.elementor-883 .elementor-element.elementor-element-45ac87f{--display:flex;}.elementor-883 .elementor-element.elementor-element-e4bd45d{--display:flex;}.elementor-883 .elementor-element.elementor-element-016bd1d{--display:flex;}.elementor-883 .elementor-element.elementor-element-d425b3d{--display:flex;}.elementor-883 .elementor-element.elementor-element-a84f1ae{--display:flex;}.elementor-883 .elementor-element.elementor-element-ca3e430{--display:flex;}.elementor-883 .elementor-element.elementor-element-186c2d4{--display:flex;}.elementor-883 .elementor-element.elementor-element-50ba97a{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-166f93d *//* =========================================
   XYRO ABOUT HERO
========================================= */

.xyro-about-hero{

position:relative;

display:grid;

grid-template-columns:
minmax(520px,700px)
minmax(580px,760px);

align-items:center;

justify-content:space-between;

gap:70px;

max-width:1600px;

margin:auto;

padding:120px 30px 80px;

overflow:hidden;

}

/* LEFT */

.xyro-about-left{

position:relative;

z-index:5;

}

/* BADGE */

.xyro-about-badge{

display:inline-flex;

align-items:center;

gap:12px;

padding:10px 18px;

border-radius:999px;

background:
rgba(255,255,255,.04);

border:
1px solid rgba(255,255,255,.08);

backdrop-filter:blur(18px);

font-size:12px;

font-weight:600;

letter-spacing:.8px;

color:#E7E7E7;

margin-bottom:28px;

transition:.35s;

}

.xyro-about-badge:hover{

border-color:
rgba(255,77,77,.25);

box-shadow:
0 0 25px rgba(255,77,77,.08);

}

.badge-dot{

width:8px;
height:8px;

border-radius:50%;

background:#ff4d4d;

box-shadow:
0 0 15px #ff4d4d;

}

/* TITLE */

.xyro-about-title{

font-size:58px;

font-weight:800;

line-height:.95;

letter-spacing:-4px;

color:#F3F3F3;

margin-bottom:28px;

max-width:760px;

}

.xyro-about-title span{

background:
linear-gradient(
90deg,
#ff8080,
#ff4d4d
);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

}

/* DESCRIPTION */

.xyro-about-description{

font-size:16px;

line-height:1.9;

color:#B8B8B8;

max-width:620px;

margin-bottom:42px;

}

/* BUTTON GROUP */

.xyro-about-buttons{

display:flex;

gap:18px;

flex-wrap:wrap;

}

/* BUTTON */

.xyro-btn-primary,
.xyro-btn-secondary{

position:relative;

display:flex;

align-items:center;

gap:12px;

height:60px;

padding:0 28px;

border-radius:18px;

text-decoration:none;

font-size:15px;

font-weight:600;

transition:.35s;

overflow:hidden;

}

/* PRIMARY */

.xyro-btn-primary{

background:
linear-gradient(
180deg,
rgba(255,77,77,.14),
rgba(255,77,77,.05)
);

border:
1px solid rgba(255,77,77,.28);

color:#fff;

box-shadow:
0 0 30px rgba(255,77,77,.08);

}

/* SECONDARY */

.xyro-btn-secondary{

background:
rgba(255,255,255,.03);

border:
1px solid rgba(255,255,255,.08);

color:#fff;

}

/* SHINE */

.xyro-btn-primary::before,
.xyro-btn-secondary::before{

content:"";

position:absolute;

top:0;

left:-120%;

width:60%;
height:100%;

background:
linear-gradient(
90deg,
transparent,
rgba(255,255,255,.22),
transparent
);

transform:skewX(-25deg);

transition:.8s;

}

.xyro-btn-primary:hover::before,
.xyro-btn-secondary:hover::before{

left:150%;

}

/* HOVER */

.xyro-btn-primary:hover,
.xyro-btn-secondary:hover{

transform:
translateY(-4px);

}

.xyro-btn-primary:hover{

box-shadow:
0 0 45px rgba(255,77,77,.18);

}

.xyro-btn-secondary:hover{

border-color:
rgba(255,77,77,.25);

}

/* ICON */

.xyro-about-buttons svg{

transition:.3s;

}

.xyro-btn-primary:hover svg,
.xyro-btn-secondary:hover svg{

transform:
translateX(6px);

}

/*=========================================
RIGHT SIDE
=========================================*/

.xyro-about-right{

display:flex;

justify-content:flex-end;

align-items:center;

position:relative;

}

/* IMAGE CARD */

.xyro-about-image{

position:relative;

width:100%;

max-width:640px;

height:720px;

border-radius:42px;

overflow:visible;

background:#090909;

border:1px solid rgba(255,255,255,.06);

box-shadow:

0 25px 80px rgba(0,0,0,.45),

0 0 80px rgba(255,77,77,.05);

transition:.45s ease;

}

/* IMAGE */

.xyro-about-image img{

width:100%;

height:100%;

object-fit:cover;

border-radius:42px;

transition:.5s ease;

}

/* IMAGE HOVER */

.xyro-about-image:hover img{

transform:scale(1.03);

}

/* RED AMBIENT GLOW */

.xyro-about-image::before{

content:"";

position:absolute;

width:520px;

height:520px;

right:-140px;

bottom:-140px;

background:

radial-gradient(

circle,

rgba(255,77,77,.20),

transparent 70%

);

filter:blur(60px);

z-index:-2;

pointer-events:none;

}

/* TOP LIGHT */

.xyro-about-image::after{

content:"";

position:absolute;

inset:0;

border-radius:42px;

background:

linear-gradient(

180deg,

rgba(255,255,255,.05),

transparent 30%,

transparent 70%,

rgba(255,255,255,.02)

);

pointer-events:none;

}



/*=========================================
FLOAT ANIMATION
=========================================*/

@keyframes xyroFloat{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0);

}

}

