
/************************************************ ABOUT SECTION-1 *******************************************************/

*{
margin:0;
padding:0;
box-sizing:border-box;

}

body{
background:#fff;
overflow-x:hidden;
}

/* SECTION */
.about-section{
padding:120px 5%;
position:relative;
overflow-x:hidden;
overflow-y:visible;
}

/* GLOW */
.about-bg{
position:absolute;
width:900px;
height:900px;
background:radial-gradient(circle, rgba(212,175,55,.10), transparent 70%);
top:-250px;
right:-250px;
z-index:-1;
animation:floatGlow 12s ease-in-out infinite;
}

@keyframes floatGlow{
0%,100%{transform:translate(0,0);}
50%{transform:translate(50px,-40px);}
}

.label{
    text-align: center;
}
.web-head{
    text-align: center;margin-bottom: 10px;
}

.section-title p{
max-width:750px;
margin:auto;
color:#666;
line-height:1.8;
font-size:clamp(14px,1.4vw,17px);
text-align: center;
margin-bottom: 30px;
}

/* IMAGE */
.about-image{
max-width:1100px;
margin:0 auto 50px;
position:relative;
perspective:1200px;
}

.image-inner{
position:relative;
border-radius:28px;
overflow:hidden;
transform-style:preserve-3d;
box-shadow:0 40px 120px rgba(0,0,0,.18);
will-change:transform;
}

.image-inner img{
width:100%;
height:auto;
max-height:600px;
display:block;
object-fit:cover;
}

/* SHINE */
.image-shine{
position:absolute;
top:-60%;
left:-120%;
width:60%;
height:220%;
background:linear-gradient(120deg,transparent,rgba(255,255,255,.55),transparent);
transform:rotate(20deg);
animation:shine 5s linear infinite;
pointer-events:none;
}

@keyframes shine{
0%{left:-120%;}
100%{left:180%;}
}

/* BADGES */
.badge{
position:absolute;
display:flex;
align-items:center;
gap:10px;
padding:14px 18px;
border-radius:18px;
background:rgba(255,255,255,.92);
backdrop-filter:blur(18px);
box-shadow:0 20px 60px rgba(0,0,0,.12);
color: #173d6d;
}

