.top-category-list .category-block .category-image {
    background-size: 68%;
    background-position: center;
    background-repeat: no-repeat;
}

/* Header */
.main-header {
    display: flex;
    justify-content: space-between;
}
.site-header .main-header .action-menu .auth-links li a {
    padding: 0 5px;
}
.site-header .main-header .menu-main-menu-container #menu-main-menu {
    margin: 4px 0 0;
}
.nturl {
    margin-left: 4px;
}


/* Home page */
.home .page-banner-section {
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.page-banner-section .hero-list .content-col .top-text {
    padding-right: 50px;
}
.top-category-list .category-block .category-image {
    width: 58px;
	height: 58px;
}
.top-category-list .category-block {
    border-radius: 10px;
}
.top-category-list .cat-wrap {
    padding: 0 10px;
}
.top-category-list {
    margin-top: 30px;
}
.cta-section .section-title {
	text-align: left;
}
.blog-section .container.px-30 .row .post-title h3 {
    font-weight: 800;
}

/* Contact page */
.page-template-page-contact .contact-box-section .contact-box {
    color: #fff;
	text-align: center;
    background: #4c4c4e;
}
.page-template-page-contact .contact-box-section .contact-box a {
	color: #fff;
}
.page-template-page-contact .form-title-prefix {
	font-size: 1.25rem;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 0 15px;
}
.page-template-page-contact .contact-box-section .contact-box i {
    margin: 0 auto 50px;
}
.page-template-page-contact .contact-box-section .contact-box i.email-icon {
    background-image: url(/wp-content/uploads/2026/01/email-2.png);
}

/* Toggle menu hamburger icon */
.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

/* Inner pages */
.section-head .section-description {
	width: 100% !important;
}
.section-head .section-title {
	color: #4c4c4e;
    font-weight: 900;
}
.inner-page-banner {
	position: relative;
	height: 580px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.inner-border-overlay {
	position: absolute;
	inset: 0;                        
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;  
}
.inner-page-banner .container {
	position: relative;
	z-index: 2;
}

/* HR Page */
.inner-page-banner {
    position: relative;
    min-height: 580px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.col-2-banner .inner-border-overlay {
    position: absolute;
    inset: 0 auto 0 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.col-2-banner .section-head {
    text-align: left;
    padding-left: 20px;
}
.col-2-banner .section-title {
    font-size: 2.9rem;
    text-align: left;
}
.col-2-banner .section-description {
    display: block;
    margin: 0 0 30px;
    font-size: 1.2rem;
}
.col-2-banner .contact-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
}
.section-title,
.steps-section .section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #2C3E50;
}
.why-choose-section .section-title {
    margin: 90px 0 60px;
}
.steps-section .section-title {
    margin-bottom: 60px;
}
.why-choose-section {
    margin: 60px 0;
}
.features-row {
    margin-top: 40px;
}
.feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 10px;
}
.feature-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2C3E50;
    margin-bottom: 10px;
}
.feature-card p {
    font-size: 14px;
    color: #7F8C8D;
    line-height: 1.5;
    margin: 0;
}
.feature-icon,
.service-icon {
    width: 60px;
    height: 60px;
    background: #4c4c4e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-icon {
    border-radius: 8px;
    margin: 0 auto 15px;
}
.service-icon {
    border-radius: 10px;
    margin-bottom: 20px;
}
.feature-icon img,
.service-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
}
.services-row {
    margin-top: 40px;
}
.service-card {
    background: #fff;
    border: 2px solid #E0E0E0;
    border-radius: 15px;
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
}
.service-card:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    border-color: #FFC107;
}
.service-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 20px;
    line-height: 1.4;
}
.service-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
    flex-grow: 1;
}
.service-card ul li {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
}
.service-card ul li::before {
    content: "•";
    color: #FFC107;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -2px;
}
.get-quote-btn {
    width: 80%;
    background: #fea500;
    color: #fff;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: block;
    margin: 0 auto;
	text-align:center;
}
.steps-section {
    margin: 80px 0 60px;
}
.steps-timeline {
    display: flex;
    justify-content: center;
    gap: 200px;
    position: relative;
}
.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.step-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #FFC107, #FFB300);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
    color: #1A2B4B;
    box-shadow: 0 5px 20px rgba(255,193,7,0.3);
    margin-bottom: 20px;
    z-index: 2;
}
.step-line {
    width: 300px;
    height: 3px;
    background: #FFD54F;
    position: absolute;
    top: 40px;
    left: 80px;
}
.step-item:last-child .step-line {
    display: none;
}
.step-text {
    min-height: 42px;
    max-width: 140px;
    font-size: 14px;
    font-weight: 600;
    color: #2C3E50;
    text-align: center;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Event Page */
.instant-feature-row {
    margin-top: 40px;
}
.instant-card {
    background: #ffffff;
    padding: 40px 20px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}
.instant-icon {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: #4c4c4e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.instant-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
}
.instant-card strong {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}
.instant-card span {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}
.section-title-instant {
    margin-top: 80px;
    text-align: center;
	font-weight: 700px;
}

/* Offcanvas Menu */
.offcanvas {
    background-color: #ffffff;
    color: #111111;
}
.offcanvas-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
}
.offcanvas-header .btn-close {
    background: none;
    opacity: 1;
}
.offcanvas-header i {
    font-size: 22px;
    color: #111111;
}
.offcanvas-body {
    padding: 25px 20px;
}
.offcanvas-body ul li {
    margin-bottom: 7px;
}
.offcanvas-body a {
    color: #111111;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 6px 0;
    transition: all 0.25s ease;
}
.offcanvas-body a:hover {
    color: #fea500;
    padding-left: 6px;
}
.offcanvas-body ul ul {
    margin-top: 6px;
}
.offcanvas-body ul ul li a {
    font-size: 14px;
    color: #444;
    padding-left: 12px;
}
.offcanvas-body ul ul li a:hover {
    color: #fea500;
}
.menu-toggle i {
    font-size: 28px;
    color: #111111;
}

/* Login */
.login-page {
    padding-bottom: 0;
}
.woocommerce-account .login-page .page-content .auth-form-wrap,
.woocommerce-account .login-page .page-content .woocommerce{
	margin: 0 auto;
}
.woocommerce-account.page-id-9 .page-container.login-page .page-content {
	height: calc(85vh - 70px);
}

/* Password reset */
.woocommerce-lost-password .woocommerce {
    display: flex;
    flex-direction: column;
	width: 580px;
    margin: 80px auto 100px;
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.woocommerce-lost-password.woocommerce-account .page-content .block-title {
    color: #262626;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin: 10% 0 0;
}
.woocommerce-ResetPassword {
    margin: 50px auto 50px !important;
}
.woocommerce-ResetPassword .theme-btn {
    font-size: 14px;
    font-weight: 600;
    display: block;
	margin: 0 auto;
    padding: 8px 25px;
    border-radius: 5px;
    border: 2px solid #4c4c4e;
}

/* List */
.profile-card .top-content {
    overflow: hidden;
    text-overflow: ellipsis;
}