/*=========================================
TABLET
=========================================*/

@media(max-width:1200px){

.xyro-about-hero{

grid-template-columns:1fr;

gap:70px;

padding:120px 35px 80px;

}

.xyro-about-left{

max-width:760px;

margin:auto;

text-align:center;

}

.xyro-about-description{

margin:auto;

margin-bottom:40px;

}

.xyro-about-buttons{

justify-content:center;

}

.xyro-about-right{

justify-content:center;

}

.xyro-about-image{

max-width:700px;

height:640px;

}

.card-1{

top:-18px;

left:-18px;

}

.card-2{

right:-18px;

}

.card-3{

left:-18px;

bottom:90px;

}

.card-4{

right:-18px;

bottom:-18px;

}

}

/*=========================================
MOBILE
=========================================*/

@media(max-width:767px){

.xyro-about-hero{

grid-template-columns:1fr;

gap:45px;

padding:95px 20px 40px;

}

/* LEFT */

.xyro-about-left{

text-align:center;

}

.xyro-about-badge{

font-size:10px;

padding:8px 12px;

gap:8px;

margin-bottom:25px;

}

.badge-dot{

width:7px;

height:7px;

}

.xyro-about-title{

font-size:35px !important;

line-height:.95;

letter-spacing:-2px;

margin-bottom:20px;

}

.xyro-about-description{

font-size:12px !important;

line-height:1.75;

margin-bottom:30px;

max-width:100%;

}

/* BUTTONS */

.xyro-about-buttons{

justify-content:center;

gap:12px;

}

.xyro-btn-primary,
.xyro-btn-secondary{

height:50px;

padding:0 18px;

font-size:14px;

border-radius:14px;

}

.xyro-btn-primary svg,
.xyro-btn-secondary svg{

width:16px;

height:16px;

}

/* IMAGE */

.xyro-about-right{

justify-content:center;

}

.xyro-about-image{

height:440px;

border-radius:28px;

max-width:100%;

}

.xyro-about-image img{

border-radius:28px;

}

/* FLOATING CARDS */

.xyro-floating-card{

width:145px;

height:62px;

padding:10px;

gap:10px;

border-radius:18px;

}

.xyro-floating-card .icon{

width:34px;

height:34px;

font-size:15px;

}

.xyro-floating-card h4{

font-size:14px;

}

.xyro-floating-card span{

font-size:10px;

margin-top:2px;

}

/* CARD POSITIONS */

.card-1{

top:10px;

left:10px;

}

.card-2{

right:10px;

top:30%;

}

.card-3{

left:10px;

bottom:75px;

}

.card-4{

right:10px;

bottom:10px;

}

/* Reduce floating animation */

@keyframes xyroFloat{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-6px);

}

100%{

transform:translateY(0);

}

}

}

/*=========================================
SMALL MOBILE
=========================================*/

