/*
Theme Name: HIDAY
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: HIDAY
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.2
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
 
@font-face {
    font-family: 'Sackers Heavy Gothic';
    src: url('/wp-content/themes/hiday/assets/fonts/sackers-heavy-gothic/SackersHeavyGothic.eot');
    src: url('/wp-content/themes/hiday/assets/fonts/sackers-heavy-gothic/SackersHeavyGothic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/hiday/assets/fonts/sackers-heavy-gothic/SackersHeavyGothic.woff2') format('woff2'),
        url('/wp-content/themes/hiday/assets/fonts/sackers-heavy-gothic/SackersHeavyGothic.woff') format('woff'),
        url('/wp-content/themes/hiday/assets/fonts/sackers-heavy-gothic/SackersHeavyGothic.ttf') format('truetype'),
        url('/wp-content/themes/hiday/assets/fonts/sackers-heavy-gothic/SackersHeavyGothic.svg#SackersHeavyGothic') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sackers Gothic';
    src: url('/wp-content/themes/hiday/assets/fonts/sackers-heavy-gothic/SackersGothicLight.eot');
    src: url('/wp-content/themes/hiday/assets/fonts/sackers-heavy-gothic/SackersGothicLight.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/hiday/assets/fonts/sackers-heavy-gothic/SackersGothicLight.woff2') format('woff2'),
        url('/wp-content/themes/hiday/assets/fonts/sackers-heavy-gothic/SackersGothicLight.woff') format('woff'),
        url('/wp-content/themes/hiday/assets/fonts/sackers-heavy-gothic/SackersGothicLight.ttf') format('truetype'),
        url('/wp-content/themes/hiday/assets/fonts/sackers-heavy-gothic/SackersGothicLight.svg#SackersGothicLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sackers Gothic';
    src: url('/wp-content/themes/hiday/assets/fonts/sackers-heavy-gothic/SackersGothicMedium.eot');
    src: url('/wp-content/themes/hiday/assets/fonts/sackers-heavy-gothic/SackersGothicMedium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/hiday/assets/fonts/sackers-heavy-gothic/SackersGothicMedium.woff2') format('woff2'),
        url('/wp-content/themes/hiday/assets/fonts/sackers-heavy-gothic/SackersGothicMedium.woff') format('woff'),
        url('/wp-content/themes/hiday/assets/fonts/sackers-heavy-gothic/SackersGothicMedium.ttf') format('truetype'),
        url('/wp-content/themes/hiday/assets/fonts/sackers-heavy-gothic/SackersGothicMedium.svg#SackersGothicMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root{
	--yellow-color: #FFF467;
	--red-color: #FF0000;
	--black-color: #000000;
  --white-color: #FFFFFF;
  --body-color: #F3EAD7;
}
html, body {overflow-x: hidden !important; overflow-x: clip !important;}
body {margin: 0; padding: 0; background: var(--body-color); color: var(--red-color); font-family: Sackers Heavy Gothic; font-size: 16px; font-weight: 400; line-height: 118%; width: 100%;}
body.menu-open-body {overflow: hidden !important;}
html:has(body.menu-open-body) {overflow: hidden !important; height: 100% !important;}
.wrap {max-width: 1795px; width: 100%; margin: 0 auto; padding: 0 15px;}
.wp-site-blocks, .wp-site-blocks > .wp-block-group, main.wp-block-group, .wp-block-template-part {overflow-x: clip; max-width: 100%;}
:where(.wp-site-blocks) > * {margin-block-start: 0 !important; margin-block-end: 0;}
/* .editor-styles-wrapper, .editor-styles-wrapper body, body.block-editor-iframe__body {background-color: var(--white-color); color: var(--black-color);}
.editor-styles-wrapper :is(h1, h2, h3, h4, h5, h6), .block-editor-iframe__body :is(h1, h2, h3, h4, h5, h6) {color: var(--black-color);} */
:where(figure) {margin: 0 !important;}
h1, h2, h3, h4, h5, h6, p, span,ul, li {margin-top: 0;}
p {margin-bottom: 20px !important;}
p:last-child {margin-bottom: 0px !important;}
a, a:hover, a:focus {cursor: pointer; transition: all 0.3s ease; outline: none !important; text-decoration: none !important;}
a:focus img {outline: none !important;}
.yellow-txt {color: var(--yellow-color) !important;}
ul {list-style: none; padding-left: 0;}
.padding80 {padding: 80px 0;}
.font18 {font-size: 18px; font-weight: 850; line-height: 100%; margin-bottom: 20px; color: var(--red-color);}
.font24 {font-size: 24px; font-weight: 400; line-height: 130%; margin-bottom: 20px; color: var(--yellow-color);}
.btn-main {background: var(--red-color); color: var(--white-color); padding: 12px 30px; letter-spacing: 1px; text-transform: uppercase; border: 2px solid var(--red-color);}
.btn-main:hover {background: transparent !important; border: 2px solid var(--red-color); color: var(--red-color) !important;}

