/*==================================================
PRETIRKS
Premium Agency Website
Author : ChatGPT
Version : 1.0
==================================================*/


/*==================================================
GOOGLE FONT
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');


/*==================================================
ROOT VARIABLES
==================================================*/

:root{

    /*==================================================
    BRAND COLORS
    ==================================================*/

    --primary:#3E63C9;
    --secondary:#9341D3;

    --accent:#E95132;

    --highlight:#F8A949;

    --dark:#071626;
    --dark-light:#0E2238;
    --dark-accent:#123F68;

    --white:#ffffff;
    --light:#F8FAFD;

    --heading:#132238;
    --text:#5E6C84;

    --gradient:
    linear-gradient(
        135deg,
        #3E63C9 0%,
        #9341D3 45%,
        #E95132 75%,
        #F8A949 100%
    );

    --glass:rgba(255,255,255,.08);
    --glass-border:rgba(255,255,255,.12);

    --radius:28px;
    --radius-lg:30px;
    --radius-sm:18px;

    --transition:.4s ease;

    --shadow-sm:0 10px 25px rgba(0,0,0,.08);
    --shadow:0 25px 60px rgba(0,0,0,.18);
    --shadow-lg:0 40px 90px rgba(0,0,0,.28);

}


/*==================================================
RESET
==================================================*/

*,
*::before,
*::after{

    box-sizing:border-box;
    margin:0;
    padding:0;

}

html{

    scroll-behavior:smooth;
    scroll-padding-top:90px;

}

body{

    font-family:'Outfit',sans-serif;

    background:var(--dark);

    color:var(--white);

    overflow-x:hidden;

    line-height:1.8;

    text-rendering:optimizeLegibility;

    -webkit-font-smoothing:antialiased;

    -moz-osx-font-smoothing:grayscale;

}

body::before{

content:"";

position:fixed;

width:700px;

height:700px;

top:-250px;

right:-250px;

background:rgba(79,70,229,.12);

filter:blur(160px);

pointer-events:none;

z-index:-2;

}

body::after{

content:"";

position:fixed;

width:600px;

height:600px;

left:-250px;

bottom:-250px;

background:rgba(139,92,246,.10);

filter:blur(170px);

pointer-events:none;

z-index:-2;

}



/*==================================================
SCROLLBAR
==================================================*/

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-track{

background:#070707;

}

::-webkit-scrollbar-thumb{

background:var(--gradient);

border-radius:20px;

}



/*==================================================
TYPOGRAPHY
==================================================*/

h1,
h2,
h3,
h4,
h5,
h6{

font-weight:700;

line-height:1.2;

margin-bottom:20px;

}

p{

    color:var(--text);

    margin-bottom:20px;

    font-size:16px;

    font-weight:400;

}

a{

    color:inherit;

    text-decoration:none;

    transition:var(--transition);

}

ul{

padding:0;

margin:0;

list-style:none;

}

img{

    display:block;

    max-width:100%;

    height:auto;

}



/*==================================================
COMMON
==================================================*/

.section-padding{

padding:110px 0;

}

.container{

    max-width:1320px;

    position:relative;

    z-index:2;

}

.reveal{

    opacity:0;
    transform:translateY(60px);
    transition:opacity .8s ease, transform .8s ease;

}

.reveal.show{

    opacity:1;
    transform:translateY(0);

}

.btn-flex{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

}

.card-base{

    position:relative;

    overflow:hidden;

    border-radius:var(--radius);

    transition:var(--transition);

}

.icon-box{

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    transition:var(--transition);

}

.cta-box{

    position:relative;

    overflow:hidden;

    border-radius:30px;

    backdrop-filter:blur(20px);

    transition:var(--transition);

}

.hover-lift:hover{

    transform:translateY(-12px);

}

.gradient-text{

    background:var(--gradient);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

.media-card,
.service-card,
.industry-card,
.why-card,
.testimonial-card,
.faq-info-card,
.glass-card{

    position:relative;

    overflow:hidden;

    border-radius:var(--radius);

    transition:var(--transition);

    box-shadow:var(--shadow);

}

.hero-carousel img,
.service-main-card img,
.industry-card img{

    width:100%;

    height:100%;

    display:block;

    object-fit:cover;

    transition:1.2s;

}

.carousel-overlay,
.service-overlay,
.industry-overlay{

    position:absolute;

    display:flex;

    flex-direction:column;

    justify-content:flex-end;

}

.slide-content span,
.service-overlay span,
.industry-overlay span{

    display:inline-block;

    padding:8px 18px;

    border-radius:40px;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(20px);

    color:#fff;

    font-size:14px;

    margin-bottom:20px;

}

.service-card .icon,
.why-icon,
.about-icon,
.industry-icon,
.faq-icon,
.glass-icon,
.quote-icon,
.icon-box{

    display:flex;

    align-items:center;

    justify-content:center;

    background:var(--gradient);

    color:#fff;

    transition:var(--transition);

}

.industry-card:hover,
.why-card:hover,
.testimonial-card:hover,
.faq-info-card:hover{

    transform:translateY(-12px);

}

.border-top-animation::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:var(--gradient);

    transform:scaleX(0);

    transform-origin:left;

    transition:var(--transition);

}

.border-top-animation:hover::before{

    transform:scaleX(1);

}

.shine-effect::after{

    content:"";

    position:absolute;

    top:-150%;

    left:-60%;

    width:80px;

    height:250%;

    background:
    linear-gradient(
    transparent,
    rgba(255,255,255,.7),
    transparent
    );

    transform:rotate(25deg);

    transition:.8s;

}

.shine-effect:hover::after{

    left:160%;

}

.services-grid,
.industry-grid-bg,
.process-section::before,
.stats-section::before,
.testimonial-bg{

    position:absolute;

    inset:0;

    background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);

    background-size:70px 70px;

    opacity:.4;

}

.services-orb,
.industry-orb,
.why-orb,
.stats-bg-circle,
.testimonial-orb,
.background-orb{

    position:absolute;

    border-radius:50%;

    filter:blur(120px);

    pointer-events:none;

}

.circle-icon,
.step,
.stat-icon{

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    color:#fff;

}

.rating{

    color:#FFD700;

    display:flex;

    gap:4px;

}

/*==================================================
SHARED CARD & ICON BASES
==================================================*/

.about-icon,
.why-icon,
.service-card .icon,
.faq-icon,
.glass-icon,
.quote-icon,
.icon-box{

    display:flex;

    align-items:center;

    justify-content:center;

    background:var(--gradient);

    color:#fff;

    transition:var(--transition);

}

.why-card:hover .why-icon,
.service-card:hover .icon,
.glass-card:hover .glass-icon,
.testimonial-card:hover .quote-icon{

    transform:rotate(-8deg) scale(1.08);

}

.why-section h2 span,
.services-section h2 span,
.industries-section h2 span,
.process-section h2 span,
.stats-section h2 span,
.testimonial-section h2 span{

    background:var(--gradient);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

.theme-btn,
.hero-outline-btn,
.faq-contact-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

}

.subtitle{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:8px 20px;

    border-radius:50px;

    background:rgba(62,99,201,.10);

    border:1px solid rgba(62,99,201,.20);

    color:var(--primary);

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:25px;

}

.section-heading{

    margin-bottom:70px;

}

.section-heading h2{

    font-size:52px;

    font-weight:800;

    line-height:1.2;

    margin-bottom:22px;

}

.section-heading p{

    max-width:760px;

    margin:auto;

    color:#aeb6c5;

    line-height:1.9;

    font-size:17px;

}

/*=========================================
NAVBAR
==========================================*/

.header-area{

position:fixed;

top:0;

left:0;

width:100%;

z-index:9999;

transition:var(--transition);

}

.navbar{

padding:14px 0;

background:rgba(7,22,38,.72);

backdrop-filter:blur(22px);

-webkit-backdrop-filter:blur(22px);

border-bottom:1px solid rgba(255,255,255,.08);

transition:var(--transition);

}

.navbar-toggler{

    width:50px;

    height:48px;

    border:1px solid rgba(255,255,255,.14);

    background:rgba(255,255,255,.06);

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    gap:5px;

    border-radius:14px;

    padding:0;

    cursor:pointer;

    transition:var(--transition);

}

