*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
background:#050505;
font-family:Inter,sans-serif;
padding-top:95px;
}

.navbar-custom{

background:#050505;

padding:18px 0;

transition:.4s;

}
.owl-carousel .owl-stage{
	margin-bottom:30px;
}
.navbar-brand img{

height:48px;

}

.navbar-nav{

gap:35px;

}

.nav-link{

position:relative;

font-size:15px;

font-weight:500;

color:#fff!important;

transition:.35s;

padding:8px 0!important;

}

.nav-link:hover{

color:#dca63b!important;

}

.nav-link::before{

content:"";

position:absolute;

left:50%;

bottom:-4px;

transform:translateX(-50%);

width:0;

height:2px;

background:#dca63b;

transition:.4s;

}

.nav-link:hover::before{

width:100%;

}
.contact-image img {
    border-radius: 18px;
    margin-bottom: 60px;
}
.nav-link.active{

color:#dca63b!important;

}

.nav-link.active::before{

width:100%;

}

.nav-link.active::after{

content:"";

position:absolute;

left:50%;

bottom:-14px;

transform:translateX(-50%);

width:65px;

height:14px;

background:radial-gradient(circle,#f4b52c 0%,transparent 70%);

filter:blur(6px);

}

.right-area{

display:flex;

align-items:center;

gap:18px;

}

.strategy-btn{

display:flex;

align-items:center;

gap:10px;

padding:13px 22px;

border:1px solid #dca63b;

border-radius:10px;

text-decoration:none;

color:#fff;

font-size:14px;

transition:.35s;

}

.strategy-btn:hover{

background:#dca63b;

color:#000;

}

.menu-btn{

width:50px;

height:50px;

border-radius:10px;

border:1px solid rgba(255,255,255,.15);

background:#111;

color:#fff;

transition:.35s;

}

.menu-btn:hover{

background:#dca63b;

color:#000;

}

.navbar-toggler{

border:none;

}

.navbar-toggler:focus{

box-shadow:none;

}

@media(max-width:991px){

.navbar-collapse{

margin-top:20px;

background:#111;

padding:25px;

border-radius:15px;

}

.navbar-nav{

gap:15px;

margin-bottom:25px;

}

.right-area{

flex-direction:column;

width:100%;

}

.strategy-btn{

width:100%;

justify-content:center;

}

.menu-btn{

display:none;

}

}
.strategy-btn{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap:10px;
    padding:13px 22px;
    color:#fff;
    text-decoration:none;
    border-radius:10px;
    overflow:hidden;
    z-index:1;
    background:#090909;
}

.strategy-btn::before{

    content:"";
    position:absolute;
    inset:-2px;
    border-radius:10px;

    background:linear-gradient(
        90deg,
        #dca63b,
        #ffd86a,
        #dca63b,
        #ffd86a,
        #dca63b
    );

    background-size:300% 300%;

    animation:borderMove 4s linear infinite;

    z-index:-2;

}

.strategy-btn::after{

    content:"";
    position:absolute;
    inset:2px;
    background:#090909;
    border-radius:8px;
    z-index:-1;

}

@keyframes borderMove{

0%{
background-position:0% 50%;
}

100%{
background-position:300% 50%;
}

}

.strategy-btn:hover{

color:#fff;
transform:translateY(-2px);

box-shadow:

0 0 15px rgba(255,180,0,.5),
0 0 35px rgba(255,180,0,.35);

}




/* SUBMENU */

/* =========================
   SIDE MENU SUBMENU
========================= */

.side-main-menu,
.side-sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-menu-item {
    position: relative;
}

.side-sub-menu {
    display: none;
    padding-left: 20px;
}

.side-menu-item.submenu-open > .side-sub-menu {
    display: block;
}

.submenu-toggle {
    position: absolute;
    right: 0;
    top: 5px;

    border: 0;
    background: transparent;
    cursor: pointer;
}

.submenu-toggle i {
    transition: transform 0.3s ease;
}

.side-menu-item.submenu-open > .submenu-toggle i {
    transform: rotate(180deg);
}


/* =========================
   MAIN NAVBAR SUBMENU
========================= */

.navbar-custom .navbar-nav > .menu-item {
    position: relative;
}

.navbar-custom .navbar-nav > .menu-item > .sub-menu {
    position: absolute !important;

    top: 100% !important;
    left: 172% !important;

    transform: translateX(-50%) !important;

    width: 220px;
    min-width: 220px;

    margin: 0 !important;
    padding: 8px 0 !important;

    list-style: none;

    background: #000;

    display: none;

    z-index: 99999;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
}


/* Show submenu */
.navbar-custom .navbar-nav > .menu-item:hover > .sub-menu {
    display: block;
}


/* Submenu item */
.navbar-custom .navbar-nav > .menu-item > .sub-menu > .menu-item {
    display: block;
    width: 100%;
    margin: 0;
	padding-left:15px;
}


/* Submenu link */
.navbar-custom .navbar-nav > .menu-item > .sub-menu > .menu-item > a {
    display: block;

    width: 100%;
    padding: 10px 15px;

    white-space: nowrap;

    color: #fff;
    text-decoration: none;
}


/* Submenu hover */
.navbar-custom .navbar-nav > .menu-item > .sub-menu > .menu-item > a:hover {
    background: #ffc107;
    color: #000 !important;
	padding-left:15px;
}
/*banner*/



/* Background Video */
/* HERO SECTION */
.hero-section {
    position: relative;
    overflow: hidden;
    background: #050505;
}

/* VIDEO CONTAINER */
/* .hero-bg-video{
	position: absolute; top: 0; right: 0; width: 55%; height: 100%; object-fit: cover; z-index: 0; -webkit-mask-image: linear-gradient(to left, #000 77%, transparent 100%); mask-image: linear-gradient(to left, #000 85%, transparent 100%); */
}

.hero-video-wrap {
    position: absolute;
    top: 60px;
    right: 0;

    width: 55%;
    height: 100%;

    overflow: hidden;
    z-index: 0;
}

.hero-bg-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    
    -webkit-mask-image: linear-gradient(
        to left,
        #000 77%,
        transparent 100%
    );

    mask-image: linear-gradient(
        to left,
        #000 85%,
        transparent 100%
    );
}

