.banner-section3 {
    padding: 132px 0px 132px !important;
    position: relative;
    z-index: 1;
}

.bg-white {
    background-color: #fff;
}

.pt-40 {
    padding-top: 40px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-120 {
    padding-top: 120px;
}

/* Custom Banner Styles */
.breadcrumb-banner {
    background-image: url('../images/page-header-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    /* padding: 180px 0 120px; */
    z-index: 1;
}

.breadcrumb-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 24, 40, 0.7);
    /* Dark blue overlay */
    z-index: -1;
}

.breadcrumb-title {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.breadcrumb-list li,
.bread-content ul li {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
}

.breadcrumb-list li a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s;
    text-decoration: none;
}

.breadcrumb-list li a:hover {
    color: #fff;
}


.bread-content ul a {
    font-size: 20px;
    font-weight: 500;
    color: #ef7c00;
}

.icon-box.p1-bg {
    background-color: #ffffff !important;
}

.icon-box.p1-bg i,
.p1-clr {
    color: #ef7c00 !important;
}

.icon-box.p1-bg:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}








/* Split Services Section Styles */
.service-split-wrapper {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.service-split-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.service-image-side {
    flex: 1;
    max-width: 50%;
}

.service-image-side img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    object-fit: cover;
    height: 400px;
    /* Fixed height for consistency */
}

.service-text-side {
    flex: 1;
    max-width: 50%;
}

.service-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eef1f6;
}

.s-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.s-feature-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    /* Light blue bg */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ef7c00 !important;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.s-feature-item:hover .s-feature-icon {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.s-feature-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.s-feature-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0;
    margin-bottom: 0;
}

.service-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(13, 110, 253, 0.1);
    color: var(--p1-clr, #0d6efd);
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 30px;
    transition: all 0.3s;
    text-decoration: none;
}

.service-btn:hover {
    background: var(--p1-clr, #0d6efd);
    color: #fff;
}

@media (max-width: 991px) {
    .service-split-card {
        flex-direction: column-reverse;
        /* Text top, Image bottom */
        gap: 30px;
    }

    .service-image-side,
    .service-text-side {
        max-width: 100%;
    }

    .service-split-wrapper {
        gap: 60px;
    }
}

/* Counter Items Style Fix for Choose Section */
/* This mimics .counter-wrap .counter-items from main.css since we aren't using the grid wrapper */
.choose-section .counter-items {
    background: #fff;
    border-radius: 20px;
    border-bottom: 6px solid var(--p2-clr, #ef7c00);
    padding: 62px 20px;
    height: 100%;
    transition: all 0.4s;
    /* Ensure box-style works */
    position: relative;
    overflow: hidden;
}

/* Ensure text colors behave with box-style hover */
.choose-section .counter-items:hover h4,
.choose-section .counter-items:hover p {
    color: #fff !important;
}

.choose-section .counter-items:hover i {
    color: #fff !important;
}

/* Stagger Effect for Desktop */
@media (min-width: 992px) {
    .stagger-col {
        margin-top: 50px;
    }
}

/* Custom Why Sanode Section Redesign */
.why-why-section-wrap {
    position: relative;
    z-index: 1;
}

.why-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.why-feature-grid.cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1199px) {
    .why-feature-grid.cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1199px) {
    .why-feature-grid.cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Make image presentation more premium */
.why-image-box {
    position: relative;
    padding: 20px;
    z-index: 1;
}

.why-image-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 40px;
    bottom: 40px;
    background: rgba(239, 124, 0, 0.05);
    /* Very subtle offset bg */
    border-radius: 30px;
    z-index: -1;
}

.why-image-box img {
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    transform: translate(20px, 20px);
    /* Offset image slightly */
    transition: transform 0.5s ease;
}

.why-image-box:hover img {
    transform: translate(20px, 15px);
    /* Gentle float on hover */
}

@media (max-width: 767px) {
    .why-feature-grid {
        grid-template-columns: 1fr;
    }

    .why-image-box::before {
        right: 0;
        bottom: 0;
        height: 90%;
        top: 10%;
    }

    .why-image-box img {
        transform: none;
    }

    .why-image-box:hover img {
        transform: none;
    }
}

/* Minimal List Style for Why Sanode Section */
.why-minimal-item {
    padding: 15px;
    transition: transform 0.3s ease;
}

.why-minimal-item:hover {
    transform: translateY(-5px);
}

.why-minimal-item .min-icon {
    font-size: 52px;
    color: #ef7c00;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.why-minimal-item .min-icon::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgba(239, 124, 0, 0.1);
    border-radius: 50%;
    bottom: -5px;
    right: -10px;
    z-index: -1;
    transition: all 0.3s;
}

.why-minimal-item:hover .min-icon::after {
    transform: scale(1.5);
    background: rgba(239, 124, 0, 0.2);
}

.why-minimal-item h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.why-minimal-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* =========================================
   NEW REDESIGNED ABOUT PAGE STYLES
   ========================================= */

/* 1. Hero Section */
.about-hero-modern {
    position: relative;
    padding: 160px 0 100px;
    background: url('../img/page-header-bg.jpg') no-repeat center center/cover;
    min-height: 80vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.about-hero-modern::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(8, 24, 40, 0.9) 0%, rgba(8, 24, 40, 0.6) 100%);
    z-index: 1;
}

.about-hero-modern .container {
    position: relative;
    z-index: 2;
}

.hero-content-modern .hero-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
}

.hero-content-modern .hero-desc {
    font-size: 20px;
    line-height: 1.6;
    max-width: 600px;
    opacity: 0.9;
    color: #fff;
}

@media (max-width: 991px) {
    .hero-content-modern .hero-title {
        font-size: 42px;
    }
}

/* 2. Intro Composition */
.about-intro-modern {
    position: relative;
    overflow: hidden;
}

.intro-images-composition {
    position: relative;
    padding-bottom: 40px;
    padding-right: 20px;
}

.img-box-main img {
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.img-box-float {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    border: 8px solid #fff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.experience-badge {
    position: absolute;
    top: 10%;
    right: 10%;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    background-color: #ef7c00;
    /* p1-bg fallback */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 6px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    animation: rotateBadge 10s linear infinite reverse;
}

.experience-badge .count {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
}

.experience-badge .label {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 5px;
    color: #fff;
}

@keyframes rotateBadge {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-10px) rotate(5deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.icon-circle.p1-bg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ef7c00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
}

.check-grid span {
    color: #1a1a1a;
}

/* 3. VMV Cards */
.vmv-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid #eee;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.vmv-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #ef7c00;
    transition: all 0.4s ease;
    z-index: -1;
}

