body {
	margin:0;
	padding:0;
	background: repeat-x top #fff;
}

/* Enhanced Header Scroll Effects - Ultra Dark */
.header.scrolled {
    background: rgba(15, 15, 17, 0.99) !important;
    backdrop-filter: blur(50px) !important;
    -webkit-backdrop-filter: blur(50px) !important;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.85) !important;
    border-bottom: 4px solid #fb8427 !important;
}

.header.scrolled::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 15, 17, 0.95) 0%, rgba(10, 10, 12, 0.98) 100%);
    z-index: -1;
    pointer-events: none;
}

/* WhatsApp Floating Button */
.whatsapp-floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    border-radius: 50px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    animation: whatsapp-pulse 2s infinite;
}

.whatsapp-floating:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
    animation: none;
}

.whatsapp-floating a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-decoration: none;
    color: white;
    font-size: 24px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.whatsapp-floating a:hover {
    color: white;
}

.whatsapp-floating i {
    transition: transform 0.3s ease;
}

.whatsapp-floating:hover i {
    transform: scale(1.1);
}

@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
    }
    50% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5), 0 0 0 10px rgba(37, 211, 102, 0.1);
    }
    100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
    }
}

/* Mobile responsive for WhatsApp button */
@media screen and (max-width: 768px) {
    .whatsapp-floating {
        bottom: 15px;
        right: 15px;
        border-radius: 50px;
    }
    
    .whatsapp-floating a {
        padding: 12px;
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .whatsapp-floating {
        bottom: 10px;
        right: 10px;
    }
    
    .whatsapp-floating a {
        padding: 10px;
        font-size: 18px;
    }
}
a {
	outline:none;
	color:#dddddd;
	text-decoration:none;
}
/**************************************************
=-*=-*=-*=-*=-*=-*= Single Post =-*=-*=-*=-*=-*=-*=
**************************************************/
.single-post01 .post-image img,
.single-post01 .post-navigation,
.single-post01 .comment-list img,
.sidebar .widget,
.sidebar .widget-tweeter small,
.sidebar .widget-twitter small,
#loader-wrapper,
.post-image img,
.single-post01 .post-item-description .post-meta,
.sidebar .form-inline .input-group,
.sidebar .post-thumbnail-entry,
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed,
#blog .post-item.border > .post-item-wrap > .post-item-description,
#blog img,#blog audio,#blog iframe{
	width: 100%;
	border: none
}
.single-post01 .post-image img {
	height: auto;
}
.single-post01 .post-item-description {
	font-size: 16px;
	padding: 22px 0;
	line-height: 28px;
}
.single-post01 .post-item-description h2,
.single-post01 .post-item-description h2 > a {
	font-size: 34px;
	margin-top: 8px;
	line-height: 38px;
	margin-bottom: 12px;
}
.single-post01 .post-item-description .post-meta {
	padding: 12px 0;
	margin-bottom: 26px;
}
.single-post01 .post-item-description .post-meta-date,
.single-post01 .post-item-description .post-meta-date a,
.single-post01 .post-item-description .post-meta-category,
.single-post01 .post-item-description .post-meta-category a,
.single-post01 .post-item-description .post-meta-comments,
.single-post01 .post-item-description .post-meta-comments a,
.single-post01 .post-meta-share a,
.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev,
.sidebar .post-thumbnail-list a,
.sidebar .tags a,
.load-more a,
#blog .post-item.border .post-image .post-meta-category a,
#blog .post-item .post-item-description > h2,
#blog .post-item .post-item-description > h2 > a,
.breadcrumb ol li a, .breadcrumb ul li a,
.sidebar .widget-categories ul li a, .post-meta-category a{
	text-decoration: none; color: #ddd;
}
a.item-link{margin-top: 10px; display: inline-block}
.single-post01 .post-item-description .post-meta-date,
.single-post01 .post-item-description .post-meta-date a,
.single-post01 .post-item-description .post-meta-category,
.single-post01 .post-item-description .post-meta-category a,
.single-post01 .post-item-description .post-meta-comments,
.single-post01 .post-item-description .post-meta-comments a,
.single-post01 .post-tags a{
	font-size: 13px;
	margin-right: 16px;
}
.single-post01 .post-item-description .post-meta-category i,
.single-post01 .post-item-description .post-meta-comments i,
.single-post01 .post-item-description .post-meta-date i {
	margin-right: 4px;
}
.single-post01 .post-meta-share a{
	line-height: 16px;
}
.single-post01 .post-meta-share a i{
	font-size: 30px;
}
.single-post01 .post-item-description .blockquote {
	font-size: 16px;
    margin: 0 0 20px 72px;
    padding: 10px 20px;
    font-style: italic;
}
.single-post01 .post-item-description .blockquote .small,
.single-post01 .post-item-description .blockquote small {
	font-size: 100%;
}
.single-post01 .post-tags {
	margin-bottom: 40px;
}
.single-post01 .post-tags a {
	font-size: 12px;
	padding: 3px 10px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.single-post01 .post-navigation,
.sidebar .post-thumbnail-list,
#loader,
#blog .post-item .post-meta-category,
#blog .post-item .post-meta-comments,
#blog .post-item .post-meta-date,
#blog .post-item.border .post-image,
.breadcrumb ol li, .breadcrumb ul li,
.sidebar .widget-categories ul li,
.single-post01 .comments .comment .text {
	position: relative;
}
.single-post01 .post-navigation,
.sidebar .tags a {
	display: inline-block;
	font-size: 14px;
    line-height: 20px;
}
.single-post01 .post-navigation {
	min-height: 64px;
	padding: 20px 0 0;
	vertical-align: top;
}
.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev,
.post-navigation .post-prev:before,
.post-navigation .post-all,
#loader:before,
#loader:after,
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed,
#blog .post-item.border .post-meta-category,
.sidebar .widget-categories ul li:before,
.player,
.sidebar .widget-tweeter:not([data-avatar="true"]) li::before,
.sidebar .widget-twitter:not([data-avatar="true"]) li::before,
.post-navigation .post-next:after{
	position: absolute;
}
.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev {
	height: 44px;
	max-width: 40%;
	font-size: 16px;
}
.post-navigation .post-prev:before,
.post-navigation .post-next:after{
	left: 0;
	top: 12px;
	font-size: 14px;
	padding-top: 2px;
	content: "\f053";
	font-family: 'FontAwesome';
	transition: all .3s ease;
	transform: translate3d(0,-50%,0);
}
.post-navigation .post-next:after {
	right: 0;
	left: inherit;
	content: "\f054";
	font-family: 'FontAwesome';
}
.post-navigation .post-prev-title {
	padding-left: 25px;
}
.post-navigation .post-next span,
.post-navigation .post-prev span {
	opacity: 0.7;
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: -6px;
	text-transform: uppercase;
}
.post-navigation .post-all {
	top: 32px;
	right: 50%;
	left: auto;
	width: 12px;
	opacity: .7;
	font-size: 24px;
	text-align: center;
}
.single-post01 .post-navigation .post-next {
	right: 0;
	text-align: right;
}
.post-navigation .post-next-title {
	padding-right: 25px;
}
.single-post01 .comments {
	padding: 40px 0;
}
.single-post01 .comments .comment {
	padding: 10px 0;
}
.single-post01 .comments .comment_number {
	font-size: 20px;
	margin: 0 0 30px;
	font-weight: 500;
}
.single-post01 .comments .comment .image,
.sidebar .post-thumbnail-entry > img,
.sidebar .post-thumbnail-entry,
.single-post01 .post-item-description .post-meta,
.sidebar .widget{
	float: left;
}
.single-post01 .comments .comment .image {
	width: 64px;
	height: 64px;
}
.single-post01 .comment-list img {
	height: auto;
	border-radius:100%;
}
.single-post01 .comments .comment .text {
	min-height: 80px;
	padding: 0 0 0 86px;
}
.single-post01 .comments .comment .text .name {
	font-size: 24px;
}
.single-post01 .comments .comment .comment_date {
	font-size: 14px;
}
.single-post01 .comments .comment .text .comment-reply-link {
	opacity: 0.7;
	font-size: 12px;
	padding: 0 0 0 5px;
	text-transform: uppercase;
}
.single-post01 .text_holder{
	line-height: 24px;
}
.single-post01 .comment .comment {
	margin-left: 90px;
}
.respond-form {
	padding-top: 40px;
}
.respond-comment {
	font-size: 20px;
	margin: 0 0 30px;
	font-weight: 500;
}
.single-post01 .form-group label:not(.error) {
	font-size: 16px;
	margin-bottom: 4px;
	letter-spacing: .04em;
	text-transform: uppercase;
	font-weight: 500;
}
.single-post01 .form-gray-fields .form-control {
	border-color: transparent;
}
.single-post01 .form-gray-fields .form-control:focus{
	outline: 0;
}
.single-post01 .form-control{
	box-shadow: none;
	line-height: 20px;
	padding:10px 16px;
	border-radius: 5px;
	font-size: 14px;
	transition: all .3s ease;
}
.form-gray-fields .btn{
	font-size: 14px;
	padding:13px 22px 10px;
	text-transform: uppercase;
}
.sidebar {
	font-size: 12px;
}
.sidebar .widget {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.widget-newsletter .form-control{
	font-size: 14px;
	box-shadow: none;
	line-height: 18px;
	padding: 10px 16px;
	height: auto;
	background: var(--e-global-color-very-dark-mostly-black-blue);
    border: 1px solid var(--e-global-color-very-dark-grayish-blue);
}
.widget-newsletter .btn {
	font-weight: 600;
	height: 40px;
	padding: 8px 16px;
}
.widget-newsletter .btn{
	border-radius: 0 5px 5px 0;
}
.sidebar .nav-tabs {
	margin-bottom: 30px;
}
.sidebar .nav-tabs .nav-item {
	margin-bottom: -2px;
}
.tabs .nav-tabs .nav-link {
	border: 0;
	padding: 14px 24px;
	transition: .3s ease;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.sidebar .widget .tabs li > a {
	padding: 10px;
	font-size: 14px;
}
.sidebar .post-thumbnail-entry > img {
	height: 60px;
	width: 80px;
	margin-right: 16px;
	border-radius: 2px;
}
.sidebar .post-thumbnail-entry {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.sidebar .post-thumbnail-entry:last-child,
.sidebar .widget-categories ul li:last-child{
	margin: 0;
	padding-bottom:0;
	border-bottom: none;
}
.sidebar .post-thumbnail-entry > img {
	height: 48px;
	width: 64px;
	margin-right: 10px;
}
.sidebar .post-thumbnail-entry img + .post-thumbnail-content {
	padding-left: 72px;
}
.sidebar .post-thumbnail-list a {
	margin: -4px 0 0;
}
.sidebar .post-thumbnail-entry .post-category i,
.sidebar .post-thumbnail-entry .post-date i {
	margin-right: 2px;
}
.sidebar .post-thumbnail-entry .post-category,
.sidebar .post-thumbnail-entry .post-date {
	font-size: 10px;
}
.sidebar .widget-title,
.sidebar > h4 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 500;
}
.sidebar .widget-tweeter ul,
.sidebar .widget-twitter ul,
.sidebar .widget-categories ul{
	list-style: none;
}

.sidebar .widget-tweeter ul,
.sidebar .widget-twitter ul {
	margin-bottom: 0;
	padding-left: 22px;
}
.sidebar .widget-tweeter li,
.sidebar .widget-twitter li {
	font-size: 14px;
	margin-bottom: 18px;
	color: var(--e-global-color-white);
}
.sidebar .widget-tweeter:not([data-avatar="true"]) li::before,
.sidebar .widget-twitter:not([data-avatar="true"]) li::before {
	content: "\f099";
	margin-left: -22px;
	font-family: 'Font Awesome 5 Brands';
}
.sidebar .tags a {
	padding: 5px 14px;
	border-radius: 50px;
	margin: 0 2px 5px 0;
}
.sidebar .widget-categories ul{
	padding:0;
}
.sidebar .widget-categories ul li{
	margin-bottom: 10px;
	padding:0 0 10px 28px;
}
.sidebar .widget-categories ul li:before{
	position: absolute ; content: "";
	left:0;
	top: 12px;
	font-size: 20px;
	padding-top: 2px;
	background: url("../images/icon-folder.png"); width: 16px; height: 14px;
	transition: all .3s ease;
	transform: translate3d(0,-50%,0);
}
.sidebar .cat-count-span{
	float: right;
}

/* Blog Page */

.blogpage-section {
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}
.blogpage-section .blog_content {
    text-align: center;
}
.blogpage-section .blog_content h2 {
    margin-bottom: 46px;
}
.blogpage-section .blog-box{
    position: relative;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    transition: all 0.3s ease-in-out;
    margin-bottom: 32px;
}
.blogpage-section .blog-box .lower-portion{
    padding: 26px 30px 20px;
	border-bottom: 1px solid var(--e-global-color-very-dark-grayish-blue);
}
.blogpage-section .blog-box .lower-portion i{
    font-size: 18px;
    color: var(--e-global-color-accent);
    margin-right: 8px;
    margin-bottom: 28px;
}
.blogpage-section .blog-box .lower-portion span{
    font-family: 'Montserrat', sans-serif;
	color: var(--e-global-color-white);
}
.blogpage-section .blog-box .lower-portion .text-mr{
    margin-right: 20px;
}
.blogpage-section .blog-box .lower-portion h5{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
	color: var(--e-global-color-white);
    position: relative;
    letter-spacing: 0;
    word-spacing: 0;
}
.blogpage-section .blog-box .button-portion {
	position: relative;
	padding: 16px 0 16px 30px;
}
.blogpage-section .blog-box .button-portion .date{
	display: inline-block;
	width: 50.5%;
}
.blogpage-section .blog-box .button-portion .button{
	display: inline-block;
	text-align: right;
	width: 48%;
}
.blogpage-section .blog-box .button-portion span {
    font-family: 'Montserrat', sans-serif;
    color: var(--e-global-color-white);
}
.blogpage-section .blog-box .button-portion .calendar-ml {
    font-size: 22px;
    color: var(--e-global-color-accent);
    margin-right: 5px;
    margin-bottom: 28px;
}
.blogpage-section .blog-box .button-portion .read_more {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    border-radius: 30px 0 0 30px;
    padding: 14px 24px 14px 26px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
	border: none;
    overflow: visible;
    outline: none;
}
.blogpage-section .blog-box .button-portion .read_more:hover {
    background: var(--e-global-color-very-dark-grayish-blue);
}


/* Single Blog Page */


.singleblog-section .main-box{
    border-radius: 10px;
    position: relative;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    transition: all 0.3s ease-in-out;
    padding: 10px 15px 40px 10px;
    width: 104%;
    margin-left: -45px;
}
.singleblog-section .main-box .singleblog-image1{
    margin-bottom: 30px;
}
.singleblog-section .main-box .image1 img{
    border-radius: 10px;
}
.singleblog-section .main-box .content1{
    margin-left: 10px;
}
.singleblog-section .main-box h4{
    font-family: 'PT Serif', serif;
}
.singleblog-section .main-box .content1 h4{
	color: var(--e-global-color-white);
    margin-bottom: 18px;
}
.singleblog-section .main-box .content1 i{
    font-size: 14px;
    color: var(--e-global-color-accent);
    margin-right: 4px;
    margin-bottom: 32px;
}
.singleblog-section .main-box .content1 .calendar{
    font-size: 16px;
}
.singleblog-section .main-box .content1 span{
    font-family: 'Montserrat', sans-serif;
	color: var(--e-global-color-white);
}
.singleblog-section .main-box .content1 .text-mr{
    margin-right: 10px;
}
.singleblog-section .main-box .content1 > p:not(.post-content p) {
    font-weight: 600;
    margin-bottom: 35px;
}

/* Better spacing for meta information */
.singleblog-section .main-box .content1 .meta-info {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* WordPress Content Styling for Single Blog Posts - Enhanced Readability */
.singleblog-section .main-box .content1 .post-content {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.75;
    font-size: 15px;
    font-weight: 400;
    margin-top: 30px;
    position: relative;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    letter-spacing: 0.2px;
}

/* First paragraph enhancement - More readable */
.singleblog-section .main-box .content1 .post-content > p:first-of-type {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.98);
    margin-bottom: 30px;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.3px;
}

/* Remove drop cap for better readability */
.singleblog-section .main-box .content1 .post-content > p:first-of-type::first-letter {
    font-size: inherit;
    line-height: inherit;
    float: none;
    margin: 0;
    color: inherit;
    font-weight: inherit;
}

.singleblog-section .main-box .content1 .post-content p {
    margin-bottom: 28px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.3px;
    word-spacing: 0.5px;
}

.singleblog-section .main-box .content1 .post-content h1,
.singleblog-section .main-box .content1 .post-content h2,
.singleblog-section .main-box .content1 .post-content h3,
.singleblog-section .main-box .content1 .post-content h4,
.singleblog-section .main-box .content1 .post-content h5,
.singleblog-section .main-box .content1 .post-content h6 {
    color: rgba(255, 255, 255, 0.98);
    margin: 35px 0 20px 0;
    font-weight: 600;
    line-height: 1.4;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.02em;
}

.singleblog-section .main-box .content1 .post-content h1 { font-size: 1.8rem; }
.singleblog-section .main-box .content1 .post-content h2 { font-size: 1.5rem; }
.singleblog-section .main-box .content1 .post-content h3 { font-size: 1.3rem; }
.singleblog-section .main-box .content1 .post-content h4 { font-size: 1.1rem; }
.singleblog-section .main-box .content1 .post-content h5 { font-size: 1rem; }
.singleblog-section .main-box .content1 .post-content h6 { font-size: 0.9rem; }

.singleblog-section .main-box .content1 .post-content ul,
.singleblog-section .main-box .content1 .post-content ol {
    margin: 20px 0;
    padding-left: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.singleblog-section .main-box .content1 .post-content li {
    margin-bottom: 10px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

.singleblog-section .main-box .content1 .post-content ul li {
    position: relative;
}

.singleblog-section .main-box .content1 .post-content ul li::marker {
    color: var(--e-global-color-accent);
}

.singleblog-section .main-box .content1 .post-content blockquote {
    background: var(--e-global-color-secondary);
    border-left: 4px solid var(--e-global-color-accent);
    margin: 30px 0;
    padding: 20px 30px;
    border-radius: 0 10px 10px 0;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
}

.singleblog-section .main-box .content1 .post-content blockquote p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.6;
}

.singleblog-section .main-box .content1 .post-content a {
    color: var(--e-global-color-accent);
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.singleblog-section .main-box .content1 .post-content a:hover {
    color: var(--e-global-color-white);
    border-bottom-color: var(--e-global-color-accent);
}

.singleblog-section .main-box .content1 .post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 25px 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.singleblog-section .main-box .content1 .post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    border-radius: 10px;
    overflow: hidden;
}

.singleblog-section .main-box .content1 .post-content th,
.singleblog-section .main-box .content1 .post-content td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid var(--e-global-color-very-dark-grayish-blue);
    color: var(--e-global-color-white);
}

.singleblog-section .main-box .content1 .post-content th {
    background: var(--e-global-color-accent);
    font-weight: 600;
    color: var(--e-global-color-white);
}

.singleblog-section .main-box .content1 .post-content code {
    background: var(--e-global-color-very-dark-mostly-black-blue);
    color: var(--e-global-color-accent);
    padding: 3px 8px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
}

.singleblog-section .main-box .content1 .post-content pre {
    background: var(--e-global-color-very-dark-mostly-black-blue);
    color: var(--e-global-color-white);
    padding: 20px;
    border-radius: 10px;
    overflow-x: auto;
    margin: 25px 0;
    border: 1px solid var(--e-global-color-very-dark-grayish-blue);
}

.singleblog-section .main-box .content1 .post-content pre code {
    background: transparent;
    color: inherit;
    padding: 0;
    border-radius: 0;
}

/* Responsive adjustments for content */
@media screen and (max-width: 768px) {
    .singleblog-section .main-box .content1 .post-content {
        font-size: 15px;
        margin-top: 25px;
    }
    
    .singleblog-section .main-box .content1 .post-content p {
        margin-bottom: 20px;
        font-size: 15px;
    }
    
    .singleblog-section .main-box .content1 .post-content h1 { font-size: 1.9rem; }
    .singleblog-section .main-box .content1 .post-content h2 { font-size: 1.6rem; }
    .singleblog-section .main-box .content1 .post-content h3 { font-size: 1.4rem; }
    .singleblog-section .main-box .content1 .post-content h4 { font-size: 1.2rem; }
    
    .singleblog-section .main-box .content1 .post-content ul,
    .singleblog-section .main-box .content1 .post-content ol {
        padding-left: 25px;
    }
    
    .singleblog-section .main-box .content1 .post-content blockquote {
        margin: 20px 0;
        padding: 15px 20px;
    }
}

@media screen and (max-width: 480px) {
    .singleblog-section .main-box .content1 .post-content {
        font-size: 14px;
        margin-top: 20px;
    }
    
    .singleblog-section .main-box .content1 .post-content p {
        margin-bottom: 18px;
        font-size: 14px;
    }
    
    .singleblog-section .main-box .content1 .post-content h1 { font-size: 1.7rem; }
    .singleblog-section .main-box .content1 .post-content h2 { font-size: 1.4rem; }
    .singleblog-section .main-box .content1 .post-content h3 { font-size: 1.2rem; }
    .singleblog-section .main-box .content1 .post-content h4 { font-size: 1.1rem; }
    
    .singleblog-section .main-box .content1 .post-content ul,
    .singleblog-section .main-box .content1 .post-content ol {
        padding-left: 20px;
    }
    
    .singleblog-section .main-box .content1 .post-content blockquote {
        margin: 15px 0;
        padding: 12px 15px;
    }
    
    .singleblog-section .main-box .content1 .post-content blockquote p {
        font-size: 16px;
    }
}

/* Social Share Section Styling */
.social-share-section {
    margin-top: 50px;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.social-share-section h4 {
    color: var(--e-global-color-white);
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 25px;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.02em;
}

.social-share-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.social-share-btn {
    display: flex !important;
    gap: 12px !important;
    flex-direction: row-reverse;
    padding: 14px 20px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Inter', sans-serif !important;
    transition: all 0.2s ease !important;
    background: rgba(40, 40, 40, 0.95) !important;
    color: rgba(255, 255, 255, 0.85) !important;
    position: relative !important;
    flex: 1 !important;
    justify-content: flex-start !important;
    min-width: 160px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    line-height: 1 !important;
}

.social-share-btn i {
    font-size: 15px !important;
    width: 15px !important;
    height: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.2s ease !important;
    margin-right: 2px !important;
}

.social-share-btn span {
    flex: 1 !important;
    text-align: left !important;
    font-size: 14px !important;
    letter-spacing: 0.2px !important;
}

.social-share-btn:hover {
    background: rgba(50, 50, 50, 0.95);
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.15);
}

.social-share-btn:hover i {
    transform: scale(1.1);
}

/* Platform icon colors */
.social-share-btn.facebook i { color: #1877f2 !important; }
.social-share-btn.twitter i { color: #1da1f2 !important; }
.social-share-btn.linkedin i { color: #0077b5 !important; }
.social-share-btn.whatsapp i { color: #25d366 !important; }
.social-share-btn.copy-link i { color: var(--e-global-color-accent) !important; }

/* Platform specific adjustments */
.social-share-btn.facebook i { margin-left: -2px !important; }
.social-share-btn.whatsapp i { font-size: 17px !important; }
.social-share-btn.copy-link i { font-size: 14px !important; }

/* Responsive design for social buttons */
@media screen and (max-width: 768px) {
    .social-share-section h4 {
        font-size: 1.3rem !important;
        margin-bottom: 20px !important;
    }

    .social-share-buttons {
        gap: 8px !important;
        padding: 0 15px !important;
    }
    
    .social-share-btn {
        padding: 12px 16px !important;
        min-width: 130px !important;
    }
}

@media screen and (max-width: 480px) {
    .social-share-section {
        margin-top: 35px !important;
        padding: 20px 0 !important;
    }
    
    .social-share-section h4 {
        font-size: 1.2rem !important;
        margin-bottom: 15px !important;
    }
    
    .social-share-buttons {
        gap: 8px !important;
    }
    
    .social-share-btn {
        min-width: calc(50% - 4px) !important;
        padding: 12px !important;
        justify-content: center !important;
    }
    
    .social-share-btn i {
        margin-right: 0 !important;
        font-size: 16px !important;
    }
    
    .social-share-btn span {
        display: none !important;
    }
}

/* General WordPress Content Improvements */
.singleblog-section .main-box .content1 > p,
.singleblog-section .main-box .content1 > h1,
.singleblog-section .main-box .content1 > h2,
.singleblog-section .main-box .content1 > h3,
.singleblog-section .main-box .content1 > h4,
.singleblog-section .main-box .content1 > h5,
.singleblog-section .main-box .content1 > h6,
.singleblog-section .main-box .content1 > ul,
.singleblog-section .main-box .content1 > ol,
.singleblog-section .main-box .content1 > blockquote {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 400;
}

.singleblog-section .main-box .content1 > h1,
.singleblog-section .main-box .content1 > h2,
.singleblog-section .main-box .content1 > h3,
.singleblog-section .main-box .content1 > h4,
.singleblog-section .main-box .content1 > h5,
.singleblog-section .main-box .content1 > h6 {
    color: var(--e-global-color-white);
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.singleblog-section .main-box .content1 > a {
    color: var(--e-global-color-accent);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.singleblog-section .main-box .content1 > a:hover {
    color: var(--e-global-color-white);
    border-bottom-color: var(--e-global-color-accent);
}

.singleblog-section .main-box .content2{
    background: var(--e-global-color-secondary);
    padding: 20px 32px 32px;
    border-radius: 10px;
    margin-bottom: 34px;
}
.singleblog-section .main-box .content2 .singleblog-quoteimage{
    margin-bottom: 22px;
}
.singleblog-section .main-box .content2 p{
    font-style: italic;
}
.singleblog-section .main-box .text{
    font-weight: 600;
    margin-bottom: 35px;
    margin-left: 15px;
}
.singleblog-section .main-box .singleblog-image2{
    margin-bottom: 30px;
}
.singleblog-section .content4{
    padding: 0 14px;
    margin-bottom: 115px;
}
.singleblog-section .content4 h5{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px;
	color: var(--e-global-color-white);
}
.singleblog-section .content4 .tag li {
    display: contents;
}
.singleblog-section .content4 .tag .button{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    background: var(--e-global-color-accent);
    color: #ffffff;
    border-radius: 8px;
    padding: 10px 18px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-right: 4px;
}
.singleblog-section .content4 .tag .button2{
    padding: 10px 24px;
}
.singleblog-section .content4 .tag li:last-child {
    margin-right: 0;
}
.singleblog-section .content4 .tag .button:hover{
    background: var(--e-global-color-very-dark-grayish-blue);
}
.singleblog-section .content4 .icon{
    position: relative;
}
.singleblog-section .content4 .icon h5{
    float: right;
}
.singleblog-section .content4 .icon .social-icons{
    top: 46px;
    right: -8px;
}
.singleblog-section .content4 .icon .social-icons ul li {
    margin: 0 8px;
    display: inline-block;
}
.singleblog-section .content4 .icon .social-icons ul li:first-child {
    margin-left: 0;
}
.singleblog-section .content4 .icon .social-icons ul li:last-child {
    margin-right: 0;
}
.singleblog-section .content4 .middle-portion a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.6px;
    word-spacing: 0.2px;
}
.singleblog-section .content4 .icon .social-icons ul li .social-networks {
    font-size: 16px;
    color: var(--e-global-color-white);
    border-radius: 100px;
    border: 1px solid var(--e-global-color-white);
    text-align: center;
    transition: all ease-in-out 0.3s;
    width: 35px;
    height: 35px;
    line-height: 35px;
    transition: all 0.3s ease-in-out;
}
.singleblog-section .content4 .icon .social-icons ul li .social-networks:hover {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-accent);
    transform: translateY(-5px);
}
.singleblog-section .content5{
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}
.singleblog-section .content5 .singleblog-review1{
    position: absolute;
    left: 0;
    right: 0;
    top: -62px;
    transition: all 0.3s ease-in-out;
}
.singleblog-section .content5 .singleblog-review1:hover{
    transform: translateY(-5px);
}
.singleblog-section .content5 .singleblog-review1 img{
    border-radius: 100px;
}
.singleblog-section .content5 .content{
    padding: 82px 65px 20px;
    background: var(--e-global-color-black);
    border-radius: 10px;
}
.singleblog-section .content5 .content h4{
    margin-bottom: 4px;
	color: var(--e-global-color-white);
}
.singleblog-section .content5 .content span{
    font-family: 'Montserrat', sans-serif;
    display: block;
	color: var(--e-global-color-white);
    margin-bottom: 14px;
}
.singleblog-section .content6{
    padding: 0 15px;
    margin-bottom: 58px;
}
.singleblog-section .content6:after{
    content: "";
    border-bottom: 1px solid var(--e-global-color-very-dark-grayish-blue);
    position: absolute;
    width: 92%;
    height: 6px;
    left: 26px;
}
.singleblog-section .content6 h4{
    margin-bottom: 34px;
	color: var(--e-global-color-white);
}
.singleblog-section .content6 h4:after{
    content: "";
    border-bottom: 1px solid var(--e-global-color-accent);
    position: absolute;
    width: 23%;
    height: 45px;
    left: 23px;
}
.singleblog-section .content6 .comment{
    display: flex;
    margin: 0 0 24px 6px;
}
.singleblog-section .content6 .comment .image img{
    border-radius: 100px;
}
.singleblog-section .content6 .comment .content{
    padding: 13px 0 0 19px
}
.singleblog-section .content6 .comment h5{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 2px;
	color: var(--e-global-color-white);
}
.singleblog-section .content6 .comment span{
    margin-bottom: -38px;
    display: block;
    font-family: 'Montserrat', sans-serif;
	color: var(--e-global-color-accent);
}
.singleblog-section .content6 .comment .reply{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    background: var(--e-global-color-accent);
    color: #ffffff;
    border-radius: 8px;
    padding: 12px 28px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    float: right;
    right: -18px;
    top: -28px;
}
.singleblog-section .content6 .comment .reply:hover{
    background: var(--e-global-color-very-dark-grayish-blue);
}
.singleblog-section .content6 .comment .text_holder p{
    display: inline-block;
    line-height: 24px;
    margin: 0 40px 12px 0;
    word-spacing: 1.6px;
}
.singleblog-section .content7{
    padding: 0 15px;
}
.singleblog-section .content7 h4{
    color: var(--e-global-color-secondary);
    margin-bottom: 28px;
}
.singleblog-section .content7 textarea {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
	color: var(--e-global-color-text);
    background: var(--e-global-color-very-dark-mostly-black-blue);
    border: 1px solid var(--e-global-color-very-dark-grayish-blue);
    border-radius: 8px;
    padding: 18px 30px 20px;
    width: 100%;
    height: 184px;
    margin-bottom: 15px;
    resize: none;
    outline: none;
    overflow: auto;
}
.singleblog-section .content7 input {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
	color: var(--e-global-color-text);
    background: var(--e-global-color-very-dark-mostly-black-blue);
    border: 1px solid var(--e-global-color-very-dark-grayish-blue);
    border-radius: 8px;
    padding: 14px 30px;
    margin-bottom: 16px;
    width: 100%;
    overflow: visible;
    outline: none;
}
.singleblog-section .content7 .text-mb {
    margin-bottom: 26px;
}
.singleblog-section .content7 .post_comment {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding: 25px 38px;
    border-radius: 8px;
    color: #ffffff;
    background-color: var(--e-global-color-accent);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: block;
    text-align: center;
    outline: none;
    border-style: none;
}
.singleblog-section .content7 .post_comment:hover{
    background: var(--e-global-color-very-dark-grayish-blue);
    color: #ffffff
}
.singleblog-section .column{
    margin-left: -20px;
}
.singleblog-section .box1{
    border-radius: 10px;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    padding: 34px 30px;
    margin-bottom: 43px;
    width: 110%;
}
.singleblog-section .box1 h5{
    text-align: center;
    margin-bottom: 42px;
	color: var(--e-global-color-white);
}
.singleblog-section .box1 h5:after{
    content: "";
	border-bottom: 1px solid var(--e-global-color-accent);
    position: absolute;
    width: 84%;
    height: 43px;
    left: 46px;
}
.singleblog-section .box1 input{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--e-global-color-text);
    font-family: 'Montserrat', sans-serif;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    border: 1px solid var(--e-global-color-very-dark-grayish-blue);
    border-radius: 8px;
    padding: 0 18px;
    width: 100%;
    height: 58px;
    overflow: visible;
    outline: none;
}
.singleblog-section .box1 .search{
    position: absolute;
    font-size: 18px;
    right: 6px;
    top: 1px;
    width: 60px;
    height: 56px;
	border: 1px solid transparent;
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    border-radius: 8px;
    outline: none;
    box-shadow: none;
	transition: all 0.3s ease-in-out;
}
.singleblog-section .box1 .search:hover{
    color: var(--e-global-color-accent);
    background: transparent;
	border: 1px solid var(--e-global-color-accent);
}
.singleblog-section .box2{
    text-align: center;
}
.singleblog-section .box2 h5{
    margin-bottom: 38px;
}
.singleblog-section .box2 h5:after{
    content: "";
    border-bottom: 1px solid var(--e-global-color-accent);
    position: absolute;
    width: 84%;
    height: 45px;
    left: 46px;
}
.singleblog-section .box2 ul li{
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 28px;
    color: var(--e-global-color-white);
}
.singleblog-section .box2 ul li:hover{
    color: var(--e-global-color-accent);
}
.singleblog-section .box3{
    text-align: center;
    padding: 30px 30px 60px;
}
.singleblog-section .box3 h5{
    margin-bottom: 43px;
}
.singleblog-section .box3 h5:after{
    content: "";
    border-bottom: 1px solid var(--e-global-color-accent);
    position: absolute;
    width: 84%;
    height: 45px;
    left: 46px;
}
.singleblog-section .box3 .social-icons ul li {
    margin: 0 10px;
    display: inline-block;
}
.singleblog-section .box3 .social-icons ul li:first-child {
    margin-left: 0;
}
.singleblog-section .box3 .social-icons ul li:last-child {
    margin-right: 0;
}
.singleblog-section .box3 .social-icons ul li .social-networks {
    font-size: 20px;
    color: var(--e-global-color-white);
    background: transparent;
    border-radius: 100px;
    border: 1px solid var(--e-global-color-white);
    text-align: center;
    transition: all ease-in-out 0.3s;
    width: 45px;
    height: 45px;
    line-height: 45px;
    transition: all 0.3s ease-in-out;
}
.singleblog-section .box3 .social-icons ul li .social-networks:hover {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-accent);
    transform: translateY(-5px);
}
.singleblog-section .box4 h5{
    margin-bottom: 36px;
}
.singleblog-section .box4 h5:after{
    content: "";
    border-bottom: 1px solid var(--e-global-color-accent);
    position: absolute;
    width: 84%;
    height: 45px;
    left: 46px;
}
.singleblog-section .box4 .tag li{
    margin-right: 8px;
    display: contents;
}
.singleblog-section .box4 .tag .button{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    background: var(--e-global-color-accent);
    color: #ffffff;
    border-radius: 8px;
    padding: 15px 18px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-bottom: 4px;
    letter-spacing: 0.6px;
}
.singleblog-section .box4 .tag .button2{
    padding: 15px 24px;
}
.singleblog-section .box4 .tag .button:hover{
    background: var(--e-global-color-very-dark-grayish-blue);
    color: #ffffff;
}
.singleblog-section .box5{
    margin-bottom: 0 !important;
}
.singleblog-section .box5 h5{
    margin-bottom: 42px;
}
.singleblog-section .box5 h5:after{
    content: "";
    border-bottom: 1px solid var(--e-global-color-accent);
    position: absolute;
    width: 84%;
    height: 45px;
    left: 46px;
}
.singleblog-section .box5 .feed{
    display: flex;
    margin-bottom: 70px;
}
.singleblog-section .box5 .feed:after{
    content: "";
    border-bottom: 1px solid var(--e-global-color-very-dark-grayish-blue);
    position: absolute;
    width: 84%;
    height: 125px;
    left: 46px;
}
.singleblog-section .box5 .feed4{
    margin-bottom: 0 !important;
}
.singleblog-section .box5 .feed4:after{
    border-bottom: none;
}
.singleblog-section .box5 .feed .feed-image{
    width: 34%;
}
.singleblog-section .box5 .feed .feed-image img{
    border-radius: 10px;
}
.singleblog-section .box5 .feed a{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'PT Serif', serif;
    color: var(--e-global-color-white);
    text-decoration: none;
    width: 66%;
    padding: 8px 0 0 16px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}
.singleblog-section .box5 .feed a:hover{
    color: var(--e-global-color-accent);
}

/* BLOG PAGES */

.blog-posts .blogpost-box .lower-portion {
	background: var(--e-global-color-very-dark-mostly-black-blue);
}
.blog-posts .infinite-blog .button-portion{
    background: var(--e-global-color-very-dark-mostly-black-blue);
}
.blogpage-section .onecolumn-blog .button-portion .date {
    width: 51.5%;
}
.blogpage-section .twocolumn-blog .button-portion .button {
    width: 48.5%;
}
.blogpage-section .twocolumn-blog .lower-portion {
    padding: 26px 30px 30px;
}
.sub-banner .banner-section .blogbanner_content {
    padding: 150px 60px 122px 185px;
}
.blogpage-section .threecolumn-blog .lower-portion {
    padding: 26px 18px 20px;
}
.blogpage-section .threecolumn-blog .button-portion {
    padding: 16px 0 16px 18px;
}
.blogpage-section .threecolumn-blog .button-portion .date {
    width: 48.5%;
}
.blogpage-section .threecolumn-blog .button-portion .button {
    width: 49%;
}
.blogpage-section .threecolumn-blog .button-portion .read_more{
	padding: 10px 16px 10px 20px;
}
.blogpage-section .threecolumn-blog .lower-portion .text-mr {
    margin-right: 90px;
}
.blogpage-section .threecolumn-blog .lower-portion i {
    margin-bottom: 20px;
}
.blogpage-section .threecolumn-blog .button-portion .calendar-ml {
    margin-left: 0;
}
.blogpage-section .fourcolumn-blog .lower-portion {
    padding: 26px 20px 20px;
}
.blogpage-section .fourcolumn-blog .button-portion {
    padding: 16px 0 16px 20px;
}
.blogpage-section .fourcolumn-blog .button-portion .date {
    width: 100%;
}
.blogpage-section .fourcolumn-blog .button-portion .button {
    width: 100%;
}
.blogpage-section .fourcolumn-blog .button-portion .read_more{
	padding: 10px 16px 10px 20px;
}
.blogpage-section .fourcolumn-blog .lower-portion .text-mr {
    margin-right: 95px;
}
.blogpage-section .fourcolumn-blog .lower-portion i {
    margin-bottom: 20px;
}
.blogpage-section .sixcolumn-blog .button-portion .date {
    width: 52%;
}
.blogpage-section .sixcolumn-blog .button-portion .button {
    width: 46%;
}
.blogpage-section .sixcolumn-blog .lower-portion {
    padding: 26px 20px 20px;
}
.blogpage-section .sixcolumn-blog .button-portion {
    padding: 16px 0 16px 20px;
}
.blogpage-section .sixcolumn-blog .button-portion .read_more{
	padding: 10px 16px 10px 20px;
}
.blogpage-section .sixcolumn-blog .lower-portion .text-mr {
    margin-right: 130px;
}
.blogpage-section .sixcolumn-blog .lower-portion i {
    margin-bottom: 20px;
}


/************ PRELOADER CSS ************/
/* ====  Preloader styles ==== */
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 9999999999999;
}
#loader {
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	z-index: 1001;
	animation: spin 2s linear infinite;
}
#loader:before {
	content: "";
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	animation: spin 3s linear infinite;
}
#loader:after {
	content: "";
	top: 15px;
	right: 15px;
	left: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	animation: spin 1.5s linear infinite;
}
#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	z-index: 1000;
	transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
	left: 0;
}
#loader-wrapper .loader-section.section-right {
	right: 0;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.loaded #loader-wrapper .loader-section.section-left {
	transform: translateX(-100%);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
	transform: translateX(100%);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;
	transform: translateY(-100%);
	transition: all 0.3s 1s ease-out;
}
/*************************************************
=-*=-*=-*=-*=-*=-*= One Column =-*=-*=-*=-*=-*=-*=
**************************************************/
.breadcrumb,
#loader,
.sidebar .widget-tweeter small,
.sidebar .widget-twitter small,
.post-navigation .post-next span,
.post-navigation .post-prev span,
.sidebar .post-thumbnail-entry .post-category{
	display: block;
	font-size: 12px;
    line-height: 20px;
}
.breadcrumb {
	font-size: 10px;
	margin-bottom: 10px;
	letter-spacing: .5px;
	background-color: transparent;
	padding: 10px 0;
}
.breadcrumb ol, .breadcrumb ul{
	margin:0;
	padding: 0;
}
.breadcrumb ol li, .breadcrumb ul li {
	opacity: .8;
	display: inline;
}
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
	margin: 0 5px;
	content: ">";
	background-color: transparent;
}
.breadcrumb ol li.active,
.breadcrumb ol li:hover,
.breadcrumb ol li:last-child,
.breadcrumb ul li.active,
.breadcrumb ul li:hover,
.breadcrumb ul li:last-child {
	opacity: 1;
}
#blog .post-item.border > .post-item-wrap > .post-item-description {
	padding: 24px;
	line-height: 28px;
}
#blog .post-item.border .post-meta-category{
	top: 11px;
	z-index: 0;
	right: 10px;
	font-size: 13px;
	padding:7px 16px 7px;
	border-radius: 50px;
}
#blog .post-item .post-meta-category,
#blog .post-item .post-meta-comments,
#blog .post-item .post-meta-date {
	top: -4px;
	font-size: 12px;
	margin-right: 8px;
}
#blog .post-item .post-item-description > h2,
#blog .post-item .post-item-description > h2 > a {
	font-size: 28px !important;
	font-weight: 500 !important;
	line-height: 34px !important;
	margin-bottom: 16px;
	letter-spacing: 0px;
}
.blog-posts p {
	font-size: 18px;
	line-height: 24px;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	top: 0;
	left: 0;
	height: 100%;
}
.fluid-width-video-wrapper{
	padding-top:56.3%;
}
.player{
	top:0;
}
.post-audio audio{
	bottom: 0;
    left: 0;
}
.pagination{
	padding-left:15px;
}
.fluid-width-video-wrapper {
	padding-top: 66.8%;
}
.hide-blog{
	display: none;
}
.load-more a{
	padding: 12px 25px;
	border-radius: 30px;
}
.load-more a:hover{
	background: none;
}