.navbar-toggler:hover{

    background:rgba(255,255,255,.12);

}

.navbar-toggler span{

    display:block;

    width:24px;

    height:2px;

    border-radius:10px;

    background:#ffffff;

    transition:var(--transition);

}

.navbar.scrolled{

padding:10px 0;

background:rgba(7,22,38,.96);

box-shadow:0 18px 45px rgba(0,0,0,.25);

}

.navbar-brand img{

height:54px;

transition:var(--transition);

}

.navbar.scrolled .navbar-brand img{

height:50px;

}

.navbar-nav{

gap:12px;

}

.nav-link{

position:relative;

padding:10px 16px !important;

font-size:15px;

font-weight:600;

color:#ffffff !important;

transition:var(--transition);

}

.nav-link::after{

content:"";

position:absolute;

left:18px;

bottom:8px;

width:0;

height:2px;

background:var(--secondary);

transition:var(--transition);

border-radius:20px;

}

.nav-link:hover::after,

.nav-link.active::after{

width:55%;

}

.nav-link:hover{

color:var(--secondary) !important;

}
.dropdown-menu{

background:rgba(7,22,38,.96);

backdrop-filter:blur(22px);

-webkit-backdrop-filter:blur(22px);

border:1px solid rgba(255,255,255,.08);

box-shadow:0 20px 50px rgba(0,0,0,.35);

}
.dropdown-item{

position:relative;

padding:13px 24px 13px 28px;

font-size:15px;

font-weight:500;

color:#ffffff !important;

background:transparent;

transition:var(--transition);

}

.dropdown-item::before{

content:"";

position:absolute;

left:12px;

top:50%;

transform:translateY(-50%);

width:0;

height:18px;

background:var(--secondary);

border-radius:10px;

transition:var(--transition);

}

.dropdown-item:hover,
.dropdown-item:focus{

padding-left:38px;

background:rgba(62,99,201,.10);

color:var(--secondary) !important;

}

.dropdown-item:hover::before,
.dropdown-item:focus::before{

width:4px;

}
/*=========================================
DESKTOP DROPDOWN HOVER
==========================================*/

@media (min-width:992px){

.navbar .dropdown{

position:relative;

}

.navbar .dropdown-menu{

display:block;

opacity:0;

visibility:hidden;

transform:translateY(15px);

transition:.35s ease;

pointer-events:none;

}

.navbar .dropdown:hover>.dropdown-menu{

opacity:1;

visibility:visible;

transform:translateY(0);

pointer-events:auto;

}

}
/*==================================================
HERO SECTION
==================================================*/

.hero-section{

    position:relative;

    overflow:hidden;

    padding:170px 0 80px;

    isolation:isolate;

}

/*==================================================
BACKGROUND
==================================================*/

.hero-bg{

    position:absolute;

    inset:0;

    overflow:hidden;

    z-index:-2;

}

/* Premium Office Background */

.hero-bg-image{

    position:absolute;

    inset:0;

    background:

    linear-gradient(

    rgba(7,22,38,.88),

    rgba(7,22,38,.92)

    ),

    url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=2200&q=90");

    background-size:cover;

    background-position:center;

    background-attachment:fixed;

}

/*==================================================
WORLD MAP
==================================================*/

.world-map{

    position:absolute;

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    width:90%;

    opacity:.05;

    filter:brightness(2);

    animation:mapFloat 18s ease-in-out infinite;

    pointer-events:none;

}

@keyframes mapFloat{

0%,100%{

transform:translate(-50%,-50%) scale(1);

}

50%{

transform:translate(-50%,-48%) scale(1.04);

}

}

/*==================================================
GRID
==================================================*/

.hero-grid{

    position:absolute;

    inset:0;

    background-image:

    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),

    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);

    background-size:60px 60px;

    opacity:.18;

}

/*==================================================
NOISE
==================================================*/

.hero-noise{

    position:absolute;

    inset:0;

    opacity:.04;

    background-image:

    url("https://www.transparenttextures.com/patterns/asfalt-dark.png");

}

/*==================================================
LIGHT EFFECT
==================================================*/

.hero-section::before{

content:"";

position:absolute;

inset:0;

background:

radial-gradient(circle at 15% 20%,

rgba(37,244,238,.12),

transparent 45%),

radial-gradient(circle at 85% 20%,

rgba(0,145,255,.12),

transparent 45%),

radial-gradient(circle at 50% 90%,

rgba(25,211,180,.10),

transparent 45%);

pointer-events:none;

z-index:-1;

}

/*==================================================
LIGHT STREAK
==================================================*/

.hero-section::after{

content:"";

position:absolute;

top:-50%;

left:-20%;

width:150%;

height:200%;

background:

linear-gradient(

120deg,

transparent,

rgba(255,255,255,.03),

transparent

);

transform:rotate(-18deg);

animation:lightMove 16s linear infinite;

pointer-events:none;

}

@keyframes lightMove{

0%{

transform:translateX(-40%) rotate(-18deg);

}

100%{

transform:translateX(35%) rotate(-18deg);

}

}

/*==================================================
AURORA ORBS
==================================================*/

.gradient-orb{

position:absolute;

border-radius:50%;

filter:blur(130px);

animation:orbMove 12s ease-in-out infinite;

}

.orb-one{

width:420px;

height:420px;

background:var(--secondary);

top:-120px;

left:-100px;

}

.orb-two{

width:500px;

height:500px;

background:var(--primary);

top:100px;

right:-150px;

animation-delay:2s;

}

.orb-three{

width:420px;

height:420px;

background:var(--secondary);

bottom:-180px;

left:40%;

animation-delay:5s;

}

@keyframes orbMove{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-40px);

}

}

/*==================================================
CONTENT
==================================================*/

.hero-content{

position:relative;

z-index:5;

}

.hero-tag{

display:inline-flex;

align-items:center;

gap:12px;

padding:12px 24px;

border-radius:50px;

background:rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.12);

backdrop-filter:blur(20px);

color:#fff;

margin-bottom:28px;

transition:var(--transition);

}

.hero-tag:hover{

border-color:var(--secondary);

background:rgba(255,255,255,.12);

}

.hero-tag span{

width:10px;

height:10px;

border-radius:50%;

background:var(--secondary);

box-shadow:0 0 15px rgba(62,99,201,.6);

}

.hero-tag i{

color:var(--secondary);

}

.hero-content h1{

font-size:60px;

line-height:1.05;
letter-spacing:-2px;

font-weight:800;

color:#fff;

margin-bottom:28px;

}

.hero-content h1 span{

background:linear-gradient(
        90deg,
        #FFD54A 0%,
        #FF8A00 30%,
        #FF4D6D 60%,
        #FFFFFF 100%
    );

background-size:300%;

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

animation:textGradient 8s linear infinite;

}

.hero-content p{

color:rgba(255,255,255,.82);

font-size:18px;

line-height:1.9;

margin-bottom:28px;

max-width:560px;

}
/*==================================================
BUTTONS
==================================================*/

.hero-buttons{

    display:flex;

    gap:18px;

    margin-top:32px;

    margin-bottom:28px;

}

.hero-buttons a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

}

.theme-btn{

    padding:16px 36px;

    border-radius:60px;

    color:#fff;

    background:var(--gradient);

    font-weight:600;

    box-shadow:0 18px 40px rgba(11,94,215,.25);

}

.theme-btn:hover{

    color:#fff;

    transform:translateY(-5px);

    box-shadow:0 28px 55px rgba(11,94,215,.35);

}
.hero-outline-btn{

    padding:15px 36px;

    border-radius:60px;

    border:1px solid rgba(255,255,255,.25);

    color:#fff;

    text-decoration:none;

    backdrop-filter:blur(18px);

}

.hero-outline-btn:hover{

    background:var(--white);

    color:var(--dark);

}

/*==================================================
FEATURES
==================================================*/

.hero-features{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:18px;

    margin-top:30px;

}

.hero-feature{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    width:100%;

    min-height:58px;

    padding:12px 20px;

    border-radius:18px;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.12);

    backdrop-filter:blur(18px);

    color:#fff;

    font-size:15px;

    font-weight:500;

    white-space:nowrap;

}

.hero-feature:hover{

    transform:translateY(-5px);

    border-color:var(--secondary);

    background:rgba(255,255,255,.12);

}