.hero{

    min-height:80vh;
    display:flex;
    align-items:center;
    position:relative;
    overflow:hidden;
    padding:90px 0;
    background:
    radial-gradient(circle at center,#7a510019 0%,transparent 45%),
    radial-gradient(circle at top right,#ffc10714 0%,transparent 35%),
    radial-gradient(circle at bottom left,#d88f0010 0%,transparent 30%),
    #050505;

}

.hero::before{

content:"";
position:absolute;
width:850px;
height:850px;
left:50%;
top:50%;
transform:translate(-50%,-50%);
background:radial-gradient(circle,#ffb30018 0%,transparent 65%);
filter:blur(80px);
z-index:0;

}

.container{

position:relative;
z-index:5;

}

/*=========================================
LEFT
=========================================*/

.hero-content{

position:relative;
z-index:2;

}

.top-btn{

display:inline-flex;
align-items:center;
padding:11px 26px;
border-radius:40px;
border:1px solid rgba(255,180,0,.4);
font-size:13px;
font-weight:600;
letter-spacing:.8px;
color:#ffc94d;
background:rgba(255,255,255,.03);
margin-bottom:35px;

}

.hero-title{

font-size:65px;
font-weight:800;
line-height:1.08;
margin-bottom:25px;

}

.hero-title span{

color:#ffbf26;

}

.hero-text{

font-size:17px;
line-height:32px;
color:#b9b9b9;
max-width:560px;
margin-bottom:45px;

}

/*=========================================
BUTTONS
=========================================*/

.hero-buttons{

display:flex;
align-items:center;
gap:18px;
margin-bottom:70px;

}

.strategy-btn{

background:#f9b500;
color:#fff;
padding:16px 34px;
border-radius:12px;
font-weight:700;
transition:.4s;

}

.strategy-btn i{

margin-left:10px;

}

.strategy-btn:hover{

color:#dca63b;

}

.work-btn{

padding:16px 32px;
border-radius:12px;
border:1px solid rgba(255,194,0,.45);
color:#fff;
background:rgba(255,255,255,.03);

}

.work-btn i{

margin-left:10px;

}

/*=========================================
TRUSTED
=========================================*/

.trusted p{

font-size:12px;
letter-spacing:2px;
color:#999;


}

.logos{

display:flex;
gap:0px;
flex-wrap:wrap;
align-items:center;
margin-left: -21px;

}

.logos img{

opacity:.75;
height:65px;
transition:.4s;

}

/*=========================================
RIGHT
=========================================*/

.hero-right{

position:relative;
height:720px;

}

/*=========================================
CENTER GLOW
=========================================*/

.circle-glow{

position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);
width:430px;
height:430px;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;

}

.main-circle{

width:210px;
height:210px;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
background:rgba(255,191,0,.08);
border:1px solid rgba(255,191,0,.35);
box-shadow:

0 0 35px rgba(255,191,0,.25),

0 0 80px rgba(255,191,0,.18),

inset 0 0 35px rgba(255,191,0,.18);

backdrop-filter:blur(12px);

}

.main-circle img{

width:120px;

}

.ring{

position:absolute;
border-radius:50%;
border:1px solid rgba(255,191,0,.25);

}

.ring1{

width:260px;
height:260px;

}

.ring2{

width:340px;
height:340px;

}

.ring3{

width:430px;
height:430px;

}

/*=========================================
FLOATING CARDS
=========================================*/

.floating-card{

position:absolute;
width:195px;
padding:22px;
border-radius:18px;
background:rgba(255,255,255,.05);
border:1px solid rgba(255,191,0,.18);
backdrop-filter:blur(18px);
transition:.45s;

}

.floating-card i{

font-size:23px;
color:#ffc107;
margin-bottom:15px;

}

.floating-card h5{

font-size:17px;
font-weight:700;
margin-bottom:10px;

}

.floating-card p{

font-size:13px;
line-height:24px;
color:#cfcfcf;

}

/* Position */

.seo{

top:15px;
left:185px;

}

.web{

right:0;
top:80px;

}

.gmb{

left:0;
top:160px;

}

.performance{

left:35px;
bottom:130px;

}

.branding{

right:15px;
bottom:120px;

}

/*=========================================
HOVER
=========================================*/

.floating-card:hover{

transform:translateY(-10px);
border-color:#ffc107;

}

.logos img:hover{

opacity:1;

}

.work-btn:hover{

color:#fff;

}

/*=========================================
RESPONSIVE BASE
=========================================*/

@media(max-width:991px){

.hero{

text-align:center;

}

.hero-buttons{

justify-content:center;

}

.hero-text{

margin:auto auto 45px;

}

.hero-title{

font-size:48px;

}

.hero-right{

margin-top:80px;
height:650px;

}

.logos{

justify-content:center;

}

}

@media(max-width:576px){

.hero-title{

font-size:38px;

}

.hero-buttons{

flex-direction:column;

}

.strategy-btn,
.work-btn{

width:100%;

}

.hero-right{

height:520px;

}

.circle-glow{

width:320px;
height:320px;

}

.main-circle{

width:160px;
height:160px;

}

}

/*==================================
TOP BUTTON GLOW
==================================*/

.top-btn{
    position:relative;
    overflow:hidden;
}

.top-btn::before{

content:"";
position:absolute;
left:-180px;
top:0;
width:70px;
height:100%;
background:linear-gradient(
90deg,
transparent,
rgba(255,255,255,.9),
transparent
);

transform:skewX(-25deg);
animation:buttonLight 3s linear infinite;

}

@keyframes buttonLight{

0%{

left:-180px;

}

100%{

left:420px;

}

}


/*==================================
RUNNING HEADING
==================================*/

.hero-title{

background:linear-gradient(

90deg,

#ffffff,

#ffd34f,

#ffffff,

#ffb300,

#ffffff

);

background-size:300%;
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

animation:textMove 6s linear infinite;

}

@keyframes textMove{

0%{

background-position:0%;

}

100%{

background-position:300%;

}

}


/*==================================
BOOK BUTTON
==================================*/

.strategy-btn{

position:relative;
overflow:hidden;

box-shadow:

0 0 18px rgba(255,185,0,.25);

transition:.45s;

}

.strategy-btn::before{

content:"";
position:absolute;

left:-140px;
top:0;

width:70px;
height:100%;

background:

linear-gradient(

90deg,

transparent,

rgba(255,255,255,.95),

transparent

);

transform:skewX(-25deg);

animation:bookLight 2.6s linear infinite;

}

@keyframes bookLight{

0%{

left:-140px;

}

100%{

left:350px;

}

}

.strategy-btn:hover{

transform:translateY(-4px);

box-shadow:

0 0 18px #ffc107,

0 0 35px rgba(255,193,7,.6),

0 0 60px rgba(255,193,7,.35);

}


/*==================================
VIEW WORK BUTTON
==================================*/

.work-btn{

position:relative;
overflow:hidden;

}

.work-btn::before{

content:"";

position:absolute;

width:18px;
height:180%;

top:-40%;

left:-30px;

background:

linear-gradient(

180deg,

transparent,

#ffd54f,

transparent

);

transform:rotate(25deg);

animation:borderRotate 2.2s linear infinite;

}

@keyframes borderRotate{

0%{

left:-40px;

}

100%{

left:220px;

}

}

.work-btn:hover{

box-shadow:

0 0 12px rgba(255,193,7,.6),

0 0 30px rgba(255,193,7,.35);

}


/*==================================
CENTER CIRCLE
==================================*/

.main-circle{

animation:

pulseGlow 3s ease infinite;

}

@keyframes pulseGlow{

0%{

transform:scale(1);

box-shadow:

0 0 25px rgba(255,193,7,.25);

}

50%{

transform:scale(1.03);

box-shadow:

0 0 45px rgba(255,193,7,.55),

0 0 90px rgba(255,193,7,.18);

}

100%{

transform:scale(1);

}

}


/*==================================
RINGS
==================================*/

.ring1{

animation:rotate1 18s linear infinite;

}

.ring2{

animation:rotate2 24s linear infinite reverse;

}

.ring3{

animation:rotate3 35s linear infinite;

}

@keyframes rotate1{

from{

transform:rotate(0deg);

}

to{

transform:rotate(360deg);

}

}

@keyframes rotate2{

from{

transform:rotate(360deg);

}

to{

transform:rotate(0deg);

}

}

@keyframes rotate3{

from{

transform:rotate(0deg);

}

to{

transform:rotate(360deg);

}

}


/*==================================
FLOATING CARDS
==================================*/

.floating-card{

animation:floating 5s ease-in-out infinite;

}

.web{

animation-delay:.5s;

}

.seo{

animation-delay:1s;

}

.performance{

animation-delay:1.5s;

}

.gmb{

animation-delay:2s;

}

.branding{

animation-delay:2.5s;

}

@keyframes floating{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0);

}

}

.floating-card:hover{

transform:translateY(-18px) scale(1.04);

box-shadow:

0 0 25px rgba(255,193,7,.35),

0 0 60px rgba(255,193,7,.15);

}


/*==================================
LOGOS
==================================*/

.logos img{

transition:.4s;

}

.logos img:hover{

transform:translateY(-6px);

filter:

drop-shadow(0 0 8px #ffc107)

drop-shadow(0 0 20px #ffc107);

}

.hero::after{

content:"";

position:absolute;

width:1200px;
height:1200px;

left:50%;
top:50%;

transform:translate(-50%,-50%);

background:

conic-gradient(

from 0deg,

transparent,

rgba(255,193,7,.05),

transparent,

rgba(255,193,7,.08),

transparent

);

border-radius:50%;

animation:bgRotate 40s linear infinite;

opacity:.6;

pointer-events:none;

}

@keyframes bgRotate{

from{

transform:translate(-50%,-50%) rotate(0deg);

}

to{

transform:translate(-50%,-50%) rotate(360deg);

}

}


/*==============================
GOLDEN LIGHT RAYS
==============================*/

.hero{

position:relative;

}

.hero .light-rays{

position:absolute;

inset:0;

pointer-events:none;

overflow:hidden;

}

.hero .light-rays span{

position:absolute;

width:2px;

height:250px;

background:

linear-gradient(

to bottom,

transparent,

rgba(255,193,7,.8),

transparent

);

filter:blur(1px);

animation:rayMove 8s linear infinite;

opacity:.35;

}

.hero .light-rays span:nth-child(1){

left:18%;
top:-100px;

animation-delay:0s;

}

.hero .light-rays span:nth-child(2){

left:35%;
top:-120px;

animation-delay:2s;

}

.hero .light-rays span:nth-child(3){

left:52%;
top:-90px;

animation-delay:4s;

}

.hero .light-rays span:nth-child(4){

left:70%;
top:-150px;

animation-delay:1s;

}

.hero .light-rays span:nth-child(5){

left:88%;
top:-120px;

animation-delay:3s;

}

@keyframes rayMove{

0%{

transform:translateY(-250px);

opacity:0;

}

25%{

opacity:.4;

}

75%{

opacity:.6;

}

100%{

transform:translateY(1200px);

opacity:0;

}

}


/*==============================
GOLDEN PARTICLES
==============================*/

.hero .particle{

position:absolute;

width:6px;
height:6px;

background:#ffc107;

border-radius:50%;

box-shadow:

0 0 10px #ffc107,

0 0 20px rgba(255,193,7,.8);

animation:particleFloat linear infinite;

opacity:.8;

}

.hero .particle:nth-child(1){

left:12%;
bottom:0;

animation-duration:10s;

}

.hero .particle:nth-child(2){

left:28%;

bottom:-20px;

animation-duration:14s;

}

.hero .particle:nth-child(3){

left:48%;

bottom:-40px;

animation-duration:12s;

}

.hero .particle:nth-child(4){

left:63%;

bottom:-10px;

animation-duration:15s;

}

.hero .particle:nth-child(5){

left:80%;

bottom:-30px;

animation-duration:13s;

}

.hero .particle:nth-child(6){

left:92%;

bottom:-25px;

animation-duration:11s;

}

@keyframes particleFloat{

0%{

transform:

translateY(0)

scale(.4);

opacity:0;

}

20%{

opacity:1;

}

100%{

transform:

translateY(-1100px)

scale(1.3);

opacity:0;

}

}


/*==============================
ORBIT LIGHT
==============================*/

.circle-glow::before{

content:"";

position:absolute;

width:470px;
height:470px;

border-radius:50%;

border:1px solid rgba(255,193,7,.15);

animation:orbitLight 14s linear infinite;

}

.circle-glow::after{

content:"";

position:absolute;

width:14px;
height:14px;

background:#ffd54f;

border-radius:50%;

box-shadow:

0 0 15px #ffd54f,

0 0 35px #ffd54f;

animation:orbitDot 14s linear infinite;

}

@keyframes orbitLight{

from{

transform:rotate(0deg);

}

to{

transform:rotate(360deg);

}

}

@keyframes orbitDot{

0%{

transform:

rotate(0deg)

translateX(235px)

rotate(0deg);

}

100%{

transform:

rotate(360deg)

translateX(235px)

rotate(-360deg);

}

}


/*==============================
CENTER AMBIENT GLOW
==============================*/

.main-circle::before{

content:"";

position:absolute;

width:260px;
height:260px;

border-radius:50%;

background:

radial-gradient(

circle,

rgba(255,193,7,.35),

transparent 70%

);

filter:blur(35px);

z-index:-1;

animation:centerGlow 3s ease infinite;

}

@keyframes centerGlow{

0%{

transform:scale(.9);

opacity:.4;

}

50%{

transform:scale(1.2);

opacity:1;

}

100%{

transform:scale(.9);

opacity:.4;

}

}

.work-btn{
    position:relative;
    overflow:hidden;
    isolation:isolate;
}

/* .work-btn::after{

content:"";

position:absolute;

inset:-2px;

border-radius:14px;

padding:2px;

background:
conic-gradient(
from 0deg,
transparent,
#ffb400,
#fff3a0,
#ffb400,
transparent
); */

-webkit-mask:
linear-gradient(#000 0 0) content-box,
linear-gradient(#000 0 0);

-webkit-mask-composite:xor;
mask-composite:exclude;

animation:rotateBorder 3s linear infinite;

z-index:-1;

}

@keyframes rotateBorder{

from{

transform:rotate(0deg);

}

to{

transform:rotate(360deg);

}

}


/*==============================
CARD RUNNING LIGHT
==============================*/

.floating-card{

overflow:hidden;
position:absolute;

}

.floating-card::before{

content:"";

position:absolute;

left:-150px;
top:0;

width:60px;
height:100%;

background:

linear-gradient(

90deg,

transparent,

rgba(255,255,255,.95),

transparent

);

transform:skewX(-25deg);

animation:cardLight 4s linear infinite;

}

@keyframes cardLight{

0%{

left:-160px;

}

100%{

left:260px;

}

}


/*==============================
GLASS REFLECTION
==============================*/

.main-circle{

overflow:hidden;
position:relative;

}

.main-circle::after{

content:"";

position:absolute;

left:-120px;
top:-30px;

width:70px;
height:280px;

background:

linear-gradient(

90deg,

transparent,

rgba(255,255,255,.35),

transparent

);

transform:rotate(28deg);

animation:glassMove 5s linear infinite;

}

@keyframes glassMove{

0%{

left:-150px;

}

100%{

left:320px;

}

}


/*==============================
LOGO GLOW
==============================*/

.logos img{

border-radius:12px;
padding:10px;
transition:.45s;

}

.logos img:hover{

background:rgba(255,193,7,.08);

box-shadow:

0 0 20px rgba(255,193,7,.45),

0 0 40px rgba(255,193,7,.18);

}


/*==============================
HERO AMBIENT LIGHT
==============================*/

.hero::before{

animation:bgPulse 6s ease-in-out infinite;

}

@keyframes bgPulse{

0%{

opacity:.4;
transform:translate(-50%,-50%) scale(.95);

}

50%{

opacity:1;
transform:translate(-50%,-50%) scale(1.08);

}

100%{

opacity:.4;
transform:translate(-50%,-50%) scale(.95);

}

}


/*==============================
HOVER GLOW
==============================*/

.strategy-btn,
.work-btn,
.top-btn{

transition:.4s;

}

.strategy-btn:hover,
.work-btn:hover,
.top-btn:hover{

transform:translateY(-3px);

box-shadow:

0 0 15px rgba(255,193,7,.6),

0 0 35px rgba(255,193,7,.35),

0 0 60px rgba(255,193,7,.15);

}


/*==============================
SOFT FLOAT
==============================*/

.hero-content{

animation:contentFloat 6s ease-in-out infinite;

}

@keyframes contentFloat{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-6px);

}

100%{

transform:translateY(0);

}

}


/*==============================
CENTER ROTATING SHADOW
==============================*/

.circle-glow{

filter:

drop-shadow(0 0 18px rgba(255,193,7,.35))

drop-shadow(0 0 45px rgba(255,193,7,.20));

}


/*==============================
SMOOTH TRANSITIONS
==============================*/

*{

transition:

background .3s,

color .3s,

border-color .3s,

box-shadow .3s,

transform .3s;

}


.cursor-glow{

position:fixed;

width:220px;
height:220px;

border-radius:50%;

pointer-events:none;

background:

radial-gradient(circle,
rgba(255,193,7,.18),
transparent 70%);

transform:translate(-50%,-50%);

z-index:9999;

filter:blur(30px);

transition:left .08s linear,
top .08s linear;

}

.show{

opacity:1!important;

transform:translateY(0)!important;

}

.hero-content,
.floating-card,
.trusted{

opacity:0;

transform:translateY(40px);

transition:1s;

}

.btn{

position:relative;

overflow:hidden;

}

.ripple{

position:absolute;

width:10px;
height:10px;

background:rgba(255,255,255,.6);

border-radius:50%;

transform:translate(-50%,-50%);

animation:ripple .7s linear;

}

@keyframes ripple{

from{

width:10px;
height:10px;
opacity:1;

}

to{

width:500px;
height:500px;
opacity:0;

}

}

.pulse{

animation:pulseNow .7s;

}

@keyframes pulseNow{

0%{

transform:scale(1);

}

50%{

transform:scale(1.08);

}

100%{

transform:scale(1);

}
}

/*second-section*/

/*==============================
        STATS WRAPPER
==============================*/

.stats-wrapper{
    background:#0b0b0b;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    overflow:hidden;
}

/*==============================
        STAT BOX
==============================*/

.stat-box{

    position:relative;

    display:flex;
    align-items:center;
    gap:18px;

    padding:26px 30px;

    height:100%;

    transition:.4s ease;

}

.stat-box:hover{

    background:#111;

}

/*==============================
        DIVIDER
==============================*/

.stat-box::after{

    content:"";

    position:absolute;

    right:0;

    top:18%;

    width:1px;

    height:64%;

    background:rgba(255,255,255,.08);

}

.border-0::after{
    display:none;
}

/*==============================
        ICON
==============================*/

.icon{

    position:relative;

    width:56px;
    height:56px;

    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    overflow:hidden;

    flex-shrink:0;

}

/* Rotating Glow */

.icon::before{

    content:"";

    position:absolute;

    width:220%;
    height:220%;

    border-radius:50%;

    background:conic-gradient(

        transparent 0deg,
        transparent 340deg,

        #ffb400 350deg,

        #fff6a5 355deg,

        #ffb400 360deg

    );

    animation:rotateLight 1.8s linear infinite;

    filter:blur(4px);

}

/* Inner Circle */

.icon::after{

    content:"";

    position:absolute;

    inset:2px;

    border-radius:50%;

    background:#0b0b0b;

    border:1px solid rgba(255,180,0,.35);

    box-shadow:
    inset 0 0 8px rgba(255,180,0,.15),
    0 0 10px rgba(255,180,0,.15);

    z-index:1;

}

/* Icon */

.icon i{

    position:relative;

    z-index:5;

    font-size:22px;

    color:#ffb400;

}

/*==============================
        CONTENT
==============================*/

.content h2{

    color:#fff;

    font-size:28px;

    font-weight:700;

    margin-bottom:5px;

    line-height:1;

}

.content p{

    color:#cfcfcf;

    font-size:15px;

    margin:0;

}

/*==============================
        HOVER
==============================*/

.stat-box:hover{

    transform:translateY(-3px);

}

.stat-box:hover .icon{

    box-shadow:

    0 0 10px rgba(255,180,0,.45),

    0 0 25px rgba(255,180,0,.55),

    0 0 45px rgba(255,180,0,.35);

}

.stat-box:hover .icon::before{

    animation-duration:.8s;

    filter:blur(5px);

}

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

@keyframes rotateLight{

    from{

        transform:rotate(0deg);

    }

    to{

        transform:rotate(360deg);

    }

}

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

@media(max-width:991px){

.stat-box{

padding:22px;

border-bottom:1px solid rgba(255,255,255,.08);

}

.stat-box::after{

display:none;

}

}

@media(max-width:576px){

.stat-box{

padding:18px;

gap:14px;

}

.icon{

width:48px;
height:48px;

}

.icon i{

font-size:18px;

}

.content h2{

font-size:24px;

}

.content p{

font-size:13px;

}

}

section.stats-section {
    margin-top: -97px;
}


#preloader{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    z-index:999999;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.8s;
}

#loaderVideo{
    width:100%;
    height:100%;
    object-fit:cover;
}

