/* Custom Styles for House of Felvet */

/* Global Color Variables */
:root {
    --hov-gold: #B69255;
    --hov-black: #020202;
    --hov-brown: #5A4C3F;
    --hov-cream: #F2E9E0;
    --spad: 60px;
}

/* Usage:
   background-color: var(--hov-gold);
   color: var(--hov-black);
   border-color: var(--hov-brown);
   background-color: var(--hov-cream);
*/

@media (min-width: 576px) {
    .title-outer .title {
        font-size: 42px !important;
    }

    .page-title {
        padding: 40px 0 40px !important;
        min-height: 0px !important;
    }

    .about-section .image-column .inner-column {
        padding-right: 110px !important;
        display: inline-block;
    }

    .about-section .image-column {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .wwd-cols div {
        margin-bottom: 20px;
    }

    .sec-title-hov h2 {
        font-size: 32px !important;
    }
}

@media (min-width: 768px) {
    .title-outer .title {
        font-size: 42px !important;
    }

    .page-title {
        padding: 50px 0 50px !important;
        min-height: 0px !important;
    }

    .about-section .image-column .inner-column {
        padding-right: 110px !important;
        display: inline-block;
    }

    .about-section .image-column {
        margin-bottom: 35px;
        padding-bottom: 1rem;
    }

    .wwd-cols div {
        margin-bottom: 20px;
    }
    .sec-title-hov h2 {
        font-size: 32px !important;
    }
}

@media (min-width: 992px) {
    .title-outer .title {
        font-size: 48px !important;
    }

    .page-title {
        padding: 70px 0 70px !important;
        min-height: 0px !important;
    }

    .about-section .image-column .inner-column {
        padding-right: 110px !important;
        display: inline-block;
    }

    .about-section .image-column {
        margin-bottom: 35px;
        padding-bottom: 1rem;
    }

    .wwd-cols div {
        margin-bottom: 0px;
    }
    .sec-title-hov h2 {
        font-size: 36px !important;
    }
}

@media (min-width: 1200px) {
    .mobile-nav-toggler {
        display: none !important;
    }

    .title-outer .title {
        font-size: 58px !important;
    }

    .page-title {
        padding: 100px 0 100px !important;
        min-height: 0px !important;
    }

    .about-section .image-column .inner-column {
        display: inline-block;
        padding-right: 110px;
    }

    .about-section .image-column {
        margin-bottom: 35px;
        padding-bottom: 1rem;
    }

    .wwd-cols div {
        margin-bottom: 0px;
    }
    .sec-title-hov h2 {
        font-size: 40px !important;
    }
}

@media (min-width: 1400px) {
    .mobile-nav-toggler {
        display: none !important;
    }

    .title-outer .title {
        font-size: 64px !important;
    }

    .page-title {
        padding: 110px 0 110px !important;
        min-height: 0px !important;
    }

    .about-section .image-column .inner-column {
        display: inline-block;
        padding-right: 110px;
    }

    .about-section .image-column {
        margin-bottom: 35px;
        padding-bottom: 1rem;
    }

    .wwd-cols div {
        margin-bottom: 0px;
    }
    .sec-title-hov h2 {
        font-size: 42px !important;
    }
}

.wwd-cols div {
    margin-bottom: 20px;
}

.about-section .image-column {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.title-outer .title {
    font-size: 42px;
}

/* Book A Consultation Button in Header */
.main-header .main-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .nav-outer {
    display: flex;
    align-items: center;
    justify-content: end;
    flex: 1;
}

.main-header .nav-outer .main-menu {
    margin: 0 auto;
}

.main-header .outer-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-header .btn-style-consultation {
    background-color: var(--hov-gold);
    color: var(--hov-black);
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-block;
    white-space: nowrap;
}

.main-header .btn-style-consultation:hover {
    background-color: var(--hov-brown);
    color: var(--hov-cream);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(182, 146, 85, 0.3);
}

.main-header .btn-style-consultation .btn-title {
    position: relative;
    display: inline-block;
}

/* Sticky Header Consultation Button */
.sticky-header .btn-style-consultation {
    background-color: var(--hov-gold);
    color: var(--hov-black);
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.sticky-header .btn-style-consultation:hover {
    background-color: var(--hov-brown);
    color: var(--hov-cream);
}

/* Responsive Adjustments */
@media only screen and (max-width: 991px) {
    .main-header .btn-style-consultation {
        padding: 10px 20px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .main-header .btn-style-consultation {
        padding: 8px 16px;
        font-size: 12px;
    }
}

/* ========================================
   Custom Banner Section - House of Velvet
   ======================================== */

.hov-custom-banner {
    position: relative;
    padding: 100px 0;
    height: 950px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hov-custom-banner .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.hov-custom-banner .bg-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.5);
}

.hov-custom-banner.banner-section-six .content-box {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 0;
    /* Override default padding from style.css */
}

.hov-custom-banner .inner-content {
    max-width: 900px;
    margin: 0 auto;
}

/* Banner Logo */
.hov-custom-banner .banner-logo {
    margin-bottom: 40px;
    animation: fadeInDown 1s ease-out;
}

.hov-custom-banner .banner-logo img {
    max-width: 180px;
    height: auto;
}

/* Main Title */
.hov-custom-banner .main-title {
    font-size: 56px;
    font-weight: 400;
    letter-spacing: 8px;
    color: var(--hov-cream);
    margin-bottom: 35px;
    line-height: 1.2;
    animation: fadeInUp 1s ease-out 0.2s both;
    font-family: 'Serif', Georgia, serif;
}

/* Services List */
.hov-custom-banner .services-list {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    color: var(--hov-cream);
    line-height: 1.8;
    animation: fadeInUp 1s ease-out 0.4s both;
}

/* Divider */
.hov-custom-banner .divider-image {
    margin: 12px 0;
    animation: fadeIn 1s ease-out 0.6s both;
}

.hov-custom-banner .divider-image img {
    max-width: 250px;
    height: auto;
}

/* Description */
.hov-custom-banner .description {
    font-size: 17px;
    line-height: 1.8;
    color: var(--hov-cream);
    margin-bottom: 45px;
    opacity: 0.95;
    animation: fadeInUp 1s ease-out 0.8s both;
}

/* Buttons */
.hov-custom-banner .btn-box {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease-out 1s both;
}

.hov-custom-banner .btn-style-consultation {
    background-color: var(--hov-gold);
    color: var(--hov-black);
    padding: 16px 40px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    display: inline-block;
    border: 2px solid var(--hov-gold);
}

.hov-custom-banner .btn-style-consultation:hover {
    background-color: transparent;
    color: var(--hov-gold);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(182, 146, 85, 0.3);
}

.hov-custom-banner .btn-style-outline {
    background-color: transparent;
    color: var(--hov-cream);
    padding: 16px 40px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    display: inline-block;
    border: 2px solid var(--hov-cream);
}

.hov-custom-banner .btn-style-outline:hover {
    background-color: var(--hov-cream);
    color: var(--hov-black);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(242, 233, 224, 0.3);
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Responsive Design */
@media only screen and (max-width: 1920px) {
    .hov-custom-banner {
        min-height: 950px;
        background: #000000;
    }
}

@media only screen and (max-width: 1400px) {
    .hov-custom-banner {
        height: auto;
        min-height: 700px;
        padding: 80px 0;
    }
}

@media only screen and (max-width: 991px) {
    .hov-custom-banner {
        height: auto;
        min-height: 600px;
        padding: 60px 0;
    }

    .hov-custom-banner .main-title {
        font-size: 42px;
        letter-spacing: 6px;
    }

    .hov-custom-banner .services-list {
        font-size: 14px;
    }

    .hov-custom-banner .description {
        font-size: 15px;
    }

    .hov-custom-banner .banner-logo img {
        max-width: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .hov-custom-banner {
        background: #000;
        padding: 60px 0;
        height: auto;
        min-height: 500px;
    }

    .hov-custom-banner .main-title {
        font-size: 32px;
        letter-spacing: 4px;
        margin-bottom: 25px;
    }

    .hov-custom-banner .services-list {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .hov-custom-banner .description {
        font-size: 14px;
        margin-bottom: 35px;
    }

    .hov-custom-banner .banner-logo img {
        max-width: 120px;
    }

    .hov-custom-banner .divider-image img {
        max-width: 180px;
    }

    .hov-custom-banner .btn-box {
        flex-direction: column;
        gap: 15px;
    }

    .hov-custom-banner .btn-style-consultation,
    .hov-custom-banner .btn-style-outline {
        padding: 14px 30px;
        font-size: 13px;
        width: 100%;
        max-width: 300px;
    }

    .sec-title-hov h2 {}
}

/* ========================================
   What We Do Section - Features Section Two
   ======================================== */

.hov-what-we-do {
    background-color: var(--hov-cream);
    padding: var(--spad) 0;
}

/* Section Title */
.sec-title-hov {
    text-align: center;
    margin-bottom: 0px;
}

.sec-title-hov h2 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--hov-black);
    margin-bottom: 10px;
    font-family: 'Serif', Georgia, serif;
}

.sec-title-hov .divider {
    display: block;
    text-align: center;
    margin: 0 auto 30px;
    line-height: 1;
}

.sec-title-hov .divider img {
    max-width: 250px;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

/* Feature Blocks */
.hov-what-we-do .feature-block-two {
    margin-bottom: 0px;
}

.hov-what-we-do .feature-block-two .inner-box {
    background-color: transparent;
    border: 2px solid var(--hov-brown);
    padding: 50px 30px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hov-what-we-do .feature-block-two .inner-box:hover {
    background-color: rgba(90, 76, 63, 0.05);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(90, 76, 63, 0.15);
}

/* Icons */
.hov-what-we-do .feature-block-two .icon {
    font-size: 60px;
    color: var(--hov-brown);
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.hov-what-we-do .feature-block-two .inner-box:hover .icon {
    color: var(--hov-gold);
    transform: scale(1.1);
}

/* Title */
.hov-what-we-do .feature-block-two .title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--hov-black);
    margin-bottom: 15px;
    line-height: 1.4;
}

/* Description */
.hov-what-we-do .feature-block-two .description {
    font-size: 14px;
    line-height: 1.7;
    color: var(--hov-brown);
    margin: 0;
}

/* Responsive Design */
@media only screen and (max-width: 991px) {
    .hov-what-we-do {
        padding: 60px 0;
    }

    .hov-what-we-do .sec-title-hov h2 {
        font-size: 36px;
        letter-spacing: 2px;
    }

    .hov-what-we-do .feature-block-two .inner-box {
        min-height: 280px;
        padding: 40px 25px;
    }

    .hov-what-we-do .feature-block-two .icon {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .hov-what-we-do {
        padding: 50px 0;
    }

    .hov-what-we-do .sec-title-hov {
        margin-bottom: 40px;
    }

    .hov-what-we-do .sec-title-hov h2 {
        font-size: 28px;
        letter-spacing: 1.5px;
    }

    .hov-what-we-do .sec-title-hov .divider img {
        max-width: 180px;
    }

    .hov-what-we-do .feature-block-two .inner-box {
        min-height: 250px;
        padding: 35px 20px;
    }

    .hov-what-we-do .feature-block-two .icon {
        font-size: 45px;
    }

    .hov-what-we-do .feature-block-two .title {
        font-size: 16px;
    }

    .hov-what-we-do .feature-block-two .description {
        font-size: 13px;
    }
}

/* ========================================
   Why Choose Section - Services Section Seven
   ======================================== */

.hov-why-choose {
    background-color: var(--hov-black);
    padding: var(--spad) 0 var(--spad) 0px;
}

/* Section Title */
.hov-why-choose .sec-title h2 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: 'Serif', Georgia, serif;
}

.hov-why-choose .sec-title .divider {
    display: block;
    text-align: center;
    margin: 0 auto 60px;
    line-height: 1;
}

.hov-why-choose .sec-title .divider img {
    max-width: 250px;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

/* Service Blocks */
.hov-why-choose .service-block-seven {
    margin-bottom: 0px;
}

.hov-why-choose .service-block-seven .inner-box {
    background-color: transparent;
    border: none;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #202020;
}



/* Icon Box */
.hov-why-choose .service-block-seven .icon-box {
    margin-bottom: 20px;
}

.hov-why-choose .service-block-seven .icon-box .icon {
    font-size: 60px;
    color: var(--hov-gold);
    transition: all 0.3s ease;
}

.hov-why-choose .service-block-seven .inner-box:hover .icon-box .icon {
    transform: scale(1.1);
    color: var(--hov-cream);
}

/* Title */
.hov-why-choose .service-block-seven .title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--hov-cream);
    margin: 0;
    line-height: 1.5;
}

.hov-why-choose .service-block-seven .title a {
    color: var(--hov-cream);
    transition: color 0.3s ease;
}

.hov-why-choose .service-block-seven .inner-box:hover .title,
.hov-why-choose .service-block-seven .inner-box:hover .title a {
    color: var(--hov-gold);
}

/* Remove unwanted elements */
.hov-why-choose .service-block-seven .text,
.hov-why-choose .service-block-seven .read-more {
    display: none;
}

/* Responsive Design */
@media only screen and (max-width: 991px) {
    .hov-why-choose {
        padding: 60px 0 40px;
    }

    .hov-why-choose .sec-title h2 {
        font-size: 36px;
        letter-spacing: 2px;
    }

    .hov-why-choose .service-block-seven .icon-box .icon {
        font-size: 50px;
    }

    .hov-why-choose .service-block-seven .title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .hov-why-choose {
        padding: 50px 0 30px;
    }

    .hov-why-choose .sec-title {
        margin-bottom: 40px;
    }

    .hov-why-choose .sec-title h2 {
        font-size: 28px;
        letter-spacing: 1.5px;
    }

    .hov-why-choose .sec-title .divider {
        margin-bottom: 40px;
    }

    .hov-why-choose .sec-title .divider img {
        max-width: 180px;
    }

    .hov-why-choose .service-block-seven .inner-box {
        padding: 25px 15px;
    }

    .hov-why-choose .service-block-seven .icon-box .icon {
        font-size: 45px;
    }

    .hov-why-choose .service-block-seven .title {
        font-size: 14px;
    }
}

/* ========================================
   Call to Action Section - CTA Six
   ======================================== */

.hov-cta-section {
    position: relative;
    padding: var(--spad) 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hov-cta-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 233, 224, 0.92);
}

.hov-cta-section .auto-container {
    position: relative;
    z-index: 2;
}

.hov-cta-section .title-box {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

/* Main Title */
.hov-cta-section .main-title {
    font-size: 54px;
    font-weight: bold;
    letter-spacing: 6px;
    color: var(--hov-black);
    margin-bottom: 20px;
    line-height: 1.3;
    font-family: 'Serif', Georgia, serif;
}

/* Subtitle */
.hov-cta-section .subtitle {
    font-size: 38px;
    font-weight: 300;
    font-style: italic;
    color: var(--hov-brown);
    margin-bottom: 40px;
    line-height: 1.5;
    font-family: 'Serif', Georgia, serif;
}

/* Button */
.hov-cta-section .btn-style-consultation {
    background-color: var(--hov-gold);
    color: var(--hov-black);
    padding: 12px 35px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    display: inline-block;
    border: 2px solid var(--hov-gold);
}

.hov-cta-section .btn-style-consultation:hover {
    background-color: var(--hov-brown);
    color: var(--hov-cream);
    border-color: var(--hov-brown);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(90, 76, 63, 0.3);
}

/* Responsive Design */
@media only screen and (max-width: 991px) {
    .hov-cta-section {
        padding: 80px 0;
    }

    .hov-cta-section .main-title {
        font-size: 42px;
        letter-spacing: 4px;
    }

    .hov-cta-section .subtitle {
        font-size: 22px;
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .hov-cta-section {
        padding: 60px 0;
    }

    .hov-cta-section .main-title {
        font-size: 32px;
        letter-spacing: 3px;
        margin-bottom: 15px;
    }

    .hov-cta-section .subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .hov-cta-section .btn-style-consultation {
        padding: 16px 40px;
        font-size: 14px;
    }
}

/* ========================================
   Ready to Bring Vision Section
   ======================================== */

.hov-ready-vision-section {
    background-color: var(--hov-cream);
    padding: var(--spad) 0;
}

.hov-ready-vision-section .inner-container {
    background-color: rgba(242, 233, 224, 0.5);
    border: 2px solid var(--hov-brown);
    padding: 50px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* Content Box */
.hov-ready-vision-section .content-box {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
}

/* Icon Box */
.hov-ready-vision-section .icon-box {
    flex-shrink: 0;
}

.hov-ready-vision-section .icon-box i {
    font-size: 70px;
    color: var(--hov-black);
}

/* Text Box */
.hov-ready-vision-section .text-box {
    flex: 1;
}

.hov-ready-vision-section .title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--hov-black);
    margin-bottom: 8px;
    line-height: 1.3;
}

.hov-ready-vision-section .subtitle {
    font-size: 16px;
    font-weight: 400;
    color: var(--hov-brown);
    margin: 0;
    line-height: 1.5;
}

/* Button Box */
.hov-ready-vision-section .btn-box {
    flex-shrink: 0;
}

.hov-ready-vision-section .btn-style-dark {
    background-color: var(--hov-black);
    color: #ffffff;
    padding: 18px 45px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    display: inline-block;
    border: 2px solid var(--hov-black);
}

.hov-ready-vision-section .btn-style-dark:hover {
    background-color: var(--hov-gold);
    color: var(--hov-black);
    border-color: var(--hov-gold);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(2, 2, 2, 0.3);
}

/* Responsive Design */
@media only screen and (max-width: 991px) {
    .hov-ready-vision-section .inner-container {
        padding: 40px 40px;
        gap: 30px;
    }

    .hov-ready-vision-section .content-box {
        gap: 25px;
    }

    .hov-ready-vision-section .icon-box i {
        font-size: 60px;
    }

    .hov-ready-vision-section .title {
        font-size: 22px;
    }

    .hov-ready-vision-section .subtitle {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .hov-ready-vision-section {
        padding: 40px 0;
    }

    .hov-ready-vision-section .inner-container {
        flex-direction: column;
        padding: 35px 25px;
        gap: 25px;
        text-align: center;
    }

    .hov-ready-vision-section .content-box {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .hov-ready-vision-section .icon-box i {
        font-size: 55px;
    }

    .hov-ready-vision-section .title {
        font-size: 20px;
    }

    .hov-ready-vision-section .subtitle {
        font-size: 14px;
    }

    .hov-ready-vision-section .btn-style-dark {
        padding: 16px 35px;
        font-size: 14px;
        width: 100%;
        max-width: 300px;
    }
}

.font-white {
    color: #FFF;
}


/* ========================================
   Meet the Founder Section
   ======================================== */

.hov-founder-section {
    background-color: var(--hov-cream);
    padding: 0px 0px var(--spad) 0;
}

/* Image Column */
.hov-founder-section .image-column {
    margin-bottom: 40px;
}

.hov-founder-section .image-box {
    position: relative;
}

.hov-founder-section .image-box .image {
    margin: 0;
    overflow: hidden;
    border: 3px solid var(--hov-brown);
}

.hov-founder-section .image-box .image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.hov-founder-section .image-box:hover .image img {
    transform: scale(1.05);
}

/* Content Column */
.hov-founder-section .content-column {
    padding-left: 40px;
}

.hov-founder-section .inner-column {
    max-width: 700px;
}

/* Section Title */
.hov-founder-section .sec-title-founder {
    margin-bottom: 0px;
}

.hov-founder-section .sec-title-founder h2 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--hov-black);
    margin-bottom: 0px;
    font-family: 'Serif', Georgia, serif;
}

.hov-founder-section .sec-title-founder .divider {
    display: block;
    text-align: left;
    line-height: 1;
    padding: 20px 0px;
}

.hov-founder-section .sec-title-founder .divider img {
    max-width: 200px;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

/* Text Content */
.hov-founder-section .text-content p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--hov-brown);
    margin-bottom: 20px;
}

.hov-founder-section .text-content p:last-child {
    margin-bottom: 0;
}

/* Responsive Design */
@media only screen and (max-width: 1199px) {
    .hov-founder-section .content-column {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 991px) {

    .hov-founder-section .content-column {
        padding-left: 0;
        margin-top: 30px;
    }

    .hov-founder-section .sec-title-founder h2 {
        font-size: 36px;
        letter-spacing: 2px;
    }

    .hov-founder-section .text-content p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .hov-founder-section {
        padding: 0 0 30px 0;
    }

    .hovf-box {
        gap: 15px;
    }

    .contact-left-column-box {
        padding: 0px 15px;
    }

    .hov-founder-section .image-column {
        margin-bottom: 30px;
    }

    .hov-founder-section .sec-title-founder {
        margin-bottom: 25px;
        text-align: center;
    }

    .hov-founder-section .sec-title-founder h2 {
        font-size: 28px;
        letter-spacing: 1.5px;
        margin-bottom: 20px;
    }

    .hov-founder-section .sec-title-founder .divider {
        text-align: center;
        padding: 0;
    }

    .hov-founder-section .sec-title-founder .divider img {
        max-width: 160px;
    }

    .hov-founder-section .text-content p {
        font-size: 14px;
        line-height: 1.7;
    }
}


/* ========================================
   Founder Info Section
   ======================================== */

.hov-founder-info-section {
    background-color: var(--hov-cream);
    padding: var(--spad) 0;
    border-top: 1px solid rgba(90, 76, 63, 0.2);
}

/* Info Block */
.hov-founder-info-section .info-block {
    margin-bottom: 0px;
}

.hov-founder-info-section .inner-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 0 15px;
}

/* Icon Box */
.hov-founder-info-section .icon-box {
    flex-shrink: 0;
}

.hov-founder-info-section .icon-box i {
    font-size: 50px;
    color: var(--hov-brown);
    transition: all 0.3s ease;
}

.hov-founder-info-section .info-block:hover .icon-box i {
    color: var(--hov-gold);
    transform: scale(1.1);
}

/* Text Box */
.hov-founder-info-section .text-box {
    flex: 1;
}

.hov-founder-info-section .title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--hov-black);
    margin-bottom: 5px;
    line-height: 1.3;
}

.hov-founder-info-section .subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--hov-brown);
    margin: 0;
}