.hero-feature i{

    color:var(--secondary);

    font-size:18px;

}

/*==================================
FIXED CAROUSEL SIZE
==================================*/
.hero-showcase{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:40px;

    width:100%;

    min-height:700px;

}
.hero-carousel{

    position:relative;

    width:100%;

    max-width:820px;
    aspect-ratio:16/10;

    margin:auto;

    border-radius:28px;

    overflow:hidden;

    box-shadow:
    0 25px 70px rgba(0,0,0,.35);

}

.hero-carousel .carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item{

    height:100%;

}

.hero-carousel img{

    width:100%;

    height:100%;

    object-fit:cover;

    object-position:center center;

    display:block;

}
.carousel-item img{

    transform:scale(1);

    transition:transform 8s linear;

}

.carousel-item.active img{

    transform:scale(1.08);

}
/*==================================================
IMAGE OVERLAY
==================================================*/
.carousel-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
        to top,
        rgba(0,0,0,.78) 0%,
        rgba(0,0,0,.38) 45%,
        rgba(0,0,0,.05) 100%
    );
}
.slide-content{
    position:absolute;

    left:45px;
    bottom:45px;

    width:420px;
    max-width:420px;

    text-align:left;

    z-index:20;
}
.slide-content span{
    display:inline-flex;
    align-items:center;
    padding:8px 18px;
    border-radius:50px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(16px);
    border:1px solid rgba(255,255,255,.15);
    color:#fff;
    margin-bottom:18px;
}

.slide-content h3{
    font-size:34px;
    font-weight:800;
    line-height:1.2;
    color:#fff;
    margin-bottom:16px;
}

.slide-content p{
    color:rgba(255,255,255,.85);
    font-size:16px;
    line-height:1.8;
    margin:0;
}
/*==================================================
INDICATORS
==================================================*/

.carousel-indicators{

    margin-bottom:30px;

}

.carousel-indicators button{

    width:12px;

    height:12px;

    border-radius:50%;

    background:#fff;

}

.carousel-indicators .active{

    background:var(--secondary);

}


/*==================================================
FLOATING GLASS CARDS
==================================================*/
.glass-card{

    position:absolute;

    display:flex;

    align-items:center;

    gap:18px;

    width:200px;

    padding:14px 16px;

    border-radius:20px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.15);

    box-shadow:0 20px 45px rgba(0,0,0,.18);

    z-index:30;

}

.glass-card:hover{

    transform:translateY(-10px);

    border-color:var(--secondary);

    box-shadow:0 30px 60px rgba(0,0,0,.25);

}


.glass-card h5{

    color:#fff;

    margin:0;

    font-size:15px;

    font-weight:700;
    margin-bottom:4px;

}

.glass-card small{

   color:#dce7ef;

    font-size:12px;

}
/*==================================
FLOATING CARD POSITIONS
==================================*/
.glass-card-one{

    top:20px;
    left:20px;

}

.glass-card-two{

    top:20px;
    right:20px;

}

.glass-card-three{

    bottom:20px;
    right:20px;

}

/*==================================================
HOVER ANIMATIONS
==================================================*/

.glass-card,
.hero-feature,
.theme-btn,
.hero-outline-btn,
.glass-icon,
.nav-link,
.nav-link::after,
.dropdown-item,
.dropdown-item::before{

    transition:var(--transition);

}

.glass-icon{

    width:50px;

    height:50px;

    border-radius:50%;

    background:var(--gradient);

    color:#fff;

    font-size:20px;

    flex-shrink:0;

}

.glass-card:hover .glass-icon{

    transform:rotate(-8deg) scale(1.08);

}


/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1200px){

.hero-content h1{

font-size:58px;

}

.glass-card-one{

left:-20px;

}

.glass-card-two{

right:-20px;

}

}

@media(max-width:992px){

.hero-section{

padding:150px 0 90px;

}

.hero-content{

text-align:center;

margin-bottom:60px;

}

.hero-content p{

margin:auto auto 35px;

}

.hero-buttons{

justify-content:center;

}

.hero-features{

    grid-template-columns:repeat(2,1fr);

}

.hero-carousel{

height:500px;

}

.glass-card{

display:none;

}


.hero-trust{

border-radius:25px;

padding:25px;

}

}

@media(max-width:768px){

.hero-content h1{

font-size:42px;

}

.hero-carousel{

height:380px;

}

.slide-content h3{

font-size:28px;

}

.hero-buttons{

flex-direction:column;

}

.theme-btn,

.hero-outline-btn{

width:100%;

justify-content:center;

}

.hero-feature{

width:100%;

justify-content:center;

}

.hero-trust{

gap:18px;

}

.trust-divider{

display:none;

}

}

@media(max-width:576px){

.hero-section{

padding:130px 0 70px;

}

.hero-content h1{

font-size:34px;

}

.hero-content p{

font-size:16px;

}


.hero-carousel{

height:280px;

}

.carousel-overlay{

padding:25px;

}

.slide-content h3{

font-size:22px;

}

.slide-content p{

font-size:15px;

}

.hero-features{

    grid-template-columns:1fr;

}
}
/*==================================================
ABOUT SECTION
==================================================*/

.about-section{

    position:relative;

    overflow:hidden;

    padding:90px 0 100px;

    background:#0b2340;

}

.about-section::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    radial-gradient(circle at 10% 15%,
    rgba(61,101,255,.18),
    transparent 32%),

    radial-gradient(circle at 90% 10%,
    rgba(145,70,255,.18),
    transparent 32%),

    radial-gradient(circle at 70% 90%,
    rgba(255,98,72,.12),
    transparent 35%);

    pointer-events:none;

}

.about-section::after{

    content:"";

    position:absolute;

    inset:0;

    background-image:

    linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),

    linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);

    background-size:70px 70px;

    opacity:.35;

}

.about-section .container{

    position:relative;

    z-index:2;

}
.about-heading{

    max-width:850px;

    margin:0 auto 60px;

    text-align:center;

}

.section-subtitle{

    display:inline-flex;

    align-items:center;

    padding:8px 22px;

    border-radius:40px;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.12);

    color:#7fa7ff;

    margin-bottom:24px;

}

.about-heading h2{

    color:#fff;

    font-size:58px;

    font-weight:800;

    margin-bottom:18px;

}

.about-heading h2 span{

    background:var(--gradient);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

.about-heading p{

    color:#d7deea;

    max-width:760px;

    margin:auto;

}
.about-grid{

    display:grid;

    grid-template-columns:1.05fr .95fr;

    gap:70px;

    align-items:center;

}
.about-left{

    color:#fff;

}

.mini-title{

    color:#7fa7ff;

    letter-spacing:2px;

    font-size:13px;

    font-weight:700;

    margin-bottom:18px;

}

.about-left h3{

    color:#fff;

    font-size:44px;

    line-height:1.2;

    margin-bottom:24px;

}

.about-left p{

    color:#c7d2e2;

    margin-bottom:35px;

}
.about-services{

    display:grid;

    gap:16px;

    margin-bottom:35px;

}

.service-point{

    display:flex;

    align-items:center;

    gap:18px;

    padding:16px 18px;

    border-radius:18px;

    background:rgba(255,255,255,.06);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

}

.service-point:hover{

    border-color:#7f8cff;

    transform:translateY(-5px);

}

.service-point h5{

    color:#fff;

    margin-bottom:5px;

}

.service-point span{

    color:#cfd8e7;

}

.service-point i{

    width:52px;

    height:52px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    color:#fff;

    background:var(--gradient);

    flex-shrink:0;

}
.about-right{

    display:flex;

    justify-content:center;

    align-items:center;

}

.about-image-wrapper{

    width:100%;

}

.about-image-wrapper img{

    width:100%;

    height:620px;

    object-fit:cover;

    border-radius:26px;

    display:block;

    box-shadow:0 30px 70px rgba(0,0,0,.35);

}
.about-left .theme-btn{

    width:260px;

    justify-content:center;

}

@media(max-width:991px){

    .about-grid{

        grid-template-columns:1fr;

        gap:40px;

    }

    .about-right{

        justify-content:flex-start;

    }

    .about-image-wrapper img{

        height:auto;

        max-height:560px;

    }

}

@media(max-width:767px){

    .about-left h3{

        font-size:32px;

    }

    .about-image-wrapper img{

        max-height:none;

    }

}

/*==================================================
WHY CHOOSE PRITRICS
==================================================*/

.why-section{

    position:relative;

    overflow:hidden;

    padding:120px 0;

    background:
linear-gradient(
135deg,
var(--dark) 0%,
var(--dark-light) 45%,
#123f68 100%
);

}

/*==================================
BACKGROUND GRID
==================================*/

.why-section::before{

    content:"";

    position:absolute;

    inset:0;

    background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);

    background-size:55px 55px;

    opacity:.25;

}

