/*
Theme Name: Hasanur Jaya
Author: Web Guy
Description: We are house renovation and building contractor. We design & Build with Approval ABCI
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Roboto", sans-serif;
}
iframe {
    border: none;
}
.text-color1 {
    color: #C18C0A;
}
.text-color2 {
    color: #101056;
}
.bg-color1 {
    background-color: #C18C0A;
}
.bg-color2 {
    background-color: #101056;
}
.stroke {
    color: transparent; /* Makes the fill disappear */
    -webkit-text-stroke: 2px black;
}
.stroke-white {
    color: transparent; /* Makes the fill disappear */
    -webkit-text-stroke: 2px white;
}
.btn {
    background-color: #C18C0A;
    color: #fff;
    padding: 14px 20px;
    display: inline-block;
    text-decoration: none;
    transition: 0.4s ease-in-out;
}
.btn:hover i {
    transform: translateX(5px);
}
.btn.btn-outline {
    background-color: transparent;
    color: #fff;
    border: 2px solid #C18C0A;
    box-sizing: border-box;
}
.btn.btn-outline:hover {
    background-color: #C18C0A;
    color: #fff;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #C18C0A;
    color: #fff;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    transition: 0.4s ease-in-out;
    letter-spacing: 1px;
    margin-top: 50px;
    width: 150px;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #101056;
}
#header #main-header {
    padding: 1rem 2rem;
    transition: background-color 0.4s ease-in-out, padding 0.4s ease-in-out;
    background-color: transparent;
}
#header.is-sticky #main-header {
    padding: 0.3rem 2rem;
    background-color: #fff;
}
#header #main-header .mobile-menu-open {
    color: #fff;
}
#header.is-sticky #main-header .mobile-menu-open {
    color: #101056;
}
#header.is-sticky ul#menu-main-menu > li a {
    color: #101056;
}
#header.is-sticky ul#menu-main-menu > li a:hover {
    background-color: #101056;
    color: #fff;
}
#header.is-sticky ul#menu-main-menu > li.current-menu-item a {
    background-color: #101056;
    color: #fff;
}
#header img.custom-logo {
    width: 100px;
    height: auto;
    transition: 0.4s ease-in-out;
}
#header.is-sticky img.custom-logo {
    width: 110px;
}
#header .logo {
    color: #ffffff;
}
#header.is-sticky .logo {
    color: #101056;
}
#header .custom-logo-link {
    display: inline-block;
    text-align: center;
}
#header .logo .text-1 {
    font-size: 14px;
}
#header .logo .text-2 {
    font-size: 9px;
}
.header-top {
    background-color: #101056;
}
.header-top::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 43%;
    background: #101056;
    clip-path: polygon(6% 0%, 100% 0, 100% 100%, 0% 100%);
}
ul#menu-main-menu > li {
    display: inline;
    margin-left: 30px;
}
ul#menu-main-menu > li:first-child {
    margin-left: 0;
}
ul#menu-main-menu > li a {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 25px;
    border-radius: 7px;
    transition: 0.4s ease-in-out;
    color: #fff;
}
ul#menu-main-menu > li a:hover {
    background-color: #101056;
}
ul#menu-main-menu > li.current-menu-item a {
    background-color: #101056;
    color: #fff;
}
#home-slider .slick-list,
#home-slider .slick-track {
    height: 100%;
}
.slick-arrow {
    background-color: #fff;
    width: 70px;
    height: 70px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 39;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
.fa-angle-left.slick-arrow {
    left: 0;
}
.fa-angle-right.slick-arrow {
    left: 70px;
    background-color: #C18C0A;
    color: #fff;
}
.slide-content h1 {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1;
    padding-top: 1rem;
}
.entry-content p,
.content-area p {
    margin-bottom: 30px;
}
#projects-slider .slick-arrow {
    bottom: -130px;
}
#projects-slider .fa-angle-left.slick-arrow {
    left: inherit;
    right: 140px;
}
#projects-slider .fa-angle-right.slick-arrow {
    left: inherit;
    right: 70px;
}
.entry-content h2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: normal;
}
span.wpcf7-form-control-wrap {
    display: block;
}
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border-bottom: 1px solid #C18C0A;
    padding: 40px 0 20px;
    outline: none;
    text-transform: uppercase;
}
span.wpcf7-spinner {
    top: 7px;
}
.wpcf7-response-output {
    display: none;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 10px;
}
ul#menu-main-menu-1 > li {
    margin-bottom: 18px;
}
ul#menu-main-menu-1 > li:last-child {
    margin-bottom: 0;
}
ul#menu-main-menu-1 > li a {
    text-transform: uppercase;
    font-weight: bold;
}
#mobile-menu {
    right: -100%;
    transition: 0.4s ease-in-out;
}
#mobile-menu.open {
    right: 0;
}
.overlay-loader .custom-logo {
    display: block;
    width: 300px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#mobile-menu .custom-logo {
    width: 120px;
    height: auto;
}