.vmv-card.active::before,
.vmv-card:hover::before {
    height: 100%;
}

.vmv-card.active,
.vmv-card:hover {
    border-color: transparent;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(239, 124, 0, 0.2);
}

.vmv-card .card-icon {
    width: 70px;
    height: 70px;
    background: rgba(239, 124, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ef7c00;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.vmv-card.active .card-icon,
.vmv-card:hover .card-icon {
    background: #fff;
    color: #ef7c00;
}

.vmv-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
    transition: color 0.4s;
}

.vmv-card.active h3,
.vmv-card:hover h3 {
    color: #fff;
}

.vmv-card p {
    color: #666;
    margin-bottom: 0;
    transition: color 0.4s;
}

.vmv-card.active p,
.vmv-card:hover p {
    color: rgba(255, 255, 255, 0.9);
}

/* 4. Impact Parallax */
.impact-parallax {
    background: url('../img/page-header-bg.jpg') fixed center center/cover;
    /* Fallback image if needed */
    position: relative;
    z-index: 1;
}

.overlay-dark {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.stat-box-modern {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s;
}

.stat-box-modern:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.stat-num {
    font-size: 40px;
    font-weight: 700;
    color: #ef7c00;
    margin-bottom: 5px;
}

.stat-label {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

/* 5. Service Snap Card */
.service-snap-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-snap-card:hover {
    transform: translateY(-5px);
    border-color: #ef7c00;
}

.icon-wrap-snap {
    width: 60px;
    height: 60px;
    background: rgba(239, 124, 0, 0.05);
    color: #ef7c00;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 25px;
    transition: all 0.3s;
}

.service-snap-card:hover .icon-wrap-snap {
    background: #ef7c00;
    color: #fff;
}

.service-snap-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.service-snap-card p {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1;
}

.service-snap-card .read-more {
    color: #ef7c00;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* 6. Team Modern */
.team-card-modern {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.team-card-modern:hover {
    transform: translateY(-10px);
}

.team-img {
    height: 280px;
    overflow: hidden;
    position: relative;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.team-card-modern:hover .team-img img {
    transform: scale(1.05);
}

.team-info {
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #fff;
}

.team-info h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1a1a1a;
}

.team-info span {
    color: #ef7c00;
    font-size: 14px;
    font-weight: 600;
}

.social-overlay {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s;
}

.social-overlay a {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #ef7c00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.3s;
}

.social-overlay a:hover {
    background: #ef7c00;
    color: #fff;
}

/* =========================================
   SUXNIX-INSPIRED DESIGN (ABOUT V2)
   ========================================= */

/* Typography & Colors */
.sux-big-title {
    font-family: 'Teko', sans-serif;
    font-size: 82px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 0.95;
    margin-bottom: 25px;
    color: #081828;
    /* Dark Blue */
}

.sux-sec-title {
    font-family: 'Teko', sans-serif;
    font-size: 56px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
}

.sux-sub-heading {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #ef7c00;
}

.sux-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    max-width: 600px;
}

.highlight-text {
    color: #ef7c00;
    position: relative;
    display: inline-block;
}

/* 1. Suxnix Hero */
.sux-hero {
    position: relative;
    padding: 180px 0 100px;
    overflow: hidden;
    background: #f9f9f9;
    /* Light BG */
}

.sux-shape-1 {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(239, 124, 0, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    z-index: 0;
    animation: pulseShape 8s infinite ease-in-out;
}

.sux-shape-2 {
    position: absolute;
    bottom: -50px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(8, 24, 40, 0.03) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    z-index: 0;
}

@keyframes pulseShape {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

.img-mask-circle {
    width: 100%;
    height: 550px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    animation: morphShape 8s ease-in-out infinite;
    background: #fff;
    border: 5px solid #fff;
}

.img-mask-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes morphShape {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    50% {
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    }

    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.floating-badge {
    position: absolute;
    bottom: 50px;
    left: -30px;
    background: #ef7c00;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 5px solid #fff;
    box-shadow: 0 15px 30px rgba(239, 124, 0, 0.3);
    animation: floatBadge 3s ease-in-out infinite alternate;
}

.floating-badge .num {
    font-family: 'Teko', sans-serif;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
}

.floating-badge .txt {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

@keyframes floatBadge {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* Buttons */
.sux-btn-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s;
    text-transform: uppercase;
}

.sux-btn-pill.primary {
    background: #ef7c00;
    color: #fff;
    box-shadow: 0 10px 20px rgba(239, 124, 0, 0.3);
}

.sux-btn-pill.primary:hover {
    background: #081828;
    color: #fff;
    transform: translateY(-3px);
}

.sux-btn-pill.outline {
    border: 2px solid #ef7c00;
    color: #ef7c00;
    margin-left: 15px;
}

.sux-btn-pill.outline:hover {
    background: #ef7c00;
    color: #fff;
}

.sux-btn-pill.outline.dark {
    border-color: #081828;
    color: #081828;
}

.sux-btn-pill.outline.dark:hover {
    background: #081828;
    color: #fff;
}

.sux-btn-pill.white-bg {
    background: #fff;
    color: #ef7c00 !important;
}

.sux-btn-pill.white-bg:hover {
    background: #081828;
    color: #fff !important;
}

/* 2. Feature Bubbles */
.sux-features {
    background: #fff;
}

.sux-feature-box {
    text-align: center;
    padding: 40px 20px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #f0f0f0;
    transition: all 0.4s;
}

.sux-feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border-color: #ef7c00;
}

.icon-bubble {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: rgba(239, 124, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #ef7c00;
    transition: all 0.4s;
    position: relative;
}

.sux-feature-box:hover .icon-bubble {
    background: #ef7c00;
    color: #fff;
    transform: rotateY(180deg);
}

.sux-feature-box h4 {
    font-family: 'Teko', sans-serif;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* 3. Split About */
.sux-img-stack {
    position: relative;
    padding: 30px;
}

.sux-img-stack .img-back {
    width: 80%;
    border-radius: 20px;
    opacity: 0.5;
    transform: rotate(-5deg);
}

.sux-img-stack .img-front {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    border-radius: 20px;
    border: 10px solid #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transform: rotate(3deg);
}

.sux-check-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sux-check-list li {
    font-size: 18px;
    font-weight: 600;
    color: #081828;
    margin-bottom: 15px;
    font-family: 'Teko', sans-serif;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sux-check-list li i {
    color: #ef7c00;
}

.sux-read-more {
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    color: #081828;
    text-decoration: none;
    border-bottom: 2px solid #ef7c00;
    padding-bottom: 2px;
    transition: all 0.3s;
}

.sux-read-more:hover {
    color: #ef7c00;
    padding-bottom: 5px;
}

/* 4. Dark Stats Section */
.sux-stats-video {
    background: #081828;
    /* Dark Blue from Sanode Palette */
    position: relative;
    padding: 80px 0;
}

/* Brush Dividers */
.sux-brush-bottom {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Cpath class='elementor-shape-fill' fill='%23ffffff' d='M0,6V0h1000v100L0,6z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    z-index: 2;
}

.sux-brush-top-white {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none' transform='rotate(180)'%3E%3Cpath class='elementor-shape-fill' fill='%23081828' d='M0,6V0h1000v100L0,6z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    z-index: 2;
}

.sux-brush-bottom-white {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Cpath class='elementor-shape-fill' fill='%23ffffff' d='M0,6V0h1000v100L0,6z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    z-index: 2;
}

/* Ring Stats */
.sux-stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.stat-ring {
    width: 150px;
    height: 150px;
    position: relative;
}

.stat-ring svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.stat-ring circle {
    fill: none;
    stroke-width: 8;
    stroke: rgba(255, 255, 255, 0.1);
    stroke-dasharray: 440;
    stroke-dashoffset: 0;
}

.stat-ring circle:nth-child(2) {
    stroke: #ef7c00;
    stroke-dashoffset: calc(440 - (440 * var(--p)) / 100);
    stroke-linecap: round;
}

.ring-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
}

.ring-content .h2 {
    font-family: 'Teko', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

/* Video */
.sux-video-box {
    position: relative;
    padding: 20px;
    text-align: center;
}

.video-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    z-index: 1;
}

.video-img-mask {
    border: 10px solid rgba(255, 255, 255, 0.1);
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}

.video-pulse-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #ef7c00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    animation: pulseBtn 2s infinite;
    z-index: 2;
    text-decoration: none;
}

@keyframes pulseBtn {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 124, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(239, 124, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239, 124, 0, 0);
    }
}

/* 5. Hex Grid */
.sux-hex-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.sux-hex-item {
    width: 160px;
    height: 180px;
    background: #f9f9f9;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
}

.sux-hex-item:hover {
    background: #ef7c00;
}

.sux-hex-item:hover i,
.sux-hex-item:hover h5 {
    color: #fff !important;
}

.hex-content h5 {
    font-family: 'Teko', sans-serif;
    font-size: 22px;
    margin: 10px 0 0;
    font-weight: 600;
}

.sux-cta-box {
    background: #ef7c00;
    position: relative;
    z-index: 1;
}

.overlay-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.5;
    z-index: 0;
}

@media (max-width: 991px) {
    .sux-big-title {
        font-size: 52px;
    }

    .sux-sec-title {
        font-size: 40px;
    }

    .sux-hero {
        padding-top: 140px;
    }
}

/* =========================================
   ABOUT V3 STYLES (Mixed Layout)
   ========================================= */

/* Hero V3: Uses V1 Dark BG + V2 Split Layout */
.about-hero-v3 {
    position: relative;
    padding: 160px 0 100px;
    background: url('../img/page-header-bg.jpg') no-repeat center center/cover;
    min-height: 85vh;
    /* Taller height for split content */
    display: flex;
    align-items: center;
    overflow: hidden;
}

.about-hero-v3 .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(8, 24, 40, 0.95) 0%, rgba(8, 24, 40, 0.7) 100%);
    z-index: 0;
}

.v3-hero-img-wrap {
    position: relative;
    padding: 20px;
}

/* Cleaner Mask for V3 (less wobbly than V2) */
.v3-img-mask {
    width: 100%;
    max-width: 480px;
    height: 500px;
    border-radius: 40px 10px 40px 10px;
    /* Sophisticated geometric rounded style */
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    border: 5px solid rgba(255, 255, 255, 0.1);
    transform: rotate(2deg);
    transition: all 0.5s ease;
    margin-left: auto;
}

.v3-img-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v3-hero-img-wrap:hover .v3-img-mask {
    transform: rotate(0deg) scale(1.02);
    border-color: rgba(239, 124, 0, 0.5);
}

/* V3 Badge removed per request */

@media (max-width: 991px) {
    .v3-img-mask {
        height: 350px;
        margin: 40px auto 0;
    }
}

/* =========================================
   ABOUT V3 OVERRIDES (Standard Fonts)
   ========================================= */

/* Wrapper class to enforce standard styling on Suxnix structure */
.about-v3-wrapper {
    --heading-font: 'Outfit', sans-serif;
    /* Fallback/Standard */
    --body-font: 'Open Sans', sans-serif;
}

.about-v3-wrapper .sux-big-title {
    font-family: var(--heading-font);
    font-weight: 800;
    font-size: 64px;
    /* Adjusted down from 82px Teko */
    text-transform: capitalize;
    /* V1 style is Title Case, V2 was Uppercase */
    letter-spacing: -1px;
}

.about-v3-wrapper .sux-sec-title {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 42px;
    /* Adjusted down from 56px Teko */
    text-transform: capitalize;
}

.about-v3-wrapper .sux-btn-pill {
    font-family: var(--heading-font);
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.about-v3-wrapper .sux-sub-heading {
    font-family: var(--heading-font);
    letter-spacing: 1px;
}

.about-v3-wrapper .check-grid span {
    font-family: var(--heading-font) !important;
}

/* Ensure V3 text casing matches V1 intention */
.about-v3-wrapper h1,
.about-v3-wrapper h2,
.about-v3-wrapper h3,
.about-v3-wrapper h5 {
    text-transform: none !important;
    /* Reset uppercase */
}

/* =========================================
   Creative Feature Grid (About V2 Redesign - Grid Mode)
   ========================================= */
.creative-hex-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    /* 2 Col Grid */
    gap: 20px;
    margin-top: 35px;
}

.hex-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    /* Improved card shadow */
    border: 1px solid #f0f0f0;
    /* Clearer border for white background */
    transition: all 0.3s ease;
}

.hex-feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(239, 124, 0, 0.1);
    border-color: rgba(239, 124, 0, 0.2);
}

/* Modern Circle Icon (Replaces Hex) */
.hex-icon-wrap {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* Circle shape */
    background: rgba(239, 124, 0, 0.08);
    /* Light Orange */
    color: #ef7c00;
    font-size: 20px;
    transition: all 0.3s ease;
}

/* On hover, fill the icon */
.hex-feature-item:hover .hex-icon-wrap {
    background: #ef7c00;
    color: #fff;
    transform: none;
    /* No rotation */
}

/* Inner wrapper - simplified (removed hex clip) */
.hex-icon-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    clip-path: none;
    /* Remove hex shape */
    color: inherit;
}

.hex-feature-item:hover .hex-icon-inner {
    transform: none;
    /* Remove counter-rotation */
    background: transparent;
    color: inherit;
}

.hex-text h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #0b0b0b;
}