/*************************************************************
=-*=-*=-*=-*=-*=-*= Responsive Single Post =-*=-*=-*=-*=-*=-*=
*************************************************************/
@media screen and (max-width: 1440px){
/* Blog */
.blogpage-section {padding: 100px 0;}
/* Single Blog */
.singleblog-section .main-box {width: 100%; margin-left: 0;}
.singleblog-section .column {margin-left: 0;}
.singleblog-section .box1 {width: 105%; padding: 34px 22px;}
/* Blogs pages */
.blog-posts .sixcolumn-blog .button-portion .date {width: 100%;}
.blog-posts .sixcolumn-blog .button-portion .button {width: 100%;}
.blog-posts .sixcolumn-blog .lower-portion {padding: 26px 12px 20px;}
.blog-posts .sixcolumn-blog .lower-portion .text-mr {margin-right: 45px;}
.blog-posts .sixcolumn-blog .lower-portion i {font-size: 14px; margin-bottom: 15px; margin-right: 3px;}
.blog-posts .sixcolumn-blog .button-portion .calendar-ml {font-size: 16px;}
.blog-posts .sixcolumn-blog .button-portion .read_more {padding: 8px 18px;}
.blog-posts .sixcolumn-blog .button-portion {padding: 14px 0 14px 12px;}
.blog-posts .sixcolumn-blog .button-portion .read_more {padding: 8px 18px;}
}
@media screen and (max-width: 1199px) {
	.widget-newsletter .form-control {
		font-size: 12px;
		padding: 10px 10px;
	}
	.sidebar .widget .tabs li > a {
		font-size: 13px;
		padding: 10px 8px;
	}
	.sidebar .widget {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.single-post01 .post-item-description,
	.single-post01 .post-item-description .blockquote{
		font-size: 14px;
		line-height: 26px;
	}
	.single-post01 .post-navigation .post-next,
	.single-post01 .post-navigation .post-prev {
		font-size: 14px;
	}
	.single-post01 .post-item-description h2,
	.single-post01 .post-item-description h2 > a {
		margin-top: 0;
		font-size: 28px;
		line-height: 32px;
	}
	
/* Blog */
.blogpage-section {padding: 90px 0 75px;}
.blogpage-section .blog_content h2 {margin-bottom: 35px;}
.blogpage-section .blog-box {margin-bottom: 25px;}
.blogpage-section .blog-box .lower-portion {padding: 20px;}
.blogpage-section .blog-box .button-portion {padding: 12px 0 12px 20px;}
.blogpage-section .blog-box .button-portion .date {width: 49.5%;}
.blogpage-section .blog-box .button-portion .button {width: 48.5%;}
.blogpage-section .blog-box .lower-portion i {font-size: 16px; margin-right: 5px; margin-bottom: 20px;}
.blogpage-section .blog-box .button-portion .calendar-ml {font-size: 18px; margin-left: 0;}
.blogpage-section .blog-box .lower-portion .text-mr {margin-right: 15px;}
.blogpage-section .blog-box .lower-portion h5 {font-size: 18px; line-height: 26px; letter-spacing: 0; word-spacing: 0;}
.blogpage-section .blog-box .button-portion .read_more {padding: 12px 20px;}
/* Single Blog */
.singleblog-section {padding: 100px 0;}
.singleblog-section .main-box {padding: 10px 15px 35px 10px;}
.singleblog-section .main-box .content1 h4 {margin-bottom: 15px;}
.singleblog-section .main-box .content1 i {margin-bottom: 22px;}
.singleblog-section .main-box .content1 p {margin-bottom: 30px;}
.singleblog-section .main-box .content2 .singleblog-quoteimage {margin-bottom: 20px;}
.singleblog-section .main-box .content2 .singleblog-quoteimage img{width: 32px;}
.singleblog-section .main-box .content2 {padding: 20px 20px 28px; margin-bottom: 30px;}
.singleblog-section .main-box .text {margin-bottom: 30px; margin-left: 12px;}
.singleblog-section .content4 {margin-bottom: 90px;}
.singleblog-section .content4 .tag .button {padding: 10px 16px; margin-right: 0;}
.singleblog-section .content4 .tag {margin-right: -40px;}
.singleblog-section .content4 .icon .social-icons {top: 46px; right: -10px;}
.singleblog-section .content5 .content {padding: 82px 62px 20px;}
.singleblog-section .content5 .content span {margin-bottom: 10px;}
.singleblog-section .content5 {margin-bottom: 30px;}
.singleblog-section .content6 .comment .image img {width: 90px;}
.singleblog-section .content6 h4 {margin-bottom: 34px;}
.singleblog-section .content6 .comment {margin: 0 0 30px 0;}
.singleblog-section .content6 .comment .content {padding: 0 0 0 15px;}
.singleblog-section .content6 .comment h5 {font-size: 20px; line-height: 26px; margin-bottom: 4px;}
.singleblog-section .content6 .comment span {margin-bottom: -44px;}
.singleblog-section .content6 .comment .text_holder p {line-height: 22px; margin: 0 30px 0 0; word-spacing: 0;}
.singleblog-section .content6 .comment .reply {font-size: 16px; line-height: 22px; padding: 10px 32px; top: -24px;}
.singleblog-section .content7 h4 {margin-bottom: 20px;}
.singleblog-section .content7 textarea {padding: 16px 20px; height: 145px; margin-bottom: 10px;}
.singleblog-section .content7 input {padding: 12px 20px; margin-bottom: 15px;}
.singleblog-section .content7 .text-mb {margin-bottom: 20px;}
.singleblog-section .content7 .post_comment {padding: 20px 36px;}
.singleblog-section .box1 {width: 100%; padding: 30px 15px; margin-bottom: 30px;}
.singleblog-section .box1 h5 {margin-bottom: 35px; letter-spacing: 0; word-spacing: 0;}
.singleblog-section .box1 h5:after {width: 80%; height: 36px; left: 32px;}
.singleblog-section .box1 input {padding: 0 13px; height: 50px;}
.singleblog-section .box1 .search {font-size: 16px; height: 48px;}
.singleblog-section .box2 ul li {margin-bottom: 22px;}
.singleblog-section .box3 .social-icons ul li .social-networks {font-size: 18px; width: 40px; height: 40px; line-height: 40px;}
.singleblog-section .box4 .tag .button {padding: 12px; letter-spacing: 0;}
.singleblog-section .box5 .feed a {font-size: 16px; line-height: 24px; padding: 0 0 0 12px;}
.singleblog-section .box5 .feed {margin-bottom: 46px;}
.singleblog-section .box5 .feed:after {width: 81%; height: 100px; left: 30px;}
/* Blog pages*/
.blog-posts p {font-size: 16px; line-height: 24px;}
.blog-posts .load-blog .lower-portion .text-mr {margin-right: 18px;}
.blog-posts .onecolumn-blog .button-portion .date {width: 50.5%;}
.blog-posts .onecolumn-blog .button-portion .button {width: 48.5%;}
.blog-posts .onecolumn-blog .lower-portion .text-mr {margin-right: 40px;}
.blog-posts .twocolumn-blog .button-portion .date {width: 50%;}
.blog-posts .twocolumn-blog .lower-portion .text-mr {margin-right: 40px;}
.blog-posts .threecolumn-blog .button-portion .date {width: 100%;}
.blog-posts .threecolumn-blog .button-portion .button {width: 100%;}
.blog-posts .threecolumn-blog .lower-portion .text-mr {margin-right: 20px;}
.blog-posts .threecolumn-blog .lower-portion i {margin-bottom: 18px;}
.blog-posts .three-column .lower-portion .text-mr {margin-right: 50px;}
.blog-posts .three-column .button-portion .read_more {padding: 8px 18px;}
.blog-posts .fourcolumn-blog .button-portion .date {width: 50.5%;}
.blog-posts .fourcolumn-blog .button-portion .button {width: 48%;}
.blog-posts .fourcolumn-blog .button-portion .read_more {padding: 8px 18px;}
.blog-posts .sixcolumn-blog .button-portion .date {width: 50%;}
}
@media screen and (max-width: 991px) {
	.respond-form {
		padding-top: 0;
	}
.single-post01 .post-item-description .post-meta-date, .single-post01 .post-item-description .post-meta-date a, .single-post01 .post-item-description .post-meta-category, .single-post01 .post-item-description .post-meta-category a, .single-post01 .post-item-description .post-meta-comments, .single-post01 .post-item-description .post-meta-comments a {
		margin-right: 5px;
	}
	.single-post01 .comments .comment .text {
		padding: 0;
	}
	.single-post01 .comments .comment .image {
		width: 48px;
		height: 48px;
		margin-right: 14px;
	}
	.single-post01 .text_holder {
		font-size: 12px;
		margin: 10px 0 0;
	}
	.single-post01 .comment .comment {
		margin-left: 30px;
	}
	.single-post01 .comments{
		padding: 30px 0 0;
	}
	.sidebar {
		margin: 55px 0 0;
	}
	.page-title h1 {
		font-size: 2rem;
	}
	
/* Blog */
.blogpage-section {padding: 65px 0 50px;}
.blogpage-section .blog_content h2 {margin-bottom: 30px;}
.blogpage-section .blog-box {margin-bottom: 20px;}
.blogpage-section .blog-box .lower-portion {padding: 15px 20px;}
.blogpage-section .blog-box .lower-portion i {font-size: 14px; margin-right: 2px; margin-bottom: 6px;}
.blogpage-section .blog-box .button-portion .calendar-ml {font-size: 16px;}
.blogpage-section .blog-box .lower-portion .tag-mb {margin-bottom: 15px;}
.blogpage-section .blog-box .lower-portion .text-mr {margin-right: 40px;}
.blogpage-section .blog-box .lower-portion h5 {font-size: 16px; line-height: 22px;}
.blogpage-section .blog-box .button-portion .read_more {padding: 10px 20px;}
/* Single Blog */
.singleblog-section {padding: 70px 0;}
.singleblog-section .main-box {margin-bottom: 30px;}
.singleblog-section .main-box .image1{margin-bottom: 25px;}
.singleblog-section .main-box .content1 p {margin-bottom: 25px;}
.singleblog-section .main-box .content2 {padding: 24px 30px; margin-bottom: 25px;}
.singleblog-section .main-box .content2 .singleblog-quoteimage {margin-bottom: 18px;}
.singleblog-section .main-box .content2 .singleblog-quoteimage img {width: 30px;}
.singleblog-section .main-box .text {margin: 0 0 25px 10px;}
.singleblog-section .content4 {margin-bottom: 80px;}
.singleblog-section .content4 h5 {font-size: 20px; line-height: 24px; margin-bottom: 12px;}
.singleblog-section .content4 .tag .button {font-size: 14px; line-height: 22px; padding: 8px 14px;}
.singleblog-section .content4 .icon .social-icons {top: 40px; right: -8px;}
.singleblog-section .content4 .icon .social-icons ul li {margin: 0 5px;}
.singleblog-section .content4 .icon .social-icons ul li .social-networks {font-size: 14px; width: 30px; height: 30px; line-height: 30px;}
.singleblog-section .content5 {margin-bottom: 25px;}
.singleblog-section .content5 .content {padding: 75px 40px 15px;}
.singleblog-section .content5 .singleblog-review1 img {width: 125px;}
.singleblog-section .content5 .content h4 {margin-bottom: 2px; letter-spacing: 0;}
.singleblog-section .content5 .content span {margin-bottom: 8px; letter-spacing: 0;}
.singleblog-section .content6 h4 {margin-bottom: 25px;}
.singleblog-section .content6 h4:after {width: 17%; height: 35px;}
.singleblog-section .content6 .comment {margin-bottom: 20px;}
.singleblog-section .content6 .comment .image img {width: 80px;}
.singleblog-section .content6 .comment .content {padding: 4px 0 0 12px;}
.singleblog-section .content6 .comment h5 {font-size: 18px; line-height: 24px;}
.singleblog-section .content6 .comment span {margin-bottom: -34px;}
.singleblog-section .content6 .comment .text_holder p {margin-right: 55px;}
.singleblog-section .content6 .comment .reply {font-size: 14px; line-height: 20px; padding: 10px 30px; top: -23px;}
.singleblog-section .content6 {margin-bottom: 45px;}
.singleblog-section .content7 h4 {margin-bottom: 15px;}
.singleblog-section .content7 textarea {padding: 14px; height: 120px; margin-bottom: 8px;}
.singleblog-section .content7 input {padding: 10px 14px; margin-bottom: 13px;}
.singleblog-section .content7 .post_comment {font-size: 14px; line-height: 20px; padding: 16px 34px;}
.singleblog-section .box1 h5:after {width: 91%;}
.singleblog-section .box1 h5 {margin-bottom: 30px;}
.singleblog-section .box1 input {font-size: 14px; line-height: 20px; padding: 0 12px; height: 47px;}
.singleblog-section .box1 .search {font-size: 14px; height: 45px;}
.singleblog-section .box2 ul li {margin-bottom: 15px;}
.singleblog-section .box3 .social-icons ul li {margin: 0 8px;}
.singleblog-section .box3 .social-icons ul li .social-networks {font-size: 16px; width: 35px; height: 35px; line-height: 35px;}
.singleblog-section .box4 ul{text-align: center; padding: 0 110px;}
.singleblog-section .box4 .tag .button {padding: 10px 14px; margin-bottom: 10px; font-size: 14px; line-height: 24px;}
.singleblog-section .box5 .feed {margin-bottom: 40px;}
.singleblog-section .box5 .feed:after {width: 91%; height: 88px;}
.singleblog-section .box5 .feed .feed-image {width: 12%;}
.singleblog-section .box5 .feed .feed-image img {width: 80px;}
.singleblog-section .box5 .feed a {font-size: 14px; line-height: 22px; padding: 14px 200px 0 20px;}
/* Blog pages */
.blog-posts p {font-size: 16px; line-height: 24px;}
.blog-posts .blog-box .loadone_twocol .date {width: 50%;}
.blog-posts .blog-box .loadone_twocol .button {width: 49%;}
.blog-posts .threecolumn-blog .button-portion .date {width: 50%;}
.blog-posts .threecolumn-blog .button-portion .button {width: 48%;}
.blog-posts .fourcolumn-blog .button-portion .date {width: 49.5%;}
.blog-posts .fourcolumn-blog .button-portion .button {width: 48.5%;}
.blog-posts .sixcolumn-blog .lower-portion .text-mr {margin-right: 46px;}
}
@media screen and (max-width: 767px) {
	.single-post01 .post-item-description h2,
	.single-post01 .post-item-description h2 > a {
		font-size: 24px;
		line-height: 26px;
	}
	#blog .post-item.border > .post-item-wrap > .post-item-description {
		line-height: 20px;
		font-size: 12px;
	}
	.blog-posts p {
		font-size: 16px;
		line-height: 22px;
	}
	.single-post01 .post-item-description .blockquote {
		margin-left: 25px;
	}
	.sidebar {
		margin: 30px 0 0;
	}
	
/* Blog */
.blogpage-section {padding: 52px 0 40px;}
.blogpage-section .blog_content h2 {margin-bottom: 25px;}
.blogpage-section .blog-box .lower-portion {padding: 20px;}
.blogpage-section .blog-box .lower-portion i {margin: 0 8px 8px 0;}
.blogpage-section .blog-box .button-portion .date {width: 48.5%;}
.blogpage-section .blog-box .button-portion .button {width: 49%;}
.blogpage-section .blog-box .button-portion .calendar-ml {font-size: 14px;}
.blogpage-section .blog-box .lower-portion .text-size-14 {font-size: 12px; line-height: 20px;}
.blogpage-section .blog-box .button-portion .text-size-14 {font-size: 12px; line-height: 20px;}
.blogpage-section .blog-box .lower-portion .text-mr {font-size: 12px; line-height: 20px; margin-right: 100px;}
.blogpage-section .blog-box .lower-portion h5 {font-size: 14px; line-height: 24px;}
.blogpage-section .blog-box .button-portion .read_more {font-size: 12px; line-height: 20px; padding: 8px 14px 8px 20px;}
/* Single Blog */
.singleblog-section {padding: 60px 0;}
.singleblog-section .main-box {padding: 10px 15px 30px 10px; margin-bottom: 25px;}
.singleblog-section .main-box .image1 {margin-bottom: 20px;}
.singleblog-section .main-box .content1 h4 {margin-bottom: 10px;}
.singleblog-section .main-box .content1 i {margin-bottom: 18px;}
.singleblog-section .main-box .content1 p {margin-bottom: 20px;}
.singleblog-section .main-box .content2 {padding: 22px 30px; margin-bottom: 20px;}
.singleblog-section .main-box .content2 .singleblog-quoteimage {margin-bottom: 15px;}
.singleblog-section .main-box .content2 .singleblog-quoteimage img {width: 28px;}
.singleblog-section .main-box .text {margin: 0 0 20px 10px;}
.singleblog-section .content4 h5 {font-size: 18px; line-height: 22px;}
.singleblog-section .content4 {margin-bottom: 90px;}
.singleblog-section .content4 .tag .button {padding: 6px 12px;}
.singleblog-section .content4 .icon .social-icons {top: 37px;}
.singleblog-section .content4 .icon .social-icons ul li {margin: 0 3px;}
.singleblog-section .content4 .icon .social-icons ul li .social-networks {font-size: 12px; width: 28px; height: 28px; line-height: 28px;}
.singleblog-section .content5 {margin-bottom: 20px;}
.singleblog-section .content5 .singleblog-review1 img {width: 110px;}
.singleblog-section .content5 .content {padding: 58px 14px 10px;}
.singleblog-section .content6 {margin-bottom: 40px;}
.singleblog-section .content6:after {height: 4px; left: 21px;}
.singleblog-section .content6 h4 {margin-bottom: 30px;}
.singleblog-section .content6 h4:after {width: 21%;}
.singleblog-section .content6 .comment .image img {width: 70px;}
.singleblog-section .content6 .comment .text_holder p {line-height: 20px; margin-right: 0;}
.singleblog-section .content6 .comment .reply {padding: 8px 28px; top: -22px;}
.singleblog-section .content6 .comment .content {padding: 0px 0 0 12px;}
.singleblog-section .content7 textarea {font-size: 12px; line-height: 18px; padding: 12px; height: 110px;}
.singleblog-section .content7 input {font-size: 12px; line-height: 18px; padding: 8px 12px;}
.singleblog-section .content7 .text-mb {margin-bottom: 18px;}
.singleblog-section .content7 .post_comment {padding: 14px 28px;}
.singleblog-section .box1 {padding: 25px 15px; margin-bottom: 25px;}
.singleblog-section .box1 h5 {margin-bottom: 28px;}
.singleblog-section .box1 h5:after {width: 88%; height: 32px;}
.singleblog-section .box1 input {padding: 0 10px; height: 42px;}
.singleblog-section .box1 .search {height: 40px; width: 50px;}
.singleblog-section .box2 ul li {margin-bottom: 12px;}
.singleblog-section .box3 .social-icons ul li {margin: 0 5px;}
.singleblog-section .box3 .social-icons ul li .social-networks {font-size: 14px; width: 30px; height: 30px; line-height: 30px;}
.singleblog-section .box4 .tag .button {padding: 6px 14px; margin-bottom: 8px;}
.singleblog-section .box4 ul {padding: 0 20px;}
.singleblog-section .box5 .feed {margin-bottom: 35px;}
.singleblog-section .box5 .feed:after {width: 89%; height: 80px;}
.singleblog-section .box5 .feed .feed-image {width: 15%;}
.singleblog-section .box5 .feed a {padding: 9px 90px 0 12px;}
/* Blog pages */
.blog-posts .blog-box .loadone_twocol .date {width: 49.5%;}
.blog-posts .blog-box .loadone_twocol .button {width: 49.5%;}
.blog-posts .load-blog .lower-portion .text-mr {margin-right: 40px;}
.blog-posts .load-more a {padding: 8px 25px;}
.blog-posts .onecolumn-blog .lower-portion .text-mr {margin-right: 40px;}
.blog-posts .twocolumn-blog .lower-portion .text-mr {margin-right: 40px;}
.blog-posts .three-column .lower-portion .text-mr {margin-right: 40px;}
.blog-posts .threecolumn-blog .button-portion .date {width: 49.5%;}
.blog-posts .threecolumn-blog .button-portion .button {width: 49%;}
.blog-posts .fourcolumn-blog .button-portion .date {width: 49.5%;}
.blog-posts .fourcolumn-blog .button-portion .button {width: 49.5%;}
.blog-posts .fourcolumn-blog .lower-portion .text-mr {margin-right: 40px;}
.blog-posts .sixcolumn-blog .button-portion .date {width: 49.5%;}
.blog-posts .sixcolumn-blog .button-portion .button {width: 49.5%;}
.blog-posts .sixcolumn-blog .lower-portion .text-mr {margin-right: 40px;}
}
@media screen and (max-width: 575px) {
	.single-post01 .text_holder p{
		margin: 0 0 8px;
	}
	.single-post01 .comments .comment .comment_date {
		font-size: 11px;
	}
	.single-post01 .post-item-description,
	.single-post01 .post-item-description .blockquote {
		font-size: 13px;
		line-height: 24px;
	}
	.single-post01 .post-item-description h2,
	.single-post01 .post-item-description h2 > a{
		margin:0;
	}
	.single-post01 .post-meta-share ul{
		margin:5px 0 0;
	}
	.single-post01 .post-item-description .post-meta-date, .single-post01 .post-item-description .post-meta-date a, .single-post01 .post-item-description .post-meta-category, .single-post01 .post-item-description .post-meta-category a, .single-post01 .post-item-description .post-meta-comments, .single-post01 .post-item-description .post-meta-comments a {
		font-size: 12px;
	}
	.single-post01 .respond-comment {
		 font-size: 16px;
	 }
	.page-title h1 {
		font-size: 1.8rem;
		padding: 1rem;
		padding-bottom: 0;
	}
	#blog .post-item .post-item-description > h2,
	#blog .post-item .post-item-description > h2 > a{
		font-size: 20px;
		line-height: 24px;
	}
	.single-post01 .comments .comment .text .name {
		font-size: 18px;
	}

	/* Blog */
	.blogpage-section .blog-box figure img{width: 100%;}
	.blogpage-section .blog-box .lower-portion {padding: 20px 30px;}
	.blogpage-section .blog-box .button-portion {padding: 12px 0 12px 30px;}
	.blogpage-section .blog-box .button-portion .date {width: 49%;}
	.blogpage-section .blog-box .lower-portion .text-mr {margin-right: 40px;}
	.blogpage-section .blog-box .lower-portion h5 {margin-right: 40px;}
	/* Single Blog */
	.singleblog-section .main-box {margin-bottom: 20px;}
	.singleblog-section .main-box .content2 {padding: 20px 22px;}
	.singleblog-section .main-box .content2 .singleblog-quoteimage {margin-bottom: 12px;}
	.singleblog-section .main-box .content2 .singleblog-quoteimage img {width: 26px;}
	.singleblog-section .content4 {margin-bottom: 120px;}
	.singleblog-section .content4 h5 {margin-bottom: 10px;}
	.singleblog-section .content4 .tag .button {margin-bottom: 15px;}
	.singleblog-section .content4 .icon h5 {display: contents;}
	.singleblog-section .content4 .icon .social-icons {top: 32px; left: 0; right: 0;}
	.singleblog-section .content5 .singleblog-review1 img {width: 100px;}
	.singleblog-section .content5 .content {padding: 46px 15px 10px;}
	.singleblog-section .content5 .content span {margin-bottom: 6px;}
	.singleblog-section .content6:after {height: 0; left: 13px;}
	.singleblog-section .content6 h4:after {width: 32%;}
	.singleblog-section .content6 .comment .image img {width: 60px;}
	.singleblog-section .content6 .comment h5 {font-size: 16px; line-height: 22px;}
	.singleblog-section .content6 .comment span {margin-bottom: -26px;}
	.singleblog-section .content6 .comment .reply {padding: 6px 18px; top: -28px;}
	.singleblog-section .content7 textarea {padding: 10px; height: 100px;}
	.singleblog-section .content7 input {padding: 8px 10px;}
	.singleblog-section .content7 .post_comment {padding: 12px 15px;}
	.singleblog-section .box1 {margin-bottom: 20px;}
	.singleblog-section .box1 h5:after {width: 82%;}
	.singleblog-section .box4 ul {padding: 0;}
	.singleblog-section .box5 .feed:after {width: 84%;}
	.singleblog-section .box5 .feed .feed-image {width: 25%;}
	.singleblog-section .box5 .feed a {padding: 9px 0 0 12px;}
	/* Blog pages */
	.blog-posts p {font-size: 14px; line-height: 20px;}
	.blog-posts .blog-box .loadone_twocol .date {width: 48.5%;}
	.blog-posts .onecolumn-blog .lower-portion {padding: 20px;}
	.blog-posts .onecolumn-blog .button-portion {padding: 12px 0 12px 20px;}
	.blog-posts .twocolumn-blog .button-portion {padding: 12px 0 12px 20px;}
	.blog-posts .twocolumn-blog .lower-portion {padding: 20px;}
	.blog-posts .threecolumn-blog .button-portion {padding: 12px 0 12px 20px;}
	.blog-posts .threecolumn-blog .lower-portion {padding: 20px;}
	.blog-posts .threecolumn-blog .lower-portion .text-mr {margin-right: 15px;}
	.blog-posts .fourcolumn-blog .button-portion .date {width: 48.5%;}
	.blog-posts .fourcolumn-blog .lower-portion {padding: 20px;}
	.blog-posts .fourcolumn-blog .button-portion {padding: 15px 0 15px 20px;}
	.blog-posts .sixcolumn-blog .button-portion {padding: 12px 0 12px 20px;}
	.blog-posts .sixcolumn-blog .button-portion .date {width: 48.5%;}
	.blog-posts .sixcolumn-blog .lower-portion {padding: 20px;}
}