/* Responsive Design */
@media only screen and (max-width: 991px) {

    .hov-founder-info-section {
        padding: 50px 0;
    }

    .hov-founder-info-section .icon-box i {
        font-size: 45px;
    }

    .hov-founder-info-section .title {
        font-size: 13px;
    }

    .hov-founder-info-section .subtitle {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .hov-founder-info-section {
        padding: 40px 0;
    }

    .hov-founder-info-section .inner-box {
        justify-content: center;
        text-align: left;
        padding: 0 10px;
    }

    .hov-founder-info-section .icon-box i {
        font-size: 40px;
    }

    .hov-founder-info-section .title {
        font-size: 12px;
    }

    .hov-founder-info-section .subtitle {
        font-size: 12px;
    }
}


/* ========================================
   Our Packages Title Section (Dark Background)
   ======================================== */

.hov-packages-title-section {
    background-color: var(--hov-black);
    padding: var(--spad) 0;
}

.hov-packages-title-section .content-box {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

/* Title Wrapper with Decorative Images */
.hov-packages-title-section .title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
}

/* Decorative Images */
.hov-packages-title-section .deco-left,
.hov-packages-title-section .deco-right {
    flex-shrink: 0;
}

.hov-packages-title-section .deco-left img,
.hov-packages-title-section .deco-right img {
    max-width: 150px;
    width: 100%;
    height: auto;
    display: block;
}

/* Title */
.hov-packages-title-section .title {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    font-family: 'Serif', Georgia, serif;
    white-space: nowrap;
}

/* Description */
.hov-packages-title-section .description {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

/* ========================================
   Our Packages Content Section (Light Background)
   ======================================== */

.hov-packages-content-section {
    background-color: var(--hov-cream);
    padding: var(--spad) 0;
}

.hov-packages-content-section .packages-row {
    margin: 0;
}

.hov-packages-content-section .package-box {
    background-color: rgba(242, 233, 224, 0.5);
    padding: 0;
    border: 2px solid rgba(90, 76, 63, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hov-packages-content-section .package-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(90, 76, 63, 0.15);
}

/* Package Header */
.hov-packages-content-section .package-header {
    background-color: transparent;
    padding: 35px 25px;
    text-align: center;
    border-bottom: 2px solid rgba(90, 76, 63, 0.15);
}

/* Different colors for each package type */
.hov-packages-content-section .col-lg-4:nth-child(1) .package-box {
    background-color: rgba(242, 233, 224, 0.7);
}

.hov-packages-content-section .col-lg-4:nth-child(1) .package-header {
    background-color: rgba(230, 200, 200, 0.4);
}

.hov-packages-content-section .col-lg-4:nth-child(2) .package-box {
    background-color: rgba(235, 230, 220, 0.7);
}

.hov-packages-content-section .col-lg-4:nth-child(2) .package-header {
    background-color: rgba(225, 220, 200, 0.4);
}



.hov-packages-content-section .col-lg-4:nth-child(3) .package-header {
    background-color: rgba(210, 225, 210, 0.4);
}

.hov-packages-content-section .package-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--hov-black);
    margin-bottom: 20px;
    line-height: 1.4;
}

.hov-packages-content-section .package-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.hov-packages-content-section .package-icons i {
    font-size: 50px;
    color: var(--hov-brown);
}

/* Package List */
.hov-packages-content-section .package-list {
    padding: 25px;
}

.hov-packages-content-section .package-item {
    height: 112px;

    border: 1px solid rgba(90, 76, 63, 0.2);
    padding: 20px;
    margin-bottom: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.hov-packages-content-section .package-item:last-child {
    margin-bottom: 0;
}

.hov-packages-content-section .package-item:hover {
    border-color: var(--hov-gold);
    box-shadow: 0 5px 15px rgba(182, 146, 85, 0.2);
}

.hov-packages-content-section .item-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--hov-black);
    margin-bottom: 8px;
    line-height: 1.3;
}