.hex-text p {
    font-size: 13px;
    line-height: 1.4;
    color: #666;
    margin-bottom: 0;
}

/* =========================================
   Minimal Professional Banner (About V2 Redesign)
   ========================================= */
.creative-banner-v2 {
    position: relative;
    padding: 200px 0 100px;
    background: #0b1c2e;
    /* Deep minimal dark */
    overflow: hidden;
    z-index: 1;
}

/* Subtle Texture / Noise for premium feel */
.creative-banner-v2::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../images/page-header-bg.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    /* Barely visible for depth */
    mix-blend-mode: luminosity;
    z-index: -1;
}

.creative-banner-v2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0b1c2e 0%, transparent 100%);
    z-index: -1;
}

.cb-content-box {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

/* Minimal Breadcrumb - Editorial Style */
.cb-breadcrumb-list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 0;
    margin-bottom: 20px;
}

.cb-breadcrumb-list li {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
}

.cb-breadcrumb-list li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: 0.3s;
}

.cb-breadcrumb-list li a:hover {
    color: #ef7c00;
}

.cb-breadcrumb-list li.active {
    color: #ef7c00;
}

.cb-sep {
    font-size: 4px;
    /* Dot separator */
    margin-left: 15px;
    color: rgba(255, 255, 255, 0.2);
    vertical-align: middle;
}

