/* Targeted mobile styles (screens 767px wide or less) */
@media screen and (max-width: 767px) {
.logomin {
    height: 89px!important;
    width: 89px!important;
}
}
.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    transition: all 0.4s ease-in-out;
    z-index: 9999;
}


.mobile-sidebar.active {
    left: 0;
}



.cta2-images {
  background-image: url('../images/bgmain.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gold-text{
        background: linear-gradient(180deg, #FFE56B 0%, #F5B400 35%, #D88700 70%, #A95B00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 20px rgba(255, 193, 7, 0.25);
}
.text-gold{
        color: #d5942a;
}

/* Card Container */
.ow-features-card {
    background: #0d0d0d;
    border: 1px solid rgba(212, 175, 55, 0.25);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);
}

/* Vertical Gold Separators */
.ow-feature-border {
    border-right: 1px solid rgba(212, 175, 55, 0.35);
}

/* Typography Specifics */
.ow-label-top {
    color: #e0e0e0;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2;
}

.ow-label-bottom {
    color: #d4af37;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    line-height: 1.3;
}

/* SVG Icon Hover Effect */
.ow-svg-icon svg {
    transition: transform 0.3s ease;
}

.ow-features-card:hover .ow-svg-icon svg {
    transform: translateY(-2px);
}

/* Responsive Scaling for Small Mobile Screens */
@media (max-width: 576px) {
    .ow-svg-icon svg {
        width: 30px;
        height: 30px;
    }
    .ow-label-top {
        font-size: 0.55rem;
    }
    .ow-label-bottom {
        font-size: 0.65rem;
    }
}
/* Hero Section Layout Base */
.ow-v2-hero-section {
    background-color: #080808;
    color: #ffffff;
    padding-top: 50px; /* Navbar ke neeche se start karne ke liye spacing */
    padding-bottom: 60px;
    position: relative;
}

.ow-v2-bg-glow {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

/* Badge & Typography */
.ow-v2-pill-badge {
    display: inline-block;
    border: 1px solid #d4af37;
    border-radius: 50px;
    color: #d4af37;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    background: rgba(212, 175, 55, 0.08);
}

.fw-black {
    font-weight: 800;
}

.ow-v2-main-title {
    letter-spacing: 0.5px;
    line-height: 1.15; /* Overflow/Clipping prevent karta hai */
}

.ow-v2-gold-gradient {
    
-webkit-text-fill-color: transparent;
    text-shadow: rgba(255, 193, 7, 0.25) 0px 0px 20px;
    background: linear-gradient(rgb(255, 229, 107) 0%, rgb(245, 180, 0) 35%, rgb(216, 135, 0) 70%, rgb(169, 91, 0) 100%) text;
}

.ow-v2-gold-text {
    color: #d4af37;
}

/* Vertical Borders for Pillars */
.ow-v2-pillars-wrap .ow-v2-feature-card {
    border-right: 1px solid rgba(212, 175, 55, 0.25);
}

.ow-v2-pillars-wrap .col-6:nth-child(2) .ow-v2-feature-card {
    border-right: 1px solid rgba(212, 175, 55, 0.25);
}

@media (max-width: 767px) {
    .ow-v2-pillars-wrap .col-6:nth-child(2) .ow-v2-feature-card {
        border-right: none; /* Mobile pe 2x2 grid ke liye border reset */
    }
}

.ow-v2-pillars-wrap .col-6:last-child .ow-v2-feature-card,
.ow-v2-pillars-wrap .col-md-3:last-child .ow-v2-feature-card {
    border-right: none;
}

/* Buttons & Chips */
.ow-v2-btn-gold {
    background: linear-gradient(135deg, #eed074 0%, #b8860b 100%);
    color: #000000;
    border: none;
    border-radius: 6px;
}

.ow-v2-btn-gold:hover {
    color: #000000;
    opacity: 0.9;
}

.ow-v2-btn-outline {
    border: 1px solid #d4af37;
    color: #d4af37;
    background: transparent;
    border-radius: 6px;
}

.ow-v2-btn-outline:hover {
    background: rgba(212, 175, 55, 0.1);
    color: #d4af37;
}

.ow-v2-profit-chip {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.ow-v2-arrow-up {
    color: #00ff88;
}

.fs-7 {
    font-size: 0.8rem;
}

.ow-v2-banner-box {
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(15, 15, 15, 0.85);
}
/* =========================
   STAR BACKGROUND
========================= */

.oroworld-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.08), transparent 45%),
        #05070b;
}

/* Stars container */
.stars {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

/* Individual stars */
.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.9);
    animation:
        starTwinkle var(--twinkle-duration) ease-in-out infinite,
        starFloat var(--float-duration) linear infinite;
    opacity: 0;
}

