/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Velotrax
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header  / .header-con
3. Banner  /.banner-con
4. why Choose Us  /.why-choose-us-con
4. About Us  /.about-us-con
5. Services  /.services-con
6. Shipment Tracking  /.shipment-tracking-con
7. Testimonial  /.testimonials-con
8. Our Team /.our-team-con
9. Get your Free Estimate  /.get-free-estimate-con
10. FAQ  /.faq-con
11. News And Articles  /.news-and-articles-con
12. Footer  /.footer-con
*/
/*------------------------------------------------------------------
# [Color Codes]

#   --primary--color: #fccf3a;
#   --secondary--color: #ffffff;
#   --accent--color: #07295c;
#   --text--color: #6b6b6b;
#   --border--color: #dde5f0;
#   --bg--color: #07295c;
#   --black--color: #000000;
*/
/*------------------------------------------------------------------
# [Typography]

Body copy: "Inter Tight", sans-serif;
Heading: "Hedvig Letters Sans", sans-serif;
*/

@import url('../../../css2');

body {
    font-family: "Inter Tight", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Hedvig Letters Sans", sans-serif;
}

:root {
    --primary--color: #fccf3a;
    --secondary--color: #ffffff;
    --accent--color: #07295c;
    --text--color: #6b6b6b;
    --border--color: #dde5f0;
    --border--color2: #e2e9f3;
    --bg--color: #07295c;
    --dark--blue--color: #0e295b;
    --grey--bg--color: #f1f4f8;
    --black--color: #000000;
    --dot--color: #ced6e1;
    --light--blue--color: #cbd5e3;
    --light--blue--color2: #a1b3cc;
    --light--blue--color3: #eef2f7;
    --light--blue--color4: #f3f6f9;
}

figure {
    margin-bottom: 0;
}

.inter-tight-font {
    font-family: "Inter Tight", sans-serif;
}

.hedvig-letters-font {
    font-family: "Hedvig Letters Sans", sans-serif;
}

.text-size-100 {
    font-size: 56px;
    line-height: 64px;
    font-weight: 400;
    color: var(--secondary--color);
    margin-bottom: 16px;
}

.sub-heading2 {
    font-size: 46px;
    line-height: 56px;
    font-weight: 400;
}

.text-size-66 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    color: var(--black--color);
}

.heading3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    color: var(--black--color);
}

.text-size-30 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: var(--black--color);
}

.text-size-26 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--black--color);
}

.heading4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--dark--blue--color);
}

.text-size-22 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: var(--black--color);
}

.text-size-20 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--black--color);
}

p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--text--color);
    word-break: break-word;
}

.text-size-18 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text--color);
}

.text-size-16 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: var(--text--color);
}

.text-size-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--text--color);
}

.special-text {
    color: var(--accent--color);
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 18px;
    font-weight: 600;
    letter-spacing: 1.4px;
    display: inline-block;

}

.primary_btn,
.track-btn {
    font-size: 16px;
    min-width: 179px;
    padding: 0;
    height: 58px;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    background-color: var(--primary--color);
    color: var(--accent--color);
    transition: all 0.6s ease-in-out;
}

.primary_btn i,
.submit-btn i,
.track-btn i,
.contact-btn i {
    font-size: 12px;
}

.primary_btn:hover,
.track-btn:hover {
    color: var(--secondary--color);
    background-color: var(--accent--color);
    transition: all 0.6s ease-in-out;
}

.elementary_btn {
    font-size: 16px;
    min-width: 179px;
    padding: 0;
    height: 58px;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    background-color: var(--primary--color);
    color: var(--accent--color);
    transition: all 0.6s ease-in-out;
}

.elementary_btn:hover {
    color: var(--accent--color);
    background-color: var(--secondary--color);
    transition: all 0.6s ease-in-out;
}

.secondary_btn {
    font-size: 16px;
    min-width: 179px;
    padding: 0;
    height: 58px;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    background-color: var(--accent--color);
    color: var(--secondary--color);
    transition: all 0.6s ease-in-out;
}

.secondary_btn:hover {
    color: var(--accent--color);
    background-color: var(--primary--color);
    transition: all 0.6s ease-in-out;
}

html {
    scroll-behavior: smooth;
}

.all_row {
    display: flex;
    flex-wrap: wrap;
}

.all_column {
    display: flex;
}