/* HEADER */
.header-main {position: absolute; top: 0; left: 0; width: 100%; z-index: 60; padding: 20px 0;}
.header-main .header-inner {display: flex; justify-content: space-between; align-items: center;}
.header-inner .header-left-menu ul, .header-inner .header-right-menu ul {display: flex; align-items: center; gap: 50px; margin-bottom: 0;}
.header-inner .header-left-menu ul a, .header-inner .header-right-menu ul a {font-weight: 500; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; color: var(--white-color); padding-bottom: 4px; border-bottom: 1px solid transparent;}
.header-inner .header-left-menu ul a:hover, .header-inner .header-right-menu ul a:hover, .header-inner .header-left-menu ul .current-menu-item a, .header-inner .header-right-menu ul .current-menu-item a {border-bottom-color: var(--white-color);}
.page-id-8 .header-left-menu {margin-left: 165px;}
.about-menu .header-left-menu {margin-left: 165px;}
.header-inner .header-logo img {width: 60px; height: 60px;}
.header-inner .header-right-menu {display: flex; align-items: center; gap: 50px;}
.header-right-menu .btn-main {background: var(--yellow-color); color: var(--black-color); border: 2px solid var(--yellow-color);}
.header-right-menu .btn-main:hover {background: transparent !important; border: 2px solid var(--yellow-color); color: var(--yellow-color) !important;}
.header-main.sticky-active {position: fixed; top: 0; left: 0; width: 100%; background: var(--red-color); padding: 20px 0; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15); animation: hidayStickyDown 0.4s ease;}
@keyframes hidayStickyDown {
  from { transform: translateY(-100%); }
  to   { transform: translateY(0); }
}
.menu-toggle, .menu-close, .header-inner .header-menus {display: none;}

/* FOOTER */
.footer-inner .footer-logo a {display: flex; justify-content: center;}
.footer-inner .footer-info {display: flex; justify-content: space-between;}
.footer-menu ul {padding-left: 0;}
.footer-menu ul li a {text-transform: uppercase;}
.footer-menu .footer-sec a {text-transform: uppercase; display: flex; flex-direction: column; margin-bottom: 5px;}
.footer-menu ul li {margin-bottom: 5px;}
.footer-inner .footer-contact, .footer-inner .footer-btn-info {display: flex; flex-direction: column;}
.footer-inner .footer-contact a {margin-bottom: 5px;}
.footer-btn {display: flex; justify-content: right;}
.footer-dots .footer-dot {background: var(--red-color); display: inline-block; width: 36px; height: 36px; border-radius: 50px;}
.footer-dots {display: flex; gap: 5px; align-items: center; margin-top: 111px;}
.footer-main {padding: 80px 0 28px 0;}
.footer-logo {margin-bottom: 100px;}

/* HOME */
.home-banner-main {background-color: var(--red-color) !important; background-position: center center !important; background-repeat: no-repeat !important; background-size: auto 100% !important; min-height: 100vh; display: flex; align-items: stretch;}
.home-banner-main .wrap {display: flex;}
.home-banner-main .home-banner-inner {width: 100%;text-align: center; display: flex; flex-direction: column; justify-content: space-between;}
.home-banner-main .home-banner-inner h1 {text-transform: uppercase; letter-spacing: 1px; margin-top: 270px;}
.home-banner-main .home-banner-inner > a {display: inline-block; color: var(--yellow-color); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 4%;}
.home-banner-main .home-banner-inner > a:hover {text-decoration: underline !important;}
/* Signpost clickable hotspots (Buyers / Sellers) */
.home-banner-main {position: relative;}
.signpost-link {position: absolute; left: 50%; z-index: 5; display: block;}
.signpost-buyers {top: 46%; width: 240px; height: 85px; transform: translateX(-82%);}
.signpost-sellers {top: 60%; width: 230px; height: 75px; transform: translateX(-20%);}