/* ===============================
   SMOOTH SLIDER ANIMATIONS
   =============================== */

/* Enhanced Owl Carousel smooth transitions - Conservative approach */
.banner-section .owl-carousel .owl-stage {
    transition: transform 0.8s ease-in-out;
    -webkit-transition: transform 0.8s ease-in-out;
}

/* Navigation buttons smooth hover */
.banner-section .owl-nav button {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.banner-section .owl-nav button:hover {
    transform: scale(1.05);
    opacity: 0.8;
}

/* Dots smooth animation */
.banner-section .owl-dots .owl-dot {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.banner-section .owl-dots .owl-dot.active {
    transform: scale(1.1);
}

/* Light hardware acceleration only for critical elements */
.banner-section .owl-carousel .owl-stage {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* ===============================
   WORDPRESS CONTENT STYLING
   =============================== */

/* WordPress content area ul/li styling to match HTML structure */
.service_detail .main-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service_detail .main-box ul li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: var(--e-global-color-white);
    position: relative;
    padding-left: 30px;
}

.service_detail .main-box ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--e-global-color-accent);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}

/* WordPress content paragraphs */
.service_detail .main-box p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--e-global-color-white);
    margin-bottom: 20px;
}

/* Text size utility classes for content */
.service_detail .main-box .text-size-16 {
    font-size: 16px;
}