/* Gold stars */
.star.gold-star {
    background: #d4af37;
    box-shadow:
        0 0 6px rgba(212, 175, 55, 0.9),
        0 0 14px rgba(212, 175, 55, 0.4);
}

/* Twinkle */
@keyframes starTwinkle {
    0%,
    100% {
        opacity: 0.15;
        transform: scale(0.7);
    }

    50% {
        opacity: 1;
        transform: scale(1.5);
    }
}

/* Slow movement */
@keyframes starFloat {
    0% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(-25px) translateX(10px);
    }

    100% {
        transform: translateY(-50px) translateX(-5px);
    }
}

/* Keep hero content above stars */
.hero-container {
    position: relative;
    z-index: 2;
}

.hero-visual {
    position: relative;
    z-index: 2;
}



/* =================================
           HERO
        ================================= */

        .oroworld-hero {
            position: relative;
            width: 100%;
            min-height: 100vh;

            display: flex;
            align-items: center;

            overflow: hidden;

            background:
                radial-gradient(
                    circle at 10% 50%,
                    rgba(255, 196, 0, 0.08),
                    transparent 30%
                ),
                radial-gradient(
                    circle at 85% 55%,
                    rgba(255, 196, 0, 0.06),
                    transparent 30%
                ),
                #030303;
        }


        /* =================================
           STARS
        ================================= */

        .stars {
            position: absolute;
            inset: 0;

            pointer-events: none;

            opacity: .65;

            background-image:
                radial-gradient(
                    circle,
                    rgba(255, 215, 0, .65) 1px,
                    transparent 1.5px
                ),
                radial-gradient(
                    circle,
                    rgba(255, 215, 0, .4) 1px,
                    transparent 1.5px
                );

            background-size:
                180px 150px,
                280px 220px;

            background-position:
                20px 40px,
                100px 100px;
        }


        /* =================================
           GOLD BORDER
        ================================= */

        .gold-border {
            position: absolute;

            right: 0;
            top: 0;

            width: 2px;
            height: 100%;

            background: #D4AF37;

            box-shadow:
                0 0 15px rgba(212, 175, 55, .5);

            z-index: 10;
        }


        /* =================================
           CONTAINER
        ================================= */

        .hero-container {
            position: relative;
            z-index: 2;
        }

        .hero-content {
            max-width: 590px;
        }


        /* =================================
           BADGE
        ================================= */

        .ai-badge {
            display: inline-flex;

            align-items: center;
            justify-content: center;

            padding: 8px 28px;

            border: 1px solid rgba(212, 175, 55, .65);

            border-radius: 50px;

            color: #D4AF37;

            font-family: 'Orbitron', sans-serif;

            font-size: 11px;
            font-weight: 500;

            letter-spacing: .8px;

            margin-bottom: 28px;

            background: rgba(212, 175, 55, .03);

            opacity: 0;

            animation: fadeUp .5s ease forwards;
        }


        /* =================================
           HEADING
        ================================= */

        .hero-title {
            margin: 0 0 26px;

            font-family: 'Orbitron', sans-serif;

            font-size: clamp(50px, 5vw, 73px);

            font-weight: 900;

            line-height: .9;

            letter-spacing: -2px;

            text-transform: uppercase;
        }

        .hero-title span {
            display: block;

            width: 0;

            overflow: hidden;

            white-space: nowrap;

            opacity: 0;

            /* POINTER COMPLETELY REMOVED */
            border: none !important;
        }


        /* WHITE TEXT */

        .hero-title .white {
            color: #ffffff;
        }


        /* GOLD TEXT */

        .hero-title .gold {
            background:
                linear-gradient(
                    180deg,
                    #FFE56B 0%,
                    #F5B400 35%,
                    #D88700 70%,
                    #A95B00 100%
                );

            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;

            background-clip: text;

            filter:
                drop-shadow(
                    0 2px 3px rgba(0,0,0,.45)
                );

            text-shadow:
                0 0 10px rgba(245,169,0,.25);
        }


        /* =================================
           FAST TYPEWRITER
        ================================= */

        .hero-title .line-1 {
            animation:
                typeFast1 .45s steps(10, end) forwards;

            animation-delay: .05s;
        }

        .hero-title .line-2 {
            animation:
                typeFast2 .15s steps(2, end) forwards;

            animation-delay: .50s;
        }

        .hero-title .line-3 {
            animation:
                typeFast3 .25s steps(4, end) forwards;

            animation-delay: .65s;
        }

        .hero-title .line-4 {
            animation:
                typeFast4 .40s steps(7, end) forwards;

            animation-delay: .90s;
        }


        @keyframes typeFast1 {

            from {
                width: 0;
                opacity: 1;
            }

            to {
                width: 100%;
                opacity: 1;
            }
        }


        @keyframes typeFast2 {

            from {
                width: 0;
                opacity: 1;
            }

            to {
                width: 100%;
                opacity: 1;
            }
        }


        @keyframes typeFast3 {

            from {
                width: 0;
                opacity: 1;
            }

            to {
                width: 100%;
                opacity: 1;
            }
        }


        @keyframes typeFast4 {

            from {
                width: 0;
                opacity: 1;
            }

            to {
                width: 100%;
                opacity: 1;
            }
        }


        /* =================================
           DESCRIPTION
        ================================= */

        .hero-description {
            max-width: 590px;

            color: #9298a4;

            font-size: 16px;

            line-height: 1.55;

            margin-bottom: 34px;

            opacity: 0;

            animation:
                fadeUp .5s ease forwards;

            animation-delay: 1.35s;
        }

        .hero-description strong {
            color: #F5B400;

            font-weight: 700;
        }


        /* =================================
           BUTTONS
        ================================= */

        .hero-buttons {
            display: flex;

            flex-wrap: wrap;

            gap: 14px;

            margin-bottom: 44px;

            opacity: 0;

            animation:
                fadeUp .5s ease forwards;

            animation-delay: 1.55s;
        }


        .btn-invest {
            min-width: 240px;

            min-height: 59px;

            border: 0;

            border-radius: 8px;

            background:
                linear-gradient(
                    135deg,
                    #FFE56B,
                    #F5B400,
                    #C87900
                );

            color: #080808;

            font-family: 'Orbitron', sans-serif;

            font-size: 16px;

            font-weight: 800;

            display: inline-flex;

            align-items: center;
            justify-content: center;

            gap: 9px;

            text-decoration: none;

            box-shadow:
                0 0 20px rgba(245, 169, 0, .18);

            transition: .3s ease;
        }


        .btn-invest:hover {
            color: #000;

            transform: translateY(-3px);

            box-shadow:
                0 10px 30px rgba(245, 169, 0, .35);
        }


        .btn-demo {
            min-width: 198px;

            min-height: 59px;

            border: 2px solid #F5B400;

            border-radius: 8px;

            background: transparent;

            color: #F5B400;

            font-family: 'Orbitron', sans-serif;

            font-size: 13px;

            font-weight: 800;

            display: inline-flex;

            align-items: center;
            justify-content: center;

            gap: 9px;

            text-decoration: none;

            transition: .3s ease;
        }


        .btn-demo:hover {
            background: #F5B400;

            color: #050505;

            transform: translateY(-3px);
        }


        .play-icon {
            width: 16px;
            height: 16px;

            display: inline-flex;

            align-items: center;
            justify-content: center;

            background: #F5B400;

            color: #000;

            border-radius: 50%;

            font-size: 8px;
        }


        /* =================================
           SECURITY
        ================================= */

        .security-info {
            padding-top: 27px;

            border-top:
                1px solid rgba(212, 175, 55, .18);

            display: flex;

            align-items: center;

            gap: 30px;

            color: #737986;

            font-family: 'Orbitron', sans-serif;

            font-size: 11px;

            opacity: 0;

            animation:
                fadeIn .5s ease forwards;

            animation-delay: 1.85s;
        }


        .security-item {
            display: flex;

            align-items: center;

            gap: 8px;
        }


        .security-icon {
            color: #F5B400;

            font-size: 14px;
        }


        /* =================================
           RIGHT VISUAL
        ================================= */

        .hero-visual {
            position: relative;

            width: 100%;

            height: 620px;

            display: flex;

            align-items: center;

            justify-content: center;
        }


        /* =================================
           ROTATING RINGS
        ================================= */

        .hero-visual::before {
            content: "";

            position: absolute;

            width: 500px;
            height: 500px;

            border-radius: 50%;

            border:
                2px solid rgba(212, 175, 55, .15);

            border-top-color: #D4AF37;

            border-right-color:
                rgba(212, 175, 55, .55);

            box-shadow:
                0 0 20px rgba(212, 175, 55, .18),
                0 0 50px rgba(212, 175, 55, .08);

            animation:
                goldRotate 8s linear infinite;

            z-index: 1;
        }


        .hero-visual::after {
            content: "";

            position: absolute;

            width: 535px;
            height: 535px;

            border-radius: 50%;

            border:
                1px dashed rgba(212, 175, 55, .25);

            animation:
                goldRotateReverse 14s linear infinite;

            z-index: 1;
        }


        @keyframes goldRotate {

            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }


        @keyframes goldRotateReverse {

            from {
                transform: rotate(360deg);
            }

            to {
                transform: rotate(0deg);
            }
        }


        /* =================================
           MAIN IMAGE
        ================================= */

        .gold-image {
            position: relative;

            z-index: 3;

            width: 440px;
            height: 440px;

            max-width: none;

            object-fit: contain;

            display: block;

            animation:
                goldFloat 4s ease-in-out infinite,
                goldGlow 3s ease-in-out infinite alternate;
        }


        @keyframes goldFloat {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-12px);
            }
        }


        @keyframes goldGlow {

            0% {
                filter:
                    drop-shadow(
                        0 0 5px
                        rgba(245, 169, 0, .15)
                    );
            }

            100% {
                filter:
                    drop-shadow(
                        0 0 28px
                        rgba(245, 169, 0, .45)
                    );
            }
        }


        /* =================================
           PROFIT CARD
        ================================= */

        .profit-card {
            position: absolute;

            top: 80px;

            right: -5px;

            z-index: 5;

            min-width: 185px;

            padding: 14px 17px;

            border:
                1px solid rgba(212, 175, 55, .2);

            border-radius: 14px;

            background:
                rgba(15, 17, 14, .85);

            backdrop-filter: blur(12px);

            box-shadow:
                0 0 20px rgba(212, 175, 55, .09);

            animation:
                cardFloat 4s ease-in-out infinite;
        }


        .profit-top {
            display: flex;

            align-items: center;

            gap: 11px;
        }


        .profit-arrow {
            width: 38px;
            height: 38px;

            border-radius: 50%;

            display: flex;

            align-items: center;
            justify-content: center;

            background:
                rgba(245, 169, 0, .12);

            color: #F5B400;

            font-size: 20px;
        }


        .profit-label {
            font-size: 10px;

            color: #747b85;

            margin-bottom: 2px;
        }


        .profit-value {
            font-size: 14px;

            color: #ffffff;

            font-weight: 700;
        }


        /* =================================
           AI STATUS
        ================================= */

        .ai-status {
            position: absolute;

            left: -5px;

            bottom: 80px;

            z-index: 5;

            min-width: 185px;

            padding: 13px 17px;

            border:
                1px solid rgba(212, 175, 55, .2);

            border-radius: 14px;

            background:
                rgba(15, 17, 14, .85);

            backdrop-filter: blur(12px);

            display: flex;

            align-items: center;

            gap: 12px;

            animation:
                cardFloatReverse 4s ease-in-out infinite;
        }


        .ai-icon {
            font-size: 19px;
        }


        .ai-label {
            color: #747b85;

            font-size: 10px;

            margin-bottom: 2px;
        }


        .ai-text {
            color: #F5B400;

            font-family: 'Orbitron', sans-serif;

            font-size: 13px;

            font-weight: 600;
        }


        /* =================================
           ANIMATIONS
        ================================= */

        @keyframes fadeUp {

            from {
                opacity: 0;

                transform:
                    translateY(12px);
            }

            to {
                opacity: 1;

                transform:
                    translateY(0);
            }
        }


        @keyframes fadeIn {

            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }


        @keyframes cardFloat {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-8px);
            }
        }


        @keyframes cardFloatReverse {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(8px);
            }
        }


        /* =================================
           LARGE DESKTOP
        ================================= */

        @media (min-width: 1400px) {

            .hero-visual {
                height: 650px;
            }

            .gold-image {
                width: 610px;
                height: 470px;
            }

            .hero-visual::before {
                width: 530px;
                height: 530px;
            }

            .hero-visual::after {
                width: 565px;
                height: 565px;
            }

            .hero-content {
                margin-left: 15px;
            }
        }


        /* =================================
           LAPTOP
        ================================= */

        @media (max-width: 1199px) {

            .hero-title {
                font-size: 50px;
            }

            .hero-visual {
                height: 570px;
            }

            .gold-image {
                width: 420px;
                height: 420px;
            }

            .hero-visual::before {
                width: 470px;
                height: 470px;
            }

            .hero-visual::after {
                width: 500px;
                height: 500px;
            }

            .profit-card {
                right: 0;
            }

            .ai-status {
                left: 0;
            }
        }


        /* =================================
           TABLET
        ================================= */

        @media (max-width: 991px) {

            .oroworld-hero {
                min-height: auto;

                padding:
                    90px 0 60px;
            }

            .hero-content {
                max-width: 700px;

                margin: auto;

                text-align: center;
            }

            .hero-description {
                margin-left: auto;
                margin-right: auto;
            }

            .hero-buttons {
                justify-content: center;
            }

            .security-info {
                justify-content: center;
            }

            .hero-visual {
                height: 500px;

                margin-top: 20px;
            }

            .gold-image {
                width: 450px;
                height: 450px;
            }

            .hero-visual::before {
                width: 480px;
                height: 480px;
            }

            .hero-visual::after {
                width: 510px;
                height: 510px;
            }

            .profit-card {
                right: 4%;

                top: 45px;
            }

            .ai-status {
                left: 4%;

                bottom: 40px;
            }
        }


        /* =================================
           MOBILE
        ================================= */

        @media (max-width: 767px) {

            .oroworld-hero {
                padding:
                    65px 15px 45px;
            }

            .ai-badge {
                font-size: 9px;

                padding:
                    7px 19px;

                margin-bottom: 22px;
            }

            .hero-title {
                font-size:
                    clamp(40px, 11.5vw, 55px);

                line-height: .92;

                letter-spacing: -1px;
            }

            .hero-description {
                font-size: 14px;

                padding: 0 5px;
            }

            .hero-buttons {
                flex-direction: column;

                align-items: stretch;

                margin-bottom: 35px;
            }

            .btn-invest,
            .btn-demo {
                width: 100%;

                min-width: 0;

                min-height: 55px;
            }

            .security-info {
                flex-direction: column;

                gap: 13px;

                font-size: 9px;
            }

            .hero-visual {
                height: 400px;

                margin-top: 10px;
            }

            .gold-image {
                width: 390px;
                height: 390px;
            }

            .hero-visual::before {
                width: 400px;
                height: 400px;
            }

            .hero-visual::after {
                width: 425px;
                height: 425px;
            }

            .profit-card {
                top: 25px;

                right: -5px;

                transform: scale(.72);

                transform-origin:
                    right top;
            }

            .ai-status {
                left: -5px;

                bottom: 20px;

                transform: scale(.72);

                transform-origin:
                    left bottom;
            }
        }


        /* =================================
           SMALL MOBILE
        ================================= */

        @media (max-width: 420px) {

            .oroworld-hero {
                padding-top: 50px;
            }

            .hero-title {
                font-size: 39px;
            }

            .hero-description {
                font-size: 13px;
            }

            .hero-visual {
                height: 350px;
            }

            .gold-image {
                width: 350px;
                height: 350px;
            }

            .hero-visual::before {
                width: 350px;
                height: 350px;
            }

            .hero-visual::after {
                width: 375px;
                height: 375px;
            }

            .profit-card {
                transform: scale(.64);
            }

            .ai-status {
                transform: scale(.64);
            }
        }


        /* =================================
           REDUCE MOTION
        ================================= */

        @media (prefers-reduced-motion: reduce) {

            *,
            *::before,
            *::after {

                animation-duration:
                    0.01ms !important;

                animation-iteration-count:
                    1 !important;

                scroll-behavior:
                    auto !important;
            }
        }










        /* =========================
   WHY CHOOSE oroworld
========================= */

