/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2026 | 13:41:14 */
span {
    color: #CBA876;
}
@media (max-width: 768px){
    .contact_form{
        padding: 40px 20px 0px 20px;
    }
    .tm-footer p{
        text-align: center;
    }
}
.uk-navbar-container .uk-container {
    padding-top: 5px;
}
.hn-rt-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 40px;
    margin-top: 44px;
}

.hn-rt-card {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.hn-rt-slider-container {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 4;
    --pos: 50%; /* Default slider position */
    user-select: none;
    overflow: hidden;
}

/* Base image layer (AFTER) */
.hn-rt-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

/* BEFORE wrapper — image + badge clip together */
.hn-rt-before-wrap {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}

.hn-rt-before-wrap .hn-rt-img-before {
    position: absolute;
    inset: 0;
}

.hn-rt-before-wrap .hn-rt-badge-before {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}

/* AFTER badge wrapper — only visible in uncovered region */
.hn-rt-after-badge-wrap {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    clip-path: inset(0 0 0 var(--pos));
}

.hn-rt-after-badge-wrap .hn-rt-badge-after {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    pointer-events: auto;
}

/* Badge base style */
.hn-rt-badge {
    background: #293138;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 6px 14px;
    border-radius: 20px;
}

/* Drag handle */
.hn-rt-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--pos);
    width: 3px;
    background-color: #FFFFFF;
    z-index: 10;
    transform: translateX(-50%);
    cursor: ew-resize;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hn-rt-button {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A1C1E;
    font-size: 18px;
    font-family: monospace;
    
}

.hn-rt-content {
    padding: 30px;
}

.hn-rt-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #000101;
}

.hn-rt-text {
    font-size: 15px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .hn-rt-heading { font-size: 32px; }
    .hn-rt-wrapper { padding: 60px 20px; }
    .hn-rt-grid { gap: 30px; }
}
.credibility-bar.uk-margin {
    border-top: 1px solid #FFFFFF2E;
    padding-top: 34px;
}
.credibility-bar p{
    color: #F7F3EAE5;
}

@media (min-width: 960px) {
    .credibility-bar .uk-width-1-4\@m {
        width: 30%;
    }
}

.credibility-bar .uk-margin-remove-first-child {
    padding-left: 12px;
}
.hnb-banner-landing h1,.hnb-banner-landing p {
    color: #fff;
}
.text-gold p{
    font-family: Inter;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 10%;
	text-transform: uppercase;
	color: #CBA876;
}

.uk-button {
    padding: 4px 28px;
}

.why-choose .uk-grid {
    background: #F7F3EA;
    border-radius: 24px;
    overflow: hidden;
    margin: 0 !important;
    box-shadow: 0 20px 40px -12px rgba(30, 42, 58, 0.15),
                0 8px 16px -8px rgba(30, 42, 58, 0.1);
}

.why-choose .uk-grid > div {
    padding: 48px 40px;
    margin: 0;
    border-right: 1px solid #ded5c2;
    border-bottom: 1px solid #ded5c2;
    box-sizing: border-box;
}

.why-choose .uk-grid > div:nth-child(3n) {
    border-right: none;
}

.why-choose .uk-grid > div:nth-last-child(-n+3) {
    border-bottom: none;
}

.why-choose .el-item .el-image {
    margin-bottom: 20px;
}