.service_detail .main-box .text1 {
    font-weight: 400;
    line-height: 1.6;
}

/* ===============================
   COMPACT BANNER SECTION STYLING
   =============================== */

/* Compact Banner Section */
.banner-section {
    position: relative;
    background: linear-gradient(135deg, var(--e-global-color-very-dark-mostly-black-blue) 0%, var(--e-global-color-black) 100%);
    border-bottom: 2px solid var(--e-global-color-accent);
}

.banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/service-background.jpg') center center;
    background-size: cover;
    opacity: 0.1;
    z-index: 0;
}

.banner-section .banner_content {
    position: relative;
    z-index: 1;
    padding: 30px 0;
}

.banner-section .banner_content h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--e-global-color-white);
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.banner-section .banner_content p {
    font-size: 1.1rem;
    color: white;
    margin-bottom: 0;
    opacity: 0.9;
}

/* Modern accent line below title */
.banner-section .banner_content h1::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--e-global-color-accent);
    margin: 15px auto 0;
    border-radius: 2px;
}

/* Responsive banner styling */
@media screen and (max-width: 768px) {
    .banner-section .banner_content h1 {
        font-size: 2rem;
    }
    
    .banner-section .banner_content p {
        font-size: 1rem;
    }
    
    .banner-section .banner_content h1::after {
        width: 40px;
        height: 2px;
        margin: 10px auto 0;
    }
}