.why-oroworld-section {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    background:
        radial-gradient(circle at 80% 20%, rgba(255, 193, 7, 0.08), transparent 28%),
        radial-gradient(circle at 10% 80%, rgba(255, 193, 7, 0.05), transparent 25%),
        #050505;
    color: #fff;
}

/* Subtle grid */
.why-oroworld-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.25;
    pointer-events: none;

    background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);

    background-size: 45px 45px;
}

/* Section Badge */
.section-badge {
    display: inline-flex;
    align-items: center;
    padding: 9px 22px;
    margin-bottom: 20px;

    border: 1px solid rgba(255, 193, 7, 0.55);
    border-radius: 50px;

    color: #ffc107;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;

    background: rgba(255, 193, 7, 0.04);
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.08);
}

.why-title {
    margin-bottom: 18px;

    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -2px;
}

.why-title span {
    color: #ffc107;

    text-shadow:
        0 0 15px rgba(255, 193, 7, 0.25),
        0 0 35px rgba(255, 193, 7, 0.10);
}

.why-subtitle {
    max-width: 700px;
    margin: 0 auto;

    color: #9d9d9d;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================
   WHY CARD
========================= */

.why-card {
    position: relative;
    height: 100%;
    padding: 32px;

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 193, 7, 0.055),
            rgba(255, 255, 255, 0.018)
        );

    backdrop-filter: blur(10px);

    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;

    overflow: hidden;
}

