/*
Theme Name: ExcelDeco
Theme URI: https://exceldeco.co.ke/
Template: arilewp
Author: Lawrence | Dazzcode
Author URI: https://dazzcode.com
Description: Premium WooCommerce child theme for ExcelDeco with inline navigation, styled with white, black, and gold colors, and high-converting landing page layouts.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: exceldeco
Tags: grid-layout, one-column, two-columns, custom-menu, custom-logo, featured-images, footer-widgets, rtl-language-support, translation-ready, e-commerce, portfolio
*/

/*--------------------------------------------------
=>> Design Tokens & Variables
--------------------------------------------------*/
:root {
    --gold: #C5A059;
    --gold-hover: #D4AF37;
    --gold-light: #F4EFE3;
    --gold-dark: #A7823B;
    --black: #111111;
    --black-soft: #222222;
    --black-muted: #666666;
    --white: #FFFFFF;
    --white-soft: #F9F9F9;
    --white-border: #EEEEEE;
    --font-heading: 'Outfit', 'Playfair Display', 'Helvetica Neue', Arial, sans-serif;
    --font-body: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    --shadow-hover: 0 15px 35px rgba(197, 160, 89, 0.15);
    --page-header-padding: 4rem 0; /* Adjust this to control page title banner height (e.g. 2rem 0, 4rem 0) */
}

/*--------------------------------------------------
=>> Page Header Banner Title Area
--------------------------------------------------*/
.theme-page-header-area {
    padding: var(--page-header-padding) !important;
    position: relative;
}