/*==================================
TOP GLOW
==================================*/

.why-section::after{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:var(--secondary);

    top:-180px;

    left:-180px;

    filter:blur(120px);

    opacity:.22;

}

/*==================================
BACKGROUND ORBS
==================================*/

.why-orb{

    position:absolute;

    border-radius:50%;

    filter:blur(120px);

    z-index:1;

    pointer-events:none;

}

.why-orb.one{

    width:340px;

    height:340px;

    background:var(--primary);

    right:-120px;

    top:120px;

    opacity:.16;

}

.why-orb.two{

    width:260px;

    height:260px;

    background:var(--secondary);

    left:15%;

    bottom:-120px;

    opacity:.15;

}

/*==================================
CONTAINER
==================================*/

.why-section .container{

    position:relative;

    z-index:5;

}

/*==================================
SECTION HEADING
==================================*/

.why-section .subtitle{

    color:var(--secondary);

    letter-spacing:2px;

    text-transform:uppercase;

}

.why-section h2{

    color:#fff;

    margin-bottom:22px;

}

.why-section .section-heading p{

    color:rgba(255,255,255,.78);

    line-height:1.9;

    font-size:17px;

}

/*==================================
WHY CARD
==================================*/

.why-card{

    height:100%;

    padding:42px 35px;

    border-radius:28px;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.10);

    box-shadow:
    0 20px 60px rgba(0,0,0,.18);

}

/*==================================
TOP BORDER
==================================*/

.why-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:var(--gradient);

    transform:scaleX(0);

    transform-origin:left;

    transition:.45s;

}

/*==================================
HOVER
==================================*/

.why-card:hover{

    transform:translateY(-12px);

    background:rgba(255,255,255,.12);

    border-color:var(--secondary);

    box-shadow:
    0 30px 80px rgba(0,0,0,.35);

}

.why-card:hover::before{

    transform:scaleX(1);

}
/*==================================
ICON
==================================*/

.why-icon{

    width:82px;

    height:82px;

    border-radius:24px;

    margin-bottom:28px;

    font-size:30px;

    background:var(--gradient);

    box-shadow:
0 15px 40px rgba(11,94,215,.35);

}

.why-card:hover .why-icon{

    transform:
    rotate(-8deg)
    scale(1.08);

}

/*==================================
TEXT
==================================*/

.why-card h4{

    color:#fff;

    font-size:24px;

    font-weight:700;

    margin-bottom:18px;

    line-height:1.3;

}

.why-card p{

    margin:0;

    color:rgba(255,255,255,.76);

    line-height:1.9;

    font-size:15px;

}

/*==================================
CTA
==================================*/

.why-cta{

    margin-top:80px;

    padding:70px 60px;

    text-align:center;

    border-radius:30px;

    position:relative;

    overflow:hidden;

    background:
    rgba(255,255,255,.08);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.10);

}

/*==================================
CTA GLOW
==================================*/

.why-cta::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    radial-gradient(circle at top right,

    rgba(62,99,201,.18),

    transparent 55%);

    pointer-events:none;

}

.why-cta>*{

    position:relative;

    z-index:2;

}

.why-cta h3{

    color:#fff;

    font-size:40px;

    font-weight:800;

    margin-bottom:20px;

}

.why-cta p{

    max-width:720px;

    margin:0 auto 35px;

    color:rgba(255,255,255,.80);

    line-height:1.9;

}

/*==================================
BUTTON
==================================*/

.why-cta .theme-btn{

    min-width:220px;

}

/*==================================
SMOOTH ANIMATION
==================================*/

.why-card,
.why-icon,
.why-cta{

    transition:all .45s ease;

}

/*==================================
RESPONSIVE
==================================*/

@media(max-width:991px){

.why-section{

padding:90px 0;

}

.why-section .section-heading{

margin-bottom:55px;

}

.why-card{

padding:35px 28px;

}

.why-icon{

width:74px;

height:74px;

font-size:26px;

}

.why-cta{

padding:55px 35px;

}

.why-cta h3{

font-size:32px;

}

}

@media(max-width:767px){

.why-section{

padding:75px 0;

}

.why-section .section-heading{

margin-bottom:45px;

}

.why-card{

text-align:center;

padding:30px 25px;

}

.why-icon{

margin:0 auto 22px;

}

.why-card h4{

font-size:22px;

}

.why-cta{

padding:45px 25px;

margin-top:60px;

}

.why-cta h3{

font-size:28px;

}

.why-cta p{

font-size:15px;

}

}

/*==================================================
FLOAT DOT
==================================================*/

@keyframes floatDot{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

}
/*==================================================
SERVICES SECTION PREMIUM
==================================================*/

.services-section{

    position:relative;
    overflow:hidden;
    padding:130px 0;

    background:
    linear-gradient(
    135deg,
    #071626 0%,
    #0B2340 35%,
    #123F68 70%,
    #3E63C9 100%);

}

/*=============================
BACKGROUND GRID
=============================*/

.services-grid{

    position:absolute;

    inset:0;

    background-image:
    linear-gradient(rgba(11,94,215,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(11,94,215,.04) 1px,transparent 1px);

    background-size:70px 70px;

    opacity:.45;

}

/*=============================
ORBS
=============================*/

.services-orb{

    position:absolute;

    border-radius:50%;

    filter:blur(130px);

    pointer-events:none;

}

.services-orb.orb-one{

    width:500px;

    height:500px;

    background:var(--secondary);

    top:-220px;

    left:-180px;

    opacity:.15;

}

.services-orb.orb-two{

    width:550px;

    height:550px;

    background:var(--primary);

    right:-220px;

    bottom:-250px;

    opacity:.13;

}

/*=============================
MAIN CARD
=============================*/

.service-main-card{

    position:relative;

    overflow:hidden;

    border-radius:30px;

    height:560px;

    box-shadow:
    0 30px 70px rgba(0,0,0,.12);

    transition:.55s;

    animation:serviceFloat 8s ease-in-out infinite;

}

.service-main-card img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:1.2s;

}

.service-main-card:hover img{

    transform:scale(1.08);

}

/*=============================
OVERLAY
=============================*/

.service-main-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    linear-gradient(

    rgba(5,15,35,.20),

    rgba(5,15,35,.82)

    );

    z-index:1;

}

.service-overlay{

    position:absolute;

    left:45px;

    bottom:45px;

    z-index:3;

    max-width:430px;

}

.service-overlay span{

    display:inline-block;

    padding:10px 20px;

    border-radius:40px;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(20px);

    color:#fff;

    font-size:14px;

    margin-bottom:20px;

}

.service-overlay h3{

    color:#fff;

    font-size:42px;

    line-height:1.2;

    margin-bottom:20px;

}

.service-overlay p{

    color:rgba(255,255,255,.88);

    margin-bottom:30px;

    line-height:1.8;

}

/*=============================
SERVICE CARD
=============================*/

.service-card{

    position:relative;

    height:100%;

    padding:38px;

    background:rgba(255,255,255,.78);

    backdrop-filter:blur(30px);

    border-radius:28px;

    border:1px solid rgba(255,255,255,.75);

    box-shadow:
    0 20px 45px rgba(0,0,0,.08);

}

/*=============================
TOP BORDER
=============================*/

.service-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:var(--gradient);

    transform:scaleX(0);

    transition:.45s;

}

.service-card:hover::before{

    transform:scaleX(1);

}

.service-card:hover{

    transform:
    translateY(-14px);

    box-shadow:
    0 35px 80px rgba(0,0,0,.12);

}

/*=============================
SHINE EFFECT
=============================*/

.service-card::after{

    content:"";

    position:absolute;

    top:-150%;

    left:-60%;

    width:80px;

    height:250%;

    background:

    linear-gradient(

    transparent,

    rgba(255,255,255,.7),

    transparent

    );

    transform:rotate(25deg);

    transition:.8s;

}