.all_boxes {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.padding-top {
    padding-top: 135px !important;
}

.padding-bottom {
    padding-bottom: 140px !important;
}

.heading-title-con {
    margin-bottom: 50px;
}

.office-locations-con {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.contact-faq-con {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.contact-info-con {
    padding-top: 60px !important;
}

.oa-process-con {
    padding-top: 60px !important;
}

.oa-difference-con {
    padding-top: 60px !important;
}

.home-faq-con {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.news-and-articles-con {
    padding-top: 40px !important;
}

.news-and-articles-con .heading-title-con {
    margin-bottom: 30px;
}

.our-projects-listing-con {
    padding-top: 40px !important;
}

.our-projects-listing-con .heading-title-con {
    margin-bottom: 30px;
}

/* ── Custom entrance animations (used with wow.js) ───────────────── */
@keyframes zoomFadeUp {
    0% {
        opacity: 0;
        transform: translateY(45px) scale(0.94);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.zoomFadeUp {
    animation-name: zoomFadeUp;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-fill-mode: both;
}

@keyframes slideFadeIn {
    0% {
        opacity: 0;
        transform: translateX(-28px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.slideFadeIn {
    animation-name: slideFadeIn;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-fill-mode: both;
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }

    70% {
        opacity: 1;
        transform: scale(1.03);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.popIn {
    animation-name: popIn;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    animation-fill-mode: both;
}

@media (min-width: 768px) {
    .home-faq-title {
        white-space: nowrap;
    }
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.text-black {
    color: var(--black--color);
}

.text-accent {
    color: var(--accent--color);
}

.text-yellow {
    color: var(--primary--color);
}

.text-light-blue {
    color: var(--light--blue--color);
}

.bg-grey {
    background-color: var(--grey--bg--color);
}

.bg-accent {
    background-color: var(--accent--color);
}

.black-bg {
    background-color: var(--black--color);
}

.br-30 {
    border-radius: 30px;
}

.br-20 {
    border-radius: 20px;
}

.spacer {
    float: left;
    width: 100%;
    height: 40px;
}

.padding-rl {
    padding-right: 30px;
    padding-left: 30px;
}

body {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--text--color);
}

/* special classes ends here */

/* Home Page */

/* HEADER SECTION */
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: var(--black--color);
    font-weight: 500;
    padding: 2px 0 !important;
    position: relative;
    transition: all 0.6s ease-in-out;
}

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary--color);
    /* text-decoration: underline; */
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 63px;
    justify-content: center;
    align-items: center;
}

.header-con {
    z-index: 5;
    padding: 15px 15px 14px 24px;
    background-color: var(--secondary--color);
    margin-top: 30px;
}

.header-con .navbar {
    padding: 0;
}


/* .header-con .navbar-light .navbar-nav .nav-link:hover::before {
    width: 100%;
} */

/* .header-con .navbar-light .navbar-nav .nav-link::before {
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--accent--color);
    transition: ease-in-out 0.6s;
} */

.header-con .navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary--color);
    background-color: var(--accent--color);
    width: auto;
    padding-right: 15px !important;
    padding-left: 15px !important;
    text-align: center;
    border-radius: 5px;
}

.header-con .navbar-light .navbar-nav .nav-link.dropdown-toggle.active {
    padding-right: 22px !important;
    padding-left: 14px !important;
}

.header-con .navbar-light .navbar-nav .nav-item.dropdown .nav-link.active {
    /* width: 85px; */
    width: auto;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link:hover::after {
    width: 0;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
    width: unset;
    position: absolute;
    background: none;
    top: 14px;
    font-size: 15px;
}

/* .header-con .navbar-light .navbar-nav .dropdown .nav-link.active:after {
    padding-right: 22px !important;
    padding-left: 13px;
} */

.header-con .navbar-light .navbar-nav .dropdown-menu {
    padding: 10px;
    margin: 0;
    background-color: var(--secondary--color);
    border: 0;
    z-index: 2;
    width: 230px;
    margin-top: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
    border-radius: 10px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 12px;
    border-bottom: 1px solid #eef0f3;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--accent--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item i {
    font-size: 12px;
    color: inherit;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item.active,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #fdf3d9;
    color: #b8860b;
}

.header-con .navbar-light .navbar-nav .dropdown-item-wrap {
    position: relative;
}

.header-con .navbar-light .navbar-nav .dropdown-flyout {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 10px;
    background-color: var(--secondary--color);
    border-radius: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
    padding: 12px 18px;
    white-space: nowrap;
    z-index: 3;
}

.header-con .navbar-light .navbar-nav .dropdown-item-wrap:hover .dropdown-flyout {
    display: block;
}

.header-con .navbar-light .navbar-nav .dropdown-flyout a {
    color: var(--accent--color);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

@media (max-width: 991px) {
    .header-con .navbar-light .navbar-nav .dropdown-flyout {
        display: none !important;
    }
}

.header-con .navbar-light .navbar-brand {
    margin: 0;
    padding: 0;
}

.header-con .navbar-brand img {
    height: 48px;
    width: auto;
}

.footer-con .logo-content {
    text-align: left;
}

.footer-con .footer-logo img {
    height: 130px;
    width: auto;
}

/* HEADER SECTION */

.header-contact .contact-btn {
    min-width: 110px;
    background-color: var(--primary--color);
    color: var(--accent--color);
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding: 0 12px;
    width: 100%;
    text-decoration: none;
    z-index: 1;
    border-radius: 8px;
    transition: all 0.6s ease-in-out;
}

.header-contact .contact-btn:hover {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.header-con .header-contact ul li:first-child {
    margin-right: 15px;
    background-color: var(--grey--bg--color);
    border-radius: 10px;
    padding: 5px;
    width: 234px;
    transition: all 0.6s ease-in-out;
}

.header-con .header-contact ul li:first-child:hover {
    background-color: var(--primary--color);
    color: var(--accent--color);
}

.header-contact {
    margin-left: 82px;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.header-contact ul li a span.number {
    color: var(--accent--color);
    font-weight: 700;
    font-size: 18px;
    padding-left: 3px;
}

.header-contact ul li a:hover span {
    color: var(--black--color);
}

.header-contact ul li .header-phone {
    width: 47px;
    height: 45px;
    line-height: 45px;
    background-color: var(--accent--color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 7px;
    margin-right: 7px;
}

/* Header */

/* Back to top button */

#button {
    display: inline-block;
    background-color: var(--primary--color);
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 100px;
    position: fixed;
    bottom: 100px;
    right: 80px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}

#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 20px;
    color: var(--accent--color);
    font-weight: 600;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    transform: translateY(-5px);
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(252 207 58 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(252 207 58 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

/* Preloader -------------------------------------------------------*/

/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--secondary--color);
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--accent--color);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: var(--accent--color);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Footer */

.footer-con {
    padding-top: 96px;
    border-radius: 0;
}

/* Footer only: full-width, no rounded corners — scoped to its own class
   so nothing else (.padding-rl / .main-box) sitewide is affected. */
.footer-outer-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* Hero (header+hero combined box) only: full-width, no rounded corners, no top gap.
   Header itself (.header-con) keeps its own separate padding/margin/background
   untouched, so it still looks the same, floating inside. */
.hero-shell-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.home-outer-wrapper,
.sub-outer-wrapper {
    margin-top: 0 !important;
}

/* Home hero: same solid-color "card" background as the other pages'
   hero-card-page style (no photo background), matching Why Choose Us etc. */
.home-outer-wrapper {
    background-image: none !important;
    background-color: var(--accent--color) !important;
    height: auto !important;
    padding-bottom: 35px !important;
}

.banner-con {
    padding-bottom: 20px;
}

/* About Us section only: full-width, no rounded corners — same isolated pattern. */
.about-us-outer-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* Our Before & After (News/Articles) section only: full-width, no rounded corners. */
.news-and-articles-outer-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* Need an Estimate (Get Free Estimate) section only: full-width, no rounded corners. */
.get-free-estimate-outer-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* Consistent left/right inset across all full-width sections above — overriding
   each section's own (previously inconsistent) side padding so content lines up
   at the exact same distance from the edge in every section. */
.banner-con,
.about-us-con,
.news-and-articles-con,
.get-free-estimate-con {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

/* Keep hero top spacing tight/consistent at every screen size, overriding
   the various larger responsive padding-top values. */
.banner-con {
    padding-top: 65px !important;
}

/* Header box itself: start from the same 35px inset as the hero/section content
   above, instead of running edge-to-edge — scoped to just the header's own
   wrapper so nothing else using .wrapper1533 elsewhere is affected. */
.header-inset-wrapper {
    padding-left: 35px;
    padding-right: 35px;
}

/* Sticky header: after scrolling past the top, the header fixes to the
   viewport and stays visible (toggled by sticky-header.js). Normal
   top-of-page look/position is untouched — this only kicks in once
   .header-sticky is added, with a slide-down entrance. */
.header-inset-wrapper.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transform: translateY(0);
    transition: transform 0.35s ease-in-out;
    animation: headerStickyIn 0.35s ease-in-out;
}

@keyframes headerStickyIn {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Scroll/sticky mode only: no side inset (full width) and no top gap/rounded
   corners on the header itself. Normal top-of-page look is untouched — these
   only apply once .header-sticky is present. */
.header-inset-wrapper.header-sticky {
    padding-left: 0;
    padding-right: 0;
}

.header-inset-wrapper.header-sticky .header-con {
    margin-top: 0;
    border-radius: 0;
}

/* Reserves the header's original space in the flow once it becomes fixed,
   so the hero content below doesn't jump up when the header leaves the flow. */
.header-sticky-spacer {
    display: none;
    width: 100%;
}

.header-sticky-spacer.is-active {
    display: block;
}

/* Our Approach page: full-width, no rounded corners for the card sections
   (Our Process, What Sets Us Apart, Track Record) — same isolated pattern. */
.oa-full-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.oa-process-con,
.oa-difference-con,
.oa-track-con {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

/* Why Choose Us page: full-width, no rounded corners for the card sections
   (Core Values, Investment Strategy, Radiance vs Competition) — same pattern. */
.wcu-full-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.wcu-core-values-con,
.wcu-strategy-con,
.wcu-comparison-con {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

/* Property Detail page: consistent 35px content inset (this page has no
   rounded/gapped card section to begin with, just needed the same inset). */
.pd-con {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

/* Sub-page hero (Our Approach, Why Choose Us, Contact Us, Property Detail, etc.):
   same 35px inset so hero text lines up with the rest of the page's content. */
.sub-banner-con {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

/* Contact Us page: full-width, no rounded corners for the "Have a Question,
   Send us a Message" card section — same isolated pattern. */
.contact-form-outer-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.contact-form-con {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.contact-form-heading {
    font-size: 30px;
    line-height: 38px;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .contact-form-heading {
        white-space: normal;
    }
}

.footer-con .cta-con {
    padding-bottom: 65px;
    border-bottom: 2px solid rgb(255 255 255 / 10%);
}

.footer-con .cta-con .primary_btn:hover {
    background-color: var(--secondary--color);
    color: var(--accent--color);
}

.footer-con .middle_portion {
    padding: 45px 0 45px;
}

.footer-con .middle_portion .footer-logo {
    display: inline-block;
}

.footer-con .middle_portion .links li {
    margin-bottom: 15px;
    line-height: 24px;
}

.footer-con .middle_portion .links li i {
    font-size: 10px;
    top: -1px;
    position: relative;
    color: var(--secondary--color);
    transition: all 0.6s ease-in-out;
}

.footer-con .middle_portion .links li a {
    font-size: 14px;
    line-height: 14px;
    padding-left: 14px;
    font-weight: 400;
    text-decoration: none;
    color: var(--light--blue--color2);
    transition: all 0.6s ease-in-out;
}

.footer-con .middle_portion .links li:hover i {
    color: var(--primary--color);
}

.footer-con .middle_portion .links li:hover a {
    color: var(--primary--color);
}

.footer-con .middle_portion .contact .text {
    position: relative;
    margin-bottom: 24px;
    display: inline-block;
    color: var(--light--blue--color2);
    line-height: 23px;
    display: flex;
    flex-direction: column;
}

.footer-con .middle_portion .contact a,
.footer-con .middle_portion .contact p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: var(--light--blue--color2);
    transition: all 0.6s ease-in-out;
}

.footer-con .middle_portion .contact li:hover a,
.footer-con .middle_portion .contact li:hover p,
.footer-con .middle_portion .contact li:hover i {
    color: var(--primary--color);
}

.footer-con .middle_portion .icon {
    padding-left: 35px;
}

.footer-con .middle_portion .icon a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    color: var(--light--blue--color2);
}

.footer-con .middle_portion .icon .text {
    margin-bottom: 16px;
}

.footer-con span.footer-info-text {
    font-size: 16px;
    margin-bottom: 9px;
    color: var(--secondary--color);
}

.footer-con .middle_portion .social-icons li {
    display: inline-block;
    margin: 0 3px;
    padding: 0 !important;
    transition: all 0.6s ease-in-out;
}

.footer-con .middle_portion .social-icons li:first-child {
    margin-left: 0;
}

.footer-con .middle_portion .social-icons li:last-child {
    margin-right: 0;
}

.footer-con .middle_portion .social-icons i {
    font-size: 14px;
    text-align: center;
    color: var(--secondary--color);
    transition: all 0.6s ease-in-out;
}

.footer-con .col-lg-2.var3 {
    margin-left: -30px;
}

.footer-con .middle_portion .icon a {
    transition: all 0.6s ease-in-out;
}

.footer-con .middle_portion .social-icons a:hover i {
    color: var(--primary--color);
    transform: translateY(-4px);
}

.footer-con .middle_portion a:hover {
    text-decoration: none;
    color: var(--primary--color);
}

.footer-con .copyright-con {
    border-top: 2px solid rgb(255 255 255 / 10%);
    padding: 25px 0;
}

.footer-con .copyright-con p {
    color: var(--light--blue--color2);
    font-size: 12px;
    line-height: 12px;
}

.footer-con .contact {
    margin-left: -30px;
}

.owl-item,
.item,
.owl-stage {
    display: flex;
}

.owl-item {
    flex: 1 0 auto;
    /* natural width retain */
}

/* PRIVACY POLICY PAGE */
.privacy-policy-content-con .text-size-26 {
    font-weight: 600;
    margin-bottom: 18px;
    color: var(--accent--color);
}

.privacy-policy-content-con .orange-text {
    color: var(--primary--color);
    transition: all 0.6s ease-in-out;
}

.privacy-policy-content-con .orange-text:hover {
    color: var(--accent--color);
}

.privacy-policy-content-con p,
.privacy-policy-content-con ul li {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: var(--text--color);
}

.privacy-policy-content-con ul li {
    padding-left: 24px;
    margin-bottom: 8px;
}

.privacy-policy-content-con ul li i {
    left: 0;
    position: absolute;
    top: 6px;
    color: var(--primary--color);
    font-size: 14px;
}


/* 404 page styling start here */
.coming-soon-con,
.error-section {
    height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.error-con {
    position: relative;
    z-index: 2;
}

.error-con .text-size-170 {
    font-size: 170px;
    line-height: 165px;
    margin-bottom: 30px;
    color: var(--accent--color);
}

.error-con .text-size-170 i {
    font-size: 130px;
    line-height: 130px;
    color: var(--primary--color);
    border-radius: 100%;
}

.error-con .text-size-32 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 18px;
    color: var(--black--color);
}

.error-con p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
    color: var(--text--color);
}

.error-con .primary_btn {
    min-width: 230px;
    padding-left: 0;
    padding-right: 0;
}

.error-con .primary_btn span {
    right: unset;
    left: 9px;
}

.error-banner,
.coming-soon-con {
    flex-grow: 1;
}

/* COMING SOON PAGE */
.coming-soon-con .new-logo {
    margin-bottom: 35px;
}

.coming-soon-con .text-size-85 {
    margin-bottom: 30px;
    font-size: 85px;
    line-height: 95px;
    text-transform: uppercase;
    color: var(--black--color);
}

.coming-soon-con .text-size-36 {
    margin-bottom: 22px;
    font-size: 36px;
    line-height: 28px;
    display: inline-block;
    color: var(--accent--color);
}

/* coming soon countdown timer styling */
.compaign_countdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.compaign_countdown ul li {
    float: left !important;
    width: auto;
    margin: 0;
    text-align: center;
    margin: 0 13px;
    min-height: 133px;
    min-width: 133px;
    background-color: var(--accent--color);
    padding: 20px 16px;
    color: var(--secondary--color);
    font-size: 22px;
    font-weight: 400;
    border-radius: 20px;
}

.compaign_countdown ul li:first-child {
    margin-left: 0;
}

.compaign_countdown ul li:last-child {
    margin-right: 0;
}

.compaign_countdown ul li span.days,
.compaign_countdown ul li span.hours,
.compaign_countdown ul li span.minutes,
.compaign_countdown ul li span.seconds {
    display: block;
    color: var(--primary--color);
    width: auto;
    font-size: 60px;
    line-height: 65px;
    border-radius: 10px;
    font-weight: 600;
    font-family: "Figtree", sans-serif;
}

.compaign_countdown {
    margin: 0 auto;
    width: 70%;
}

.coming-soon-con {
    flex-grow: 1;
    min-height: 100vh;
}

/* Login Form Page Style  */

.login-form {
    min-height: 100vh;
    /* background-image: url(../images/login-signup-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}

.login-form .login-form-title {
    margin-bottom: 30px;
}

.login-form .login-page-logo {
    margin-bottom: 25px;
}

.login-form .login-form-box {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

.login-form .login-card {
    padding: 30px;
    margin-bottom: 30px;
    line-height: 0.8;
    border-radius: 20px;
    background: var(--accent--color);
}

.login-form .login-card label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 13px;
    color: var(--secondary--color);
}

.login-form .login-card .input-field {
    font-size: 16px;
    font-weight: 500;
    height: 54px;
    width: 100%;
    line-height: 16px;
    padding: 0 21px;
    border-radius: 100px;
    background: transparent;
    color: var(--secondary--color);
    /* border: 1px solid rgb(255 255 255 / 50%); */
    border: 1px solid var(--secondary--color);
}

.login-form .login-card .input-field:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--primary--color);
}

.login-form .login-card .form-group {
    margin-bottom: 16px;
}

.login-form .login-card .btn-primary {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 20px 15px;
    margin-bottom: 16px;
    width: 100%;
    border: none;
    border-radius: 40px;
    text-decoration: none;
    display: inline-block;
    color: var(--accent--color);
    background-color: var(--primary--color);
    transition: all 0.8s ease-in-out;
}

.login-form .login-card .btn-primary:hover {
    color: var(--accent--color);
    background-color: var(--secondary--color);
}

.login-form .login-card .forgot-password {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.login-form .login-card .forgot-password:hover {
    text-decoration: underline;
    color: var(--primary--color);
}

.login-form .login-form-box .join-now-outer a {
    font-size: 16px;
    line-height: 18px;
    color: var(--black--color);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.login-form .login-form-box .join-now-outer a:hover {
    text-decoration: underline;
    color: var(--primary--color);
}

.login-form .login-card .select-option option {
    font-size: 16px;
    color: black;
}

.login-form .form_style::placeholder {
    color: var(--secondary--color);
    opacity: 1;
}

.login-form .form_style:-ms-input-placeholder {
    color: var(--secondary--color);
}

.login-form .form_style::-ms-input-placeholder {
    color: var(--primary--color);
}

/* Join-Now Form Page Style */

.sign-up-form {
    padding: 70px 0;
}

.sign-up-form .login-form-box {
    width: 700px;
}

.sign-up-form .login-card label small {
    font-size: 14px;
}

.sign-up-form .login-card .select-option {
    padding: 0 40px 0 21px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 96.5% 24px !important;
    background-image: url('../images/dropdown-arrow.png') !important;
}

.sign-up-form .login-card .select-option:focus {
    outline: none;
    box-shadow: none;
}

/* FOOTER CTA SECTION */
.cta-con p {
    margin-bottom: 29px;
    color: var(--light--blue--color);
}

.footer-vector {
    right: 0;
    bottom: 0;
}

/* NEWS AND ARTICLES SECTION */
.news-and-articles-con .article-box {
    background-color: var(--secondary--color);
    border-radius: 20px;
    border: 1px solid transparent;
    transition: ease-in-out 0.6s;
    padding: 20px;
    display: flex;
    flex-direction: column;

}

.news-and-articles-con .article-box:hover {
    transform: translateY(-3px);
    border: 1px solid var(--accent--color);
}

.news-and-articles-con .article-box figure img {
    margin-bottom: 30px;
    border-radius: 20px;
}

.news-and-articles-con .article-box span {
    font-size: 14px;
    line-height: 18px;
    padding-right: 9px;
    padding-left: 9px;
    border-right: 1px solid var(--accent--color);
    margin-bottom: 11px;
    color: var(--accent--color);
}

.news-and-articles-con .article-inner-wraper {
    padding: 0 16px 15px;
}

.news-and-articles-con a {
    margin-top: auto;
    transition: all 0.6s ease-in-out;
}

.news-and-articles-con a:hover {
    text-decoration: none;
}

.news-and-articles-con a:hover .text-size-26 {
    color: var(--primary--color);
}

.news-and-articles-con .text-size-26 {
    margin-bottom: 23px;
    transition: all 0.6s ease-in-out;
}

.news-and-articles-con .primary_btn {
    min-width: 139px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
}

/* FAQ SECTION */
.faq-con .accordion-card .text-size-26 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
}

.faq-con .accordion-card {
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    border-top: 2px solid var(--light--blue--color3);
}

.faq-con .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
    border-radius: 0;
}

.faq-con .accordian-inner .card-header a {
    padding: 26px 50px 26px 36px;
}

.faq-con .accordian-inner .card-body {
    padding: 0 36px 28px;
}

.faq-con .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-con .accordian-inner .accordion-card i {
    position: absolute;
    right: 20px;
    margin: -6px 0;
}

.faq-con .accordian-inner .accordion-card .btn {
    text-decoration: none;
    text-align: left;
    display: block;
    border-radius: 0;
}

.faq-con .accordion-card a.btn.btn-link {
    position: relative;
}

.faq-con .accordion-card .btn-link:before {
    content: "\f068";
    font-size: 18px;
    width: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    height: 49px;
    top: 20px;
    right: 22px;
    position: absolute;
    font-family: 'FontAwesome';
    color: var(--accent--color);
    background-color: var(--light--blue--color4);
}

.faq-con .accordion-card .collapsed:before {
    content: "\2b";
    background-color: var(--light--blue--color4);
}

.faq-con .accordion-card:has(.show) .btn-link:before {
    content: "\f068";
    background-color: var(--primary--color);
}

.faq-con .accordion-card .collapsed .text-size-26 {
    color: var(--black--color);
}

.faq-con .accordion-card:has(.show) .btn-link .text-size-26 {
    color: var(--accent--color);
}

/* TEAM SECTION */

.our-team-con .team-box .designation {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    color: var(--text--color);
    line-height: 20px;
}

.our-team-con .team-box figure {
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.our-team-con .team-box figure img {
    transition: ease-in-out 1s;
    border-radius: 20px;
}

.our-team-con .team-box:hover figure img {
    transform: scale(1.02);
}

.our-team-con .team-box ul li a {
    margin: 0 2px;
}

.our-team-con .team-box ul li:hover i {
    transform: translateY(-2px);
}

.our-team-con .team-box .text-size-22 {
    margin-bottom: 5px;
}

.our-team-con .team-box ul li i {
    width: 38px;
    height: 38px;
    font-size: 15px;
    background-color: var(--accent--color);
    line-height: 38px;
    color: var(--secondary--color);
    border-radius: 100%;
    transition: ease-in-out 0.5s;
}

.our-team-con .team-box ul li i:hover {
    background-color: var(--primary--color);
    color: var(--accent--color);
}

.our-team-con .team-box {
    transition: ease-in-out 0.6s;
    padding-bottom: 20px;
}

.our-team-con .team-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: var(--secondary--color);
}

.our-team-con .col-lg-3.col-md-6 {
    margin-bottom: 65px;
}

.our-team-con .col-lg-3.col-md-6:nth-last-of-type(-n+4) {
    margin-bottom: 0;
}

/*  */

/* SEND US A MESSAGE */
.get-free-estimate-con {
    padding: 40px 35px 40px 136px;
}

.get-free-estimate-con .send-us-img-con {
    text-align: right;
}

.get-free-estimate-con figure img {
    border-radius: 30px;
}

.get-free-estimate-con button figure img {
    border-radius: 0;
}

.submit-btn {
    border: none;
    position: relative;
    cursor: pointer;
    outline: none;
    border-style: none;
    font-size: 16px;
    min-width: 179px;
    padding: 0;
    height: 58px;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    background-color: var(--primary--color);
    color: var(--accent--color);
    transition: all 0.6s ease-in-out;
}

.submit-btn:hover {
    background-color: var(--secondary--color);
    color: var(--accent--color);
}

.contact-form ul {
    display: grid;
    gap: 20px;
    margin-bottom: 30px;
    grid-template-columns: 48.4% 48.4%;
}

.contact-form ul li input:focus,
.contact-form ul li select:focus,
.contact-form ul li textarea:focus {
    outline: none;
    border: 1px solid var(--primary--color);
    box-shadow: 0 1px 8px rgb(252 207 58 / 40%);
}

.contact-form ul li input,
.contact-form ul li textarea,
.contact-form ul li select {
    width: 100%;
    border: none;
    height: 58px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 10px;
    padding: 14px 18px 14px;
    color: var(--text--color);
    border: 1px solid transparent;
    background: var(--secondary--color);
    font-family: "Urbanist", sans-serif;
}

.contact-form {
    z-index: 1;
    position: relative;
}

.contact-form ul li select {
    height: 58px;
    position: relative;
    width: 100%;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    border-radius: 12px;
    padding: 14px 18px 14px;
    color: var(--text--color);
    border: 1px solid transparent;
    background: var(--secondary--color);
}

.contact-form ul li select::before {
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contact-form ul li input::placeholder,
.contact-form ul li select::placeholder {
    font-size: 16px;
    line-height: 16px;
    color: var(--text--color);
}

.contact-form ul li:last-child {
    grid-column: 1/-1;
}

.contact-form ul li textarea {
    resize: none;
    height: 144px;
    float: left;
}

.contact-form span.error {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding-left: 3px;
    margin-top: 6px;
    margin-bottom: 0 !important;
    display: block;
    position: relative;
    color: var(--primary--color);
}

.get-free-estimate-con .send-us-content-con {
    padding-right: 67px;
}

.get-free-estimate-con form select {
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 94.3% 25px !important;
    background-image: url(../images/dropdown-arrow2.png) !important;
    color: var(--black--color);
    font-weight: 600;
}

.small-text {
    font-size: 12px;
    line-height: 20px;
    margin-left: 18px;
}

.small-text a:hover {
    color: var(--secondary--color);
}

.free-icon {
    width: 163px;
    height: 163px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--secondary--color);
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
}

/* SHIPMENT TRACKING SECTION */
.shipment-tracking-con {
    background-image: url(../images/shipment-tracking-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 123px;
    padding-bottom: 128px;
}

.shipment-tracking-con .vector1 {
    left: 0;
    bottom: 0;

}

.shipment-tracking-con .text-size-66 {
    margin-bottom: 22px;
}

.shipment-tracking-con p {
    margin-bottom: 33px;
}

.tracking-wrapper {
    max-width: 973px;
    max-width: 88%;
    margin: 0 auto;
}

.tracking-input {
    height: 58px;
    min-width: 544px;
    border-radius: 10px;
    border: 1px solid var(--secondary--color);
    padding-left: 25px;
    font-size: 16px;
    margin-right: 17px;
}

.tracking-input::placeholder {
    font-size: 16px;
}

.track-btn {
    min-width: 413px;
    border-radius: 10px;
    border: 1px solid transparent;
}

.track-btn:hover {
    border: 1px solid var(--primary--color);
    color: var(--primary--color);
}

.tracking-input:focus {
    border: 1px solid var(--primary--color);
    box-shadow: 0 1px 8px rgb(252 207 58 / 40%);
}

.testimonial-badge .circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 170px;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: var(--accent--color);
    text-align: center;
    line-height: 1.4;
}

.testimonials-con .carousel .text-size-26 {
    line-height: 38px;
    margin-bottom: 34px;
    color: var(--black--color);
}

.stars i {
    color: var(--primary--color);
    font-size: 19px;
    margin-bottom: 24px;
}

.custom-indicators {
    position: absolute;
    right: -13%;
    left: unset;
    bottom: 40%;
    display: flex;
    margin: 0;
    flex-direction: column;
    border: 2px solid var(--light--blue--color3);
    border-radius: 23px;
    width: 46px;
    height: 113px;
}

.custom-indicators li {
    width: 12px;
    height: 12px;
    background: var(--light--blue--color3);
    border-radius: 50%;
    margin: 4px auto;
    text-align: center;
    padding: 0;
    border: 0;
}

.custom-indicators li.active {
    background: var(--accent--color);
}

.review-content-con img {
    border-radius: 100px;
}

.review-content-con .review-text {
    padding-top: 7px;
    padding-left: 23px;
    margin-left: 23px;
    border-left: 2px solid var(--border--color);
}

.review-text .text-size-20 {
    color: var(--accent--color);
}

.review-text span {
    font-size: 16px;
}

.testimonials-con .testimonial-badge figure {
    display: inline-block;
}

/* SERVICES SECTION */
.services-con .item {
    width: 100%;
    transition: ease-in-out 0.8s;
    display: flex;
}

.services-box {
    border-radius: 20px;
    background-color: var(--secondary--color);
    padding: 20px;
    transition: ease-in-out 0.8s;
    height: 470px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.services-box .services-upper-content {
    padding: 15px 15px 0;
}

.services-con .owl-carousel .owl-item img {
    transition: ease-in-out 0.8s;
    width: auto;
}

.services-con .service-text1 .text-size-26 {
    margin-bottom: 0;
}

.services-con .service-text1 {
    margin-bottom: 18px;
}

.services-con .services-upper-content p {
    border-top: 1px solid var(--border--color);
    padding-top: 22px;
    font-size: 16px;
    line-height: 23px;
    transition: all 0.6s ease-in-out;
}

.services-con .services-box figure.regular-img {
    padding-top: 25px;
    transition: ease-in-out 0.6s;
}

.services-con .services-box figure.regular-img img {
    width: 100%;
}

.services-con .services-box .hover-content {
    bottom: 15px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s ease;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-con .services-box .hover-img {
    position: absolute;
    bottom: 15px;
}

.services-con .services-box:hover .hover-content {
    transition: ease-in-out 0.6s;
    visibility: visible;
    opacity: 1;
}

.services-con .hover-content a {
    position: absolute;
    right: 0;
    left: 0;
    top: 105px;
    bottom: 0;
    margin: auto;
    color: var(--accent--color);
    background-color: var(--primary--color);
    width: 59px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-align: center;
    transition: ease-in-out 0.6s;
}

.services-con .hover-content a:hover {
    text-decoration: none;
    background-color: var(--secondary--color);
    color: var(--accent--color);
}

.service-con-carousel .services-box:hover .services-upper-content p,
.service-con-carousel .services-box:hover figure.regular-img {
    display: none;
}

/*  */

.services-con .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 45px;
    text-align: center;
}

.services-con .owl-dots button {
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    margin: 0 auto;
}

.services-con .owl-dots button:focus,
.services-con .owl-dots button:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
}

.services-con .owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--accent--color);
    color: var(--primary--color);
    width: 19px;
    height: 19px;
}

.services-con .owl-theme .owl-dots .owl-dot span {
    background-color: var(--dot--color);
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 100%;
}

/* ABOUT US SECTION */
.about-us-con {
    padding: 40px 35px 40px 35px;
}

.about-us-content-con {
    gap: 70px;
}

.about-us-con .about-content2 {
    gap: 60px;
}

.about-us-content-con {
    padding-left: 40px;
}

.about-us-con .about-us-content-con .text-size-66 {
    margin-bottom: 27px;
}

.about-us-con .special-text {
    margin-bottom: 10px;
}

.about-us-con .about-us-content-con p {
    margin-bottom: 20px;
    color: var(--light--blue--color);
}

.about-us-con .about-us-content-con p.last-p {
    margin-bottom: 45px;
    color: var(--light--blue--color);
}

.about-us-con .about-us-content-con .primary_btn:hover {
    background-color: var(--secondary--color);
    color: var(--accent--color);
}

.about-us-con .about-img-con .yellow-box {
    padding: 30px;
    text-align: center;
    background-color: var(--primary--color);
    top: 34px;
    left: 34px;
    width: 192px;
}

.about-us-con .about-img-con .yellow-box span.counter {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 15px;
}

.about-us-con .about-img-con .yellow-box sup {
    font-size: 45px;
    top: -18px;
}

.about-us-con .about-img-con .yellow-box p {
    font-size: 18px;
    line-height: 22px;
}

/* WHY CHOOSE US SECTION */
.why-choose-us-con .choose-content-con {
    padding-left: 48px;
}

.why-choose-us-con .row {
    margin-bottom: 80px;
}

.stats-box span.counter {
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 6px;
}

.why-choose-us-con .col-lg-3.col-md-6 {
    border-right: 2px solid var(--light--blue--color3);
}

.why-choose-us-con .col-lg-3.col-md-6:last-child {
    border-right: none;
}

.stats-box sup {
    font-size: 32px;
    top: -18px;
    right: 4px;
}

.stats-box p {
    font-size: 18px;
    line-height: 32px;
}

.stats-text {
    font-size: 100px;
}

/* BANNER SECTION */
.home-outer-wrapper {
    background-image: url(../images/banner-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    margin-top: 30px;
}

.banner-con {
    padding-top: 60px;
}

.hero-emphasis {
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: var(--secondary--color);
}

.banner-con .text-size-100 {
    margin-bottom: 28px;
}

.banner-con .banner-top-span,
.sub-banner-con .banner-top-span {
    background-color: rgb(255 255 255 / 10%);
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px;
    width: 220px;
    padding: 6px 10px;
    text-align: center;
    position: relative;
    margin-bottom: 22px;
}

.sub-banner-con .banner-top-span {
    width: auto;
    display: inline-block;
    padding: 6px 20px;
}

.banner-inner-con p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: var(--secondary--color);
    position: relative;
    padding-left: 82px;
    margin-bottom: 37px;
}

.banner-inner-con p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 53px;
    height: 2px;
    background-color: var(--secondary--color);
}

/* Home hero paragraph: dash sits beside the text via flexbox instead of a
   block-level padding-left, so wrapped lines use the full column width. */
.hero-desc-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 37px;
}

.hero-desc-dash {
    display: inline-block;
    width: 20px;
    height: 2px;
    margin-top: 15px;
    background-color: var(--secondary--color);
    flex-shrink: 0;
}

.hero-desc-row p {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    font-size: 15px !important;
    line-height: 24px !important;
    flex: 1;
    min-width: 0;
}

.hero-desc-row p::before {
    display: none !important;
}

/* Home hero mini feature badges (below the CTA buttons) */
.hero-mini-badges {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 30px;
}

.hero-mini-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: rgb(255 255 255 / 8%);
    border: 1px solid rgb(255 255 255 / 15%);
    border-radius: 10px;
    padding: 10px 12px;
    flex: 1;
    min-width: 0;
}

.hero-mini-badge i {
    color: var(--primary--color);
    font-size: 14px;
    flex-shrink: 0;
}

.hero-mini-badge span {
    color: var(--secondary--color);
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}

.banner-con .primary_btn {
    margin-right: 18px;
}

.banner-con .banner-right-con figure {
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid var(--secondary--color);
}

.banner-con .banner-logo {
    bottom: -232px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: var(--secondary--color);
    width: 163px;
    height: 163px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.sub-outer-wrapper {
    background-image: url(../images/sub-banner-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 703px;
    margin-top: 30px;
}

.sub-banner-con {
    padding-top: 154px;
}

/* PILOT: Contact Us hero as a solid "card" instead of a background photo.
   Scoped to .hero-card-page only — every other page keeps the photo hero. */
.hero-card-page.sub-outer-wrapper {
    background-image: none;
    background-color: var(--accent--color);
    height: auto;
    overflow: hidden;
    padding-bottom: 0 !important;
}

.hero-card-page .sub-banner-con {
    padding-bottom: 50px;
}

.banner-image-con {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.banner-image-con img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .banner-image-con img {
        height: 280px;
    }
}

/* Home hero image slider: 3 images cross-fading in place on the right column.
   White "frame" background with padding around the image, like a card. */
.hero-image-slider {
    position: relative;
    height: 480px;
    background-color: #fff;
}

.hero-image-slider img.hero-slide {
    position: absolute;
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    border-radius: 12px;
    object-fit: cover;
    opacity: 0;
    z-index: 1;
    transition: opacity 1.2s ease-in-out;
}

.hero-image-slider img.hero-slide.active {
    opacity: 1;
    z-index: 2;
}

@media (max-width: 991px) {
    .hero-image-slider {
        height: 280px;
    }
}

/* breadcrumb */
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--secondary--color);
}

.breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.breadcrumb {
    padding: 18px 30px;
    min-width: 195px;
    transition: ease-in-out 0.6s;
    border-radius: 10px;
    justify-content: center;
    background-color: rgb(255 255 255 / 15%);

}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--primary--color);
    position: relative;
    transition: all 0.6s ease-in-out;
}

.breadcrumb-item a:hover {
    color: var(--accent--color);
}


.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary--color);
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    padding: 0 17px;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

.services-con .col-lg-3 {
    margin-bottom: 40px;
    display: flex;
}

.services-con .col-lg-3:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.our-features-con .col-lg-3,
.our-features-con .col-lg-4 {
    display: flex;
    margin-bottom: 24px;
}

.our-features-con .feature-box {
    width: 100%;
}

/* VIDEO SECTION */
.video-con .video-inner-wrap {
    height: 552px;
}

.video-con .video-inner-wrap::before {
    background: url(../images/video-img-bg.jpg);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}

/* PRICING PLANS SECTIONS */
.pricing-plans-con .pricing-box {
    background-color: var(--secondary--color);
    border-radius: 20px;
    padding: 42px 49px;
    position: relative;
    border: 1px solid var(--secondary--color);
    transition: ease-in-out 0.6s;
}

.pricing-plans-con .pricing-box:hover {
    border: 1px solid var(--accent--color);
}

.pricing-plans-con .pricing-box .text-size-26 {
    margin-bottom: 10px;
}

.pricing-plans-con .pricing-box img {
    margin-bottom: 31px;
}

.pricing-plans-con .pricing-box .price-content {
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    color: var(--black--color);
    padding-bottom: 21px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--border--color2);
}

.pricing-plans-con .pricing-box .price-content span {
    font-size: 16px;
    line-height: 16px;
    color: var(--text--color);
}

.pricing-plans-con .pricing-box ul li {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 16px;
    padding-left: 29px;
    color: var(--black--color);
}

.pricing-plans-con .pricing-box ul li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--accent--color);
    font-size: 14px;
}