.hov-packages-content-section .item-desc {
    font-size: 14px;
    line-height: 1.6;
    color: var(--hov-brown);
    margin: 0;
}

/* Responsive Design */
@media only screen and (max-width: 1199px) {

    .hov-packages-content-section .deco-left img,
    .hov-packages-content-section .deco-right img {
        max-width: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .hov-packages-content-section .content-box {
        padding: 60px 0 50px;
    }

    .hov-packages-content-section .title-wrapper {
        gap: 25px;
        margin-bottom: 20px;
    }

    .hov-packages-content-section .deco-left img,
    .hov-packages-content-section .deco-right img {
        max-width: 100px;
    }

    .hov-packages-content-section .title {
        font-size: 36px;
        letter-spacing: 3px;
    }

    .hov-packages-content-section .description {
        font-size: 15px;
    }

    .hov-packages-content-section .packages-row {
        padding: 0px 20px;
    }

    .hov-packages-content-section .package-header {
        padding: 30px 20px;
    }

    .hov-packages-content-section .package-icons i {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .hov-packages-content-section .content-box {
        padding: 50px 0 40px;
    }

    .hov-packages-content-section .title-wrapper {
        gap: 15px;
        margin-bottom: 15px;
    }

    .hov-packages-content-section .deco-left img,
    .hov-packages-content-section .deco-right img {
        max-width: 60px;
    }

    .hov-packages-content-section .title {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .hov-packages-content-section .description {
        font-size: 14px;
        line-height: 1.7;
    }

    .hov-packages-content-section .description br {
        display: none;
    }



    .hov-packages-content-section .package-box {
        margin-bottom: 25px;
    }

    .hov-packages-content-section .package-header {
        padding: 25px 15px;
    }

    .hov-packages-content-section .package-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .hov-packages-content-section .package-icons i {
        font-size: 40px;
    }

    .hov-packages-content-section .package-list {
        padding: 20px;
    }

    .hov-packages-content-section .package-item {
        padding: 18px 15px;
    }

    .hov-packages-content-section .item-title {
        font-size: 14px;
    }

    .hov-packages-content-section .item-desc {
        font-size: 13px;
    }
}


/* ========================================
   Get Custom Quote Section
   ======================================== */

.hov-custom-quote-section {
    background-color: var(--hov-cream);
    padding: 0px 0px var(--spad) 0px;
}

.hov-custom-quote-section .inner-container {
    background-color: rgba(242, 233, 224, 0.5);
    border: 2px solid var(--hov-brown);
    padding: 50px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* Content Box */
.hov-custom-quote-section .content-box {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
}

/* Icon Box */
.hov-custom-quote-section .icon-box {
    flex-shrink: 0;
}

.hov-custom-quote-section .icon-box i {
    font-size: 70px;
    color: var(--hov-black);
}

/* Text Box */
.hov-custom-quote-section .text-box {
    flex: 1;
}

.hov-custom-quote-section .title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--hov-black);
    margin-bottom: 8px;
    line-height: 1.3;
}

.hov-custom-quote-section .subtitle {
    font-size: 16px;
    font-weight: 400;
    color: var(--hov-brown);
    margin: 0;
    line-height: 1.5;
}

/* Button Box */
.hov-custom-quote-section .btn-box {
    flex-shrink: 0;
}

.hov-custom-quote-section .btn-style-dark {
    background-color: var(--hov-black);
    color: #ffffff;
    padding: 18px 45px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    display: inline-block;
    border: 2px solid var(--hov-black);
}

.hov-custom-quote-section .btn-style-dark:hover {
    background-color: var(--hov-gold);
    color: var(--hov-black);
    border-color: var(--hov-gold);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(2, 2, 2, 0.3);
}

/* Responsive Design */
@media only screen and (max-width: 991px) {
    .hov-custom-quote-section .inner-container {
        padding: 40px 40px;
        gap: 30px;
    }

    .hov-custom-quote-section .content-box {
        gap: 25px;
    }

    .hov-custom-quote-section .icon-box i {
        font-size: 60px;
    }

    .hov-custom-quote-section .title {
        font-size: 22px;
    }

    .hov-custom-quote-section .subtitle {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {

    .hov-custom-quote-section .inner-container {
        flex-direction: column;
        padding: 35px 25px;
        gap: 25px;
        text-align: center;
    }

    .hov-custom-quote-section .content-box {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .hov-custom-quote-section .icon-box i {
        font-size: 55px;
    }

    .hov-custom-quote-section .title {
        font-size: 20px;
    }

    .hov-custom-quote-section .subtitle {
        font-size: 14px;
    }

    .hov-custom-quote-section .subtitle br {
        display: none;
    }

    .hov-custom-quote-section .btn-style-dark {
        padding: 16px 35px;
        font-size: 14px;
        width: 100%;
        max-width: 300px;
    }
}


/* Responsive Design for Packages Sections */
@media only screen and (max-width: 1199px) {

    .hov-packages-title-section .deco-left img,
    .hov-packages-title-section .deco-right img {
        max-width: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .hov-packages-title-section {
        padding: 60px 0;
    }

    .hov-packages-title-section .title-wrapper {
        gap: 25px;
        margin-bottom: 20px;
    }

    .hov-packages-title-section .deco-left img,
    .hov-packages-title-section .deco-right img {
        max-width: 100px;
    }

    .hov-packages-title-section .title {
        font-size: 36px;
        letter-spacing: 3px;
    }

    .hov-packages-title-section .description {
        font-size: 15px;
    }

    .hov-packages-content-section {
        padding: 60px 0;
    }

    .hov-packages-content-section .package-header {
        padding: 30px 20px;
    }

    .hov-packages-content-section .package-icons i {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .hov-packages-title-section {
        padding: 50px 0;
    }

    .hov-packages-title-section .title-wrapper {
        gap: 15px;
        margin-bottom: 15px;
    }

    .hov-packages-title-section .deco-left img,
    .hov-packages-title-section .deco-right img {
        max-width: 60px;
    }

    .hov-packages-title-section .title {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .hov-packages-title-section .description {
        font-size: 14px;
        line-height: 1.7;
    }

    .hov-packages-title-section .description br {
        display: none;
    }

    .hov-packages-content-section {
        padding: 30px 0;
    }

    .wwd-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wwd-box .feature-block-two {
        margin-top: 15px;
    }

    .hov-packages-content-section .package-box {
        margin-bottom: 25px;
    }

    .hov-packages-content-section .package-header {
        padding: 25px 15px;
    }

    .hov-packages-content-section .package-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .hov-packages-content-section .package-icons i {
        font-size: 40px;
    }

    .hov-packages-content-section .package-list {
        padding: 20px;
    }

    .hov-packages-content-section .package-item {
        padding: 18px 15px;
    }

    .hov-packages-content-section .item-title {
        font-size: 14px;
    }

    .hov-packages-content-section .item-desc {
        font-size: 13px;
    }
}


/* ========================================
   Let's Work Together - Contact Section
   ======================================== */

.hov-contact-section {
    background-color: var(--hov-cream);
    padding-bottom: var(--spad);
}

.hov-contact-section .row {
    margin: 0;
}

/* Left Column - Info */
.hov-contact-section .contact-left-column {
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    border: 1px solid var(--hov-gold);
}

.hov-contact-section .section-title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: var(--hov-black);
    margin-bottom: 20px;
    line-height: 1.3;
}

.hov-contact-section .section-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--hov-brown);

}

.hov-contact-section .response-time {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hov-contact-section .response-time i {
    font-size: 45px;
    color: var(--hov-brown);
}

.hov-contact-section .time-text {
    font-size: 13px;
    line-height: 1.5;
    color: var(--hov-brown);
}

.hov-contact-section .time-text strong {
    font-weight: 600;
    color: var(--hov-black);
    display: block;
}

/* Middle Column - Contact Form */
.hov-contact-section .contact-middle-column {
    background-color: var(--hov-cream);
    padding: 0px 50px;
}

.hov-contact-section .hov-contact-form .form-group {
    margin-bottom: 15px;
}

.hov-contact-section .hov-contact-form input,
.hov-contact-section .hov-contact-form select,
.hov-contact-section .hov-contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid rgba(90, 76, 63, 0.3);
    background-color: #ffffff;
    color: var(--hov-black);
    font-size: 14px;
    transition: all 0.3s ease;
}

.hov-contact-section .hov-contact-form input:focus,
.hov-contact-section .hov-contact-form select:focus,
.hov-contact-section .hov-contact-form textarea:focus {
    outline: none;
    border-color: var(--hov-gold);
    box-shadow: 0 0 10px rgba(182, 146, 85, 0.2);
}

.hov-contact-section .hov-contact-form input::placeholder,
.hov-contact-section .hov-contact-form textarea::placeholder {
    color: rgba(90, 76, 63, 0.6);
}

.hov-contact-section .hov-contact-form select {
    color: rgba(90, 76, 63, 0.6);
    cursor: pointer;
}

.hov-contact-section .hov-contact-form select option {
    color: var(--hov-black);
}

.hov-contact-section .btn-style-submit {
    background-color: var(--hov-gold);
    color: var(--hov-black);
    padding: 15px 45px;
    border: 2px solid var(--hov-gold);
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
}

.hov-contact-section .btn-style-submit:hover {
    background-color: var(--hov-brown);
    border-color: var(--hov-brown);
    color: var(--hov-cream);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(90, 76, 63, 0.3);
}

/* Right Column - Social Media */
.hov-contact-section .contact-right-column {
    background-color: var(--hov-black);
    padding: 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.hov-contact-section .social-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 50px;
}

.hov-contact-section .social-links-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 300px;
}

.hov-contact-section .social-link-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 10px 0;

}

.hov-contact-section .social-link-item:hover {
    transform: translateX(10px);
}

.hov-contact-section .social-link-item i {
    font-size: 50px;
    color: var(--hov-gold);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.hov-contact-section .social-link-item:hover i {
    color: var(--hov-cream);
    transform: scale(1.1);
}

.hov-contact-section .social-handle {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    transition: all 0.3s ease;
    text-align: left;
}

.hov-contact-section .social-link-item:hover .social-handle {
    color: var(--hov-gold);
}

/* Responsive Design */
@media only screen and (max-width: 991px) {

    .hov-contact-section .contact-left-column,
    .hov-contact-section .contact-middle-column,
    .hov-contact-section .contact-right-column {
        padding: 60px 40px;
    }

    .hov-contact-section .section-title {
        font-size: 28px;
    }

    .hov-contact-section .social-links-box {
        gap: 35px;
    }

    .hov-contact-section .social-link-item i {
        font-size: 45px;
    }

    .hov-contact-section .social-handle {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {

    .hov-contact-section .contact-left-column,
    .hov-contact-section .contact-middle-column,
    .hov-contact-section .contact-right-column {
        padding: 50px 30px;
    }

    .hov-contact-section .section-title {
        font-size: 24px;
    }

    .hov-contact-section .section-text {
        font-size: 14px;
    }

    .hov-contact-section .response-time i {
        font-size: 38px;
    }

    .hov-contact-section .time-text {
        font-size: 12px;
    }

    .hov-contact-section .social-title {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .hov-contact-section .social-link-item i {
        font-size: 45px;
    }

    .hov-contact-section .social-handle {
        font-size: 14px;
    }

    .hov-contact-section .social-links-box {
        gap: 30px;
    }

}

@media (min-width: 768px) {
    .contact-left-column-box {
        padding-left: 15px;
        padding-right: 15px;
    }

}


/* ========================================
   Custom Footer Section
   ======================================== */

.hov-custom-footer {
    background-color: var(--hov-black);
    position: relative;
    background-image: url('../images/leaf-left.png'), url('../images/leaf-right.png');
    background-position: left 50px center, right 50px center;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 30%, auto 30%;
}

/* Remove background image overlay */
.hov-custom-footer .bg-image {
    display: none;
}

/* Widgets Section */
.hov-custom-footer .widgets-section {
    padding: var(--spad) 0 var(--spad) 0px;
}

/* Top Row: Two Columns */
.hov-custom-footer .footer-top-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

/* Left Column: Logo & Services */
.hov-custom-footer .footer-left {
    flex: 0 0 auto;
    max-width: 400px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.hov-custom-footer .footer-left .logo-box {
    flex-shrink: 0;
}

.hov-custom-footer .footer-left .logo-box img {
    max-width: 90px;
    height: auto;
}

.hov-custom-footer .footer-left .title-text {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--hov-gold);
    text-transform: uppercase;
}

.hov-custom-footer .footer-left .services-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hov-custom-footer .footer-left .services-list li {
    font-size: 13px;
    color: var(--hov-cream);
    padding: 3px 0;
    line-height: 1.6;
    font-weight: 300;
}

/* Right Column: Social Media */
.hov-custom-footer .footer-right {
    flex: 0 0 auto;
    text-align: right;
    max-width: 500px;
}

.hov-custom-footer .footer-right .widget-title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--hov-cream);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.hov-custom-footer .footer-right .social-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(242, 233, 224, 0.2);
    margin-bottom: 20px;
}

.hov-custom-footer .footer-right .social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.hov-custom-footer .footer-right .social-links li {
    padding: 0;
    margin: 0;
}

.hov-custom-footer .footer-right .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hov-cream);
    transition: all 0.3s ease;
    text-decoration: none;
}

.hov-custom-footer .footer-right .social-link:hover {
    color: var(--hov-gold);
    transform: translateY(-3px);
}

.hov-custom-footer .footer-right .social-link i {
    font-size: 22px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(242, 233, 224, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.hov-custom-footer .footer-right .social-link:hover i {
    border-color: var(--hov-gold);
    background-color: rgba(182, 146, 85, 0.1);
}

/* Bottom Row: Copyright */
.hov-custom-footer .footer-bottom-row {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(242, 233, 224, 0.15);
    position: relative;
    z-index: 2;
}

.hov-custom-footer .footer-bottom-row .copyright-text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--hov-gold);
    margin: 0;
    font-weight: 300;
}

/* Responsive Design */
@media only screen and (max-width: 1199px) {
    .hov-custom-footer .footer-top-row {
        gap: 50px;
    }

    .hov-custom-footer .footer-left {
        max-width: 350px;
    }

    .hov-custom-footer .footer-right {
        max-width: 450px;
    }

    .hov-custom-footer .footer-right .social-links {
        gap: 15px;
    }

    .hov-custom-footer .footer-right .social-link i {
        width: 55px;
        height: 55px;
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    .hov-custom-footer {
        background-size: auto 20%, auto 20%;
        background-position: left 30px center, right 30px center;
    }

    .hov-custom-footer .widgets-section {
        padding: 40px 0 30px;
    }

    .hov-custom-footer .footer-top-row {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        margin-bottom: 30px;
        text-align: center;
    }

    .hov-custom-footer .footer-left {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }

    .hov-custom-footer .footer-right {
        text-align: center;
        max-width: 100%;
    }

    .hov-custom-footer .footer-right .social-links {
        justify-content: center;
    }

    .hov-custom-footer .footer-bottom-row {
        padding-top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .hov-custom-footer {
        background-size: auto 10%, auto 10%;
        background-position: left 20px center, right 20px center;
    }

    .hov-custom-footer .widgets-section {
        padding: 40px 0 25px;
    }

    .hov-custom-footer .footer-top-row {
        gap: 35px;
        margin-bottom: 25px;
    }

    .hov-custom-footer .footer-left .logo-box img {
        max-width: 70px;
    }

    .hov-custom-footer .footer-left .title-text {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .hov-custom-footer .footer-left .services-list li {
        font-size: 12px;
    }

    .hov-custom-footer .footer-right .widget-title {
        font-size: 12px;
    }

    .hov-custom-footer .footer-right .social-links {
        gap: 15px;
    }

    .hov-custom-footer .footer-right .social-link i {
        font-size: 24px;
        width: 50px;
        height: 50px;
    }

    .hov-custom-footer .footer-bottom-row {
        padding-top: 20px;
    }

    .hov-custom-footer .footer-bottom-row .copyright-text {
        font-size: 11px;
    }
}


/* ========================================
   Responsive Logo - Desktop vs Mobile
   ======================================== */

/* Show desktop logo, hide mobile logo by default */
.main-header .logo-desktop {
    display: inline-block;
}

.main-header .logo-mobile {
    display: none;
}

/* On mobile devices, hide desktop logo and show mobile logo */
@media only screen and (max-width: 575px) {
    .main-header .logo-desktop {
        display: none;
    }

    .main-header .logo-mobile {
        display: inline-block;
        max-width: 80px;
    }
}


/* ========================================
   Hide Navigation Menu on iPad/Tablet Devices
   ======================================== */

/* Hide main navigation menu on tablet and mobile devices */
@media only screen and (max-width: 1199px) {
    .main-header .main-menu {
        display: none !important;
    }
}


/* ========================================
   Mobile Consultation Button
   ======================================== */

/* Hide the consultation button in header on mobile devices */
@media only screen and (max-width: 767px) {
    .main-header .outer-box .btn-style-consultation {
        display: none !important;
    }
}

/* Style the consultation button in mobile menu */
.mobile-menu .mobile-consultation-btn {
    padding: 20px 30px;
    margin-top: 20px;
    text-align: center;
}

.mobile-menu .mobile-consultation-btn .btn-style-consultation {
    width: 100%;
    display: block;
    text-align: center;
}


/* ========================================
   iPad/Tablet Responsive Adjustments - Add Gap
   ======================================== */

/* What We Do Section - iPad spacing */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hov-what-we-do .row {
        gap: 10px 0;
    }

    .hov-what-we-do .feature-block-two {
        padding: 0 10px;
        margin-bottom: 10px;
    }
}

/* Why Choose Section - iPad spacing */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hov-why-choose .row {
        gap: 10px 0;
    }

    .hov-why-choose .service-block-seven {
        padding: 0 10px;
        margin-bottom: 10px;
    }
}

/* Packages Section - iPad spacing */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hov-packages-content-section .packages-row {
        gap: 10px 0;
    }

    .hov-packages-content-section .packages-row>div {
        padding: 0 10px;
        margin-bottom: 10px;
    }
}


/* Founder Info Section - iPad spacing */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hov-founder-info-section .row {
        gap: 10px 0;
    }

    .hov-founder-info-section .info-block {
        padding: 0 10px;
        margin-bottom: 10px;
    }
}

/* Founder Info Section - Mobile spacing */
@media only screen and (max-width: 767px) {
    .hov-founder-info-section .auto-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hov-founder-info-section .inner-box {
        padding: 0;
        gap: 15px;
    }

    .hov-founder-info-section .icon-box {
        flex-shrink: 0;
        min-width: 50px;
        text-align: center;
    }

    .hov-founder-info-section .icon-box i {
        font-size: 40px;
    }

    .hov-founder-info-section .text-box {
        flex: 1;
        text-align: left;
    }
}


/* ========================================
   Remove Padding on Mobile Devices
   ======================================== */

@media only screen and (max-width: 767px) {

    /* What We Do Section - Remove padding */
    .hov-what-we-do .feature-block-two {
        padding: 0;
    }

    /* Why Choose Section - Remove padding */
    .hov-why-choose .service-block-seven {
        padding: 0;
    }

    /* Packages Section - Remove padding */
    .hov-packages-content-section .packages-row>div {
        padding: 0;
    }

    /* Founder Info Section - Remove padding */
    .hov-founder-info-section .info-block {
        padding: 0;
    }
}

/* ========================================
   Meet the Founder Section - Add Padding on Tablet/Mobile
   ======================================== */

@media only screen and (max-width: 991px) {
    .hov-founder-section .auto-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .hov-founder-section .inner-column {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .hov-founder-section .auto-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hov-founder-section .inner-column {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* ========================================
   Contact Form Section - Add Padding on Tablet/Mobile
   ======================================== */

@media only screen and (max-width: 991px) {

    .hov-contact-form-section .contact-info-column,
    .hov-contact-form-section .contact-form-column,
    .hov-contact-form-section .contact-social-column {
        padding-left: 30px;
        padding-right: 30px;
    }

    .hov-contact-form-section .info-content,
    .hov-contact-form-section .content-box {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .hov-contact-form-section .contact-info-column {
        padding: 15px !important;
    }

    .hov-contact-form-section .contact-form-column,
    .hov-contact-form-section .contact-social-column {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hov-contact-form-section .contact-left-column {
        padding: 0;
    }

    .hov-contact-form-section .info-content,
    .hov-contact-form-section .content-box {
        padding-left: 0;
        padding-right: 0;
    }

    .hov-contact-form-section .title-box {
        padding-left: 0;
        padding-right: 0;
    }

    .hov-contact-form-section .description-box {
        padding-left: 0;
        padding-right: 0;
    }

    .hov-contact-form-section .response-time {
        padding-left: 0;
        padding-right: 0;
    }
}


/* ========================================
   Packages Section - Tablet Font Size
   ======================================== */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .hov-packages-content-section .package-title {
        font-size: 16px;
    }

    .hov-custom-footer {
        background-size: auto 18%, auto 18%;
    }

    .hov-custom-banner .bg-image {
        background-size: cover;
    }

    .bsocial {
        margin-top: 20px;
    }
}


/* ========================================
   What to Expect Box - Book a Consultation
   ======================================== */

.wte-box {
    background-color: var(--hov-cream);
    padding: 20px 35px;
    border: 2px solid var(--hov-brown);

}

.wte-box h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--hov-black);
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Serif', Georgia, serif;
}

.wte-box ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: step-counter;
}

.wte-box ol li {
    position: relative;
    padding-left: 0;
    margin-bottom: 2px;
    counter-increment: step-counter;
}

.wte-box ol li:last-child {
    margin-bottom: 0;
}

.wte-box ol li strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--hov-black);
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

.wte-box ol li p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--hov-brown);
    margin: 0;
    padding-left: 0;
}

