.cause-two {
    padding: 100px 0 0 !important;
}
.cause-two .section__header {
    position: relative;
    z-index: 11;
    margin-bottom: -60px;
}
.navbar-logo a {
    display: flex;
    gap: 10px;
}
.header .navbar-logo img {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}
.navbar-logo h1 {
    font-weight: bolder;
    color: var(--primary-color);
    font-size: 30px;
    line-height: normal;
}
.navbar-logo h1 span {
    color: var(--secondary-color);
    display: block;
    font-size: 18px;
}
.header-secondary .main-header__menu-box {
    padding: 10px 40px;
}
.banner-two {
    margin-top: 150px;
}
.contact .contact__content .contact__form {
    margin-top: 30px;
}
.testimonial .swiper-slide {
    height: auto;
}
.testimonial .testimonial__slider-single {
    height: 100%;
}
.difference-two__content-single.typ-2 ul {
    column-count: 2;
}
.cause-two__content-slider {
    display: none;
}
.testimonial.inner-testimonial {
    padding-top: 80px;
}
.cause-two.inner-page .section__header {
    margin-bottom: 50px;
}
.cause-two.inner-page .title-animation {
    text-transform: capitalize;
}
.cause-two.inner-page {
    padding-bottom: 100px !important;
}
.tour.help .help__thumb {
    direction: unset;
}
.tour.help .thumb-lg {
    margin: 0 40px;
}
.tour.help .help__thumb-inner {
    text-align: center;
}
.tour.help .thumb-lg::after {
    display: none;
}
.fix-btn {
    position: fixed;
    bottom: 0px;
    left: 20px;
    z-index: 2;
}
.fix-btn li {
    width: 50px;
    height: 50px;
    /* line-height: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff0000;
    text-align: center;
    border: 2px solid #ff0000;
    margin-bottom: 10px;
    border-radius: 50%;
}
.fix-btn li:last-child {
    background: #1bd741;
    border-color: #1bd741;
}
.fix-btn li:last-child i {
    font-size: 28px;
}
.fix-btn li i {
    color: #fff;
    font-size: 24px;
}
.trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.whatsapp-btn {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.7);
    }
    50% {
        box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.4);
    }
    75% {
        box-shadow: 0 0 0 14px rgba(241, 119, 50, 0.2);
    }
}
@media only screen and (max-width: 767px) {
    .header .navbar-logo img {
        width: 55px;
        height: 55px;
    }
    .header-secondary .main-header__menu-box {
        padding: 10px 0;
    }
    .navbar-logo h1 {
        font-size: 26px;
    }
    .navbar-logo h1 span {
        font-size: 16px;
    }
    .banner-two .banner-two__slider-content h1 {
        font-size: 26px;
    }
    .banner-two .banner-two__slider-single {
        padding: 70px 0;
    }
    .difference-two__content-single.typ-2 ul {
        column-count: 1;
    }
    .section__header h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .cause-two .cause-two__slider-single .cause-thumb a {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }
    .tour.help .thumb-lg {
        margin: 0 0 20px;
    }
    .tour.help .help__thumb-inner {
        min-width: auto;
    }
    .tour.help {
        padding-bottom: 0;
    }
    .preloader p {
        text-align: center;
    }
    .common-banner {
        padding: 70px 0;
    }
    .common-banner .banner-bg img {
        object-position: top right;
    }
    .cause-two .gallery {
        padding: 10px;
    }
    .gallery__inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery__single {
        height: 200px;
    }
    .navbar-logo a {
        gap: 5px;
    }
    .banner-two {
        margin-top: 80px;
    }
    .difference-three .difference-three__thumb-inner .thumb-lg {
        margin: 0;
    }
    .difference-three .difference-three__thumb-inner .thumb-lg img {
        min-height: auto;
        width: 100%;
    }
    .difference-three .difference-three__thumb-inner {
        direction: unset;
    }
    .difference-three .difference-three__thumb-inner {
        min-width: auto;
        padding-top: 0;
    }
    .difference-three {
        padding-top: 0;
    }
}