.pricing-plans-con .pricing-box ul {
    margin-bottom: 33px;
}

.pricing-plans-con .pricing-box:hover .primary_btn {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.pricing-plans-con .pricing-box:hover .primary_btn:hover {
    background-color: var(--primary--color);
    color: var(--accent--color);
}

.pricing-plans-con .pricing-box .primary_btn {
    max-width: max-content !important;
    display: inline-flex !important;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
}

/* OUR FEATURES SECTION */
.our-features-con .feature-box {
    background-color: var(--secondary--color);
    border-radius: 20px;
    padding: 40px 40px 35px;
    transition: ease-in-out 0.6s;
    border: 1px solid var(--secondary--color);
}

.our-features-con .feature-box:hover {
    border: 1px solid var(--accent--color);
}

.our-features-con .feature-box .text-size-26 {
    margin-bottom: 13px;
}

.our-features-con .feature-box img {
    margin-bottom: 27px;
    transition: ease-in-out 0.6s;
}

.our-features-con .feature-box:hover img {
    transform: translateY(2px);
}

.our-features-con .feature-box p {
    font-size: 16px;
    line-height: 23px;
}

/* MAIN ABOUT US SECTION */
.main-about-us-con .about-us-content-con .primary_btn:hover {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.main-about-us-con .about-us-content-con p {
    color: var(--text--color);
    padding-right: 40px;
}

.main-about-us-con .about-us-content-con ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 9px;
    padding-left: 28px;
    color: var(--black--color);
    font-weight: 500;
}

.main-about-us-con .about-us-content-con ul {
    margin-bottom: 37px;
}

.main-about-us-con .about-us-content-con ul li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--accent--color);
    font-size: 17px;
}