.service-card:hover::after{

    left:160%;

}

/*=============================
ICON
=============================*/

.service-card .icon{

    width:82px;

    height:82px;

    border-radius:24px;

    background:var(--gradient);

    color:#fff;

    font-size:30px;

    margin-bottom:28px;

}

.service-card:hover .icon{

    transform:
    rotate(-8deg)
    scale(1.08);

}

/*=============================
TEXT
=============================*/

.service-card h4{

    color:#132238;

    font-size:24px;

    margin-bottom:15px;

}

.service-card p{

    color:#64748B;

    line-height:1.8;

}

.service-card ul{

    margin:25px 0;

}

.service-card li{

    position:relative;

    padding-left:28px;

    margin-bottom:12px;

    color:#4b5563;

}

.service-card li::before{

    content:"✓";

    position:absolute;

    left:0;

    color:#9341D3;

    font-weight:700;

}

.service-card a{

    display:inline-flex;

    align-items:center;

    gap:10px;

    color:#3E63C9;

    font-weight:700;

}

.service-card a i{

    transition:.35s;

}

.service-card:hover a i{

    transform:translateX(8px);

}


/*==================================================
FLOATING ANIMATION
==================================================*/

@keyframes ctaGlow{

0%{

transform:translateY(0);

}

100%{

transform:translateY(70px);

}

}

@keyframes shineMove{

0%{

transform:translateX(-160%);

}

100%{

transform:translateX(180%);

}

}

/*==================================================
CARD FLOAT
==================================================*/

.service-main-card:nth-child(2){

animation-delay:2s;

}

@keyframes serviceFloat{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

}

/*==================================================
IMAGE SHADOW
==================================================*/

.service-main-card:hover{

box-shadow:

0 40px 90px rgba(0,0,0,.22);

}

/*==================================================
GRADIENT TITLE
==================================================*/

/* Shared gradient heading text is handled by the global .h2 span utility. */

/*==================================================
SUBTITLE
==================================================*/

.services-section .subtitle{

margin-bottom:22px;

}

/*==================================================
BACKGROUND PARTICLES
==================================================*/

.services-section{

position:relative;

}
.services-section::before{

content:"";

position:absolute;
inset:0;

background:

radial-gradient(circle at 15% 20%,
rgba(62,99,201,.18),
transparent 35%),

radial-gradient(circle at 85% 10%,
rgba(11,94,215,.18),
transparent 35%),

radial-gradient(circle at 50% 90%,
rgba(0,255,255,.08),
transparent 45%);

pointer-events:none;

}
/*==================================================
HOVER GLOW
==================================================*/

.service-card:hover{

border-color:

rgba(62,99,201,.45);

}

.service-card:hover .icon{

box-shadow:

0 18px 45px rgba(62,99,201,.35);

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1200px){

.service-main-card{

height:500px;

}

.service-overlay h3{

font-size:36px;

}

}

@media(max-width:991px){

.services-section{

padding:90px 0;

}

.service-main-card{

height:420px;

}

.service-overlay{

left:30px;

bottom:30px;

}

.service-overlay h3{

font-size:30px;

}

.service-card{

padding:30px;

}

.services-cta{

padding:50px 35px;

text-align:center;

}

.services-cta h2{

font-size:32px;

}

.services-cta .theme-btn{

margin-top:30px;

}

}

@media(max-width:767px){

.service-main-card{

height:360px;

}

.service-overlay{

left:25px;

bottom:25px;

max-width:90%;

}

.service-overlay h3{

font-size:26px;

}

.service-overlay p{

font-size:15px;

}

.service-card{

padding:28px;

text-align:center;

}

.service-card .icon{

margin:auto auto 24px;

}

.service-card li{

padding-left:0;

}

.service-card li::before{

display:none;

}

.services-cta{

padding:40px 25px;

}

.services-cta h2{

font-size:28px;

}

.services-cta p{

font-size:15px;

}

}

@media(max-width:576px){

.service-main-card{

height:300px;

}

.service-overlay h3{

font-size:22px;

}

.service-overlay span{

font-size:12px;

padding:8px 16px;

}

.services-cta h2{

font-size:24px;

}

.theme-btn{

width:100%;

justify-content:center;

}

}

/*==================================================
INDUSTRIES SECTION
==================================================*/

.industries-section{

    position:relative;
    overflow:hidden;
    padding:130px 0;

    background:
    linear-gradient(
    135deg,
    #071626 0%,
    #0b2340 45%,
    #123f68 100%);

}

/*=============================
BACKGROUND GRID
=============================*/

.industry-grid-bg{

    position:absolute;
    inset:0;

    background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);

    background-size:70px 70px;

    opacity:.45;

}

/*=============================
ORBS
=============================*/

.industry-orb{

    position:absolute;
    border-radius:50%;
    filter:blur(120px);

}

.industry-orb.orb-one{

    width:420px;
    height:420px;

    background:#9341D3;

    top:-180px;
    left:-150px;

    opacity:.15;

}

.industry-orb.orb-two{

    width:520px;
    height:520px;

    background:#3E63C9;

    bottom:-250px;
    right:-180px;

    opacity:.16;

}

/*=============================
HEADING
=============================*/

.industries-section .subtitle{

    color:#9341D3;

}

.industries-section h2{

    color:#fff;

}

.industries-section .section-heading p{

    color:rgba(255,255,255,.75);

}

/*=============================
CARD
=============================*/

.industry-card{

    position:relative;

    overflow:hidden;

    height:420px;

    border-radius:28px;

    transition:.5s;

    cursor:pointer;

    box-shadow:
    0 20px 45px rgba(0,0,0,.25);

}

.industry-card img{

    width:100%;
    height:100%;

    object-fit:cover;

    transition:1.2s;

}

.industry-card:hover img{

    transform:scale(1.12);

}

/*=============================
OVERLAY
=============================*/

.industry-overlay{

    position:absolute;

    inset:0;

    display:flex;

    flex-direction:column;

    justify-content:flex-end;

    padding:35px;

    background:
    linear-gradient(
    transparent,
    rgba(7,22,38,.94));

}

.industry-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:
    linear-gradient(
    135deg,
    rgba(62,99,201,.15),
    transparent);

    opacity:0;

    transition:.45s;

    z-index:1;

}

.industry-card:hover::before{

    opacity:1;

}

/*=============================
ICON
=============================*/

.industry-icon{

    width:74px;
    height:74px;

    border-radius:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:24px;

    background:

    rgba(255,255,255,.12);

    backdrop-filter:blur(25px);

    color:#fff;

    font-size:28px;

    border:

    1px solid rgba(255,255,255,.18);

    transition:.45s;

}