#website{
    display:none;
}


/*service-section*/
.service-section{
    padding:90px 0;
    background:#050505;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    color:#D7A31A;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    display:block;
    margin-bottom:15px;
}

.section-title h2{
    font-size:46px;
    font-weight:700;
    color:#fff;
    line-height:1.3;
}

.section-title strong{
    color:#D7A31A;
    font-weight:700;
}

/*=========================
 Card
==========================*/

.service-card{

    background:#0b0b0b;

    border:1px solid rgba(255,255,255,.08);

    border-radius:16px;

    padding:35px 28px;

    height:100%;

    transition:.35s;

    position:relative;

    overflow:hidden;

}



.service-card:hover::before{

left:0;

}

.service-card:hover{

transform:translateY(-10px);

border-color:#D7A31A;

box-shadow:0 20px 50px rgba(215,163,26,.15);

}

/*=========================
 Icon
==========================*/

.service-icon{

width:64px;

height:64px;

border-radius:50%;

border:2px solid rgba(215,163,26,.45);

display:flex;

justify-content:center;

align-items:center;

font-size:26px;

color:#D7A31A;

margin-bottom:2px;

transition:.4s;

}

.service-card:hover .service-icon{

background:#D7A31A;

color:#000;

transform:rotate(10deg) scale(1.08);

box-shadow:0 0 25px rgba(215,163,26,.45);

}

/*=========================
 Heading
==========================*/

.service-card h4{

font-size:22px;

font-weight:700;

margin-bottom:18px;

color:#fff;

line-height:1.4;

}

/*=========================
 Paragraph
==========================*/

.service-card p{

font-size:16px;

color:#A7A7A7;

line-height:1.2;

margin-bottom:0px;

min-height:86px;

}

/*=========================
 Link
==========================*/

.service-card a{

text-decoration:none;

font-size:16px;

font-weight:600;

color:#D7A31A;

display:inline-flex;

align-items:center;

transition:.3s;

}

.service-card a i{

margin-left:10px;

transition:.3s;

}

.service-card:hover a i{

transform:translateX(8px);

}

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

@media(max-width:1200px){

.section-title h2{

font-size:38px;

}

}

@media(max-width:991px){

.service-section{

padding:70px 0;

}

.section-title{

margin-bottom:40px;

}

.section-title h2{

font-size:32px;

}

.service-card{

padding:30px 25px;

}

}

@media(max-width:767px){

.section-title h2{

font-size:28px;

}

.service-card{

margin-bottom:20px;

}

.service-card p{

min-height:auto;

}

}

@media(max-width:575px){

.service-section{

padding:60px 0;

}

.section-title h2{

font-size:24px;

line-height:1.5;

}

.service-card{

padding:25px;

}

.service-icon{

width:55px;

height:55px;

font-size:22px;

}

.service-card h4{

font-size:20px;

}

.service-card p{

font-size:15px;

}

}


.service-card{

opacity:0;

transform:translateY(60px);

transition:.8s ease;

}

.service-card.show{

opacity:1;

transform:translateY(0);

}


/*=============================
 Mouse Glow
=============================*/

.service-card::after{

content:"";

position:absolute;

left:var(--x);

top:var(--y);

width:250px;

height:250px;

transform:translate(-50%,-50%);

background:radial-gradient(circle,
rgba(215,163,26,.25),
transparent 70%);

pointer-events:none;

opacity:0;

transition:.3s;

}

.service-card:hover::after{

opacity:1;

}


/*=============================
 Learn More
=============================*/

.service-card a{

position:relative;

overflow:hidden;

}

.service-card a::before{

content:"";

position:absolute;

left:-100%;

bottom:-2px;

width:100%;

height:2px;

background:#d7a31a;

transition:.35s;

}

.service-card:hover a::before{

left:0;

}


/*=============================
 Icon Animation
=============================*/

.service-card:hover .service-icon i{

animation:rotateIcon .5s linear;

}

@keyframes rotateIcon{

0%{

transform:rotate(0deg);

}

100%{

transform:rotate(360deg);

}

}



.service-top{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:30px;
}

.service-top h4{
    margin:0;
    color:#fff;
    font-size:24px;
    font-weight:700;
}

.service-icon{
    width:65px;
    height:65px;
    border-radius:50%;
    border:2px solid #d7a31a;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#d7a31a;
    font-size:24px;
    flex-shrink:0;
}
.service-card{

    position:relative;
    overflow:hidden;

    animation:borderGlow 3s linear infinite;

}
.hero-content .top-btn::before {
    display: none;
}

/* .service-card::before{

    content:"";

    position:absolute;
    inset:-1px;

    border-radius:16px;

    padding:1px;

    background:linear-gradient(
        90deg,
        transparent,
        #d7a31a,
        transparent,
        #d7a31a,
        transparent
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

    mask-composite:exclude;

    animation:borderRun 3s linear infinite;

} */

@keyframes borderRun{

0%{

transform:rotate(0deg);

}

100%{

transform:rotate(360deg);

}

}
.service-top{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:10px;
}

.service-top h4{
    margin:0;
    color:#fff;
    font-size:17px;
    font-weight:700;
    line-height:1.4;
}

.service-icon{
    width:43px;
    height:43px;
    min-width:43px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    border:2px solid #d7a31a;
    color:#d7a31a;
    font-size:24px;
}

.service-icon i {
    font-size: 16px;
}