.main-about-us-con .about-us-content-con {
    padding-left: 49px;
}

.main-about-us-con.about-us-con {
    padding: 0;
}

/* CONTACT MAP SECTION */
.contact-map-con iframe {
    height: 576px;
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    pointer-events: none;
    border-radius: 30px;
    border: none;
    position: relative;
    transition: ease-in-out 0.6s;
}

.contact-map-con div:hover iframe {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

/* CONTACT INFO CON */
.contact-info-con .contact-info-box {
    background-color: var(--secondary--color);
    border-radius: 20px;
    padding: 45px 37px;
    transition: ease-in-out 0.6s;
    border: 1px solid var(--secondary--color);
}

.contact-info-con .contact-info-box img {
    margin-bottom: 32px;
    transition: ease-in-out 0.6s;
}

.contact-info-con .contact-info-box .text-size-26 {
    margin-bottom: 12px;
}

.contact-info-con .contact-info-box p,
.contact-info-con .contact-info-box a {
    font-size: 16px;
    line-height: 26px;
    color: var(--text--color);
    transition: all 0.6s ease-in-out;
}

.contact-info-con .contact-info-box a:hover {
    color: var(--accent--color);
    text-decoration: none;
}

.contact-info-con .contact-info-box:hover {
    border: 1px solid var(--accent--color);
}

.contact-info-con .contact-info-box:hover img {
    transform: translateY(2px);
}


/* TRACK YOUR ORDER */
.track-your-order-con .card {
    border-radius: 30px;
    border: none;
    padding: 55px 70px;
}

.track-your-order-con .track {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 60px;
    position: relative;
}

.track-your-order-con .track::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    height: 12px;
    background: var(--border--color);
    z-index: 1;
    border-radius: 30px;
}

