/*
CTC Separate Stylesheet
Updated: 2026-06-23
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.5.0.1781756356
*/

/* ============================================================
     ADD 100px MARGIN BETWEEN NAVBAR AND HERO SECTION
     ============================================================ */
.site-header {
    margin-bottom: 100px !important;
}

#mobile-header {
    margin-bottom: 100px !important;
}

/* ============================================================
     RESTORE KADENCE NAVBAR ORIGINAL STYLES
     ============================================================ */
.site-container {
    max-width: var(--global-content-width) !important;
    padding: 0 1.5rem !important;
}

.site-main-header-wrap .site-header-row-container-inner {
    padding: 0 !important;
}

/* ============================================================
     NAVBAR PADDING (Logo & Navigation)
     ============================================================ */
.site-header-main-wrap .site-header-row-container-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.site-header-main-section-left {
    padding-left: 120px !important;
}

.site-header-main-section-right {
    padding-right: 170px !important;
}

#mobile-header .site-header-main-wrap .site-header-row-container-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

#mobile-header .site-header-main-section-left {
    padding-left: 120px !important;
}

#mobile-header .site-header-main-section-right {
    padding-right: 170px !important;
}

/* ============================================================
     SCALE LOGO (Using transform - works reliably)
     ============================================================ */
.site-branding a.brand img.custom-logo {
    transform: scale(1.2) !important;
    transform-origin: left center !important;
    max-width: none !important;
    max-height: none !important;
    margin-top: 20px !important;
}

.site-main-header-inner-wrap {
    min-height: 100px !important;
}

@media (max-width: 768px) {
    .site-branding a.brand img.custom-logo {
        transform: scale(1.1) !important;
        margin-top: 10px !important;
    }
    .site-main-header-inner-wrap {
        min-height: 80px !important;
    }
}

/* ============================================================
     HIDE PAGE TITLE "Test1"
     ============================================================ */
.entry-title,
.page-title {
    display: none !important;
}

.entry-hero .entry-header {
    display: none !important;
}

/* ============================================================
     REDUCE SPACE BETWEEN NAVBAR AND PAGE CONTENT
     ============================================================ */
.content-area {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.entry-content-wrap {
    padding-top: 0 !important;
}

.entry-hero {
    display: none !important;
}

.site-main-header-wrap {
    margin-bottom: 0 !important;
}

/* ============================================================
     HERO SECTION BACKGROUND IMAGE
     ============================================================ */
.pdfcolony-home .hero-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    position: relative;
    overflow: hidden;
    padding-top: 200px !important;
}

.pdfcolony-home .hero-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    opacity: 0.70 !important;
    background-image: url(https://pdfcolony.com/wp-content/uploads/2021/04/bg-0.png) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

.pdfcolony-home .hero-content {
    position: relative;
    z-index: 2 !important;
}

/* ============================================================
     NAV LINK STYLES
     ============================================================ */
.main-navigation .primary-menu-container > ul > li.menu-item > a {
    font-size: 17px !important;
    font-weight: normal !important;
    padding-left: calc(1.2em / 2) !important;
    padding-right: calc(1.2em / 2) !important;
    padding-top: 0.6em !important;
    padding-bottom: 0.6em !important;
    color: var(--global-palette3) !important;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a::after {
    display: none !important;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a:hover {
    color: var(--global-palette-highlight) !important;
}

.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a {
    color: var(--global-palette1) !important;
}

/* ============================================================
     HEADER BUTTON STYLES
     ============================================================ */
.header-button {
    font-size: 18px !important;
    font-weight: 500 !important;
    padding: 20px 36px !important;
    background: var(--global-palette-btn-bg) !important;
    color: var(--global-palette-btn) !important;
    box-shadow: none !important;
    border-radius: 50px !important;
    transform: none !important;
}

.header-button:hover {
    background: var(--global-palette-btn-bg-hover) !important;
    color: var(--global-palette-btn-hover) !important;
    transform: none !important;
    box-shadow: 0px 15px 25px -7px rgba(0,0,0,0.1) !important;
}

/* ============================================================
     MOBILE HEADER LOGO
     ============================================================ */
#mobile-header .site-branding a.brand img {
    max-height: 100% !important;
}