.why-card::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;

    top: -90px;
    right: -80px;

    border-radius: 50%;

    background: rgba(255, 193, 7, 0.10);
    filter: blur(25px);

    transition: 0.4s ease;
}

.why-card:hover {
    transform: translateY(-8px);

    border-color: rgba(255, 193, 7, 0.55);

    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.45),
        0 0 30px rgba(255, 193, 7, 0.08);
}

.why-card:hover::before {
    background: rgba(255, 193, 7, 0.18);
}


/* Card Top */

.why-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 28px;
}

.why-number {
    color: #fff;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}


/* Icon */

.why-icon {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: rgba(255, 193, 7, 0.08);
    border: 1px solid rgba(255, 193, 7, 0.25);

    box-shadow:
        inset 0 0 20px rgba(255, 193, 7, 0.04),
        0 0 20px rgba(255, 193, 7, 0.04);
}

.why-icon svg {
    width: 25px;
    height: 25px;

    fill: none;
    stroke: #fff;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Card Content */

.why-card h3 {
    position: relative;

    margin-bottom: 15px;

    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.why-card p {
    position: relative;
    margin: 0;
    color: #ebebeb;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}


/* Bottom Gold Line */

.card-line {
    width: 45px;
    height: 2px;

    margin-top: 25px;

    background: #ffc107;

    box-shadow: 0 0 12px rgba(255, 193, 7, 0.55);

    transition: width 0.4s ease;
}

.why-card:hover .card-line {
    width: 90px;
}


/* Background Glow */

.why-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;

    filter: blur(80px);
}

.why-glow-1 {
    width: 250px;
    height: 250px;

    top: 15%;
    right: -150px;

    background: rgba(255, 193, 7, 0.06);
}

.why-glow-2 {
    width: 220px;
    height: 220px;

    bottom: 5%;
    left: -140px;

    background: rgba(255, 193, 7, 0.05);
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 767px) {

    .why-oroworld-section {
        padding: 75px 0;
    }

    .why-title {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .why-subtitle {
        font-size: 14px;
        line-height: 1.7;
    }

    .why-card {
        padding: 25px;
        border-radius: 17px;
    }

    .why-card h3 {
        font-size: 20px;
    }

    .why-card p {
        font-size: 14px;
    }

    .why-icon {
        width: 48px;
        height: 48px;
    }

    .why-icon svg {
        width: 22px;
        height: 22px;
    }
}














/* =====================================
   MISSION & VISION SECTION
===================================== */

.mission-vision-section {
    position: relative;
    overflow: hidden;
    padding: 30px 0;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(255, 193, 7, 0.08),
            transparent 28%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(255, 193, 7, 0.06),
            transparent 30%
        ),
        #050505;

    color: #fff;
}


/* Grid Background */

.mission-vision-section::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(
            rgba(255,255,255,0.018) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,0.018) 1px,
            transparent 1px
        );

    background-size: 45px 45px;

    pointer-events: none;
}


/* =====================================
   HEADING
===================================== */

.mv-badge {
    display: inline-block;

    padding: 8px 20px;
    margin-bottom: 20px;

    border: 1px solid rgba(255,193,7,0.5);
    border-radius: 50px;

    color: #ffc107;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;

    background: rgba(255,193,7,0.04);

    box-shadow:
        0 0 20px rgba(255,193,7,0.06);
}


.mv-title {
    margin-bottom: 18px;

    font-size: clamp(38px, 5vw, 60px);
    line-height: 1.05;

    font-weight: 800;

    letter-spacing: -2px;
}


.mv-title span {
        background: linear-gradient(180deg, #FFE56B 0%, #F5B400 35%, #D88700 70%, #A95B00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 20px rgba(255,193,7,0.25);
}


.mv-subtitle {
    max-width: 720px;
    margin: auto;

    color: #999;

    font-size: 16px;
    line-height: 1.8;
}


/* =====================================
   MAIN CARDS
===================================== */

.mv-card {
    position: relative;

    height: 100%;

    padding: 40px;

    border-radius: 24px;

    border: 1px solid rgba(255,255,255,0.10);

    background:
        linear-gradient(
            145deg,
            rgba(255,193,7,0.07),
            rgba(255,255,255,0.015)
        );

    backdrop-filter: blur(12px);

    overflow: hidden;

    transition:
        transform .4s ease,
        border-color .4s ease,
        box-shadow .4s ease;
}


.mv-card::before {
    content: "";

    position: absolute;

    width: 200px;
    height: 200px;

    right: -100px;
    top: -100px;

    border-radius: 50%;

    background: rgba(255,193,7,0.10);

    filter: blur(45px);

    transition: .4s ease;
}


.mv-card:hover {
    transform: translateY(-8px);

    border-color: rgba(255,193,7,0.50);

    box-shadow:
        0 25px 70px rgba(0,0,0,.45),
        0 0 35px rgba(255,193,7,.08);
}


.mv-card:hover::before {
    background: rgba(255,193,7,.18);
}


/* =====================================
   CARD HEADER
===================================== */

.mv-card-header {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 35px;
}


.mv-icon {
    width: 62px;
    height: 62px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 16px;

    border: 1px solid rgba(255,193,7,.25);

    background: rgba(255,193,7,.07);

    box-shadow:
        0 0 25px rgba(255,193,7,.05);
}


.mv-icon svg {
    width: 29px;
    height: 29px;

    fill: none;

    stroke: #ffc107;

    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.mv-number {
    color: rgba(255,193,7,.45);

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;
}


/* =====================================
   CARD CONTENT
===================================== */

.mv-label {
    display: block;

    margin-bottom: 13px;

    color: #ffc107;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;
}


.mv-card h3 {
    max-width: 500px;

    margin-bottom: 18px;

    font-size: 30px;

    line-height: 1.25;

    font-weight: 700;
}


.mv-card h3 span {
    color: #ffc107;
}


.mv-card p {
    margin: 0;
    color: #efecec;
    font-size: 16px;
    line-height: 1.9;
    text-align: justify;
}


/* =====================================
   CARD BOTTOM
===================================== */

.mv-bottom {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-top: 35px;
}


.mv-bottom span {
    width: 45px;
    height: 2px;

    background: #ffc107;

    box-shadow:
        0 0 12px rgba(255,193,7,.5);
}


.mv-bottom small {
    color: #666;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.5px;
}


/* =====================================
   BOTTOM HIGHLIGHT
===================================== */

.mv-highlight {
    position: relative;

    display: flex;

    align-items: center;

    gap: 25px;

    padding: 25px 30px;

    border: 1px solid rgba(255,193,7,.18);

    border-radius: 18px;

    background:
        linear-gradient(
            90deg,
            rgba(255,193,7,.07),
            rgba(255,193,7,.015)
        );

    box-shadow:
        0 15px 50px rgba(0,0,0,.25);
}


.mv-highlight-icon {
    flex: 0 0 auto;

    width: 55px;
    height: 55px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255,193,7,.08);

    border: 1px solid rgba(255,193,7,.25);
}


.mv-highlight-icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: #ffc107;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.mv-highlight h4 {
    margin: 0 0 5px;

    color: #fff;

    font-size: 19px;

    font-weight: 700;
}


.mv-highlight p {
     margin: 0;
    color: #efecec;
    font-size: 16px;
    line-height: 1.9;
    text-align: justify;
}
}