/* Home — About section (mock layout) */
.about-home-section .about-home-frame {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 88%;
    height: 88%;
    border-right: 14px solid #C18C0A;
    border-bottom: 14px solid #C18C0A;
    border-radius: 0 0 20px 0;
    z-index: 0;
    pointer-events: none;
    box-sizing: border-box;
}
.about-home-section .experience-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #C18C0A;
    padding: 1.25rem 1.35rem 1.35rem;
    border-radius: 14px;
    text-align: center;
    min-width: 132px;
    max-width: 46%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.about-home-section .experience-badge h3 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 800;
    line-height: 1;
    color: #101056;
}
.about-home-section .experience-badge p {
    margin: 0.65rem 0 0;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    line-height: 1.35;
    color: #101056;
}
.about-home-section .about-home-title-line {
    width: 52px;
    height: 4px;
    background-color: #C18C0A;
    margin-top: 1.25rem;
}
.about-home-section .about-home-body {
    color: rgba(16, 16, 86, 0.78);
}
.btn-about-expertise {
    display: inline-block;
    margin-top: 2.5rem;
    padding: 16px 32px;
    background-color: #C18C0A;
    color: #101056;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.35s ease, color 0.35s ease;
}
.btn-about-expertise:hover {
    background-color: #101056;
    color: #fff;
}

/* Home — Services section */
.services-home-section {
    background-color: #f5f5f6;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
@media (min-width: 1024px) {
    .services-home-section {
        padding-top: 8.5rem;
        padding-bottom: 4.5rem;
    }
}
.services-home-section .services-title-wrap {
    text-align: center;
    margin-bottom: 3rem;
}
@media (min-width: 1024px) {
    .services-home-section .services-title-wrap {
        margin-bottom: 4rem;
    }
}
.services-home-section .services-kicker {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #C18C0A;
    margin-bottom: 1rem;
}
.services-home-section .services-main-heading {
    font-size: clamp(1.875rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #101056;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 36rem;
}
.services-home-section .services-title-line {
    width: 52px;
    height: 4px;
    background-color: #C18C0A;
    margin: 1.25rem auto 0;
}
.services-home-section .service-card-home {
    background-color: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(16, 16, 86, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.services-home-section .service-icon-wrap {
    font-size: 1.5rem;
    color: #101056;
    margin-bottom: 1.125rem;
    line-height: 1;
}
.services-home-section .service-card-home h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #101056;
    margin: 0 0 0.75rem;
}
.services-home-section .service-card-home p {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: rgba(16, 16, 86, 0.75);
    margin: 0 0 1.5rem;
    flex-grow: 1;
}
.services-home-section .service-link-home {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.8125rem;
    color: #101056;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.25s ease;
}
.services-home-section .service-link-home:hover {
    color: #C18C0A;
}
.services-home-section .service-link-home i {
    transition: transform 0.25s ease;
}
.services-home-section .service-link-home:hover i {
    transform: translateX(4px);
}

/* Home — Stats counters */
.stats-home-section {
    background-color: #101056;
    margin-top: 3rem;
    padding-top: 5rem;
    padding-bottom: 3.5rem;
}
@media (min-width: 1024px) {
    .stats-home-section {
        margin-top: 5rem;
        padding-top: 7rem;
        padding-bottom: 5rem;
    }
}
.stats-home-section .counter-home {
    display: block;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    color: #C18C0A;
    margin-bottom: 0.75rem;
}
.stats-home-section .stat-item-home p {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4;
}
@media (min-width: 1024px) {
    .stats-home-section .stat-item-home p {
        font-size: 0.8125rem;
    }
}

/* Home — Products / materials section */
.products-home-section {
    background-color: #fff;
}
.products-home-section .products-home-title-line {
    width: 52px;
    height: 4px;
    background-color: #C18C0A;
    margin: 1rem 0 1.5rem;
}
.products-home-section .products-home-intro {
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(16, 16, 86, 0.78);
    margin: 0 0 0.5rem;
}
.products-home-section .products-home-intro p {
    margin: 0 0 1rem;
}
.products-home-section .products-home-intro p:last-child {
    margin-bottom: 0;
}
.products-home-section .products-feature-desc {
    color: rgba(16, 16, 86, 0.72);
}
.products-home-section .products-home-visual {
    padding-left: 18px;
    padding-bottom: 18px;
}
.products-home-section .products-home-visual .products-home-img {
    box-shadow: -16px 16px 0 0 #C18C0A;
}