/* Responsive Design */
@media only screen and (max-width: 991px) {
    .wte-box {
        padding: 35px 30px;
        margin-top: 40px;
    }

    .wte-box h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .wte-box {
        padding: 30px 20px;
        margin-top: 30px;
    }

    .wte-box h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .wte-box ol li {
        margin-bottom: 20px;
    }

    .wte-box ol li strong {
        font-size: 15px;
    }

    .wte-box ol li p {
        font-size: 13px;
    }
}


/* ========================================
   Packages Page - Enhanced Styling
   ======================================== */

/* Intro Section */
.packages-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 0px;
    padding: 0 20px;
}

.packages-intro .intro-tagline {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--hov-black);
    margin-bottom: 20px;
    line-height: 1.4;
    font-family: 'Serif', Georgia, serif;
}

.packages-intro .intro-text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--hov-brown);
    margin: 0;
}

/* Package Category */
.package-category {
    margin-bottom: 80px;
}

.package-category:last-of-type {
    margin-bottom: 60px;
}

.category-header {
    text-align: center;
    margin-bottom: 50px;
}

.category-icon {
    font-size: 48px;
    display: block;
    margin-bottom: 20px;
}

.category-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--hov-black);
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Serif', Georgia, serif;
}

.category-subtitle {
    font-size: 16px;
    font-style: italic;
    color: var(--hov-brown);
    margin: 0;
    max-width: 700px;
    margin: 0 auto;
}

