body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Exclude icons from font inheritance */
i, .woocommerce .star-rating span::before, .fa, .fas, .far, .fab, .elementor-icon, [class*="fa-"], .eicon, [class*="eicon-"] {
    font-family: "WooCommerce", "Font Awesome 5 Free", "Font Awesome 5 Brands", "Font Awesome 5 Regular", "FontAwesome", "eicons" !important;
}

/* Font utility/test classes removed to let Elementor control typography */

.skill-post-rating .rating-stars .far.fa-star,
.skill-post-rating .rating-stars .fas.fa-star {
    color: #ffd700;
    transition: color 0.2s;
    cursor: pointer;
}
.skill-post-rating .rating-stars .star-btn.active .fas.fa-star {
    color: #ff9800;
}
.skill-post-rating .rating-stars .star-btn:focus {
    outline: none;
}
.skill-post-rating .rating-info {
    font-size: 1rem;
    color: #333;
}
.skill-post-rating .rating-message {
    font-size: 0.95rem;
    color: #28a745;
}

h1, h2, h3, h4, h5, h6 {
    margin-block-start: 0.5rem;
    margin-block-end: 1rem;
    line-height: 1.2;
    color: inherit;
}

/* WPML Language Switcher - Bottom Left */
.skill-wpml-language-switcher-bottom {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px;
    transition: all 0.3s ease;
}

.skill-wpml-language-switcher-bottom:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.skill-wpml-language-switcher-bottom .language-switcher-container {
    display: flex;
    gap: 4px;
    align-items: center;
}

.skill-wpml-language-switcher-bottom .lang-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    background: transparent;
    border: 1px solid transparent;
}

.skill-wpml-language-switcher-bottom .lang-link:hover {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}

.skill-wpml-language-switcher-bottom .lang-link.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.skill-wpml-language-switcher-bottom .lang-link.active:hover {
    background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
    transform: scale(1.05);
}

.skill-wpml-language-switcher-bottom .flag-icon {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.skill-wpml-language-switcher-bottom .lang-code {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .skill-wpml-language-switcher-bottom {
        bottom: 15px;
        left: 15px;
        padding: 6px;
    }
    
    .rtl .skill-wpml-language-switcher-bottom {
        left: auto;
        right: 15px;
    }
    
    .skill-wpml-language-switcher-bottom .lang-link {
        padding: 6px 10px;
        font-size: 13px;
    }
    
    .skill-wpml-language-switcher-bottom .flag-icon {
        width: 18px;
        height: 13px;
    }
    
    .skill-wpml-language-switcher-bottom .lang-code {
        font-size: 11px;
    }
}

/* Hide on very small screens if needed */
@media (max-width: 480px) {
    .skill-wpml-language-switcher-bottom {
        bottom: 10px;
        left: 10px;
        padding: 4px;
    }
    
    .rtl .skill-wpml-language-switcher-bottom {
        left: auto;
        right: 10px;
    }
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-block-start: 0;
    margin-block-end: 0.9rem;
}

/* .elementor-counter-title font is controlled by Elementor */

a {
    background-color: transparent;
    text-decoration: none;
    font-size: 15px;
}

li {
    list-style: none;
}

* {
    transition: all 0.3s ease-in-out;
}

/*Style Scorolbal*/
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin: 40px;
}