/*--------------------------------------------------
=>> Global Font & Elements Styling
--------------------------------------------------*/
body {
    font-family: var(--font-body);
    color: var(--black-soft);
    background-color: var(--white);
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.widget-title,
.woocommerce-loop-product__title {
    font-family: var(--font-heading);
    color: var(--black);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Accent Color Replacements (Parent theme used #E89E5B) */
.text-default,
td a,
.comment-date a,
.comment-detail p>a,
.widget a:hover,
.footer-sidebar .widget a:hover,
.site-info a,
.entry-content a,
.entry-meta a:hover,
.theme-services .service-content-thumbnail a,
.theme-services .service-title a:hover {
    color: var(--gold) !important;
}

.text-default:hover,
td a:hover,
.entry-content a:hover,
.site-info a:hover {
    color: var(--gold-hover) !important;
}

.theme-bg-default,
.woo-cart-block>a .cart-total,
.pagination a:hover,
.pagination a.active,
.pagination .nav-links .page-numbers.current,
.page-scroll-up a,
.widget button[type="submit"],
.btn-success,
.wp-block-search .wp-block-search__button,
.theme-info-area .media:hover i.icon,
.theme-services .service-content-thumbnail i.fa,
.theme-services .service-content:hover .service-links a,
.more-link:hover,
.reply a:hover,
.wp-block-woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button {
    background-color: var(--gold) !important;
    border-color: var(--gold) !important;
    color: var(--white) !important;
}

.theme-bg-default:hover,
.page-scroll-up a:hover,
.widget button[type="submit"]:hover,
.btn-success:hover,
.wp-block-search .wp-block-search__button:hover {
    background-color: var(--gold-hover) !important;
    border-color: var(--gold-hover) !important;
}

/* Borders */
blockquote {
    border-left: 3px solid var(--gold);
}

.sidebar .widget .widget-title,
.sidebar .widget .wp-block-heading,
.site-footer {
    border-top: 3px solid var(--gold);
}

.site-footer {
    border-bottom: 3px solid var(--gold);
}

/* Buttons */
button,
input[type="button"],
input[type="submit"],
.btn-default,
.more-link,
.reply a {
    background-color: var(--black) !important;
    color: var(--white) !important;
    border: 2px solid var(--black) !important;
    font-family: var(--font-body);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 24px;
    transition: var(--transition);
    border-radius: 0px;
    /* Clean luxury square cuts */
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.btn-default:hover,
.more-link:hover,
.reply a:hover {
    background-color: var(--gold) !important;
    border-color: var(--gold) !important;
    color: var(--white) !important;
}

/*--------------------------------------------------
=>> Premium Inline Navbar Layout
--------------------------------------------------*/
.navbar-exceldeco {
    padding: 0 !important;
    background-color: var(--white) !important;
    border-bottom: 1px solid var(--white-border);
    transition: var(--transition);
}

.navbar-exceldeco.header-sticky.header-fixed-top {
    padding: 0 !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-bottom: 2px solid var(--gold);
}

.navbar-exceldeco .navbar-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.navbar-exceldeco .navbar-brand-wrapper {
    display: flex !important;
    align-items: center !important;
    padding: 15px 0 !important;
}

.navbar-exceldeco.header-sticky.header-fixed-top .navbar-brand-wrapper {
    padding: 10px 0 !important;
}

/* Force override parent theme logo and brand link padding/floats */
.navbar-exceldeco .navbar-brand,
.navbar-exceldeco .sticky-navbar-brand {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-exceldeco .navbar-brand img.custom-logo,
.navbar-exceldeco .sticky-navbar-brand img.custom-logo,
.navbar-exceldeco .navbar-brand-wrapper img.custom-logo {
    max-height: 50px !important;
    width: auto !important;
    transition: var(--transition);
}

.navbar-exceldeco.header-sticky.header-fixed-top .navbar-brand img.custom-logo,
.navbar-exceldeco.header-sticky.header-fixed-top .sticky-navbar-brand img.custom-logo,
.navbar-exceldeco.header-sticky.header-fixed-top .navbar-brand-wrapper img.custom-logo {
    max-height: 40px !important;
}

/* Desktop Menu Styling - Reset parent heights and margins */
@media (min-width: 992px) {
    .navbar-exceldeco .navbar-collapse {
        display: flex !important;
        flex-basis: auto !important;
        flex-grow: 1 !important;
        justify-content: flex-end !important;
        float: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .navbar-exceldeco .navbar-nav {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .navbar-exceldeco .navbar-nav .menu-item {
        position: relative !important;
        margin: 0 12px !important;
        display: inline-block !important;
        float: none !important;
    }

    .navbar-exceldeco .navbar-nav .menu-item .nav-link {
        font-family: var(--font-heading);
        font-size: 13px;
        font-weight: 600;
        color: var(--black) !important;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        padding: 25px 0 !important; /* Centered padding matching logo area */
        transition: var(--transition);
        display: block !important;
    }

    .navbar-exceldeco.header-sticky.header-fixed-top .navbar-nav .menu-item .nav-link {
        padding: 18px 0 !important; /* Slightly smaller padding when sticky */
    }

    .navbar-exceldeco .navbar-nav .menu-item .nav-link::after {
        content: '';
        position: absolute;
        bottom: 18px; /* Adjusted to sit nicely below link text */
        left: 0;
        right: 0;
        height: 2px;
        background-color: var(--gold);
        transform: scaleX(0);
        transition: var(--transition);
    }
    
    .navbar-exceldeco.header-sticky.header-fixed-top .navbar-nav .menu-item .nav-link::after {
        bottom: 12px;
    }

    .navbar-exceldeco .navbar-nav .menu-item:hover .nav-link::after,
    .navbar-exceldeco .navbar-nav .menu-item.active .nav-link::after {
        transform: scaleX(1);
    }
}

/* Dropdown Menu styling */
.navbar-exceldeco .dropdown-menu {
    background-color: var(--black) !important;
    border: none !important;
    border-radius: 0px !important;
    border-top: 3px solid var(--gold) !important;
    padding: 10px 0 !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}

.navbar-exceldeco .dropdown-menu .dropdown-item {
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 500;
    color: var(--white) !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 20px !important;
    transition: var(--transition);
}

.navbar-exceldeco .dropdown-menu .dropdown-item:hover,
.navbar-exceldeco .dropdown-menu .dropdown-item:focus {
    background-color: var(--gold) !important;
    color: var(--white) !important;
    padding-left: 25px !important;
}

/* Mobile Styling */
.navbar-exceldeco .navbar-toggler {
    border: none;
    padding: 5px;
    outline: none;
}

.navbar-exceldeco .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23111111' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    width: 25px;
    height: 25px;
}

@media (max-width: 991px) {
    .navbar-exceldeco .navbar-collapse {
        background-color: var(--white);
        border-top: 1px solid var(--white-border);
        margin-top: 15px;
        padding: 15px 0;
        width: 100%;
    }

    .navbar-exceldeco .navbar-nav {
        align-items: flex-start;
    }

    .navbar-exceldeco .navbar-nav .menu-item {
        width: 100%;
        margin: 5px 0;
    }

    .navbar-exceldeco .navbar-nav .menu-item .nav-link {
        padding: 10px 20px !important;
    }

    .navbar-exceldeco .navbar-nav .menu-item .nav-link::after {
        display: none;
    }

    .navbar-exceldeco .dropdown-menu {
        background-color: var(--white-soft) !important;
        border-top: none !important;
        border-left: 3px solid var(--gold) !important;
        box-shadow: none !important;
        margin-left: 20px;
        width: calc(100% - 20px);
    }

    .navbar-exceldeco .dropdown-menu .dropdown-item {
        color: var(--black) !important;
    }

    .navbar-exceldeco .dropdown-menu .dropdown-item:hover {
        background-color: var(--gold-light) !important;
        color: var(--gold-dark) !important;
    }
}

/*--------------------------------------------------
=>> WooCommerce Integrations
--------------------------------------------------*/
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--gold) !important;
    font-family: var(--font-heading);
    font-weight: 700;
}

.woocommerce span.onsale {
    background-color: var(--black) !important;
    color: var(--white) !important;
    font-family: var(--font-heading);
    font-weight: 600;
    border-radius: 0;
}

.woocommerce div.product .product_title {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: var(--black) !important;
    color: var(--white) !important;
    border-radius: 0px !important;
    border: 2px solid var(--black) !important;
    text-transform: uppercase;
    font-weight: 600;
    transition: var(--transition);
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: var(--gold) !important;
    border-color: var(--gold) !important;
    color: var(--white) !important;
}

/*--------------------------------------------------
=>> Custom Landing Page Layouts & Elements
--------------------------------------------------*/
.landing-page-wrapper {
    background-color: var(--white);
    overflow: hidden;
}

/* Hero Section */
.landing-hero {
    position: relative;
    padding: 120px 0 100px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: var(--white);
    display: flex;
    align-items: center;
    min-height: 450px;
}

.landing-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    /* Sleek high contrast dark overlay */
    z-index: 1;
}

.landing-hero .container {
    position: relative;
    z-index: 2;
}

.landing-hero h1 {
    color: var(--white);
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.landing-hero h1 span {
    color: var(--gold);
}

.landing-hero p.lead {
    font-size: 18px;
    font-weight: 300;
    color: var(--white-border);
    margin-bottom: 30px;
    max-width: 650px;
}

@media (max-width: 767px) {
    .landing-hero {
        padding: 80px 0;
        min-height: auto;
        text-align: center;
    }

    .landing-hero h1 {
        font-size: 30px;
    }

    .landing-hero p.lead {
        font-size: 15px;
    }
}

/* Section Containers */
.landing-section {
    padding: 80px 0;
}

.landing-section.bg-light {
    background-color: var(--white-soft);
}

.landing-section.bg-dark {
    background-color: var(--black);
    color: var(--white);
}

.landing-section.bg-dark h2 {
    color: var(--white);
}

.section-title-wrapper {
    margin-bottom: 50px;
    position: relative;
}

.section-title-wrapper h2 {
    font-size: 32px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title-wrapper h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: var(--gold);
}

.section-title-wrapper.text-center h2::after {
    left: 50%;
    transform: translateX(-50%);
}

.section-title-wrapper p {
    font-size: 16px;
    color: var(--black-muted);
    max-width: 700px;
    margin: 0 auto;
}

.landing-section.bg-dark .section-title-wrapper p {
    color: var(--white-border);
}

/* Features Grid */
.feature-card {
    background: var(--white);
    padding: 40px 30px;
    border-top: 4px solid var(--black);
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
    margin-bottom: 30px;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-top-color: var(--gold);
    box-shadow: var(--shadow-hover);
}

.feature-card i {
    font-size: 40px;
    color: var(--gold);
    margin-bottom: 20px;
    display: inline-block;
}

.feature-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: var(--font-heading);
}

.feature-card p {
    font-size: 14px;
    color: var(--black-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Pricing Section Styles */
.pricing-card {
    background: var(--white);
    border: 1px solid var(--white-border);
    padding: 50px 30px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
    margin-bottom: 30px;
}

.pricing-card.featured {
    border: 2px solid var(--gold);
}

.pricing-card.featured::before {
    content: 'POPULAR';
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--gold);
    color: var(--white);
    font-size: 10px;
    font-weight: 700;
    padding: 3px 10px;
    letter-spacing: 1px;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.pricing-card h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--black);
}

.pricing-card .price-amount {
    font-size: 36px;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 25px;
    font-family: var(--font-heading);
}

.pricing-card .price-amount span {
    font-size: 14px;
    font-weight: 400;
    color: var(--black-muted);
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

.pricing-card ul li {
    padding: 10px 0;
    border-bottom: 1px solid var(--white-border);
    font-size: 14px;
    color: var(--black-soft);
}

.pricing-card ul li:last-child {
    border-bottom: none;
}

/* Product & Installation Gallery */
.gallery-grid {
    margin-bottom: -30px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: var(--shadow);
    background-color: var(--black);
    height: 250px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
    opacity: 0.85;
}

.gallery-item:hover img {
    transform: scale(1.1);
    opacity: 0.6;
}

.gallery-item-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    padding: 30px 20px 20px 20px;
    transition: var(--transition);
    z-index: 2;
}

.gallery-item:hover .gallery-item-overlay {
    bottom: 0;
}

.gallery-item-overlay h4 {
    color: var(--white);
    font-size: 16px;
    margin-bottom: 5px;
}

.gallery-item-overlay p {
    color: var(--gold);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}

/* Custom Styled Accordion FAQs */
.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 15px;
    background: var(--white);
    box-shadow: var(--shadow);
    border: 1px solid var(--white-border);
}

.faq-item details {
    padding: 20px 25px;
    transition: var(--transition);
}

.faq-item summary {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 30px;
    outline: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--gold);
    font-weight: bold;
    transition: var(--transition);
}

.faq-item details[open] summary::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.faq-item details[open] {
    border-left: 4px solid var(--gold);
}

.faq-item details p {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--black-muted);
}