.track-your-order-con .step {
    text-align: center;
    width: 25%;
    position: relative;
    z-index: 2;
}

.track-your-order-con .step .icon,
.track-your-order-con .step i {
    width: 40px;
    height: 40px;
    background: var(--border--color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    font-size: 40px;
    color: var(--accent--color);
}


.track-your-order-con .step.active .icon,
.track-your-order-con .step.active i {
    background: var(--secondary--color);
    color: var(--accent--color);
}

.track-your-order-con .step .text {
    display: block;
    margin-top: 8px;
    font-size: 18px;
    color: var(--text--color);
}

.track-your-order-con .step.active .text {
    color: var(--accent--color);
}

.track-your-order-con p.track-your-order-content strong {
    font-size: 20px;
    color: var(--black--color);
    margin-bottom: 10px;
    display: block;
}

.track-your-order-con p.track-your-order-content {
    font-size: 16px;
}
/* PROPERTY FILTER TABS + DYNAMIC PROJECTS GRID */
.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding-bottom: 24px;
    margin-bottom: 36px;
    border-bottom: 1px solid var(--border--color);
}

.filter-tabs .filter-btn {
    background-color: transparent;
    border: 1px solid var(--border--color);
    color: var(--light--blue--color2);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 12px 26px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.filter-tabs .filter-btn:hover {
    border-color: var(--accent--color);
    color: var(--accent--color);
}

.filter-tabs .filter-btn.active {
    background-color: var(--accent--color);
    border-color: var(--accent--color);
    color: var(--secondary--color);
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.property-card {
    background-color: var(--secondary--color);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 8%);
    transition: all 0.3s ease-in-out;
}

.property-card.d-none {
    display: none !important;
}

.property-card:hover {
    box-shadow: 0px 0px 60px rgb(0 0 0 / 14%);
    transform: translateY(-4px);
}

.property-img-wrap {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.property-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: var(--light--blue--color3);
    color: var(--accent--color);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: capitalize;
}

.property-badge.featured {
    background-color: var(--primary--color);
    color: var(--accent--color);
}

.property-badge.badge-available {
    background-color: #2ecc71;
    color: var(--secondary--color);
}

.property-badge.badge-sold {
    background-color: #e74c3c;
    color: var(--secondary--color);
}

.property-badge.badge-rented {
    background-color: #3498db;
    color: var(--secondary--color);
}

.property-badge.badge-coming-soon {
    background-color: var(--primary--color);
    color: var(--accent--color);
}

.property-body {
    padding: 22px;
}

.property-location {
    font-size: 13px;
    color: var(--text--color);
    margin-bottom: 8px;
}

.property-location i {
    color: var(--primary--color);
    margin-right: 6px;
}

.property-name {
    font-size: 19px;
    margin-bottom: 4px;
    color: var(--black--color);
}

.property-category {
    color: var(--text--color);
    font-size: 13px;
}

.property-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--accent--color);
    margin: 10px 0;
}