.industry-card:hover .industry-icon{

    transform:
    translateY(-8px)
    rotate(-8deg);

    background:linear-gradient(
    135deg,
    #9341D3,
    #3E63C9);

}

/*=============================
TEXT
=============================*/

.industry-overlay h3{

    color:#fff;

    font-size:28px;

    margin-bottom:15px;

}

.industry-overlay p{

    color:rgba(255,255,255,.82);

    line-height:1.8;

    margin:0;

}

/*=============================
BORDER EFFECT
=============================*/

.industry-card::after{

    content:"";

    position:absolute;

    inset:0;

    border-radius:28px;

    border:1px solid rgba(255,255,255,.08);

    transition:.4s;

}

.industry-card:hover::after{

    border-color:#9341D3;

}

/*=============================
SHINE
=============================*/

.industry-card .shine{

    display:none;

}

.industry-card:hover{

    transform:
    translateY(-12px);

    box-shadow:
    0 35px 70px rgba(0,0,0,.35);

}

/*=============================
RESPONSIVE
=============================*/

@media(max-width:1200px){

.industry-card{

height:390px;

}

}

@media(max-width:991px){

.industries-section{

padding:90px 0;

}

.industry-card{

height:360px;

}

.industry-overlay{

padding:28px;

}

}

@media(max-width:767px){

.industry-card{

height:320px;

}

.industry-overlay h3{

font-size:24px;

}

.industry-overlay p{

font-size:15px;

}

}

@media(max-width:576px){

.industry-card{

height:280px;

}

.industry-overlay{

padding:22px;

}

.industry-icon{

width:60px;
height:60px;
font-size:22px;

}

}
/*==================================================
RECRUITMENT PROCESS
==================================================*/

.process-section{
    position:relative;
    padding:90px 0;
    background:linear-gradient(180deg,#071626 0%,#0B2340 100%);
    overflow:hidden;
}

/*========================
BACKGROUND
========================*/

.process-section::before{

    content:"";

    position:absolute;

    inset:0;

    background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);

    background-size:60px 60px;

    opacity:.4;

}

.process-section .subtitle{

    color:#9341D3;

}

.process-section h2{

    color:#fff;

}

.process-section .section-heading p{

    color:rgba(255,255,255,.75);

    max-width:760px;

    margin:auto;

}

/*========================
TIMELINE
========================*/

.timeline{

    position:relative;

    max-width:1100px;

    margin:70px auto 0;

}

.timeline::before{

    content:"";

    position:absolute;

    left:50%;

    top:0;

    transform:translateX(-50%);

    width:4px;

    height:100%;

    border-radius:20px;

    background:
    linear-gradient(
    #9341D3,
    #3E63C9);

    box-shadow:
    0 0 20px rgba(62,99,201,.4);

}

/*========================
ITEM
========================*/

.timeline-item{

    position:relative;

    width:50%;

    padding:10px 45px;

    margin-bottom:45px;

}

.timeline-item.left{

    left:0;

}

.timeline-item.right{

    left:50%;

}

/*========================
CARD
========================*/

.timeline-content{

    position:relative;

    padding:28px;

    border-radius:22px;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.12);

    transition:.35s;

}

.timeline-content:hover{

    transform:translateY(-8px);

    border-color:#9341D3;

    box-shadow:
    0 20px 45px rgba(0,0,0,.25);

}

/*========================
NODE
========================*/

.timeline-item::before{

    content:"";

    position:absolute;

    top:50px;

    width:20px;

    height:20px;

    border-radius:50%;

    background:#9341D3;

    border:4px solid #071626;

    z-index:5;

    box-shadow:
    0 0 18px #9341D3;

}

.timeline-item.left::before{

    right:-10px;

}

.timeline-item.right::before{

    left:-10px;

}

/*========================
STEP
========================*/

.step{

    position:absolute;

    right:25px;

    top:18px;

    font-size:44px;

    font-weight:800;

    color:rgba(255,255,255,.06);

}

/*========================
ICON
========================*/

.icon{

    width:65px;

    height:65px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:18px;

    background:
    linear-gradient(135deg,#9341D3,#3E63C9);

    color:#fff;

    font-size:24px;

    margin-bottom:20px;

    transition:.35s;

}

.timeline-content:hover .icon{

    transform:rotate(-8deg) scale(1.08);

}

/*========================
TEXT
========================*/

.timeline-content h4{

    color:#fff;

    margin-bottom:12px;

    font-size:22px;

}

.timeline-content p{

    color:rgba(255,255,255,.75);

    line-height:1.7;

    margin:0;

    font-size:15px;

}

/*========================
CONNECTOR
========================*/

.timeline-item.left .timeline-content::after{

    content:"";

    position:absolute;

    top:46px;

    right:-45px;

    width:45px;

    height:2px;

    background:#9341D3;

}

.timeline-item.right .timeline-content::after{

    content:"";

    position:absolute;

    top:46px;

    left:-45px;

    width:45px;

    height:2px;

    background:#9341D3;

}

/*========================
RESPONSIVE
========================*/

@media(max-width:991px){

.timeline::before{

left:30px;

}

.timeline-item{

width:100%;

left:0!important;

padding-left:75px;

padding-right:10px;

margin-bottom:35px;

}

.timeline-item::before{

left:20px!important;

right:auto;

}

.timeline-item .timeline-content::after{

display:none;

}

.step{

font-size:34px;

}

}

@media(max-width:576px){

.process-section{

padding:70px 0;

}

.timeline-content{

padding:22px;

}

.icon{

width:55px;
height:55px;
font-size:20px;

}

.timeline-content h4{

font-size:19px;

}

.timeline-content p{

font-size:14px;

}

.step{

font-size:28px;

}

}
/*==================================================
STATS SECTION
==================================================*/

.stats-section{
    position:relative;
    overflow:hidden;
    padding:100px 0;
    background:linear-gradient(180deg,#071626 0%,#0B2340 100%);
}

/*=========================
BACKGROUND
=========================*/

.stats-section::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
    background-size:60px 60px;
    opacity:.35;
}

.stats-bg-circle{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    pointer-events:none;
}

.circle-one{
    width:320px;
    height:320px;
    background:#9341D3;
    top:-120px;
    left:-120px;
    opacity:.18;
}

.circle-two{
    width:420px;
    height:420px;
    background:#3E63C9;
    right:-180px;
    bottom:-180px;
    opacity:.15;
}

/*=========================
SECTION HEADING
=========================*/

.stats-section .subtitle{
    color:#9341D3;
}

.stats-section h2{
    color:#fff;
}

.stats-section .section-heading p{
    color:rgba(255,255,255,.75);
    max-width:720px;
    margin:20px auto 0;
}

/*=========================
ROW
=========================*/

.stats-section .row{
    align-items:stretch;
}

/*=========================
CARD
=========================*/

.stat-card{

    position:relative;

    height:100%;

    display:flex;

    flex-direction:column;

    align-items:center;

    text-align:center;

    padding:35px 28px;

    border-radius:24px;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.12);

    overflow:hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;

}

.stat-card::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:3px;

    background:linear-gradient(90deg,#9341D3,#3E63C9);

    transform:scaleX(0);

    transition:.35s;

}

.stat-card:hover{

    transform:translateY(-10px);

    border-color:#9341D3;

    box-shadow:0 20px 45px rgba(0,0,0,.30);

}

.stat-card:hover::before{

    transform:scaleX(1);

}

/*=========================
ICON
=========================*/

.stat-icon{

    width:72px;
    height:72px;

    margin:0 auto 24px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:18px;

    background:linear-gradient(135deg,#9341D3,#3E63C9);

    color:#fff;

    font-size:28px;

    transition:.35s;

}

.stat-card:hover .stat-icon{

    transform:rotate(-8deg) scale(1.08);

}

/*=========================
NUMBER
=========================*/

.stat-card h3{

    margin:0 0 12px;

    font-size:48px;

    line-height:1;

    font-weight:700;

    color:#ffffff;

}

.stat-card h5{

    margin-bottom:15px;

    color:#ffffff;

    font-size:20px;

    font-weight:600;

}

.stat-card p{

    margin:0;

    color:rgba(255,255,255,.72);

    font-size:15px;

    line-height:1.8;

}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:991px){

    .stats-section{
        padding:80px 0;
    }

    .stat-card{
        margin-bottom:10px;
    }

}

@media(max-width:767px){

    .stat-card{
        padding:28px 22px;
    }

    .stat-icon{
        width:60px;
        height:60px;
        font-size:22px;
    }

    .stat-card h3{
        font-size:38px;
    }

    .stat-card h5{
        font-size:18px;
    }

    .stat-card p{
        font-size:14px;
    }

}
/*==================================================
TESTIMONIALS
==================================================*/

.testimonial-section{

    position:relative;
    overflow:hidden;
    padding:100px 0;

    background:linear-gradient(
        180deg,
        #071626 0%,
        #0B2340 100%
    );

}

/*=========================
BACKGROUND GRID
=========================*/

.testimonial-bg{

    position:absolute;
    inset:0;

    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);

    background-size:60px 60px;

    opacity:.35;

}

/*=========================
HEADING
=========================*/

.testimonial-section .subtitle{

    color:#9341D3;

}

.testimonial-section h2{

    color:#fff;

}

.testimonial-section .section-heading p{

    color:rgba(255,255,255,.75);

    max-width:720px;

    margin:18px auto 0;

}

/*=========================
CARD
=========================*/

.testimonial-card{

    position:relative;

    height:100%;

    padding:35px;

    border-radius:24px;

    display:flex;

    flex-direction:column;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.12);

    box-shadow:0 20px 45px rgba(0,0,0,.18);

    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;

}

.testimonial-card::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:3px;

    background:linear-gradient(
        90deg,
        #9341D3,
        #3E63C9
    );

    transform:scaleX(0);

    transition:.35s;

}