/* ABOUT */
.about-banner-main {background-position: center center !important; background-repeat: no-repeat !important; background-size: cover !important; min-height: 70vh; display: flex; align-items: center;}
.about-banner-main .wrap {display: flex; justify-content: center;}
.about-banner-main .about-banner-inner {display: flex; align-items: center; justify-content: center; text-align: center;}
.about-banner-main .about-banner-inner img {max-width: 50%; height: auto;}
.about-menu {background: var(--red-color); position: sticky; top: 0; z-index: 50;}
.about-menu .header-main {position: static;}
.about-journey-main {display: inline-block; width: 100%; position: relative;}
.about-journey-ttl {position: absolute; top: 0; width: 100%;}
.about-journey-ttl h2 {text-align: center; font-size: 64px; line-height: 94%; font-weight: 850; margin-top: 33px;}
.about-journey-sec {display: grid; grid-template-columns: repeat(2, 1fr);}
.about-journey-left {background: #f2e9d6; display: flex; flex-direction: column; justify-content: center; padding: 0 35px;}
.about-journey-right img {width: 100%; display: block;}
.about-journey-left h2 {font-size: 96px; font-weight: 400; line-height: 94%; font-family: Gentium Plus; width: 85%; margin-bottom: 38px;}
.about-journey-left h2 .small-ttl {font-size: 40px;}
.about-journey-left p {font-family: Abhaya Libre;}
.about-journey-left p {font-family: Abhaya Libre;}
.about-journey-left h3 {font-family: Gentium Plus; font-size: 40px; font-weight: 400; line-height: 94%; margin-bottom: 10px;}
.about-info-main {display: inline-block; width: 100%; background: var(--red-color);}
.about-info-inner {display: flex; justify-content: space-between; align-items: center; margin: 0 350px;}
.about-info-item h3{color: var(--yellow-color); text-transform: uppercase; text-align: center; font-size: 16px;}
.about-info-item {width: 100%;}
.about-info-item img {width: 260px; height: 250px; object-fit: contain; margin: 0 auto;}
.about-info-inner .about-info-item {display: flex; flex-direction: column; justify-content: center; align-items: center;}
.about-testimonial-main {display: inline-block; width: 100%;}
.about-testimonial-inner .about-testimonial-item {display: grid; grid-template-columns: repeat(2, 1fr);}
.about-testimonial-inner .about-testimonial-item img {width: 100%; display: block;}
.about-testimonial-item .about-testi-right-ttl {text-align: right;}
.about-testimonial-right {display: flex; flex-direction: column; justify-content: center; padding: 0 100px;}
.about-testimonial-right h2 {font-size: 36px; text-transform: uppercase; line-height: 100%; font-weight: 850; margin-bottom: 20px;}
.about-testimonial-right p {font-family: Abhaya Libre; font-size: 20px; line-height: 118%; font-weight: 400;}
.about-testimonial-right h3 {font-family: Alegreya; line-height: 136%; font-size: 16px; font-weight: 500;}

/* SELLER */
.seller-ttl h2 {font-size: 64px; text-align: center; font-weight: 850; text-transform: uppercase; margin-bottom: 86px;line-height: 94%;}
.seller-ttl h3, .seller-ttl h4 {font-size: 48px; text-transform: uppercase; font-weight: 850; line-height: 94%; text-align: center;}
.seller-que-item {font-size: 40px; line-height: 94%; font-weight: 400; font-family: Gentium Plus; margin-bottom: 20px;}
.seller-que {width: 50%; margin: 0 auto 84px; border-left: 2px solid var(--red-color); padding-left: 48px;}
.seller-ttl h3 {margin-bottom: 122px;}
.seller-ttl h4 {margin-bottom: 160px;}
.seller-ans h5 {font-size: 96px; font-weight: 400; line-height: 99%; font-family: Gentium Plus; margin-bottom: 15px;}
.seller-ans {text-align: center;}
.seller-ans p {color: var(--black-color); text-transform: uppercase; font-size: 12px; line-height: 100%; font-weight: 850;}
.seller-ans h6 {font-size: 40px; line-height: 94%; letter-spacing: -7%; font-family: Gentium Plus; text-transform: capitalize; font-weight: 400; margin-bottom: 7px;}
.seller-ttl h3 span, .seller-ttl h4 span {font-size: 42px; font-family: Gentium Plus; font-weight: 400;}
.cta-main {background: var(--red-color); color: var(--white-color); text-align: center;}
.cta-inner h2 {color: var(--yellow-color); font-size: 96px; text-transform: capitalize; line-height: 99%; font-weight: 400; font-family: Gentium Plus; margin-bottom: 33px; letter-spacing: -7%;}
.cta-inner p:first-of-type {text-transform: uppercase; font-size: 12px; line-height: 100%; font-weight: 850; font-family: Sackers Heavy Gothic; margin-bottom: 30px !important;}
.cta-inner p {font-size: 20px; font-weight: 400; line-height: 94%; font-family: Gentium Plus; margin-bottom: 5px !important;}
.cta-inner p:last-of-type {margin-bottom: 42px !important;}
.cta-inner .btn-main {background: var(--yellow-color); color: var(--black-color);}
.cta-inner .btn-main:hover {border: 2px solid var(--yellow-color); color: var(--yellow-color) !important;}

/* BUYER */
.buyer-inner h2 {font-size: 64px; line-height: 94%; font-weight: 850; text-align: center; text-transform: uppercase;}
.buyer-inner .buyer-land-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: 80px;}
.buyer-land-img img {width: 100%; height: auto; margin-bottom: 20px;}
.buyer-land-item .buyer-land-content {display: flex; flex-direction: column;}
.buyer-land-content h3, .buyer-land-content a {font-size: 25px; font-family: Baskervville; line-height: 129%; font-weight: 400; color: var(--black-color);}
.buyer-land-content a {text-decoration: underline !important;}
.buyer-land-content h3 {margin-bottom: 5px;}
.buyer-sort {text-align: right; color: var(--black-color); text-transform: capitalize; font-family: Baskerville; font-size: 24px; line-height: 100%; font-weight: 400; margin-bottom: 72px;}
.buyer-sort .buyer-sort-label {text-transform: uppercase; font-size: 15px; line-height: 94%; font-weight: 850; font-family: Sackers Heavy Gothic;}
.buyer-sort .buyer-filter {display: flex; justify-content: end; gap: 20px; align-items: center; margin-top: 6px;}
.buyer-img{background: var(--red-color);}
.buyer-img img {width: 100%; height: auto;}