/* Enhanced Package Box */
.hov-packages-content-section .packages-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.hov-packages-content-section .packages-row>[class*="col-"] {
    display: flex;
}

.hov-packages-content-section .package-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.hov-packages-content-section .package-header {
    flex-shrink: 0;
}

.hov-packages-content-section .package-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.hov-packages-content-section .package-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(182, 146, 85, 0.1), transparent);
    transition: left 0.6s ease;
}

.hov-packages-content-section .package-box:hover::before {
    left: 100%;
}

.hov-packages-content-section .package-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(90, 76, 63, 0.2);
}

.hov-packages-content-section .package-highlight {
    font-size: 15px;
    font-weight: 600;
    color: var(--hov-gold);
    margin: 15px 0;
    line-height: 1.6;
}

.hov-packages-content-section .package-content {
    padding: 0 25px 25px;
}

.hov-packages-content-section .package-content p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--hov-brown);
    margin: 0;
    padding-top: 14px;
}

/* CTA Section */
.package-cta {
    text-align: center;
    background-color: rgba(242, 233, 224, 0.5);
    border: 2px solid var(--hov-brown);
    padding: 60px 40px;
    margin-top: 60px;
}

.package-cta .cta-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--hov-black);
    margin-bottom: 20px;
    font-family: 'Serif', Georgia, serif;
}