.testimonial-card:hover{

    transform:translateY(-10px);

    border-color:#9341D3;

    box-shadow:0 30px 60px rgba(0,0,0,.30);

}

.testimonial-card:hover::before{

    transform:scaleX(1);

}

/*=========================
FEATURED CARD
=========================*/

.active-card{

    border-color:#9341D3;

    box-shadow:0 25px 60px rgba(0,0,0,.28);

}

/*=========================
QUOTE ICON
=========================*/

.quote-icon{

    width:65px;
    height:65px;

    border-radius:18px;

    margin-bottom:25px;

    color:#fff;

    font-size:24px;

    background:linear-gradient(
        135deg,
        #9341D3,
        #3E63C9
    );

    transition:.35s;

}

.testimonial-card:hover .quote-icon{

    transform:rotate(-8deg) scale(1.08);

}

/*=========================
TEXT
=========================*/

.testimonial-card p{

    color:rgba(255,255,255,.75);

    line-height:1.9;

    font-size:15px;

    margin-bottom:35px;

    flex-grow:1;

}

/*=========================
CLIENT
=========================*/

.client{

    display:flex;

    align-items:center;

    gap:15px;

    margin-top:auto;

}

.client img{

    width:65px;
    height:65px;

    object-fit:cover;

    border-radius:50%;

    border:3px solid rgba(255,255,255,.15);

}

.client h5{

    margin:0;

    color:#fff;

    font-size:18px;

    font-weight:600;

}

.client span{

    display:block;

    margin-top:4px;

    color:rgba(255,255,255,.60);

    font-size:14px;

}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:991px){

    .testimonial-section{

        padding:80px 0;

    }

    .testimonial-card{

        margin-bottom:10px;

    }

}

@media(max-width:768px){

    .testimonial-section{

        padding:70px 0;

    }

    .testimonial-card{

        padding:28px 22px;

    }

    .quote-icon{

        width:55px;
        height:55px;

        font-size:20px;

        margin-bottom:20px;

    }

    .client img{

        width:55px;
        height:55px;

    }

    .client h5{

        font-size:17px;

    }

    .testimonial-card p{

        font-size:14px;

    }

}
/*==================================================
FAQ SECTION
==================================================*/

.faq-section{

    position:relative;

    overflow:hidden;

    padding:130px 0;

    background:
    radial-gradient(circle at top left,
    rgba(62,99,201,.08),
    transparent 35%),

    radial-gradient(circle at bottom right,
    rgba(0,153,255,.08),
    transparent 40%),

    linear-gradient(180deg,#071626 0%,#081C31 100%);

}

/* Decorative Glow */

.faq-section::before{

    content:"";

    position:absolute;

    width:520px;
    height:520px;

    top:-180px;
    left:-180px;

    background:#9341D3;

    opacity:.08;

    filter:blur(140px);

    border-radius:50%;

}

.faq-section::after{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    right:-180px;
    bottom:-200px;

    background:#1A73E8;

    opacity:.08;

    filter:blur(140px);

    border-radius:50%;

}

/*==================================================
SECTION TITLE
==================================================*/

.faq-section .section-title{

    max-width:760px;

    margin:auto auto 70px;

}

.faq-section .section-title h2{

    color:#fff;

}

.faq-section .section-title p{

    color:rgba(255,255,255,.75);

}

/*==================================================
LEFT INFO CARD
==================================================*/

.faq-info-card{

    position:relative;

    height:100%;

    padding:50px 42px;

    border-radius:32px;

    backdrop-filter:blur(18px);

    background:
    linear-gradient(
    145deg,
    rgba(255,255,255,.08),
    rgba(255,255,255,.03));

    border:1px solid rgba(255,255,255,.12);

    box-shadow:
    0 25px 60px rgba(0,0,0,.35);

}

.faq-info-card:hover{

    transform:translateY(-8px);

    border-color:rgba(62,99,201,.45);

    box-shadow:
    0 35px 80px rgba(0,0,0,.45);

}

.faq-info-card::before{

    content:"";

    position:absolute;

    width:260px;
    height:260px;

    top:-110px;
    right:-110px;

    background:#9341D3;

    opacity:.08;

    border-radius:50%;

    filter:blur(60px);

}

.faq-info-card::after{

    content:"";

    position:absolute;

    inset:0;

    border-radius:32px;

    padding:1px;

    background:
    linear-gradient(
    135deg,
    rgba(255,255,255,.18),
    rgba(62,99,201,.18),
    transparent);

    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

    mask-composite:exclude;

    pointer-events:none;

}

/*==================================================
ICON
==================================================*/

.faq-icon{

    width:80px;
    height:80px;

    border-radius:24px;

    margin-bottom:30px;

    background:
    linear-gradient(
    135deg,
    #9341D3,
    #0bb7d7);

    box-shadow:
    0 20px 40px rgba(62,99,201,.35);

}

.faq-icon i{

    color:#fff;

    font-size:30px;

}

/*==================================================
TEXT
==================================================*/

.faq-info-card h3{

    color:#fff;

    font-size:32px;

    font-weight:700;

    margin-bottom:18px;

}

.faq-info-card p{

    color:rgba(255,255,255,.75);

    line-height:1.9;

    margin-bottom:35px;

    font-size:15px;

}

/*==================================================
FEATURES
==================================================*/

.faq-features{

    display:flex;

    flex-direction:column;

    gap:18px;

    margin-bottom:40px;

}

.feature-item{

    display:flex;

    align-items:center;

    gap:15px;

}

.feature-item i{

    width:34px;
    height:34px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#9341D3;

    background:rgba(62,99,201,.10);

    font-size:14px;

}

.feature-item span{

    color:#fff;

    font-weight:500;

    font-size:15px;

}

/*==================================================
BUTTON
==================================================*/

.faq-contact-btn{

    padding:16px 30px;

    border-radius:60px;

    color:#071626;

    text-decoration:none;

    font-weight:700;

    background:#9341D3;

    transition:.35s;

}

.faq-contact-btn:hover{

    color:#071626;

    transform:translateY(-4px);

    box-shadow:
    0 18px 35px rgba(62,99,201,.35);

}

.faq-contact-btn i{

    transition:.35s;

}

.faq-contact-btn:hover i{

    transform:translateX(6px);

}
/*==================================================
FAQ ACCORDION
==================================================*/

.faq-wrapper{

    position:relative;

}

.faq-wrapper .accordion-item{

    background:
    linear-gradient(
    145deg,
    rgba(255,255,255,.07),
    rgba(255,255,255,.03));

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.10);

    border-radius:22px !important;

    overflow:hidden;

    margin-bottom:18px;

    box-shadow:
    0 12px 35px rgba(0,0,0,.18);

    transition:.35s;

}

.faq-wrapper .accordion-item:hover{

    transform:translateY(-4px);

    border-color:rgba(62,99,201,.30);

    box-shadow:
    0 20px 45px rgba(0,0,0,.28);

}

/*==================================================
BUTTON
==================================================*/

.faq-wrapper .accordion-button{

    position:relative;

    background:transparent;

    color:#ffffff;

    padding:24px 72px 24px 28px;

    font-size:17px;

    font-weight:600;

    line-height:1.6;

    box-shadow:none;

    border:none;

}

.faq-wrapper .accordion-button span{

    display:block;

    padding-right:12px;

}

.faq-wrapper .accordion-button:not(.collapsed){

    background:transparent;

    color:#9341D3;

    box-shadow:none;

}

.faq-wrapper .accordion-button:focus{

    box-shadow:none;

}

/*==================================================
CUSTOM PLUS / MINUS
==================================================*/

.faq-wrapper .accordion-button::after{

    content:"+";

    position:absolute;

    right:24px;

    top:50%;

    transform:translateY(-50%);

    width:42px;

    height:42px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:rgba(62,99,201,.12);

    border:1px solid rgba(62,99,201,.25);

    color:#9341D3;

    font-size:24px;

    font-weight:400;

    background-image:none;

    transition:.35s;

}

.faq-wrapper .accordion-button:not(.collapsed)::after{

    content:"−";

    background:#9341D3;

    color:#071626;

    border-color:#9341D3;

    transform:translateY(-50%) rotate(180deg);

}

/*==================================================
BODY
==================================================*/

.faq-wrapper .accordion-body{

    padding:0 28px 28px;

    color:rgba(255,255,255,.74);

    font-size:15px;

    line-height:1.9;

}

/*==================================================
ACTIVE ITEM
==================================================*/

.faq-wrapper .accordion-item:has(.accordion-button:not(.collapsed)){

    border-color:rgba(62,99,201,.45);

    box-shadow:
    0 25px 55px rgba(62,99,201,.12);

}

/*==================================================
SCROLL ANIMATION
==================================================*/

.faq-wrapper .accordion-collapse{

    transition:all .35s ease;

}

/*==================================================
RESPONSIVE
==================================================*/

@media (max-width:991px){

    .faq-section{

        padding:90px 0;

    }

    .faq-info-card{

        margin-bottom:35px;

        padding:40px 30px;

    }

    .faq-info-card h3{

        font-size:28px;

    }

    .faq-wrapper .accordion-button{

        padding:22px 64px 22px 22px;

        font-size:16px;

    }

    .faq-wrapper .accordion-body{

        padding:0 22px 22px;

    }

}

@media (max-width:767px){

    .faq-section{

        padding:70px 0;

    }

    .faq-info-card{

        padding:35px 25px;

        border-radius:24px;

    }

    .faq-icon{

        width:68px;

        height:68px;

        margin-bottom:24px;

    }

    .faq-icon i{

        font-size:24px;

    }

    .faq-info-card h3{

        font-size:24px;

    }

    .faq-features{

        gap:15px;

    }

    .feature-item span{

        font-size:14px;

    }

    .faq-contact-btn{

        width:100%;

        justify-content:center;

    }

    .faq-wrapper .accordion-button{

        font-size:15px;

        padding:20px 58px 20px 20px;

    }

    .faq-wrapper .accordion-button::after{

        width:36px;

        height:36px;

        right:16px;

        font-size:20px;

    }

    .faq-wrapper .accordion-body{

        font-size:14px;

        line-height:1.8;

    }

}
/*==================================================
PREMIUM FOOTER
==================================================*/

.footer-section{
    position:relative;
    overflow:hidden;
    padding:110px 0 35px;
    background:linear-gradient(180deg,#071626 0%,#050608 100%);
    border-top:1px solid rgba(255,255,255,.08);
}

.footer-section::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:3px;
    background:var(--gradient);
}

.footer-section::after{
    content:"";
    position:absolute;
    width:650px;
    height:650px;
    right:-220px;
    top:-250px;
    background:
    radial-gradient(circle,
    rgba(62,99,201,.18),
    rgba(147,65,211,.12),
    transparent 70%);
    filter:blur(120px);
    pointer-events:none;
}

.footer-section .container{
    position:relative;
    z-index:2;
}

/*=========================================
LOGO
=========================================*/

.footer-logo{
    display:inline-block;
    margin-bottom:25px;
}

.footer-logo img{
    width:330px;
    height:55px;
    transition:.4s;
}

.footer-logo:hover img{
    transform:scale(1.05);
}

/*=========================================
ABOUT
=========================================*/

.footer-about{
    max-width:370px;
    color:#bcc7d8;
    line-height:1.9;
    font-size:15px;
    margin-bottom:30px;
}

/*=========================================
HEADINGS
=========================================*/

.footer-section h4{
    position:relative;
    display:inline-block;
    margin-bottom:30px;
    font-size:22px;
    font-weight:700;
    color:#fff;
}

.footer-section h4::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:45px;
    height:3px;
    border-radius:20px;
    background:var(--gradient);
}

