.elementor-11509 .elementor-element.elementor-element-e2fb41e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-a9e3e1c *//* ==========================================================
   UNIQUE WORLD ELECTRONICS — ABOUT US PAGE (FINAL CSS)
   Clean – Premium – Gradient – Glow – Animations
========================================================== */


/* =============================
   GLOBAL EFFECTS
============================= */
.fade-in {
    animation: fadeIn 1.2s ease forwards;
    opacity: 0;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.reveal {
    opacity: 0;
    transform: translateY(40px);
}


/* =============================
   SVG WAVES (TOP + BOTTOM)
============================= */
.uwe-wave-top svg,
.uwe-wave-bottom svg {
    width: 100%;
    display: block;
    margin-bottom: -5px;
}


/* =============================
   HERO SECTION
============================= */
.uwe-about-hero {
    background: linear-gradient(135deg,#004b61,#007fa0);
    text-align: center;
    color: #fff;
    padding: 70px 20px;
    border-radius: 20px;
    margin-bottom: 60px;
}
.uwe-about-hero h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 12px;
}
.uwe-about-hero p {
    font-size: 18px;
    opacity: 0.9;
}


/* =============================
   ABOUT CONTENT SECTION
============================= */
.uwe-about-content {
    position: relative;
    overflow: hidden;
    padding: 90px 20px;
    text-align: center;
    background: linear-gradient(135deg,#f9fafc,#e6f4f8);
    border-radius: 16px;
}
.uwe-about-content h2 {
    color: #004b61;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}
.uwe-about-content h3 {
    color: #004b61;
    font-size: 22px;
    font-weight: 700;
    margin: 40px 0 25px;
}
.uwe-about-content p {
    color: #444;
    font-size: 16px;
    line-height: 1.8;
    max-width: 850px;
    margin: 18px auto;
}


/* =============================
   TRUST BADGE (PULSE ANIMATION)
============================= */
.uwe-trusted-banner {
    background: #004b61;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(0,75,97,0.3); }
    70% { box-shadow: 0 0 0 10px rgba(0,75,97,0); }
    100% { box-shadow: 0 0 0 0 rgba(0,75,97,0); }
}


/* =============================
   BRAND PARTNERS (HP / Dell / Lenovo …)
============================= */
.uwe-brand-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    margin: 0 auto 40px;
}
.uwe-brand-list .brand {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: .4s;
}
.uwe-brand-list .brand:hover {
    transform: translateY(-4px);
    color: #fff;
    text-shadow: 0 0 10px currentColor;
}

/* Brand Colors */
.brand.hp { color:#0096D6; }
.brand.hp:hover { background:#0096D6; }

.brand.dell { color:#007DB8; }
.brand.dell:hover { background:#007DB8; }

.brand.lenovo { color:#E2231A; }
.brand.lenovo:hover { background:#E2231A; }

.brand.canon { color:#CC0000; }
.brand.canon:hover { background:#CC0000; }

.brand.ub { color:#0084FF; }
.brand.ub:hover { background:#0084FF; }

.brand.mk { color:#222; }
.brand.mk:hover { background:#222; }

.brand.yealink { color:#0F9D58; }
.brand.yealink:hover { background:#0F9D58; }

.brand.apple { color:#000; }
.brand.apple:hover { background:#000; }

.brand.cisco { color:#1BA0D7; }
.brand.cisco:hover { background:#1BA0D7; }


/* =============================
   PARTNER TEXT BADGES
============================= */
.uwe-partner-texts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}
.uwe-partner-texts .partner {
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    border-radius: 6px;
    padding: 8px 16px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.08);
    transition: .4s;
}
.uwe-partner-texts .partner:hover {
    transform: scale(1.05);
    color: #fff;
}

/* Partner Colors */
.partner.huawei { color:#C8141D; }
.partner.huawei:hover { background:#C8141D; }

.partner.epson { color:#003399; }
.partner.epson:hover { background:#003399; }

.partner.grandstream { color:#0B61A4; }
.partner.grandstream:hover { background:#0B61A4; }

.partner.mikrotik { color:#222; }
.partner.mikrotik:hover { background:#222; }

.partner.dell { color:#007DB8; }
.partner.dell:hover { background:#007DB8; }


/* =============================
   CORE VALUES SECTION
============================= */
.uwe-core-values {
    background: linear-gradient(135deg,#004b61,#007fa0);
    color: #fff;
    text-align: center;
    padding: 90px 20px;
    border-radius: 20px;
}
.uwe-core-values h2 {
    font-size: 36px;
    font-weight: 700;
}
.uwe-core-values p {
    font-size: 17px;
    opacity: 0.9;
    max-width: 700px;
    margin: auto;
    margin-bottom: 60px;
}

.uwe-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 35px;
    max-width: 1100px;
    margin: auto;
}

.uwe-value-card {
    background: #ffffff10;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    backdrop-filter: blur(6px);
    transition: .4s;
}
.uwe-value-card.active {
    opacity: 1;
    transform: translateY(0);
}
.uwe-value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,75,97,0.35);
}

.uwe-icon {
    font-size: 42px;
    margin-bottom: 15px;
    animation: pulseGlow 5s ease-in-out infinite;
    transition: .3s;
}
@keyframes pulseGlow {
    0% { opacity: .9; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.15); }
    100% { opacity: .9; transform: scale(1); }
}

.uwe-value-card h3 {
    color: #ffe27a;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.uwe-value-card p {
    color: #fff;
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.7;
}


/* =============================
   COUNTERS SECTION
============================= */
.uwe-super-stats {
    background: linear-gradient(135deg,#004b61,#007fa0);
    padding: 80px 20px;
    text-align: center;
    border-radius: 18px;
    color: #fff;
}
.uwe-super-stats h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.uwe-super-stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px;
}

.uwe-super-stat h3 {
    font-size: 48px;
    font-weight: 700;
    color: #ffe27a;
    text-shadow: 0 0 12px rgba(255,226,122,0.3);
}

.uwe-super-stat p {
    font-size: 16px;
    opacity: 0.9;
}


/* =============================
   TEAM SECTION
============================= */
.uwe-team {
    background: #f8fafc;
    padding: 70px 20px;
    text-align: center;
    border-radius: 14px;
}

.uwe-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 30px;
    max-width: 1100px;
    margin: auto;
}

.uwe-team-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transition: .4s;
}
.uwe-team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.uwe-team-photo {
    height: 110px;
    margin-bottom: 18px;
}

.uwe-team-card h3 {
    font-size: 20px;
    color: #004b61;
}
.uwe-team-card .role {
    font-size: 14px;
    font-weight: 600;
    color: #007fa0;
    margin-bottom: 10px;
}

.uwe-team-socials a {
    color: #004b61;
    margin: 0 6px;
    font-size: 14px;
    transition: .3s;
}
.uwe-team-socials a:hover {
    color: #007fa0;
}


/* =============================
   CTA SECTION
============================= */
.uwe-cta {
    background: linear-gradient(135deg,#007fa0,#004b61);
    color: #fff;
    text-align: center;
    padding: 80px 20px;
    margin-top: 70px;
    border-radius: 12px;
}
.uwe-cta a {
    background: #ffe27a;
    color: #004b61;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}
.uwe-cta a:hover {
    background: #ffd95a;
}


/* =============================
   MOBILE RESPONSIVE
============================= */
@media (max-width: 768px) {

    .uwe-about-hero h1 { font-size: 32px; }
    .uwe-about-content h2 { font-size: 26px; }
    .uwe-core-values h2 { font-size: 28px; }

    .uwe-super-stat h3 { font-size: 36px; }

    .uwe-team-card { padding: 22px; }
}/* End custom CSS */