/* Premium Form Styles */
.contact-section-form {
    background: var(--white-soft);
    padding: 50px 40px;
    box-shadow: var(--shadow);
    border: 1px solid var(--white-border);
    border-top: 4px solid var(--gold);
}

.contact-section-form h3 {
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
}

.contact-section-form .form-group {
    margin-bottom: 20px;
}

.contact-section-form label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--black);
    margin-bottom: 8px;
}

.contact-section-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--white-border);
    background-color: var(--white);
    color: var(--black);
    font-family: var(--font-body);
    font-size: 14px;
    transition: var(--transition);
    border-radius: 0;
}

.contact-section-form .form-control:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 2px rgba(197, 160, 89, 0.2);
    outline: none;
}

.contact-section-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.contact-section-form button[type="submit"] {
    width: 100%;
    margin-top: 10px;
}

/* Testimonials */
.testimonial-grid {
    margin-bottom: -30px;
}

.testimonial-card {
    background: var(--white);
    padding: 40px 30px;
    box-shadow: var(--shadow);
    border: 1px solid var(--white-border);
    position: relative;
    margin-bottom: 30px;
    height: 100%;
}

.testimonial-card::before {
    content: '“';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 80px;
    color: var(--gold-light);
    line-height: 1;
    font-family: Georgia, serif;
    pointer-events: none;
}