::-webkit-scrollbar-thumb {
    border-radius: 15px 10px 10px 15px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
/*End Scorolbal*/

/*Style nav menu*/
.menu {
    border-radius: 70px;
}

.menu ul {
    border-radius: 70px;
    padding: 0 7px;
    max-height: 600px;
    overflow: hidden;
    overflow-y: auto;
}

.menu ul li {
    border-radius: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    padding: 24px 22px;
}

.menu ul li:first-child {
    margin-top: 10px;
}

.menu ul li:last-child {
    margin-bottom: 10px;
}

.menu ul li i {
    font-size: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.menu ul li a:hover {
    transform: scale(1.05);
}

/* Hamburger Menu Styles */
.hamburger-menu-btn {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1001;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.hamburger-menu-btn.active {
    z-index: -1;
}

.hamburger-menu-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.05);
}

.hamburger-icon {
    width: 20px;
    height: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 1px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.hamburger-menu-btn.active .hamburger-icon span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu-btn.active .hamburger-icon span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu-btn.active .hamburger-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    direction: rtl;
}

.mobile-menu-overlay.active .mobile-menu-container {
    transform: translateX(0);
}

.mobile-menu-header {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
    z-index: 1002;
}

.mobile-menu-close {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 1003;
    border: 2px solid rgba(0, 0, 0, 0.1);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.mobile-menu-close:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    border-color: rgba(0, 0, 0, 0.2);
}

.mobile-menu-close:active {
    transform: scale(0.95);
}

.mobile-menu-close span {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #333;
    border-radius: 1px;
    transition: all 0.3s ease;
    pointer-events: none;
}

.mobile-menu-close span:first-child {
    transform: rotate(45deg);
}

.mobile-menu-close span:last-child {
    transform: rotate(-45deg);
}

.mobile-menu-content {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-list li {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.mobile-menu-list li:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(-5px);
}

.mobile-menu-list li a {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    min-height: 50px;
}

.mobile-menu-list li a:hover {
    color: #007bff;
}

.mobile-menu-list li i {
    margin-left: 15px;
    font-size: 18px;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.mobile-menu-text {
    margin-right: 10px;
    font-size: 14px;
    flex: 1;
    text-align: right;
}

/* Mobile Menu Phone Number Styling */
.mobile-menu-phone-number {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.mobile-menu-phone-number::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.mobile-menu-phone-number:hover::before {
    left: 100%;
}

.mobile-menu-phone-number:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.mobile-menu-phone-number:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(102, 126, 234, 0.3);
}

.mobile-menu-phone-number a {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 2;
}

.mobile-menu-phone-number a::before {
    content: '📞';
    font-size: 18px;
    animation: phoneRing 2s infinite;
}

@keyframes phoneRing {
    0%, 100% {
        transform: rotate(0deg);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: rotate(-10deg);
    }
    20%, 40%, 60%, 80% {
        transform: rotate(10deg);
    }
}

.mobile-menu-phone-number a:hover {
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* RTL Support for mobile menu */
@media screen and (max-width: 1024px) {
    .mobile-menu-container {
        left: auto;
        right: 0;
        transform: translateX(100%);
    }
    
    .mobile-menu-overlay.active .mobile-menu-container {
        transform: translateX(0);
    }
    
    .mobile-menu-list li:hover {
        transform: translateX(5px);
    }
}

/* Improve touch interaction on mobile */
@media screen and (max-width: 1024px) {
    .hamburger-menu-btn {
        top: 25px;
        left: 15px;
        width: 45px;
        height: 45px;
    }
    
    .mobile-menu-container {
        width: 280px;
    }
}

@media screen and (max-width: 768px) {
    .menu ul li i {
        padding: 20px 16px;
        font-size: 18px;
    }
    
    .menu ul li a {
        min-height: 60px;
        min-width: 60px;
    }
    
    .menu ul li a:active {
        transform: scale(0.95);
    }
}

@media screen and (max-width: 480px) {
    .hamburger-menu-btn {
        top: 50px;
        left: 10px;
        width: 40px;
        height: 40px;
    }
    
    .mobile-menu-container {
        width: 260px;
    }
    
    .mobile-menu-list li a {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .mobile-menu-text {
        font-size: 13px;
    }
    
    .mobile-menu-phone-number {
        padding: 10px 16px;
        border-radius: 20px;
    }
    
    .mobile-menu-phone-number a {
        font-size: 14px;
        gap: 6px;
    }
    
    .mobile-menu-phone-number a::before {
        font-size: 16px;
    }
}

.content {
    flex: 1;
}

.content-section {
    display: none;
}

.content-section.active {
    display: block;
}

.mouse-follow-tooltip {
    position: fixed;
    background-color: #0e59f2;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
    max-width: 200px;
    word-wrap: break-word;
    text-align: center;
    box-shadow: 0 4px 12px rgba(14, 89, 242, 0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.mouse-follow-tooltip.visible {
    opacity: 1;
}

/* Responsive tooltip positioning for smaller screens */
@media screen and (max-width: 768px) {
    .mouse-follow-tooltip {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        right: auto;
        max-width: 90%;
        font-size: 12px;
        padding: 10px 16px;
        border-radius: 8px;
        box-shadow: 0 6px 20px rgba(14, 89, 242, 0.4);
    }
}

@media screen and (max-width: 480px) {
    .mouse-follow-tooltip {
        bottom: 15px;
        max-width: 85%;
        font-size: 11px;
        padding: 8px 14px;
    }
}
/*End Style nav menu*/

/*Style my info*/
.my_info {
    border-radius: 0 50px 50px 0;
    max-height: 600px;
    overflow-y: auto;
    width: 26%;
}

.my_info figure.aligncenter {
    display: flex;
    justify-content: center;
}

.my_avatar img {
    width: 280px;
    height: 306px !important;
    border-radius: 0 50px 50px 50px;
    object-fit: cover;
    position: relative;
}

.my_avatar p {
    margin-top: 32px;
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.my_avatar h4 {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
}

.my_name {
    font-size: 30px;
}

.social ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.social ul li {
    list-style: none;
}

.social ul li i {
    border: 2px solid #e8e8e8;
    padding: 12px;
    border-radius: 12px;
    font-size: 18px;
    color: #666;
    background: #ffffff;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.social ul li:hover i {
    border: 2px solid #0e59f2;
    color: #0e59f2;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(14, 89, 242, 0.08), rgba(14, 89, 242, 0.12));
    box-shadow: 0 8px 25px rgba(14, 89, 242, 0.18);
    transform: translateY(-2px) scale(1.05);
}

.social ul li i::before {
    transition: all 0.3s ease;
}

.social ul li:hover i::before {
    transform: scale(1.1);
}

.links {
    border-bottom: 1px solid #dddddd52;
    padding-bottom: 10px;
}

.links a {
    color: #464644;
}

.links span {
    color: #464644;
}

.links .down_resume:hover a{
    color: #0e59f2;
}

.links .my_contact:hover a{
    color: #0e59f2;
}
/*End Style my info*/

/*Style about_us*/
.skill_content {
    border-radius: 50px 0 0 50px;
    height: 600px;
}

.info_about_us h1 {
    font-size: 30px;
    line-height: 50px;
}

.info_about_us h1 span {
    color: #0e59f2;
}

.info {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 10px;
}

.information {
    border-left: 1px solid #ddd;
    margin-left: 15px;
}

.information .personal h6 {
    margin-left: 10px;
    background: #0e59f2;
    padding: 10px;
    color: #fff;
    border-radius: 15px;
}

.number_project {
    border: 1px solid #ddd;
    padding: 50px;
    border-radius: 20px;
}

.number_project div {
    border-left: 1px solid #ddd;
}

.number_project div:last-child {
    border-left: none;
}

.number_project #count1,#count2,#count3 {
    font-size: 60px;
    color: #0e59f2;
}
/*End Style about_us*/

/*Style my service*/
.services span {
    border: 1px solid #ddddddc4;
    padding: 5px 20px;
    border-radius: 40px;
}

.skill_boxes {
    gap: 4%;
}

/* Column wrapper: layout only */
.skill_boxs {
    max-width: 363px;
    height: max-content;
    position: relative;
}

/* Card */
.skill_box {
    background: #ffffff;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, color 0.35s ease;
    cursor: pointer;
    position: relative;
}

.skill_head {
    display: flex;
    align-items: center;
}

.skill_box h5 {
    color: #0f172a;
    margin: 16px 12px 6px 0;
    transition: color 0.35s ease;
}

.skill_box p {
    line-height: 30px;
    color: #475569;
    transition: color 0.35s ease;
}

/* Icon badge */
.skill_box .skill_icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(16, 24, 40, 0.12);
}

.skill_box .elementor-icon {
    font-size: 36px;
    line-height: 1;
    color: #6a11cb;
}

/* Hover: gradient card */
.skill_box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 28% 22%, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.08) 22%, rgba(255,255,255,0) 40%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.skill_box:hover {
    transform: translateY(-12px);
    box-shadow: 0 16px 50px rgba(16, 24, 40, 0.14);
    background-image: linear-gradient(135deg, #7c3aed 0%, #6a11cb 38%, #3b82f6 100%);
}

.skill_box:hover::before { opacity: 1; }

.skill_box:hover h5,
.skill_box:hover p {
    color: #ffffff;
}
/* Keep icon badge white on hover */
.skill_box:hover .skill_icon-wrap {
    background: #ffffff;
}
/*End my service*/

/*Style skill pricing - Modern*/
.pricing_boxes {
    gap: 24px; /* fallback; Elementor control can override */
    align-items: stretch;
}

.pricing_boxs {
    flex: 1 1 320px;
    max-width: 420px;
    border: 1px solid rgba(0,0,0,0.06);
    padding: 28px 28px 24px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    transition: transform .3s ease, box-shadow .3s ease;
    position: relative;
    top: 0;
    height: max-content;
    overflow: hidden;
}

/* ensure exactly three columns on large screens and center group */
.pricing_boxes { justify-content: center; }
.pricing_boxs { min-width: 300px; }

/* featured (middle) emphasis vs side cards */
.pricing_boxs.is-featured { 
    transform: translateY(0) scale(1.03);
    box-shadow: 0 30px 70px rgba(0,0,0,0.16);
    z-index: 2;
}
.pricing_boxs:not(.is-featured) {
    transform: translateY(12px) scale(0.98);
    box-shadow: 0 16px 36px rgba(0,0,0,0.08);
    z-index: 1;
}
.pricing_boxs:not(.is-featured):hover { transform: translateY(6px) scale(0.99); }

/* Desktop: exactly 3 cards side by side */
@media screen and (min-width: 1024px) {
    .pricing_boxes {
        flex-wrap: nowrap;
        justify-content: center;
    }
    .pricing_boxs {
        flex: 0 0 31.5%;
        max-width: 31.5%;
        min-width: 0;
    }
}

.pricing_boxs:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 56px rgba(0,0,0,0.12);
}

/* Top colored strip matching each plan */
.pricing_boxs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: linear-gradient(90deg, var(--accent-start, #02b4ff), var(--accent-end, #00d1b2));
}

.pricing_boxs:hover::before { opacity: 1; }

/* elevation shadow only */
.pricing_boxs::after { display: none; }

/* Highlight the middle card as featured (no HTML change) */
.pricing_box {
    width: 100%;
}

.pricing_box h6 { display: none; }

.pricing_header { text-align: center; margin-top: 18px; }
.plan_title {
    font-size: 18px;
    letter-spacing: 1px;
    color: #3b3b3b;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.pricing_box del {
    display: block;
    text-decoration: line-through;
    font-size: 12px;
    color: #9ca3af; /* muted gray */
    margin-top: 6px;
}

.price_wrap { text-align: center; margin-top: 36px; }
.price {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    color: #3b3b3b;
}
.price .currency { color: #00a3e1; font-size: 22px; font-weight: 700; }
.price .amount { font-size: 25px; font-weight: 800; color: #3b3b3b; }
.price .decimals { font-size: 18px; color: #3b3b3b; }
.price .period { font-size: 12px; color: #6b7280; margin-inline-start: 6px; }

.pricing_box h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 26px;
    color: #6b7280;
    font-size: 14px;
    margin: 10px 0;
    background: #e9edf1;
    border-radius: 6px;
    padding: 6px 12px;
}

/* subtle separators between features */
.pricing_box h5 + h5 {
    border-top: 1px dashed rgba(0,0,0,0.06);
    padding-top: 8px;
}

.pricing_box h5 i { color: #22c55e; font-size: 16px; margin-inline-start: 12px; }

.pricing_boxs:hover h5 i {
    transform: scale(1.1);
}
 
.skill_order {
    text-align: center;
    border: 2px solid transparent;
    padding: 12px 16px;
    border-radius: 10px;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(90deg, var(--accent-start, #02b4ff), var(--accent-end, #00d1b2)) border-box;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    margin-top: 14px;
}

/* filled for side cards */
.skill_order.is-filled {
    border: 0;
    background: linear-gradient(90deg, var(--accent-start, #02b4ff), var(--accent-end, #00d1b2));
}
.skill_order.is-filled a { color: #ffffff; }

.skill_order:hover { transform: translateY(-2px); }

.skill_order a { color: #3b3b3b; font-size: 15px; display: block; font-weight: 700; text-decoration: none; }

.skill_order:hover a { color: #3b3b3b; }

/* Badge for recommended plan */
.pricing_badge {
    position: absolute;
    top: 12px;
    left: -14px !important;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(90deg, #ffb703, #fb8500);
    border-radius: 999px;
    box-shadow: 0 6px 16px rgba(251, 133, 0, 0.35);
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.35);
    pointer-events: none;
}

.pricing_badge::before {
    content: '\2714';
    font-size: 12px;
}

.pricing_badge.is-left { inset-inline-start: 16px; transform: rotate(-14deg); }
.pricing_badge.is-right { inset-inline-end: 16px; transform: rotate(-40deg); }

/* small ribbon tail */
.pricing_badge::after {
    content: '';
    position: absolute;
    bottom: -5px;
    inset-inline-start: 18px;
    width: 10px;
    height: 10px;
    background: inherit;
    transform: rotate(45deg);
    border-radius: 2px;
    filter: brightness(0.95);
    box-shadow: 0 3px 6px rgba(251, 133, 0, 0.3);
}

@media (max-width: 480px) {
    .pricing_badge { padding: 5px 10px; font-size: 11px; }
}
/*End skill pricing*/

/*Style comments - Skill Testimonial Widget Specific*/
.skill-testimonial-container {
    width: 80%;
    max-width: 800px;
    margin: 50px auto;
    position: relative;
}

.skill-testimonial-container::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: radial-gradient(60% 60% at 10% 10%, rgba(253, 186, 116, 0.35) 0%, rgba(255, 255, 255, 0.0) 60%),
                radial-gradient(55% 55% at 90% 10%, rgba(244, 114, 182, 0.28) 0%, rgba(255, 255, 255, 0.0) 60%);
    border-radius: 25px;
    z-index: -1;
    opacity: 1;
    filter: blur(22px);
}

.skill-testimonial-container .comment {
    text-align: center;
    position: relative;
}

.skill-testimonial-swiper {
    width: 100%;
    background: #ffffff;
    border-radius: 28px;
    border: 5px solid rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.skill-testimonial-slide img {
    margin-right: 10px;
}

.skill-testimonial-slide {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-auto-rows: auto;
    align-items: center;
    gap: 20px 23px;
    padding: 10px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.skill-testimonial-slide:hover {
    transform: translateY(-5px);
}

.skill-testimonial-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.skill-testimonial-slide:hover::before {
    opacity: 1;
}

.skill-testimonial-slide-active {
    transform: scale(1.02);
}

.skill-testimonial-avatar {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 6px solid #ffffff;
    object-fit: cover;
    box-shadow: 
        0 16px 30px rgba(0, 0, 0, 0.12),
        0 6px 16px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: all 0.3s ease;
    background: #fff;
    grid-column: 1;
    grid-row: 1 / span 4;
}

.skill-testimonial-avatar::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background: conic-gradient(from 0deg, #f59e0b, #a78bfa, #60a5fa, #f59e0b);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.4;
    animation: skillRotate 3s linear infinite;
}

@keyframes skillRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.skill-testimonial-slide:hover .skill-testimonial-avatar {
    transform: scale(1.05);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.3),
        0 8px 20px rgba(0, 0, 0, 0.15);
}

.skill-testimonial-slide-active .skill-testimonial-avatar::before {
    animation: skillActivePulse 2s ease-in-out infinite;
}

@keyframes skillActivePulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

.skill-testimonial-name {
    font-size: 20px;
    font-weight: 700;
    margin-top: 6px;
    color: #111827;
    text-shadow: none;
    position: relative;
    font-family: 'YekanBakh', 'Tahoma', sans-serif;
    letter-spacing: 0.5px;
    grid-column: 2;
    order: 3;
}

.skill-testimonial-name::after {
    content: '';
    position: absolute;
    display: none;
}

.skill-testimonial-position {
    font-size: 14px;
    color: #6b7280;
    margin-top: 8px;
    font-weight: 500;
    opacity: 0.8;
    font-style: italic;
    grid-column: 2;
    order: 4;
}

.skill-testimonial-comment {
    font-size: 22px;
    color: #111827;
    margin-top: 12px;
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    line-height: 1.6;
    font-style: italic;
    position: relative;
    padding: 0 0 0 10px;
    font-family: 'YekanBakh', 'Tahoma', sans-serif;
    font-weight: 400;
    grid-column: 2;
    order: 2;
}

.skill-testimonial-comment::before {
    content: '"';
    font-size: 48px;
    color: rgba(17, 24, 39, 0.12);
    position: absolute;
    top: -20px;
    left: -10px;
    font-family: serif;
    opacity: 0.3;
}

.skill-testimonial-comment::after {
    content: '"';
    font-size: 48px;
    color: rgba(17, 24, 39, 0.12);
    position: absolute;
    bottom: -40px;
    right: -10px;
    font-family: serif;
    opacity: 0.3;
}

/* Custom scrollbar for comment text */
.skill-testimonial-comment::-webkit-scrollbar {
    width: 6px;
}

.skill-testimonial-comment::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.skill-testimonial-comment::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #667eea, #764ba2);
    border-radius: 3px;
}

.skill-testimonial-comment::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #764ba2, #667eea);
}

/* Rating stars */
.skill-testimonial-rating {
    display: flex;
    justify-content: flex-start;
    margin: 4px 0 0 0;
    gap: 5px;
    grid-column: 2;
    order: 1;
}

.skill-testimonial-star {
    color: #f59e0b;
    font-size: 18px;
    text-shadow: none;
    animation: skillStarPulse 2s ease-in-out infinite;
}

.skill-testimonial-star:nth-child(1) { animation-delay: 0s; }
.skill-testimonial-star:nth-child(2) { animation-delay: 0.2s; }
.skill-testimonial-star:nth-child(3) { animation-delay: 0.4s; }
.skill-testimonial-star:nth-child(4) { animation-delay: 0.6s; }
.skill-testimonial-star:nth-child(5) { animation-delay: 0.8s; }

@keyframes skillStarPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Pagination specific to testimonial widget */
.skill-testimonial-pagination .swiper-pagination-bullet {
    background: #e5e7eb !important;
    width: 10px !important;
    height: 4px !important;
    border-radius: 25% !important;
    opacity: 1 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    border: none !important;
}

.skill-testimonial-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
    transform: none !important;
    background: #3b82f6 !important;
    width: 18px !important;
}

/* Position pagination bottom-right inside the testimonial card */
.skill-testimonial-pagination {
    position: absolute;
    bottom: 18px !important;
    left: 36px !important;
    right: auto;
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 0;
}

/* Loading animation */
.skill-testimonial-wrapper {
    opacity: 0;
    animation: skillFadeInUp 0.8s ease forwards;
}

@keyframes skillFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive design */
@media (max-width: 768px) {
    .skill-testimonial-container {
        width: 95%;
        margin: 30px auto;
    }
    
    .skill-testimonial-slide { grid-template-columns: 100%; padding: 24px; gap: 16px; }
    .skill-testimonial-avatar { grid-row: auto; width: 96px; height: 96px; margin: 0 auto 8px; }
    .skill-testimonial-rating, .skill-testimonial-comment, .skill-testimonial-name, .skill-testimonial-position { grid-column: 1; order: initial; text-align: right; }
    .skill-testimonial-name { font-size: 18px; }
    .skill-testimonial-comment { font-size: 16px; }
    .skill-testimonial-star { font-size: 16px; }
	
	.skill-testimonial-rating, .skill-testimonial-comment, .skill-testimonial-name, .skill-testimonial-position {
		margin-top: 0;
	}
	
	.skill-testimonial-slide img {
		margin-right: 0;
	}
	
	.view-toggle {
		display: none;
	}
}

/* Dark mode support */
@media (prefers-color-scheme: light) {
    .skill-testimonial-swiper {
        background: rgba(255, 255, 255, 0.6);
        color: #0f172a;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }
    .skill-testimonial-name { color: #0f172a; }
    .skill-testimonial-comment { color: #334155; }
    .skill-testimonial-position { color: #2563eb; }
}
/*End comments*/

/*Style resume*/
.job_records {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 15px;
}

.job_records span svg {
    font-size: 30px;
    color: #0e59f2;
    border: 1px solid #0e59f2;
    border-radius: 100%;
    padding: 10px;
    margin-left: 10px;
}

.job {
    border-bottom: 1px solid #ddd;
}

.job:last-child {
    border-bottom: none;
}

.title_job {
    line-height: 40px;
}

.img_job span {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
}

.img_job img {
    height: 125px;
    width: 115px;
}

.skill_progress_bar {
    gap: 4%;
}

.skill {
    border-left: 1px solid #ddd;
    margin-left: 15px;
}

.language {
    gap: 4%;
}

.language_items i {
    font-size: 20px;
    color: #dddddd66;
}

.language_items i:nth-last-child(n + 3) {
    color: #0e59f2;
}

.skilles {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 10px;
}
/*End resume*/

/*Style poroject*/
.page {
    margin: 0 auto;
}

.buttons a {
    padding: 0.5em 1em;
    color: #464644;
    border-radius: 40px;
    border: 1px solid #ddd;
}

.buttons a:hover {
    border: 1px solid #0e59f2;
}

.buttons a.active {
    border: 1px solid #0e59f2;
}

.gallery {
    gap: 2%;
}

.gallery img {
    height: 179px;
    cursor: pointer;
    object-fit: unset !important;
}

.hidden {
    display: none;
}

.image {
    cursor: pointer;
    height: 179px;
    width: 49%;
    border: 1px solid #ddd;
    margin: 10px 0;
    border-radius: 10px;
}

.content_project {
    top: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.82);
}

.content_project span {
    color: #464644;
}

.image:hover .content_project{
    top: 0;
}

.btn-select {
    background: #0e59f2;
    margin-left: 6px;
}

.skill_btn_see_project a {
    font-size: 14px;
    padding: 15px;
    border-radius: 7px;
}

.skill_btn_see_project {
    width: 420px;
    margin-top: 35px;
}
/*End poroject*/

/*Style shop*/
.skill_cart {
    border: 1px solid #ddddddc4;
    padding: 5px 20px;
    border-radius: 40px;
    cursor: pointer;
    color: #464644;
}

.skill_cart:hover {
    border: 1px solid #0e59f2;
}

.skill_cart span.cart_count {
    background: #ddd;
    color: #464644;
    width: 23px;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
    margin-right: 5px;
}

.skill_cart:hover .cart_count {
    background: #0e59f2;
    color: #fff;
}

.container_boxes {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

.container_boxes .box {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 12px;
    cursor: pointer;
    box-shadow: 2px 2px 10px 2px #dddddd52;
    display: none;
    overflow: hidden;
    min-height: 665px;
    height: max-content;
}

.container_boxes .box:nth-child(1),
.container_boxes .box:nth-child(2){
    display: inline-block;
}

.container_boxes .box .images {
    height: 390px;
    border-radius: 10px;
}

.container_boxes .box:hover .images img {
    transform: scale(1.1);
}

.content_box h5 {
    color: #464644;
}

.content_box del {
    color: #464644;
    font-size: 14px;
}

.content_box ins {
    text-decoration: none;
    color: #0e59f2;
    font-size: 20px;
}

.content_box span {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 15px;
}

.content_box p {
    color: #464644;
    line-height: 2;
    height: 60px;
    margin-top: 15px;
}

.content_box a {
    color: #464644;
    font-size: 15px;
}

.add_cart {
    display: flex;
    justify-content: center;
    background: #ddd;
    padding: 15px;
    border-radius: 30px;
    position: relative;
    top: 70px;
    overflow: hidden;
    visibility: hidden;
}

.box:hover .add_cart {
    top: 0;
    overflow: visible;
    visibility: visible;
}

.content_box i {
    margin-right: 5px;
    color: #464644;
}

.container_boxes .box:hover .content_box a {
    color: #0e59f2;
}

.container_boxes .box:hover .content_box a i {
    margin-right: 10px;
    color: #0e59f2;
}

.load-more {
    margin-top: 20px;
    border: 1px solid #ddddddc4;
    padding: 5px 20px;
    border-radius: 40px;
    cursor: pointer;
    color: #464644;
}

.load-more:hover {
    border: 1px solid #0e59f2;
}

/*blog*/
#load-more {
    margin-top: 20px;
    border: 1px solid #ddddddc4;
    padding: 5px 20px;
    border-radius: 40px;
    cursor: pointer;
    color: #464644;
}

#load-more:hover {
    border: 1px solid #0e59f2;
}
/*blog*/
/*End shop*/

/*Style contact*/
.skill_map iframe {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 10px;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #0e59f2;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
/*End contact*/

/*Style single*/
.info_post {
    border-bottom: 1px solid #ddd;
}

.info_post h1 {
    color: #464644;
}

.post_meta i {
    color: #464644;
}

.skill_cat {
    border: 1px solid #ddd;
    border-radius: 40px;
    padding: 5px 20px;
}

.post_meta ul {
    display: inline-block;
    padding: 0;
}

.post_meta ul li {
    display: inline-block;
    color: #464644;
}

.post_meta span a {
    color: #464644;
}

.post_meta span a:hover {
    color: #0e59f2;
}

.skill_links-back .breadcrumbs a {
    color: #464644;
}

.skill_links-back .breadcrumbs a:hover {
    color: #0e59f2;
}

/* Modern Image Styles for Single Post */
.img_post {
    position: relative;
    margin: 2rem 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.img_post:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.img_post img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.img_post:hover img {
    transform: scale(1.02);
}

/* Breathing Animation Keyframes */
@keyframes breathing {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

/* Content Images Styling */
.desc_single img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    margin: 1.5rem 0;
    transition: all 0.3s ease;
    display: block;
    animation: breathing 4s ease-in-out infinite;
}

.desc_single img:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Image Caption Styling */
.desc_single .wp-caption {
    margin: 2rem 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.desc_single .wp-caption:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.desc_single .wp-caption img {
    border-radius: 15px;
    margin: 0;
    box-shadow: none;
}

.desc_single .wp-caption-text {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem 1.5rem;
    margin: 0;
    font-size: 0.9rem;
    text-align: center;
    border-radius: 0 0 15px 15px;
}

/* Aligned Images */
.desc_single .alignleft {
    float: left;
    margin: 1rem 1.5rem 1rem 0;
    max-width: 50%;
}

.desc_single .alignright {
    float: right;
    margin: 1rem 0 1rem 1.5rem;
    max-width: 50%;
}

.desc_single .aligncenter {
    display: block;
    margin: 2rem auto;
    text-align: center;
}

/* Responsive Images */
@media (max-width: 768px) {
    .desc_single .alignleft,
    .desc_single .alignright {
        float: none;
        max-width: 100%;
        margin: 1.5rem 0;
    }
    
    .img_post {
        border-radius: 15px;
    }
    
    .img_post img {
        border-radius: 15px;
    }
    
    .desc_single img {
        border-radius: 12px;
    }
}

.desc_single p {
    line-height: 40px;
}

.desc_single ul li {
    list-style: circle;
}

.desc_single ul li::marker {
    color: #0e59f2;
}

.label_post a {
    border: 1px solid #ddddddc4;
    padding: 5px 20px;
    border-radius: 40px;
    color: #464644;
    margin-left: 5px;
    margin-right: 5px;
}

.label_post a:hover {
    border: 1px solid #0e59f2;
    color: #0e59f2;
}
/*Style single*/

/*Style archive*/
.container_boxe {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

.container_boxe .boxes {
    border: 1px solid #0e59f2;
    border-radius: 15px;
    padding: 12px;
    cursor: pointer;
    box-shadow: 2px 2px 10px 2px #dddddd52;
    min-height: 422px;
    height: max-content;
}

.container_boxe .boxes .img {
    height: 200px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #0e59f2;
}

.container_boxe .boxes .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Shine overlay on thumbnail */
.container_boxe .boxes .img {
    position: relative;
    overflow: hidden;
}
.container_boxe .boxes .img a { display:block; position:relative; }
.archive-title-overlay {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background: linear-gradient(135deg, rgb(94 0 107 / 55%) 0%, rgb(0 42 128 / 73%) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(1px);
    border-radius: 0px 0px 0px 0px !important;
    color:#fff;
    padding: 10px 16px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    text-align:right;
    direction:rtl;
}
.archive-title-overlay span { font-weight:800; font-size:18px; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; width: 100%; }
.container_boxe .boxes .img::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    height: 100%;
    width: 55%;
    transform: skewX(-20deg);
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.35) 50%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    transition: left 0.9s ease;
}
.container_boxe .boxes:hover .img::after {
    left: 120%;
}

.container_boxe .boxes:hover .img img {
    transform: scale(1.1);
}

.content_boxs h5 {
    color: #464644;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 35px;
}

.content_boxs span {
    padding: 10px;
}

.content_boxs p {
    color: #464644;
    line-height: 2;
    margin-top: 12px;
}
.post-meta-author { color:#464644; font-weight:600; display:flex; align-items:center; gap:6px; margin-bottom:10px; }
.post-excerpt { color:#464644; line-height:1.9; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; margin-bottom:12px; }
.post-footer { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:10px; }
.post-date { color:#777; font-size:13px; display:flex; align-items:center; }
.btn-more { position:relative; background:#fff; color:#003AB1; border-radius:999px; padding:0 14px 0 5px; font-weight:700; text-decoration:none; display:inline-flex; align-items:center; gap:10px; isolation:isolate; }
/* gradient border */
.btn-more::before { content:""; position:absolute; inset:0; padding:1px; border-radius:999px; background: linear-gradient(135deg, #003AB1, #571F8B); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; z-index:-1; }
.btn-more-text { position:relative; z-index:1; color:#392898 !important; transition: color .2s ease; }
.btn-more .btn-more-text { color:#392898 !important; }
.btn-more-icon { width:36px; height:36px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; background: linear-gradient(135deg, #571F8B, #003AB1); color:#fff; box-shadow: 0 6px 16px rgba(0,0,0,0.12); }
.btn-more .fa-arrow-left { transform: rotate(40deg); color: #ffffff !important; }
/* hover inside card */
.boxes:hover .btn-more { background: linear-gradient(135deg, #003AB1, #571F8B); color:#fff; }
.boxes:hover .btn-more .btn-more-text { color:#ffffff !important; }
.boxes:hover .btn-more-icon { background:#fff; color:#003AB1; }

.content_boxs a {
    color: #464644;
    font-size: 15px;
}

.content_boxs i {
    margin-right: 5px;
    color: #464644;
}

.container_boxe .boxes:hover .content_boxs a {
    color: #0e59f2;
}

.container_boxe .boxes:hover .content_boxs a i {
    color: #0e59f2;
}

.archive_pagination {
    border-radius: 40px;
    padding: 5px 20px;
    margin-bottom: 60px;
}

.archive_pagination .page-numbers { display:inline-flex; align-items:center; justify-content:center; min-width:38px; height:38px; padding:0 12px; margin: 0 6px; border:1px solid #e5e7eb; border-radius:999px; line-height:1; text-decoration:none; transition: all .2s ease; }
.archive_pagination a.page-numbers { color:#2b2b2b; cursor:pointer; }
.archive_pagination a.page-numbers:hover { background:#f3f4f6; border-color:#d1d5db; color:#003AB1; }
.archive_pagination .page-numbers.current { background:#003AB1; color:#fff; border-color:#003AB1; }
.archive_pagination .page-numbers.prev, .archive_pagination .page-numbers.next { padding:0 14px; }
/*End archive*/

/* Blog view toggle */
.view-toggle {
    background: #fbfbfb;
    padding: 10px;
    border-radius: 5px;
}

.view-toggle .btn {
    color: #464644;
}

.view-toggle .btn:hover {
    background: #ddd;
    border: none;
}

.view-toggle .btn.active {
    background: #ddd;
    border: none;
}
.view-toggle .btn.active i {
    color: #0e59f2;
}

/* List view layout */
[data-view-container].list-view {
    display: block !important;
}
[data-view-container].list-view .boxes {
    display: grid;
    grid-template-columns: 260px 1fr;
    align-items: start;
    gap: 16px;
    min-height: unset;
    width: 100%;
    margin-bottom: 16px;
}
[data-view-container].list-view .boxes .img {
    height: 180px;
}
[data-view-container].list-view .boxes .content_boxs h5 {
    margin-bottom: 10px;
    -webkit-line-clamp: 1;
}
[data-view-container].list-view .boxes .content_boxs p {
    height: auto;
    max-height: 70px;
}
[data-view-container].list-view .boxes .content_boxs span {
    display: inline-block;
}

/* Tablet */
@media (max-width: 992px) {
    [data-view-container].list-view .boxes {
        grid-template-columns: 200px 1fr;
        gap: 14px;
    }
    [data-view-container].list-view .boxes .img { height: 160px; }
}

/* Mobile */
@media (max-width: 768px) {
    [data-view-container].list-view .boxes {
        grid-template-columns: 1fr;
        display: block;
    }
    [data-view-container].list-view .boxes .img {
        height: 220px;
        margin-bottom: 12px;
    }
    [data-view-container].list-view .boxes .content_boxs h5 {
        -webkit-line-clamp: 2;
        margin-bottom: 8px;
    }
    /* Avoid zoom effect on mobile list view */
    [data-view-container].list-view .boxes:hover .img img { transform: none; }
}

/*Style 404*/
.error-404-container {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    margin: 0;
    padding: 2rem;
}

.error-404-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.error-404-content {
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding: 2rem;
}

.error-404-image {
    width: 300px;
    height: 300px;
    margin: 0 auto 2rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.error-404-image:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.error-404-image img {
    max-width: 200px;
    max-height: 200px;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

.error-404-text {
    color: white;
    margin-bottom: 2rem;
}

.error-404-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background: linear-gradient(45deg, #fff, #f0f0f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.error-404-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.error-404-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
    position: relative;
    overflow: hidden;
}

.error-404-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.error-404-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4);
    color: white;
    text-decoration: none;
}

.error-404-button:hover::before {
    left: 100%;
}

.error-404-button:active {
    transform: translateY(-1px);
}

/* Floating animation for decorative elements */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.error-404-decoration {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.error-404-decoration:nth-child(1) {
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.error-404-decoration:nth-child(2) {
    top: 20%;
    right: 10%;
    animation-delay: 2s;
}

.error-404-decoration:nth-child(3) {
    bottom: 20%;
    left: 15%;
    animation-delay: 4s;
}

.error-404-decoration:nth-child(4) {
    bottom: 10%;
    right: 15%;
    animation-delay: 1s;
}
/*End 404*/

form#commentform {
    margin-bottom: 48px;
}

/*Style footer*/
footer {
    padding: 8px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    box-shadow: 10px 3px 9px #c5c4c4;
}
/*End footer*/

/*Style responsive*/
@media screen and (max-width: 1358px) {

	.skill_boxs {
    max-width: 308px;
	}

	.pricing_boxs {
    max-width: 308px;
	}

	.my_avatar img {
    width: 242px;
	}

}

@media screen and (max-width: 1200px) {

	.skill_boxs {
    max-width: 308px;
	}

	.pricing_boxs {
    max-width: 308px;
	}

	.my_avatar img {
    width: 243px;
	}

}

@media screen and (max-width: 1024px) {

    .wc-block-components-sidebar-layout {
        margin: 0 auto 85px !important;
    }

    .skill_body {
        flex-direction: column;
    }

    .menu {
        margin-bottom: 10px;
        position: sticky;
        top: 0;
        z-index: 99;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .menu ul {
        display: flex;
        margin: 0;
        align-items: center;
        overflow-x: auto;
    }

    .menu ul li:first-child {
        margin-top: 0;
    }

    .menu ul li {
        margin-left: 5px;
    }

    .my_info {
        border-radius: 15px;
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .title_my_job {
        margin-top: 5px !important;
    }

    .skill_content {
        border-radius: 15px;
        margin-right: 0 !important;
    }

    .skill_boxs {
        max-width: 418px;
    }

    .pricing_boxs {
        max-width: 425px;
    }

}

/* Hide horizontal menu on mobile devices */
@media screen and (max-width: 1024px) {
    .menu {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {

    .error-404-title {
        font-size: 2rem;
    }
    
    .error-404-image {
        width: 250px;
        height: 250px;
    }
    
    .error-404-image img {
        max-width: 150px;
        max-height: 150px;
    }
    
    .error-404-content {
        padding: 1rem;
    }

    .woocommerce ul.order_details li {
        margin-bottom: 25px;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .skill_boxs {
        max-width: 298px;
    } 

    .pricing_boxs {
        max-width: 307px;
    }

    .products li {
        width: 47.75% !important;
    }

    .products li {
        min-height: 490px;
    }

}

@media (max-width: 480px) {
    .error-404-title {
        font-size: 1.5rem;
    }
    
    .error-404-image {
        width: 200px;
        height: 200px;
    }
    
    .error-404-image img {
        max-width: 120px;
        max-height: 120px;
    }
}

@media screen and (max-width: 425px) {

    .footer-full-width {
        margin: 0 -15px -16px -15px !important;
    }
    
    .container_boxe {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .skill_content {
        margin-left: 0 !important;
        padding: 15px !important;
    }
    
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .my_info {
        max-height: 620px;
    }

    .skill_blog_link_info_share {
        flex-direction: column;
    }

    .woocommerce-MyAccount-content {
        margin-bottom: 85px !important;
    }

    .woocommerce-customer-details {
        margin-bottom: 85px !important;
    }

    a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
        margin-bottom: 50px;
    }

    .archive_pagination {
        margin-bottom: 85px;
    }

    .buttons ul {
        padding: 0;
        display: flex !important;
        flex-direction: column !important;
    }

    .buttons ul li {
        margin-right: 0 !important;
        margin-bottom: 25px;
    }

    .skill_boxs, .pricing_boxs {
        max-width: 99%;
        margin-right: 2px !important;
    }

    .info {
        flex-direction: column;
    }

    .information {
        border-bottom: 1px solid #ddd;
        border-left: unset;
        margin-bottom: 15px;
        margin-left: unset;
    }

    .information .social {
        margin-bottom: 30px;
    }

    .number_project div {
        border-left: unset;
        border-bottom: 1px solid #ddd;
    }

    .number_project div:last-child {
        border-bottom: none;
    }

    .img_job {
        display: flex;
        flex-direction: column;
    }

    .img_job span {
        margin-bottom: 10px;
    }

    .skilles {
        flex-direction: column;
    }

    .skill {
        border-left: none;
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
    }

    .image {
        width: 100% !important;
    }

    .links {
        margin: 0 10px;
    }

    

    .products li {
        width: 100% !important;
    }

    .products li {
        min-height: 580px;
    }

    .woocommerce-tabs ul {
        display: flex;
        overflow-x: auto;
        width: 100%;
        height: 80px;
    }

    .woocommerce-tabs ul li {
        display: flex !important;
        align-items: center !important;
    }

    .post_meta {
        display: flex;
        flex-direction: column;
    }

    .post_meta span {
        margin-bottom: 16px;
    }

    .content_single >div.d-flex .justify-content-between .mt-4 {
        flex-direction: column;
    }

    .social {
        margin-bottom: 20px;
    }

    form#commentform {
        margin-bottom: 80px;
    }

    footer {
        border-radius: 0;
    }

}

@media screen and (max-width: 375px) {

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        grid-template-columns: 5px 132px !important;
    }

    .menu {
        border-radius: 15px;
    }

    .personal {
        margin-right: 10px;
    }

    .container_boxes {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }

    .container_boxes .box .images {
        height: 290px;
    }

    

    .container_boxes .box {
        min-height: 570px;
    }

    .products li {
        min-height: 540px;
    }
	
	.container_boxe {
		grid-template-columns: repeat(auto-fit, minmax(304px, 1fr));
		gap: 20px;
	}

}

@media screen and (max-width: 349px) {
    .container_boxe {
		grid-template-columns: repeat(auto-fit, minmax(278px, 1fr));
		gap: 20px;
	}
}

@media screen and (max-width: 328px) {
    .container_boxe {
		grid-template-columns: repeat(auto-fit, minmax(257px, 1fr));
		gap: 20px;
	}
}

@media screen and (max-width: 320px) {

    .container_boxe .boxes {
        width: 84%;
    }

    .skill_boxs, .pricing_boxs {
        max-width: 98%;
    }

    .personal {
        flex-direction: column;
    }

    .container_boxes {
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    }

    .products li {
        min-height: 490px;
    }

    .container_boxe {
		grid-template-columns: repeat(auto-fit, minmax(297px, 1fr));
	}

}
/*End responsive*/


/* Footer Custom Styles - Matching Theme Colors */
:root {
  --skill-primary: #0e59f2;
  --skill-primary-light: #2563eb;
  --skill-primary-dark: #1e40af;
  --skill-text: #464644;
  --skill-text-light: #666;
  --skill-border: #ddd;
  --skill-bg-light: #f4f5f7;
  --skill-white: #fff;
  --skill-shadow: rgba(14, 89, 242, 0.1);
}

.mh-footer {
  position: relative;
  overflow: hidden;
  color: var(--skill-text);
  background: linear-gradient(135deg, 
    #667eea 0%, 
    #764ba2 25%, 
    #f093fb 50%, 
    #f5576c 75%, 
    #4facfe 100%);
  background-size: 400% 400%;
  animation: gradientShift 8s ease infinite;
  border-top: 1px solid var(--skill-border);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.mh-footer__glow {
  position: absolute;
  inset: auto -15% -60% -15%;
  height: 480px;
  background: radial-gradient(60% 60% at 50% 0%,
    rgba(102, 126, 234, 0.3) 0%, 
    rgba(118, 75, 162, 0.2) 25%,
    rgba(240, 147, 251, 0.2) 50%,
    rgba(245, 87, 108, 0.2) 75%,
    rgba(79, 172, 254, 0.1) 100%);
  filter: blur(40px);
  pointer-events: none;
  animation: glowPulse 6s ease-in-out infinite;
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

.mh-footer__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding: 48px 24px 28px;
  position: relative;
  z-index: 2;
}

.mh-footer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  margin-bottom: 18px;
}

.mh-logo {
  opacity: 0.9;
  color: var(--skill-white);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.mh-title strong {
  font-size: 1.1rem;
  letter-spacing: 0.2px;
  color: var(--skill-white);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.mh-title span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin-top: 2px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.mh-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 10px 0 18px;
}

.mh-footer__nav a {
  padding: 10px 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: var(--skill-white);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.mh-footer__nav a:hover {
  color: var(--skill-white);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.mh-footer__social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 22px;
}

.mh-footer__social a {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  color: var(--skill-white);
  text-decoration: none;
  opacity: 0.9;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.mh-footer__social a:hover {
  transform: translateY(-4px) scale(1.1);
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.mh-footer__bottom {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  position: relative;
}

.mh-to-top {
  position: absolute;
  inset-inline-start: 0;
  bottom: 8px;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: var(--skill-white);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}

.mh-to-top:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

@media (max-width: 640px) {
  .mh-footer__inner {
    padding: 40px 16px 24px;
  }
  .mh-footer__nav {
    gap: 10px;
  }
  .mh-footer__nav a {
    padding: 8px 12px;
    font-size: 0.9rem;
  }
  .mh-footer__social a {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
  .mh-to-top {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .mh-footer {
    background: linear-gradient(135deg, 
      #1a1a2e 0%, 
      #16213e 25%, 
      #0f3460 50%, 
      #533483 75%, 
      #667eea 100%);
  }
  
  .mh-footer__glow {
    background: radial-gradient(60% 60% at 50% 0%,
      rgba(26, 26, 46, 0.4) 0%, 
      rgba(22, 33, 62, 0.3) 25%,
      rgba(15, 52, 96, 0.3) 50%,
      rgba(83, 52, 131, 0.2) 75%,
      rgba(102, 126, 234, 0.1) 100%);
  }
}

.footer-full-width {
    margin: 0 -24px -16px -24px;
}

/* Override margin for skill title desc widget description */
.tdw-desc, .tdw-title {
    margin: 0 !important;
}