/* Global heading letter-spacing reset */
.elementor-heading-title { letter-spacing: normal !important; }

.elementor-784 .elementor-element.elementor-element-a8a2fb5 {
    margin-top: -10px;
}

.elementor-784 .elementor-element.elementor-element-224bb67 {
    padding: 12px;
}

.testimonial-card {
    box-shadow: 
        0 8px 32px rgba(22, 98, 237, 0.25),
        0 2px 8px rgba(30, 58, 138, 0.35);
}

/* ============================================
   WHY CHOOSE US - REBUILT PREMIUM SECTION
   ============================================ */

/* Nuclear reset: kill all Elementor inherited button styles inside WCU */
.wcu button,
.wcu button:hover,
.wcu button:focus,
.wcu button:active,
.wcu [role="tab"],
.wcu [role="tab"]:hover,
.wcu [role="tab"]:focus,
.wcu [role="tab"]:active,
.elementor-784 .wcu button,
.elementor-784 .wcu button:hover,
.elementor-784 .wcu button:focus,
.elementor-784 .wcu button:active {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: inherit !important;
    text-decoration: none !important;
}

.wcu {
    position: relative;
    padding: 100px 24px;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #0f172a 100%);
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

/* Animated canvas (particle dots via JS) */
.wcu__canvas {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

/* Ambient glow orbs */
.wcu__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
    z-index: 0;
}
.wcu__glow--1 {
    width: 600px;
    height: 600px;
    background: rgba(59, 130, 246, 0.15);
    top: -200px;
    right: -100px;
    animation: wcuGlowPulse 8s ease-in-out infinite;
}
.wcu__glow--2 {
    width: 500px;
    height: 500px;
    background: rgba(99, 102, 241, 0.1);
    bottom: -200px;
    left: -100px;
    animation: wcuGlowPulse 8s ease-in-out infinite 4s;
}

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

.wcu__container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ===== Header ===== */
.wcu__header {
    text-align: center;
    margin-bottom: 56px;
}

.wcu__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #93c5fd;
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(96, 165, 250, 0.2);
    margin-bottom: 16px;
    backdrop-filter: blur(8px);
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--primary-700);
    padding: 5px 14px;
    border-radius: 50px;
    font-size: .75rem;
    font-weight: 600;
    margin-bottom: 16px;
}


.section-badge.light {
    background: rgba(255,255,255,.1);
    color: #fff;
}

.wcu__badge i {
    font-size: 12px;
    color: #60a5fa;
}

.wcu__title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #f1f5f9;
    line-height: 1.2;
    margin: 0 0 12px;
}
.wcu__title-accent {
    background: linear-gradient(135deg, #60a5fa, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wcu__subtitle {
    font-size: 1.05rem;
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ===== Tab Container ===== */
.wcu__tabs {
    background: rgba(13, 22, 41, 0.8);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    overflow: hidden;
    backdrop-filter: blur(20px);
    position: relative;
}

/* ===== Tab Navigation ===== */
.wcu__nav {
    display: flex;
    background: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.wcu__nav-btn {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 24px;
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    border-right: 1px solid rgba(255, 255, 255, 0.06) !important;
    cursor: pointer;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    font-family: inherit;
    color: inherit !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
}
.wcu__nav-btn:hover,
.wcu__nav-btn:focus,
.wcu__nav-btn:active {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.wcu__nav-btn:last-child {
    border-right: none !important;
}

.wcu__nav-btn::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(135deg, rgba(30, 64, 175, 0.35) 0%, rgba(59, 130, 246, 0.2) 100%) !important;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}
.wcu__nav-btn:hover::before {
    opacity: 1 !important;
}
.wcu__nav-btn.active::before {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%) !important;
    opacity: 1 !important;
}

/* Nav indicator line */
.wcu__nav-indicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #3b82f6, #60a5fa, transparent);
    border-radius: 4px 4px 0 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.wcu__nav-btn.active .wcu__nav-indicator {
    transform: translateX(-50%) scaleX(1);
}

/* Nav icon */
.wcu__nav-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}
.wcu__nav-icon svg {
    width: 15px;
    height: 15px;
    fill: #94a3b8 !important;
    transition: all 0.4s ease;
}
.wcu__nav-icon i {
    font-size: 14px;
    color: #94a3b8;
    transition: all 0.4s ease;
}

.wcu__nav-btn:hover .wcu__nav-icon {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.4), rgba(30, 64, 175, 0.5)) !important;
    box-shadow: 0 2px 12px rgba(59, 130, 246, 0.25) !important;
}
.wcu__nav-btn:hover .wcu__nav-icon svg {
    fill: #fff !important;
}
.wcu__nav-btn:hover .wcu__nav-icon i {
    color: #fff;
}

.wcu__nav-btn.active .wcu__nav-icon {
    background: linear-gradient(135deg, #3b82f6, #1e40af) !important;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4), 0 0 0 2px rgba(96, 165, 250, 0.2) !important;
}
.wcu__nav-btn.active .wcu__nav-icon svg {
    fill: #fff !important;
}
.wcu__nav-btn.active .wcu__nav-icon i {
    color: #fff;
}

/* Nav text */
.wcu__nav-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
    position: relative;
    z-index: 1;
}
.wcu__nav-label {
    font-weight: 700;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s ease;
}
.wcu__nav-sublabel {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.25);
    font-weight: 500;
    transition: color 0.3s ease;
}
.wcu__nav-btn:hover .wcu__nav-label { color: #fff !important; }
.wcu__nav-btn:hover .wcu__nav-sublabel { color: rgba(255, 255, 255, 0.5) !important; }
.wcu__nav-btn.active .wcu__nav-label { color: #fff !important; }
.wcu__nav-btn.active .wcu__nav-sublabel { color: rgba(255, 255, 255, 0.6) !important; }

/* ===== Tab Panels ===== */
.wcu__panels {
    position: relative;
    height: 520px;
    overflow: hidden;
    background: #0a1022;
}

.wcu__panel {
    position: absolute;
    inset: 0;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transform: translateX(30px);
}
.wcu__panel.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    z-index: 2;
}
.wcu__panel.exiting {
    opacity: 0;
    transform: translateX(-30px);
    z-index: 1;
}

/* Panel image */
.wcu__panel-image {
    position: relative;
    width: 46%;
    min-width: 46%;
    overflow: hidden;
}
.wcu__panel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 8s ease;
}
.wcu__panel.active .wcu__panel-image img {
    transform: scale(1.05);
}
.wcu__panel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.3) 0%, rgba(30, 58, 138, 0.4) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Floating stat chips */
.wcu__float {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    z-index: 10;
    opacity: 0;
    animation: wcuFloatIn 0.6s ease forwards;
}
.wcu__panel.active .wcu__float { opacity: 1; }
.wcu__float--1 {
    top: 15%;
    left: -5px;
    animation: wcuFloat 3s ease-in-out infinite;
}
.wcu__float--2 {
    bottom: 15%;
    right: -5px;
    animation: wcuFloat 3s ease-in-out infinite 1.5s;
}