.why-choose .el-item .el-title {
    font-size: 22px;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .why-choose .uk-grid > div {
        border-right: none !important;
        border-bottom: 1px solid #ded5c2 !important;
    }
    .why-choose .uk-grid > div:last-child {
        border-bottom: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .why-choose .uk-grid > div:nth-child(3n) {
        border-right: 1px solid #ded5c2;
    }
    .why-choose .uk-grid > div:nth-child(2n) {
        border-right: none;
    }
    .why-choose .uk-grid > div:nth-last-child(-n+3) {
        border-bottom: 1px solid #ded5c2;
    }
    .why-choose .uk-grid > div:nth-last-child(-n+2) {
        border-bottom: none;
    }
}
@media (max-width: 639px) {
    .why-choose .uk-grid {
        display: flex;
        flex-direction: column;
    }

    .why-choose .uk-grid > div {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        border-right: none !important;
        border-bottom: 1px solid #ded5c2 !important;
        padding: 32px 24px !important;
    }

    .why-choose .uk-grid > div:last-child {
        border-bottom: none !important;
    }
}
.director-profile {
    background: #fff;
    padding: 20px;
    border-radius: 24px;
    margin-left: 0px;
	box-shadow:0 20px 40px -12px rgba(30, 42, 58, 0.15),
                0 8px 16px -8px rgba(30, 42, 58, 0.1);
}
.hnb-service-sec .uk-grid {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 44px !important;
}

.hnb-service-sec .uk-grid > div {
    margin: 0 !important;
    width: auto !important;
    background: #1e2536;
    border: 1px solid #343d52;
    border-radius: 16px;
    padding: 40px 32px !important;
    box-sizing: border-box;
}

.hnb-service-sec .el-item .el-title {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 16px;
}

.hnb-service-sec .el-item .el-content p {
    font-size: 15px;
    margin: 0;
}

@media (max-width: 639px) {
    .hnb-service-sec .uk-grid {
        display: flex;
        flex-direction: column;
    }
    .hnb-service-sec .uk-grid > div {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 640px) and (max-width: 1023px) {
    .hnb-service-sec .uk-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
.hnb-our-work .el-item.uk-panel {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.hnb-our-work .el-item .el-image,
.hnb-our-work .el-item picture {
    display: block;
    width: 100%;
}

.hnb-our-work .el-item picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Caption overlay */
.hnb-our-work .el-item .el-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 20px 24px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.4) 60%,
        rgba(0, 0, 0, 0) 100%
    );
}

.hnb-our-work .el-item .el-content h3{
	color: #fff;
}
.hnb-our-work .el-item .el-content p {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}
.star-icon {
    color: burlywood;
    font-size: 27px;
}
.hnb-testimonial-sec {
    position: relative;
}

.hnb-testimonial-sec .uk-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin: 0 !important;
    scrollbar-width: none;
}

.hnb-testimonial-sec .uk-grid::-webkit-scrollbar {
    display: none;
}

.hnb-testimonial-sec .uk-grid > div {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100%;
    scroll-snap-align: start;
    margin: 0 !important;
    padding: 0 16px;
    box-sizing: border-box;
}

/* Arrows */
.hnb-testi-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e0d9c8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    font-size: 18px;
    color: #2a2a2a;
    transition: background 0.2s ease;
}

.hnb-testi-arrow:hover {
    background: #f2ede1;
}

.hnb-testi-prev {
    left: -10px;
}

.hnb-testi-next {
    right: -10px;
}

/* Dots */
.hnb-testi-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.hnb-testi-dot {
    width: 99px;
    height: 99px;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
    transition: background 0.2s ease;
    border: none;
    padding: 0;
}

.hnb-testi-dot.active {
    background: #a6813f;
}

@media (max-width: 639px) {
    .hnb-testi-arrow {
        display: none; /* mobile pe sirf swipe, arrows hide */
    }
}
.hnb-testimonial-sec .el-item {
    border-radius: 12px;
}
.uk-accordion {
    text-align: left;
    max-width: 1100px;
    margin: 0 auto;
}

.uk-accordion .el-item {
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 24px;
    padding: 28px 32px;
    box-shadow: 0 4px 16px -4px rgba(30, 30, 30, 0.06);
    position: relative;
}

.uk-accordion .el-item:last-child {
    margin-bottom: 0;
}

.uk-accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 19px;
    font-weight: 700;
    color: #1e2a3a;
    text-decoration: none !important;
    list-style: none;
}

.uk-accordion-title::marker,
.uk-accordion-title::-webkit-details-marker {
    display: none;
}

.uk-accordion-title::after {
    content: '+';
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f2ede1;
    color: #a6813f;
    font-size: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, background 0.25s ease;
}

.el-item.uk-open .uk-accordion-title::after {
    content: '+';
    transform: rotate(45deg);
}

.uk-accordion-content .el-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    text-align: left;
}

.uk-accordion > :nth-child(n+2) {
    margin-top: 0 !important;
}
.uk-accordion-title::before {
    display: none;
}
.contact_form {
    background: #f3ede1;
    border-radius: 20px;
    padding: 40px 36px 0px 36px;
    margin: 0 auto;
    box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.3);
}

