
.mt-dec-footer-map .map-area-main-wrapper {
    height: 451px;
}


.mobile-menu nav ul li a {
    display: block;
    padding: 2px 0;
    padding: 12px 0 17px 0;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
    font-weight: 600;
    color: #20282d;
}

.mobile-menu nav ul li:last-child a {
    border-bottom: unset;
}

.social-wrapper-one::after{
    content: none;
}

.single-blog-area-one.column-reverse .bottom-details {
    margin-bottom: 15px;
    padding-bottom: 30px;
}

.single-blog-area-one .title {
    font-size: 20px;
    margin-bottom: 10px;
}


.rts-single-wized .recent-post-single .thumbnail img {
    min-width: 85px;
    height: 85px;
}

.header-main .header-main-one-wrapper .thumbnail a img {
    width: 140px;
}

.map-information-2-footer .contact-information-main-wrapper .signle-contact-information{
    margin-bottom: 35px;
}

.map-information-2-footer {
    padding: 30px 75px;
}

.single-blog-area-one .title {
    font-size: 18px;
}

.footer-two .footer-one-single-wized.mid-bg {
    background: linear-gradient(180deg, #038dcb -4.66%, #038dcb3d 100%);
}

.cta-inner-content-inner-page form input {
    background: unset;
}

.footer-logo-area-left-8 a.logo img {
    width: 160px;
}

.contact-info-area-wrapper-p .single-contact-info .info-wrapper span {
    color: #ffffff;
}

.rts-sidebar-menu-desktop .logo {
    width: 175px;
}

.about-inner-content-two .about-between-wrapper p.disc {
    max-width: 100%;
    line-height: 33px;
    font-size: 17px;
    text-align: justify;
}

.rts-section-gap {
    padding: 80px 0;
}

.rts-breadcrumb-area {
    height: 285px;
}

.left-thumbnail-about-area-two .counter-about-area {
    padding: 32px 32px;
}

.map-information-2-footer .contact-information-main-wrapper .signle-contact-information .information-wrapper .title {
    font-size: 18px;
    margin: 0;
    font-weight: 300;
}

.counter-bg {
    height: 100%;
}

.gallery-bg {
    margin-top: 0%;
}
/* ---------------------------------------------------------------------------
   404 — page not found
   Search box and suggestion list added when 404.php was rebuilt as a real
   WordPress template. Reuses the theme's colour variables.
   ------------------------------------------------------------------------ */

.error-404-search {
    position: relative;
    margin: 0 auto 40px;
}

.error-404-search input {
    width: 100%;
    height: 60px;
    padding: 0 60px 0 24px;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    background: #fff;
    color: var(--color-body);
}

.error-404-search input:focus {
    outline: none;
    border-color: var(--color-primary);
}

.error-404-search button {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 6px;
    background: var(--color-primary);
    color: #fff;
    cursor: pointer;
}

.error-404-suggestions {
    text-align: center;
    margin-top: 50px;
}

.error-404-suggestions p.disc {
    margin-bottom: 18px;
}

.error-404-suggestions ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 28px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.error-404-suggestions ul li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-title);
    font-weight: 500;
    transition: color 0.3s;
}

.error-404-suggestions ul li a:hover,
.error-404-suggestions ul li a:hover i {
    color: var(--color-primary);
}

.error-404-suggestions ul li a i {
    font-size: 14px;
    color: var(--color-primary);
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Newsletter privacy consent, if the plugin has it switched on. The footer
   form is a flex row, so the checkbox needs its own line. */
.email-footer-area .tnp-privacy-field {
    flex: 0 0 100%;
    margin-top: 12px;
    font-size: 13px;
}

.email-footer-area .tnp-privacy-field a {
    text-decoration: underline;
}

/* Confirmation page — two buttons side by side under the message. */
.confirmation-content .button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.confirmation-content .button-wrapper .ml--15 {
    margin-left: 0;
}

/* ---------------------------------------------------------------------------
   Pagination
   The theme only styled .pagination button, but the hard-coded buttons were
   never links. Real pagination emits .page-numbers, so mirror the same look.
   ------------------------------------------------------------------------ */

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    min-width: 50px;
    height: 50px;
    padding: 15px;
    border: 1px solid #EBEBEB;
    border-radius: 15px;
    margin-right: 10px;
    color: #1C2539;
    font-weight: 700;
    background: transparent;
    transition: background 0.3s, color 0.3s;
}

.pagination .page-numbers:last-child {
    margin-right: 0;
}

.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}

.pagination .page-numbers.dots {
    border-color: transparent;
    min-width: auto;
    padding: 15px 5px;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    font-size: 24px;
}