process-card{

    background:#0d0d0d;

    border:1px solid rgba(255,180,0,.08);

    border-radius:18px;

    padding:45px;

    position:relative;

    overflow:hidden;

    transition:.4s;

}

.process-card:hover{

    border-color:#d8a126;

    box-shadow:0 0 30px rgba(255,180,0,.12);

}

.mini-title{

    display:inline-block;

    color:#c79625;

    font-size:13px;

    letter-spacing:1.5px;

    font-weight:700;

    text-transform:uppercase;

    margin-bottom:18px;

}

.process-card h2{

    font-size:42px;

    font-weight:700;

    line-height:1.2;

    margin-bottom:60px;

    color:#fff;

}

/*==============================
TIMELINE
==============================*/

.timeline{

    position:relative;

    display:flex;

    justify-content:space-between;

    text-align:center;

}

.timeline .line{

    position:absolute;

    left:8%;

    right:8%;

    top:35px;

    height:2px;

    background:#a97a18;

    z-index:0;

}

.step{

    position:relative;

    width:23%;

    z-index:2;

}

.icon{

    width:70px;

    height:70px;

    margin:auto;

    border-radius:50%;

    background:#151515;

    border:2px solid #b9891b;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#d7a126;

    font-size:28px;

    transition:.35s;

}

.step:hover .icon{

    transform:translateY(-8px);

    background:#d6a126;

    color:#111;

    box-shadow:
    0 0 12px rgba(255,180,0,.4),
    0 0 30px rgba(255,180,0,.2);

}

.step h3{

    font-size:30px;

    color:#fff;

    margin-top:20px;

    font-weight:700;

}

.step h4{

    margin-top:6px;

    font-size:19px;

    font-weight:600;

    color:#fff;

}

.step p{

    margin-top:10px;

    font-size:14px;

    color:#9f9f9f;

    line-height:1.2;

    padding:0 10px;

}

/*==============================
RIGHT IMAGE
==============================*/
.graph-image{
    height: 500px; 
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.graph-image video{
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
    transition: .5s;
}

.graph-image:hover video{
    transform: scale(1.04);
}

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

@media(max-width:991px){

.process-card{

padding:35px;

}

.process-card h2{

font-size:34px;

margin-bottom:40px;

}

.timeline{

flex-wrap:wrap;

gap:35px;

}

.timeline .line{

display:none;

}

.step{

width:48%;

}

}

@media(max-width:576px){

.process-section{

padding:0px 0;

}

.process-card{
text-align:center;
padding:28px;

}

.process-card h2{

font-size:28px;
text-align:center;
}

.step{

width:100%;

}

.icon{

width:65px;

height:65px;

font-size:24px;

}

.step h3{

font-size:26px;

}
.graph-image{
    height: 10vh;
        max-height: 470px;
        min-height: 210px;
}

}

.process-card {
    box-shadow: 0px 0px 36px 3px #ffb40047;
    padding: 25px;
    border-radius: 14px;
}
.icon img{
    height: 36px;
    position: relative;
    z-index: 100;
}

case-study-section{

    padding:90px 0;
    background:#050505;
}

.case-study-section .container{

    max-width:1350px;
}


/*=========================
Top Area
=========================*/

.section-top{

    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:45px;
    gap:30px;
}

.sub-title{

    display:inline-block;
    color:#C6973F;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.section-top h2{

    font-size:52px;
    font-weight:700;
    line-height:1.15;
    color:#ffffff;
}


/*=========================
Button
=========================*/

.view-btn{

    display:inline-flex;
    align-items:center;
    gap:12px;

    color:#ffffff;
    text-decoration:none;

    border:1px solid rgba(198,151,63,.45);

    padding:16px 28px;

    border-radius:12px;

    transition:.35s;
}

.view-btn:hover{

    color:#fff;
    background:#C6973F;
    border-color:#C6973F;
}

.view-btn i{

    transition:.35s;
}

.view-btn:hover i{

    transform:translateX(5px);
}


/*=========================
Slider Wrapper
=========================*/

.slider-wrapper{

    position:relative;
}


/*=========================
Owl
=========================*/

.caseSlider{

    position:relative;
}

.caseSlider .owl-stage{

    display:flex;
}

.caseSlider .owl-item{

    display:flex;
}

.caseSlider .owl-stage-outer{

    overflow:hidden;
}


/*=========================
Card
=========================*/

.study-card{

    background:#0d0d0d;

    border:1px solid rgba(255,255,255,.08);

    border-radius:18px;

    padding:28px;

    width:100%;
    height:100%;

    min-height:315px;

    display:flex;
    flex-direction:column;

    transition:.35s;
}

.study-card:hover{

    transform:translateY(-8px);

    border-color:#C6973F;

    box-shadow:0 15px 45px rgba(0,0,0,.45);
}


/*=========================
Logo
=========================*/

.logo{

    font-size:22px;
    font-weight:800;
    margin-bottom:10px;
    line-height:1;
}

.logo.green{

    color:#C6973F;
}

.logo.red{

    color:#ff2443;
}

.logo.blue{

    color:#2d8fff;
}

.logo.white{

    color:#ffffff;
}

.logo.orange{

    color:#ffb234;
}


/*=========================
Category
=========================*/

.category{

    display:block;

    color:#8d8d8d;

    font-size:14px;

    margin-bottom:22px;
}


/*=========================
Heading
=========================*/

.study-card h4{

    font-size:18px;

    line-height:1.55;

    font-weight:600;

    color:#ffffff;

    margin-bottom:auto;
}


/*=========================
Bottom
=========================*/

.bottom-result{

    display:flex;
    justify-content:space-between;
    align-items:flex-end;

    margin-top:35px;

    padding-top:25px;

    border-top:1px solid rgba(255,255,255,.08);
}

.bottom-result h3{

    font-size:38px;
    font-weight:700;
    color:#ffffff;
}

.bottom-result p{

    margin-top:8px;

    color:#888;

    font-size:14px;
}

.custom-prev,
.custom-next{

    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:52px;
    height:52px;

    border:none;
    outline:none;

    border-radius:50%;

    background:#121212;

    border:1px solid rgba(255,255,255,.08);

    color:#ffffff;

    z-index:20;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.35s ease;

    cursor:pointer;
}

.custom-prev{

    left:-28px;
}

.custom-next{

    right:-28px;
}

.custom-prev:hover,
.custom-next:hover{

    background:#C6973F;
    border-color:#C6973F;
    color:#fff;

    box-shadow:0 0 18px rgba(198,151,63,.45);
}

.custom-prev i,
.custom-next i{

    font-size:15px;
}



/*=========================================
Owl Dots
=========================================*/

.caseSlider .owl-dots{

    margin-top:35px !important;
    text-align:center;
}

.caseSlider .owl-dot{

    margin:0 6px;
}

.caseSlider .owl-dot span{

    width:10px;
    height:10px;

    display:block;

    border-radius:30px;

    background:#3b3b3b !important;

    transition:.35s;
}

.caseSlider .owl-dot.active span{

    width:38px;

    background:#d6a23b !important;
}



/*=========================================
Card Hover
=========================================*/

.study-card{

    overflow:hidden;
    position:relative;
}

.study-card::before{

    content:"";

    position:absolute;

    left:-100%;
    top:0;

    width:100%;
    height:100%;

    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.05),
        transparent
    );

    transition:.8s;
}

.study-card:hover::before{

    left:100%;
}

.study-card:hover h4{

    color:#ffffff;
}

.study-card:hover .logo{

    transform:scale(1.03);
}

.logo{

    transition:.35s;
}



/*=========================================
Button Animation
=========================================*/

.view-btn{

    overflow:hidden;
    position:relative;
}

.view-btn::before{

    content:"";

    position:absolute;

    top:0;
    left:-120%;

    width:100%;
    height:100%;

    background:rgba(255,255,255,.08);

    transform:skewX(-30deg);

    transition:.6s;
}

.view-btn:hover::before{

    left:120%;
}



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

@media(max-width:1200px){

.section-top h2{

    font-size:44px;
}

.custom-prev{

    left:-15px;
}

.custom-next{

    right:-15px;
}

}



@media(max-width:991px){

.section-top{

    flex-direction:column;
    align-items:flex-start;
}

.view-btn{

    margin-top:15px;
}

.section-top h2{

    font-size:38px;
}

.study-card{

    min-height:290px;
}

.custom-prev,
.custom-next{

    display:none;
}

}



@media(max-width:768px){

.case-study-section{

    padding:70px 0;
}

.section-top h2{

    font-size:32px;
}

.study-card{

    padding:24px;
}

.study-card h4{

    font-size:20px;
}

.bottom-result h3{

    font-size:30px;
}

}



@media(max-width:576px){

.section-top h2{

    font-size:28px;
}

.view-btn{

    width:62%;
    justify-content:center;
}

.logo{

    font-size:28px;
}

.bottom-result{

    flex-direction:column;
    align-items:flex-start;
    gap:20px;
}

.study-card{

    min-height:auto;
}

}

/*==========================================
FINAL PREMIUM FINISH
==========================================*/

/* Active Card */

.study-card.active-card{

    border-color:#C89B3C;

    box-shadow:
    0 0 0 1px rgba(200,155,60,.25),
    0 18px 50px rgba(0,0,0,.55);

    transform:translateY(-10px);
}


/* Fade Animation */

.study-card{

    opacity:.92;
    transform:translateY(20px);
    transition:
    opacity .45s ease,
    transform .45s ease,
    border .35s ease,
    box-shadow .35s ease;
}

.study-card.show{

    opacity:1;
    transform:translateY(0);
}


/* Bottom Numbers */

.bottom-result h3{

    transition:.35s;
}

.study-card:hover .bottom-result h3{

    color:#d8a23d;
}


/* Category */

.category{

    letter-spacing:.5px;
}


/* Heading */

.study-card h4{

    transition:.35s;
}

.study-card:hover h4{

    color:#ffffff;
}


/* Card Border Glow */

.study-card::after{

    content:"";

    position:absolute;

    inset:0;

    border-radius:18px;

    border:1px solid transparent;

    pointer-events:none;

    transition:.4s;
}

.study-card:hover::after{

    border-color:rgba(214,162,59,.45);
}


/* Nav Button */

.custom-prev,
.custom-next{

    transition:.35s;
}

.custom-prev:hover,
.custom-next:hover{

    transform:translateY(-50%) scale(1.08);
}


/* Owl Stage */

.caseSlider .owl-stage{

    padding:12px 0;
}


/* Scroll Fix */

.owl-carousel{

    overflow:visible;
}

.owl-stage-outer{

    overflow:hidden;
}


/* Selection */

::selection{

    background:#C89B3C;
    color:#fff;
}


/* Scrollbar */

::-webkit-scrollbar{

    width:10px;
}

::-webkit-scrollbar-track{

    background:#090909;
}

::-webkit-scrollbar-thumb{

    background:#C89B3C;
    border-radius:20px;
}


/* Smooth Image */

img{

    max-width:100%;
    display:block;
}


/* Links */

a{

    transition:.3s;
}