.contact_form h3 {
    font-size: 28px;
    font-weight: 400;
    color: #0A1826 !important;
    margin: 0 0 8px;
}

.contact_form > p {
    font-size: 15px;
    color: #5a5a5a;
    margin: 0 0 28px;
}

/* Force single column layout regardless of hnb-row grouping */
.contact_form .hnb-row {
}

.contact_form .hnb-field,
.contact_form .aop-field {
    /* width: 100%; */
    /* margin-bottom: 20px; */
}

.contact_form label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #4a4a4a;
    margin-bottom: -23px;
}

.contact_form .wpcf7-form-control-wrap {
    /* display: block; */
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e2dccc;
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 15px;
    color: #2a2a2a;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder {
    color: #b5b0a2;
}

.contact_form input:focus,
.contact_form textarea:focus {
    outline: none;
    border-color: #a6813f;
}

.contact_form textarea {
    max-height: 100px !important;
    width: 100% !important;
}

/* Submit button */
.contact_form input[type="submit"] {
    width: 100%;
    background: linear-gradient(135deg, #CBA876 0%, #AD8A54 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 30px;
    padding: 16px;
    cursor: pointer;
    box-shadow: 0 10px 20px -6px rgba(166, 129, 63, 0.5);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact_form input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px -6px rgba(166, 129, 63, 0.6);
}

.contact_form .wpcf7-spinner {
    display: block;
    margin: 12px auto 0;
}
.uk-navbar-nav>li>a{
    color: #fff !important;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #172235;
}
.hnb-service-sec .uk-grid > div {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hnb-service-sec .uk-grid > div:hover {
    transform: translateY(-6px);
    border-color: rgb(203, 168, 118) !important;
    box-shadow: 0 16px 32px -10px rgba(0, 0, 0, 0.35);
}

/* Icon subtle pop on hover */
.hnb-service-sec .el-item .el-image {
    transition: transform 0.25s ease;
}

.hnb-service-sec .uk-grid > div:hover .el-image {
    transform: scale(1.1);
}

/* Optional: title color shift on hover */
.hnb-service-sec .uk-grid > div:hover .el-title {
    color: rgb(203, 168, 118);
}

@media (max-width: 768px){
    .hnb-service-sec .uk-grid > div {
    border: 1px solid #767676 !important;
}
}
.nav-cta-group {
    display: flex;
    align-items: center;
    gap: 50px;
}

.nav-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.nav-phone svg {
    flex-shrink: 0;
}

.nav-phone:hover {
    color: #e8d9b8;
}

.uk-button-default{
    background: linear-gradient(135deg, #CBA876 0%, #AD8A54 100%);
}
.uk-button-primary:hover{
	background: linear-gradient(135deg, #CBA876 0%, #AD8A54 100%);
}
.uk-button-default:hover{
    background: transparent;
}

.nav-quote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #CBA876 0%, #AD8A54 100%);
    color: #1e2a3a;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 28px;
    border-radius: 50px;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-quote-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -6px rgba(196, 160, 108, 0.5);
	background: transparent !important;
	color: #fff !important;
	border: 1px solid #fff !important;
}

/* Mobile: stack or hide phone text if too tight */
@media (max-width: 767px) {
    .nav-cta-group {
        display: none;
    }
}
.why-choose .uk-grid > div {
    transition: background-color 0.25s ease;
}

.why-choose .uk-grid > div:hover {
    background-color: #f0e9d8;
}

/* Icon color shift on hover */
.why-choose .el-item .el-image {
    transition: filter 0.25s ease, transform 0.25s ease;
}

.why-choose .uk-grid > div:hover .el-image {
    transform: scale(1.1);
}

/* Optional: heading color highlight */
.why-choose .uk-grid > div:hover .el-title {
    color: rgb(203, 168, 118);
}
a:hover {
    text-decoration: none;
}
.hnb-our-work .el-content {
    transition: padding-top 0.35s ease, padding-bottom 0.2s ease;
}

.hnb-our-work .hide-text {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.3s ease, margin-top 0.35s ease;
    margin-top: 0;
}

.hnb-our-work .el-item.uk-panel:hover .hide-text {
    max-height: 100px;
    opacity: 1;
    margin-top: 10px;
}
