/*
Theme Name: Sawmall
Theme URI: https://expert-themes.com/updated/sawmall/
Author: Expert Themes
Author URI: https://themeforest.net/user/expert-themes
Description: This is Sawmall Digital Agency WordPress Theme.
Version: 1.3
License: copyright commercial
License URI: https://themeforest.net/user/expert-themes
Text Domain: sawmall
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
*/


/* Sawmall - Digital Agency WordPress Theme */

.wp-caption {
	margin-bottom: 2px;
}

.wp-caption-text {
	margin-bottom: 5px;
}

.screen-reader-text {
	margin-bottom: 12px;
}

.gallery-caption {
	margin-bottom: 2px;
}

.bypostauthor {
	margin-bottom: 2px;
}

.alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	max-width: 100%;
	width: unset !important;
}

.alignright {
	float: right !important;
	margin-bottom: 20px;
	margin-left: 20px;
	max-width: 100%;
	width: unset !important;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.col-md-4 .funfact-meta > i {
	right: 27px;
}

.mycustom-pricing {
	background-color: #090909 !important;
}

.on-hover {
	display: none;
	animation: fadeOut 0.5s;
}

.hver:hover .on-hover {
	display: block;
	animation: fadeIn 0.5s;
}

/* ==========================================================================
   YMS COLLECTION PREMIUM REDESIGN (Service Page)
   Optimized for Speed & SEO
   ========================================================================== */

/* ----------------------------------------------------
   1. BANNER REDESIGN (Premium Dark Mode)
   ---------------------------------------------------- */
.page-title {
    padding: 120px 0 !important;
    background-color: #050508 !important; /* Deep dark background */
    position: relative;
    border: none !important;
    overflow: hidden;
}

/* Wavy abstract pattern via CSS gradients (0 kb size) */
.page-title::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: repeating-radial-gradient( circle at 0 0, transparent 0, #050508 20px ), repeating-linear-gradient( #111115, #111115 );
    opacity: 0.5;
    z-index: 1;
}

/* Orange Glow on the right */
.page-title::after {
    content: '';
    position: absolute;
    top: -50%; right: -10%;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(220,110,30,0.15) 0%, rgba(220,110,30,0) 70%);
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
}

.page-title .auto-container {
    position: relative;
    z-index: 3;
}

/* Fix the ugly breadcrumb background */
.page-title .page-breadcrumb {
    background: transparent !important;
    padding: 0 !important;
    margin: 15px auto 0 auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

.page-title .page-breadcrumb li,
.page-title .page-breadcrumb li a {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 15px !important;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-weight: 500;
    transition: color 0.3s ease;
}

.page-title .page-breadcrumb li a:hover {
    color: #d1752b !important;
}

/* Style the Title */
.page-title h2 {
    color: #ffffff !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    text-shadow: 0px 4px 15px rgba(0,0,0,0.5);
    letter-spacing: -0.5px;
}

/* Hide theme's awkward horizontal decorative lines */
.page-title .clearfix::after,
.page-title .clearfix::before,
.page-title h2::after,
.page-title h2::before {
    display: none !important;
}


/* ----------------------------------------------------
   2. SIDEBAR REDESIGN (Sleek & Modern)
   ---------------------------------------------------- */
.sidebar-page-container {
    padding: 80px 0;
    background-color: #fbfbfb; /* Off-white background for depth */
}

/* Clean up widget boxes */
.sidebar-side .widget, 
.sidebar-side .sidebar-widget {
    background: #ffffff;
    border: none !important;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    padding: 30px;
    margin-bottom: 40px;
}

/* Sidebar Menu Links */
.sidebar-side ul {
    list-style: none;
    padding: 0; margin: 0;
}
.sidebar-side ul li {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding: 15px 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 15px;
    background: #fff;
    transition: all 0.3s ease;
}
.sidebar-side ul li:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-color: #c76f25;
}
.sidebar-side ul li a {
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
}
.sidebar-side ul li:hover a,
.sidebar-side ul li.active a,
.sidebar-side ul li.current-menu-item a {
    color: #c76f25;
}

/* Promotion Black Box - Let Your Business Meet The World */
.sidebar-side .widget_text .textwidget,
.sidebar-side .widget:last-child {
    background: linear-gradient(135deg, #222222 0%, #0d0d0d 100%) !important;
    color: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    border: 1px solid #333 !important;
}
.sidebar-side .widget:last-child h3,
.sidebar-side .widget:last-child h4 {
    color: #ffffff !important;
    font-weight: 700;
    margin-bottom: 15px;
}
.sidebar-side .widget:last-child p {
    color: #cccccc;
    line-height: 1.6;
}
.sidebar-side .widget:last-child a {
    color: #c76f25;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* ----------------------------------------------------
   3. CONTENT AREA REDESIGN (SEO & Readability)
   ---------------------------------------------------- */
.content-side .service-single .inner-box {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.04);
    overflow: hidden;
    padding: 50px;
}

/* Hide broken image icon */
.content-side .service-single .image img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
/* If image is broken, hide it gracefully */
.content-side .service-single .image img[alt="Awesome Image"]:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: #f5f5f5;
}

/* Content Typography (SEO Friendly) */
.content-side .service-single .lower-content h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}
.content-side .service-single .lower-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #c76f25;
    border-radius: 2px;
}

.content-side .service-single .text p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.content-side .service-single .text strong {
    color: #222222;
    font-weight: 700;
}


/* ----------------------------------------------------
   4. MOBILE RESPONSIVENESS (Speed & UX)
   ---------------------------------------------------- */
@media only screen and (max-width: 767px) {
    .page-title {
        padding: 80px 0 !important;
    }
    .page-title h2 {
        font-size: 32px !important;
    }
    .content-side .service-single .inner-box {
        padding: 30px 20px;
    }
    .content-side .service-single .lower-content h2 {
        font-size: 28px;
    }
    .sidebar-page-container {
        padding: 40px 0;
    }
}