.testimonial-card-text {
    font-style: italic;
    font-size: 15px;
    line-height: 1.6;
    color: var(--black-soft);
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.testimonial-card-author {
    display: flex;
    align-items: center;
}

.testimonial-card-author i {
    font-size: 32px;
    color: var(--gold);
    margin-right: 15px;
}

.testimonial-card-author h4 {
    font-size: 14px;
    margin-bottom: 3px;
    letter-spacing: 1px;
}

.testimonial-card-author p {
    font-size: 12px;
    color: var(--black-muted);
    margin-bottom: 0;
    text-transform: uppercase;
}

/* WhatsApp Click to Chat Styles */
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    background-color: #25D366;
    color: var(--white) !important;
    border: 2px solid #25D366;
    font-family: var(--font-body);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 28px;
    transition: var(--transition);
    cursor: pointer;
    text-decoration: none !important;
}

.whatsapp-btn i {
    font-size: 18px;
    margin-right: 10px;
}

.whatsapp-btn:hover {
    background-color: var(--black) !important;
    border-color: var(--black);
    color: var(--white) !important;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.25);
}

.whatsapp-btn.gold-style {
    background-color: var(--gold);
    border-color: var(--gold);
}

.whatsapp-btn.gold-style:hover {
    background-color: var(--black) !important;
    border-color: var(--black);
}

/* Floating WhatsApp Widget */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25D366;
    color: var(--white) !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    text-decoration: none !important;
    animation: whatsapp-bounce 2s infinite;
}

.whatsapp-float:hover {
    background-color: var(--black) !important;
    transform: scale(1.1);
}

@keyframes whatsapp-bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@media (max-width: 767px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 24px;
    }
}

/*--------------------------------------------------
=>> Replicating Homepage Styles from Interior-Craft
--------------------------------------------------*/
/* Slider Overlay & Text */
.theme-main-slider .overlay {
    background-color: rgba(0, 0, 0, 0.65);
}

.theme-slider-content .title-large {
    letter-spacing: 5px;
    font-weight: 800;
}

.divider-sm-left {
    max-width: 60px;
    margin-left: unset;
    margin-right: auto;
    margin-bottom: 1rem;
    background-color: var(--gold);
    height: 3px;
}