.package-cta .cta-text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--hov-brown);
    max-width: 700px;
    margin: 0 auto 30px;
}

.package-cta .btn-style-consultation {
    background-color: var(--hov-gold);
    color: var(--hov-black);
    padding: 16px 45px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid var(--hov-gold);
    border-radius: 0;
    transition: all 0.4s ease;
    display: inline-block;
}

.package-cta .btn-style-consultation:hover {
    background-color: var(--hov-brown);
    border-color: var(--hov-brown);
    color: var(--hov-cream);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(182, 146, 85, 0.3);
}

/* Responsive Design */
@media only screen and (max-width: 991px) {
    .packages-intro .intro-tagline {
        font-size: 24px;
    }

    .category-title {
        font-size: 28px;
    }

    .package-category {
        margin-bottom: 60px;
    }

    .package-cta {
        padding: 50px 30px;
    }

    .package-cta .cta-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .packages-intro {
        margin-bottom: 40px;
    }

    .packages-intro .intro-tagline {
        font-size: 20px;
    }

    .packages-intro .intro-text {
        font-size: 14px;
    }

    .category-icon {
        font-size: 40px;
    }

    .category-title {
        font-size: 24px;
    }

    .category-subtitle {
        font-size: 14px;
    }

    .package-category {
        margin-bottom: 50px;
    }

    .package-cta {
        padding: 40px 20px;
    }

    .package-cta .cta-title {
        font-size: 20px;
    }

    .package-cta .cta-text {
        font-size: 14px;
    }
}


/* ========================================
   Our Services Page Styling
   ======================================== */

/* Services Intro Section */
.services-intro-section {
    background-color: var(--hov-cream);
    padding: 60px 0;
}

.services-intro-section .intro-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.services-intro-section .intro-text {
    font-size: 17px;
    line-height: 1.8;
    color: var(--hov-brown);
    margin: 0;
}

/* Services Detail Section */
.services-detail-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.services-detail-section .service-block {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 60px;
    padding: 50px;
    background-color: var(--hov-cream);
    border: 2px solid rgba(90, 76, 63, 0.15);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.services-detail-section .service-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(182, 146, 85, 0.08), transparent);
    transition: left 0.6s ease;
}

.services-detail-section .service-block:hover::before {
    left: 100%;
}

.services-detail-section .service-block:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(90, 76, 63, 0.15);
    border-color: var(--hov-gold);
}

.services-detail-section .service-block:last-child {
    margin-bottom: 0;
}

.services-detail-section .service-icon {
    font-size: 60px;
    flex-shrink: 0;
    line-height: 1;
    position: relative;
    z-index: 2;
}

.services-detail-section .service-content {
    flex: 1;
    position: relative;
    z-index: 2;
}

.services-detail-section .service-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--hov-black);
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Serif', Georgia, serif;
}

.services-detail-section .service-description {
    font-size: 16px;
    line-height: 1.8;
    color: var(--hov-brown);
    margin-bottom: 25px;
}

.services-detail-section .included-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--hov-black);
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.services-detail-section .included-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.services-detail-section .included-list li {
    font-size: 15px;
    line-height: 1.8;
    color: var(--hov-brown);
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
}

.services-detail-section .included-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--hov-gold);
    font-weight: 700;
    font-size: 18px;
}

.services-detail-section .included-list li:last-child {
    margin-bottom: 0;
}

/* Responsive Design */
@media only screen and (max-width: 991px) {
    .services-intro-section {
        padding: 50px 0;
    }

    .services-intro-section .intro-text {
        font-size: 16px;
    }

    .services-detail-section {
        padding: 60px 0;
    }

    .services-detail-section .service-block {
        gap: 30px;
        padding: 40px;
        margin-bottom: 50px;
    }

    .services-detail-section .service-icon {
        font-size: 50px;
    }

    .services-detail-section .service-title {
        font-size: 24px;
    }

    .services-detail-section .service-description {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .services-intro-section {
        padding: 40px 0;
    }

    .services-intro-section .intro-text {
        font-size: 15px;
    }

    .services-detail-section {
        padding: 50px 0;
    }

    .services-detail-section .service-block {
        flex-direction: column;
        gap: 20px;
        padding: 30px 20px;
        margin-bottom: 40px;
    }

    .services-detail-section .service-block:hover {
        transform: translateY(-5px);
    }

    .services-detail-section .service-icon {
        font-size: 45px;
        text-align: center;
        width: 100%;
    }

    .services-detail-section .service-title {
        font-size: 22px;
        text-align: center;
    }

    .services-detail-section .service-description {
        font-size: 14px;
    }

    .services-detail-section .included-title {
        font-size: 16px;
    }

    .services-detail-section .included-list li {
        font-size: 14px;
    }
}


/* ========================================
   About Us Page Styling
   ======================================== */

/* About Hero Section */
.about-hero-section {
    background-color: var(--hov-gold);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.about-hero-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(182, 146, 85, 0.1) 0%, transparent 70%);
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.8;
    }
}

.about-hero-section .hero-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.about-hero-section .hero-tagline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.about-hero-section .tagline-icon {
    font-size: 24px;
    color: #FFF;
    animation: rotate 8s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.about-hero-section h2 {
    font-size: 38px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
    color: var(--hov-cream);
    margin: 0;
    font-family: 'Serif', Georgia, serif;
}

/* About Story Section */
.about-story-section {
    padding: var(--spad) 0;
}

.about-story-section .story-image-box {
    position: relative;
    overflow: hidden;
    border: 3px solid var(--hov-brown);
}

.about-story-section .story-image-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.about-story-section .story-image-box:hover img {
    transform: scale(1.05);
}

.about-story-section .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(182, 146, 85, 0.2) 0%, rgba(90, 76, 63, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.about-story-section .story-image-box:hover .image-overlay {
    opacity: 1;
}

.about-story-section .story-content {
    padding-left: 50px;
}

.about-story-section .section-subtitle {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--hov-black);
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: 'Serif', Georgia, serif;
}

.about-story-section .divider-small {
    margin-bottom: 12px;
}

.about-story-section .divider-small img {
    max-width: 180px;
    height: auto;
}

.about-story-section .story-content p {
    font-size: 16px;
    line-height: 1.9;
    color: var(--hov-brown);
    margin-bottom: 4px;
}

.about-story-section .story-content p:last-child {
    margin-bottom: 0;
}

.about-story-section .story-content-text p {
    font-size: 16px;
    line-height: 1.9;
    color: var(--hov-brown);
    margin-bottom: 4px;
}

.about-story-section .story-content-text p:last-child {
    margin-bottom: 0;
}

/* About Services Section */
.about-services-section {
    background-color: #ffffff;
    padding: var(--spad) 0;
}

.about-services-section .section-header {
    text-align: center;
    margin-bottom: 32px;
}

.about-services-section .section-title {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--hov-black);
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Serif', Georgia, serif;
}