/* Performance */

.study-card,
.custom-prev,
.custom-next,
.view-btn{

    will-change:transform;
}


/* Responsive */

@media(max-width:991px){

.case-study-section{

    overflow:hidden;
}

.slider-wrapper{

    padding:0;
}

}


@media(max-width:767px){

.case-study-section{

    padding:0px 0;
}

.section-top{

    margin-bottom:30px;
}

.section-top h2{

    line-height:1.25;
}

.study-card{

    border-radius:15px;
}

}


@media(max-width:480px){

.section-top h2{

    font-size:26px;
}

.sub-title{

    font-size:12px;
}

.view-btn{

    padding:14px 20px;
    font-size:14px;
}

.study-card{

    padding:22px;
}

.bottom-result h3{

    font-size:28px;
}

}
.study-card{
    position:relative;
    overflow:hidden;

    border-radius:24px;

    padding:4px;      

    background:#000;
}

/* Animated Border */
.study-card::before{

    content:"";

    position:absolute;

    width:350%;
    height:350%;

    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

    border-radius:50%;

    background:conic-gradient(

        transparent 0deg,

        transparent 260deg,

        rgba(255,255,255,1) 275deg,

        #fff 282deg,

        #ffe66d 288deg,

        #ffd43b 294deg,

        #ffb703 300deg,

        #ffd43b 306deg,

        #fff 312deg,

        rgba(255,255,255,1) 318deg,

        transparent 335deg,

        transparent 360deg

    );

    animation:borderRotate 2s linear infinite;

    filter:
        blur(3px)
        brightness(1.8)
        drop-shadow(0 0 10px #ffd43b)
        drop-shadow(0 0 25px #ffd43b)
        drop-shadow(0 0 45px #ffcf40);
}

@keyframes borderRun{
    to{
        transform:rotate(360deg);
    }
}
/* Card Background */
.card-content{

    position:relative;

    z-index:2;

    width:100%;
    height:100%;

    border-radius:20px;

    background:#111;

    padding:30px;
}
/* Soft Glow */
.study-card::after{

    content:"";

    position:absolute;

    inset:0;

    border-radius:24px;

    box-shadow:

        inset 0 0 0 1px rgba(255,255,255,.06),

        0 0 18px rgba(255,212,59,.25),

        0 0 40px rgba(255,212,59,.18);

    pointer-events:none;
}

@keyframes borderRotate{

    from{
        transform:translate(-50%,-50%) rotate(0deg);
    }

    to{
        transform:translate(-50%,-50%) rotate(360deg);
    }

}



/*testimonials*/
/*==========================================
Premium Animated Border
==========================================*/

.testimonial-box,
.faq-box{

    position:relative;
    overflow:hidden;
    isolation:isolate;
}

/* Rotating Light */


/* Inner Background */

.testimonial-box>*,
.faq-box>*{

    position:relative;

    z-index:2;
}

.testimonial-box,
.faq-box{

    position:relative;
    padding:2px;
    border-radius:20px;
    overflow:hidden;

}

@keyframes borderRotate{

    from{

        transform:translate(-50%,-50%) rotate(0deg);

    }

    to{

        transform:translate(-50%,-50%) rotate(360deg);

    }

}

/*==========================================
Flash Animation
==========================================*/

.testimonial-box::selection,
.faq-box::selection{

    background:#d4a541;
}

.testimonial-box .flash,
.faq-box .flash{

    position:absolute;
    inset:0;
    overflow:hidden;
}

.testimonial-box .flash::before,
.faq-box .flash::before{

    content:"";

    position:absolute;

    left:-120%;
    top:-30%;

    width:40%;
    height:180%;

    background:linear-gradient(

        90deg,

        transparent,

        rgba(255,255,255,.18),

        rgba(255,255,255,.45),

        rgba(255,255,255,.18),

        transparent

    );

    transform:rotate(25deg);

    animation:flashMove 5s linear infinite;
}

@keyframes flashMove{

    from{

        left:-120%;
    }

    to{

        left:160%;
    }

}

/*==========================================
Hover
==========================================*/

.testimonial-box:hover,
.faq-box:hover{

    transform:translateY(-8px);

    box-shadow:

    0 10px 40px rgba(0,0,0,.45),

    0 0 30px rgba(255,208,67,.12);
}

/*==========================================
Client Image Glow
==========================================*/

.client-image{

    transition:.4s;
}

.client-image:hover{

    box-shadow:

    0 0 15px rgba(255,208,67,.45),

    0 0 40px rgba(255,208,67,.25);
}

/*==========================================
Owl Dots
==========================================*/

.testimonialSlider .owl-dots{

    margin-top:25px;

    text-align:center;
}

.testimonialSlider .owl-dot{

    margin:0 5px;
}

.testimonialSlider .owl-dot span{

    width:10px;
    height:10px;

    background:#444 !important;

    transition:.4s;

    border-radius:30px;
}

.testimonialSlider .owl-dot.active span{

    width:34px;

    background:#d4a541 !important;
}

/*==========================================
Accordion Hover
==========================================*/

.accordion-item{

    transition:.35s;
}

.accordion-item:hover{

    border-color:#d4a541!important;

    transform:translateX(5px);
}

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

@media(max-width:991px){

.testimonial-box,
.faq-box{

    padding:28px;
}

.faq-image{

    margin-top:30px;
}

.faq-box h2{

    font-size:34px;
}

.slider-nav{

    display:none;
}

}

@media(max-width:767px){

.testimonial-faq{

    padding:60px 0;
}

.client-image{

    width:120px;
    height:120px;

    margin-bottom:25px;
}

.testimonial-content{

    padding-left:0;
    text-align:center;
}

.rating{

    justify-content:center;
}

.faq-box h2{

    font-size:28px;
}

.accordion-button{

    font-size:15px;
}

.faq-image img{

    max-width:180px;
}

}

@media(max-width:575px){

.testimonial-box,
.faq-box{

    padding:22px;
}

.section-tag{

    font-size:11px;
}

.testimonial-content p{

    font-size:15px;
}

.testimonial-content h4{

    font-size:19px;
}

}

.testimonial-faq{
    padding:90px 0;
    background:#060606;
}

.testimonial-faq .container{
    max-width:1320px;
}

/*=========================================
Cards
=========================================*/

.testimonial-box,
.faq-box{

    position:relative;

    background:#111111;

    border:1px solid rgba(255,255,255,.08);

    border-radius:22px;

    padding:35px;

    overflow:hidden;

    height:100%;

    transition:.35s;
}

.testimonial-box:hover,
.faq-box:hover{

    border-color:#d4a541;

    box-shadow:
    0 0 25px rgba(212,165,65,.08);
}


/*=========================================
Tag
=========================================*/

.section-tag{

    display:inline-block;

    color:#d4a541;

    font-size:12px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:18px;
}


/*=========================================
Heading
=========================================*/

.faq-box h2{

    font-size:42px;

    font-weight:700;

    line-height:1.2;

   
    color: #fff;
}


/*=========================================
Client Image
=========================================*/

.client-image{

    width:150px;
    height:150px;

    margin:auto;

    border-radius:50%;

    padding:5px;

    background:linear-gradient(
    135deg,
    #f7c44f,
    #7c5200);

    position:relative;
}

.client-image img{

    width:100%;
    height:100%;

    border-radius:50%;

    object-fit:cover;

    border:4px solid #151515;
}


/*=========================================
Content
=========================================*/

.testimonial-content{

    padding-left:10px;
}

.quote-icon{

    color:#f7c44f;

    font-size:28px;

    margin-bottom:15px;
}

.testimonial-content p{

    color:#d4d4d4;

    font-size:17px;

    line-height:27px;

    margin-bottom:25px;
}

.testimonial-content h4{

    font-size:22px;

    margin-bottom:8px;

    font-weight:700;
	color:#e1b000;
}

.testimonial-content span{

    color:#9a9a9a;

    display:block;

    margin-bottom:20px;
}


/*=========================================
Rating
=========================================*/

.rating{

    display:flex;

    gap:6px;
}

.rating i{

    color:#ffc845;

    font-size:17px;
}


/*=========================================
Slider Button
=========================================*/

.slider-nav{

    position:absolute;

    inset:0;

    pointer-events:none;
}

.testimonial-prev,
.testimonial-next{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:46px;
    height:46px;

    border-radius:50%;

    border:none;

    background:#191919;

    color:#fff;

    pointer-events:auto;

    transition:.35s;
}

.testimonial-prev{

    left:15px;
}

.testimonial-next{

    right:15px;
}

.testimonial-prev:hover,
.testimonial-next:hover{

    background:#d4a541;

    color:#000;
}


/*=========================================
FAQ
=========================================*/

.accordion{

    --bs-accordion-bg:transparent;
    --bs-accordion-border-color:rgba(255,255,255,.08);
    --bs-accordion-btn-bg:#171717;
    --bs-accordion-active-bg:#171717;
    --bs-accordion-active-color:#fff;
    --bs-accordion-btn-color:#fff;
    --bs-accordion-color:#bdbdbd;
}

.accordion-item{

    border-radius:12px!important;

    overflow:hidden;

    margin-bottom:15px;

    border:1px solid rgba(255,255,255,.08)!important;
}

.accordion-button{

    font-size:16px;

    font-weight:600;

    padding:18px 22px;

    box-shadow:none!important;
}

.accordion-button:not(.collapsed){

    color:#fff;
}

.accordion-body{

    color:#bbbbbb;

    line-height:1.8;
}


/*=========================================
Question Image
=========================================*/

.faq-image{

    display:flex;

    justify-content:center;

    align-items:center;

    height:100%;
}

.faq-image img{

    max-width:250px;

    animation:floatY 4s ease-in-out infinite;
}


/*=========================================
Animation
=========================================*/

@keyframes floatY{

    0%{

        transform:translateY(0px);

    }

    50%{

        transform:translateY(-10px);

    }

    100%{

        transform:translateY(0px);

    }

}




/*=============================
CTA SECTION
==============================*/

.cta-section{
    background:#0a0a0a;
}

.cta-wrapper{

    position:relative;
    overflow:hidden;

    background:#111111;

    border:1px solid rgba(255,170,0,.15);

    border-radius:22px;

    padding:35px 45px;

    box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.03),
    0 0 35px rgba(255,170,0,.05);

}


/*==========================
Background Glow
==========================*/

.cta-wrapper::before{

    content:"";

    position:absolute;

    inset:0;

    background:
    radial-gradient(circle at left,
    rgba(255,170,0,.18),
    transparent 35%);

    pointer-events:none;

}


.cta-wrapper::after{

    content:"";

    position:absolute;

    inset:0;

    background:
    linear-gradient(120deg,
    transparent 25%,
    rgba(255,170,0,.08),
    transparent 70%);

    pointer-events:none;

}



/*==========================
Left Icon
==========================*/

.cta-icon{

    width:82px;
    height:82px;

    min-width:82px;

    border-radius:50%;

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-right:24px;

    background:#1a1a1a;

    border:2px solid rgba(255,174,0,.45);

    box-shadow:
    0 0 25px rgba(255,170,0,.35);

}


.icon-glow{

    position:absolute;

    inset:-10px;

    border-radius:50%;

    border:2px solid rgba(255,170,0,.18);

}


.cta-icon i{

    color:#ffb100;

    font-size:34px;

}



/*==========================
Text
==========================*/

.cta-content h2{

    color:#fff;

    font-size:38px;

    font-weight:700;

    margin-bottom:8px;

}


.cta-content p{

    color:#cfcfcf;

    margin:0;

    font-size:18px;

    line-height:1.7;

}



/*==========================
Button
==========================*/

.cta-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    padding:18px 36px;

    border-radius:12px;

    background:#ffb100;

    color:#111;

    font-weight:700;

    text-decoration:none;

    transition:.4s;

    box-shadow:
    0 0 20px rgba(255,177,0,.35);

}


.cta-btn:hover{

    color:#111;

    transform:translateY(-4px);

    background:#ffc72c;

    box-shadow:
    0 12px 35px rgba(255,177,0,.45);

}

/*footer*/
/*=========================================
Footer
=========================================*/

.footer-area{

    background:#070707;

    position:relative;

    overflow:hidden;

    padding:90px 0 30px;

}


.footer-area::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:1px;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,180,0,.6),
        transparent
    );

}