/* Big Minimal Title */
.cb-title {
    font-size: 40px;
    /* Adjusted for 'We are' */
    font-weight: 700;
    color: #fff;
    line-height: 1.05;
    letter-spacing: -1px;
    margin-bottom: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 15px;
    /* Space between We are and Sanode */
    flex-wrap: wrap;
}

.cb-title span {
    font-size: 80px;
    /* Adjusted for 'Sanode' */
    color: #ef7c00;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -2.5px;
}

/* Minimal Line */
.cb-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, #ef7c00 0%, transparent 100%);
    margin: 30px auto 0;
}

@media (max-width: 767px) {
    .cb-title {
        font-size: 30px;
    }

    .cb-title span {
        font-size: 50px;
    }

    .creative-banner-v2 {
        padding: 150px 0 80px;
    }
}

/* =========================================
   Mission Vision Values V2 (Professional Redesign)
   ========================================= */
.mvv-v2-section {
    padding: 120px 0;
    position: relative;
    background: #fff;
}

/* Container for the 3 distinct blocks */
.mvv-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    /* No gap, connected flow */
}

/* Individual Block Style */
.mvv-block {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    /* Minimal separator */
    padding: 80px 0;
}

.mvv-block:last-child {
    border-bottom: none;
}

.mvv-block.reverse {
    flex-direction: row-reverse;
}

/* Typography & Content */
.mvv-text-col {
    flex: 1;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mvv-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ef7c00;
    margin-bottom: 20px;
    display: inline-block;
}

.mvv-heading {
    font-size: 42px;
    font-weight: 700;
    color: #0b1c2e;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
}

.mvv-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
    max-width: 550px;
}

/* Visual Side (Image or Graphic) */
.mvv-visual-col {
    flex: 1;
    position: relative;
    min-height: 500px;
}

.mvv-img-box {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.mvv-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.mvv-block:hover .mvv-img-box img {
    transform: scale(1.05);
}

/* Values Grid Redesign */
.mvv-values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 10px;
}

.mvv-val-item h5 {
    font-size: 18px;
    font-weight: 700;
    color: #0b1c2e;
    margin-bottom: 8px;
}

.mvv-val-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 991px) {

    .mvv-block,
    .mvv-block.reverse {
        flex-direction: column;
        padding: 50px 0;
    }

    .mvv-text-col {
        padding: 0 0 40px 0;
    }

    .mvv-visual-col {
        min-height: 300px;
    }

    .mvv-values-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   Mission Vision Values V4 (Light Step Cards)
   ========================================= */
.mvv-v3-section {
    padding: 60px 0;
    position: relative;
    background: #fff;
    /* White Background */
    z-index: 1;
}

/* Subtle Background Pattern */
.mvv-v3-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#ef7c00 0.5px, transparent 0.5px), radial-gradient(#ef7c00 0.5px, #fff 0.5px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    opacity: 0.05;
    z-index: -1;
}

.mvv-v3-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.mvv-step-card {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 50px 30px;
    border-radius: 16px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    /* Move border logic to box-shadow for perfect fit or simple border-bottom */
    border-bottom: 4px solid transparent;
}

.mvv-step-card:hover {
    background: #fff;
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-color: #eee;
    /* Keep side/top border color */
    border-bottom-color: #ef7c00;
    /* Orange Border Bottom */
}

/* Step Number */
.step-num {
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    color: rgba(0, 0, 0, 0.03);
    /* Light Ghost Number */
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 0.4s ease;
}

.mvv-step-card:hover .step-num {
    color: rgba(239, 124, 0, 0.1);
    transform: scale(1.1);
}

/* Icon Box */
.step-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ef7c00;
    margin-bottom: 25px;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}

.mvv-step-card:hover .step-icon {
    background: #ef7c00;
    color: #fff;
    box-shadow: 0 10px 25px rgba(239, 124, 0, 0.25);
}

/* Content */
.step-title {
    font-size: 24px;
    font-weight: 700;
    color: #0b1c2e;
    /* Dark Text */
    margin-bottom: 20px;
    transition: color 0.4s ease;
}

.step-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    /* Grey Text */
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .mvv-v3-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .mvv-v3-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   Services V2 (Redesign)
   ========================================= */
.services-v2-section {
    padding: 60px 0;
    background: #f4f7fa;
    /* Light Corporate Background */
}

.services-v2-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.service-v2-card {
    background: #fff;
    border-radius: 20px;
    padding: 50px 40px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.02);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-v2-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(8, 28, 46, 0.08);
}

/* Big Number Background */
.sv2-num-bg {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 140px;
    font-weight: 800;
    color: rgba(239, 124, 0, 0.03);
    line-height: 1;
    z-index: 0;
    font-family: var(--heading-font);
    transition: all 0.4s ease;
}

.service-v2-card:hover .sv2-num-bg {
    color: rgba(239, 124, 0, 0.08);
    transform: scale(1.1) rotate(-5deg);
}