/* Theme Info Area Layout 2 */
.theme-main-slider~.container.vrsn-two#theme-info-area {
    margin-top: 0 !important;
}

.container.vrsn-two#theme-info-area .theme-info-area span.info-details,
.container.vrsn-two#theme-info-area .theme-info-area .theme-info-area-title,
.container.vrsn-two#theme-info-area .theme-info-area .theme-info-area-title a {
    color: var(--white);
}

.container.vrsn-two#theme-info-area {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.container.vrsn-two#theme-info-area .theme-info-area {
    border-radius: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid transparent;
}

.container.vrsn-two#theme-info-area .theme-info-area .media {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .container.vrsn-two#theme-info-area .theme-info-area {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container.vrsn-two#theme-info-area .theme-info-area {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container.vrsn-two#theme-info-area .theme-info-area {
        max-width: 1140px !important;
    }
}

@media (max-width: 768px) {
    .container.vrsn-two#theme-info-area .theme-info-area {
        padding-right: 0;
        padding-left: 0;
    }
}

.container.vrsn-two#theme-info-area .theme-info-area i.icon {
    background: var(--white);
    color: var(--black);
    transition: var(--transition);
}

.container.vrsn-two#theme-info-area .theme-info-area .media:hover i.icon {
    background: var(--gold) !important;
    color: var(--white) !important;
}

/* Service Area Layout 2 */
.theme-services .service-content-two {
    position: relative;
    margin: 0 0 3.125rem;
    transition: var(--transition);
    transform: translateY(0);
}

.theme-services .service-content-two:hover {
    transform: translateY(-7px);
}

.theme-services .service-content-thumbnail-two {
    position: relative;
    transition: var(--transition);
    text-align: center;
    margin-right: 1.5rem;
    width: 3.875rem;
    height: 3.875rem;
}

.theme-services .service-content-thumbnail-two,
.theme-services .service-content-thumbnail-two a {
    z-index: 1;
    background: transparent;
    border-radius: 0;
    font-size: 3rem;
    line-height: 1;
    padding: 0;
    position: relative;
    transition: transform 0.3s cubic-bezier(.53, .645, .51, 1.34);
    color: var(--gold);
}

.theme-services .service-content-two:hover .service-content-thumbnail-two {
    color: var(--gold-hover);
    transform: scale(1.1);
}

.service-links-two {
    position: relative;
    padding-top: 0;
    margin-top: -14px;
}

.service-links-two,
.service-links-two a {
    font-size: 0.938rem;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
}

.service-links-two a:hover,
.service-links-two a:focus {
    color: var(--gold) !important;
    padding-left: 5px;
}

/* Testimonial Area Layout 2 */
.theme-testimonial .overlay {
    background-color: rgba(0, 0, 0, 0.75);
}

.theme-testimonial-block.vrsn-two {
    background-color: transparent;
    position: relative;
    font-size: unset;
    transition: var(--transition);
    text-align: left;
    padding: 0;
    margin: 0 0 3.125rem;
    border: none;
}

.theme-testimonial-block.vrsn-two:hover {
    box-shadow: none;
    transform: translateY(0);
}

.theme-testimonial-block.vrsn-two::after {
    display: none;
}

.testimonial-content.vrsn-two {
    position: relative;
    margin: 0 0 1.25rem;
    padding: 3rem 1.25rem 1.15rem;
    background-color: var(--white);
    border: 1px solid var(--white-border);
    transition: var(--transition);
    border-radius: 0px;
}

.testimonial-content.vrsn-two:hover {
    box-shadow: var(--shadow-hover);
    border-color: var(--gold);
}

.testimonial-content.vrsn-two::before {
    position: absolute;
    left: 20px;
    right: 0;
    top: 15px;
    content: "\f10d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 1.5rem;
    line-height: 1.2;
    color: var(--gold);
}

.theme-testimonial-block.vrsn-two .thumbnail {
    margin: 0 1.25rem 0 0;
    width: 5rem;
    height: 5rem;
}

.theme-testimonial-block.vrsn-two .thumbnail img {
    margin: 0.125rem;
    border: 2px solid var(--gold);
}

.theme-testimonial-block.vrsn-two .name,
.theme-testimonial-block.vrsn-two .name a,
.theme-testimonial-block.vrsn-two .position {
    color: var(--white);
}

.theme-testimonial-block.vrsn-two .position {
    color: var(--gold);
    font-weight: 600;
}

.theme-testimonial.vrsn-two .owl-theme .owl-dots .owl-dot.active span {
    border: 2px solid var(--gold);
    background-color: var(--gold);
}