/*=========================================
Footer Widget
=========================================*/

.footer-widget{

    position:relative;

    z-index:2;

}


.footer-logo{

    display:inline-block;

    margin-bottom:25px;

}


.footer-logo img{

    max-width:180px;

}



/*=========================================
Footer Text
=========================================*/

.footer-text{

    color:#9c9c9c;

    font-size:15px;

    line-height:30px;

    margin-bottom:30px;

}



/*=========================================
Heading
=========================================*/

.footer-widget h4{

    color:#ffffff;

    font-size:22px;

    font-weight:700;

    margin-bottom:28px;

    position:relative;

}


.footer-widget h4::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-10px;

    width:45px;

    height:2px;

    background:#ffb300;

}



/*=========================================
Menu
=========================================*/

.footer-widget ul{

    margin:0;

    padding:0;

    list-style:none;

}


.footer-widget ul li{

    margin-bottom:14px;

}


.footer-widget ul li:last-child{

    margin-bottom:0;

}


.footer-widget ul li a{

    color:#bdbdbd;

    text-decoration:none;

    transition:.35s;

    display:inline-block;

}


.footer-widget ul li a:hover{

    color:#ffb300;

    transform:translateX(8px);

}



/*=========================================
Social Icons
=========================================*/

.footer-social{

    display:flex;

    gap:14px;

}


.footer-social a{

    width:46px;

    height:46px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#121212;

    color:#ffffff;

    border:1px solid rgba(255,179,0,.15);

    transition:.4s;

}


.footer-social a:hover{

    background:#ffb300;

    color:#111111;

    transform:translateY(-6px);

    box-shadow:0 0 20px rgba(255,179,0,.45);

}



/*=========================================
Contact
=========================================*/

.footer-contact li{

    display:flex;

    align-items:flex-start;

    gap:14px;

    color:#bdbdbd;

    margin-bottom:18px;

    line-height:28px;

}


.footer-contact i{

    color:#ffb300;

    width:22px;

    margin-top:5px;

    font-size:17px;

}


.footer-contact a{

    color:#bdbdbd;

    text-decoration:none;

    transition:.35s;

}


.footer-contact a:hover{

    color:#ffb300;

}



/*=========================================
Bottom
=========================================*/

.footer-bottom{

    margin-top:70px;

    padding-top:30px;

    border-top:1px solid rgba(255,255,255,.08);

    text-align:center;

}


.footer-bottom p{

    margin:0;

    color:#9d9d9d;

    font-size:15px;

}



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

@media(max-width:991px){

.footer-area{

padding:70px 0 25px;

}

.footer-widget{

margin-bottom:40px;

}

.footer-bottom{

margin-top:35px;

}

}


@media(max-width:767px){

.footer-widget h4{

font-size:20px;

}

.footer-text{

font-size:14px;

line-height:28px;

}

.footer-social{

justify-content:flex-start;

}

}

/*================================== RESPONSIVE ===============================================================================================================================*/
/*=========================================
RESPONSIVE CSS
==========================================*/


/*=============================
1400px
=============================*/

@media (max-width:1400px){

.hero-title{

font-size:60px;

}

.hero-right{

height:680px;

}

.circle-glow{

width:410px;
height:410px;

}

}


/*=============================
1200px
=============================*/

@media(max-width:1199px){

.hero{

padding:80px 0;

}

.hero-title{

font-size:54px;

}

.hero-text{

font-size:16px;
line-height:30px;

}

.hero-right{

height:620px;

}

.circle-glow{

width:380px;
height:380px;

}

.main-circle{

width:190px;
height:190px;

}

.floating-card{

width:180px;
padding:18px;

}

.seo{

left:130px;

}

.performance{

left:20px;

}

.branding{

right:0;

}

}


/*=============================
992px
=============================*/

@media(max-width:991px){

.hero{

text-align:center;
padding:80px 0;

}

.hero-content{
margin-top:70px;
margin-bottom:70px;

}

.hero-buttons{

justify-content:center;

}

.hero-text{

margin:auto auto 45px;

}

.trusted{

margin-top:20px;

}

.logos{

justify-content:center;
gap:20px;

}

.hero-right{

height:650px;

}

.circle-glow{

left:50%;
top:50%;

}

.seo{

left:10%;
top:30px;

}

.web{

right:5%;
top:100px;

}

.gmb{

left:0;
top:250px;

}

.performance{

left:10%;
bottom:80px;

}

.branding{

right:5%;
bottom:80px;

}

}


/*=============================
768px
=============================*/

@media(max-width:768px){

.hero{

padding:70px 0;

}

.top-btn{

font-size:11px;
padding:10px 18px;

}

.hero-title{

font-size:42px;
line-height:1.2;

}

.hero-text{

font-size:15px;
line-height:28px;

}

.hero-buttons{

flex-direction:column;
gap:15px;

}

.strategy-btn,
.work-btn{

width:100%;
justify-content:center;

}

.hero-right{

height:560px;

}

.circle-glow{

width:320px;
height:320px;

}

.main-circle{

width:150px;
height:150px;

}

.main-circle img{

width:90px;

}

.ring1{

width:200px;
height:200px;

}

.ring2{

width:260px;
height:260px;

}

.ring3{

width:320px;
height:320px;

}

.floating-card{

width:150px;
padding:15px;

}

.floating-card h5{

font-size:15px;

}

.floating-card p{

font-size:12px;
line-height:20px;

}

}


/*=============================
576px
=============================*/

@media(max-width:576px){

.hero{

padding:60px 0;

}

.hero-title{

font-size:34px;

}

.hero-text{

font-size:14px;
line-height:26px;

}

.top-btn{

font-size:10px;
padding:9px 14px;

}

.hero-right{

height:500px;

}

.circle-glow{

width:260px;
height:260px;

}

.main-circle{

width:130px;
height:130px;

}

.main-circle img{

width:75px;

}

.ring1{

width:170px;
height:170px;

}

.ring2{

width:220px;
height:220px;

}

.ring3{

width:260px;
height:260px;

}

.floating-card{

width:130px;
padding:12px;

}

.floating-card h5{

font-size:13px;

}

.floating-card p{

display:none;

}

.seo{

left:0;
top:30px;

}

.web{

right:0;
top:70px;

}

.gmb{

left:0;
top:200px;

}

.performance{

left:0;
bottom:20px;

}

.branding{

right:0;
bottom:20px;

}

.logos img{

height:22px;

}

}


/*=============================
400px
=============================*/

@media(max-width:400px){

.hero-title {
        font-size: 25px;
        line-height: 16px;
    }

.hero-text{

font-size:13px;

}

    .strategy-btn, .work-btn {
        padding: 14px 5px;
        font-size: 12px;
        text-align: center;
    }

.hero-right{

height:440px;

}

.circle-glow{

width:220px;
height:220px;

}

.main-circle{

width:110px;
height:110px;

}

.main-circle img{

width:65px;

}

.ring1{

width:150px;
height:150px;

}

.ring2{

width:190px;
height:190px;

}

.ring3{

width:220px;
height:220px;

}

.floating-card{

width:110px;
padding:10px;

}

.floating-card i{

font-size:18px;

}

.floating-card h5{

font-size:12px;

}

}


/*=============================
ANIMATION PERFORMANCE
=============================*/

@media(max-width:768px){

.light-rays,
.particle{

display:none;

}

.hero::after{

opacity:.3;

}

}