/* Icon */
.sv2-icon-box {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #ef7c00;
    margin-bottom: 30px;
    box-shadow: 0 10px 25px rgba(239, 124, 0, 0.15);
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

.service-v2-card:hover .sv2-icon-box {
    background: #ef7c00;
    color: #fff;
    transform: rotateY(180deg);
}

/* Content */
.sv2-content {
    position: relative;
    z-index: 1;
    flex: 1;
}

.sv2-subtitle {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 10px;
}

.sv2-title {
    font-size: 26px;
    font-weight: 700;
    color: #0b1c2e;
    margin-bottom: 15px;
    line-height: 1.3;
}

.sv2-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 30px;
}

/* Features List inside Card */
.sv2-features {
    padding-top: 25px;
    border-top: 1px solid #eee;
}

.sv2-feat-item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.sv2-feat-item:last-child {
    margin-bottom: 0;
}

.sv2-feat-icon {
    margin-top: 4px;
    color: #ef7c00;
    font-size: 16px;
}

.sv2-feat-text h5 {
    font-size: 16px;
    font-weight: 700;
    color: #0b1c2e;
    margin-bottom: 5px;
}

.sv2-feat-text p {
    font-size: 13px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 0;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .services-v2-grid {
        grid-template-columns: 1fr;
    }

    .service-v2-card {
        padding: 40px 25px;
    }
}

/* =========================================
   Services V3 (Modern Sophisticated Editorial)
   ========================================= */
.services-v3-section {
    padding: 60px 0;
    background: var(--cmnbg);
    position: relative;
}

.sv3-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* Space between boxes */
    margin-top: 60px;
}

.sv3-item {
    display: grid;
    grid-template-columns: 80px 1.2fr 2fr;
    gap: 50px;
    padding: 60px 50px;
    border-radius: 24px;
    /* Rounder edges */
    background: #fff;
    /* White by default */
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    /* Prepare for border transition */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
    /* Subtle default shadow */
    overflow: hidden;
}

.sv3-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
    background: #ef7c00;
    transform: scaleY(0);
    transition: transform 0.4s ease;
    transform-origin: center;
}

.sv3-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    /* Deeper shadow on hover */
    border-color: rgba(239, 124, 0, 0.1);
}

.sv3-item:hover::before {
    transform: scaleY(1);
}

/* Number */
.sv3-num {
    font-size: 20px;
    font-weight: 700;
    color: #ef7c00;
    font-family: var(--heading-font);
    opacity: 0.3;
    transition: all 0.4s ease;
}

.sv3-item:hover .sv3-num {
    opacity: 1;
    transform: translateX(5px);
}

/* Title & Icon Area */
.sv3-title-box {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.sv3-icon {
    width: 70px;
    height: 70px;
    background: #f4f7fa;
    /* Light grey bg */
    border-radius: 20px;
    /* Matches card roundness */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #0b1c2e;
    transition: all 0.4s ease;
}

.sv3-item:hover .sv3-icon {
    background: #ef7c00;
    color: #fff;
    border-radius: 50%;
    /* Icon shape shift */
    transform: rotate(10deg);
}

.sv3-title {
    font-size: 24px !important;
    font-weight: 700;
    color: #0b1c2e;
    line-height: 1.2;
    margin: 0;
    transition: padding 0.4s ease;
}

.sv3-item:hover .sv3-title {
    padding-left: 10px;
    /* Subtle text slide */
}

/* Description Area */
.sv3-desc-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sv3-desc-box p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Tags/Features Redesign */
.sv3-tags {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin-top: 15px;
}

.sv3-tag {
    font-size: 13px;
    background: #f9f9f9;
    padding: 8px 16px;
    border-radius: 30px;
    color: #555;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.4s ease;
}

.sv3-tag i {
    font-size: 12px;
    color: #ef7c00;
}

.sv3-item:hover .sv3-tag {
    background: #0b1c2e;
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .sv3-item {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 40px 30px;
    }

    .sv3-item::before {
        height: 6px;
        width: 100%;
        top: auto;
        bottom: 0;
        transform: scaleX(0);
        transform-origin: left;
    }

    .sv3-item:hover::before {
        transform: scaleX(1);
    }

    .sv3-num {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .sv3-title {
        font-size: 24px !important;
    }

    .sv3-title-box {
        flex-direction: row;
        align-items: center;
    }
}

/* =========================================
   Modern Counter Section (Ultra-Modern V3)
   ========================================= */
.care-counter-section-modern {
    padding: 80px 0 !important;
    position: relative;
    background: #fff;
    /* White Background */
}

/* Container for the grid */
.care-counter-wrapper-modern {
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    overflow: visible;
}

.care-counter-wrapper-modern::before,
.care-counter-wrapper-modern::after {
    display: none;
}

/* Left Text Area */
.cc-modern-title {
    font-size: 38px !important;
    font-weight: 800;
    color: #0b1c2e;
    line-height: 1.05;
    margin-bottom: 30px;
    font-family: "Fraunces", sans-serif;
    position: relative;
    letter-spacing: -1.5px;
    /* Tight modern spacing */
}

/* Modern Pill Accent */
.cc-modern-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 8px;
    background: #ef7c00;
    margin-top: 25px;
    border-radius: 4px;
}

.cc-modern-subtitle {
    color: #666;
    font-size: 19px;
    line-height: 1.6;
    max-width: 480px;
    margin-bottom: 0;
    font-weight: 400;
}

/* Right Grid Area */
.cc-modern-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Ultra-Modern Card */
.cc-modern-card {
    background: #fff;
    border: none;
    /* Borderless */
    border-radius: 24px;
    padding: 50px 30px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    /* Soft Shadow */
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Subtle Gradient Splash */
.cc-modern-card::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(239, 124, 0, 0.1) 0%, transparent 60%);
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.6s ease;
    z-index: -1;
}

.cc-modern-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(11, 28, 46, 0.12);
    /* Deep Lift */
}

.cc-modern-card:hover::before {
    opacity: 1;
    transform: scale(1);
}

/* Numbers */
/* Numbers */
.cc-modern-num {
    font-size: 40px !important;
    font-weight: 800;
    color: #0b1c2e;
    font-family: var(--heading-font);
    display: block;
    margin-bottom: 15px;
    line-height: 1;
    position: relative;
}