.about-services-section .divider-center {
    text-align: center;
}

.about-services-section .divider-center img {
    max-width: 250px;
    height: auto;
}

.about-services-section .row {
    display: flex;
    flex-wrap: wrap;
}

.about-services-section .row>[class*="col-"] {
    display: flex;
}

.about-services-section .service-card {
    background-color: var(--hov-cream);
    padding: 45px 35px;
    text-align: center;
    border: 2px solid rgba(90, 76, 63, 0.15);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.about-services-section .service-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: var(--hov-gold);
    transition: width 0.4s ease;
}

.about-services-section .service-card:hover::before {
    width: 80%;
}

.about-services-section .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(90, 76, 63, 0.2);
    border-color: var(--hov-gold);
}

.about-services-section .card-icon {
    font-size: 55px;
    margin-bottom: 20px;
    display: block;
}

.about-services-section .card-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--hov-black);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.about-services-section .card-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--hov-brown);
    margin: 0;
}

/* About Philosophy Section */
.about-philosophy-section {
    background-color: var(--hov-black);
    padding: var(--spad) 0;
    position: relative;
}

.spad-top {
    padding-top: var(--spad);
}

.about-philosophy-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/leaf.png'), url('../images/leaf.png');
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 50%, auto 50%;
    opacity: 0.1;
}

.about-philosophy-section .philosophy-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.about-philosophy-section .quote-icon {
    font-size: 120px;
    font-family: 'Serif', Georgia, serif;
    color: var(--hov-gold);
    line-height: 0.5;
    margin-bottom: 2px;
    opacity: 0.4;
}

.pd-top0 {
    padding-top: 0px !important;
}

.pd-bottom0 {
    padding-bottom: 0px !important;
}

.about-philosophy-section .philosophy-text {
    font-size: 24px;
    font-style: italic;
    line-height: 1.8;
    color: var(--hov-cream);
    margin-bottom: 40px;
    font-family: 'Serif', Georgia, serif;
}

.about-philosophy-section .philosophy-signature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.about-philosophy-section .signature-line {
    width: 60px;
    height: 1px;
    background-color: var(--hov-gold);
}

.about-philosophy-section .signature-text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--hov-gold);
    text-transform: uppercase;
}

/* Responsive Design */
@media only screen and (max-width: 991px) {
    .about-hero-section {
        padding: 60px 0;
    }

    .about-hero-section h2 {
        font-size: 32px;
    }

    .about-story-section {
        padding: 80px 0;
    }

    .about-story-section .story-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .about-story-section .section-subtitle {
        font-size: 28px;
    }

    .about-services-section {
        padding: 80px 0;
    }

    .about-services-section .section-title {
        font-size: 32px;
    }

    .about-philosophy-section {
        padding: 80px 0;
    }

    .about-philosophy-section .philosophy-text {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .about-hero-section {
        padding: 50px 0;
    }

    .about-hero-section h2 {
        font-size: 24px;
    }

    .about-hero-section .tagline-icon {
        font-size: 18px;
    }

    .about-story-section {
        padding: 60px 0;
    }

    .about-story-section .section-subtitle {
        font-size: 24px;
        text-align: center;
    }

    .about-story-section .divider-small {
        text-align: center;
    }

    .about-story-section .divider-small img {
        max-width: 150px;
    }

    .about-story-section .story-text {
        font-size: 15px;
    }

    .about-services-section {
        padding: 60px 0;
    }

    .about-services-section .section-header {
        margin-bottom: 50px;
    }

    .about-services-section .section-title {
        font-size: 26px;
    }

    .about-services-section .service-card {
        padding: 35px 25px;
    }

    .about-philosophy-section {
        padding: 60px 0;
    }

    .about-philosophy-section .quote-icon {
        font-size: 80px;
    }

    .about-philosophy-section .philosophy-text {
        font-size: 18px;
    }

    .about-philosophy-section .signature-text {
        font-size: 14px;
    }
}


/* ========================================
   Contact Us Page - Why Work With Us Section
   ======================================== */

.hov-why-work-section {
    background-color: var(--hov-cream);
    padding: var(--spad) 0;
}

.hov-why-work-section .sec-title-hov {
    text-align: center;
    margin-bottom: 40px;
}

.hov-why-work-section .sec-title-hov h2 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--hov-black);
    margin-bottom: 10px;
    font-family: 'Serif', Georgia, serif;
}

.hov-why-work-section .sec-title-hov .divider {
    display: block;
    text-align: center;
    margin: 0 auto 30px;
    line-height: 1;
}

.hov-why-work-section .sec-title-hov .divider img {
    max-width: 250px;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.hov-why-work-section .row {
    display: flex;
    flex-wrap: wrap;
}

.hov-why-work-section .row>[class*="col-"] {
    display: flex;
}

.hov-why-work-section .why-box {
    background-color: #ffffff;
    border: 2px solid rgba(90, 76, 63, 0.15);
    padding: 45px 30px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.hov-why-work-section .why-box:hover {
    background-color: rgba(242, 233, 224, 0.5);
    border-color: var(--hov-gold);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(90, 76, 63, 0.15);
}

.hov-why-work-section .icon-box {
    margin-bottom: 20px;
}

.hov-why-work-section .icon-box i {
    font-size: 60px;
    color: var(--hov-brown);
    transition: all 0.4s ease;
}

.hov-why-work-section .why-box:hover .icon-box i {
    color: var(--hov-gold);
    transform: scale(1.1);
}

.hov-why-work-section .title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--hov-black);
    margin-bottom: 15px;
    line-height: 1.4;
    text-transform: uppercase;
}

.hov-why-work-section .description {
    font-size: 15px;
    line-height: 1.7;
    color: var(--hov-brown);
    margin: 0;
}

/* Responsive Design */
@media only screen and (max-width: 991px) {
    .hov-why-work-section {
        padding: 60px 0;
    }

    .hov-why-work-section .sec-title-hov h2 {
        font-size: 36px;
        letter-spacing: 2px;
    }

    .hov-why-work-section .why-box {
        padding: 40px 25px;
    }

    .hov-why-work-section .icon-box i {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .hov-why-work-section {
        padding: 50px 0;
    }

    .hov-why-work-section .sec-title-hov {
        margin-bottom: 40px;
    }

    .hov-why-work-section .sec-title-hov h2 {
        font-size: 28px;
        letter-spacing: 1.5px;
    }

    .hov-why-work-section .sec-title-hov .divider img {
        max-width: 180px;
    }

    .hov-why-work-section .why-box {
        padding: 35px 20px;
        margin-bottom: 20px;
    }

    .hov-why-work-section .icon-box i {
        font-size: 45px;
    }

    .hov-why-work-section .title {
        font-size: 16px;
    }

    .hov-why-work-section .description {
        font-size: 14px;
    }
}

.contact-details__info li .text h6 {
    margin-bottom: 4px;
}


/* ========================================
   Portfolio Page Styling
   ======================================== */

/* Portfolio Coming Soon Section */
.portfolio-coming-soon-section {
    background-color: var(--hov-black);
    padding: var(--spad) 0;
    position: relative;
    overflow: hidden;
}

.portfolio-coming-soon-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(182, 146, 85, 0.15) 0%, transparent 70%);
    animation: pulse 4s ease-in-out infinite;
}

.portfolio-coming-soon-section .content-wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.portfolio-coming-soon-section .main-heading {
    margin-bottom: 40px;
}

.portfolio-coming-soon-section .title {
    font-size: 48px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
    color: var(--hov-cream);
    line-height: 1.3;
    font-family: 'Serif', Georgia, serif;
}

.portfolio-coming-soon-section .description-box {
    margin-bottom: 20px;
}

.portfolio-coming-soon-section .description-text {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(242, 233, 224, 0.9);
    margin: 0;
}

.portfolio-coming-soon-section .divider-box {
    margin-bottom: 30px;
}

.portfolio-coming-soon-section .divider-box img {
    max-width: 250px;
    height: auto;
}

.portfolio-coming-soon-section .instagram-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.portfolio-coming-soon-section .cta-text {
    font-size: 17px;
    line-height: 1.7;
    color: var(--hov-cream);
    margin: 0;
}

.portfolio-coming-soon-section .instagram-link {
    color: var(--hov-gold);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.portfolio-coming-soon-section .instagram-link:hover {
    color: var(--hov-cream);
}

.portfolio-coming-soon-section .instagram-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background-color: var(--hov-gold);
    color: var(--hov-black);
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 2px solid var(--hov-gold);
}

.portfolio-coming-soon-section .instagram-button i {
    font-size: 24px;
}

.portfolio-coming-soon-section .instagram-button:hover {
    background-color: transparent;
    color: var(--hov-gold);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(182, 146, 85, 0.3);
}

/* Portfolio Expect Section */
.portfolio-expect-section {
    background-color: var(--hov-cream);
    padding: var(--spad) 0;
}

.portfolio-expect-section .sec-title-hov {
    text-align: center;
    margin-bottom: 30px;
}