/*=========================================
LINKS
=========================================*/

.footer-links{
    list-style:none;
    margin:0;
    padding:0;
}

.footer-links li{
    margin-bottom:15px;
}

.footer-links li a{
    color:#c5cfdb;
    transition:.35s;
    position:relative;
    display:inline-block;
}

.footer-links li a::before{
    content:"";
    position:absolute;
    left:-14px;
    top:50%;
    width:0;
    height:2px;
    background:var(--gradient);
    transform:translateY(-50%);
    transition:.35s;
}

.footer-links li a:hover{
    color:#fff;
    padding-left:12px;
}

.footer-links li a:hover::before{
    width:8px;
}

/*=========================================
SOCIAL
=========================================*/

.footer-social{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.footer-social a{
    width:50px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    color:#fff;
    font-size:18px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(16px);
    transition:.4s;
    box-shadow:0 10px 25px rgba(0,0,0,.2);
}

.footer-social a:hover{
    transform:translateY(-6px);
    background:var(--gradient);
    border-color:transparent;
}

/*=========================================
NEWSLETTER
=========================================*/

.footer-contact-text{
    color:#bcc7d8;
    line-height:1.8;
    margin-bottom:18px;
}

.newsletter-form{
    display:flex;
    border-radius:14px;
    overflow:hidden;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(16px);
}

.newsletter-form input{
    flex:1;
    border:none;
    outline:none;
    background:transparent;
    color:#fff;
    height:56px;
    padding:0 20px;
}

.newsletter-form input::placeholder{
    color:#95a5bc;
}

.newsletter-form button{
    width:65px;
    border:none;
    color:#fff;
    background:var(--gradient);
    transition:.35s;
}

.newsletter-form button:hover{
    filter:brightness(1.08);
}

/*=========================================
CONTACT
=========================================*/
.footer-contact{
    display:flex;
    flex-direction:column;
    gap:18px;
    margin-top:25px;
}

.footer-contact div{
    display:flex;
    align-items:flex-start;
    gap:14px;
}

.footer-contact i{
    width:42px;
    height:42px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.08);
    color:var(--secondary);
    font-size:16px;
    flex-shrink:0;
}

.footer-contact span{
    color:rgba(255,255,255,.82);
    line-height:1.8;
    font-size:.96rem;
}

.footer-address span{
    line-height:1.7;
}
/*=========================================
DIVIDER
=========================================*/

.footer-section hr{
    margin:70px 0 30px;
    border:none;
    height:1px;
    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.15),
    transparent);
}

/*=========================================
BOTTOM
=========================================*/

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}

.footer-bottom p{
    margin:0;
    color:#aeb8c8;
    font-size:15px;
}

.footer-bottom strong{
    color:#fff;
}

.footer-bottom-links{
    display:flex;
    gap:28px;
    flex-wrap:wrap;
}

.footer-bottom-links a{
    color:#c5cfdb;
    transition:.35s;
}

.footer-bottom-links a:hover{
    color:#fff;
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.footer-section{
padding:90px 0 35px;
}

.footer-about{
max-width:100%;
}

.footer-logo img{
width:auto;
height:54px;
width:250px;
}

.footer-section .col-lg-2,
.footer-section .col-lg-4{
margin-bottom:25px;
}

.footer-bottom{
justify-content:center;
text-align:center;
}

.footer-bottom-links{
justify-content:center;
}

}

@media(max-width:767px){

.newsletter-form{
flex-direction:column;
border-radius:16px;
}

.newsletter-form input{
height:56px;
}

.newsletter-form button{
width:100%;
height:56px;
}

.footer-bottom-links{
gap:18px;
}

}

@media(max-width:576px){

.footer-section{
padding:80px 0 30px;
}

.footer-logo img{
width:auto;
height:54px;
max-width:220px;
}

.footer-section h4{
font-size:20px;
}

.footer-social{
justify-content:flex-start;
}

.footer-bottom{
text-align:center;
}

}
/*==================================================
FLOATING BUTTONS
==================================================*/

.back-to-top{

position:fixed;

right:30px;

bottom:110px;

width:55px;

height:55px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:var(--gradient);

color:#fff;

font-size:18px;

z-index:999;

opacity:0;

visibility:hidden;

transition:.35s;

}

.back-to-top.active{

opacity:1;

visibility:visible;

}

.back-to-top:hover{

transform:translateY(-8px);

color:#fff;

}
/* 
.whatsapp-btn{

position:fixed;

right:30px;

bottom:35px;

width:60px;

height:60px;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

background:#25D366;

color:#fff;

font-size:28px;

z-index:999;

box-shadow:0 15px 35px rgba(37,211,102,.35);

transition:.35s;

}

.whatsapp-btn:hover{

transform:scale(1.1);

color:#fff;

} */