@media screen and (max-width: 480px) {
    .banner-section .banner_content h1 {
        font-size: 1.75rem;
    }
    
    .banner-section .banner_content p {
        font-size: 0.9rem;
    }
}

/* ===============================================
   Project Hero Section Styles
   =============================================== */

.project-hero-section {
    position: relative;
    min-height: 60vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-background .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
        rgba(34, 34, 36, 0.95) 0%,
        rgba(34, 34, 36, 0.85) 50%,
        rgba(34, 34, 36, 0.95) 100%);
}

.hero-content {
    position: relative;
    padding: 60px 0;
    color: #fff;
}

.project-category span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--e-global-color-accent);
    background: rgba(225, 178, 97, 0.1);
    padding: 8px 20px;
    border-radius: 25px;
    border: 1px solid rgba(225, 178, 97, 0.3);
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
}

.project-title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #ffffff 0%, rgba(225, 178, 97, 0.9) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Syne', sans-serif;
}

.hero-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 400;
}


/* ===============================================
   Project Details Section Styles
   =============================================== */

.project-details-section {
    padding: 120px 0;
    background: linear-gradient(135deg,
        rgba(34, 34, 36, 0.98) 0%,
        rgba(34, 34, 36, 1) 50%,
        rgba(34, 34, 36, 0.98) 100%);
    position: relative;
    overflow: hidden;
}

