/* Global Styles */
* {  margin: 0; padding: 0; box-sizing: border-box; }

    /* Adjust to match your sticky header height */
html { scroll-behavior: smooth; scroll-padding-top: 150px; }
body { font-family: 'Montserrat', sans-serif; line-height: 1.6; background-color: #f4f4f4; overflow-x: hidden; }


/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left:20px; padding-right:20px;
}
sup { color: #bb0000; font-weight: bold; font-size: 10pt; }
.btnmain { background-color: #ff6600; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; transition: background-color 0.3s ease; font-size: 18px; border: 2px solid #ff6600; text-transform: uppercase; }
.btnmain:hover { background-color: white; border: 2px solid #ff6600; color: #ff6600; }
.button_holder { height: 60px; width:100%; }
.more { display: none; text-align: left;  width: 100%; }
.more-both { width: 100%;}
.more-left { width: 49%; margin-right: 1%; float:left; }
.more-left img { width: 95%; }
.more-right { width: 49%; margin-right: 1%; float:left; }
.more-right img { width: 95%; }

/* Header */
header { background-color: white; color: #fff; padding: 0px 0; border-bottom: 5px solid #ff6600;
    /* Sticky behavior */
    position: sticky; top: 0; z-index: 1000;
}

header .container { padding: 5px 0; }

header .fluid-container { background-color: #ff6600; }
header .logo { display: inline-block; font-size: 1.6em; }
.logo img { height: 80px; display: block;}

nav ul { list-style: none; }
nav ul li { display: inline; margin-left: 20px; }
nav ul li a { text-decoration: none; font-size: 15px; font-weight: 600; transition: color 0.3s ease; text-transform: uppercase; color: #212121; }
nav ul li a:hover { color: #ff6600; }
nav ul li .cta-button { background-color: #ff6600; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; transition: background-color 0.3s ease; border: 2px solid #ff6600;}

/* Hover Effect for Header Button */
nav ul li .cta-button:hover { background-color: white; border: 2px solid #ff6600; }
.has-submenu { position: relative; }
.has-submenu .submenu { display: none; position: absolute; top: 100%; left: 0; background: #ffffff; padding: 10px 0; min-width: 200px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border-radius: 6px; z-index: 100; }
.has-submenu .submenu li { list-style: none; display: contents;  }
.has-submenu .submenu li a { display: block; padding: 5px 20px; color: #333; text-decoration: none; font-size: 15px; }
.has-submenu .submenu li a:hover { background-color: #ff6600; color: white; transition: .3s; }

svg.arrow-icon {  height: 12px; margin-left: 7px; }
.has-submenu:hover .submenu { display: block; }
.has-submenu:hover .arrow-icon { transform: rotate(180deg); }

.social-icons { list-style: none; display: flex; gap: 22px; padding: 0; }
.social-icons li a { color: white; font-size: 1.2em; text-decoration: none; transition: color 0.3s ease; }
a.callnow { color: white; font-size: 20px; text-decoration: none; }
/* Hero Section */
section.hero-banner {
    color: #fff;
    padding: 50px 0;
    position: relative;
    color: #212121;
/*    background-color: #4B4B4B; */
}

.hero-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* semi-transparent navy overlay */
    z-index: 0;
}
section { min-height: 650px;  }
section:nth-child(odd) {background-color:inherit; }
section:nth-child(even) {background-color:inherit; }

.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.hero-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;  /* start from center */
    width: 100%;
    height: 100%;
}
@keyframes fadeInBg {
    from { opacity: 0; }
    to { opacity: 0.05; } /* final faint opacity */
}
.hero-text {
    flex: 1;
    max-width: 1280px;
}
.hero-text-both {
    width: 100%;
}

.hero-text h2 {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 50px;
}

.hero-text p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 30px;
}

.hero-text .reviews {
    width: 110px;
}

.hero-text-right {
    flex: 1;
    text-align: left;
    padding-left: 30px;
}
.hero-text-right p {
    font-size: 1.2em;
    line-height: 1.6;
}
.float-bolder {
    font-weight: 300;
    font-size: 1.6em;
}


/* Features Section */
.features {
    background-color: #fffff;
    padding: 100px 0;
    text-align: center;
}

.features .container {
    flex-direction: column;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #212121;
}

.section-subtitle {
    font-size: 22px;
    color: #4b4b4b;
    max-width: 1280px;
    margin: 0 auto 20px;
    line-height: 1.6;
    text-align: center;
}

.feature-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.feature-card {
    flex: 1;
    min-width: 250px;
    max-width: 320px;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}


.feature-card h4 {
    font-size: 59px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #212121;
    height: 100px;
    width: 100px;
    border: 2px solid #ff6600;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.feature-card i {
    color: #ff6600;
}

.feature-card p {
    font-size: 20px;
    color: #4b4b4b;
    line-height: 1.5;
    font-weight: 400;

}

.feature-card h4:hover {
    background: #ff6600;
    color: white;
}

.feature-card h4:hover i {
    color: white;
}

.feature-card:hover {
    transform: scale(1.01);
    transition: .3s;
}


/* introduction Section */
section.introduction .container { font-size: 20px; flex-direction: column; padding-top: 100px;  color: #4b4b4b;  }
section.introduction .container p { text-align: justify }
.introduction-text { flex: 1; width: 100% }
.introduction-features { flex: 1; width: 100%; margin-bottom: 30px; margin-top: 20px;}
.introduction-text p.section-subtitle { text-align: left; margin: 0; }
.introduction-features .feature-item { margin-bottom: 20px; font-size: 20px; font-weight: 400; line-height: 1.5; color: #4b4b4b; display: flex; min-height: 100px; }
.introduction-features .feature-item i { font-size: 80px; color: #ff6600; margin-right: 10px; position: relative;  top: 5px; width: 30px; flex-shrink: 0; width: 100px; min-height: 100px;}
.introduction-features .feature-item span { display: block; }

/* dashboard Section */
section.dashboard .container { flex-direction: column; padding-top: 100px; }
section.dashboard .container { flex-direction: column; padding-top: 100px; }
.dashboard-text { flex: 1; width: 100% }
.dashboard-features { flex: 1; width: 100%; margin-bottom: 30px; margin-top: 20px;}
.dashboard-text p.section-subtitle { text-align: left; margin: 0; }
.dashboard-features .feature-item { margin-bottom: 20px; font-size: 20px; font-weight: 400; line-height: 1.5; color: #4b4b4b; display: flex; }
.dashboard-features .feature-item i { color: #ff6600; margin-right: 10px; position: relative;  top: 5px; width: 30px; flex-shrink: 0;}
.dashboard-features .feature-item span { display: block; }

/* enquire Section */
section.enquire .container { flex-direction: column; padding-top: 100px; }
.enquire-text { flex: 1; width: 100% }
.enquire-features { flex: 1; width: 100%; margin-bottom: 30px; margin-top: 20px;}
.enquire-text p.section-subtitle { text-align: left; margin: 0; }
.enquire-features .feature-item { margin-bottom: 20px; font-size: 20px; font-weight: 400; line-height: 1.5; color: #4b4b4b; display: flex;}
.enquire-features .feature-item i { color: #ff6600; margin-right: 10px; position: relative;  top: 5px; width: 30px; flex-shrink: 0;}
.enquire-features .feature-item span { display: block; }

/* tenancies Section */
section.tenancies .container { flex-direction: column; padding-top: 100px; }
.tenancies-text { flex: 1; width: 100% }
.tenancies-features { flex: 1; width: 100%; margin-bottom: 30px; margin-top: 20px;}
.tenancies-text p.section-subtitle { text-align: left; margin: 0; }
.tenancies-features .feature-item { margin-bottom: 20px; font-size: 20px; font-weight: 400; line-height: 1.5; color: #4b4b4b; display: flex; }
.tenancies-features .feature-item i { color: #ff6600; margin-right: 10px; position: relative;  top: 5px; width: 30px; flex-shrink: 0;}
.tenancies-features .feature-item span { display: block; }

/* Landlords Section */
section.landlords .container { flex-direction: column; padding-top: 100px; }
.landlords-text { flex: 1; width: 100% }
.landlords-features { flex: 1; width: 100%; margin-bottom: 30px; margin-top: 20px;}
.landlords-text p.section-subtitle { text-align: left; margin: 0; }
.landlords-features .feature-item { margin-bottom: 20px; font-size: 20px; font-weight: 400; line-height: 1.5; color: #4b4b4b; display: flex; }
.landlords-features .feature-item i { color: #ff6600; margin-right: 10px; position: relative;  top: 5px; width: 30px; flex-shrink: 0;}
.landlords-features .feature-item span { display: block; }

/* Deposit */
section.deposits .container { flex-direction: column; padding-top: 100px; }
.deposits-text { flex: 1; width: 100% }
.deposits-features { flex: 1; width: 100%; margin-bottom: 30px; margin-top: 20px;}
.deposits-text p.section-subtitle { text-align: left; margin: 0; }
.deposits-features .feature-item { margin-bottom: 20px; font-size: 20px; font-weight: 400; line-height: 1.5; color: #4b4b4b; display: flex; }
.deposits-features .feature-item i { color: #ff6600; margin-right: 10px; position: relative;  top: 5px; width: 30px; flex-shrink: 0;}
.deposits-features .feature-item span { display: block; }

/* properties */
section.properties .container { flex-direction: column; padding-top: 100px; }
.properties-text { flex: 1; width: 100% }
.properties-features { flex: 1; width: 100%; margin-bottom: 30px; margin-top: 20px;}
.properties-text p.section-subtitle { text-align: left; margin: 0; }
.properties-features .feature-item { margin-bottom: 20px; font-size: 20px; font-weight: 400; line-height: 1.5; color: #4b4b4b; display: flex; }
.properties-features .feature-item i { color: #ff6600; margin-right: 10px; position: relative;  top: 5px; width: 30px; flex-shrink: 0;}
.properties-features .feature-item span { display: block; }

/* marketing */
section.marketing .container { flex-direction: column; padding-top: 100px; }
.marketing-text { flex: 1; width: 100% }
.marketing-features { flex: 1; width: 100%; margin-bottom: 30px; margin-top: 20px;}
.marketing-text p.section-subtitle { text-align: left; margin: 0; }
.marketing-features .feature-item { margin-bottom: 20px; font-size: 20px; font-weight: 400; line-height: 1.5; color: #4b4b4b; display: flex; }
.marketing-features .feature-item i { color: #ff6600; margin-right: 10px; position: relative;  top: 5px; width: 30px; flex-shrink: 0;}
.marketing-features .feature-item span { display: block; }

/* portal-feeds */
section.portal-feeds .container { flex-direction: column; padding-top: 100px; }
.portal-feeds-text { flex: 1; width: 100% }
.portal-feeds-features { flex: 1; width: 100%; margin-bottom: 30px; margin-top: 20px;}
.portal-feeds-text p.section-subtitle { text-align: left; margin: 0; }
.portal-feeds-features .feature-item { margin-bottom: 20px; font-size: 20px; font-weight: 400; line-height: 1.5; color: #4b4b4b; display: flex; }
.portal-feeds-features .feature-item i { color: #ff6600; margin-right: 10px; position: relative;  top: 5px; width: 30px; flex-shrink: 0;}
.portal-feeds-features .feature-item span { display: block; }

/* suppliers */
section.suppliers .container { flex-direction: column; padding-top: 100px; }
.suppliers-text { flex: 1; width: 100% }
.suppliers-features { flex: 1; width: 100%; margin-bottom: 30px; margin-top: 20px;}
.suppliers-text p.section-subtitle { text-align: left; margin: 0; }
.suppliers-features .feature-item { margin-bottom: 20px; font-size: 20px; font-weight: 400; line-height: 1.5; color: #4b4b4b; display: flex; }
.suppliers-features .feature-item i { color: #ff6600; margin-right: 10px; position: relative;  top: 5px; width: 30px; flex-shrink: 0;}
.suppliers-features .feature-item span { display: block; }

/* why-clockwork */
section.why-clockwork .container { flex-direction: column; padding-top: 100px; }
.why-clockwork-text { flex: 1; width: 100% }
.why-clockwork-features { flex: 1; width: 100%; margin-bottom: 30px; margin-top: 20px;}
.why-clockwork-text p.section-subtitle { text-align: left; margin: 0; }
.why-clockwork-features .feature-item { margin-bottom: 20px; font-size: 20px; font-weight: 400; line-height: 1.5; color: #4b4b4b; display: flex; }
.why-clockwork-features .feature-item i { color: #ff6600; margin-right: 10px; position: relative;  top: 5px; width: 30px; flex-shrink: 0;}
.why-clockwork-features .feature-item span { display: block; }

/* financial-accounts */
section.financial-accounts .container { flex-direction: column; padding-top: 100px; }
.financial-accounts-text { flex: 1; width: 100% }
.financial-accounts-features { flex: 1; width: 100%; margin-bottom: 30px; margin-top: 20px;}
.financial-accounts-text p.section-subtitle { text-align: left; margin: 0; }
.financial-accounts-features .feature-item { margin-bottom: 20px; font-size: 20px; font-weight: 400; line-height: 1.5; color: #4b4b4b; display: flex; }
.financial-accounts-features .feature-item i { color: #ff6600; margin-right: 10px; position: relative;  top: 5px; width: 30px; flex-shrink: 0;}
.financial-accounts-features .feature-item span { display: block; }

/* inspections-maintenance */
section.inspections-maintenance .container { flex-direction: column; padding-top: 100px; }
.inspections-maintenance-text { flex: 1; width: 100% }
.inspections-maintenance-features { flex: 1; width: 100%; margin-bottom: 30px; margin-top: 20px;}
.inspections-maintenance-text p.section-subtitle { text-align: left; margin: 0; }
.inspections-maintenance-features .feature-item { margin-bottom: 20px; font-size: 20px; font-weight: 400; line-height: 1.5; color: #4b4b4b; display: flex; }
.inspections-maintenance-features .feature-item i { color: #ff6600; margin-right: 10px; position: relative;  top: 5px; width: 30px; flex-shrink: 0;}
.inspections-maintenance-features .feature-item span { display: block; }

/* key-management */
section.key-management .container { flex-direction: column; padding-top: 100px; }
.key-management-text { flex: 1; width: 100% }
.key-management-features { flex: 1; width: 100%; margin-bottom: 30px; margin-top: 20px;}
.key-management-text p.section-subtitle { text-align: left; margin: 0; }
.key-management-features .feature-item { margin-bottom: 20px; font-size: 20px; font-weight: 400; line-height: 1.5; color: #4b4b4b; display: flex; }
.key-management-features .feature-item i { color: #ff6600; margin-right: 10px; position: relative;  top: 5px; width: 30px; flex-shrink: 0;}
.key-management-features .feature-item span { display: block; }


/* google review */
section#google-review { padding: 100px 0px; }


.message_sent { color: #28A745; margin-bottom: 10px; font-size: 20px; }
.message_failed { color: #BC1F1A; margin-bottom: 10px; font-size: 20px; }




.container.heading-container { justify-content: center; }

.container.swiper-container {
    margin-top: 30px;
}

.swiper-container .stars {
    color: #ff6600;
    text-align: center;
    font-size: 30px;
}

.swiper-container .author {
    text-align: center;
    font-size: 20px;
}

.swiper-pagination {
    position: relative !important;
    margin-top: 40px;
}

.swiper-pagination span {
    width: 20px;
    height: 20px;
}

.swiper-pagination span.swiper-pagination-bullet-active {
    background: #ff6600 !important;
}



/* Inner pages top section */

section.hero-inner-banner.pricing {
/*    background-image: url('/assets/pricing-bg.jpg'); */
}

section.hero-inner-banner.contact {
    background-image: url('/assets/contact-bg.jpg');
}

section.hero-inner-banner.privacy {
    background-image: url('/assets/privacy-bg.jpg');
}

section.hero-inner-banner {
    padding: 100px 0px;
    background-size: cover;                _
    background-position: center;
}

section.hero-inner-banner {
    position: relative;
}

section.hero-inner-banner:before {
    content: '';
    position: absolute;
    background: #0000006e;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hero-inner-content .hero-text {
    background: #ff6600;
    padding: 20px;
    border-radius: 5px;
}

.hero-inner-content .hero-text h2 {
    margin-bottom: 0px;
    color: white;
}


/* pricing page */

.pricing-section {
    padding: 100px 0px;
    background-color: white;
}

.pricing-section .container {
    flex-direction: column;
}

.pricing-cards {
    display: flex;
    max-width: 100%;
    width: 90%;
    margin-top: 45px;
}

.pricing-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s;
    flex: 1 1 33%;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-card.active {
    border-top: 4px solid #ff6600;
    transform: scale(1.05);
    z-index: 999;
}

.pricing-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #4b4b4b;
}

.pricing-section .price {
    font-size: 57px;
    color: #ff6600;
    font-weight: 900;
    margin: 15px 0;
}

.pricing-section .price span {
    font-size: 19px;
    color: #4b4b4b;
    display: block;
}

.pricing-section .features {
    list-style: none;
    padding: 20px 0px;
    margin: 0px 0;
    text-align: left;
}

.pricing-section .features li {
    padding: 8px 0;
    font-size: 18px;
}

.pricing-section .features .on::before {
    content: "✔";
    color: #28a745;
    margin-right: 8px;
}

.pricing-section .features .off::before {
    content: "✖";
    color: #e3342f;
    margin-right: 8px;
}


.disclaimer {
    margin-top: 50px;
    font-size: 19px;
    color: #ff6600;
    font-style: italic;
    max-width: 90%;
}


.faq-section {
    background: #e9e9e917;
    padding: 100px 0px;
}

.faq-section .container {
    flex-direction: column;
}


.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.faq-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.faq-icon {
    flex-shrink: 0;
    font-size: 24px;
    color: #ff6600;
    border: 2px solid #ff6600;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    background: transparent;
}

.faq-item h4 {
    margin: 0 0 10px;
    font-size: 21px;
    color: #4b4b4b;
    font-weight: 700;
}

.faq-item p {
    font-size: 18px;
    color: #4b4b4b;
    line-height: 1.6;
}

/* contact us */

.contact-section {
    background: #f9f9f9;
    color: #4b4b4b;
    padding: 60px 20px;
}

.contact-section .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: auto;
    align-items: flex-start;
}

.contact-form {
    flex: 1 1 500px;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.contact-details {
    flex: 1 1 500px;
    padding: 30px;
    border-radius: 12px;
}

.contact-form h2 {
    margin-top: 0;
    font-size: 24px;
    color: #4b4b4b;
}

.contact-form p {
    text-align: left;
}

form label {
    display: block;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 5px;
}

form input,
form select {
    height: 50px;
}

form input,
form select,
form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

.fake-recaptcha {
    margin: 20px 0;
    background: #eaeaea;
    padding: 12px;
    border-radius: 6px;
    text-align: center;
    color: #555;
    font-size: 14px;
}

form button {
    background: #4caf50;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
}

form button:hover {
    background: #3e8e41;
}

.contact-details h3 {
    margin: 10px 0px;
    font-size: 18px;
    color: #212121;
}

.contact-details p {
    font-size: 18px;
    line-height: 1.6;
}

.contact-details a {
    color: #4b4b4b;
    text-decoration: underline;
}


.check-icon {
    color: #ff6600;
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.2em;
    line-height: 1;
}



.checklist-grid.three-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checklist li {
    margin-bottom: 16px;
    display: flex;
    gap: 20px;
    flex: 0 0 45%;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #4b4b4b;
}

.checklist i {
    color: #ff6600;
    font-size: 1.2em;
    margin-top: 4px;
    flex-shrink: 0;
}

.checklist-grid.three-columns h3.section-title {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 25px;
}





/* Privacy Policy */

.privacy-policy {
    padding: 100px 0px;

}

.privacy-policy .container {
    flex-direction: column;
    align-items: flex-start;
}

.privacy-policy .container h3,
.privacy-policy .container p {
    max-width: 100%;
    text-align: justify;
}

.privacy-policy .container h3 {
    font-size: 28px !important;
}

.privacy-policy .container p {
    font-size: 20px;
}


/* Footer Section */
footer {
    background-color: #ff6600;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    display: inline;
    margin-left: 10px;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
}


/* Animation */

.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; transition-delay: 0.5s; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.float-cloud-in { opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; transition-delay: 1.5s; }
.float-cloud-in.visible { opacity: 1; transform: translateY(0); }
.float-tenant-in { opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; transition-delay: 2.5s; }
.float-tenant-in.visible { opacity: 1; transform: translateY(0); }
.float-landlord-in { opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; transition-delay: 3.5s; }
.float-landlord-in.visible { opacity: 1; transform: translateY(0); }
.float-feeds-in { opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; transition-delay: 4.5s; }
.float-feeds-in.visible { opacity: 1; transform: translateY(0); }

/* mobile menu */

.menu-toggle {
    width: 24px;
    height: 21px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    padding: 0;
    border: 0;
    background-color: #FFFFFF;
}
.menu-toggle span {
    display: block;
    height: 4px;
    background-color: #4b4b4b;
    border-radius: 2px;
    transition: all 0.3s ease;
}
/* Toggle "X" when active */
.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0; /* hide middle bar */
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

@media only screen and (max-width:1024px) {
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 768px)
{
    .menu-toggle { position: fixed; right: 20px; top: 75px;  display: flex;  }
    nav { display: none; flex-direction: column; width: 100%; background: #fff; position: absolute; top: 100%; left: 0; padding: 20px; border-top: 1px solid #eee; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06); }
    nav.open { display: flex; animation: slideDown 0.3s ease-out; }
    nav.open ul { display: flex; flex-direction: column; gap: 10px; }
    nav ul li a { font-size: 14px;}
    .has-submenu .submenu li a { padding: 5px 10px; font-size: 12px; }

.more-both { width: 100%;}
.more-left { width: 100%;  }
.more-right { width: 100%; }
.more-right img { width: 90%; }

.section-title { font-size: 20pt; line-height: 1.2; text-align : center }
/* introduction Section */
section.introduction .container { padding-top: 50px; font-size: 14pt;line-height: 1.3;}
.introduction-features .feature-item { margin-bottom: 40px; font-size: 14pt; line-height: 1.3; }
.introduction-features .feature-item i { font-size: 60px; width: 60px; min-height: 100px;}


/* dashboard Section */
section.dashboard .container { padding-top: 50px; }
.dashboard-features .feature-item { font-size: 14pt; line-height: 1.3; }

/* enquire Section */
section.enquire .container { padding-top: 50px; }
.enquire-features .feature-item { font-size: 14pt; line-height: 1.3; }

/* tenancies Section */
section.tenancies .container { padding-top: 50px; }
.tenancies-features .feature-item { font-size: 14pt; line-height: 1.3; }

/* Landlords Section */
section.landlords .container { padding-top: 50px; }
.landlords-features .feature-item { font-size: 14pt; line-height: 1.3; }

/* Deposit */
section.deposits .container { padding-top: 50px; }
.deposits-features .feature-item { font-size: 14pt; line-height: 1.3; }

/* properties */
section.properties .container { padding-top: 50px; }
.properties-features .feature-item { font-size: 14pt; line-height: 1.3; }

/* marketing */
section.marketing .container { padding-top: 50px; }
.marketing-features .feature-item { font-size: 14pt; line-height: 1.3; }

/* portal-feeds */
section.portal-feeds .container { padding-top: 50px; }
.portal-feeds-features .feature-item { font-size: 14pt; line-height: 1.3; }

/* suppliers */
section.suppliers .container { padding-top: 50px; }
.suppliers-features .feature-item { font-size: 14pt; line-height: 1.3; }

/* why-clockwork */
section.why-clockwork .container { padding-top: 50px; }
.why-clockwork-features .feature-item { font-size: 14pt; line-height: 1.3; }

/* financial-accounts */
section.financial-accounts .container { padding-top: 50px; }
.financial-accounts-features .feature-item { font-size: 14pt; line-height: 1.3; }

/* inspections-maintenance */
section.inspections-maintenance .container { padding-top: 50px; }
.inspections-maintenance-features .feature-item { font-size: 14pt; line-height: 1.3; }

/* key-management */
section.key-management .container { padding-top: 50px; }
.key-management-features .feature-item { font-size: 14pt; line-height: 1.3; }

    .hero-text h2 { font-size: 38px; }
    .hero-text { max-width: 100% !important; }
    .hero-text-right { padding-left: 0px; }
    .hero-content { width: 100%; max-width: 100%; flex-direction: column; }

    .feature-cards { flex-direction: column; }
    .enquire_card { flex-direction: column; }
    .tenants_card { flex-direction: column; }
    .tenants_card { flex-direction: column; }
    .deposits_card { flex-direction: column; }
    .container { flex-direction: column; }
    .tenants-content { width: 100%; padding-bottom: 40px; }
    footer .container { flex-direction: column; }
    .hero-inner-content .hero-text { font-size: 8px !important; }
    .pricing-cards { flex-direction: column; gap: 30px; width: 100%; }
    .pricing-card.active { transform: unset; }
    .contact-section .container { padding: 0px !important; }
    .contact-form { width: 100%; flex: 1 1 100%; }
    .hero-inner-content .hero-text h2 { font-size: 30px; }
    .checklist-grid.three-columns {  grid-template-columns: 1fr !important;  }
    .contact-details { padding: 0px; }

    .enquire_card p { width: 100%;}
    .tenants_card p { width: 100%;}
    .deposits_card p { width: 100%;}

}

/* Optional smooth open */
@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}