.wcu__float-icon {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 7px;
    background: linear-gradient(135deg, #1662ed, #1e3a8a);
    display: flex;
    align-items: center;
    justify-content: center;
}
.wcu__float-icon svg {
    width: 11px;
    height: 11px;
    fill: #fff;
}
.wcu__float-icon i {
    font-size: 11px;
    color: #fff;
}

.wcu__float-data {
    display: flex;
    flex-direction: column;
}
.wcu__float-data strong {
    font-size: 15px;
    font-weight: 800;
    color: #111827;
    line-height: 1.1;
}
.wcu__float-data small {
    font-size: 10px;
    font-weight: 500;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

@keyframes wcuFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@keyframes wcuFloatIn {
    from { opacity: 0; transform: translateY(15px) scale(0.9); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Panel content */


.wcu__panel-content {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(160deg, #0d1629 0%, #111d3a 100%);
    overflow-y: auto;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.wcu__content-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    border-radius: 50px;
    width: fit-content;
    margin-bottom: 20px;
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(96, 165, 250, 0.25);
    color: #93c5fd;
    font-size: 12px;
    font-weight: 600;
}
.wcu__content-badge i {
    font-size: 1em;
}

.wcu__content-title {
    font-size: clamp(1.4rem, 2.5vw, 1.85rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin: 0 0 18px;
}
.wcu__content-title span {
    color: #60a5fa;
}

.wcu__content-lead {
    font-size: 17px;
    color: #94a3b8;
    line-height: 1.7;
    font-weight: 500;
    margin: 0 0 12px;
}

.wcu__content-body {
    font-size: 15px;
    color: #64748b;
    line-height: 1.8;
    margin: 0 0 24px;
}

/* Feature pills */
.wcu__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wcu__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.wcu__pill i {
    font-size: 1em;
}

.wcu__pill--primary {
    background: linear-gradient(135deg, #3b82f6, #1e40af);
    color: #fff;
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.35);
}
.wcu__pill--primary:hover {
    background: linear-gradient(135deg, #60a5fa, #3b82f6);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(59, 130, 246, 0.5);
}

/* Progress bar */
.wcu__progress {
    height: 3px;
    background: rgba(255, 255, 255, 0.06);
    position: relative;
}
.wcu__progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #a78bfa);
    width: 0%;
    transition: width 0.1s linear;
    border-radius: 0 3px 3px 0;
}

/* Panel counter */
.wcu__panel-counter {
    position: absolute;
    bottom: 20px;
    right: 24px;
    display: flex;
    align-items: baseline;
    gap: 4px;
    z-index: 10;
    font-family: 'Inter', sans-serif;
}
.wcu__counter-current {
    font-size: 28px;
    font-weight: 800;
    color: #3b82f6;
    line-height: 1;
}
.wcu__counter-sep {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.2);
    font-weight: 300;
}
.wcu__counter-total {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.3);
}

/* ===== Scroll reveal animation ===== */
.wcu__header,
.wcu__tabs {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.wcu__header.revealed,
.wcu__tabs.revealed {
    opacity: 1;
    transform: translateY(0);
}
.wcu__tabs {
    transition-delay: 0.15s;
}

/* ===== WCU Responsive ===== */
@media (max-width: 1024px) {
    .wcu__nav-btn { padding: 18px 16px; gap: 10px; }
    .wcu__nav-icon { width: 30px; height: 30px; min-width: 30px; }
    .wcu__nav-icon svg { width: 14px; height: 14px; }
    .wcu__nav-icon i { font-size: 13px; }
    .wcu__nav-label { font-size: 13px; }
    .wcu__panels { height: auto; }
    .wcu__panel { position: relative; flex-direction: column; }
    .wcu__panel:not(.active) { display: none; }
    .wcu__panel-image { width: 100%; height: 320px; min-width: 100%; }
    .wcu__panel-content { padding: 32px; }
}

@media (max-width: 768px) {
    .wcu { padding: 72px 16px; }
    .wcu__nav { flex-wrap: wrap; }
    .wcu__nav-btn {
        flex: 1 1 50%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }
    .wcu__nav-btn:nth-child(2) { border-right: none; }
    .wcu__nav-btn:nth-child(3),
    .wcu__nav-btn:nth-child(4) { border-bottom: none; }
    .wcu__nav-sublabel { display: none; }
    .wcu__panel-image { height: 260px; }
    .wcu__content-title { font-size: 1.3rem; }
    .wcu__float { padding: 8px 10px; }
    .wcu__float-data strong { font-size: 13px; }
    .wcu__float-data small { font-size: 9px; }
}

@media (max-width: 576px) {
    .wcu { padding: 56px 12px; }
    .wcu__nav { flex-direction: column; }
    .wcu__nav-btn {
        flex: 1;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }
    .wcu__nav-btn:last-child { border-bottom: none; }
    .wcu__nav-sublabel { display: block; }
    .wcu__nav-indicator {
        width: 4px;
        height: 60%;
        left: 0;
        top: 50%;
        transform: translateY(-50%) scaleX(0);
        border-radius: 0 4px 4px 0;
        bottom: auto;
    }
    .wcu__nav-btn.active .wcu__nav-indicator {
        transform: translateY(-50%) scaleX(1);
    }
    .wcu__panel-image { height: 220px; }
    .wcu__panel-content { padding: 24px 20px; }
    .wcu__content-title { font-size: 1.15rem; }
    .wcu__pill { padding: 8px 14px; font-size: 12px; }
    .wcu__panel-counter { bottom: 12px; right: 16px; }
    .wcu__counter-current { font-size: 22px; }
}


/* ============================================
   RESULTS & IMPACT SECTION
   ============================================ */
.impact {
    padding: 100px 24px;
    background: linear-gradient(180deg, #f8fafc 0%, #f0f4ff 50%, #f8fafc 100%);
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}

.impact__container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Header */
.impact__header {
    text-align: center;
    margin-bottom: 64px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.impact__header.revealed {
    opacity: 1;
    transform: translateY(0);
}

.impact__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px ;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1662ed;
    background: rgba(22, 98, 237, 0.08);
    border: 1px solid rgba(22, 98, 237, 0.15);
    margin-bottom: 16px;
}
.impact__badge i {
    font-size: 12px;
}

.impact__title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin: 0 0 12px;
}
.impact__title-accent {
    background: linear-gradient(135deg, #1662ed, #6366f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.impact__subtitle {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Stats grid */
.impact__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 56px;
}

.impact__card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 28px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
}
.impact__card.revealed {
    opacity: 1;
    transform: translateY(0);
}

.impact__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(22, 98, 237, 0.12);
    border-color: rgba(22, 98, 237, 0.15);
}

.impact__card--featured {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    border: 1px solid rgba(96, 165, 250, 0.2);
    box-shadow: 0 8px 32px rgba(22, 98, 237, 0.2);
    position: relative;
}
.impact__card--featured .impact__card-icon i { color: #60a5fa; }
.impact__card--featured .impact__card-number { color: #fff; }
.impact__card--featured .impact__card-label { color: #93c5fd; }
.impact__card--featured .impact__card-desc { color: #64748b; }

.impact__card-glow {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(59, 130, 246, 0.15);
    border-radius: 50%;
    filter: blur(60px);
    top: -60px;
    right: -60px;
    pointer-events: none;
}

.impact__card-icon {
    margin-bottom: 16px;
     width: 30%;
        margin-left: auto;
        margin-right: auto;
}
.impact__card-icon i {
    font-size: 28px;
    color: #1662ed;
}

.impact__card-number {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.impact__card-label {
    font-size: 15px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.impact__card-desc {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.5;
    margin-bottom: 20px;
}

.impact__card-bar {
    height: 4px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    overflow: hidden;
}
.impact__card--featured .impact__card-bar {
    background: rgba(255, 255, 255, 0.1);
}
.impact__card-bar span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #6366f1);
    border-radius: 4px;
    width: 0%;
    transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.impact__card.revealed .impact__card-bar span {
    width: var(--bar-width);
}

/* Trust bar */
.impact__trust {
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s;
}
.impact__trust.revealed {
    opacity: 1;
    transform: translateY(0);
}

.impact__trust-text {
    font-size: 14px;
    color: #94a3b8;
    font-weight: 500;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.impact__trust-logos {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.impact__trust-item {
    font-size: 15px;
    font-weight: 700;
    color: #cbd5e1;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}
.impact__trust-item:hover {
    color: #1662ed;
}

/* Impact responsive */
@media (max-width: 1024px) {
    .impact__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
    .impact { padding: 64px 16px; }
    .impact__grid { grid-template-columns: 1fr; gap: 16px; }
    .impact__card { padding: 28px 20px; }
    .impact__trust-logos { gap: 20px; }
}


/* ============================================
   FROGG HERO SECTION - ELEMENTOR CUSTOM CSS
   Upload this CSS to: Elementor > Custom CSS 
   or WordPress Customizer > Additional CSS
   ============================================ */

/* CSS Custom Properties - Add to your theme or Elementor Custom CSS */


/* ============================================
   HERO SECTION MAIN STYLES
   ============================================ */
.frogg-hero {
    position: relative;
    min-height:90vh;
    display: flex;
    align-items: center;
    padding: 120px 0 96px;
    overflow: hidden;
    margin-top: -100px;
}

.hero-bg {

    inset: 0;
    background: var(--gradient-hero);
    z-index: 1;
}

.hero-gradient {
  
    inset: 0;
    background: 
        radial-gradient(ellipse at 20% 50%, rgba(22, 98, 237, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(38, 73, 176, 0.1) 0%, transparent 40%),
        radial-gradient(ellipse at 60% 80%, rgba(22, 98, 237, 0.1) 0%, transparent 40%);
}

.hero-shapes {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(22, 98, 237, 0.1), rgba(38, 73, 176, 0.1));
    animation: float 20s ease-in-out infinite;
}

.shape-1 {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -100px;
    animation-delay: 0s;
}

.shape-2 {
    width: 300px;
    height: 300px;
    bottom: 10%;
    left: -50px;
    animation-delay: -5s;
}

.shape-3 {
    width: 200px;
    height: 200px;
    top: 40%;
    right: 20%;
    animation-delay: -10s;
}

.floating-icons {
    position: absolute;
    inset: 0;
}

.floating-icons i {
    position: absolute;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.05);
    animation: float 15s ease-in-out infinite;
}

.floating-icons i:nth-child(1) { top: 20%; left: 10%; animation-delay: 0s; }
.floating-icons i:nth-child(2) { top: 60%; left: 5%; animation-delay: -3s; }
.floating-icons i:nth-child(3) { top: 30%; right: 15%; animation-delay: -6s; }
.floating-icons i:nth-child(4) { bottom: 20%; right: 10%; animation-delay: -9s; }

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

/* ============================================
   HERO CONTENT STYLES
   ============================================ */
.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 2;
}

.hero-content {
    color: #fff;
}

.hero-badge {
    --width: auto !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    font-size: 0.875rem;
    margin-bottom: 32px;
    color: #fff;
}

.hero-badge i {
    color: var(--primary-400);
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 32px !important;
    color: #fff !important;
}

.hero-subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 48px;
    max-width: 500px;
    line-height: 1.7;
}

.gradient-text {
        background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================
   HERO CTA BUTTONS
   ============================================ */
.hero-cta {
    display: flex;
    gap: 16px;
    margin-bottom: 64px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: 0.75rem;
    transition: all 300ms ease;
    white-space: nowrap;
    text-decoration: none;
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.btn-primary {
    background: var(--gradient-primary);
    color: #fff;
    box-shadow: 0 4px 15px rgba(22, 98, 237, 0.3);
    border: none;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(22, 98, 237, 0.4);
    color: #fff;
}

.btn-glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.btn-glass:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

/* ============================================
   HERO STATS
   ============================================ */
.hero-stats {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    display: inline;
}

.stat-suffix {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-400);
}

.stat-label {
    display: block;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 4px;
}

.stat-divider {
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
}

/* ============================================
   HERO VISUAL / CARDS
   ============================================ */
.hero-visual {
    position: relative;
    height: 500px;
}

.hero-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1rem;
    padding: 32px;
    color: #fff;
}

.hero-card-main {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.card-avatar {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.card-content h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}

.card-content p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
}

.card-status {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 9999px;
}

.card-status.success {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
}

.hero-card-float-1,
.hero-card-float-2 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    animation: floatCard 6s ease-in-out infinite;
}

.hero-card-float-1 {
    top: 15%;
    left: 10%;
    animation-delay: 0s;
}

.hero-card-float-2 {
    bottom: 20%;
    right: 5%;
    animation-delay: -3s;
}

.hero-card-float-1 i,
.hero-card-float-2 i {
    font-size: 1.25rem;
    color: var(--primary-400);
}

@keyframes floatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* ============================================
   SCROLL INDICATOR
   ============================================ */
.hero-scroll {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
}

.scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    animation: bounce 2s infinite;
    text-decoration: none;
}

.scroll-indicator:hover {
    color: rgba(255, 255, 255, 0.8);
}

.scroll-indicator i {
    font-size: 1.25rem;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(10px); }
    60% { transform: translateY(5px); }
}

/* ============================================
   HERO ANIMATIONS
   ============================================ */
.animate-fade-in {
    animation: fadeIn 0.8s ease forwards;
}

.animate-slide-up {
    animation: slideUp 0.8s ease forwards;
    animation-delay: 0.2s;
    opacity: 0;
}

.animate-slide-up-delay {
    animation: slideUp 0.8s ease forwards;
    animation-delay: 0.4s;
    opacity: 0;
}

.animate-fade-in-delay {
    animation: fadeIn 0.8s ease forwards;
    animation-delay: 0.6s;
    opacity: 0;
}

.animate-fade-in-delay-2 {
    animation: fadeIn 0.8s ease forwards;
    animation-delay: 0.8s;
    opacity: 0;
}

.animate-float {
    animation: float 6s ease-in-out infinite;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

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

/* ============================================
   RESPONSIVE STYLES
   ============================================ */
@media (max-width: 1200px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-content {
        max-width: 700px;
        margin: 0 auto;
    }
    
    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-cta {
        justify-content: center;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .hero-visual {
        display: none;
    }
}

@media (max-width: 768px) {
    .frogg-hero {
        padding: 100px 0 64px;
    }
    
    .hero-container {
        padding: 0 16px;
        gap: 48px;
    }
    
    .hero-title {
        font-size: 2rem !important;
    }
    
    .hero-stats {
        gap: 24px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-divider {
        height: 40px;
    }
}

@media (max-width: 480px) {
    .hero-cta {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-lg {
        width: 100%;
        justify-content: center;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 16px;
    }
    
    .stat-divider {
        width: 50px;
        height: 1px;
    }
}



.hero-tagline {
    display: flex;
    align-items: center;
    padding: 0;
}

.tagline-decorator {
    flex: 1;
    max-width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.6), transparent);
    border-radius: 2px;
}

.hero-subtitle-highlight {
    font-size: 1.5rem 24px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.02em;
    position: relative;
    padding: 8px;
    background: linear-gradient(135deg, rgba(1, 14, 55, 0.95) 0%, rgba(10, 25, 70, 0.9) 50%, rgba(1, 14, 55, 0.95) 100%);
    border-radius: var(--radius-xl);
    border: 1px solid rgba(18, 104, 251, 0.4);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5), 0 4px 16px rgba(18, 104, 251, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    margin: 0;
}

.hero-subtitle-highlight .emphasis {
    background: linear-gradient(135deg, #60a5fa 0%, #a5f3fc 50%, #60a5fa 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    animation: gradientShift 3s ease infinite;
}

.tagline-quote {
    font-size: 0.875rem;
    color: rgba(96, 165, 250, 0.6);
    vertical-align: super;
    margin: 0 4px;
}

.tagline-quote:first-of-type {
    margin-right: 8px;
}

.tagline-quote:last-of-type {
    margin-left: 8px;
}

@media (max-width: 768px) {
    .hero-tagline {
        flex-direction: column;
        gap: var(--space-sm);
    }
    
    .tagline-decorator {
        width: 60px;
        max-width: 60px;
    }
    
    .hero-subtitle-highlight {
        font-size: 1.25rem;
        padding: var(--space-md);
    }
}

@media (max-width: 480px) {
    .hero-subtitle-highlight {
        font-size: 1.1rem;
    }
    
    .tagline-quote {
        display: none;
    }
}

/* --- CSS Block 2 --- */
.glass {background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1rem;
        box-shadow: 0 30px 100px -20px rgba(0, 0, 0, 0.15), 0 20px 60px -30px rgba(22, 98, 237, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.03);
    
    
}

/* --- CSS Block 5 --- */
.frogg-accordion .elementor-tab-title,
.frogg-accordion .e-n-accordion-item-title {
    background: linear-gradient(135deg, #1662ed 0%, #1e3a8a 100%) !important;
    color: #fff !important;
    padding: 20px 24px !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 8px 8px 0 0 !important;
}

.frogg-accordion .elementor-tab-title *,
.frogg-accordion .e-n-accordion-item-title * {
    color: #fff !important;
    fill: #fff !important;
}

.frogg-accordion .elementor-tab-title:hover,
.frogg-accordion .e-n-accordion-item-title:hover {
    opacity: 0.9;
    box-shadow: 0 5px 20px rgba(22, 98, 237, 0.4);
}

.frogg-accordion .elementor-tab-content,
.frogg-accordion .e-n-accordion-item-title-content {
    border: 1px solid #e5e7eb !important;
    border-top: none !important;
    border-radius: 0 0 8px 8px !important;
    padding: 20px 24px !important;
}

/* --- CSS Block 6 --- */
.section-tag-our {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    background: linear-gradient(135deg, #1662ed, #1e3a8a);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 50px;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(22,98,237,.2);
}

.section-tag-our .elementor-heading-title {
    color: #fff !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
}


.tab-btn:hover .tab-btn-text .elementor-heading-title {
    color: #ffffff !important;
}




.bg-gradient-primary {
    background: linear-gradient(135deg, #1662ed 0%, #1e3a8a 100%);
}

/* ////////////////////////////////////////////
   ============================================
   3. SERVICES SECTION
   ============================================
   //////////////////////////////////////////// */

.frogg-services-section {
    position: relative;
    overflow: hidden;
}

.services-bg-pattern {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.services-bg-pattern::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 80%, var(--primary-100) 0%, transparent 30%),
        radial-gradient(circle at 80% 20%, var(--accent-100) 0%, transparent 30%);
    opacity: 0.5;
}

.elementor-784 .elementor-element.elementor-element-184e003d {
    --display: flex;
    --position: relative;
    --flex-direction: column;
    --container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --justify-content: flex-start;
    --align-items: center;
    border-style: solid;
  
    border-width: 0.5px 0px 0px 0px!important;

    /* border-color:#02010152; */
    /* --border-color:#02010152; */
    /* --border-radius:20px 20px 20px 20px; */
    /* box-shadow:0px 0px 4px 1px rgba(0,0,0,0.5) inset; */
    --padding-top: 96px;
    --padding-bottom: 96px;
    --padding-left: 0px;
    --padding-right: 0px;
    top: 0px;
}

/* Tabs Wrapper */
.services-tabs-wrapper {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

/* Tab Navigation Bar */
.tabs-nav {
    display: flex;
    background: var(--gray-50);
    border-bottom: 1px solid var(--gray-200);
}

.tabs-nav > .elementor-element {
    flex: 1;
}

/* Tab Button Styling */
.tab-btn {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background: transparent !important;
}

/* Default/Inactive Tab State */
.tab-btn .tab-btn-icon,
.tab-btn .tab-btn-icon i,
.tab-btn .elementor-icon i,
.tab-btn .elementor-icon svg {
    color: #000 !important;
    fill: #000 !important;
    transition: all 0.3s ease;
}

.tab-btn .tab-btn-text .elementor-heading-title {
    color: #000 !important;
    transition: all 0.3s ease;
}

.tab-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #fff;
    transition: width 0.3s ease;
    border-radius: 3px 3px 0 0;
}

.tab-btn:not(.active):hover {
    background: rgba(0, 0, 0, 0.1) !important;
}

.tab-btn:not(.active):hover .tab-btn-icon,
.tab-btn:not(.active):hover .tab-btn-icon i,
.tab-btn:not(.active):hover .elementor-icon i,
.tab-btn:not(.active):hover .tab-btn-text .elementor-heading-title {
    color: rgba(0, 0, 0, 0.1) !important;
}


/* Active Tab State */
.tab-btn.active {
    background: var(--gradient-primary) !important;
}

.tab-btn.active::after {
    width: 60px;
}

.tab-btn.active .tab-btn-icon,
.tab-btn.active .tab-btn-icon i,
.tab-btn.active .elementor-icon i,
.tab-btn.active .elementor-icon svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.tab-btn.active .tab-btn-text .elementor-heading-title {
    color: #ffffff !important;
}

/* First tab active by default (CSS fallback) */
.tabs-nav > .elementor-element:first-child .tab-btn {
    background: var(--gradient-primary) !important;
}

.tabs-nav > .elementor-element:first-child .tab-btn .tab-btn-icon,
.tabs-nav > .elementor-element:first-child .tab-btn .tab-btn-icon i,
.tabs-nav > .elementor-element:first-child .tab-btn .elementor-icon i {
    color: #ffffff !important;
}

.tabs-nav > .elementor-element:first-child .tab-btn .tab-btn-text .elementor-heading-title {
    color: #ffffff !important;
}

.tabs-nav > .elementor-element:first-child .tab-btn::after {
    width: 60px;
}

/* Reset first tab when another is active */
.tabs-nav:has(.tab-btn.active) > .elementor-element:first-child .tab-btn:not(.active) {
    background: transparent !important;
}

.tabs-nav:has(.tab-btn.active) > .elementor-element:first-child .tab-btn:not(.active) .tab-btn-icon,
.tabs-nav:has(.tab-btn.active) > .elementor-element:first-child .tab-btn:not(.active) .tab-btn-icon i,
.tabs-nav:has(.tab-btn.active) > .elementor-element:first-child .tab-btn:not(.active) .elementor-icon i {
    color: #000 !important;
}

.tabs-nav:has(.tab-btn.active) > .elementor-element:first-child .tab-btn:not(.active) .tab-btn-text .elementor-heading-title {
    color: #000 !important;
}

.tabs-nav:has(.tab-btn.active) > .elementor-element:first-child .tab-btn:not(.active)::after {
    width: 0;
}

.tab-btn:not(.active):hover {
    background: var(--gradient-primary) !important;
}

.tab-btn:not(.active):hover::after {
    width: 60px;
}

.tab-btn:not(.active):hover .tab-btn-icon,
.tab-btn:not(.active):hover .tab-btn-icon i,
.tab-btn:not(.active):hover .elementor-icon i,
.tab-btn:not(.active):hover .elementor-icon svg,
.tab-btn:not(.active):hover .tab-btn-text .elementor-heading-title {
    color: #ffffff !important;
    fill: #ffffff !important;
}



/* Tab Content Panels */
.tabs-content {
    position: relative;
}

.tab-panel {
    display: none;
    animation: fadeIn 0.4s ease;
}

.tab-panel.active {
    display: flex !important;
}

/* First panel visible by default */
.tabs-content > .tab-panel:first-child {
    display: flex !important;
}

/* Hide first panel when another is active */
.tabs-content:has(.tab-panel.active:not(:first-child)) > .tab-panel:first-child:not(.active) {
    display: none !important;
}

.tab-icon-box {
    flex-shrink: 0;
}

.tab-text {
    flex: 1;
}

/* Service Cards Grid */
.services-grid {
    width: 100%;
}

.service-card {
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    animation: slideUp 0.6s ease forwards;
    opacity: 0;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    z-index: 10;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2) !important;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:nth-child(1) { animation-delay: 0s; }
.service-card:nth-child(2) { animation-delay: 0.1s; }
.service-card:nth-child(3) { animation-delay: 0.2s; }
.service-card:nth-child(4) { animation-delay: 0.3s; }
.service-card:nth-child(5) { animation-delay: 0.4s; }
.service-card:nth-child(6) { animation-delay: 0.5s; }

/* Featured Card */
.service-card.featured {
    position: relative;
}

.service-card.featured::before {
    background: var(--gradient-accent);
}

.service-card.service-card-gradient::before {
    background: rgba(255, 255, 255, 0.3);
    transform: scaleX(1);
}

.service-card.service-card-gradient:hover {
    box-shadow: 0 25px 50px -12px rgba(22, 98, 237, 0.5) !important;
}

.featured-badge {
    position: absolute !important;
    top: 16px !important;
    left: 16px !important;
    z-index: 5;
}

.service-icon {
    position: relative;
    transform: rotate(-5deg);
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
    transform: rotate(0deg) scale(1.1);
}

/* Service Link Styling */
.service-link-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: gap 0.3s ease;
}

.service-link-wrapper:hover {
    gap: 12px;
}

.service-link-text .elementor-heading-title {
    transition: color 0.3s ease;
}

.service-link-icon {
    transition: transform 0.3s ease;
}

.service-link-wrapper:hover .service-link-icon {
    transform: translateX(4px);
}

.service-link-wrapper a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

/* Icon List */
.service-features .elementor-icon-list-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service-features .elementor-icon-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-features .elementor-icon-list-icon {
    width: 16px !important;
    min-width: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-features .elementor-icon-list-icon i {
    font-size: 12px !important;
}

.service-features .elementor-icon-list-text {
    font-size: 14px;
    line-height: 1.5;
}

/* Services Responsive */
@media (max-width: 1024px) {
    .services-grid > .elementor-element {
        width: 48% !important;
        min-width: 280px !important;
    }
    
    .tabs-nav {
        flex-wrap: wrap;
    }
    
    .tabs-nav > .elementor-element {
        flex: 1 1 50%;
    }
    
    .tab-btn {
        padding: 20px 16px !important;
    }
}

@media (max-width: 768px) {
    .tab-panel {
        flex-direction: column !important;
        text-align: center;
        padding: 32px !important;
    }
    
    .tab-icon-box {
        margin: 0 auto 20px !important;
    }
    
    .services-grid > .elementor-element {
        width: 100% !important;
        min-width: 100% !important;
    }
    
    .tabs-nav > .elementor-element {
        flex: 1 1 50%;
    }
    
    .section-title .elementor-heading-title {
        font-size: 32px !important;
    }
    
    .frogg-services-section {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    
    .featured-badge {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        margin-bottom: 16px;
        align-self: flex-start;
    }
}

@media (max-width: 480px) {
    .tabs-nav > .elementor-element {
        flex: 1 1 100%;
    }
    
    .tab-btn {
        flex-direction: row !important;
        justify-content: center !important;
        padding: 16px !important;
        gap: 12px !important;
    }
    
    .tab-panel {
        padding: 24px !important;
    }
    
    .section-title .elementor-heading-title {
        font-size: 28px !important;
    }
}

/* Services Print Styles */
@media print {
    .frogg-services-section {
        background: #fff !important;
        padding: 40px 0 !important;
    }
    
    .service-card {
        break-inside: avoid;
        box-shadow: none !important;
        border: 1px solid #ddd;
    }
    
    .services-bg-pattern {
        display: none;
    }
    
    .tab-panel {
        display: block !important;
        page-break-inside: avoid;
    }
}

/* --- CSS Block 7 --- */
.tab-btn:hover .tab-btn-text .elementor-heading-title {
    color: #ffffff !important;
}

/* --- CSS Block 8 --- */
/* ////////////////////////////////////////////
   ============================================
   4. PROCESS SECTION (How It Works)
   ============================================
   //////////////////////////////////////////// */

.frogg-process-section {
    position: relative;
    overflow: hidden;
}

.frogg-process-section::before,
.frogg-process-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.frogg-process-section::before {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(22, 98, 237, 0.15) 0%, transparent 70%);
    top: -200px;
    left: -200px;
    z-index: 0;
}

.frogg-process-section::after {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(30, 58, 138, 0.2) 0%, transparent 70%);
    bottom: -150px;
    right: -150px;
    z-index: 0;
}

.frogg-process-section .section-header {
    position: relative;
    z-index: 1;
}

.how-it-works .section-tag,
.how-it-works1 .section-tag,
.section-tag-how {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-sm) var(--space-md);
    background: rgba(22, 98, 237, 0.2);
    color: var(--primary-400);
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: var(--radius-full);
    margin-bottom: var(--space-lg);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.frogg-process-section .gradient-text {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline;
}

/* Process Timeline */
.process-timeline {
    position: relative;
    width: 100%;
}

.process-line {
    display: block;
}

.process-timeline::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 12.5%;
    width: 75%;
    height: 2px;
    background: linear-gradient(90deg, #1662ed 0%, #1e40af 100%);
    z-index: 0;
    opacity: 0.5;
}

@media (max-width: 992px) {
    .process-timeline::before {
        display: none;
    }
}

/* Process Step Card */
.process-step {
    transition: transform 0.3s ease;
}

.process-step:hover {
    transform: translateY(-8px);
}

.step-marker {
    position: relative;
}

.step-num {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3rem;
    font-weight: 800;
    color: rgba(22, 98, 237, 0.15);
    z-index: 0;
    line-height: 1;
    pointer-events: none;
}

.step-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(22, 98, 237, 0.4);
    transition: all var(--transition-base);
}

.process-step:hover .step-icon {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(22, 98, 237, 0.5);
}

.step-icon::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: inherit;
    opacity: 0;
    transform: scale(1);
    transition: all 0.4s ease;
    z-index: -1;
}

.process-step:hover .step-icon::after {
    opacity: 0.4;
    transform: scale(1.3);
}

/* Step Card Glass */
.step-card {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    height: 100%;
}

.process-step:hover .step-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(22, 98, 237, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.step-title {
    margin-bottom: 8px;
}

.step-desc {
    margin: 0;
}

/* Animation */
.process-step:nth-child(2) { animation-delay: 0s; }
.process-step:nth-child(3) { animation-delay: 0.15s; }
.process-step:nth-child(4) { animation-delay: 0.3s; }
.process-step:nth-child(5) { animation-delay: 0.45s; }

.process-step.animate {
    animation: fadeInUp 0.6s ease forwards;
}

/* Process Responsive */
@media (max-width: 992px) {
    .frogg-process-section {
        padding: 80px 0 !important;
    }
    
    .process-step {
        width: 45% !important;
        min-width: 220px !important;
    }
    
    .process-timeline {
        gap: 30px !important;
    }
    
    .frogg-process-section .section-title,
    .frogg-process-section .gradient-text {
        font-size: 36px !important;
    }
}

@media (max-width: 576px) {
    .frogg-process-section {
        padding: 60px 0 !important;
    }
    
    .process-step {
        width: 100% !important;
        min-width: unset !important;
    }
    
    .process-timeline {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .step-icon {
        width: 70px !important;
        height: 70px !important;
    }
    
    .step-num {
        font-size: 2.5rem !important;
    }
    
    .frogg-process-section .section-title,
    .frogg-process-section .gradient-text {
        font-size: 28px !important;
    }
    
    .frogg-process-section .section-subtitle p {
        font-size: 16px !important;
    }
}

/* --- CSS Block 9 --- */
/* ////////////////////////////////////////////
   ============================================
   5. EMPLOYERS SECTION
   ============================================
   //////////////////////////////////////////// */
.section-tag,
.section-tag-how {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-sm) var(--space-md);
    background: rgba(22, 98, 237, 0.2);
    color: var(--primary-400);
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: var(--radius-full);
    margin-bottom: var(--space-lg);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.frogg-employers-section {
    background: #ffffff;
    overflow: visible;
}

.employers-grid {
    align-items: flex-start;
}

/* Sticky Content Column */
.employers-content {
    position: sticky !important;
    top: 100px;
    align-self: flex-start;
}

/* Text paragraphs */
.employers-text p {
    color: #4b5563;
    line-height: 1.8;
    margin: 0;
}

/* Image styling */
.employers-image {
    overflow: hidden;
    transition: transform 0.3s ease;
}

.employers-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.employers-image:hover img {
    transform: scale(1.03);
}

/* Visual Cards */
.visual-card {
    transition: all 0.3s ease;
}

.visual-card:hover {
   
    border-color: rgba(22, 98, 237, 0.2) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.visual-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.visual-card:hover .visual-icon {
    transform: scale(1.05);
}

.visual-card-content h3 {
    margin: 0;
}

.visual-card-content p {
    margin: 0;
}

/* Animation */
.visual-card:nth-child(1) { animation-delay: 0s; }
.visual-card:nth-child(2) { animation-delay: 0.1s; }
.visual-card:nth-child(3) { animation-delay: 0.2s; }
.visual-card:nth-child(4) { animation-delay: 0.3s; }
.visual-card:nth-child(5) { animation-delay: 0.4s; }
.visual-card:nth-child(6) { animation-delay: 0.5s; }

.visual-card.animate {
    animation: slideInRight 0.5s ease forwards;
}

/* Employers Responsive */
@media (max-width: 992px) {
    .frogg-employers-section {
        padding: 80px 24px !important;
    }
    
    .employers-grid {
        flex-direction: column !important;
    }
    
    .employers-content {
        width: 100% !important;
        position: relative !important;
        top: auto !important;
    }
    
    .employers-visual {
        width: 100% !important;
    }
    
    .frogg-employers-section .section-title {
        font-size: 36px !important;
    }
}

@media (max-width: 576px) {
    .frogg-employers-section {
        padding: 60px 16px !important;
    }
    
    .employers-grid {
        gap: 30px !important;
    }
    
    .employers-content,
    .employers-visual {
        min-width: unset !important;
    }
    
    .visual-card {
        flex-direction: column !important;
        text-align: center;
    }
    
    .visual-icon {
        margin: 0 auto;
    }
    
    .visual-card-content {
        text-align: center;
    }
    
    .frogg-employers-section .section-title {
        font-size: 28px !important;
    }
    
    .employers-text p {
        font-size: 15px !important;
    }
}

/* --- CSS Block 10 --- */
.frogg-candidates-section {
    position: relative;
    overflow: hidden;
}

/* Radial gradient overlays for visual depth */
.candidates-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse at 30% 50%, rgba(22, 98, 237, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 80%, rgba(38, 73, 176, 0.1) 0%, transparent 40%);
    pointer-events: none;
}



.frogg-candidates-section .section-header {
    position: relative;
    z-index: 1;
}



.frogg-candidates-section .gradient-text {
    background: linear-gradient(135deg, #1662ed 0%, #60a5fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline;
}

/* ==========================================================================
   Candidates Cards Grid
   ========================================================================== */

.candidates-grid {
    width: 100%;
}

.candidate-card {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    text-align: center;
}

.candidate-card:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-5px);
    border-color: rgba(22, 98, 237, 0.3) !important;
}

/* Card Icon */
.candidate-card .card-icon {
    transition: transform 0.3s ease;
}

.candidate-card:hover .card-icon {
    transform: scale(1.05);
}

/* Card Link */
.card-link {
    transition: gap 0.3s ease;
    cursor: pointer;
}

.card-link:hover {
    gap: 12px !important;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */

.candidates-cta {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 100%;
}

.candidates-cta .btn-glass {
    transition: all 0.3s ease;
}

.candidates-cta .btn-glass:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    transform: translateY(-2px);
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

/* Tablet: 2 columns */
@media (max-width: 992px) {
    .frogg-candidates-section {
        padding: 80px 0 !important;
    }
    
    .candidates-grid {
        gap: 20px !important;
    }
    
    .candidate-card {
        width: 45% !important;
        min-width: 200px !important;
    }
    
    .frogg-candidates-section .section-title,
    .frogg-candidates-section .gradient-text {
        font-size: 36px !important;
    }
    
    .candidates-cta {
        flex-direction: column !important;
        text-align: center;
    }
    
    .candidates-cta .cta-content {
        align-items: center !important;
    }
}

/* Mobile: 1 column */
@media (max-width: 576px) {
    .frogg-candidates-section {
        padding: 60px 0 !important;
    }
    
    .candidates-grid {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .candidate-card {
        width: 100% !important;
        min-width: unset !important;
    }
    
    .candidates-inner {
        gap: 40px !important;
    }
    
    .frogg-candidates-section .section-title,
    .frogg-candidates-section .gradient-text {
        font-size: 28px !important;
    }
    
    .frogg-candidates-section .section-subtitle p {
        font-size: 16px !important;
    }
    
    .candidates-cta {
        padding: 24px !important;
    }
    
    .candidates-cta .btn-glass {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   Animation Enhancements (Optional)
   ========================================================================== */

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

/* Apply staggered animation to cards */
.candidate-card:nth-child(1) { animation-delay: 0s; }
.candidate-card:nth-child(2) { animation-delay: 0.1s; }
.candidate-card:nth-child(3) { animation-delay: 0.2s; }
.candidate-card:nth-child(4) { animation-delay: 0.3s; }

/* Use with Elementor's viewport animations */
.candidate-card.animate {
    animation: fadeInUp 0.5s ease forwards;
}

/* --- CSS Block 11 --- */
.section-tag-review {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-sm) var(--space-md);
    background: var(--primary-50);
    color: var(--primary-700);
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: var(--radius-full);
    margin-bottom: var(--space-lg);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}


















.frogg-testimonials-section {
    position: relative;
    overflow: hidden;
}



.testimonials-grid {
    width: 100%;
}


.frogg-testimonials-section .testimonial-card {
    transition: all 0.3s ease;
    flex: 1 1 300px;
    max-width: 380px;
}

.frogg-testimonials-section .testimonial-card:hover {
    background-color: #ffffff !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

/* ==========================================
   Star Rating
   ========================================== */
 .testimonial-rating .elementor-widget-icon .elementor-icon svg {
    fill: #fbbf24;
}

.testimonial-rating .elementor-widget-icon i {
    color: #fbbf24;
}

/* ==========================================
   Testimonial Text
   ========================================== */
.frogg-testimonials-section .testimonial-text p {
    font-style: italic;
    line-height: 1.8;
}

/* ==========================================
   Author Section
   ========================================== */
.frogg-testimonials-section .testimonial-author {
    margin-top: auto;
}

.frogg-testimonials-section .author-avatar {
    flex-shrink: 0;
}

.frogg-testimonials-section .author-info {
    flex: 1;
}

/* ==========================================
   Responsive Styles
   ========================================== */

/* Tablet */
@media (max-width: 1024px) {
    .frogg-testimonials-section .testimonials-grid {
        --e-con-flex-direction: row !important;
        flex-wrap: wrap !important;
    }
    
    .frogg-testimonials-section .testimonial-card {
        width: calc(50% - 12px) !important;
        min-width: 280px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .frogg-testimonials-section {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    
    .frogg-testimonials-section .section-header {
        margin-bottom: 40px !important;
    }
    
    .frogg-testimonials-section .section-title {
        font-size: 32px !important;
    }
    
    .frogg-testimonials-section .testimonials-grid {
        flex-direction: column !important;
    }
    
    .frogg-testimonials-section .testimonial-card {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .frogg-testimonials-section .testimonial-card {
        padding: 24px !important;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .frogg-testimonials-section .section-title {
        font-size: 28px !important;
    }
    
    .frogg-testimonials-section .section-subtitle {
        font-size: 16px !important;
    }
    
    .frogg-testimonials-section .testimonial-text p {
        font-size: 15px !important;
    }
}

/* Animation uses shared @keyframes fadeInUp defined earlier */

.frogg-testimonials-section .testimonial-card {
    animation: fadeInUp 0.6s ease forwards;
}

.frogg-testimonials-section .testimonial-card:nth-child(1) {
    animation-delay: 0.1s;
}

.frogg-testimonials-section .testimonial-card:nth-child(2) {
    animation-delay: 0.2s;
}

.frogg-testimonials-section .testimonial-card:nth-child(3) {
    animation-delay: 0.3s;
}

/* --- CSS Block 12 --- */
.frogg-resources-section {
    position: relative;
    overflow: hidden;
}

/* Background Orbs (add via custom CSS or HTML widget) */
.frogg-resources-section::before,
.frogg-resources-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.4;
    pointer-events: none;
    animation: orbFloat 20s ease-in-out infinite;
}

.frogg-resources-section::before {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(22, 98, 237, 0.4) 0%, transparent 70%);
    top: -200px;
    left: -200px;
}

.frogg-resources-section::after {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(38, 73, 176, 0.3) 0%, transparent 70%);
    bottom: -150px;
    right: -150px;
    animation-delay: -10s;
}

@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -30px) scale(1.1); }
    66% { transform: translate(-20px, 20px) scale(0.95); }
}

/* ==========================================
   Section Header
   ========================================== */
.frogg-resources-section .resources-header {
    position: relative;
    z-index: 2;
}



.frogg-resources-section .section-title .gradient-text {
    background: linear-gradient(135deg, #1662ed 0%, #60a5fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ==========================================
   Filter Tabs
   ========================================== */
.frogg-resources-section .resources-filter {
    position: relative;
    z-index: 2;
}

.frogg-resources-section .filter-btn {
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.frogg-resources-section .filter-btn:hover {
    border-color: rgba(22, 98, 237, 0.5) !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(22, 98, 237, 0.2);
}

.frogg-resources-section .filter-btn:hover .elementor-widget-icon i,
.frogg-resources-section .filter-btn:hover .elementor-widget-heading {
    color: #ffffff !important;
}

.frogg-resources-section .filter-btn.active {
    border-color: transparent !important;
}

/* ==========================================
   Featured Carousel
   ========================================== */
.frogg-resources-section .featured-carousel {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.frogg-resources-section .featured-content {
    position: relative;
    z-index: 1;
}

.frogg-resources-section .featured-image {
    position: relative;
}

.frogg-resources-section .featured-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(22, 98, 237, 0.3) 0%, transparent 100%);
    pointer-events: none;
}

.frogg-resources-section .featured-image img,
.frogg-resources-section .featured-image-img img {
    transition: transform 0.6s ease;
}

.frogg-resources-section .featured-carousel:hover .featured-image img,
.frogg-resources-section .featured-carousel:hover .featured-image-img img {
    transform: scale(1.05);
}

.frogg-resources-section .btn-glass {
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.frogg-resources-section .btn-glass:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    transform: translateX(5px);
}

/* ==========================================
   Resource Cards Grid
   ========================================== */
.frogg-resources-section .resources-grid {
    position: relative;
    z-index: 2;
}

.frogg-resources-section .resource-card {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex: 1 1 300px;
    max-width: 380px;
}

.frogg-resources-section .resource-card:hover {
    transform: translateY(-10px);
    border-color: rgba(22, 98, 237, 0.4) !important;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 40px rgba(22, 98, 237, 0.2);
}

.frogg-resources-section .resource-card-image img {
    transition: transform 0.6s ease;
}

.frogg-resources-section .resource-card:hover .resource-card-image img {
    transform: scale(1.1);
}

.frogg-resources-section .resource-card h4,
.frogg-resources-section .resource-card .elementor-heading-title {
    transition: color 0.3s ease;
}

.frogg-resources-section .resource-card:hover h4,
.frogg-resources-section .resource-card:hover .resource-card-content .elementor-heading-title {
    color: #93c5fd !important;
}

.frogg-resources-section .resource-link {
    transition: all 0.3s ease;
}

.frogg-resources-section .resource-link:hover {
    background-color: #1662ed !important;
    transform: translateX(5px);
}

.frogg-resources-section .resource-link:hover i {
    color: #ffffff !important;
}

/* ==========================================
   Stats Bar
   ========================================== */
.frogg-resources-section .resources-stats {
    position: relative;
    z-index: 2;
}

.frogg-resources-section .stat-box {
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    flex: 1 1 200px;
}

.frogg-resources-section .stat-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1662ed, #1e3a8a);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.frogg-resources-section .stat-box:hover {
    background-color: rgba(255, 255, 255, 0.08) !important;
    transform: translateY(-5px);
    border-color: rgba(22, 98, 237, 0.3) !important;
}

.frogg-resources-section .stat-box:hover::before {
    transform: scaleX(1);
}

/* ==========================================
   Newsletter CTA
   ========================================== */
.frogg-resources-section .resources-cta {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.frogg-resources-section .resources-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(22, 98, 237, 0.1) 0%, transparent 50%);
    animation: ctaPulse 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes ctaPulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 0.8; }
}

.frogg-resources-section .newsletter-input-group {
    transition: all 0.3s ease;
}

.frogg-resources-section .newsletter-input-group:hover,
.frogg-resources-section .newsletter-input-group:focus-within {
    border-color: #1662ed !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 0 20px rgba(22, 98, 237, 0.3);
}

.frogg-resources-section .btn-primary:hover {
    background-color: #1e3a8a !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(22, 98, 237, 0.4);
}

/* ==========================================
   Responsive Styles
   ========================================== */

/* Large Tablet */
@media (max-width: 1200px) {
    .frogg-resources-section .resources-grid .resource-card {
        width: calc(50% - 12px) !important;
    }
}

/* Tablet */
@media (max-width: 992px) {
    .frogg-resources-section .featured-carousel {
        flex-direction: column !important;
    }
    
    .frogg-resources-section .featured-content,
    .frogg-resources-section .featured-image-wrap {
        width: 100% !important;
    }
    
    .frogg-resources-section .featured-image-wrap {
        order: -1;
        min-height: 250px !important;
    }
    
    .frogg-resources-section .featured-content {
        padding: 32px !important;
    }
    
    .frogg-resources-section .featured-content h3 {
        font-size: 28px !important;
    }
    
    .frogg-resources-section .resources-stats {
        flex-wrap: wrap !important;
    }
    
    .frogg-resources-section .stat-box {
        width: calc(50% - 12px) !important;
    }
    
    .frogg-resources-section .resources-cta {
        flex-direction: column !important;
        text-align: center;
        padding: 32px !important;
    }
    
    .frogg-resources-section .resources-cta-content {
        align-items: center !important;
    }
    
    .frogg-resources-section .resources-newsletter {
        flex-direction: column !important;
        width: 100% !important;
    }
    
    .frogg-resources-section .newsletter-input-group {
        width: 100% !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .frogg-resources-section {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    
    .frogg-resources-section .resources-header {
        margin-bottom: 40px !important;
    }
    
    .frogg-resources-section .section-title {
        font-size: 32px !important;
    }
    
    .frogg-resources-section .resources-filter {
        margin-bottom: 40px !important;
    }
    
    .frogg-resources-section .filter-btn {
        padding: 10px 16px !important;
    }
    
    .frogg-resources-section .filter-btn span {
        display: none;
    }
    
    .frogg-resources-section .resources-grid {
        flex-direction: column !important;
    }
    
    .frogg-resources-section .resource-card {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .frogg-resources-section .stat-box {
        width: 100% !important;
    }
    
    .frogg-resources-section .featured-meta {
        flex-wrap: wrap !important;
        gap: 12px !important;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .frogg-resources-section .section-title {
        font-size: 26px !important;
    }
    
    .frogg-resources-section .featured-content h3 {
        font-size: 22px !important;
    }
    
    .frogg-resources-section .stat-value {
        font-size: 32px !important;
    }
    
    .frogg-resources-section .resources-cta h3 {
        font-size: 22px !important;
    }
}

/* ==========================================
   Animation Effects
   ========================================== */
@keyframes cardReveal {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.frogg-resources-section .resource-card {
    animation: cardReveal 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.frogg-resources-section .resource-card:nth-child(1) { animation-delay: 0.1s; }
.frogg-resources-section .resource-card:nth-child(2) { animation-delay: 0.2s; }
.frogg-resources-section .resource-card:nth-child(3) { animation-delay: 0.3s; }

.frogg-resources-section .stat-box {
    animation: cardReveal 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.frogg-resources-section .stat-box:nth-child(1) { animation-delay: 0.1s; }
.frogg-resources-section .stat-box:nth-child(2) { animation-delay: 0.2s; }
.frogg-resources-section .stat-box:nth-child(3) { animation-delay: 0.3s; }
.frogg-resources-section .stat-box:nth-child(4) { animation-delay: 0.4s; }

/* --- CSS Block 13 --- */
.contact {
    padding: 100px 0;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}



.bg-gradient-primary {
    background: linear-gradient(135deg, #1662ed 0%, #1e3a8a 100%);
}


/* ==========================================
   Background & Skewed Divider
   ========================================== */
.contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(135deg, #1f2937 0%, #030712 100%);
    z-index: 0;
}

.contact-shape {
    position: absolute;
    top: 0;
    right: -100px;
    width: 200px;
    height: 100%;
    background: linear-gradient(135deg, #1f2937 0%, #030712 100%);
    transform: skewX(-5deg);
    z-index: 1;
}

/* ==========================================
   Content Grid
   ========================================== */
.contact-grid {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    gap: 96px;
    max-width: 1400px;
    margin: 0 auto;
}

/* ==========================================
   Contact Info (Left Side - Dark)
   ========================================== */
.contact-info {
    flex: 1;
    color: #ffffff;
    padding-right: 48px;
}

.contact-info .section-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #60a5fa !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.contact-info .section-title {
    color: #ffffff !important;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.contact-info .section-title .gradient-text {
    background: linear-gradient(135deg, #1662ed 0%, #60a5fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-text,
.contact-info .contact-text,
.contact-info .contact-text p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 48px;
}

/* ==========================================
   Contact Details Items
   ========================================== */
.contact-details {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
}

.contact-item {
    display: flex;
    flex-direction: row;
    gap: 24px;
    transition: transform 0.3s ease;
}

.contact-item:hover {
    transform: translateX(10px);
}

.contact-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
    background: rgba(22, 98, 237, 0.3) !important;
    transform: scale(1.1);
}

.contact-icon i,
.contact-icon .elementor-icon i,
.contact-icon svg {
    font-size: 20px;
    color: #60a5fa !important;
    fill: #60a5fa !important;
}

.contact-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-content h4,
.contact-content .elementor-heading-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-bottom: 4px;
}

.contact-content p,
.contact-content .elementor-text-editor p {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    margin-bottom: 4px;
}

.contact-link,
.contact-content a,
.contact-link-wrapper a {
    font-size: 14px !important;
    color: #60a5fa !important;
    text-decoration: none;
    display: inline;
    transition: color 0.3s ease;
}

.contact-link:hover,
.contact-content a:hover,
.contact-link-wrapper a:hover {
    color: #93c5fd !important;
}

/* ==========================================
   Social Links
   ========================================== */
.social-links {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.social-links .elementor-icon,
.social-icon {
    width: 44px !important;
    height: 44px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.social-links .elementor-icon i,
.social-icon i {
    color: #ffffff !important;
    font-size: 16px !important;
}

.social-links .elementor-icon:hover,
.social-icon:hover {
    background: #1662ed !important;
    transform: translateY(-3px) !important;
}

/* ==========================================
   Contact Form Wrapper (Right Side - White)
   ========================================== */
.contact-form-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
}

.contact-form {
    width: 100%;
    background: #ffffff;
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.contact-form h3,
.contact-form .elementor-heading-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin-bottom: 32px;
}

/* ==========================================
   Form Fields
   ========================================== */
.contact-form-widget .elementor-field-group {
    margin-bottom: 24px;
}

.contact-form-widget .elementor-field-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #374151 !important;
    margin-bottom: 8px !important;
}

.contact-form-widget .elementor-field,
.contact-form-widget .elementor-field-textual,
.contact-form-widget input,
.contact-form-widget textarea,
.contact-form-widget select {
    width: 100%;
    padding: 14px 16px !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 12px !important;
    background: #f9fafb !important;
    color: #1f2937 !important;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    transition: all 0.3s ease;
}

.contact-form-widget .elementor-field:focus,
.contact-form-widget input:focus,
.contact-form-widget textarea:focus,
.contact-form-widget select:focus {
    outline: none !important;
    border-color: #1662ed !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(22, 98, 237, 0.1) !important;
}

.contact-form-widget textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-form-widget select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px !important;
    cursor: pointer;
}

/* ==========================================
   Submit Button
   ========================================== */
.contact-form-widget .elementor-button,
.contact-form button[type="submit"] {
    width: 100%;
    background: #1662ed !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 16px 32px !important;
    border: none !important;
    border-radius: 12px !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.contact-form-widget .elementor-button:hover,
.contact-form button[type="submit"]:hover {
    background: #1e3a8a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 30px rgba(22, 98, 237, 0.4) !important;
}

.contact-form-widget .elementor-button:active,
.contact-form button[type="submit"]:active {
    transform: translateY(0) !important;
}

.contact-form-widget .elementor-button i {
    font-size: 14px;
}

/* ==========================================
   Responsive Styles
   ========================================== */

/* Tablet */
@media (max-width: 1024px) {
    .contact {
        padding: 80px 0;
    }
    
    .contact-bg {
        width: 100%;
        height: 50%;
    }
    
    .contact-shape {
        display: none;
    }
    
    .contact-grid {
        flex-direction: column !important;
        gap: 60px;
    }
    
    .contact-info,
    .contact-form-wrapper {
        width: 100% !important;
        padding-right: 0 !important;
    }
    
    .contact-info {
        padding: 0 40px;
    }
    
    .contact-form-wrapper {
        padding: 0 40px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .contact {
        padding: 60px 0;
    }
    
    .contact-info,
    .contact-form-wrapper {
        padding: 0 24px !important;
    }
    
    .contact-info .section-title {
        font-size: 32px !important;
    }
    
    .contact-form {
        padding: 24px !important;
    }
    
    .contact-grid {
        gap: 40px;
    }
    
    .social-links {
        justify-content: center;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .contact-info .section-title {
        font-size: 26px !important;
    }
    
    .contact-item {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    
    .contact-item:hover {
        transform: translateX(0) translateY(-5px);
    }
}

/* ==========================================
   Animation Effects
   ========================================== */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

.contact-info {
    animation: slideInLeft 0.6s ease forwards;
}

.contact-form {
    animation: slideInRight 0.6s ease forwards;
    animation-delay: 0.2s;
}

.contact-item {
    opacity: 1;
}

.contact-item:nth-child(1) { animation: slideInLeft 0.5s ease 0.1s forwards; }
.contact-item:nth-child(2) { animation: slideInLeft 0.5s ease 0.2s forwards; }
.contact-item:nth-child(3) { animation: slideInLeft 0.5s ease 0.3s forwards; }

/* --- CSS Block 14 --- */
.bg-gradient-primary {
    background: linear-gradient(135deg, #1662ed 0%, #1e3a8a 100%);
}



.section-tag,
.section-tag-how {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-sm) var(--space-md);
    background: rgba(22, 98, 237, 0.2);
    color: var(--primary-400);
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: var(--radius-full);
    margin-bottom: var(--space-lg);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}



/* Section Title */
.section-title {
    line-height: 1.2 !important;
}

/* Gradient Text */
.gradient-text {
    background: var(--gradient-primary) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    display: inline-block;
}

/* Section Subtitle */
.section-subtitle {
    max-width: 600px;
    margin: 0 auto;
}

/* Highlight Text */
.highlight {
    color: #1662ed;
    position: relative;
}



.candidates .section-header.light .section-tag {
    background: rgba(255, 255, 255, 0.1);
    color: var(--primary-400);
}

.testimonialsmal .section-header.light .section-tag {
    background: rgba(255, 255, 255, 0.1);
    color: var(--primary-400);
}



/* ============================================
   HERO SECTION MAIN STYLES
   ============================================ */
.frogg-hero {
    margin-top: 2rem;
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.frogg-hero > .elementor-background-video-container {
    z-index: 0;
}

.frogg-hero > .elementor-background-overlay {
    z-index: 1;
    background: linear-gradient(135deg, rgba(2, 3, 129, 0.7) 0%, rgba(40, 116, 252, 0.4) 50%, rgba(2, 3, 129, 0.3) 100%) !important;
}

/* Hero Main Container */
.hero-main-container {
    position: relative;

    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 100px ;
    padding-bottom: 40px;
}

/* Hero Content Box - Glassmorphism */
.hero-content-box {
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hero-content-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
}

.hero-content-box::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.hero-content-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.6) !important;
}

.hero-content-box:hover::after {
    opacity: 1;
}

/* Hero Stats Box */
.hero-stats-box {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: transform 0.4s ease, background 0.4s ease;
}

.hero-stats-box:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15) !important;
}

.hero-stat-item {
    text-align: center;
}

/* Animated gradient shine on numbers */
.hero-stats-box .elementor-heading-title {
    background: linear-gradient(135deg, #fff 0%, #60a5fa 50%, #fff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    animation: shine 3s linear infinite;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}



.hero-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0;
    background: var(--gradient-hero);
    z-index: 1;
}

.hero-gradient {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(22, 98, 237, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(38, 73, 176, 0.1) 0%, transparent 40%),
        radial-gradient(ellipse at 60% 80%, rgba(22, 98, 237, 0.1) 0%, transparent 40%);
}





.hero-shapes {

    inset: 0;
    overflow: hidden;
}

.shape {

    border-radius: 50%;
    background: linear-gradient(135deg, rgba(22, 98, 237, 0.1), rgba(38, 73, 176, 0.1));
    animation: float 20s ease-in-out infinite;
}

.shape-1 {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -100px;
    animation-delay: 0s;
}

.shape-2 {
    width: 300px;
    height: 300px;
    bottom: 10%;
    left: -50px;
    animation-delay: -5s;
}

.shape-3 {
    width: 200px;
    height: 200px;
    top: 40%;
    right: 20%;
    animation-delay: -10s;
}


.floating-icons i {

    font-size: 2rem;
    color: rgba(255, 255, 255, 0.05);
    animation: float 15s ease-in-out infinite;
}

.floating-icons i:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-icons i:nth-child(2) {
    top: 60%;
    left: 5%;
    animation-delay: -3s;
}

.floating-icons i:nth-child(3) {
    top: 30%;
    right: 15%;
    animation-delay: -6s;
}

.floating-icons i:nth-child(4) {
    bottom: 20%;
    right: 10%;
    animation-delay: -9s;
}

/* @keyframes float defined earlier */

/* ============================================
   HERO CONTENT STYLES
   ============================================ */
.hero-container {
    display: grid;
    grid-template-columns: 2fr 0fr;
    gap: 96px;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1;
}

/* ============================================
   HERO RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .hero-main-container {
        flex-direction: column !important;
        padding: 100px 20px 60px !important;
    }
    
    .hero-content-box,
    .hero-stats-box {
        width: 100% !important;
        max-width: 600px;
    }
    
    .hero-content-box {
        text-align: center;
        align-items: center !important;
    }
    
    .hero-stats-box {
        flex-direction: row !important;
        justify-content: space-around;
        gap: 20px;
    }
    
    .hero-stat-item {
        flex: 1;
    }
}

@media (max-width: 768px) {
    .hero-content-box {
        padding: 30px !important;
    }
    
    .hero-stats-box {
        flex-direction: column !important;
        padding: 30px !important;
    }
}

.hero-content {
    color: #fff;
}

.hero-badge {
    --width: auto !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    font-size: 0.875rem;
    margin-bottom: 32px;
    color: #fff;
}

.hero-badge i {
    color: var(--primary-400);
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 32px !important;
    color: #fff !important;
}

.hero-subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 48px;
    max-width: 500px;
    line-height: 1.7;
}

.gradient-text {
    background: linear-gradient(135deg, #60a5fa, #a5f3fc, #60a5fa) !important;
    background-size: 200% auto;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: gradientShift 4s ease infinite;
}

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

/* ============================================
   HERO CTA BUTTONS
   ============================================ */
.hero-cta {
    display: flex;
    gap: 16px;
    margin-bottom: 64px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: 0.75rem;
    transition: all 300ms ease;
    white-space: nowrap;
    text-decoration: none;
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.btn-primary {
    background: var(--gradient-primary);
    color: #fff;
    box-shadow: 0 4px 15px rgba(22, 98, 237, 0.3);
    border: none;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(22, 98, 237, 0.4);
    color: #fff;
}

.btn-glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.btn-glass:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

/* ============================================
   HERO STATS
   ============================================ */
.hero-stats {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    display: inline;
}

.stat-suffix {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-400);
}

.stat-label {
    display: block;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 4px;
}

.stat-divider {
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
}

/* ============================================
   HERO VISUAL / CARDS
   ============================================ */
.hero-visual {
    position: relative;
    height: 500px;
}

.hero-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1rem;
    padding: 32px;
    color: #fff;
}

.hero-card-main {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.card-avatar {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.card-content h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}

.card-content p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
}

.card-status {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 9999px;
}

.card-status.success {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
}

.hero-card-float-1,
.hero-card-float-2 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    animation: floatCard 6s ease-in-out infinite;
}

.hero-card-float-1 {
    top: 15%;
    left: 1%;
    animation-delay: 0s;
}

.hero-card-float-2 {
    bottom: 15%;
    right: 1%;
    animation-delay: -3s;
}

.hero-card-float-1 i,
.hero-card-float-2 i {
    font-size: 1.25rem;
    color: var(--primary-400);
}

/* @keyframes floatCard defined earlier */

/* ============================================
   SCROLL INDICATOR
   ============================================ */
.hero-scroll {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
}

.scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    animation: bounce 2s infinite;
    text-decoration: none;
}

.scroll-indicator:hover {
    color: rgba(255, 255, 255, 0.8);
}

.scroll-indicator i {
    font-size: 1.25rem;
}

@keyframes bounce {

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

    40% {
        transform: translateY(10px);
    }

    60% {
        transform: translateY(5px);
    }
}

/* ============================================
   HERO ANIMATIONS
   ============================================ */
.animate-fade-in {
    animation: fadeIn 0.8s ease forwards;
}

.animate-slide-up {
    animation: slideUp 0.8s ease forwards;
    animation-delay: 0.2s;
    opacity: 0;
}

.animate-slide-up-delay {
    animation: slideUp 0.8s ease forwards;
    animation-delay: 0.4s;
    opacity: 0;
}

.animate-fade-in-delay {
    animation: fadeIn 0.8s ease forwards;
    animation-delay: 0.6s;
    opacity: 0;
}

.animate-fade-in-delay-2 {
    animation: fadeIn 0.8s ease forwards;
    animation-delay: 0.8s;
    opacity: 0;
}

.animate-float {
    animation: float 6s ease-in-out infinite;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* @keyframes slideUp defined earlier */

/* ============================================
   RESPONSIVE STYLES
   ============================================ */
@media (max-width: 1200px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-content {
        max-width: 700px;
        margin: 0 auto;
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-cta {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-visual {
        display: none;
    }
}

@media (max-width: 768px) {
    .frogg-hero {
        padding: 100px 0 64px;
    }

    .hero-container {
        padding: 0 16px;
        gap: 48px;
    }

    .hero-title {
        font-size: 2rem !important;
    }

    .hero-stats {
        gap: 24px;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-divider {
        height: 40px;
    }
}

@media (max-width: 480px) {
    .hero-cta {
        flex-direction: column;
        width: 100%;
    }

    .btn-lg {
        width: 100%;
        justify-content: center;
    }

    .hero-stats {
        flex-direction: column;
        gap: 16px;
    }

    .stat-divider {
        width: 50px;
        height: 1px;
    }
}



/* ============================================
   ABOUT SECTION ENHANCEMENTS
   ============================================ */

/* Decorative background gradient orb */
.frogg-about-section::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(22, 98, 237, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* Visual column sticky positioning (desktop) */
@media (min-width: 1025px) {
    .about-visual-sticky {
        position: sticky;
        top: 120px;
    }
}

/* Decorative border square */
.about-visual-column::after {
    content: '';
    position: absolute;
    bottom: 80px;
    left: -20px;
    width: 100px;
    height: 100px;
    border: 3px solid var(--primary-500);
    border-radius: 16px;
    z-index: 0;
    pointer-events: none;
}

/* ============================================
   TOGGLE/ACCORDION STYLING
   ============================================ */

/* Style the Elementor Toggle widget to match design */
.elementor-widget-toggle .elementor-toggle {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.elementor-widget-toggle .elementor-toggle-title {
    background: var(--gradient-primary) !important;
    color: #fff !important;
    padding: 20px 24px !important;
    font-weight: 600 !important;
}

.elementor-widget-toggle .elementor-toggle-icon {
    color: #fff !important;
}

.elementor-widget-toggle .elementor-toggle-icon svg {
    fill: #fff !important;
}

.elementor-widget-toggle .elementor-tab-content {
    padding: 20px 24px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.elementor-widget-toggle .elementor-tab-content p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 16px;
}

.elementor-widget-toggle .elementor-tab-content p:last-child {
    margin-bottom: 0;
}

/* Toggle hover effect */
.elementor-widget-toggle .elementor-toggle-title:hover {
    opacity: 0.9;
    box-shadow: 0 5px 20px rgba(22, 98, 237, 0.4);
}

/* ============================================
   FEATURE ITEMS HOVER EFFECTS
   ============================================ */

.about-feature-item {
    transition: all 0.3s ease;
}

.about-feature-item:hover {
    background: rgba(255, 255, 255, 0.15) !important;
}

.about-feature-icon {
    transition: transform 0.3s ease;
}

.about-feature-item:hover .about-feature-icon {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.3) !important;
}

/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */

@media (max-width: 1024px) {

    /* Stack columns on tablet */
    .about-grid-container {
        flex-direction: column !important;
    }

    .about-visual-column,
    .about-content-column {
        width: 100% !important;
    }

    .about-visual-column {
        min-height: 450px !important;
    }
}

@media (max-width: 768px) {

    /* Adjust visual section on mobile */
    .about-visual-column {
        min-height: 400px !important;
    }

    .about-visual-column::after {
        display: none;
    }

    /* Stack feature items */
    .about-features-container {
        flex-direction: column !important;
    }

    .about-feature-item {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .about-visual-column {
        min-height: 350px !important;
    }
}

/* ============================================
   IMAGE HOVER EFFECTS
   ============================================ */

.about-img-widget {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-img-widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3) !important;
}

/* ============================================
   BADGE ANIMATION
   ============================================ */

.about-badge-container {
    transition: transform 0.3s ease;
}

.about-badge-container:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

/* Pulse animation for badge */
@keyframes badgePulse {

    0%,
    100% {
        box-shadow: 0 25px 50px -12px rgba(22, 98, 237, 0.5);
    }

    50% {
        box-shadow: 0 25px 50px -12px rgba(22, 98, 237, 0.7);
    }
}

.about-badge-container {
    animation: badgePulse 3s ease-in-out infinite;
}

/* ============================================
   CTA BUTTON ENHANCED HOVER
   ============================================ */

.about-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(22, 98, 237, 0.4) !important;
}

.about-cta-button .elementor-button-icon {
    transition: transform 0.3s ease;
}

.about-cta-button:hover .elementor-button-icon {
    transform: translateX(4px);
}





@keyframes rotateBadge {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.rotating-badge-container .rotating-text-wrapper {
    animation: rotateBadge 15s linear infinite;
}

/* Backdrop blur effect for decorative square */
.backdrop-blur {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

/* Main image overlay gradient enhancement */
.about-img-main .elementor-container {
    transition: all 0.3s ease;
}

.about-img-main:hover .elementor-container {
    transform: scale(1.02);
}

/* Secondary image hover effect */
.about-img-secondary {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-img-secondary:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}

/* Badge icon pulse effect */
.badge-icon-circle {
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 8px 30px rgba(22, 98, 237, 0.35);
    }
    50% {
        box-shadow: 0 8px 40px rgba(22, 98, 237, 0.5);
    }
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .rotating-badge-container {
        width: 120px !important;
        height: 120px !important;
    }
    
    .rotating-badge-container .badge-icon-circle {
        width: 60px !important;
        height: 60px !important;
    }
}

@media (max-width: 768px) {
    .rotating-badge-container {
        width: 100px !important;
        height: 100px !important;
    }
    
    .rotating-badge-container .badge-icon-circle {
        width: 50px !important;
        height: 50px !important;
    }
    
    .rotating-text-wrapper svg text {
        font-size: 9px !important;
    }
}

@media (max-width: 480px) {
    .rotating-badge-container {
        width: 90px !important;
        height: 90px !important;
    }
    
    .rotating-badge-container .badge-icon-circle {
        width: 45px !important;
        height: 45px !important;
    }
    
    .rotating-text-wrapper svg text {
        font-size: 8px !important;
        letter-spacing: 1px !important;
    }
}

/* Feature items hover effect */
.about-features-v2 .feature-item {
    transition: transform 0.3s ease;
}

.about-features-v2 .feature-item:hover {
    transform: translateX(5px);
}

/* CTA Button enhanced hover */
.about-cta-button-v2 .elementor-button {
    transition: all 0.3s ease;
}

.about-cta-button-v2 .elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(22, 98, 237, 0.45);
}

/* Toggle box styling enhancements */
.about-toggle-box-v2 .elementor-toggle-title {
    transition: all 0.3s ease;
}

.about-toggle-box-v2 .elementor-toggle-title:hover {
    opacity: 0.9;
    box-shadow: 0 5px 20px rgba(22, 98, 237, 0.4);
}

/* ==========================================
   GLOBAL CONTACT SECTION (Card Layout)
   ========================================== */
.contact-section {
    padding: 100px 0;
    background: var(--gray-50);
}
.contact-section .section-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 56px;
}
.contact-section .section-header h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 14px;
    color: var(--ink-900);
}
.contact-section .section-header p {
    font-size: 1.05rem;
    color: var(--gray-600);
    line-height: 1.7;
    margin: 0;
}
.contact-section .contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.contact-card {
    background: rgba(255,255,255,.7);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,.8);
    border-radius: var(--radius-xl);
    padding: 32px 24px 28px;
    box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 8px 32px rgba(22,98,237,.06);
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.4s, transform 0.4s, border-color 0.4s;
    text-align: center;
}
.contact-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,.06), 0 20px 60px rgba(22,98,237,.12);
    transform: translateY(-6px);
    border-color: rgba(22,98,237,.15);
}
.contact-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-500), var(--primary-700));
    color: #fff;
    margin: 0 auto 18px;
    box-shadow: 0 6px 20px rgba(22,98,237,.2);
    transition: transform 0.4s, box-shadow 0.4s;
}
.contact-card:hover .contact-card-icon {
    transform: scale(1.1) rotate(-6deg);
    box-shadow: 0 10px 28px rgba(22,98,237,.3);
}
.contact-card h3 {
    margin: 0 0 14px;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ink-900);
    line-height: 1.4;
}
.contact-card p {
    margin: 0 0 4px;
    font-size: 0.9rem;
    color: var(--gray-600);
    line-height: 1.5;
}
.contact-card a {
    color: var(--primary-500);
    text-decoration: none;
    font-weight: 600;
    transition: color .2s;
}
.contact-card a:hover {
    color: var(--primary-700);
}

/* Contact Section Responsive */
@media (max-width: 1100px) {
    .contact-section .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .contact-section {
        padding: 64px 16px;
    }
    .contact-section .contact-grid {
        grid-template-columns: 1fr;
    }
}

/* Search bar — white with blue border override */
.elementor-element-545f234c {
    background: #fff !important;
    border: 1px solid #1662ed !important;
    border-radius: 16px !important;
}
.elementor-element-545f234c .elementor-icon svg {
    fill: #1662ed !important;
}
.elementor-element-545f234c .elementor-element-53be73f6,
.elementor-element-545f234c .elementor-element-47399e9d,
.elementor-element-545f234c .elementor-element-3fc752b0 {
    border-color: rgba(22, 98, 237, .2) !important;
}