.project-details-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 20%, rgba(225, 178, 97, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(225, 178, 97, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.section-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--e-global-color-accent);
    background: rgba(225, 178, 97, 0.1);
    padding: 8px 20px;
    border-radius: 25px;
    border: 1px solid rgba(225, 178, 97, 0.3);
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'Syne', sans-serif;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--e-global-color-accent) 0%, rgba(225, 178, 97, 0.3) 100%);
    border-radius: 2px;
}

.project-content {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.8;
}


/* ===============================================
   Project Gallery Section Styles
   =============================================== */

.project-gallery-section {
    padding: 120px 0;
    background: linear-gradient(135deg,
        rgba(34, 34, 36, 0.95) 0%,
        rgba(34, 34, 36, 0.98) 50%,
        rgba(34, 34, 36, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    max-width: 600px;
    margin: 20px auto 0;
    line-height: 1.6;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    padding: 0 15px;
}

.gallery-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.gallery-item figure {
    margin: 0;
    height: 100%;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
        rgba(34, 34, 36, 0.8) 0%,
        rgba(225, 178, 97, 0.85) 50%,
        rgba(34, 34, 36, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.hover-overlay i {
    color: #fff;
    font-size: 32px;
    transform: scale(0.5);
    transition: transform 0.4s ease;
}

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

.gallery-item:hover .hover-overlay {
    opacity: 1;
    visibility: visible;
}

.gallery-item:hover .hover-overlay i {
    transform: scale(1);
}

/* Magnific Popup Customization */
.mfp-bg {
    background: rgba(0, 0, 0, 0.95);
    z-index: 999999 !important;
}

.mfp-wrap {
    z-index: 999999 !important;
}

.mfp-container {
    z-index: 999999 !important;
}

.mfp-content {
    z-index: 999999 !important;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-img {
    border-radius: 10px;
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
}

.mfp-arrow {
    color: var(--e-global-color-secondary);
    font-size: 32px;
    margin-top: -35px;
    opacity: 0.8;
    transition: all 0.3s ease;
    z-index: 999999 !important;
    background: rgba(34, 34, 36, 0.5);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(225, 178, 97, 0.3);
}

.mfp-arrow:hover {
    opacity: 1;
    color: #fff;
    background: rgba(225, 178, 97, 0.2);
    border-color: rgba(225, 178, 97, 0.6);
    transform: scale(1.1);
}

.mfp-arrow-left {
    left: 40px;
}

.mfp-arrow-right {
    right: 40px;
}

.mfp-close {
    color: var(--e-global-color-secondary);
    font-size: 36px;
    line-height: 50px;
    right: 30px;
    top: 30px;
    opacity: 0.8;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 999999 !important;
    background: rgba(34, 34, 36, 0.5);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(225, 178, 97, 0.3);
}

.mfp-close:hover {
    opacity: 1;
    color: #fff;
    background: rgba(225, 178, 97, 0.2);
    border-color: rgba(225, 178, 97, 0.6);
    transform: scale(1.1);
}

.mfp-counter {
    color: var(--e-global-color-secondary);
    font-size: 16px;
    font-family: 'Syne', sans-serif;
    font-weight: 600;
    right: 100px;
    top: 40px;
    z-index: 999999 !important;
    background: rgba(34, 34, 36, 0.3);
    padding: 8px 15px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(225, 178, 97, 0.2);
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
    .project-title {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 991px) {
    .project-title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .project-hero-section {
        min-height: 50vh;
    }
    
    .project-title {
        font-size: 2.5rem;
    }
    
    .hero-content p {
        font-size: 16px;
        max-width: 90%;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .mfp-arrow-left {
        left: 15px;
        width: 50px;
        height: 50px;
        font-size: 28px;
        line-height: 50px;
        margin-top: -25px;
    }
    
    .mfp-arrow-right {
        right: 15px;
        width: 50px;
        height: 50px;
        font-size: 28px;
        line-height: 50px;
        margin-top: -25px;
    }
    
    .mfp-close {
        right: 15px;
        top: 15px;
        width: 40px;
        height: 40px;
        font-size: 28px;
        line-height: 40px;
    }
    
    .mfp-counter {
        right: 55px;
        top: 20px;
        font-size: 14px;
        padding: 6px 12px;
    }
}

@media screen and (max-width: 576px) {
    .project-title {
        font-size: 2rem;
    }
    
    .project-category span {
        font-size: 12px;
        padding: 6px 15px;
    }
    
    .hero-content p {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
    .project-gallery-section {
        padding: 60px 0;
    }
    
    .gallery-header h2 {
        font-size: 2rem;
    }
    
    .gallery-grid {
        margin-top: 40px;
    }
    
    .gallery-item {
        margin-bottom: 30px;
    }
    
    .gallery-lightbox {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

@media screen and (max-width: 576px) {
    .project-gallery-section {
        padding: 40px 0;
    }
    
    .gallery-header h2 {
        font-size: 1.75rem;
    }
    
    .gallery-header p {
        font-size: 14px;
    }
    
    .gallery-item {
        border-radius: 10px;
    }
    
    .gallery-image {
        border-radius: 10px;
    }
    
    .gallery-overlay {
        border-radius: 10px;
    }
}

/* Magnific Popup Customization */
.mfp-bg {
    background: rgba(0, 0, 0, 0.95);
    z-index: 999999 !important;
}

.mfp-wrap {
    z-index: 999999 !important;
}

.mfp-container {
    z-index: 999999 !important;
}

.mfp-content {
    z-index: 999999 !important;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-img {
    border-radius: 10px;
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
}

.mfp-arrow {
    color: var(--e-global-color-secondary);
    font-size: 32px;
    margin-top: -35px;
    opacity: 0.8;
    transition: all 0.3s ease;
    z-index: 999999 !important;
    background: rgba(34, 34, 36, 0.5);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(225, 178, 97, 0.3);
}

.mfp-arrow:hover {
    opacity: 1;
    color: #fff;
    background: rgba(225, 178, 97, 0.2);
    border-color: rgba(225, 178, 97, 0.6);
    transform: scale(1.1);
}

.mfp-arrow-left {
    left: 40px;
}

.mfp-arrow-right {
    right: 40px;
}

.mfp-close {
    color: var(--e-global-color-secondary);
    font-size: 36px;
    line-height: 50px;
    right: 30px;
    top: 30px;
    opacity: 0.8;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 999999 !important;
    background: rgba(34, 34, 36, 0.5);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(225, 178, 97, 0.3);
}

.mfp-close:hover {
    opacity: 1;
    color: #fff;
    background: rgba(225, 178, 97, 0.2);
    border-color: rgba(225, 178, 97, 0.6);
    transform: scale(1.1);
}

.mfp-counter {
    color: var(--e-global-color-secondary);
    font-size: 16px;
    font-family: 'Syne', sans-serif;
    font-weight: 600;
    right: 100px;
    top: 40px;
    z-index: 999999 !important;
    background: rgba(34, 34, 36, 0.3);
    padding: 8px 15px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(225, 178, 97, 0.2);
}

@media screen and (max-width: 768px) {
    .mfp-arrow-left {
        left: 15px;
    }
    
    .mfp-arrow-right {
        right: 15px;
    }
    
    .mfp-close {
        right: 15px;
        top: 15px;
        font-size: 28px;
    }
    
    .mfp-counter {
        right: 60px;
        top: 23px;
        font-size: 12px;
    }
}

/* ========================================
   Modern Counter Section Styles - Dark Theme
   ======================================== */

.counter-section {
    background: url(../images/banner-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.counter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 36, 0.92);
    z-index: 0;
}

.counter-section .container {
    position: relative;
    z-index: 1;
}

.counter-box {
    position: relative;
    padding: 50px 35px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(251, 132, 39, 0.2);
    transition: all 0.4s ease;
    text-align: center;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.counter-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(251, 132, 39, 0.1), transparent);
    transition: left 0.6s ease;
}

.counter-box:hover::before {
    left: 100%;
}

.counter-box:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(251, 132, 39, 0.6);
    box-shadow: 0 15px 40px rgba(251, 132, 39, 0.2);
}

.counter-icon {
    width: 70px;
    height: 70px;
    background: rgba(251, 132, 39, 0.1);
    border: 1px solid rgba(251, 132, 39, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.counter-box:hover .counter-icon {
    background: rgba(251, 132, 39, 0.15);
    border-color: var(--e-global-color-accent);
    box-shadow: 0 8px 25px rgba(251, 132, 39, 0.3);
}

.counter-icon i {
    font-size: 32px;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease;
}

.counter-box:hover .counter-icon i {
    transform: scale(1.1);
}

.counter-content {
    width: 100%;
}

.counter-number {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    font-family: 'Syne', 'Poppins', sans-serif;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.counter-number .value {
    color: var(--e-global-color-white);
    transition: all 0.3s ease;
}

.counter-box:hover .counter-number .value {
    color: var(--e-global-color-accent);
}

.counter-number .plus {
    font-size: 42px;
    margin-left: 5px;
    color: var(--e-global-color-accent);
    font-weight: 700;
}

.counter-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--e-global-color-white);
    margin-bottom: 10px;
    line-height: 1.3;
    font-family: 'Syne', sans-serif;
    transition: all 0.3s ease;
}

.counter-box:hover .counter-title {
    color: var(--e-global-color-accent);
}

.counter-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
    margin: 0;
    transition: all 0.3s ease;
}

.counter-box:hover .counter-description {
    color: rgba(255, 255, 255, 0.7);
}

/* CTA Button */
.counter-cta {
    margin-top: 40px;
}

.btn-counter {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 45px;
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    font-size: 18px;
    font-weight: 600;
    border-radius: 100px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(251, 132, 39, 0.3);
    position: relative;
    overflow: hidden;
    border: 2px solid var(--e-global-color-accent);
}

.btn-counter::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
}

.btn-counter:hover::before {
    width: 400px;
    height: 400px;
}

.btn-counter:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 45px rgba(251, 132, 39, 0.5);
    color: var(--e-global-color-white);
    border-color: var(--e-global-color-accent);
}

.btn-counter span,
.btn-counter i {
    position: relative;
    z-index: 1;
}

.btn-counter i {
    transition: transform 0.3s ease;
}

.btn-counter:hover i {
    transform: translateX(5px);
}

/* Responsive Design */
@media screen and (max-width: 991px) {
    .counter-section {
        padding: 70px 0;
    }

    .counter-box {
        padding: 35px 25px;
        margin-bottom: 25px;
        min-height: 240px;
    }

    .counter-number {
        font-size: 48px;
    }

    .counter-number .plus {
        font-size: 32px;
    }

    .counter-title {
        font-size: 18px;
    }

    .counter-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 18px;
    }

    .counter-icon i {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .counter-section {
        padding: 55px 0;
    }

    .counter-box {
        padding: 30px 20px;
        margin-bottom: 20px;
        min-height: 200px;
    }

    .counter-number {
        font-size: 42px;
        margin-bottom: 12px;
    }

    .counter-number .plus {
        font-size: 28px;
    }

    .counter-title {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .counter-description {
        font-size: 13px;
    }

    .btn-counter {
        padding: 18px 35px;
        font-size: 16px;
    }

    .counter-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 15px;
    }

    .counter-icon i {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .counter-section {
        padding: 45px 0;
    }

    .counter-box {
        padding: 25px 18px;
        min-height: 180px;
        margin-bottom: 18px;
    }

    .counter-number {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .counter-number .plus {
        font-size: 26px;
    }

    .counter-title {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .btn-counter {
        padding: 16px 30px;
        font-size: 15px;
    }

    .counter-icon {
        width: 48px;
        height: 48px;
    }

    .counter-icon i {
        font-size: 22px;
    }
    
    .counter-icon {
        margin-bottom: 12px;
    }
}

/* Video Section */
.video-section {
    background: linear-gradient(135deg, var(--e-global-color-very-dark-mostly-black-blue) 0%, var(--e-global-color-black) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 142px 0 140px;
    overflow: hidden;
}

.video-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(251, 132, 39, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.video-section .video-light-image {
    position: absolute;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.video-section .video-light-1 {
    top: 50px;
    right: 100px;
    animation: float-slow 8s ease-in-out infinite;
}

.video-section .video-light-2 {
    bottom: 100px;
    left: 100px;
    animation: float-slow 10s ease-in-out infinite reverse;
}

@keyframes float-slow {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

.video-section .video_content {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.video-section .video_content h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--e-global-color-accent);
    background: rgba(251, 132, 39, 0.1);
    padding: 8px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid rgba(251, 132, 39, 0.2);
    transition: all 0.3s ease;
}

.video-section .video_content h6:hover {
    background: rgba(251, 132, 39, 0.15);
    border-color: rgba(251, 132, 39, 0.4);
    transform: translateY(-2px);
}

.video-section .video_content h2 {
    font-size: 56px;
    line-height: 68px;
    font-weight: 700;
    color: var(--e-global-color-white);
    margin-bottom: 15px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.video-section .video_content h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--e-global-color-accent) 0%, rgba(225, 178, 97, 0.3) 100%);
    margin: 25px auto 0;
    border-radius: 2px;
}

.video-section .video_content .video-description {
    font-size: 18px;
    line-height: 28px;
    color: var(--e-global-color-text);
    margin: 0;
    padding: 0 20px;
}

.video-section .video-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
}

.video-section .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 
        0 25px 80px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(251, 132, 39, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: var(--e-global-color-very-dark-mostly-black-blue);
}

.video-section .video-container:hover {
    box-shadow: 
        0 35px 100px rgba(0, 0, 0, 0.7),
        0 0 0 2px rgba(251, 132, 39, 0.4),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

.video-section .video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-section .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(251, 132, 39, 0.15) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: 1;
    transition: all 0.4s ease;
    cursor: pointer;
    backdrop-filter: blur(2px);
}

.video-section .video-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.video-section .play-button-wrapper {
    position: relative;
    animation: pulse-ring 2s cubic-bezier(0.25, 0, 0, 1) infinite;
}

@keyframes pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(251, 132, 39, 0.7);
    }
    50% {
        box-shadow: 0 0 0 30px rgba(251, 132, 39, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(251, 132, 39, 0);
    }
}

.video-section .play-button {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--e-global-color-accent) 0%, rgba(225, 178, 97, 0.9) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 15px 40px rgba(251, 132, 39, 0.5),
        inset 0 -5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    position: relative;
}

.video-section .play-button::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    border: 2px solid rgba(251, 132, 39, 0.3);
    animation: rotate-border 3s linear infinite;
}

@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
        border-color: rgba(251, 132, 39, 0.3);
    }
    50% {
        border-color: rgba(251, 132, 39, 0.6);
    }
    100% {
        transform: rotate(360deg);
        border-color: rgba(251, 132, 39, 0.3);
    }
}

.video-section .play-button:hover {
    transform: scale(1.1);
    box-shadow: 
        0 20px 60px rgba(251, 132, 39, 0.7),
        inset 0 -5px 15px rgba(0, 0, 0, 0.3);
}

.video-section .play-button:active {
    transform: scale(1.05);
}

.video-section .play-button i {
    color: var(--e-global-color-white);
    font-size: 32px;
    margin-left: 6px; /* Offset to center visually */
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Decorative Elements */
.video-section .video-decoration {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.video-section .video-decoration-1 {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(251, 132, 39, 0.15) 0%, transparent 70%);
    top: -50px;
    left: -50px;
    animation: float-decoration 6s ease-in-out infinite;
}

.video-section .video-decoration-2 {
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(251, 132, 39, 0.12) 0%, transparent 70%);
    bottom: -40px;
    right: -40px;
    animation: float-decoration 8s ease-in-out infinite reverse;
}

@keyframes float-decoration {
    0%, 100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: translate(20px, -20px) scale(1.2);
        opacity: 0.5;
    }
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
    .video-section {
        padding: 100px 0;
    }

    .video-section .video_content h2 {
        font-size: 48px;
        line-height: 60px;
    }

    .video-section .video-wrapper {
        max-width: 900px;
    }
}

@media screen and (max-width: 991px) {
    .video-section {
        padding: 80px 0;
    }

    .video-section .video_content {
        margin-bottom: 45px;
    }

    .video-section .video_content h6 {
        font-size: 14px;
        padding: 6px 18px;
    }

    .video-section .video_content h2 {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 12px;
    }

    .video-section .video_content h2::after {
        width: 50px;
        margin-top: 20px;
    }

    .video-section .video_content .video-description {
        font-size: 16px;
        line-height: 26px;
    }

    .video-section .play-button {
        width: 80px;
        height: 80px;
    }

    .video-section .play-button i {
        font-size: 26px;
    }

    .video-section .video-light-1,
    .video-section .video-light-2 {
        opacity: 0.2;
    }
}

@media screen and (max-width: 768px) {
    .video-section {
        padding: 65px 0;
    }

    .video-section .video_content {
        margin-bottom: 35px;
    }

    .video-section .video_content h6 {
        font-size: 13px;
        padding: 5px 15px;
        margin-bottom: 15px;
    }

    .video-section .video_content h2 {
        font-size: 34px;
        line-height: 44px;
        padding: 0 20px;
    }

    .video-section .video_content h2::after {
        width: 40px;
        margin-top: 18px;
    }

    .video-section .video_content .video-description {
        font-size: 15px;
        line-height: 24px;
        padding: 0 15px;
    }

    .video-section .video-container {
        border-radius: 15px;
    }

    .video-section .play-button {
        width: 70px;
        height: 70px;
    }

    .video-section .play-button i {
        font-size: 22px;
        margin-left: 4px;
    }

    .video-section .video-light-image {
        display: none;
    }

    .video-section .video-decoration-1,
    .video-section .video-decoration-2 {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 575px) {
    .video-section {
        padding: 55px 0;
    }

    .video-section .video_content {
        margin-bottom: 30px;
    }

    .video-section .video_content h6 {
        font-size: 12px;
        padding: 4px 12px;
        margin-bottom: 12px;
    }

    .video-section .video_content h2 {
        font-size: 28px;
        line-height: 36px;
        padding: 0 10px;
    }

    .video-section .video_content h2::after {
        width: 35px;
        margin-top: 15px;
        height: 2px;
    }

    .video-section .video_content .video-description {
        font-size: 14px;
        line-height: 22px;
        padding: 0 10px;
    }

    .video-section .video-container {
        border-radius: 12px;
    }

    .video-section .play-button {
        width: 60px;
        height: 60px;
    }

    .video-section .play-button::before {
        top: -8px;
        left: -8px;
        right: -8px;
        bottom: -8px;
    }

    .video-section .play-button i {
        font-size: 20px;
        margin-left: 3px;
    }

    .video-section .video-decoration-1,
    .video-section .video-decoration-2 {
        display: none;
    }
}

/* ==========================================
   Vision & Mission Section
   ========================================== */

.vision-mission-section {
    background: linear-gradient(135deg, var(--e-global-color-black) 0%, var(--e-global-color-very-dark-mostly-black-blue) 100%);
    position: relative;
    padding: 140px 0;
    overflow: hidden;
}

.vision-mission-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(251, 132, 39, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(251, 132, 39, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

/* Background Animated Geometric Shapes */
.vision-mission-section::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background: linear-gradient(135deg, rgba(251, 132, 39, 0.1) 0%, transparent 70%);
    border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    top: 15%;
    right: 5%;
    animation: vm-morphing-1 22s ease-in-out infinite;
    filter: blur(45px);
    z-index: 1;
    pointer-events: none;
}

@keyframes vm-morphing-1 {
    0%, 100% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
        transform: translate(0, 0) rotate(0deg) scale(1);
        opacity: 0.8;
    }
    25% {
        border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
        transform: translate(-30px, 40px) rotate(90deg) scale(1.1);
        opacity: 0.5;
    }
    50% {
        border-radius: 30% 70% 70% 30% / 40% 50% 50% 60%;
        transform: translate(40px, -30px) rotate(180deg) scale(0.9);
        opacity: 0.7;
    }
    75% {
        border-radius: 70% 30% 50% 50% / 30% 70% 30% 70%;
        transform: translate(20px, 30px) rotate(270deg) scale(1.05);
        opacity: 0.6;
    }
}

.vision-mission-section .vision-mission_content {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.vision-mission-section .vision-mission_content h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--e-global-color-accent);
    background: rgba(251, 132, 39, 0.1);
    padding: 8px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid rgba(251, 132, 39, 0.2);
    transition: all 0.3s ease;
}

.vision-mission-section .vision-mission_content h2 {
    font-size: 56px;
    line-height: 68px;
    font-weight: 700;
    color: var(--e-global-color-white);
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.vision-mission-section .vision-mission_content h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--e-global-color-accent) 0%, rgba(225, 178, 97, 0.3) 100%);
    margin: 25px auto 0;
    border-radius: 2px;
}

.vision-mission-section .section-description {
    font-size: 18px;
    line-height: 28px;
    color: var(--e-global-color-text);
    text-align: center;
}

.vision-mission-section .vision-mission-row {
    position: relative;
    z-index: 2;
}

.vision-mission-section .vm-card {
    background: linear-gradient(135deg, rgba(34, 34, 36, 0.95) 0%, rgba(34, 34, 36, 0.98) 100%);
    border-radius: 20px;
    padding: 45px 40px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 100%;
}

.vision-mission-section .vm-card:hover {
    transform: translateY(-10px);
    border-color: rgba(251, 132, 39, 0.3);
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(251, 132, 39, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.vision-mission-section .vision-card:hover {
    background: linear-gradient(135deg, rgba(34, 34, 36, 0.97) 0%, rgba(251, 132, 39, 0.05) 100%);
}

.vision-mission-section .mission-card:hover {
    background: linear-gradient(135deg, rgba(251, 132, 39, 0.05) 0%, rgba(34, 34, 36, 0.97) 100%);
}

.vision-mission-section .vm-card-header {
    margin-bottom: 30px;
}

.vision-mission-section .vm-icon-wrapper {
    margin-bottom: 25px;
}

.vision-mission-section .vm-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--e-global-color-accent) 0%, rgba(225, 178, 97, 0.8) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 15px 40px rgba(251, 132, 39, 0.3),
        inset 0 -5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    position: relative;
}

.vision-mission-section .vm-card:hover .vm-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 
        0 20px 50px rgba(251, 132, 39, 0.5),
        inset 0 -5px 15px rgba(0, 0, 0, 0.3);
}

.vision-mission-section .vm-icon i {
    font-size: 36px;
    color: var(--e-global-color-white);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.vision-mission-section .vm-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: var(--e-global-color-white);
    margin: 0;
    position: relative;
    display: inline-block;
}

.vision-mission-section .vm-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--e-global-color-accent);
    border-radius: 2px;
    transition: width 0.4s ease;
}