/* POPUP */
body.popup-open {overflow: hidden;}
.hire-popup {position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; padding: 20px;}
.hire-popup.active {display: flex;}
.hire-popup-overlay {position: absolute; inset: 0; background: rgba(0, 0, 0, 0.6);}
.hire-popup-box {position: relative; z-index: 2; width: 45%; background: var(--yellow-color); animation: hirePopIn 0.3s ease;}
@keyframes hirePopIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hire-popup-close {position: absolute; top: 12px; right: 15px; z-index: 3; width: 36px; height: 36px; background: transparent; border: none; font-size: 30px; line-height: 1; color: var(--black-color); cursor: pointer;}
.hire-popup-inner {display: flex;}
.hire-popup-content {width: 60%; padding: 56px 28px; box-sizing: border-box; order: 1;}
.hire-popup-img {width: 40%; box-sizing: border-box; order: 2; background-size: cover; background-position: center; background-repeat: no-repeat;}
.hire-popup-content h1, .hire-popup-content h2 {color: var(--black-color); text-transform: uppercase; margin-bottom: 30px; font-size: 30px; line-height: 100%;}
.wpcf7 form.sent .wpcf7-response-output {border-color: #46b450; color: #46b450; text-transform: uppercase; font-size: 12px; font-weight: 500;}
.wpcf7 form .wpcf7-response-output {color: #00a0d2; text-transform: uppercase; font-size: 12px; font-weight: 500; width: 90%;}
.fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {font-size: 13px; text-transform: capitalize; font-family: Gentium Basic;}
.hire-popup-content .cf7mls-btns {display: none;}
.hire-popup-content form fieldset label {width: 40%;}
.hire-popup-content form fieldset span {width: 60%;}
.hire-popup-content form fieldset p {margin-bottom: 12px !important;}
.hire-popup-content .wpcf7 label, .hire-popup-content .wpcf7 p {display: flex; align-items: center; gap: 12px; color: var(--black-color); text-transform: uppercase; font-size: 12px; letter-spacing: 1px;}
.hire-popup-content .wpcf7 input[type="text"], .hire-popup-content .wpcf7 input[type="email"], .hire-popup-content .wpcf7 input[type="tel"], .hire-popup-content .wpcf7 input[type="number"], .hire-popup-content .wpcf7 textarea {flex: 1; background: transparent; border: none; border-bottom: 1px solid var(--black-color); padding: 4px 0; color: var(--black-color); outline: none; border-radius: 0;}
.hire-popup-content .wpcf7 input[type="submit"], .hire-popup-content .wpcf7 .wpcf7-previous, .hire-popup-content .wpcf7 .wpcf7-next {background: var(--red-color); color: var(--white-color); border: none; padding: 12px 24px; text-transform: uppercase; letter-spacing: 1px; font-size: 11px; cursor: pointer; margin-top: 10px;}
form.cf7mls input.wpcf7-form-control.wpcf7-submit {margin: 0 !important;}
.wpcf7-spinner {display: none;}

/* PRIVACY POLICY */
.privacy-main .privacy-inner {max-width: 80%; margin: 0 auto;}
.privacy-banner-main {display: flex; justify-content: center; align-items: center; text-align: center; height: 50vh; background: var(--red-color); color: var(--white-color);}

@media only screen and (max-width: 1920px) {
  .wrap {max-width: 90%;}
}

@media only screen and (max-width: 1600px) {
	.wrap {max-width: 92%;}
	.font24 {font-size: 22px;}
	.home-banner-main .home-banner-inner h1 {margin-top: 230px;}
	.buyer-inner h2, .about-journey-ttl h2, .seller-ttl h2 {font-size: 56px;}
	.buyer-sort {font-size: 22px;}
	.buyer-land-content h3, .buyer-land-content a {font-size: 23px;}
	.about-journey-left h2, .seller-ans h5, .cta-inner h2 {font-size: 86px;}
	.about-journey-left h2 .small-ttl, .about-journey-left h3 {font-size: 38px;}
	.about-info-inner {margin: 0 200px;}
	.about-info-item img {width: 240px; height: 230px;}
	.about-testimonial-right {padding: 0 70px;}
	.about-testimonial-right h2, .seller-que-item, .seller-ans h6 {font-size: 34px;}
	.seller-ttl h3, .seller-ttl h4 {font-size: 44px;}
}

@media only screen and (max-width: 1500px) {
	.wrap {max-width: 90%;}
	.home-banner-main .home-banner-inner h1 {margin-top: 280px;}
	.home-banner-main .home-banner-inner > a {margin-bottom: 6%;}
	.buyer-inner .buyer-land-grid {gap: 60px;}
	.buyer-inner h2, .about-journey-ttl h2, .seller-ttl h2 {font-size: 52px;}
	.buyer-sort {font-size: 21px;}
	.buyer-land-content h3, .buyer-land-content a {font-size: 22px;}
	.about-journey-left h2, .seller-ans h5, .cta-inner h2 {font-size: 76px;}
	.about-journey-left h2 .small-ttl, .about-journey-left h3 {font-size: 36px;}
	.about-testimonial-right {padding: 0 60px;}
	.about-info-inner {margin: 0 170px;}
	.about-info-item img {width: 230px; height: 220px;}
	.seller-ttl h3, .seller-ttl h4 {font-size: 40px;}
  .signpost-link {left: 45%;}
  .signpost-link.signpost-buyers {left: 50%;}
}

@media only screen and (max-width: 1439px) {
	body {font-size: 15px;}
	.font24 {font-size: 20px;}
	.font18 {font-size: 16px;}
	.header-inner .header-left-menu ul a, .header-inner .header-right-menu ul a {font-size: 15px;}
	.home-banner-main .home-banner-inner h1 {margin-top: 250px;}
	.hire-popup-box {width: 60%;}
	.buyer-inner h2, .about-journey-ttl h2, .seller-ttl h2 {font-size: 44px;}
	.buyer-sort {font-size: 20px;}
	.buyer-land-content h3, .buyer-land-content a {font-size: 21px;}
	.seller-ttl h3, .seller-ttl h4 {font-size: 38px;}
	.seller-ttl h3 span, .seller-ttl h4 span {font-size: 33px;}
	.about-testimonial-right h2, .seller-que-item, .seller-ans h6 {font-size: 30px;}
	.about-journey-left h2, .seller-ans h5, .cta-inner h2 {font-size: 66px;}
	.about-journey-left h2 .small-ttl, .about-journey-left h3 {font-size: 32px;}
	.about-testimonial-right p {font-size: 18px;}
}

@media only screen and (max-width: 1365px) {
	.padding80 {padding: 70px 0;}
	.header-inner .header-logo img {width: 50px; height: 50px;}
	.home-banner-main {background-size: auto 95% !important;}
	.about-banner-main .about-banner-inner img {max-width: 45%;}
	.buyer-inner h2, .about-journey-ttl h2, .seller-ttl h2 {font-size: 40px;}
	.buyer-sort {font-size: 19px; margin-bottom: 52px;}
	.buyer-inner .buyer-land-grid {gap: 50px;}
	.about-journey-left h2, .seller-ans h5, .cta-inner h2 {font-size: 60px;}
	.about-journey-left h2 .small-ttl, .about-journey-left h3 {font-size: 30px;}
	.about-info-inner {margin: 0 130px;}
	.about-info-item img {width: 210px; height: 200px;}
	.about-testimonial-right h2, .seller-que-item, .seller-ans h6 {font-size: 28px;}
	.about-testimonial-right p {font-size: 17px;}
	.seller-ttl h3, .seller-ttl h4 {font-size: 35px;}
	.seller-ttl h3 span, .seller-ttl h4 span {font-size: 30px;}
	.seller-que {padding-left: 30px;}
}

@media only screen and (max-width: 1279px) {
	.footer-logo img {width: 55%;}
	.footer-info .footer-menu {width: 55%;}
	.footer-info .footer-contact {width: 25%;}
	.footer-info .footer-btn-info {width: auto;}
	.about-banner-main .about-banner-inner img {max-width: 40%;}
	.buyer-inner h2, .about-journey-ttl h2, .seller-ttl h2 {font-size: 37px;}
	.buyer-land-content h3, .buyer-land-content a {font-size: 18px;}
	.seller-ttl h3 {margin-bottom: 100px;}
	.seller-ttl h4 {margin-bottom: 110px;}
	.about-testimonial-right h2, .seller-que-item, .seller-ans h6 {font-size: 26px;}
	.about-journey-left h2, .seller-ans h5, .cta-inner h2 {font-size: 55px;}
	.about-journey-left h2 {width: 80%; margin-bottom: 28px;}
	.about-testimonial-right {padding: 0 50px;}
}

@media only screen and (max-width: 1199px) {
	body {font-size: 14px;}
	.font24 {font-size: 17px;}
	.header-inner .header-left-menu ul a, .header-inner .header-right-menu ul a {font-size: 14px;}
	.footer-info .footer-menu {width: 50%;}
	.footer-dots {margin-top: 70px;}
	.footer-dots .footer-dot {width: 30px; height: 30px;}
	.btn-main {padding: 10px 25px;}
	.home-banner-main .home-banner-inner h1 {margin-top: 210px;}
	.about-banner-main .about-banner-inner img {max-width: 35%;}
	.buyer-inner h2, .about-journey-ttl h2, .seller-ttl h2 {font-size: 32px;}
	.buyer-inner .buyer-land-grid {grid-template-columns: repeat(2, 1fr);}
	.buyer-land-img img {margin-bottom: 15px;}
	.about-journey-left h2, .seller-ans h5, .cta-inner h2 {font-size: 48px;}
	.about-journey-left h2 .small-ttl, .about-journey-left h3 {font-size: 29px;}
	.about-info-inner {margin: 0 60px;}
	.about-info-item img {width: 180px; height: 170px;}
	.about-testimonial-right h2, .seller-que-item, .seller-ans h6 {font-size: 22px;}
	.seller-ttl h3, .seller-ttl h4 {font-size: 28px;}
	.seller-ttl h3 span, .seller-ttl h4 span {font-size: 24px;}
  .signpost-link.signpost-buyers {left: 52%; height: 65px;}
  .signpost-sellers {top: 58%; width: 190px; height: 55px;}
}

@media only screen and (max-width: 1023px) {
	.wrap {max-width: 88%;}
	body {font-size: 13px;}
	.font18 {font-size: 15px;}
	.padding80 {padding: 60px 0;}
	.header-main .header-inner{justify-content: center; position: relative;}
	.menu-toggle {display: inline-flex; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: transparent; border: none; padding: 0; cursor: pointer;}
	.menu-toggle img {width: 32px; height: 32px; display: block; filter: brightness(0) invert(1);}
	.header-inner .header-logo {flex: 0 0 auto;}
	.header-inner .header-left-menu, .header-inner .header-right-menu {display: none;}
	.header-inner .header-menus {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 35px; position: fixed; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; background: var(--red-color); padding: 70px 20px 50px; z-index: 1000; overflow-y: auto; text-align: center; transform: translateX(-100%); visibility: hidden; transition: transform 0.35s ease, visibility 0.35s ease;}
	.header-main.menu-open .header-menus {transform: translateX(0); visibility: visible;}
	.menu-close {display: block; position: absolute; top: 15px; right: 20px; background: transparent; border: none; font-size: 34px; line-height: 1; color: var(--white-color); cursor: pointer;}
	.header-menu-logo img {width: 50px; height: 50px;}
	.header-menu-mobile ul {display: flex; flex-direction: column; align-items: center; gap: 42px; margin: 0; padding: 0;}
	.header-menu-mobile ul a {color: var(--white-color); text-transform: uppercase; letter-spacing: 1px; font-size: 16px;}
	.header-inner .header-menus .btn-main {background: var(--yellow-color); color: var(--black-color); border-color: var(--yellow-color); margin-top: 42px;}
	.footer-main {padding: 70px 0 40px 0;}
	.footer-info .footer-menu {width: 45%;}
	.home-banner-main .home-banner-inner > a {margin-bottom: 12%;}
	.home-banner-main .home-banner-inner h1 {margin-top: 240px;}
	.home-banner-main {background-size: auto 90% !important;}
	.about-menu .menu-toggle, .about-menu .menu-close, .about-menu .header-menus {display: none !important;}
	.about-menu .header-main .header-inner {justify-content: space-between; position: static;}
	.about-menu .header-left-menu, .about-menu .header-right-menu {display: flex !important; gap: 20px;}
	.about-menu .header-left-menu {margin-left: 80px;}
  .about-menu .header-main {padding: 15px 0;}
	.header-inner .header-left-menu ul a, .header-inner .header-right-menu ul a {font-size: 11px;}
  body .header-right-menu .btn-main {font-size: 11px;}
	.header-inner .header-left-menu ul, .header-inner .header-right-menu ul {gap: 20px;}
	.about-banner-main {min-height: 60vh;}
	.buyer-sort {font-size: 18px; margin-bottom: 35px;}
	.buyer-inner .buyer-land-grid {gap: 30px;}
	.buyer-land-content h3, .buyer-land-content a {font-size: 17px;}
	.buyer-inner h2, .about-journey-ttl h2, .seller-ttl h2 {font-size: 26px;}
	.seller-ttl h3, .seller-ttl h4 {font-size: 24px; margin-bottom: 60px;}
	.seller-ttl h3 span, .seller-ttl h4 span {font-size: 20px;}
	.seller-ttl h2{margin-bottom: 55px;}
	.about-testimonial-right h2, .seller-que-item, .seller-ans h6 {font-size: 20px;}
	.seller-que {padding-left: 25px; margin: 0 auto 55px;}
	.seller-ans h5, .cta-inner h2 {font-size: 40px;}
	.about-journey-left h2 {font-size: 35px;}
	.about-journey-left h2 .small-ttl, .about-journey-left h3 {font-size: 25px;}
	.about-testimonial-right {padding: 0 40px;}
	.about-testimonial-right p {font-size: 15px;}
	.about-info-inner {margin: 0 20px;}
	.about-info-item img {width: 160px; height: 140px;}
	.about-info-item h3 {font-size: 14px;}
	.about-journey-left {padding: 0 30px;}
  .privacy-main .privacy-inner {max-width: 100%; margin: 0 auto;}
  .hire-popup-box {width: 90%;}
  .hire-popup-content {width: 50%;}
  .hire-popup-img {width: 50%;}
  .signpost-link.signpost-buyers {left: 53%; height: 65px; top: 47%; width: 280px;}
  .signpost-sellers {top: 58%; width: 220px; height: 55px; left: 42%;}
}

@media only screen and (max-width: 767px) {
  .padding80 {padding: 50px 0;}
  .hire-popup-content {width: 100%; padding: 40px;}
  .hire-popup-img {display: none;}
  .fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {font-size: 10px;}
  .wpcf7 form .wpcf7-response-output{width: auto; font-size: 10px;}
  .wpcf7 form .wpcf7-response-output {margin: 5em 0.5em 1em;}
  .hire-popup-content h1, .hire-popup-content h2 {font-size: 20px;}
  .footer-inner .footer-info {flex-direction: column; gap: 35px;}
  .footer-info .footer-menu, .footer-info .footer-contact, .footer-info .footer-btn-info {width: 100%;}
  .footer-btn {justify-content: flex-start;}
  .home-banner-main .home-banner-inner h1 {margin-top: 140px; font-size: 14px;}
  .home-banner-main .home-banner-inner > a {margin-bottom: 10%;}
  .buyer-inner h2, .about-journey-ttl h2, .seller-ttl h2 {font-size: 24px;}
  .buyer-sort {font-size: 16px; margin-bottom: 30px;}
  .buyer-inner .buyer-land-grid {gap: 25px;}
  .buyer-land-content h3, .buyer-land-content a {font-size: 15px;}
  .buyer-inner h2, .about-journey-ttl h2, .seller-ttl h2 {font-size: 22px;}
  .seller-ttl h3, .seller-ttl h4 {font-size: 20px; margin-bottom: 60px;}
  .seller-ttl h3 span, .seller-ttl h4 span {font-size: 17px;}
  .seller-que {width: 70%;}
  .about-testimonial-right h2, .seller-que-item, .seller-ans h6 {font-size: 18px;}
  .seller-ans h5, .cta-inner h2 {font-size: 35px;}
  .about-banner-main {min-height: 70vh;}
  .about-journey-left h2 {width: 100%; margin-bottom: 28px; font-size: 32px;}
  .about-journey-left h2 .small-ttl, .about-journey-left h3 {font-size: 22px;}
  .about-journey-sec {display: flex; flex-direction: column-reverse;}
  .about-journey-left {padding: 40px;}
  .about-info-inner {margin: 0;}
  .about-info-item img {width: 150px; height: 130px;}
  .about-testimonial-inner .about-testimonial-item {grid-template-columns: repeat(1, 1fr);}
  .about-testimonial-right {padding: 40px;}
  .about-menu .header-inner .header-left-menu ul, .header-inner .header-right-menu ul{gap: 15px;}
  .about-menu .header-inner .header-left-menu ul a, .header-inner .header-right-menu ul a, body .about-menu{font-size: 8px;}
  .about-menu .btn-main {padding: 6px 15px;}
  .header-inner .header-logo img {width: 40px; height: 40px;}
  .signpost-link.signpost-buyers {left: 53%; height: 35px; top: 47%; width: 140px;}
  .signpost-sellers {top: 58%; width: 110px; height: 35px; left: 44%;}
}

@media only screen and (max-width: 567px) {
  .hire-popup-content {padding: 30px;}
  .hire-popup-content h1, .hire-popup-content h2 {font-size: 18px;}
  .hire-popup-content form fieldset label, .hire-popup-content form fieldset span {width: 100%;}
  .hire-popup-content .wpcf7 label, .hire-popup-content .wpcf7 p {align-items: start; gap: 0; font-size: 12px; flex-direction: column;}
  form.cf7mls input.wpcf7-form-control.wpcf7-submit {padding: 11px 10px;}
	.footer-logo img {width: 100%;}
	.home-banner-main .home-banner-inner > a {margin-bottom: 18%;}
	.home-banner-main {background-size: auto 80% !important;}
	.home-banner-main .home-banner-inner h1 {margin-top: 175px;}
	.about-banner-main .about-banner-inner img {max-width: 90%;}
  .about-banner-main {min-height: 60vh;}
	.about-menu {display: none;}
	.buyer-inner h2, .about-journey-ttl h2, .seller-ttl h2 {font-size: 18px;}
	.buyer-sort .buyer-sort-label {font-size: 13px;}
	.buyer-inner .buyer-land-grid {grid-template-columns: repeat(1, 1fr);}
	.buyer-land-content h3, .buyer-land-content a {font-size: 16px;}
	.about-journey-left, .about-testimonial-right {padding: 30px;}
	.about-info-inner:not(.slick-initialized){display:block;}
  .about-info-inner:not(.slick-initialized) .about-info-item{width:100%;}
  .about-info-inner.slick-initialized{display:block;}
  .about-info-inner .about-info-item{width:100%; margin:0;}
  .about-info-inner .slick-slide{height:auto;}
  .about-info-inner .slick-list{overflow:hidden;}
  .about-info-inner .slick-track{display:flex; align-items:stretch;}
  .about-info-inner .slick-dots{display:flex !important; justify-content:center; align-items:center; gap:8px; margin-top:20px; padding:0; list-style:none;}
  .about-info-inner .slick-dots li{width:8px; height:8px; border-radius:50%; background:var(--yellow-color); margin:0;}
  .about-info-inner .slick-dots li button{display:none;}
  .about-info-inner .slick-dots li.slick-active{background:var(--body-color);}
	.about-journey-left h2 .small-ttl, .about-journey-left h3 {font-size: 20px;}
	.about-journey-left h2 {font-size: 28px;}
  .signpost-link.signpost-buyers {left: 53%; height: 45px; top: 47%; width: 160px;}
  .signpost-sellers {top: 58%; width: 130px; height: 35px; left: 40%;}
}