/*contact-page*/
.inner-banner{
      position:relative;
      min-height:420px;
      display:flex;
      align-items:center;
      overflow:hidden;
      isolation:isolate;
      background:
        radial-gradient(circle at 78% 42%, rgba(245,185,0,.14), transparent 23%),
        radial-gradient(circle at 92% 85%, rgba(245,185,0,.08), transparent 26%),
        linear-gradient(115deg,#030303 0%,#090909 52%,#101010 100%);
      border-bottom:1px solid rgba(245,185,0,.13);
    }

    .inner-banner:before{
      content:"";
      position:absolute;
      width:540px;
      height:540px;
      right:-150px;
      top:-150px;
      border:1px solid rgba(245,185,0,.20);
      border-radius:50%;
      box-shadow:
        0 0 0 45px rgba(245,185,0,.025),
        0 0 0 95px rgba(245,185,0,.018);
      z-index:-1;
    }

    .inner-banner:after{
      content:"";
      position:absolute;
      width:720px;
      height:180px;
      right:-100px;
      bottom:-95px;
      border:1px solid rgba(245,185,0,.15);
      border-radius:50%;
      transform:rotate(-12deg);
      z-index:-1;
    }

    .banner-grid{
      position:absolute;
      inset:0;
      opacity:.16;
      background-image:
        linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
      background-size:70px 70px;
      mask-image:linear-gradient(to right,transparent 0%,#000 45%,transparent 100%);
      z-index:-1;
    }

    .gold-orb{
      position:absolute;
      right:18%;
      top:31%;
      width:170px;
      height:170px;
      border-radius:50%;
      border:1px solid rgba(255,215,90,.45);
      box-shadow:0 0 70px rgba(245,185,0,.16), inset 0 0 45px rgba(245,185,0,.08);
      animation:orbFloat 5s ease-in-out infinite;
      z-index:-1;
    }

    .gold-orb:before,
    .gold-orb:after{
      content:"";
      position:absolute;
      inset:-22px;
      border:1px solid rgba(245,185,0,.18);
      border-radius:50%;
      transform:rotate(35deg);
    }

    .gold-orb:after{
      inset:-42px;
      transform:rotate(-30deg) scaleY(.35);
    }

    @keyframes orbFloat{
      0%,100%{transform:translateY(0)}
      50%{transform:translateY(-12px)}
    }

    .breadcrumb-wrap{
      display:flex;
      align-items:center;
      gap:9px;
      color:#8f8f8f;
      font-size:13px;
      margin-bottom:20px;
    }

    .breadcrumb-wrap .active{color:#ffd75a}
    .breadcrumb-dot{
      width:4px;height:4px;border-radius:50%;background:#f5b900;
    }

    .banner-title{
      font-size:clamp(44px,6vw,76px);
      line-height:1;
      font-weight:800;
      letter-spacing:-3px;
      margin:0 0 20px;
      max-width:780px;
		color:#fff;
    }

    .banner-title span{
      color:#ffb400;
    }

    .banner-copy{
      color:#b7b7b7;
      max-width:650px;
      font-size:17px;
      line-height:1.8;
      margin:0;
    }
.contact-box h3 {
    color: #fff;
}
    .banner-side-label{
      position:absolute;
      right:50px;
      bottom:35px;
      writing-mode:vertical-rl;
      color:rgba(255,255,255,.30);
      font-size:10px;
      letter-spacing:4px;
      text-transform:uppercase;
    }

    /* =========================
       CONTACT INTRO
    ========================== */
    .contact-section{
      padding:90px 0 100px;
      position:relative;
    }

    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:9px;
      color:#ffb400;
      font-size:12px;
      font-weight:700;
      letter-spacing:2.5px;
      text-transform:uppercase;
      margin-bottom:15px;
    }

    .section-kicker:before{
      content:"";
      width:25px;
      height:1px;
      background:#f5b900;
    }

    .section-title{
      font-size:clamp(34px,4vw,54px);
      font-weight:800;
      letter-spacing:-2px;
      line-height:1.08;
      margin-bottom:20px;
    }

    .section-title span{color:#ffd75a}

    .section-text{
      color:#a5a5a5;
      line-height:1.8;
      max-width:600px;
      margin-bottom:0;
    }

    /* =========================
       INFO CARDS
    ========================== */
    .info-card{
      position:relative;
      height:100%;
      padding:27px;
      background:linear-gradient(145deg,#111 0%,#090909 100%);
      border:1px solid rgba(245,185,0,.20);
      border-radius:18px;
      overflow:hidden;
      transition:.35s ease;
    }

    .info-card:after{
      content:"";
      position:absolute;
      width:100px;height:100px;
      right:-45px;bottom:-45px;
      border-radius:50%;
      border:1px solid rgba(245,185,0,.18);
    }

    .info-card:hover{
      transform:translateY(-5px);
      border-color:rgba(245,185,0,.55);
      box-shadow:0 18px 55px rgba(0,0,0,.35);
    }

    .info-icon{
      width:52px;
      height:52px;
      display:grid;
      place-items:center;
      border:1px solid rgba(245,185,0,.55);
      border-radius:14px;
      color:#ffd75a;
      font-size:20px;
      margin-bottom:20px;
      background:rgba(245,185,0,.055);
    }

    .info-card h5{
      font-size:16px;
      margin-bottom:9px;
      font-weight:700;
    }

    .info-card p{
      color:#909090;
      font-size:14px;
      line-height:1.7;
      margin:0;
    }

    .info-card a{
      color:#d8d8d8;
      transition:.25s;
    }

    .info-card a:hover{color:#ffd75a}

    /* =========================
       FORM
    ========================== */
    .contact-box{
      background:
        radial-gradient(circle at 100% 0%,rgba(245,185,0,.08),transparent 30%),
        linear-gradient(145deg,#111 0%,#080808 100%);
      border:1px solid rgba(245,185,0,.17);
      border-radius:24px;
      padding:42px;
      position:relative;
      overflow:hidden;
    }

    .contact-box:before{
      content:"";
      position:absolute;
      left:-70px;
      bottom:-100px;
      width:250px;
      height:250px;
      border-radius:50%;
      border:1px solid rgba(245,185,0,.10);
      box-shadow:0 0 0 35px rgba(245,185,0,.018);
      pointer-events:none;
    }

    .form-label{
      color:#d7d7d7;
      font-size:13px;
      font-weight:600;
      margin-bottom:9px;
    }

    .form-control,
    .form-select{
      color:#fff;
      background:#090909;
      border:1px solid #252525;
      min-height:54px;
      border-radius:10px;
      padding:13px 15px;
      box-shadow:none!important;
    }

    .form-control::placeholder{color:#666}

    .form-control:focus,
    .form-select:focus{
      color:#fff;
      background:#0a0a0a;
      border-color:#f5b900;
    }

    textarea.form-control{
      min-height:145px;
		height:100px !important;
      resize:vertical;
    }

    .form-select{
      color:#8a8a8a;
    }

    .form-select option{
      background:#101010;
      color:#fff;
    }

    .gold-btn{
      border:1px solid #f5b900;
      color:#000;
      background:#ffb400;
      font-weight:800;
      min-height:55px;
      padding:0 30px;
      border-radius:10px;
      transition:.3s ease;
      box-shadow:0 0 0 rgba(245,185,0,0);
    }

    .gold-btn:hover{
      color:#050505;
      background:#fff0b1;
      transform:translateY(-2px);
      box-shadow:0 10px 30px rgba(245,185,0,.16);
    }

    .form-note{
      color:#666;
      font-size:11px;
      line-height:1.6;
    }

    .success-message{
      display:none;
      margin-top:18px;
      border:1px solid rgba(100,220,150,.25);
      background:rgba(100,220,150,.06);
      color:#b9f1cf;
      padding:13px 15px;
      border-radius:10px;
      font-size:13px;
    }

    /* =========================
       MAP
    ========================== */
    .map-wrap{
      position:relative;
      min-height:61%;
      border-radius:24px;
      overflow:hidden;
      border:1px solid rgba(245,185,0,.17);
      background:#0d0d0d;
    }

    .map-wrap iframe{
      width:100%;
      height:100%;
      min-height:585px;
      border:0;
      display:block;
      filter:grayscale(1) contrast(1.1) brightness(.62);
    }

    .map-overlay{
      position:absolute;
      left:22px;
      bottom:22px;
      right:22px;
      background:rgba(5,5,5,.92);
      backdrop-filter:blur(10px);
      border:1px solid rgba(245,185,0,.25);
      border-radius:15px;
      padding:18px;
    }

    .map-overlay small{
      display:block;
      color:#ffd75a;
      font-size:10px;
      text-transform:uppercase;
      letter-spacing:2px;
      margin-bottom:5px;
    }

    .map-overlay strong{
      font-size:14px;
      line-height:1.5;
    }

    /* =========================
       CTA STRIP
    ========================== */
    .bottom-cta{
      padding:0 0 90px;
    }

    .cta-inner{
      border:1px solid rgba(245,185,0,.20);
      border-radius:20px;
      padding:35px 40px;
      background:
        linear-gradient(110deg,rgba(245,185,0,.07),transparent 55%),
        #0d0d0d;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:25px;
    }

    .cta-inner h3{
      font-size:25px;
      font-weight:750;
      margin:0 0 7px;
    }

    .cta-inner p{
      color:#858585;
      margin:0;
      font-size:14px;
    }

    .outline-btn{
      min-height:50px;
      padding:0 24px;
      border:1px solid rgba(245,185,0,.55);
      border-radius:9px;
      color:#fff;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-weight:700;
      transition:.3s;
      white-space:nowrap;
    }

    .outline-btn:hover{
      color:#050505;
      background:#ffd75a;
    }

    /* =========================
       RESPONSIVE
    ========================== */
    @media(max-width:991px){
      .inner-banner{min-height:390px}
      .gold-orb{right:5%;opacity:.45}
      .banner-side-label{display:none}
      .contact-box{padding:30px}
      .map-wrap{margin-top:25px}
    }

    @media(max-width:767px){
      .inner-banner{
        min-height:370px;
        padding:80px 0 65px;
      }
		.cta-content h2{
			font-size:25px;
		}
		.faq-image {
    display: none;
}
		.graph-image {
    display: none;
}
		h1.hero-title p {
    padding-bottom: 9px;
    margin-bottom: 9px;
}
.hero-text {
    margin: auto auto 13px;
}
div#box-model:nth-child(5) {
    display: none;
}		
		.stat-box:nth-child(5){
			display:none;
		}
      .banner-title{
        letter-spacing:-2px;
      }

      .banner-copy{
        font-size:15px;
      }

      .gold-orb{
        width:110px;
        height:110px;
        right:-10px;
        top:55px;
      }

      .contact-section{
        padding:65px 0 70px;
      }

      .contact-box{
        padding:23px;
        border-radius:18px;
      }

      .map-wrap iframe{
        min-height:420px;
      }

      .cta-inner{
        padding:28px 24px;
        flex-direction:column;
        align-items:flex-start;
      }
		
		div#desk-video {
    display: none;
}
		
		
	.hero-video-wrap {
        position: relative !important;
        top: -142px !important;
        width: 100% !important;
    }
		
		.hero-buttons{
			flex-direction:row !important;
		}		
		
		#loaderVideo{
			height:40% !important;
		}	
		
	section.stats-section {
    margin-top: -75px !important;
}	
		.section-top{
			align-items:center;
			text-align:center;
		}	
		
		div#mobile-video {
    display: block !important;
    top: -35px !important;
}
		
    }
.contact-location h2 {
    text-align: left;
    margin-bottom: 20px;
    color: #fff;
}
.contact-location  span{
	margin-top:20px;
}
.info-card h5{
	color:#fff;
}
.map-wrap strong {
    color: #fff;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control.wpcf7-not-valid {
    height: 20px !important;
}
.image-map img {
    margin-top: 25px;
    border-radius: 25px;
}
div#mobile-video{
	display:none;
}

.blog-section {
        padding: 100px 0;
        background:
            radial-gradient(
                circle at 85% 20%,
                rgba(245, 184, 0, 0.08),
                transparent 25%
            ),
            #080808;
        position: relative;
        overflow: hidden;
    }

    .blog-section::before {
        content: "";
        position: absolute;
        width: 350px;
        height: 350px;
        border: 1px solid rgba(245, 184, 0, 0.08);
        border-radius: 50%;
        left: -150px;
        top: 50px;
        animation: rotateCircle 15s linear infinite;
    }

    @keyframes rotateCircle {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    /* Section Heading */

    .blog-subtitle {
        color: #f5b800;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 13px;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 15px;
    }

    .blog-heading {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #f5f5f5;
    }

    .blog-heading span {
        color: #f5b800;
    }

    .blog-description {
        color: #a7a7ad;
        max-width: 650px;
        margin: auto;
        line-height: 1.8;
    }

    /* =========================
       BLOG CARD
    ========================== */

    .premium-blog-card {
        margin-top: 60px;
        background: rgba(13, 13, 15, 0.95);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 22px;
        overflow: hidden;
        position: relative;
        transition: all 0.5s ease;
    }

    .premium-blog-card:hover {
        transform: translateY(-8px);
        border-color: rgba(245, 184, 0, 0.45);

        box-shadow:
            0 20px 60px rgba(0, 0, 0, 0.7),
            0 0 35px rgba(245, 184, 0, 0.08);
    }

    /* =========================
       LEFT IMAGE
    ========================== */

    .blog-image-wrapper {
        height: 100%;
        min-height: 420px;
        position: relative;
        overflow: hidden;
    }

    .blog-image-wrapper::after {
        content: "";
        position: absolute;
        inset: 0;

        background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.1),
            rgba(0, 0, 0, 0.65)
        );
    }

    .blog-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        inset: 0;

        transition: transform 0.7s ease;
    }

    .premium-blog-card:hover .blog-image-wrapper img {
        transform: scale(1.08);
    }

    .blog-image-glow {
        position: absolute;
        width: 220px;
        height: 220px;

        background: rgba(245, 184, 0, 0.2);
        filter: blur(80px);
        border-radius: 50%;

        bottom: -100px;
        left: -80px;
        z-index: 1;
    }

    /* =========================
       RIGHT CONTENT
    ========================== */

    .blog-content {
        padding: 55px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 420px;
        position: relative;
    }

    .blog-category {
        display: inline-flex;
        align-items: center;
        gap: 8px;

        color: #f5b800;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 600;

        margin-bottom: 20px;
    }

    .blog-category::before {
        content: "";
        width: 35px;
        height: 1px;
        background: #f5b800;
    }

    .gold-line {
        width: 70px;
        height: 3px;

        background: linear-gradient(
            90deg,
            #f5b800,
            transparent
        );

        margin-bottom: 25px;
    }

    .blog-title {
        font-size: 38px;
        font-weight: 700;
        line-height: 1.3;

        color: #f5f5f5;
        margin-bottom: 22px;

        transition: color 0.3s ease;
    }

    .premium-blog-card:hover .blog-title {
        color: #ffd45c;
    }

    .blog-text {
        color: #a7a7ad;
        font-size: 16px;
        line-height: 1.9;

        margin-bottom: 32px;
        max-width: 600px;
    }

    /* =========================
       VIEW BLOG BUTTON
    ========================== */

    .view-blog-btn {
        width: fit-content;
        min-width: 180px;

        padding: 14px 28px;
        border-radius: 10px;

        border: 1px solid #f5b800;
        color: #ffffff;

        text-decoration: none;
        font-weight: 600;

        position: relative;
        overflow: hidden;

        transition: all 0.4s ease;

        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;

        background: transparent;
        z-index: 1;
    }

    .view-blog-btn::before {
        content: "";

        position: absolute;
        width: 0;
        height: 100%;

        left: 0;
        top: 0;

        background: #f5b800;

        transition: width 0.4s ease;
        z-index: -1;
    }

    .view-blog-btn:hover::before {
        width: 100%;
    }

    .view-blog-btn:hover {
        color: #000000;

        box-shadow:
            0 0 25px rgba(245, 184, 0, 0.35);

        transform: translateY(-3px);
    }

    .view-blog-btn i {
        transition: transform 0.3s ease;
    }

    .view-blog-btn:hover i {
        transform: translateX(6px);
    }

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

    @media (max-width: 991px) {

        .blog-heading {
            font-size: 38px;
        }

        .blog-image-wrapper {
            min-height: 350px;
        }

        .blog-content {
            padding: 40px 30px;
            min-height: auto;
        }

        .blog-title {
            font-size: 30px;
        }
    }

    @media (max-width: 576px) {

        .blog-section {
            padding: 70px 0;
        }

        .blog-heading {
            font-size: 30px;
        }

        .blog-image-wrapper {
            min-height: 280px;
        }

        .blog-content {
            padding: 35px 22px;
        }

        .blog-title {
            font-size: 26px;
        }

        .blog-text {
            font-size: 15px;
        }
    }