.vision-mission-section .vm-card:hover .vm-title::after {
    width: 100px;
}

.vision-mission-section .vm-text {
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    text-align: justify;
}

.vision-mission-section .vm-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vision-mission-section .vm-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 15px;
    background: rgba(251, 132, 39, 0.05);
    border-radius: 10px;
    border-left: 3px solid var(--e-global-color-accent);
    transition: all 0.3s ease;
}

.vision-mission-section .vm-feature-item:hover {
    background: rgba(251, 132, 39, 0.1);
    transform: translateX(5px);
}

.vision-mission-section .vm-feature-item i {
    color: var(--e-global-color-accent);
    font-size: 18px;
    flex-shrink: 0;
}

.vision-mission-section .vm-feature-item span {
    color: var(--e-global-color-white);
    font-size: 15px;
    font-weight: 500;
}

.vision-mission-section .vm-decoration {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    pointer-events: none;
}

.vision-mission-section .vm-decoration-1 {
    background: radial-gradient(circle, rgba(251, 132, 39, 0.15) 0%, transparent 70%);
    top: -50px;
    right: -50px;
    animation: float-decoration 8s ease-in-out infinite;
}

.vision-mission-section .vm-decoration-2 {
    background: radial-gradient(circle, rgba(251, 132, 39, 0.12) 0%, transparent 70%);
    bottom: -50px;
    left: -50px;
    animation: float-decoration 10s ease-in-out infinite reverse;
}