.badge i{
width:42px;
height:42px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:linear-gradient(135deg,#d4af37,#fff3b0);
}

.badge.left{top:20px;left:20px; }
.badge.right{bottom:20px;right:20px;}

/* STATS */
.stats-wrapper{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
max-width:1100px;
margin:0 auto 10px;

}

.stat-card{
padding:40px 30px;
background:linear-gradient(145deg,#0b1430,#070b1a);
border:1px solid rgba(212,175,55,.25);
border-radius:22px;
text-align:center;
overflow:hidden;
position:relative;
}

.stat-card::before{
content:"";
position:absolute;
width:200%;
height:100%;
background:linear-gradient(120deg,transparent,#d4af37,transparent);
top:0;
left:-100%;
animation:sweep 3s linear infinite;
opacity:.2;
}

@keyframes sweep{
100%{left:100%;}
}

.stat-card h3{
font-size:52px;
color:#d4af37;
}

.stat-card span{
display:block;
margin-top:10px;
color:#fff;
opacity:.75;
}


/* CONTENT */
/* .about-content{
max-width:1200px;

text-align:center;
color:#666;
line-height:2;
font-size:clamp(15px,1.3vw,18px);
margin-top: 30px;
position:relative;
text-align: center;
}
.about-content p{
    text-align: center;
}

 */
 .about-content{
    display: flex;
    justify-content: center;
}

.about-content p{
    text-align:center !important;
    max-width:1400px;
    font-size:clamp(15px,1.3vw,18px);
    margin:0 auto;
}

.services{

display:flex;
margin-top: 40px;
justify-content:center;
align-items: center;

gap:10px;

flex-wrap:wrap;
}

.service-pill{

position:relative;

overflow:hidden;

padding:16px 34px;

border-radius:60px;
text-align: center;

background:
linear-gradient(
145deg,
#0b1430,
#070b1a
);

border:
1px solid rgba(212,175,55,.15);

color:#fff;

font-weight:600;

transition:.5s ease;
}

.service-pill::before{

content:"";

position:absolute;

left:-100%;
top:0;

width:100%;
height:100%;

background:
linear-gradient(
90deg,
transparent,
rgba(255,255,255,.3),
transparent
);

transition:.7s;
}

.service-pill:hover::before{
left:100%;
}

.service-pill:hover{

background:#d4af37;

color:#08111f;

transform:
translateY(-8px)
scale(1.05);
}

/* ==========================
   ANIMATIONS
========================== */

@keyframes pulseGlow{

0%,100%{
transform:
translate(-50%,-50%)
scale(1);
}

50%{
transform:
translate(-50%,-50%)
scale(1.08);
}
}

@keyframes rotateBorder{

0%{
transform:rotate(0deg);
}

100%{
transform:rotate(360deg);
}
}

@keyframes sweep{

100%{
left:100%;
}
}

/* RESPONSIVE */
@media(max-width:900px){
.stats-wrapper{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:600px){
.stats-wrapper{grid-template-columns:1fr;}
}



/************************************************ VISION-MISION SECTION-2 *******************************************************/


*{
margin:0;
padding:0;
box-sizing:border-box;

}

body{
background:#050913;
overflow-x:hidden;
color:#fff;
}

/* =========================
   SECTION
========================= */

.v-mission-section{
position:relative;
padding:120px 6%;
background:radial-gradient(circle at top, #0b1633, #050913 70%);
overflow:hidden;
}

/* glow */
.v-mission-glow{
position:absolute;
width:600px;
height:600px;
background:radial-gradient(circle, rgba(212,175,55,.08), transparent 70%);
top:-200px;
left:-200px;
animation:v-float 10s ease-in-out infinite;
}

.v-mission-glow2{
position:absolute;
width:600px;
height:600px;
background:radial-gradient(circle, rgba(79,70,229,.08), transparent 70%);
bottom:-200px;
right:-200px;
animation:v-float 12s ease-in-out infinite reverse;
}

@keyframes v-float{
0%,100%{transform:translate(0,0);}
50%{transform:translate(40px,-30px);}
}

/* =========================
   TAG (same system)
========================= */

.v-mission-tag{
display:inline-flex;
    align-items:center;
    justify-content:center;  /* 🔥 THIS FIXES CENTER */
    gap:16px;
     width:100%;             /* 🔥 IMPORTANT FOR TRUE CENTER */
margin-bottom:20px;
opacity:0;
transform:translateY(40px);
}

.v-mission-tag span{
width:70px;
height:2px;
background:linear-gradient(90deg,#d4af37,#fff3b0,#4f46e5);
background-size:250% auto;
animation:lineMove 4s linear infinite;
position:relative;
}

.v-mission-tag span::before{
content:"";
position:absolute;
width:8px;
height:8px;
background:#fff;
border-radius:50%;
top:50%;
left:0;
transform:translateY(-50%);
box-shadow:0 0 14px rgba(212,175,55,.8);
animation:dotMove 3s ease-in-out infinite;
}

.v-mission-tag b{
font-size:12px;
letter-spacing:5px;
text-transform:uppercase;
font-weight:700;
background:linear-gradient(90deg,#d4af37,#fff3b0,#fff,#d4af37);
background-size:300% auto;
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
animation:textMove 5s linear infinite;
}

@keyframes lineMove{0%{background-position:0;}100%{background-position:250%;}}
@keyframes dotMove{0%{left:0;}50%{left:100%;}100%{left:0;}}
@keyframes textMove{0%{background-position:0;}100%{background-position:300%;}}

/* =========================
   HEADING
========================= */

.vision-m-p{
    max-width: 800px;
    margin: 20px auto 30px;
    text-align: center;
    color: rgba(255,255,255,.7);
    line-height: 1.8;
}
/* =========================
   FLEX CARDS (ASYMMETRIC)
========================= */

.v-mission-wrap{
display:flex;
flex-direction:column;
gap:40px;
}

/* CARD BASE */
.v-mission-card{
position:relative;
padding:50px;
width:70%;
min-height:260px;

background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(16px);

display:flex;
gap:25px;
align-items:flex-start;

overflow:hidden;
transition:.4s ease;
}

/* CURVED EDGE EFFECT */
.v-mission-card::after{
content:"";
position:absolute;
right:-60px;
top:0;
width:120px;
height:100%;
background:radial-gradient(circle at left, rgba(212,175,55,.18), transparent 70%);
}

/* LEFT CARD */
.v-mission-left{
border-radius:40px 120px 120px 40px;
align-self:flex-start;
}

/* RIGHT CARD */
.v-mission-right{
border-radius:120px 40px 40px 120px;
align-self:flex-end;
flex-direction:row-reverse;
}

/* ICON */
.v-mission-icon{
width:80px;
height:80px;
min-width:80px;

display:flex;
align-items:center;
justify-content:center;

border-radius:22px;
background:linear-gradient(135deg,#d4af37,#fff3b0);
color:#0b1633;

font-size:28px;

box-shadow:0 0 25px rgba(212,175,55,.25);

transition:.5s ease;

animation:floatIcon 3s ease-in-out infinite;
}

@keyframes floatIcon{
0%,100%{transform:translateY(0);}
50%{transform:translateY(-8px);}
}

/* TEXT */
.v-mission-text h3{
font-size:28px;
margin-bottom:10px;
}

.v-mission-text p{
color:rgba(255,255,255,.7);
line-height:1.8;
text-align: center;
}

/* hover */
.v-mission-card:hover{
transform:translateY(-10px);
border-color:rgba(212,175,55,.3);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:900px){

.v-mission-card{
width:100%;
border-radius:30px;
flex-direction:column !important;
}

.v-mission-right{
align-self:stretch;
}
}

/************************************************ LOGO-SLIDER SECTION-3 *******************************************************/



*{
margin:0;
padding:0;
box-sizing:border-box;

}

body{
background:#fff;
}

/* =========================
   SECTION
========================= */

.logo-section{
padding:100px 6%;
background:#fff;
overflow:hidden;
}

/* =========================
   LOGO TAG (ABOUT STYLE ADAPTED)
========================= */

.logo-tag{

    position:relative;

    display:inline-flex;
    align-items:center;
    justify-content: center;
    width: 100%;
    gap:16px;

    margin:0 auto 28px;
    justify-content:center;

    

    overflow:visible;
}

/* =========================
   LINE
========================= */

.logo-tag span{

    position:relative;

    width:70px;
    height:2px;

    border-radius:30px;

    background:
    linear-gradient(
    90deg,
    rgba(212,175,55,.15),
    #d4af37,
    #fff3b0,
    #4f46e5,
    rgba(79,70,229,.15)
    );

    background-size:250% auto;

    animation:logoLineMove 4s linear infinite;
}

/* DOT */

.logo-tag span::before{

    content:"";

    position:absolute;

    top:50%;
    left:0;

    width:8px;
    height:8px;

    border-radius:50%;

    background:#ffffff;

    transform:translateY(-50%);

    box-shadow:
    0 0 0 4px rgba(212,175,55,.15),
    0 0 12px rgba(212,175,55,.9),
    0 0 25px rgba(212,175,55,.4);

    animation:logoDotMove 3s ease-in-out infinite;
}

/* GLOW DOT */

.logo-tag span::after{

    content:"";

    position:absolute;

    top:50%;
    left:0;

    width:18px;
    height:18px;

    border-radius:50%;

    background:rgba(212,175,55,.18);

    filter:blur(8px);

    transform:translate(-25%,-50%);

    animation:logoGlowMove 3s ease-in-out infinite;
}

/* TEXT */

.logo-tag b{

    position:relative;

    display:inline-block;

    font-size:18px;
    font-weight:700;

    letter-spacing:5px;

    text-transform:uppercase;

    background:
    linear-gradient(
    90deg,
    #d4af37 0%,
    #fff5b7 20%,
    #ffffff 40%,
    #d4af37 60%,
    #4f46e5 80%,
    #d4af37 100%
    );

    background-size:300% auto;

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    animation:logoTagGradient 5s linear infinite;

    filter:
    drop-shadow(0 0 8px rgba(212,175,55,.25));
}

/* SHINE */

.logo-tag b::before{

    content:"";

    position:absolute;

    top:0;
    left:-120%;

    width:60%;
    height:100%;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.8),
    transparent
    );

    transform:skewX(-25deg);

    animation:logoTextShine 4s linear infinite;
}

/* UNDERLINE */

.logo-tag b::after{

    content:"";

    position:absolute;

    left:0;
    bottom:-8px;

    height:1px;
    width:0%;

    background:
    linear-gradient(
    90deg,
    transparent,
    #d4af37,
    #fff3b0,
    transparent
    );

    animation:logoTagUnderline 3s ease-in-out infinite;
}

/* =========================
   BACK GLOW
========================= */

.logo-tag::after{

    content:"";

    position:absolute;

    left:95px;
    top:50%;

    width:180px;
    height:35px;

    background:
    radial-gradient(
    circle,
    rgba(212,175,55,.18),
    transparent 70%
    );

    filter:blur(12px);

    transform:translateY(-50%);

    animation:logoTagGlow 3s ease-in-out infinite;

    pointer-events:none;
}

/* =========================
   ANIMATIONS (RENAMED SAFE)
========================= */

@keyframes logoLineMove{
0%{background-position:0% center;}
100%{background-position:250% center;}
}

@keyframes logoDotMove{
0%{left:0%;}
50%{left:100%;}
100%{left:0%;}
}

@keyframes logoGlowMove{
0%{left:0%;}
50%{left:100%;}
100%{left:0%;}
}

@keyframes logoTagGradient{
0%{background-position:0% center;}
100%{background-position:300% center;}
}

@keyframes logoTextShine{
0%{left:-120%;}
100%{left:220%;}
}

@keyframes logoTagUnderline{
0%{width:0%;opacity:0;}
50%{width:100%;opacity:1;}
100%{width:0%;opacity:0;left:100%;}
}

@keyframes logoTagGlow{
0%,100%{opacity:.4;transform:translateY(-50%) scale(1);}
50%{opacity:1;transform:translateY(-50%) scale(1.15);}
}

/* =========================
   HEADING
========================= */

.logo-heading{
text-align:center;
margin-bottom:40px;
}

.logo-heading h2{
font-family: 'Sacramento', cursive;
font-size: clamp(55px, 6.5vw, 130px);
line-height:1.09;
margin-top:30px;

padding-bottom: 30px;


/* GOLD MOVING SLIDER EFFECT */
background:linear-gradient(
90deg,
#d4af37 0%,
#fff4b0 20%,
#173d6d 40%,
#fff4b0 60%,
#d4af37 100%
);

background-size:300% auto;
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

animation:goldFlow 6s linear infinite;
}
/* GOLD FLOW */
@keyframes goldFlow{
0%{ background-position:0% center; }
100%{ background-position:300% center; }
}



.logo-heading p{
margin-top:10px;
color:#666;
}

/* =========================
   WRAPPER (Netflix fade edges)
========================= */

.logo-wrapper{
position:relative;
overflow:hidden;
padding:20px 0;
}

.logo-wrapper::before,
.logo-wrapper::after{
content:"";
position:absolute;
top:0;
width:160px;
height:100%;
z-index:2;
pointer-events:none;
}

.logo-wrapper::before{
left:0;
background:linear-gradient(to right,#fff 20%,transparent);
}

.logo-wrapper::after{
right:0;
background:linear-gradient(to left,#fff 20%,transparent);
}

/* =========================
   TRACK
========================= */

.logo-track{
display:flex;
gap:70px;
width:max-content;
will-change:transform;
}

/* =========================
   ITEM (3D LAYER)
========================= */

.logo-item{
width:180px;
height:90px;
flex:0 0 auto;

display:flex;
align-items:center;
justify-content:center;

background:rgba(255,255,255,0.7);
border:1px solid rgba(0,0,0,0.05);
border-radius:18px;

backdrop-filter:blur(10px);

transform-style:preserve-3d;

transition:transform .2s ease;

box-shadow:0 10px 30px rgba(0,0,0,0.05);
position:relative;
}

.logo-item img{
max-width:120px;
max-height:60px;
object-fit:contain;
filter:grayscale(100%);
opacity:.65;
transition:.4s ease;
}

.logo-item:hover img{
filter:grayscale(0%);
opacity:1;
}

/* glow depth */
.logo-item::before{
content:"";
position:absolute;
inset:0;
border-radius:18px;
background:radial-gradient(circle at var(--x,50%) var(--y,50%), rgba(212,175,55,.25), transparent 60%);
opacity:0;
transition:.3s;
}

.logo-item:hover::before{
opacity:1;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

.logo-item{
width:140px;
height:80px;
}

.logo-track{
gap:50px;
}

}