div#blog-main h1 {
    color: #fff;
    margin-top: 25px;
}
div#blog-main p{
	color:#fff;
}
div#respond {
    color: #fff;
}
textarea#comment {
    width: 100%;
}
input#submit {
    background-color: #ffb300;
    border: none;
    padding: 15px;
    border-radius: 14px;
}

.mobile-submenu-toggle {
    display: none;
}

@media (max-width: 991px) {

    .navbar-custom .navbar-nav > .menu-item-has-children {
        position: relative;
    }
ul.sub-menu{margin-left:0px !important;}
    .navbar-custom .navbar-nav > .menu-item-has-children > .mobile-submenu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;

        position: absolute;
        right: 0;
        top: 8%;

        width: 45px;
        height: 45px;

        transform: translateY(-50%);

        border: 0;
        background: transparent;
        color: #fff;

        cursor: pointer;
        z-index: 10;
    }

    .mobile-submenu-toggle i {
        transition: transform 0.3s ease;
    }

    .menu-item-has-children.mobile-submenu-open
    > .mobile-submenu-toggle i {
        transform: rotate(180deg);
    }

    .navbar-custom .navbar-nav
    > .menu-item-has-children
    > .sub-menu {
        display: none !important;

        position: static !important;
        transform: none !important;

        width: 100% !important;
        min-width: 100% !important;

        padding: 0 0 0 20px !important;

        box-shadow: none !important;
    }

    .navbar-custom .navbar-nav
    > .menu-item-has-children.mobile-submenu-open
    > .sub-menu {
        display: block !important;
    }

    .navbar-custom .navbar-nav
    > .menu-item-has-children
    > .sub-menu
    > .menu-item
    > a {
        padding: 10px 15px !important;
        white-space: normal;
    }
}

ul.sub-menu{margin-left:77px !important;}

/*popup*/

.custom-popup-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    visibility: hidden;
    opacity: 0;

    transition:
        opacity 0.35s ease,
        visibility 0.35s ease;
}

.custom-popup-modal.active {
    visibility: visible;
    opacity: 1;
}


/* Background Overlay */

.popup-overlay {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.88);

    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}


/* =========================
   POPUP BOX
========================= */

.popup-box {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 950px;

    padding: 50px;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(255, 190, 0, 0.08),
            transparent 35%
        ),
        #0b0b0b;

    border: 1px solid rgba(255, 193, 7, 0.25);

    border-radius: 22px;

    box-shadow:
        0 30px 100px rgba(0, 0, 0, 0.8),
        0 0 60px rgba(255, 193, 7, 0.06);

    transform: translateY(30px) scale(0.97);

    transition:
        transform 0.4s ease;
}

.custom-popup-modal.active .popup-box {
    transform: translateY(0) scale(1);
}


/* =========================
   CLOSE BUTTON
========================= */

.popup-close {
    position: absolute;

    top: 18px;
    right: 18px;

    width: 38px;
    height: 38px;

    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50%;

    background: #111;

    cursor: pointer;

    transition: 0.3s ease;

    z-index: 5;
}

.popup-close:hover {
    border-color: #ffc107;
    background: #171717;
    transform: rotate(90deg);
}

.popup-close span {
    position: absolute;

    width: 15px;
    height: 1.5px;

    background: #ffc107;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%) rotate(45deg);
}

.popup-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}


/* =========================
   LABEL
========================= */

.popup-label {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #ffc107;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 3px;

    margin-bottom: 18px;
}

.popup-label span {
    width: 28px;
    height: 1px;

    background: #ffc107;
}


/* =========================
   HEADING
========================= */

.popup-box h2 {
    color: #fff;

    font-size: clamp(32px, 4vw, 52px);

    line-height: 1.1;

    font-weight: 800;

    margin: 0 0 20px;
}

.popup-box h2 span {
    color: #ffc107;
}


/* =========================
   DESCRIPTION
========================= */

.popup-description {
    max-width: 590px;

    color: #a9a9a9;

    font-size: 15px;
    line-height: 1.8;

    margin-bottom: 30px;
}


/* =========================
   STATS
========================= */

.popup-stats {
    display: flex;
    gap: 35px;
}

.popup-stat {
    padding-right: 30px;

    border-right: 1px solid #292929;
}

.popup-stat:last-child {
    border-right: 0;
}

.popup-stat strong {
    display: block;

    color: #fff;

    font-size: 24px;
    font-weight: 800;
}

.popup-stat small {
    display: block;

    color: #858585;

    font-size: 11px;

    margin-top: 3px;
}


/* =========================
   FORM BOX
========================= */

.popup-form-wrapper {
    padding: 28px;

    background: #101010;

    border: 1px solid #262626;

    border-radius: 16px;
}

.popup-form-wrapper h4 {
    color: #fff;

    font-size: 21px;
    font-weight: 700;

    margin-bottom: 6px;
}

.popup-form-wrapper > p {
    color: #777;

    font-size: 13px;

    margin-bottom: 22px;
}


/* =========================
   FORM INPUT
========================= */

.form-group {
    margin-bottom: 13px;
}

.popup-form-wrapper .form-control {
    height: 48px;

    color: #fff;

    background: #080808;

    border: 1px solid #292929;

    border-radius: 8px;

    font-size: 13px;

    padding: 0 15px;

    box-shadow: none;

    transition: 0.3s ease;
}

.popup-form-wrapper .form-control::placeholder {
    color: #666;
}

.popup-form-wrapper .form-control:focus {
    color: #fff;

    background: #080808;

    border-color: #ffc107;

    box-shadow:
        0 0 0 3px rgba(255, 193, 7, 0.08);
}

.popup-form-wrapper select.form-control {
    color: #777;
}

.popup-form-wrapper select.form-control option {
    background: #111;
    color: #fff;
}


/* =========================
   SUBMIT BUTTON
========================= */

.popup-submit {
    width: 100%;

    height: 50px;

    border: 0;
    border-radius: 8px;

    background: #ffc107;

    color: #090909;

    font-size: 14px;
    font-weight: 800;

    cursor: pointer;

    margin-top: 5px;

    transition: all 0.3s ease;
}

.popup-submit span {
    font-size: 20px;

    margin-left: 8px;

    vertical-align: -1px;
}

.popup-submit:hover {
    background: #fff;

    transform: translateY(-2px);

    box-shadow:
        0 10px 30px rgba(255, 193, 7, 0.15);
}


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

@media (max-width: 991px) {

    .popup-box {
        max-width: 650px;
        padding: 40px;
    }

    .popup-description {
        margin-bottom: 20px;
    }

    .popup-stats {
        margin-bottom: 10px;
    }

}

@media (max-width: 575px) {

    .custom-popup-modal {
        padding: 12px;
    }

    .popup-box {
        max-height: 94vh;

        overflow-y: auto;

        padding: 35px 22px 22px;

        border-radius: 16px;
    }

    .popup-close {
        top: 12px;
        right: 12px;
    }

    .popup-label {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .popup-box h2 {
        font-size: 31px;
    }

    .popup-description {
        font-size: 13px;
        line-height: 1.7;
    }

    .popup-stats {
        gap: 15px;
        margin-bottom: 25px;
    }

    .popup-stat {
        padding-right: 15px;
    }

    .popup-stat strong {
        font-size: 19px;
    }

    .popup-stat small {
        font-size: 9px;
    }

    .popup-form-wrapper {
        padding: 20px 16px;
    }

}