/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 767px) {

    .mission-vision-section {
        padding: 75px 0;
    }

    .mv-title {
        font-size: 40px;

        letter-spacing: -1px;
    }

    .mv-subtitle {
        font-size: 14px;
    }

    .mv-card {
        padding: 28px;

        border-radius: 18px;
    }

    .mv-card h3 {
        font-size: 24px;
    }

    .mv-card p {
        font-size: 14px;
    }

    .mv-icon {
        width: 52px;
        height: 52px;
    }

    .mv-icon svg {
        width: 24px;
        height: 24px;
    }

    .mv-highlight {
        align-items: flex-start;

        padding: 22px;

        gap: 16px;
    }

    .mv-highlight-icon {
        width: 45px;
        height: 45px;
    }

    .mv-highlight h4 {
        font-size: 17px;
    }

    .mv-highlight p {
        font-size: 13px;
    }
}


/* Section Base Background */
.ow-feature-bar-section {
    background-color: #050505;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* Card Outer Container */
.ow-feature-bar-card {
    background: #0a0a0a;
    border: 1px solid rgba(212, 175, 55, 0.25);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

/* Hexagon Icon Frame Styling */
.ow-hexagon-wrapper {
    width: 65px;
    height: 65px;
    min-width: 65px;
    background: linear-gradient(135deg, #ffe082 0%, #d4af37 50%, #8a6d1b 100%);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px; /* Border thickness */
}

.ow-hexagon-inner {
    width: 100%;
    height: 100%;
    background-color: #0c0c0c;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Typography Specifics */
.ow-text-group {
    font-size: 0.78rem;
    letter-spacing: 1.2px;
    line-height: 1.35;
    text-transform: uppercase;
}

.ow-gold-text {
    color: #d4af37;
}

.ow-white-text {
    color: #e6e6e6;
    font-weight: 500;
}

/* Vertical Gold Dividers Between Items */
.ow-item-divider {
    position: relative;
}

@media (min-width: 992px) {
    .ow-item-divider::after {
        content: "";
        position: absolute;
        right: 0;
        top: 15%;
        height: 70%;
        width: 1px;
        background: linear-gradient(180deg, rgba(212, 175, 55, 0) 0%, rgba(212, 175, 55, 0.4) 50%, rgba(212, 175, 55, 0) 100%);
    }
}

/* Responsive Padding Fixes */
@media (max-width: 991px) {
    .ow-hexagon-wrapper {
        width: 55px;
        height: 55px;
        min-width: 55px;
    }
    .ow-text-group {
        font-size: 0.72rem;
    }
}