.property-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 18px;
    font-size: 13px;
    color: var(--text--color);
}

.property-meta-item i {
    color: var(--primary--color);
    margin-right: 4px;
}

.btn-view-details {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    background-color: var(--accent--color);
    color: var(--secondary--color);
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.btn-view-details:hover {
    background-color: var(--primary--color);
    color: var(--accent--color);
}

@media (max-width: 991px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .projects-grid {
        grid-template-columns: 1fr;
    }

    .filter-tabs .filter-btn {
        padding: 10px 18px;
        font-size: 12px;
    }
}

.split-img img {
    width: 100%;
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.checklist li {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.checklist li:last-child {
    margin-bottom: 0;
}

.checklist li i {
    color: var(--primary--color);
    font-size: 18px;
    margin-top: 4px;
}

.checklist li h4 {
    font-size: 17px;
    margin-bottom: 4px;
    color: var(--black--color);
}

.checklist li p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.wcu-compare-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: stretch;
}

.wcu-compare-card {
    position: relative;
    background-color: var(--secondary--color);
    border-radius: 16px;
    padding: 40px 36px;
    border: 1px solid var(--border--color);
}

.wcu-compare-card h3 {
    font-size: 22px;
    color: var(--black--color);
    margin-bottom: 24px;
}

.wcu-compare-featured {
    border: 2px solid var(--primary--color);
    box-shadow: 0px 0px 50px rgb(252 207 58 / 20%);
    transform: scale(1.02);
}

.wcu-compare-featured h3 {
    color: var(--accent--color);
}

.wcu-compare-badge {
    position: absolute;
    top: -15px;
    left: 36px;
    background-color: var(--primary--color);
    color: var(--accent--color);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 7px 16px;
    border-radius: 20px;
}

.wcu-compare-badge i {
    margin-right: 4px;
}

.wcu-compare-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wcu-compare-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    color: var(--black--color);
    padding: 12px 0;
    border-bottom: 1px solid var(--border--color);
}

.wcu-compare-list li:last-child {
    border-bottom: none;
}

.wcu-compare-list li i {
    color: #2ecc71;
    font-size: 18px;
}

.wcu-compare-list-muted li {
    color: var(--light--blue--color2);
}

.wcu-compare-list-muted li i {
    color: var(--light--blue--color2);
}

@media (max-width: 767px) {
    .wcu-compare-grid {
        grid-template-columns: 1fr;
    }

    .wcu-compare-featured {
        transform: none;
    }
}

/* OUR APPROACH PAGE */
.hero-tags-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 22px 0 26px;
}

.hero-tags-row span {
    background-color: rgb(255 255 255 / 10%);
    color: var(--secondary--color);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 20px;
    border: 1px solid rgb(255 255 255 / 15%);
}