/* ==========================================
   Machinery Section
   ========================================== */

.machinery-section {
    background: url(../images/service-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 140px 0;
    overflow: hidden;
}

.machinery-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(34, 34, 36, 0.92) 0%, rgba(0, 0, 0, 0.88) 100%);
    z-index: 1;
}

.machinery-section > .container {
    position: relative;
    z-index: 2;
}

.machinery-section .machinery_content {
    text-align: center;
    margin-bottom: 70px;
}

.machinery-section .machinery_content h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--e-global-color-accent);
    background: rgba(251, 132, 39, 0.1);
    padding: 8px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid rgba(251, 132, 39, 0.2);
}

.machinery-section .machinery_content h2 {
    font-size: 56px;
    line-height: 68px;
    font-weight: 700;
    color: var(--e-global-color-white);
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.machinery-section .machinery_content h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--e-global-color-accent) 0%, rgba(225, 178, 97, 0.3) 100%);
    margin: 25px auto 0;
    border-radius: 2px;
}

.machinery-section .section-description {
    font-size: 18px;
    line-height: 28px;
    color: var(--e-global-color-text);
    text-align: center;
}

.machinery-section .machinery-grid {
    margin-bottom: 60px;
}

.machinery-section .machinery-card {
    background: linear-gradient(135deg, rgba(34, 34, 36, 0.95) 0%, rgba(34, 34, 36, 0.98) 100%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 100%;
}

.machinery-section .machinery-card:hover {
    transform: translateY(-10px);
    border-color: rgba(251, 132, 39, 0.3);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(251, 132, 39, 0.2);
}

.machinery-section .machinery-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.machinery-section .machinery-image {
    height: 100%;
}

.machinery-section .machinery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.machinery-section .machinery-card:hover .machinery-image img {
    transform: scale(1.15);
}

.machinery-section .machinery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(251, 132, 39, 0.9) 0%, rgba(225, 178, 97, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.machinery-section .machinery-card:hover .machinery-overlay {
    opacity: 1;
}

.machinery-section .machinery-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    transform: scale(0.5) rotate(-180deg);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.machinery-section .machinery-card:hover .machinery-icon {
    transform: scale(1) rotate(0deg);
}

.machinery-section .machinery-icon i {
    font-size: 36px;
    color: var(--e-global-color-white);
}

.machinery-section .machinery-content {
    padding: 30px 25px;
}

.machinery-section .machinery-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: var(--e-global-color-white);
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.machinery-section .machinery-card:hover .machinery-title {
    color: var(--e-global-color-accent);
}

.machinery-section .machinery-description {
    font-size: 15px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.machinery-section .machinery-specs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.machinery-section .spec-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
}

.machinery-section .spec-item i {
    color: var(--e-global-color-accent);
    font-size: 14px;
    flex-shrink: 0;
}

.machinery-section .spec-item span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 500;
}

.machinery-section .machinery-number {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--e-global-color-accent) 0%, rgba(225, 178, 97, 0.8) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--e-global-color-white);
    box-shadow: 0 8px 20px rgba(251, 132, 39, 0.4);
    z-index: 2;
    transition: all 0.3s ease;
}

.machinery-section .machinery-card:hover .machinery-number {
    transform: rotate(360deg) scale(1.1);
}

/* Machinery Stats */
.machinery-section .machinery-stats {
    margin-top: 80px;
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.machinery-section .stat-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
    background: linear-gradient(135deg, rgba(34, 34, 36, 0.6) 0%, rgba(34, 34, 36, 0.4) 100%);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    margin-bottom: 20px;
    height: 100%;
    min-height: 120px;
}

.machinery-section .stat-item:hover {
    background: linear-gradient(135deg, rgba(251, 132, 39, 0.1) 0%, rgba(34, 34, 36, 0.6) 100%);
    border-color: rgba(251, 132, 39, 0.3);
    transform: translateY(-5px);
}

.machinery-section .stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--e-global-color-accent) 0%, rgba(225, 178, 97, 0.8) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(251, 132, 39, 0.3);
    transition: all 0.3s ease;
}

.machinery-section .stat-item:hover .stat-icon {
    transform: scale(1.1) rotate(5deg);
}

.machinery-section .stat-icon i {
    font-size: 28px;
    color: var(--e-global-color-white);
}

.machinery-section .stat-content {
    flex: 1;
}

.machinery-section .stat-number {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: var(--e-global-color-white);
    margin: 0 0 5px;
}

.machinery-section .stat-label {
    font-size: 14px;
    color: var(--e-global-color-text);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Background Animated Shapes */
.machinery-section .machinery-bg-shape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.machinery-section .machinery-shape-1 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(251, 132, 39, 0.12) 0%, transparent 70%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: 5%;
    right: -5%;
    animation: morphing-shape-1 20s ease-in-out infinite;
    filter: blur(40px);
}

.machinery-section .machinery-shape-2 {
    width: 350px;
    height: 350px;
    background: linear-gradient(225deg, rgba(251, 132, 39, 0.1) 0%, transparent 70%);
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    bottom: 10%;
    left: -5%;
    animation: morphing-shape-2 25s ease-in-out infinite;
    filter: blur(40px);
}

/* Additional animated shapes */
.machinery-section::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(45deg, rgba(251, 132, 39, 0.08) 0%, transparent 70%);
    border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
    top: 50%;
    right: 15%;
    animation: morphing-shape-3 30s ease-in-out infinite;
    filter: blur(50px);
    z-index: 1;
    pointer-events: none;
}

@keyframes morphing-shape-1 {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
        transform: translate(30px, -30px) rotate(90deg) scale(1.1);
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
        transform: translate(50px, 20px) rotate(180deg) scale(0.9);
    }
    75% {
        border-radius: 45% 55% 60% 40% / 45% 70% 30% 55%;
        transform: translate(-20px, 40px) rotate(270deg) scale(1.05);
    }
}

@keyframes morphing-shape-2 {
    0%, 100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
        transform: translate(-40px, 30px) rotate(120deg) scale(1.15);
    }
    66% {
        border-radius: 75% 25% 43% 57% / 72% 58% 42% 28%;
        transform: translate(20px, -40px) rotate(240deg) scale(0.85);
    }
}

@keyframes morphing-shape-3 {
    0%, 100% {
        border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
        transform: translate(0, -50%) rotate(0deg) scale(1);
        opacity: 0.8;
    }
    25% {
        border-radius: 55% 45% 45% 55% / 60% 50% 50% 40%;
        transform: translate(40px, calc(-50% + 30px)) rotate(90deg) scale(1.2);
        opacity: 0.5;
    }
    50% {
        border-radius: 45% 55% 70% 30% / 45% 65% 35% 55%;
        transform: translate(-30px, calc(-50% - 40px)) rotate(180deg) scale(0.9);
        opacity: 0.7;
    }
    75% {
        border-radius: 70% 30% 50% 50% / 30% 45% 55% 70%;
        transform: translate(20px, calc(-50% + 20px)) rotate(270deg) scale(1.1);
        opacity: 0.6;
    }
}

/* ==========================================
   Responsive Design
   ========================================== */

/* Vision Mission Responsive */
@media screen and (max-width: 1200px) {
    .vision-mission-section {
        padding: 100px 0;
    }

    .vision-mission-section .vision-mission_content h2 {
        font-size: 48px;
        line-height: 60px;
    }

    .machinery-section {
        padding: 100px 0;
    }

    .machinery-section .machinery_content h2 {
        font-size: 48px;
        line-height: 60px;
    }
}

@media screen and (max-width: 991px) {
    .vision-mission-section {
        padding: 80px 0;
    }

    .vision-mission-section .vision-mission_content {
        margin-bottom: 50px;
    }

    .vision-mission-section .vision-mission_content h2 {
        font-size: 40px;
        line-height: 52px;
    }

    .vision-mission-section .vm-card {
        padding: 35px 30px;
        margin-bottom: 30px;
    }

    .vision-mission-section .vm-icon {
        width: 70px;
        height: 70px;
    }

    .vision-mission-section .vm-icon i {
        font-size: 30px;
    }

    .vision-mission-section .vm-title {
        font-size: 28px;
        line-height: 36px;
    }

    .machinery-section {
        padding: 80px 0;
    }

    .machinery-section .machinery_content h2 {
        font-size: 40px;
        line-height: 52px;
    }

    .machinery-section .machinery-image-wrapper {
        height: 220px;
    }

    .machinery-section .stat-item {
        padding: 25px 20px;
    }
    
}

@media screen and (max-width: 768px) {
    .vision-mission-section {
        padding: 65px 0;
    }

    .vision-mission-section .vision-mission_content {
        margin-bottom: 40px;
    }

    .vision-mission-section .vision-mission_content h2 {
        font-size: 34px;
        line-height: 44px;
        padding: 0 20px;
    }

    .vision-mission-section .vm-card {
        padding: 30px 25px;
    }

    .vision-mission-section .vm-icon {
        width: 60px;
        height: 60px;
    }

    .vision-mission-section .vm-icon i {
        font-size: 26px;
    }

    .vision-mission-section .vm-title {
        font-size: 24px;
        line-height: 32px;
    }

    .vision-mission-section .vm-text {
        font-size: 15px;
        line-height: 26px;
    }

    /* Hide animated shapes on tablet for better performance */
    .vision-mission-section::after {
        display: none;
    }

    .machinery-section {
        padding: 65px 0;
    }

    .machinery-section .machinery_content h2 {
        font-size: 34px;
        line-height: 44px;
        padding: 0 20px;
    }

    .machinery-section .machinery-image-wrapper {
        height: 200px;
    }

    .machinery-section .machinery-content {
        padding: 25px 20px;
    }

    .machinery-section .machinery-stats {
        margin-top: 50px;
        padding-top: 40px;
    }

    .machinery-section .stat-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .machinery-section .stat-number {
        font-size: 32px;
    }
    
    /* Hide animated shapes on tablet for better performance */
    .machinery-section::after,
    .machinery-section .machinery-shape-1,
    .machinery-section .machinery-shape-2 {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .vision-mission-section {
        padding: 55px 0;
    }

    .vision-mission-section .vision-mission_content h2 {
        font-size: 28px;
        line-height: 36px;
        padding: 0 10px;
    }

    .vision-mission-section .vm-card {
        padding: 25px 20px;
    }

    .vision-mission-section .vm-title {
        font-size: 22px;
        line-height: 30px;
    }

    /* Hide animated shapes on mobile for better performance */
    .vision-mission-section::after {
        display: none;
    }

    .machinery-section {
        padding: 55px 0;
    }

    .machinery-section .machinery_content h2 {
        font-size: 28px;
        line-height: 36px;
        padding: 0 10px;
    }

    .machinery-section .machinery-image-wrapper {
        height: 180px;
    }

    .machinery-section .machinery-title {
        font-size: 20px;
        line-height: 28px;
    }

    .machinery-section .machinery-number {
        width: 40px;
        height: 40px;
        font-size: 16px;
        top: 15px;
        right: 15px;
    }

    .machinery-section .stat-icon {
        width: 50px;
        height: 50px;
    }

    .machinery-section .stat-icon i {
        font-size: 24px;
    }

    .machinery-section .stat-number {
        font-size: 28px;
    }
    
    /* Hide animated shapes on mobile for better performance */
    .machinery-section::after,
    .machinery-section .machinery-shape-1,
    .machinery-section .machinery-shape-2 {
        display: none;
    }
}
/* Partner Section Continuous Scrolling Styles */
.partner-section .partner_content h2 {
    margin-bottom: 50px;
}

.brands-continuous-wrapper {
    margin-top: 40px;
    overflow: hidden;
}

.partner-section .brand-row {
    margin-bottom: 50px;
    position: relative;
}

.partner-section .brand-row:last-child {
    margin-bottom: 0;
}

.partner-section .brand-category-title {
    text-align: center;
    margin-bottom: 30px;
}

.partner-section .brand-category-title span {
    color: var(--e-global-color-white);
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 8px 30px;
    border-bottom: 2px solid var(--e-global-color-accent);
    display: inline-block;
    letter-spacing: 0.5px;
}

/* Smooth continuous scrolling animation - ONLY for partner section */
.partner-section .brands-continuous-wrapper .owl-carousel .owl-stage-outer {
    overflow: hidden;
}

.partner-section .brands-continuous-wrapper .owl-carousel .owl-stage {
    transition-timing-function: linear !important;
    display: flex;
}

.partner-section .brands-continuous-wrapper .owl-carousel .owl-item {
    display: flex;
    align-items: center;
}

/* Hide owl-carousel dots and nav for continuous scrolling */
.partner-section .brands-continuous-wrapper .owl-carousel .owl-dots,
.partner-section .brands-continuous-wrapper .owl-carousel .owl-nav {
    display: none !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .partner-section .brand-row {
        margin-bottom: 40px;
    }

    .partner-section .brand-category-title span {
        font-size: 18px;
        line-height: 26px;
        padding: 6px 24px;
    }
}

@media (max-width: 767px) {
    .brands-continuous-wrapper {
        margin-top: 30px;
    }

    .partner-section .brand-row {
        margin-bottom: 35px;
    }

    .partner-section .brand-category-title {
        margin-bottom: 20px;
    }

    .partner-section .brand-category-title span {
        font-size: 16px;
        line-height: 24px;
        padding: 5px 20px;
    }
}