.portfolio-expect-section .sec-title-hov h2 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--hov-black);
    margin-bottom: 10px;
    font-family: 'Serif', Georgia, serif;
}

.portfolio-expect-section .sec-title-hov .divider {
    display: block;
    text-align: center;
    margin: 0 auto 30px;
    line-height: 1;
}

.portfolio-expect-section .sec-title-hov .divider img {
    max-width: 250px;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.portfolio-expect-section .intro-text {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

.portfolio-expect-section .intro-text p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--hov-brown);
    margin: 0;
}

.portfolio-expect-section .row {
    display: flex;
    flex-wrap: wrap;
}

.portfolio-expect-section .row>[class*="col-"] {
    display: flex;
}

.portfolio-expect-section .expect-box {
    background-color: #ffffff;
    border: 2px solid rgba(90, 76, 63, 0.15);
    padding: 45px 30px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.portfolio-expect-section .expect-box:hover {
    background-color: rgba(242, 233, 224, 0.5);
    border-color: var(--hov-gold);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(90, 76, 63, 0.15);
}

.portfolio-expect-section .icon-box {
    margin-bottom: 20px;
}

.portfolio-expect-section .icon-box i {
    font-size: 60px;
    color: var(--hov-brown);
    transition: all 0.4s ease;
}

.portfolio-expect-section .expect-box:hover .icon-box i {
    color: var(--hov-gold);
    transform: scale(1.1);
}

.portfolio-expect-section .title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--hov-black);
    margin-bottom: 15px;
    line-height: 1.4;
    text-transform: uppercase;
}

.portfolio-expect-section .description {
    font-size: 15px;
    line-height: 1.7;
    color: var(--hov-brown);
    margin: 0;
}

/* Portfolio Standout Section */
.portfolio-standout-section {
    background-color: #ffffff;
    padding: var(--spad) 0;
}

.portfolio-standout-section .content-box {
    padding-right: 50px;
}

.portfolio-standout-section .section-title {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--hov-black);
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: 'Serif', Georgia, serif;
}

.portfolio-standout-section .divider-small {
    margin-bottom: 20px;
}

.portfolio-standout-section .divider-small img {
    max-width: 180px;
    height: auto;
}

.portfolio-standout-section .standout-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.portfolio-standout-section .list-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.portfolio-standout-section .item-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: var(--hov-gold);
    color: var(--hov-black);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.portfolio-standout-section .list-item:hover .item-icon {
    background-color: var(--hov-brown);
    color: var(--hov-cream);
    transform: scale(1.1);
}

.portfolio-standout-section .item-content {
    flex: 1;
}

.portfolio-standout-section .item-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--hov-black);
    margin-bottom: 8px;
    line-height: 1.3;
}

.portfolio-standout-section .item-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--hov-brown);
    margin: 0;
}

.portfolio-standout-section .image-box {
    position: relative;
    overflow: hidden;
    border: 3px solid var(--hov-brown);
    height: 100%;
    min-height: 500px;
}

.portfolio-standout-section .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.portfolio-standout-section .image-box:hover img {
    transform: scale(1.05);
}

.portfolio-standout-section .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.portfolio-standout-section .image-box:hover .image-overlay {
    opacity: 1;
}

.portfolio-standout-section .overlay-text {
    text-align: center;
    color: var(--hov-cream);
}

.portfolio-standout-section .overlay-text i {
    font-size: 60px;
    color: var(--hov-gold);
    margin-bottom: 15px;
    display: block;
    animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

.portfolio-standout-section .overlay-text p {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--hov-cream);
    margin: 0;
    text-transform: uppercase;
}

/* Portfolio Updated Section */
.portfolio-updated-section {
    background-color: var(--hov-cream);
    padding: var(--spad) 0;
}

.portfolio-updated-section .inner-container {
    background-color: rgba(242, 233, 224, 0.5);
    border: 2px solid var(--hov-brown);
    padding: 60px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
}

.portfolio-updated-section .icon-box i {
    font-size: 70px;
    color: var(--hov-brown);
    transition: all 0.4s ease;
}

.portfolio-updated-section .inner-container:hover .icon-box i {
    color: var(--hov-gold);
    transform: scale(1.1);
}

.portfolio-updated-section .content-box {
    max-width: 800px;
}

.portfolio-updated-section .title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--hov-black);
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: 'Serif', Georgia, serif;
}

.portfolio-updated-section .subtitle {
    font-size: 17px;
    line-height: 1.8;
    color: var(--hov-brown);
    margin: 0;
}

.portfolio-updated-section .button-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.portfolio-updated-section .btn-style-dark {
    background-color: var(--hov-black);
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    display: inline-block;
    border: 2px solid var(--hov-black);
    text-decoration: none;
}

.portfolio-updated-section .btn-style-dark:hover {
    background-color: var(--hov-gold);
    color: var(--hov-black);
    border-color: var(--hov-gold);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(2, 2, 2, 0.3);
}

.portfolio-updated-section .btn-style-outline {
    background-color: transparent;
    color: var(--hov-black);
    padding: 16px 40px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    display: inline-block;
    border: 2px solid var(--hov-black);
    text-decoration: none;
}

.portfolio-updated-section .btn-style-outline:hover {
    background-color: var(--hov-black);
    color: var(--hov-cream);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(2, 2, 2, 0.2);
}

/* Responsive Design */
@media only screen and (max-width: 991px) {
    .portfolio-coming-soon-section {
        padding: 100px 0;
    }

    .portfolio-coming-soon-section .title {
        font-size: 38px;
    }

    .portfolio-coming-soon-section .description-text {
        font-size: 16px;
    }

    .portfolio-expect-section {
        padding: 60px 0;
    }

    .portfolio-expect-section .sec-title-hov h2 {
        font-size: 36px;
        letter-spacing: 2px;
    }

    .portfolio-expect-section .intro-text p {
        font-size: 16px;
    }

    .portfolio-expect-section .expect-box {
        padding: 40px 25px;
    }

    .portfolio-expect-section .icon-box i {
        font-size: 50px;
    }

    .portfolio-standout-section {
        padding: 60px 0;
    }

    .portfolio-standout-section .content-box {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .portfolio-standout-section .section-title {
        font-size: 32px;
    }

    .portfolio-standout-section .image-box {
        min-height: 400px;
    }

    .portfolio-updated-section {
        padding: 60px 0;
    }

    .portfolio-updated-section .inner-container {
        padding: 50px 40px;
    }

    .portfolio-updated-section .title {
        font-size: 28px;
    }

    .portfolio-updated-section .subtitle {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-coming-soon-section {
        padding: 80px 0;
    }

    .portfolio-coming-soon-section .title {
        font-size: 28px;
    }

    .portfolio-coming-soon-section .description-text {
        font-size: 15px;
    }

    .portfolio-coming-soon-section .cta-text {
        font-size: 15px;
    }

    .portfolio-coming-soon-section .divider-box img {
        max-width: 180px;
    }

    .portfolio-coming-soon-section .instagram-button {
        padding: 14px 30px;
        font-size: 15px;
        width: 100%;
        max-width: 300px;
    }

    .portfolio-expect-section {
        padding: 50px 0;
    }

    .portfolio-expect-section .sec-title-hov h2 {
        font-size: 28px;
        letter-spacing: 1.5px;
    }

    .portfolio-expect-section .sec-title-hov .divider img {
        max-width: 180px;
    }

    .portfolio-expect-section .intro-text {
        margin-bottom: 40px;
    }

    .portfolio-expect-section .intro-text p {
        font-size: 15px;
    }

    .portfolio-expect-section .expect-box {
        padding: 35px 20px;
        margin-bottom: 20px;
    }

    .portfolio-expect-section .icon-box i {
        font-size: 45px;
    }

    .portfolio-expect-section .title {
        font-size: 16px;
    }

    .portfolio-expect-section .description {
        font-size: 14px;
    }

    .portfolio-standout-section {
        padding: 50px 0;
    }

    .portfolio-standout-section .section-title {
        font-size: 26px;
        text-align: center;
    }

    .portfolio-standout-section .divider-small {
        text-align: center;
        margin-bottom: 30px;
    }

    .portfolio-standout-section .divider-small img {
        max-width: 150px;
    }

    .portfolio-standout-section .standout-list {
        gap: 25px;
    }

    .portfolio-standout-section .list-item {
        gap: 15px;
    }

    .portfolio-standout-section .item-icon {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .portfolio-standout-section .item-title {
        font-size: 16px;
    }

    .portfolio-standout-section .item-text {
        font-size: 14px;
    }

    .portfolio-standout-section .image-box {
        min-height: 300px;
        margin-top: 30px;
    }

    .portfolio-standout-section .overlay-text i {
        font-size: 50px;
    }

    .portfolio-standout-section .overlay-text p {
        font-size: 20px;
    }

    .portfolio-updated-section {
        padding: 50px 0;
    }

    .portfolio-updated-section .inner-container {
        padding: 40px 25px;
    }

    .portfolio-updated-section .icon-box i {
        font-size: 55px;
    }

    .portfolio-updated-section .title {
        font-size: 22px;
    }

    .portfolio-updated-section .subtitle {
        font-size: 15px;
    }

    .portfolio-updated-section .button-group {
        flex-direction: column;
        width: 100%;
    }

    .portfolio-updated-section .btn-style-dark,
    .portfolio-updated-section .btn-style-outline {
        padding: 14px 30px;
        font-size: 14px;
        width: 100%;
        max-width: 300px;
    }
}

.home-message-field {
    height: 100px;
}

.wpcf7-submit {
    background-color: var(--hov-gold) !important;
}