.process-step {
    background-color: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 14px;
    padding: 34px 26px;
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.process-step:hover {
    border-color: var(--primary--color);
    transform: translateY(-4px);
}

.process-step-number {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 46px;
    font-weight: 700;
    color: rgb(255 255 255 / 8%);
    line-height: 1;
}

.process-step-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background-color: var(--primary--color);
    color: var(--accent--color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}

.process-step h3 {
    font-size: 19px;
    color: var(--secondary--color);
    margin-bottom: 8px;
    position: relative;
}

.process-step p {
    font-size: 14px;
    line-height: 22px;
    color: rgb(255 255 255 / 65%);
    margin-bottom: 0;
    position: relative;
}

.our-features-con .feature-icon-circle {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-color: var(--light--blue--color3);
    color: var(--primary--color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.oa-stat-box {
    border-right: 1px solid rgb(255 255 255 / 12%);
}

.oa-stat-box.border-right-0 {
    border-right: none;
}

.oa-stat-num {
    display: block;
    font-size: 46px;
    font-weight: 700;
    color: var(--primary--color);
    font-family: "Hedvig Letters Sans", sans-serif;
    margin-bottom: 6px;
}

.oa-stat-box p {
    color: rgb(255 255 255 / 70%);
    font-size: 14px;
}

@media (max-width: 767px) {
    .oa-stat-box {
        border-right: none;
        margin-bottom: 24px;
    }
}

/* CONTACT US PAGE */
.contact-form-wrap {
    margin-top: 16px;
}

.contact-form-wrap .form-group,
.contact-form-wrap .form-group-1col,
.contact-form-wrap .form-group-2col {
    margin-bottom: 8px;
}

.contact-form-wrap .form-group-2col {
    display: flex;
    gap: 18px;
}

.contact-form-wrap .form-group-2col .form-group {
    flex: 1;
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .contact-form-wrap .form-group-2col {
        flex-direction: column;
        gap: 8px;
    }
}

.contact-form-wrap label.form-label {
    color: var(--secondary--color) !important;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-block;
}

.contact-form-wrap .error-msg {
    min-height: 0;
}

.contact-form-wrap .form-control,
.contact-form-wrap .form-select {
    display: block;
    width: 100%;
    height: 52px;
    border-radius: 8px;
    border: none;
    padding: 0 18px;
    color: var(--black--color);
    background-color: var(--secondary--color);
}

.contact-form-wrap select.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%2307295c' d='M4.646 6.146a.5.5 0 0 1 .708 0L8 8.793l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 14px;
    padding-right: 42px;
}

.contact-form-wrap textarea.form-control {
    height: auto;
    padding: 14px 18px;
}

.contact-form-wrap .captcha-canvas-row .form-control.captcha-input {
    width: auto;
    flex: 1;
    height: 42px;
}

.contact-form-wrap .captcha-wrapper .form-label {
    display: block;
}

.btn-submit {
    background-color: var(--primary--color);
    color: var(--accent--color);
    border: none;
    height: 54px;
    padding: 0 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

.btn-submit:hover {
    background-color: var(--secondary--color);
}

.form-success {
    display: none;
}

.contact-form-img img {
    width: 100%;
    border-radius: 20px;
}

.contact-form-img-offset {
    margin-top: 260px;
}

@media (max-width: 991px) {
    .contact-form-img-offset {
        margin-top: 0;
    }
}

.contact-form-con {
    padding-top: 70px;
    padding-bottom: 70px;
}

.contact-form-con .checklist.checklist-compact {
    margin: 22px 0 34px;
}

.contact-form-con .checklist li {
    margin-bottom: 14px;
}

.contact-form-con .checklist li h4 {
    color: var(--secondary--color);
    font-size: 15px;
}

.contact-form-con .checklist li p {
    color: rgb(255 255 255 / 65%);
}

.contact-info-card.feature-box {
    border: 1px solid var(--border--color) !important;
    box-shadow: none;
    transition: border-color 0.35s ease-in-out, transform 0.35s ease-in-out;
}

.contact-info-card.feature-box:hover {
    border: 1px solid var(--accent--color) !important;
    box-shadow: none;
    transform: translateY(-6px);
}

.contact-info-card .feature-icon-circle {
    background-color: var(--primary--color);
    color: var(--accent--color);
}

.office-card-box p {
    text-align: left;
}

.office-card-box.feature-box {
    border: 1px solid var(--border--color) !important;
    box-shadow: none;
    transition: border-color 0.35s ease-in-out, transform 0.35s ease-in-out;
}

.office-card-box.feature-box:hover {
    border: 1px solid var(--accent--color) !important;
    box-shadow: none;
    transform: translateY(-6px);
}

.office-card-box .feature-icon-circle {
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
    background-color: var(--primary--color);
    color: var(--accent--color);
    font-size: 26px;
}

.office-card-box h3.text-size-26 {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border--color);
}

/* PROPERTY DETAIL PAGE */
.pd-gallery-main img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
}

.pd-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.pd-thumb {
    width: 90px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

.pd-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pd-thumb:hover {
    opacity: 1;
}

.pd-thumb.active {
    border-color: var(--primary--color);
    opacity: 1;
}

.pd-block {
    margin-top: 45px;
}

.pd-short-desc {
    font-weight: 600;
    color: var(--black--color);
}

.pd-feature-box {
    background-color: var(--secondary--color);
    border: 1px solid var(--border--color);
    border-radius: 14px;
    padding: 26px 20px;
    margin-bottom: 24px;
    transition: all 0.3s ease-in-out;
}

.pd-feature-box:hover {
    box-shadow: 0px 0px 40px rgb(0 0 0 / 8%);
    transform: translateY(-4px);
}

.pd-feature-box .feature-icon-circle {
    margin: 0 auto 14px;
}

.pd-feature-box strong {
    display: block;
    font-size: 20px;
    color: var(--black--color);
}

.pd-feature-box span {
    font-size: 13px;
    color: var(--text--color);
}

.pd-price-card {
    background-color: var(--accent--color);
    border-radius: 16px;
    padding: 32px 28px;
    margin-bottom: 24px;
}

.pd-price-label {
    display: block;
    color: var(--primary--color);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 8px;
}

.pd-price {
    font-size: 34px;
    font-weight: 700;
    color: var(--secondary--color);
    margin-bottom: 18px;
}

.pd-price-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    color: rgb(255 255 255 / 75%);
    font-size: 14px;
}

.pd-price-meta i {
    color: var(--primary--color);
    margin-right: 6px;
}

.pd-info-card {
    background-color: var(--secondary--color);
    border: 1px solid var(--border--color);
    border-radius: 16px;
    padding: 28px;
}

.pd-info-card h4 {
    font-size: 18px;
    color: var(--black--color);
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border--color);
}

.pd-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pd-info-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--border--color);
    font-size: 14px;
}

.pd-info-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.pd-info-list li span {
    color: var(--text--color);
}

.pd-info-list li strong {
    color: var(--black--color);
}

/* TERMS & PRIVACY PAGES (tnc-*) */
.tnc-hero {
    position: relative;
    padding: 90px 0 60px;
    background-image: url(../images/sub-banner-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tnc-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(7 41 92 / 85%), rgb(7 41 92 / 55%));
}

.tnc-hero-inner {
    position: relative;
    z-index: 1;
}

.tnc-breadcrumb {
    font-size: 14px;
    color: rgb(255 255 255 / 60%);
    margin-bottom: 18px;
}

.tnc-breadcrumb a {
    color: var(--primary--color);
    text-decoration: none;
}

.tnc-breadcrumb .sep {
    margin: 0 8px;
}

.tnc-breadcrumb .current {
    color: var(--secondary--color);
}

.tnc-eyebrow {
    display: inline-block;
    background-color: rgb(255 255 255 / 10%);
    color: var(--secondary--color);
    font-size: 13px;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 20px;
    border: 1px solid rgb(255 255 255 / 15%);
    margin-bottom: 18px;
}

.tnc-hero-title {
    font-size: 52px;
    line-height: 60px;
    font-weight: 700;
    color: var(--secondary--color);
    margin-bottom: 18px;
    font-family: "Hedvig Letters Sans", sans-serif;
}

.tnc-hero-title em {
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: var(--primary--color);
}

.tnc-hero-sub {
    color: rgb(255 255 255 / 80%);
    max-width: 640px;
    margin-bottom: 26px;
}

.tnc-meta-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.tnc-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgb(255 255 255 / 85%);
    font-size: 14px;
}

.tnc-meta-item i {
    color: var(--primary--color);
}

.tnc-meta-divider {
    width: 1px;
    height: 16px;
    background-color: rgb(255 255 255 / 20%);
}

.tnc-layout {
    padding: 80px 0;
}

.tnc-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.tnc-sidebar {
    width: 300px;
    flex-shrink: 0;
    position: sticky;
    top: 30px;
}

.tnc-toc-card {
    background-color: var(--secondary--color);
    border: 1px solid var(--border--color);
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 6%);
}

.tnc-toc-header h4 {
    font-size: 17px;
    color: var(--black--color);
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border--color);
}

.tnc-toc-header i {
    color: var(--primary--color);
}

.tnc-toc-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
}