@media(max-width:480px){

.xyro-about-title{

font-size:38px;

}

.xyro-about-description{

font-size:15px;

}

.xyro-btn-primary,
.xyro-btn-secondary{

width:100%;

justify-content:center;

}

.xyro-about-buttons{

flex-direction:column;

}

.xyro-about-image{

height:390px;

}

.xyro-floating-card{

width:130px;

height:56px;

padding:8px;

}

.xyro-floating-card .icon{

width:28px;

height:28px;

font-size:13px;

}

.xyro-floating-card h4{

font-size:12px;

}

.xyro-floating-card span{

font-size:9px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb4f7ce *//* ===========================================
   XYRO OUR JOURNEY
=========================================== */

.xyro-story{

display:grid;

grid-template-columns:
minmax(500px,650px)
minmax(500px,650px);

align-items:center;

justify-content:space-between;

gap:90px;

max-width:1500px;

margin:auto;

padding:120px 30px;

position:relative;

}

/* LEFT */

.xyro-story-left{

display:flex;

justify-content:center;

align-items:center;

position:relative;

}

/* IMAGE */

.xyro-story-image{

position:relative;

width:100%;

max-width:620px;

height:720px;

border-radius:35px;

overflow:hidden;

background:#0d0d0d;

border:1px solid rgba(255,255,255,.08);

box-shadow:
0 30px 80px rgba(0,0,0,.45);

transition:.45s;

}

.xyro-story-image:hover{

transform:translateY(-8px);

border-color:rgba(255,77,77,.22);

box-shadow:
0 35px 90px rgba(255,77,77,.10);

}

.xyro-story-image img{

width:100%;

height:100%;

object-fit:cover;

transition:.6s;

}

.xyro-story-image:hover img{

transform:scale(1.04);

}

/* RED GLOW */

.xyro-story-image::before{

content:"";

position:absolute;

width:420px;

height:420px;

right:-120px;

bottom:-120px;

background:

radial-gradient(

circle,

rgba(255,77,77,.18),

transparent 70%

);

filter:blur(55px);

pointer-events:none;

z-index:-1;

}

/* RIGHT */

.xyro-story-right{

position:relative;

}

/* BADGE */

.xyro-section-badge{

display:inline-flex;

align-items:center;

padding:10px 18px;

border-radius:999px;

background:rgba(255,255,255,.04);

border:1px solid rgba(255,255,255,.08);

color:#e7e7e7;

font-size:13px;

font-weight:600;

letter-spacing:1px;

margin-bottom:26px;

backdrop-filter:blur(18px);

transition:.35s;

}

.xyro-section-badge:hover{

border-color:rgba(255,77,77,.22);

box-shadow:
0 0 25px rgba(255,77,77,.08);

}

/* HEADING */

.xyro-story-right h2{

font-size:52px;

font-weight:800;

line-height:.95;

letter-spacing:-3px;

color:#fff;

margin-bottom:28px;

}

.xyro-story-right h2 span{

background:

linear-gradient(

90deg,

#ff8080,

#ff4d4d

);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

/* DESCRIPTION */

.xyro-story-right p{

font-size:16px;

line-height:1.9;

color:#b8b8b8;

max-width:620px;

margin-bottom:40px;

}

/* FEATURES */

.story-features{

display:grid;

grid-template-columns:1fr 1fr;

gap:18px;

margin-bottom:40px;

}

.story-item{

display:flex;

align-items:center;

gap:14px;

padding:14px 18px;

border-radius:18px;

background:

linear-gradient(

180deg,

rgba(255,255,255,.03),

rgba(255,255,255,.015)

);

border:1px solid rgba(255,255,255,.06);

transition:.35s;

cursor:pointer;

}

.story-item:hover{

transform:translateY(-4px);

border-color:rgba(255,77,77,.20);

box-shadow:

0 12px 30px rgba(255,77,77,.08);

}

.story-icon{

width:34px;

height:34px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:

rgba(255,77,77,.10);

border:1px solid rgba(255,77,77,.22);

color:#ff5a5a;

font-size:15px;

font-weight:700;

flex-shrink:0;

}

.story-item span{

font-size:12px;

font-weight:500;

color:#f3f3f3;

}

/* BUTTON */

.story-btn{

display:inline-flex;

align-items:center;

gap:12px;

height:58px;

padding:0 28px;

border-radius:18px;

text-decoration:none;

font-size:15px;

font-weight:600;

color:#fff;

background:

linear-gradient(

180deg,

rgba(255,77,77,.12),

rgba(255,77,77,.04)

);

border:1px solid rgba(255,77,77,.25);

position:relative;

overflow:hidden;

transition:.35s;

}

.story-btn::before{

content:"";

position:absolute;

top:0;

left:-120%;

width:60%;

height:100%;

background:

linear-gradient(

90deg,

transparent,

rgba(255,255,255,.22),

transparent

);

transform:skewX(-25deg);

transition:.8s;

}

.story-btn:hover::before{

left:150%;

}

.story-btn:hover{

transform:translateY(-4px);

box-shadow:

0 18px 40px rgba(255,77,77,.18);

}

.story-btn svg{

transition:.3s;

}

.story-btn:hover svg{

transform:translateX(6px);

}

/*=========================================
TABLET
=========================================*/

@media(max-width:1200px){

.xyro-story{

grid-template-columns:1fr;

gap:70px;

padding:100px 35px;

}

.xyro-story-left{

order:2;

justify-content:center;

}

.xyro-story-right{

order:1;

text-align:center;

max-width:820px;

margin:auto;

}

.xyro-story-right p{

margin-left:auto;

margin-right:auto;

}

.story-features{

justify-content:center;

}

.story-btn{

margin:auto;

}

.xyro-story-image{

max-width:700px;

height:620px;

}

}

/*=========================================
MOBILE
=========================================*/

@media(max-width:767px){

.xyro-story{

grid-template-columns:1fr;

gap:45px;

padding:80px 20px;

}

/* IMAGE */

.xyro-story-image{

height:420px;

border-radius:26px;

}

.xyro-story-image img{

border-radius:26px;

}

/* BADGE */

.xyro-section-badge{

padding:8px 14px;

font-size:11px;

margin-bottom:18px;

}

/* HEADING */

.xyro-story-right h2{

font-size:28px !important;

line-height:1.25;

letter-spacing:-2px;

margin-bottom:18px;

}

/* DESCRIPTION */

.xyro-story-right p{

font-size:14px !important;

line-height:1.6;

margin-bottom:28px;

}

/* FEATURES */

.story-features{

grid-template-columns:1fr;

gap:12px;

}

.story-item{

padding:12px 14px;

border-radius:16px;

}

.story-icon{

width:30px;

height:30px;

font-size:13px;

}

.story-item span{

font-size:14px;

}

/* BUTTON */

.story-btn{

height:50px;

padding:0 20px;

font-size:14px;

border-radius:14px;

justify-content:center;

}

.story-btn svg{

width:16px;

height:16px;

}

}

/*=========================================
SMALL MOBILE
=========================================*/

@media(max-width:480px){

.xyro-story{

padding:70px 18px;

}

.xyro-story-image{

height:360px;

}

.xyro-story-right h2{

font-size:36px;

}

.xyro-story-right p{

font-size:15px;

}

.story-item{

padding:10px 12px;

}

.story-icon{

width:28px;

height:28px;

font-size:12px;

}

.story-item span{

font-size:13px;

}

.story-btn{

width:100%;

}

}

/*=========================================
PREMIUM FADE-UP ANIMATION
=========================================*/

.xyro-story-left,
.xyro-story-right{

animation:xyroFadeUp .9s ease both;

}

.xyro-story-right{

animation-delay:.15s;

}

@keyframes xyroFadeUp{

0%{

opacity:0;

transform:translateY(40px);

}

100%{

opacity:1;

transform:translateY(0);

}

}

/*=========================================
SMOOTH IMAGE SHADOW
=========================================*/

.xyro-story-image{

will-change:transform;

}

/*=========================================
PREMIUM SECTION SPACING
=========================================*/

.xyro-story + section{

margin-top:20px;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2de6e7a *//*==================================================
  XYRO PURPOSE SECTION
==================================================*/

.xyro-purpose{

max-width:1500px;

margin:auto;

padding:120px 30px;

position:relative;

}

/*==================================

SECTION HEADER

===================================*/

.xyro-purpose-heading{

text-align:center;

max-width:900px;

margin:0 auto 70px;

}

.xyro-purpose-heading h2{

font-size:64px;

font-weight:800;

line-height:.95;

letter-spacing:-3px;

color:#fff;

margin:26px 0;

}

.xyro-purpose-heading h2 span{

background:

linear-gradient(

90deg,

#ff8080,

#ff4d4d

);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.xyro-purpose-heading p{

font-size:19px;

line-height:1.9;

color:#b9b9b9;

max-width:760px;

margin:auto;

}

/*==================================

GRID

===================================*/

.xyro-purpose-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:35px;

}

/*==================================

CARD

===================================*/

.xyro-purpose-card{

position:relative;

padding:42px;

border-radius:32px;

overflow:hidden;

background:

linear-gradient(

180deg,

rgba(255,255,255,.04),

rgba(255,255,255,.015)

);

border:

1px solid rgba(255,255,255,.08);

backdrop-filter:blur(28px);

transition:.45s ease;

cursor:pointer;

}

/* ambient glow */

.xyro-purpose-card::after{

content:"";

position:absolute;

width:280px;

height:280px;

top:-120px;

right:-120px;

background:

radial-gradient(

circle,

rgba(255,77,77,.15),

transparent 70%

);

opacity:0;

transition:.45s;

pointer-events:none;

}

.xyro-purpose-card:hover::after{

opacity:1;

}

/* glass reflection */

.xyro-purpose-card::before{

content:"";

position:absolute;

left:-120%;

top:0;

width:60%;

height:100%;

background:

linear-gradient(

90deg,

transparent,

rgba(255,255,255,.12),

transparent

);

transform:skewX(-25deg);

transition:.9s;

}

.xyro-purpose-card:hover::before{

left:150%;

}

.xyro-purpose-card:hover{

transform:

translateY(-10px);

border-color:

rgba(255,77,77,.25);

box-shadow:

0 20px 60px rgba(255,77,77,.10);

}

/*==================================

ICON

===================================*/

.purpose-icon{

width:74px;

height:74px;

border-radius:22px;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

background:

linear-gradient(

180deg,

rgba(255,77,77,.10),

rgba(255,77,77,.03)

);

border:

1px solid rgba(255,77,77,.20);

box-shadow:

0 0 30px rgba(255,77,77,.06);

margin-bottom:30px;

transition:.35s;

}

.xyro-purpose-card:hover .purpose-icon{

transform:

rotate(-8deg)

scale(1.08);

box-shadow:

0 0 40px rgba(255,77,77,.15);

}

/*==================================

TEXT

===================================*/

.xyro-purpose-card h3{

font-size:32px;

font-weight:700;

color:#fff;

margin-bottom:20px;

letter-spacing:-1px;

}

.xyro-purpose-card p{

font-size:17px;

line-height:1.9;

color:#b8b8b8;

max-width:520px;

}

/*==================================

RESPONSIVE

===================================*/

@media(max-width:1200px){

.xyro-purpose-grid{

grid-template-columns:1fr;

}

.xyro-purpose-heading h2{

font-size:54px !important;

}

}

@media(max-width:767px){

.xyro-purpose{

padding:80px 20px;

}

.xyro-purpose-heading{

margin-bottom:35px;

}

.xyro-purpose-heading h2{

font-size:25px !important;

letter-spacing:1.2px;

}

.xyro-purpose-heading p{

font-size:14px;

line-height:1.8;

}

.xyro-purpose-card{

padding:26px;

border-radius:24px;

}

.purpose-icon{

width:58px;

height:58px;

font-size:22px !important;

margin-bottom:20px;

}

.xyro-purpose-card h3{

font-size:22px !important;

margin-bottom:14px;

}

.xyro-purpose-card p{

font-size:13px !important;

line-height:1.8;

}

}

@media(max-width:480px){

.xyro-purpose-heading h2{

font-size:34px;

}

.xyro-purpose-card{

padding:22px;

}

.purpose-icon{

width:50px;

height:50px;

font-size:22px;

}

.xyro-purpose-card h3{

font-size:22px;

}

.xyro-purpose-card p{

font-size:14px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-515375f *//*=========================================
XYRO ADVANTAGE
=========================================*/

.xyro-advantage{

max-width:1500px;

margin:auto;

padding:120px 30px;

}

.xyro-advantage-heading{

text-align:center;

max-width:850px;

margin:0 auto 70px;

}

.xyro-advantage-heading h2{

font-size:64px;

font-weight:800;

line-height:.95;

letter-spacing:-3px;

color:#fff;

margin:24px 0;

}

.xyro-advantage-heading h2 span{

background:linear-gradient(90deg,#ff8080,#ff4d4d);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.xyro-advantage-heading p{

font-size:19px;

line-height:1.9;

color:#b8b8b8;

}

.xyro-advantage-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:28px;

}

.xyro-adv-card{

position:relative;

padding:36px;

border-radius:28px;

background:

linear-gradient(

180deg,

rgba(255,255,255,.04),

rgba(255,255,255,.015)

);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(24px);

overflow:hidden;

transition:.4s ease;

cursor:pointer;

}

.xyro-adv-card::before{

content:"";

position:absolute;

left:-120%;

top:0;

width:60%;

height:100%;

background:

linear-gradient(

90deg,

transparent,

rgba(255,255,255,.12),

transparent

);

transform:skewX(-25deg);

transition:.8s;

}

.xyro-adv-card:hover::before{

left:150%;

}

.xyro-adv-card:hover{

transform:translateY(-8px);

border-color:rgba(255,77,77,.25);

box-shadow:

0 18px 45px rgba(255,77,77,.10);

}

.adv-number{

width:60px;

height:60px;

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

font-weight:700;

color:#ff5a5a;

background:

rgba(255,77,77,.08);

border:1px solid rgba(255,77,77,.22);

margin-bottom:24px;

transition:.35s;

}

.xyro-adv-card:hover .adv-number{

transform:rotate(-8deg) scale(1.08);

box-shadow:0 0 25px rgba(255,77,77,.18);

}

.xyro-adv-card h3{

font-size:28px;

color:#fff;

margin-bottom:16px;

}

.xyro-adv-card p{

font-size:17px;

line-height:1.8;

color:#b8b8b8;

}

/* Tablet */

@media(max-width:1200px){

.xyro-advantage-grid{

grid-template-columns:1fr;

}

.xyro-advantage-heading h2{

font-size:54px;

}

}

/* Mobile */

@media(max-width:767px){

.xyro-advantage{

padding:80px 20px;

}

.xyro-advantage-heading{

margin-bottom:45px;

}

.xyro-advantage-heading h2{

font-size:40px;

letter-spacing:-2px;

}

.xyro-advantage-heading p{

font-size:16px;

}

.xyro-adv-card{

padding:24px;

border-radius:22px;

}

.adv-number{

width:50px;

height:50px;

font-size:18px;

margin-bottom:18px;

}

.xyro-adv-card h3{

font-size:22px;

}

.xyro-adv-card p{

font-size:15px;

line-height:1.7;

}

}

@media(max-width:480px){

.xyro-advantage-heading h2{

font-size:34px;

}

.xyro-adv-card{

padding:20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8cc5f6 *//*=========================================================
 OUR BRANDS
=========================================================*/

.xyro-brands{
    position:relative;
    max-width:1450px;
    margin:auto;
    padding:120px 30px;
    overflow:hidden;
}

/* Background Glow */

.xyro-brands::before{
    content:"";
    position:absolute;
    width:650px;
    height:650px;
    left:50%;
    top:120px;
    transform:translateX(-50%);
    background:radial-gradient(circle,
    rgba(255,77,77,.08),
    transparent 70%);
    filter:blur(70px);
    pointer-events:none;
}

/*=========================================================
HEADING
=========================================================*/

.xyro-brands-heading{
    max-width:760px;
    margin:auto;
    text-align:center;
    margin-bottom:70px;
}

.xyro-brands-heading h2{
    font-size:68px;
    font-weight:800;
    line-height:.95;
    letter-spacing:-3px;
    color:#fff;
    margin:22px 0;
}

.xyro-brands-heading h2 span{
    background:linear-gradient(90deg,#fff,#ff4d4d);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.xyro-brands-heading p{
    font-size:18px;
    color:#b8b8b8;
    line-height:1.9;
}

/*=========================================================
PARENT CARD
=========================================================*/

.xyro-parent-card{

display:flex;
align-items:center;
justify-content:center;
gap:20px;

width:420px;
height:110px;

margin:0 auto 60px;

background:
linear-gradient(
135deg,
rgba(255,255,255,.08),
rgba(255,255,255,.02)
);

backdrop-filter:blur(30px);

border:1px solid rgba(255,255,255,.08);

border-radius:28px;

box-shadow:
0 20px 60px rgba(0,0,0,.30);

transition:.4s;

position:relative;
overflow:hidden;

}

.xyro-parent-card::before{

content:"";

position:absolute;

left:-140%;

top:0;

width:60%;

height:100%;

background:

linear-gradient(
90deg,
transparent,
rgba(255,255,255,.18),
transparent
);

transform:skewX(-25deg);

transition:1s;

}

.xyro-parent-card:hover::before{

left:160%;

}

.xyro-parent-card:hover{

transform:translateY(-6px);

border-color:rgba(255,77,77,.22);

box-shadow:
0 25px 60px rgba(255,77,77,.12);

}

.xyro-parent-card img{

width:62px;
height:62px;
object-fit:contain;

}

.xyro-parent-card h3{

font-size:24px;

color:#fff;

margin-bottom:6px;

}

.xyro-parent-card span{

font-size:14px;

color:#bdbdbd;

}

/*=========================================================
GRID
=========================================================*/

.xyro-brand-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:28px;

align-items:stretch;

}

/*=========================================================
CARD
=========================================================*/

.xyro-brand-card{

position:relative;

padding:36px;

border-radius:30px;

overflow:hidden;

background:

linear-gradient(
145deg,
rgba(255,255,255,.06),
rgba(255,255,255,.02)
);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(30px);

transition:.45s;

box-shadow:
0 18px 50px rgba(0,0,0,.28);

}

.xyro-brand-card::before{

content:"";

position:absolute;

left:-140%;

top:0;

width:60%;

height:100%;

background:

linear-gradient(
90deg,
transparent,
rgba(255,255,255,.15),
transparent
);

transform:skewX(-25deg);

transition:1s;

}

.xyro-brand-card:hover::before{

left:160%;

}

.xyro-brand-card:hover{

transform:translateY(-10px);

border-color:rgba(255,77,77,.24);

box-shadow:
0 25px 70px rgba(255,77,77,.12);

}

/*=========================================================
STATUS
=========================================================*/

.brand-status{

display:inline-flex;

padding:7px 14px;

border-radius:50px;

font-size:11px;

font-weight:700;

letter-spacing:1px;

margin-bottom:22px;

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

color:#d9d9d9;

}

.brand-status.live{

background:rgba(255,77,77,.10);

border:1px solid rgba(255,77,77,.25);

color:#ff6a6a;

}

/*=========================================================
LOGO
=========================================================*/

.xyro-brand-card img{

width:72px;

height:72px;

object-fit:contain;

margin-bottom:24px;

}

/*=========================================================
TEXT
=========================================================*/

.xyro-brand-card h3{

font-size:28px;

color:#fff;

margin-bottom:16px;

line-height:1.2;

}

.xyro-brand-card p{

font-size:16px;

line-height:1.9;

color:#b8b8b8;

margin-bottom:30px;

}

/*=========================================================
BUTTON
=========================================================*/

.xyro-brand-card a{

display:inline-flex;

align-items:center;

gap:10px;

text-decoration:none;

font-size:15px;

font-weight:600;

color:#fff;

transition:.3s;

}

.xyro-brand-card a:hover{

color:#ff5a5a;

transform:translateX(6px);

}

/*=========================================================
COMING SOON
=========================================================*/

.xyro-brand-card.coming{

grid-column:1/3;

max-width:650px;

margin:auto;

text-align:center;

}

.xyro-brand-card.coming img{

margin:auto auto 24px;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c99368 *//*==================================================
WHY CHOOSE XYRO
==================================================*/

.xyro-why{

position:relative;

max-width:1450px;

margin:auto;

padding:120px 30px;

overflow:hidden;

}

/* Background Glow */

.xyro-why::before{

content:"";

position:absolute;

width:650px;

height:650px;

left:50%;

top:120px;

transform:translateX(-50%);

background:

radial-gradient(circle,

rgba(255,77,77,.08),

transparent 70%);

filter:blur(70px);

pointer-events:none;

}

/*==================================================
HEADING
==================================================*/

.xyro-why-heading{

max-width:760px;

margin:auto;

text-align:center;

margin-bottom:70px;

}

.xyro-why-heading h2{

font-size:45px;

font-weight:800;

line-height:.95;

letter-spacing:-3px;

color:#fff;

margin:22px 0;

}

.xyro-why-heading h2 span{

background:

linear-gradient(90deg,#ffffff,#ff4d4d);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.xyro-why-heading p{

font-size:14px;

line-height:1.9;

color:#b8b8b8;

}

/*==================================================
GRID
==================================================*/

.xyro-why-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:28px;

}

/*==================================================
CARD
==================================================*/

.xyro-why-card{

position:relative;

overflow:hidden;

padding:42px;

border-radius:30px;

background:

linear-gradient(

145deg,

rgba(255,255,255,.06),

rgba(255,255,255,.02)

);

backdrop-filter:blur(30px);

-webkit-backdrop-filter:blur(30px);

border:1px solid rgba(255,255,255,.08);

box-shadow:

0 18px 50px rgba(0,0,0,.28);

transition:.45s ease;

min-height:200px;

display:flex;

align-items:flex-start;

}

/* Glass Reflection */

.xyro-why-card::before{

content:"";

position:absolute;

left:-140%;

top:0;

width:60%;

height:100%;

background:

linear-gradient(

90deg,

transparent,

rgba(255,255,255,.14),

transparent

);

transform:skewX(-25deg);

transition:1s;

}

.xyro-why-card:hover::before{

left:160%;

}

/* Glow */

.xyro-why-card::after{

content:"";

position:absolute;

width:280px;

height:280px;

right:-140px;

bottom:-140px;

background:

radial-gradient(circle,

rgba(255,77,77,.18),

transparent 70%);

opacity:0;

transition:.4s;

}

.xyro-why-card:hover::after{

opacity:1;

}

.xyro-why-card:hover{

transform:translateY(-10px);

border-color:rgba(255,77,77,.25);

box-shadow:

0 25px 70px rgba(255,77,77,.14);

}

/*==================================================
NUMBER
==================================================*/

.why-number{

position:absolute;

right:25px;

top:15px;

font-size:70px;

font-weight:800;

line-height:1;

color:rgba(255,255,255,.04);

user-select:none;

transition:.4s;

}

.xyro-why-card:hover .why-number{

color:rgba(255,77,77,.10);

transform:scale(1.06);

}

/*==================================================
CONTENT
==================================================*/

.why-content{

position:relative;

z-index:2;

max-width:420px;

}

.why-content h3{

font-size:20px;

font-weight:700;

line-height:1.2;

color:#fff;

margin-bottom:20px;

}

.why-content p{

font-size:13px;

line-height:1.9;

color:#b8b8b8;

margin-bottom:32px;

}

/*==================================================
BUTTON
==================================================*/

.why-content a{

display:inline-flex;

align-items:center;

gap:10px;

text-decoration:none;

font-size:15px;

font-weight:600;

color:#fff;

transition:.35s;

}

.why-content a svg{

width:18px;

height:18px;

transition:.35s;

}

.why-content a:hover{

color:#ff4d4d;

}

.why-content a:hover svg{

transform:translateX(6px);

}

/*==================================================
TABLET
==================================================*/

@media(max-width:1200px){

.xyro-why{

padding:100px 35px;

}

.xyro-why-heading{

margin-bottom:55px;

}

.xyro-why-heading h2{

font-size:54px;

letter-spacing:-2px;

}

.xyro-why-heading p{

font-size:17px;

}

.xyro-why-grid{

gap:22px;

}

.xyro-why-card{

padding:34px;

min-height:300px;

}

.why-number{

font-size:90px;

top:18px;

right:20px;

}

.why-content h3{

font-size:26px;

}

.why-content p{

font-size:15px;

line-height:1.8;

}

}

/*==================================================
MOBILE
==================================================*/

@media(max-width:767px){

.xyro-why{

padding:80px 20px;

}

.xyro-why-heading{

margin-bottom:40px;

}

.xyro-why-heading h2{

font-size:40px;

line-height:1;

letter-spacing:-2px;

}

.xyro-why-heading p{

font-size:16px;

line-height:1.8;

}

/* One Column */

.xyro-why-grid{

grid-template-columns:1fr;

gap:18px;

}

/* Card */

.xyro-why-card{

padding:24px;

min-height:auto;

border-radius:24px;

}

/* Number */

.why-number{

font-size:72px;

right:18px;

top:10px;

}

/* Text */

.why-content{

max-width:100%;

}

.why-content h3{

font-size:22px;

margin-bottom:14px;

}

.why-content p{

font-size:15px;

line-height:1.8;

margin-bottom:20px;

}

/* Button */

.why-content a{

font-size:14px;

gap:8px;

}

.why-content a svg{

width:16px;

height:16px;

}

}

/*==================================================
SMALL MOBILE
==================================================*/

@media(max-width:480px){

.xyro-why{

padding:70px 16px;

}

.xyro-why-heading h2{

font-size:34px;

}

.xyro-why-heading p{

font-size:15px;

}

.xyro-why-card{

padding:20px;

border-radius:20px;

}

.why-number{

font-size:58px;

right:16px;

top:12px;

}

.why-content h3{

font-size:20px;

}

.why-content p{

font-size:14px;

line-height:1.7;

}

.why-content a{

font-size:13px;

}

}

/*==================================================
ENTRANCE ANIMATION
==================================================*/

.xyro-why-card{

opacity:0;

transform:translateY(35px);

animation:xyroWhyReveal .8s ease forwards;

}

.xyro-why-card:nth-child(1){

animation-delay:.10s;

}

.xyro-why-card:nth-child(2){

animation-delay:.25s;

}

.xyro-why-card:nth-child(3){

animation-delay:.40s;

}

.xyro-why-card:nth-child(4){

animation-delay:.55s;

}

@keyframes xyroWhyReveal{

to{

opacity:1;

transform:translateY(0);

}

}

/*==================================================
PERFORMANCE
==================================================*/

.xyro-why-card{

will-change:transform;

backface-visibility:hidden;

transform-style:preserve-3d;

}

.xyro-why-card,
.xyro-parent-card{

-webkit-font-smoothing:antialiased;

-moz-osx-font-smoothing:grayscale;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49b0ab0 *//*==================================================
OUR IMPACT
==================================================*/

.xyro-impact{

position:relative;

max-width:1450px;

margin:auto;

padding:120px 30px;

overflow:hidden;

}

/* Background Glow */

.xyro-impact::before{

content:"";

position:absolute;

width:700px;
height:700px;

left:50%;
top:120px;

transform:translateX(-50%);

background:
radial-gradient(circle,
rgba(255,77,77,.08),
transparent 70%);

filter:blur(80px);

pointer-events:none;

}

/*==================================================
HEADING
==================================================*/

.xyro-impact-heading{

max-width:760px;

margin:auto;

text-align:center;

margin-bottom:70px;

}

.xyro-impact-heading h2{

font-size:68px;

font-weight:800;

line-height:.95;

letter-spacing:-3px;

color:#fff;

margin:22px 0;

}

.xyro-impact-heading h2 span{

background:
linear-gradient(
90deg,
#ffffff,
#ff4d4d);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

}

.xyro-impact-heading p{

font-size:18px;

line-height:1.9;

color:#b8b8b8;

}

/*==================================================
GRID
==================================================*/

.xyro-impact-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:26px;

}

/*==================================================
CARD
==================================================*/

.xyro-impact-card{

position:relative;

overflow:hidden;

padding:38px 30px;

border-radius:28px;

background:
linear-gradient(
145deg,
rgba(255,255,255,.06),
rgba(255,255,255,.02)
);

backdrop-filter:blur(30px);
-webkit-backdrop-filter:blur(30px);

border:1px solid rgba(255,255,255,.08);

box-shadow:
0 18px 50px rgba(0,0,0,.28);

transition:.45s;

text-align:center;

min-height:260px;

display:flex;

flex-direction:column;

justify-content:center;

}

/* Glass Reflection */

.xyro-impact-card::before{

content:"";

position:absolute;

left:-140%;

top:0;

width:60%;
height:100%;

background:
linear-gradient(
90deg,
transparent,
rgba(255,255,255,.14),
transparent
);

transform:skewX(-25deg);

transition:1s;

}

.xyro-impact-card:hover::before{

left:170%;

}

/* Glow */

.xyro-impact-card::after{

content:"";

position:absolute;

width:260px;
height:260px;

right:-120px;
bottom:-120px;

background:
radial-gradient(circle,
rgba(255,77,77,.18),
transparent 70%);

opacity:0;

transition:.4s;

}

.xyro-impact-card:hover::after{

opacity:1;

}

.xyro-impact-card:hover{

transform:translateY(-10px);

border-color:rgba(255,77,77,.22);

box-shadow:
0 25px 70px rgba(255,77,77,.15);

}

/*==================================================
NUMBER
==================================================*/

.impact-number{

font-size:64px;

font-weight:800;

line-height:1;

margin-bottom:22px;

color:#fff;

letter-spacing:-2px;

}

.impact-number span{

display:inline-block;

}

/*==================================================
TEXT
==================================================*/

.xyro-impact-card h3{

font-size:24px;

font-weight:700;

color:#fff;

margin-bottom:16px;

}

.xyro-impact-card p{

font-size:15px;

line-height:1.8;

color:#b8b8b8;

}

/*==================================================
TABLET
==================================================*/

@media(max-width:1100px){

.xyro-impact-grid{

grid-template-columns:repeat(2,1fr);

}

.xyro-impact-heading h2{

font-size:54px;

}

}

/*==================================================
MOBILE
==================================================*/

@media(max-width:767px){

.xyro-impact{

padding:80px 20px;

}

.xyro-impact-heading{

margin-bottom:45px;

}

.xyro-impact-heading h2{

font-size:40px;

letter-spacing:-2px;

}

.xyro-impact-heading p{

font-size:16px;

line-height:1.8;

}

.xyro-impact-grid{

grid-template-columns:1fr;

gap:18px;

}

.xyro-impact-card{

padding:28px 22px;

min-height:220px;

border-radius:24px;

}

.impact-number{

font-size:52px;

margin-bottom:16px;

}

.xyro-impact-card h3{

font-size:22px;

margin-bottom:12px;

}

.xyro-impact-card p{

font-size:14px;

line-height:1.7;

}

}

/*==================================================
SMALL MOBILE
==================================================*/

@media(max-width:480px){

.xyro-impact{

padding:70px 16px;

}

.xyro-impact-heading h2{

font-size:34px;

}

.xyro-impact-heading p{

font-size:15px;

}

.xyro-impact-card{

padding:24px 18px;

min-height:200px;

}

.impact-number{

font-size:46px;

}

.xyro-impact-card h3{

font-size:20px;

}

.xyro-impact-card p{

font-size:13px;

}

}

/*==================================================
ENTRY ANIMATION
==================================================*/

.xyro-impact-card{

opacity:0;

transform:translateY(35px);

animation:impactReveal .8s ease forwards;

}

.xyro-impact-card:nth-child(1){animation-delay:.1s;}
.xyro-impact-card:nth-child(2){animation-delay:.25s;}
.xyro-impact-card:nth-child(3){animation-delay:.4s;}
.xyro-impact-card:nth-child(4){animation-delay:.55s;}

@keyframes impactReveal{

to{

opacity:1;

transform:translateY(0);

}

}

/*==================================================
PERFORMANCE
==================================================*/

.xyro-impact-card{

will-change:transform;

backface-visibility:hidden;

transform-style:preserve-3d;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9fe4b3f *//*==================================================
FINAL CTA
==================================================*/

.xyro-final-cta{

position:relative;

padding:130px 30px;

overflow:hidden;

}

.xyro-cta-glow{

position:absolute;

width:700px;

height:700px;

left:50%;

top:50%;

transform:translate(-50%,-50%);

background:

radial-gradient(circle,

rgba(255,77,77,.10),

transparent 70%);

filter:blur(80px);

pointer-events:none;

}

.xyro-cta-container{

position:relative;

max-width:1050px;

margin:auto;

text-align:center;

padding:80px 70px;

border-radius:36px;

background:

linear-gradient(

145deg,

rgba(255,255,255,.07),

rgba(255,255,255,.02)

);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(30px);

box-shadow:

0 25px 70px rgba(0,0,0,.30);

overflow:hidden;

}

.xyro-cta-container::before{

content:"";

position:absolute;

left:-140%;

top:0;

width:60%;

height:100%;

background:

linear-gradient(

90deg,

transparent,

rgba(255,255,255,.12),

transparent

);

transform:skewX(-25deg);

animation:xyroShine 8s linear infinite;

}

.xyro-cta-container h2{

font-size:70px;

font-weight:800;

line-height:.95;

letter-spacing:-3px;

color:#fff;

margin:24px 0;

}

.xyro-cta-container h2 span{

background:

linear-gradient(

90deg,

#ffffff,

#ff4d4d

);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.xyro-cta-container p{

max-width:720px;

margin:auto;

font-size:18px;

line-height:1.9;

color:#b8b8b8;

margin-bottom:45px;

}

/*==========================
BUTTONS
==========================*/

.xyro-cta-buttons{

display:flex;

justify-content:center;

gap:18px;

margin-bottom:45px;

flex-wrap:wrap;

}

.xyro-btn-primary{

display:flex;

align-items:center;

gap:12px;

padding:18px 34px;

border-radius:16px;

text-decoration:none;

font-weight:600;

font-size:15px;

color:#fff;

background:

linear-gradient(

180deg,

rgba(255,77,77,.18),

rgba(255,77,77,.08)

);

border:1px solid rgba(255,77,77,.25);

transition:.35s;

}

.xyro-btn-primary svg{

width:18px;

height:18px;

transition:.35s;

}

.xyro-btn-primary:hover{

transform:translateY(-5px);

box-shadow:

0 20px 40px rgba(255,77,77,.20);

}

.xyro-btn-primary:hover svg{

transform:translateX(6px);

}

.xyro-btn-secondary{

padding:18px 34px;

border-radius:16px;

text-decoration:none;

font-weight:600;

font-size:15px;

color:#fff;

border:1px solid rgba(255,255,255,.10);

background:rgba(255,255,255,.03);

transition:.35s;

}

.xyro-btn-secondary:hover{

transform:translateY(-5px);

border-color:rgba(255,77,77,.25);

color:#ff4d4d;

}

/*==========================
TRUST ROW
==========================*/

.xyro-trust-row{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:20px;

padding-top:35px;

border-top:1px solid rgba(255,255,255,.08);

}

.xyro-trust-row div{

font-size:15px;

font-weight:500;

color:#d5d5d5;

}

/*==========================
ANIMATION
==========================*/

@keyframes xyroShine{

0%{left:-140%;}

100%{left:180%;}

}

/*==========================
TABLET
==========================*/

@media(max-width:1024px){

.xyro-cta-container{

padding:60px 40px;

}

.xyro-cta-container h2{

font-size:56px;

}

.xyro-trust-row{

grid-template-columns:repeat(2,1fr);

}

}

/*==========================
MOBILE
==========================*/

@media(max-width:767px){

.xyro-final-cta{

padding:80px 20px;

}

.xyro-cta-container{

padding:40px 24px;

border-radius:26px;

}

.xyro-cta-container h2{

font-size:38px;

letter-spacing:-2px;

}

.xyro-cta-container p{

font-size:15px;

line-height:1.8;

margin-bottom:30px;

}

.xyro-cta-buttons{

flex-direction:column;

gap:14px;

}

.xyro-btn-primary,

.xyro-btn-secondary{

width:100%;

justify-content:center;

padding:16px;

}

.xyro-trust-row{

grid-template-columns:1fr 1fr;

gap:16px;

padding-top:25px;

}

.xyro-trust-row div{

font-size:13px;

text-align:center;

}

}

@media(max-width:480px){

.xyro-cta-container h2{

font-size:32px;

}

.xyro-trust-row{

grid-template-columns:1fr;

}

}/* End custom CSS */