.rs-header-area {
    padding: 10px 0;
}
.cus-logo a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cus-logo img {
    width: 72px;
}
.cus-logo h1 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    font-family: var(--rs-ff-p);
    line-height: normal;
}
.cus-logo span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #dfb94e;
}
.rs-header-hamburger a {
    color: #fff !important;
}
.rs-blog-two .rs-blog-btn-wrapper .rs-blog-meta-text {
    color: var(--rs-theme-red);
}
.offcanvas-area .cus-logo h1 {
    color: var(--rs-theme-red);
}
.rs-contact-wrapper .rs-contact-item:first-child {
    grid-column: span 2;
}
.rs-contact-form-title {
    margin-bottom: 30px;
    color: var(--rs-theme-red);
}
.rs-testimonial-slider-wrapper .swiper-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.rs-feature-five .rs-feature-icon i {
    font-size: 40px;
    color: var(--rs-white);
}
.rs-feature-five .rs-feature-item:hover .rs-feature-icon i {
    color: var(--rs-theme-red);
}
.rs-feature-descrip p {
    margin-bottom: 15px;
}
.rs-feature-descrip p a {
    color: var(--rs-theme-red);
}
.rs-services-details-wrapper h5 {
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .offcanvas-gallery-thumb-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .offcanvas-gallery-thumb-wrapper .offcanvas-popup-thumb img {
        height: 150px;
    }
    .rs-banner-four .rs-banner-item-wrapper {
        height: 680px;
    }
    .section-title-space {
        margin-bottom: 30px;
    }
    .rs-blog-two .rs-blog-title {
        font-size: 24px;
    }
    .rs-footer-widget-links ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .rs-footer-two .rs-footer-widget-title {
        font-size: 24px;
    }
    body {
        font-size: 16px;
    }
    .offcanvas-logo a img {
        width: 52px;
    }
    .cus-logo span {
        font-size: 14px;
    }
    .cus-logo img {
        width: 60px;
    }
    .cus-logo h1 {
        font-size: 21px;
    }
    .rs-section-subtitle.has-bg-field {
        font-size: 14px;
        padding: 5px 10px;
    }
    .sidebar-widget.widget-categories-two ul li a {
        font-size: 14px;
        padding: 10px 15px 10px 10px;
    }
    .sidebar-widget.widget-categories-two {
        padding: 20px 10px;
    }
    .rs-feature-five .rs-feature-item {
        padding: 30px 20px;
    }
    .rs-testimonial-slider-wrapper .swiper-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .rs-testimonial-four .rs-testimonial-avater-thumb img {
        width: 60px;
        height: 60px;
    }
    .rs-testimonial-four .rs-testimonial-description p {
        font-size: 16px;
    }
    .rs-testimonial-four .rs-testimonial-item {
        padding: 20px;
    }
    .rs-elements-blog-area.rs-blog-two .rs-blog-title {
        font-size: 20px;
    }
    .rs-contact-wrapper .rs-contact-item:first-child {
        grid-column: unset;
    }
    .rs-contact-nine .rs-contact-title {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .rs-copyright-one .rs-footer-copyright.has-theme-red p {
        font-size: 14px;
    }
}