.tnc-toc-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 10px;
    border-radius: 8px;
    color: var(--text--color);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

.tnc-toc-link:hover,
.tnc-toc-link.active {
    background-color: var(--grey--bg--color);
    color: var(--accent--color);
    text-decoration: none;
}

.tnc-toc-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: var(--light--blue--color3);
    color: var(--accent--color);
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
}

.tnc-toc-link.active .tnc-toc-num,
.tnc-toc-link:hover .tnc-toc-num {
    background-color: var(--primary--color);
}

.tnc-update-badge {
    display: flex;
    gap: 10px;
    background-color: var(--grey--bg--color);
    border-radius: 10px;
    padding: 14px;
    font-size: 13px;
    color: var(--text--color);
    margin-bottom: 18px;
}

.tnc-update-badge i {
    color: #2ecc71;
    font-size: 16px;
    margin-top: 2px;
}

.tnc-actions {
    display: flex;
    gap: 10px;
}

.tnc-action-btn {
    flex: 1;
    background-color: var(--grey--bg--color);
    border: 1px solid var(--border--color);
    border-radius: 8px;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--accent--color);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.tnc-action-btn:hover {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.tnc-content-area {
    flex: 1;
    min-width: 0;
}

.tnc-notice-banner {
    display: flex;
    gap: 14px;
    background-color: rgb(252 207 58 / 12%);
    border: 1px solid rgb(252 207 58 / 30%);
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 40px;
}

.tnc-notice-icon {
    color: var(--primary--color);
    font-size: 22px;
}

.tnc-notice-text strong {
    display: block;
    color: var(--black--color);
    margin-bottom: 6px;
}

.tnc-notice-text p {
    margin-bottom: 0;
    font-size: 14px;
}

.tnc-section {
    margin-bottom: 42px;
    padding-bottom: 42px;
    border-bottom: 1px solid var(--border--color);
}

.tnc-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.tnc-section-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.tnc-section-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: var(--accent--color);
    color: var(--primary--color);
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}

.tnc-section-title {
    flex: 1;
    font-size: 24px;
    color: var(--black--color);
    margin-bottom: 0;
}

.tnc-section-icon {
    color: var(--primary--color);
    font-size: 20px;
}

.tnc-sub-heading {
    font-size: 18px;
    color: var(--black--color);
    margin: 20px 0 12px;
}

.tnc-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.tnc-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
    color: var(--text--color);
}

.tnc-list-bullet {
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primary--color);
}

.tnc-highlight {
    background-color: var(--grey--bg--color);
    border-left: 3px solid var(--primary--color);
    border-radius: 8px;
    padding: 16px 20px;
    margin-top: 18px;
}

.tnc-highlight p {
    margin-bottom: 0;
    font-size: 14px;
}

.tnc-warning {
    display: flex;
    gap: 12px;
    background-color: rgb(231 76 60 / 8%);
    border-left: 3px solid #e74c3c;
    border-radius: 8px;
    padding: 16px 20px;
    margin-top: 18px;
}

.tnc-warning i {
    color: #e74c3c;
    font-size: 18px;
    margin-top: 2px;
}

.tnc-warning p {
    margin-bottom: 0;
    font-size: 14px;
}

.tnc-acceptance {
    background-color: var(--accent--color);
    border-radius: 16px;
    padding: 40px;
    margin-top: 50px;
    text-align: center;
}

.tnc-acceptance-inner h3 {
    color: var(--secondary--color);
    font-size: 26px;
    margin-bottom: 14px;
}

.tnc-acceptance-inner h3 em {
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: var(--primary--color);
}

.tnc-acceptance-inner p {
    color: rgb(255 255 255 / 75%);
    max-width: 560px;
    margin: 0 auto 26px;
}

.tnc-acceptance-btns {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-accept,
.btn-contact-tnc {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.btn-accept {
    background-color: var(--primary--color);
    color: var(--accent--color);
    border: none;
}

.btn-accept:hover {
    background-color: var(--secondary--color);
}

.btn-contact-tnc {
    background-color: transparent;
    color: var(--secondary--color);
    border: 1px solid rgb(255 255 255 / 30%);
}

.btn-contact-tnc:hover {
    background-color: rgb(255 255 255 / 10%);
    color: var(--secondary--color);
}

@media (max-width: 991px) {
    .tnc-wrapper {
        flex-direction: column;
    }

    .tnc-sidebar {
        width: 100%;
        position: static;
    }

    .tnc-hero-title {
        font-size: 38px;
        line-height: 46px;
    }
}

/* INQUIRY MODAL */
#inquiryModal .modal-dialog {
    max-width: 640px;
}

.inquiry-modal-content {
    border: none;
    border-radius: 20px;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
}

.inquiry-modal-content .modal-body {
    overflow-y: auto;
    padding: 34px 32px;
    flex: 1;
    min-height: 0;
}

.inquiry-modal-close {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 2;
    background-color: var(--grey--bg--color);
    color: var(--accent--color);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
}

.inquiry-modal-close:hover {
    background-color: var(--primary--color);
    opacity: 1;
}

#inquiryModal .contact-form ul {
    grid-template-columns: 1fr;
}

@media (min-width: 576px) {
    #inquiryModal .contact-form ul {
        grid-template-columns: 48.4% 48.4%;
    }
}

#inquiryModal .contact-form ul li input,
#inquiryModal .contact-form ul li select,
#inquiryModal .contact-form ul li textarea {
    background-color: var(--grey--bg--color);
    border: 1px solid var(--border--color);
}

#inquiryModal .contact-form ul li input:focus,
#inquiryModal .contact-form ul li select:focus,
#inquiryModal .contact-form ul li textarea:focus {
    background-color: var(--secondary--color);
}

#inquiryModal .contact-form ul {
    gap: 14px;
    margin-bottom: 14px;
}

#inquiryModal .contact-form ul li input,
#inquiryModal .contact-form ul li select {
    height: 48px !important;
}

#inquiryModal .contact-form ul li textarea {
    height: 80px !important;
}

.inquiry-modal-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: var(--primary--color);
    color: var(--accent--color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin-bottom: 14px;
    box-shadow: 0px 10px 30px rgb(252 207 58 / 35%);
}

#inquiryModal .heading-title-con {
    margin-bottom: 18px !important;
}

.inquiry-modal-badge-row {
    gap: 12px;
    margin-bottom: 14px;
}

.inquiry-modal-badge-row .inquiry-modal-icon {
    margin-bottom: 0;
}

#inquiryModal .captcha-wrapper {
    margin-bottom: 14px;
}

.inquiry-modal-emphasis {
    color: var(--accent--color);
}

.inquiry-modal-sub {
    color: var(--text--color);
    font-size: 13px;
    margin-top: 6px;
}

.inquiry-modal-form .inquiry-field {
    position: relative;
}

.inquiry-modal-form .inquiry-field-input-wrap {
    position: relative;
}

.inquiry-modal-form .inquiry-field i {
    position: absolute;
    left: 18px;
    top: 20px;
    color: var(--primary--color);
    font-size: 15px;
    z-index: 1;
}

.inquiry-modal-form .inquiry-field input,
.inquiry-modal-form .inquiry-field select {
    padding-left: 44px !important;
}

.inquiry-modal-form .inquiry-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%2307295c' d='M4.646 6.146a.5.5 0 0 1 .708 0L8 8.793l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 14px;
    padding-right: 42px !important;
}

.inquiry-modal-form .inquiry-field-textarea i {
    top: 16px;
}

.inquiry-modal-form .inquiry-field-textarea textarea {
    padding-left: 44px !important;
}

.inquiry-modal-content {
    position: relative;
    overflow: hidden;
}

.inquiry-modal-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--primary--color), var(--accent--color));
}

/* CAPTCHA (global — used by the inquiry modal on every page) */
.captcha-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

.captcha-canvas-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

#inquiryCaptchaCanvas,
#estimateCaptchaCanvas {
    border: 1.5px solid rgba(198, 161, 59, 0.45);
    border-radius: 8px;
    height: 42px;
    flex-shrink: 0;
}

.captcha-input {
    flex: 1;
    width: auto !important;
    border: 1.5px solid rgba(198, 161, 59, 0.35) !important;
    border-radius: 8px;
    height: 42px !important;
    padding: 11px 16px;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.captcha-refresh-btn {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(198, 161, 59, 0.55);
    border-radius: 8px;
    background-color: #C6A13B !important;
    color: #fff;
    cursor: pointer;
    transition: .2s ease;
}

.captcha-refresh-btn:hover {
    background-color: rgba(202, 152, 13, 0.12);
    transform: scale(1.05);
}

@media (max-width: 480px) {
    .captcha-canvas-row {
        flex-wrap: wrap;
    }

    #inquiryCaptchaCanvas,
    #estimateCaptchaCanvas,
    .captcha-input,
    .captcha-refresh-btn {
        width: 100% !important;
    }
}