.cc-modern-num .count {
    font-size: 45px !important;
    color: inherit;
    background: linear-gradient(180deg, #0b1c2e 0%, #333 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cc-modern-card:hover .cc-modern-num .count {
    background: linear-gradient(135deg, #ef7c00 0%, #ff9f43 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Labels */
.cc-modern-label {
    font-size: 14px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* Wide tracking */
    margin: 0;
    transition: color 0.4s ease;
}

.cc-modern-card:hover .cc-modern-label {
    color: #0b1c2e;
    /* Darken on hover */
}

/* Responsive */
@media (max-width: 991px) {
    .care-counter-wrapper-modern {
        text-align: center;
    }

    .cc-modern-title::after {
        margin: 25px auto 0;
    }

    .cc-modern-subtitle {
        margin: 0 auto;
    }

    .cc-modern-grid {
        grid-template-columns: 1fr;
        margin-top: 50px;
    }

    .cc-modern-title {
        font-size: 38px !important;
    }
}

/* Spacing Utilities */
.space-top {
    padding-top: 60px;
}

.space-bottom {
    padding-bottom: 60px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

/* =========================================
   COMMITMENT SECTION REDESIGN
   ========================================= */
.why-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    /* Increased gap */
    margin-top: 50px;
    /* Increased margin */
}

.commitment-card {
    background: #fff;
    padding: 45px 35px;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.commitment-card:hover {
    transform: translateY(-10px);
    border-color: transparent;
    box-shadow: 0 20px 50px rgba(239, 124, 0, 0.15);
    /* Orange glow shadow */
}

.commitment-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    /* Soft square */
    background: rgba(239, 124, 0, 0.06);
    color: #ef7c00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 25px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.commitment-card:hover .commitment-icon {
    background: #ef7c00;
    color: #fff;
    box-shadow: 0 10px 20px rgba(239, 124, 0, 0.3);
    transform: scale(1.1);
}

.commitment-card h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.commitment-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.commitment-card::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(239, 124, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: -1;
}

.commitment-card:hover::after {
    opacity: 1;
    right: -10px;
    bottom: -10px;
    width: 150px;
    height: 150px;
}

/* =========================================
   PARTNER SECTION REDESIGN
   ========================================= */
.partner-modern-section {
    position: relative;
    overflow: hidden;
    background: #fff;
    /* White background for contrast */
}

/* --- Image Side --- */
.partner-modern-img-wrap {
    position: relative;
    z-index: 1;
    padding-right: 30px;
}

.pm-img-main {
    border-radius: 40px 40px 40px 0;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 2;
}

.pm-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.partner-modern-img-wrap:hover .pm-img-main img {
    transform: scale(1.05);
}

/* Decorative Shapes */
.pm-shape-circle {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(239, 124, 0, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
    animation: fadePulse 4s infinite alternate;
}

@keyframes fadePulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        transform: scale(1.2);
    }
}

/* Floating Badge */
.pm-badge {
    position: absolute;
    bottom: 30px;
    right: 0px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 3;
    max-width: 220px;
    animation: floatBadge 5s ease-in-out infinite;
}

@keyframes floatBadge {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.pm-badge-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0b1c2e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.pm-badge-text {
    display: flex;
    flex-direction: column;
}

.pm-badge-text .num {
    font-size: 24px;
    font-weight: 800;
    color: #ef7c00;
    line-height: 1;
}

.pm-badge-text .label {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-top: 4px;
}

/* --- Form Side --- */
.partner-form-wrapper {
    padding-left: 20px;
}

.form-group-modern {
    margin-bottom: 5px;
}

.pm-input {
    width: 100%;
    background: #f8f9fa;
    border: 1px solid #eef1f6;
    border-radius: 12px;
    padding: 18px 25px;
    font-size: 16px;
    color: #0b1c2e;
    transition: all 0.3s ease;
    font-weight: 500;
}

.pm-input::placeholder {
    color: #999;
    font-weight: 400;
}

.pm-input:focus {
    background: #fff;
    border-color: #ef7c00;
    box-shadow: 0 10px 20px rgba(239, 124, 0, 0.08);
    outline: none;
}

textarea.pm-input {
    resize: none;
    height: 150px;
}

/* --- Button --- */
.pm-btn {
    background: #0b1c2e;
    color: #fff;
    padding: 18px 40px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border: 2px solid #0b1c2e;
    cursor: pointer;
}

.pm-btn .icon {
    width: 25px;
    height: 25px;
    background: #ef7c00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    transition: all 0.4s ease;
}

.pm-btn:hover {
    background: #fff;
    color: #0b1c2e;
    border-color: #0b1c2e;
}

.pm-btn:hover .icon {
    transform: translateX(5px);
    background: #0b1c2e;
}

/* Modern Dropdown (Nice Select) Styling */
.partner-modern-form .nice-select.pm-input {
    float: none;
    line-height: normal;
    height: auto;
    padding: 18px 25px;
    background: #f8f9fa;
    border: 1px solid #eef1f6;
    border-radius: 12px;
    width: 100%;
}

.partner-modern-form .nice-select.pm-input:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    right: 25px;
    width: 8px;
    height: 8px;
}

.partner-modern-form .nice-select.pm-input.open,
.partner-modern-form .nice-select.pm-input:focus {
    background: #fff;
    border-color: #ef7c00;
}

.partner-modern-form .nice-select.pm-input .list {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid #eef1f6;
    margin-top: 10px;
    width: 100%;
    padding: 10px 0;
    z-index: 100;
}


.partner-modern-form .nice-select.pm-input .option {
    padding: 12px 25px;
    border: none;
    color: #444;
    font-size: 15px;
    line-height: 1.5;
    transition: all 0.3s ease;
    min-height: auto;
}

.partner-modern-form .nice-select.pm-input .option:hover,
.partner-modern-form .nice-select.pm-input .option.focus,
.partner-modern-form .nice-select.pm-input .option.selected.focus {
    background-color: rgba(239, 124, 0, 0.05);
    color: #ef7c00;
}

.partner-modern-form .nice-select.pm-input .option.selected {
    font-weight: 700;
    color: #ef7c00;
    background: transparent;
}


@media (max-width: 991px) {
    .partner-modern-img-wrap {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .partner-form-wrapper {
        padding-left: 0;
    }

    .pm-badge {
        right: 20px;
    }
}


/* =========================================
   FAQ CREATIVE & SOPHISTICATED DESIGN
   ========================================= */
.faq-creative-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #eee;
    background: transparent;
    margin-bottom: 5px;
    border-radius: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.faq-creative-accordion .accordion-item:last-child {
    border-bottom: none;
}

/* Active State Transformation */
.faq-creative-accordion .accordion-item:has(.accordion-collapse.show) {
    background: #fff;
    border-bottom: 1px solid transparent;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    /* Sophisticated lift */
    border-radius: 12px;
    transform: scale(1.02);
    /* Subtle pop */
    z-index: 2;
    position: relative;
    border-left: 5px solid #ef7c00;
    /* Editorial accent */
}

.faq-creative-accordion .accordion-button {
    background: transparent;
    color: #0b1c2e;
    font-size: 20px;
    font-family: var(--heading-font);
    /* Sophisticated serif/heading font */
    font-weight: 700;
    padding: 25px 20px;
    box-shadow: none;
    border-radius: 0;
}

.faq-creative-accordion .accordion-button:not(.collapsed) {
    color: #ef7c00;
    background: transparent;
    box-shadow: none;
}

.faq-creative-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

/* Creative Toggle Icon */
.faq-creative-accordion .accordion-button::after {
    background-image: none;
    content: "+";
    font-family: "Onest", sans-serif;
    /* Clean sans-serif for symbol */
    font-weight: 300;
    font-size: 32px;
    color: #999;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    transition: all 0.4s ease;
    margin-left: auto;
}

.faq-creative-accordion .accordion-button:not(.collapsed)::after {
    content: "-";
    color: #ef7c00;
    transform: rotate(180deg);
}

.faq-creative-accordion .accordion-body {
    padding: 0 20px 30px;
    color: #555;
    line-height: 1.8;
    /* Breathable reading */
    font-size: 16px;
}

/* 
   Dark Creative Stat Cards 
   High Contrast & Premium Feel
*/
.modern-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.creative-stat-card {
    background: #0b1c2e;
    /* Deep Blue Theme */
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.creative-stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(239, 124, 0, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    transition: all 0.5s ease;
}

.creative-stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(11, 28, 46, 0.3);
    border-color: rgba(239, 124, 0, 0.3);
}

.creative-stat-card:hover::before {
    transform: scale(1.5);
    background: radial-gradient(circle, rgba(239, 124, 0, 0.25) 0%, transparent 70%);
}

.creative-stat-card h2 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.creative-stat-card h2 .count {
    color: #fff;
}

.creative-stat-card h2 .suffix {
    color: #ef7c00;
    /* Orange +/k */
}

.creative-stat-card p {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
}

.creative-stat-card:hover p {
    color: #fff;
}

/* =========================================
   MODERN FOOTER REDESIGN
   ========================================= */
.footer-modern {
    background: #0b1c2e;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer-modern a {
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Footer Top Area */
.footer-top {
    padding: 80px 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo img {
    max-width: 180px;
    margin-bottom: 25px;
}

.footer-desc {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 15px;
    max-width: 300px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-social a:hover {
    background: #ef7c00;
    border-color: #ef7c00;
    transform: translateY(-3px);
}

/* Footer Widgets */
.footer-widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-widget-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #ef7c00;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-links a::before {
    content: "\f105";
    /* FontAwesome angle-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    color: #ef7c00;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 10px;
}

.footer-links a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

/* Contact Info in Footer */
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-contact-item .icon {
    width: 35px;
    height: 35px;
    background: rgba(239, 124, 0, 0.1);
    color: #ef7c00;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-contact-item .content h6 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 600;
}

.footer-contact-item .content p,
.footer-contact-item .content a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    display: block;
}

.footer-contact-item .content a:hover {
    color: #ef7c00;
}

/* Footer Bottom */
.footer-bottom-modern {
    padding: 25px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom-modern p {
    margin: 0;
}

/* =========================================
   HERO SLIDER NAVIGATION (BOTTOM RIGHT)
   ========================================= */
.banner-section3 .array-button-banner {
    position: absolute;
    bottom: 50px;
    right: 120px;
    z-index: 10;
    display: flex;
    gap: 15px;
}

.banner-section3 .array-button-banner button {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-section3 .array-button-banner button:hover {
    background: #ef7c00;
    transform: translateY(-5px);
}

.banner-section3 .array-button-banner button img {
    width: 20px;
    transition: all 0.3s;
}

.banner-section3 .array-button-banner button:hover img {
    filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
    .banner-section3 .array-button-banner {
        right: 50px;
        bottom: 30px;
    }
}

@media (max-width: 767px) {
    .banner-section3 .array-button-banner {
        right: 20px;
        bottom: 20px;
    }

    .banner-section3 .array-button-banner button {
        width: 45px;
        height: 45px;
    }
}

/* Helper for 3 columns in Service V2 Grid */
@media (min-width: 1200px) {
    .services-v2-grid.cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* Rules for tablets */
}

/* =========================================
   Why Choose Us (Orange Theme Redesign)
   ========================================= */
.why-orange-section {
    background-color: #f4f7fa;
    /* Light Background Request */
    padding: 60px 0;
    color: #0b1c2e;
    /* Dark Text */
    position: relative;
    overflow: hidden;
}

/* Update Orange Theme class to handle the light background version */
.why-orange-section.orange-theme {
    background-color: #f4f7fa;
    background-image: none;
    /* Remove radial gradient */
}

.wos-tag {
    display: inline-block;
    background: rgba(239, 124, 0, 0.1);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #ef7c00;
}

.wos-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0b1c2e;
}

.wos-subtitle {
    font-size: 18px;
    opacity: 0.8;
    margin-bottom: 60px;
    font-weight: 400;
    color: #555;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.wos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.wos-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    /* Subtle border */
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
}

.wos-card:hover {
    background: #fff;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(239, 124, 0, 0.3);
    /* Orange border on hover */
}

.wos-icon-circle {
    width: 70px;
    height: 70px;
    background: rgba(239, 124, 0, 0.1);
    /* Light Orange */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 28px;
    color: #ef7c00;
    transition: all 0.3s ease;
}

.wos-card:hover .wos-icon-circle {
    background: #ef7c00;
    color: #fff;
    transform: scale(1.1);
}

.wos-card h4 {
    color: #0b1c2e;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.wos-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .wos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .wos-title {
        font-size: 36px;
    }

    .wos-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   Product Card Modern Redesign
   ========================================= */
.product-modern-section {
    padding: 60px 0;
    background: #fff;
}

.product-modern-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.product-modern-grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1199px) {
    .product-modern-grid.cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .product-modern-grid.cols-3 {
        grid-template-columns: 1fr;
    }
}

.product-card-modern {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
}

.product-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(239, 124, 0, 0.2);
}

/* Badge */
.pcm-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ef7c00;
    /* Sanode Orange */
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 20px;
    z-index: 2;
}

.pcm-badge.new {
    background: #3498db;
    /* Blue for new */
}

/* Image Side */
.pcm-img-box {
    width: 200px;
    /* Increased from 140px */
    height: 200px;
    /* Increased from 140px */
    flex-shrink: 0;
    background: #f8f9fa;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.pcm-img-box img {
    width: 80%;
    height: auto;
    object-fit: contain;
}

/* Content Side */
.pcm-content {
    flex: 1;
}

.pcm-title {
    font-size: 20px;
    font-weight: 700;
    color: #0b1c2e;
    margin-bottom: 5px;
    display: block;
}

.pcm-rating {
    margin-bottom: 12px;
    font-size: 13px;
    color: #ffb400;
    /* Star color */
}

.pcm-rating span {
    color: #999;
    margin-left: 5px;
}

.pcm-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Check List */
.pcm-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pcm-features li {
    font-size: 13px;
    color: #555;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pcm-features li i {
    color: #ef7c00;
    /* Checkmark color */
    font-size: 12px;
}

.pcm-btn-wrap {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* We removed price and add to cart, so maybe just a 'View Details' or hidden */
.pcm-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #ef7c00;
    text-decoration: none;
    transition: 0.3s;
}

.pcm-view-btn:hover {
    color: #d16b00;
    gap: 12px;
}

/* =========================================
   Premium Product Tabs
   ========================================= */
.product-tabs-wrapper {
    margin-bottom: 50px;
}

.product-nav-tabs {
    border: none;
    justify-content: center;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.product-nav-tabs .nav-link {
    border: 1px solid #eee !important;
    background: #fff !important;
    color: #0b1c2e !important;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.product-nav-tabs .nav-link:hover {
    border-color: #ef7c00 !important;
    color: #ef7c00 !important;
    transform: translateY(-2px);
}

.product-nav-tabs .nav-link.active {
    background: #ef7c00 !important;
    color: #fff !important;
    border-color: #ef7c00 !important;
    box-shadow: 0 10px 20px rgba(239, 124, 0, 0.2);
}

/* =========================================
   Product Card Creative (Vertical Variation)
   ========================================= */
.product-card-creative {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 24px;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.product-card-creative:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.pcc-bg-shape {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    height: 250px;
    background: radial-gradient(circle at center, rgba(239, 124, 0, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    transition: 0.4s;
}

.product-card-creative:hover .pcc-bg-shape {
    background: radial-gradient(circle at center, rgba(239, 124, 0, 0.15) 0%, transparent 70%);
    top: -30px;
}

.pcc-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #0b1c2e;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    z-index: 2;
}

.pcc-img-wrap {
    position: relative;
    z-index: 1;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.pcc-img-wrap img {
    max-height: 100%;
    width: auto;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.05));
    transition: 0.4s;
}

.product-card-creative:hover .pcc-img-wrap img {
    transform: scale(1.1) rotate(2deg);
    filter: drop-shadow(0 20px 25px rgba(0, 0, 0, 0.1));
}

.pcc-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pcc-cat {
    display: block;
    color: #ef7c00;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.pcc-title {
    font-size: 22px;
    color: #0b1c2e;
    font-weight: 700;
    margin-bottom: 10px;
}

.pcc-title a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}

.pcc-title a:hover {
    color: #ef7c00;
}

.pcc-desc {
    color: #666;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.pcc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    border: 2px solid #ef7c00;
    color: #ef7c00;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.3s;
    margin-top: auto;
    align-self: center;
}

.product-card-creative {
    display: flex;
    flex-direction: column;
}

.product-card-creative:hover .pcc-btn {
    background: #ef7c00;
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .product-modern-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .product-card-modern {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px;
    }

    .pcm-img-box {
        width: 100%;
        height: 180px;
        margin-bottom: 10px;
    }
}

/* =========================================
   Need Help Choosing Section
   ========================================= */
.help-box-wrapper {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
}

.help-card {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

.help-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ef7c00;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.help-card:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.help-card:hover h3,
.help-card:hover p,
.help-card:hover .hc-icon {
    color: #fff !important;
}

.help-card:hover .white-opacity {
    color: rgba(255, 255, 255, 0.9) !important;
}

.contact-card {
    background: #0b1c2e;
}

.partner-card {
    background: e6e6e7;
}

.hc-icon {
    font-size: 44px;
    margin-bottom: 25px;
    color: #ef7c00;
    transition: all 0.4s ease;
}

.white-opacity {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    line-height: 1.6;
    transition: all 0.4s ease;
}

.help-card h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 0.4s ease;
    font-family: 'Outfit', sans-serif;
}

.help-card .common-btn {
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.help-card:hover .common-btn {
    background: #fff !important;
    color: #ef7c00 !important;
    border-color: #fff !important;
}

.help-card:hover .common-btn img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(88%) saturate(1476%) hue-rotate(1deg) brightness(101%) contrast(105%);
}

@media (max-width: 1199px) {
    .help-card {
        padding: 40px;
    }

    .help-card h3 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .help-card::before {
        transform-origin: bottom;
        transform: scaleY(0);
    }

    .help-card:hover::before {
        transform: scaleY(1);
        transform-origin: top;
    }
}

/* Who We Are Modern Section */
.who-we-are-modern {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.wwa-modern-box {
    position: relative;
}

.cmn-tag,
.wwa-creative-tag {
    font-family: 'Outfit', sans-serif;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    padding: 8px 24px 8px 42px;
    background-color: #ef7c00 !important;
    border-radius: 50px;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 25px !important;
    box-shadow: 0 10px 20px rgba(239, 124, 0, 0.2);
    transition: all 0.3s ease;
}

.cmn-tag::before,
.wwa-creative-tag::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
    animation: wwa-pulse 2s infinite;
}

@keyframes wwa-pulse {
    0% {
        transform: translateY(-50%) scale(1);
        border-radius: 50%;
    }

    50% {
        transform: translateY(-50%) scale(1.4);
        border-radius: 50%;
    }

    100% {
        transform: translateY(-50%) scale(1);
        border-radius: 50%;
    }
}

.cmn-tag:hover,
.wwa-creative-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(239, 124, 0, 0.3);
}

.wwa-feature-box {
    background: #ef7c00 !important;
    /* Specific Sanode Orange */
    box-shadow: 0 20px 50px rgba(239, 124, 0, 0.2);
    transition: transform 0.4s ease;
    border-radius: 20px !important;
    color: #fff !important;
}

.wwa-feature-box h3,
.wwa-feature-box p,
.wwa-feature-box span {
    color: #fff !important;
}

.wwa-feature-box p {
    opacity: 0.95;
    /* Increased opacity for better readability */
}

.wwa-feature-box:hover {
    transform: translateY(-5px);
}

.wwa-icon-circle {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .wwa-content-wrap .section-title h2 {
        font-size: 38px;
    }

    .who-we-are-modern {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.fs-two,
h2 {
    font-size: 34px !important;
    line-height: 64% !important;
}

.who-we-are-modern .section-title h2,
.section-title h2 {
    line-height: 1.2 !important;
}

.section-title h2 span.position-relative,
.sv3-list .sv3-title span.position-relative,
.cb-content-box h1 span {
    font-size: 36px !important;
    display: inline-block;
}