html,
body{
    margin:0;
    padding:0;
    width:100%;
    overflow-x:hidden;
    background:#000;
}
:root{
 --gold:#caa54b;
 --black:#0a0a0a;
 --white:#ffffff;
 --gray:#f4f4f4;
}
*{
 margin:0;
 padding:0;
 box-sizing:border-box;
}
body{
 font-family:Segoe UI, sans-serif;
 line-height:1.7;
 color:#222;
 background:#fff;
}
/* RESET */

body{
    margin:0;
    padding:0;
    overflow-x:hidden;
}


/* TOP BAR */

.topbar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1050;

    background:#000;
    padding:10px 0;

    font-size:0.85rem;
}

.topbar .container{
    padding-left:15px;
    padding-right:15px;
}

.topbar-left,
.topbar-right{
    display:flex;
    align-items:center;
}

.topbar-left a,
.topbar-right a{
    color:rgba(255,255,255,0.85);
    text-decoration:none;
    margin-right:22px;
    transition:0.3s ease;
}

.topbar-right a{
    margin-right:0;
    margin-left:18px;
}

.topbar a:hover{
    color:#caa54b;
}

.topbar i{
    color:#caa54b;
    margin-right:8px;
}


/* MAIN NAVBAR */

.custom-navbar{
    position:fixed;
    top:42px;
    left:0;
    width:100%;

    z-index:1040;

    background:rgba(255,255,255,0.97);
    backdrop-filter:blur(10px);

    padding:16px 0;

    box-shadow:0 2px 18px rgba(0,0,0,0.06);
}

.custom-navbar .container{
    padding-left:15px;
    padding-right:15px;
}


/* LOGO */

.logo-img{
    height:68px;
    width:auto;
}

.brand-text h4{
    margin:0;
    color:#000;
    font-weight:800;
    letter-spacing:2px;
    font-size:1.4rem;
}

.brand-text span{
    color:#777;
    font-size:0.68rem;
    letter-spacing:2px;
}


/* LINKS */

.navbar-nav .nav-link{
    color:#111;
    font-weight:600;
    margin-left:26px;
    position:relative;
}

.navbar-nav .nav-link:hover{
    color:#caa54b;
}

.navbar-nav .nav-link::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-8px;

    width:0%;
    height:2px;

    background:#caa54b;

    transition:0.3s ease;
}

.navbar-nav .nav-link:hover::after{
    width:100%;
}


/* BUTTON */

.contact-btn{
    background:linear-gradient(
      135deg,
      #caa54b,
      #f0d27f
    );

    color:#000;
    text-decoration:none;

    padding:12px 24px;

    border-radius:50px;

    font-weight:700;

    transition:0.3s ease;
}

.contact-btn:hover{
    transform:translateY(-2px);
    color:#000;
}


/* HERO FIX */

.hero{
    padding-top:170px;
}


/* MOBILE */

@media(max-width:991px){

    .topbar{
        display:none;
    }

    .custom-navbar{
        top:0;
    }

    .hero{
        padding-top:120px;
    }

    .navbar-nav{
        padding-top:25px;
    }

    .navbar-nav .nav-link{
        margin-left:0;
        margin-bottom:16px;
    }

}
.logo-wrap{
 background:#fff;
 padding:6px 12px;
 border-radius:12px;
}
.logo-wrap img{
 height:60px;
}
.hero{
 min-height:100vh;
 display:flex;
 align-items:center;
 background:
 linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)),
 url('https://images.unsplash.com/photo-1518546305927-5a555bb7020d?q=80&w=1800&auto=format&fit=crop');
 background-size:cover;
 background-position:center;
 color:#fff;
}
.hero h1{
 font-size:4rem;
 font-weight:800;
 color:var(--gold);
}
.hero p{
 max-width:850px;
 font-size:1.2rem;
}
.btn-gold{
 background:var(--gold);
 color:#000;
 border:none;
 font-weight:700;
}
.btn-gold:hover{
 background:#fff;
 color:#000;
}
.section{
 padding:90px 0;
}
.section-title{
 font-size:2.8rem;
 font-weight:800;
 margin-bottom:20px;
}
.gold{
 color:var(--gold);
}
.card-box{
 background:#fff;
 border-radius:18px;
 padding:35px;
 box-shadow:0 5px 25px rgba(0,0,0,.08);
 border-top:5px solid var(--gold);
 height:100%;
}
.dark{
 background:#111;
 color:#fff;
}
.footer{
 background:#000;
 color:#fff;
 padding:30px 0;
 text-align:center;
}
.page-banner{
 padding:160px 0 100px;
 background:#000;
 color:#fff;
 text-align:center;
}
.timeline{
 display:flex;
 gap:20px;
 flex-wrap:wrap;
}
.step{
 flex:1;
 min-width:180px;
 background:#fff;
 padding:25px;
 border-radius:16px;
 box-shadow:0 5px 20px rgba(0,0,0,.08);
 border-bottom:5px solid var(--gold);
 text-align:center;
}
.contact-box{
 background:#fff;
 padding:40px;
 border-radius:18px;
 box-shadow:0 5px 25px rgba(0,0,0,.08);
}
@media(max-width:768px){
 .hero h1{
   font-size:2.5rem;
 }
 .section-title{
   font-size:2rem;
 }
}
.elite-hero{

    position:relative;

    min-height:86vh;

    overflow:hidden;

    display:flex;
    align-items:center;

    background:#070707;

    padding-top:150px;
    padding-bottom:80px;
}

.hero-bg{

    position:absolute;
    inset:0;

    background:url('images/hero.jpeg');

    background-size:cover;
    background-position:center;

    opacity:0.25;

    transform:scale(1.05);
}
.hero-overlay{

    position:absolute;
    inset:0;

    background:
    radial-gradient(
        circle at top right,
        rgba(202,165,75,0.18),
        transparent 28%
    );
}

.elite-hero-content{

    position:relative;

    z-index:2;

    display:grid;

    grid-template-columns:
    1.1fr 0.9fr;

    gap:80px;

    align-items:center;
}

.hero-top-line{

    display:inline-block;

    color:#caa54b;

    font-size:0.82rem;

    font-weight:600;

    letter-spacing:3px;

    margin-bottom:24px;
}

.hero-left-content h1{

    color:#fff;

    font-size:5rem;

    line-height:1;

    font-weight:900;

    max-width:700px;

    margin-bottom:28px;
}

.hero-left-content p{

    color:rgba(255,255,255,0.72);

    font-size:1.08rem;

    line-height:1.9;

    max-width:620px;

    margin-bottom:40px;
}

.hero-actions{

    display:flex;

    gap:18px;

    flex-wrap:wrap;
}

.hero-primary-btn{

    background:
    linear-gradient(
        135deg,
        #caa54b,
        #f1d27a
    );

    color:#000;

    text-decoration:none;

    padding:16px 34px;

    border-radius:60px;

    font-weight:700;

    transition:0.3s ease;
}

.hero-primary-btn:hover{

    transform:translateY(-3px);

    color:#000;
}

.hero-secondary-btn{

    border:
    1px solid rgba(255,255,255,0.15);

    color:#fff;

    text-decoration:none;

    padding:16px 34px;

    border-radius:60px;

    transition:0.3s ease;
}

.hero-secondary-btn:hover{

    background:#fff;

    color:#000;
}

.hero-metrics{

    display:flex;

    gap:20px;

    margin-top:55px;

    flex-wrap:wrap;
}

.metric-box{

    background:
    rgba(255,255,255,0.04);

    border:
    1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(12px);

    padding:24px 28px;

    border-radius:22px;

    min-width:170px;
}

.metric-box h3{

    color:#caa54b;

    font-size:2rem;

    margin-bottom:4px;
}

.metric-box span{

    color:rgba(255,255,255,0.7);
}

.hero-card-panel{

    position:relative;

    background:
    rgba(255,255,255,0.04);

    border:
    1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(14px);

    border-radius:30px;

    overflow:hidden;

    box-shadow:
    0 30px 80px rgba(0,0,0,0.4);
}

.hero-panel-top{

    display:flex;

    justify-content:space-between;

    padding:20px 24px;

    color:rgba(255,255,255,0.72);

    font-size:0.85rem;
}

.hero-card-panel img{

    width:100%;

    height:430px;

    object-fit:cover;
}

.hero-panel-bottom{

    display:flex;

    justify-content:space-between;

    padding:24px;

    background:#0f0f0f;
}

.hero-panel-bottom small{

    color:rgba(255,255,255,0.6);
}

.hero-panel-bottom h4{

    color:#caa54b;

    margin-top:5px;
}

.elite-hero{
    min-height:78vh;
    padding-top:130px;
    padding-bottom:50px;
}

.hero-left-content h1{
    font-size:4.2rem;
}

.hero-card-panel img{
    height:380px;
}
.value-section{

    padding:110px 0;

    background:#f7f7f7;
}

.section-header{

    text-align:center;

    margin-bottom:70px;
}

.section-mini-title{

    color:#caa54b;

    letter-spacing:3px;

    font-size:0.8rem;

    font-weight:700;
}

.section-header h2{

    font-size:3rem;

    font-weight:900;

    margin-top:18px;

    color:#111;
}

.value-grid{

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:30px;
}

.value-card{

    background:#fff;

    padding:40px 35px;

    border-radius:26px;

    transition:0.35s ease;

    box-shadow:
    0 10px 35px rgba(0,0,0,0.05);

    border:
    1px solid rgba(0,0,0,0.04);
}

.value-card:hover{

    transform:translateY(-10px);

    box-shadow:
    0 20px 50px rgba(0,0,0,0.08);
}

.value-icon{

    width:70px;
    height:70px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:20px;

    background:
    linear-gradient(
        135deg,
        #caa54b,
        #f1d27a
    );

    color:#000;

    font-size:1.8rem;

    margin-bottom:28px;
}

.value-card h3{

    font-size:1.4rem;

    margin-bottom:18px;

    font-weight:800;
}

.value-card p{

    color:#666;

    line-height:1.8;
}

@media(max-width:991px){

    .section-header h2{
        font-size:2.2rem;
    }

    .value-grid{
        grid-template-columns:1fr;
    }
}
.process-section{

    padding:120px 0;

    background:#0b0b0b;

    color:#fff;

    overflow:hidden;
}

.process-header{

    text-align:center;

    margin-bottom:80px;
}

.process-mini-title{

    color:#caa54b;

    letter-spacing:3px;

    font-size:0.8rem;

    font-weight:700;
}

.process-header h2{

    font-size:3rem;

    font-weight:900;

    margin-top:18px;

    margin-bottom:20px;
}

.process-header p{

    color:rgba(255,255,255,0.68);

    max-width:700px;

    margin:auto;

    line-height:1.9;
}


/* TIMELINE */

.process-timeline{

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:30px;

    position:relative;
}

.process-timeline::before{

    content:'';

    position:absolute;

    top:38px;
    left:0;

    width:100%;
    height:2px;

    background:
    linear-gradient(
        to right,
        rgba(202,165,75,0.2),
        rgba(202,165,75,0.7),
        rgba(202,165,75,0.2)
    );
}


/* STEP */

.process-step{

    position:relative;

    z-index:2;

    background:#121212;

    padding:40px 35px;

    border-radius:28px;

    border:
    1px solid rgba(255,255,255,0.05);

    transition:0.35s ease;
}

.process-step:hover{

    transform:translateY(-10px);

    border-color:
    rgba(202,165,75,0.4);
}

.process-number{

    width:76px;
    height:76px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:
    linear-gradient(
        135deg,
        #caa54b,
        #f1d27a
    );

    color:#000;

    font-size:1.4rem;

    font-weight:900;

    margin-bottom:30px;
}

.process-step h3{

    font-size:1.5rem;

    margin-bottom:18px;

    font-weight:800;
}

.process-step p{

    color:rgba(255,255,255,0.65);

    line-height:1.8;
}


/* MOBILE */

@media(max-width:991px){

    .process-header h2{
        font-size:2.2rem;
    }

    .process-timeline{

        grid-template-columns:1fr;
    }

    .process-timeline::before{
        display:none;
    }
}
.gold-process-gallery{

    padding:120px 0;

    background:#f8f8f8;
}

.gallery-header{

    text-align:center;

    margin-bottom:80px;
}

.gallery-mini-title{

    color:#caa54b;

    font-size:0.8rem;

    font-weight:700;

    letter-spacing:3px;
}

.gallery-header h2{

    font-size:3rem;

    font-weight:900;

    margin-top:18px;

    margin-bottom:20px;

    color:#111;
}

.gallery-header p{

    max-width:700px;

    margin:auto;

    color:#666;

    line-height:1.9;
}


/* GRID */

.gallery-grid{

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:28px;
}


/* CARD */

.gallery-card{

    background:#fff;

    border-radius:28px;

    overflow:hidden;

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);

    transition:0.35s ease;
}

.gallery-card:hover{

    transform:translateY(-12px);

    box-shadow:
    0 25px 60px rgba(0,0,0,0.1);
}


/* IMAGE */

.gallery-image{

    position:relative;

    overflow:hidden;
}

.gallery-image img{

    width:100%;

    height:300px;

    object-fit:cover;

    transition:0.4s ease;
}

.gallery-card:hover img{

    transform:scale(1.06);
}


/* OVERLAY */

.gallery-overlay{

    position:absolute;

    top:18px;
    left:18px;

    width:55px;
    height:55px;

    border-radius:50%;

    background:
    linear-gradient(
        135deg,
        #caa54b,
        #f1d27a
    );

    display:flex;
    align-items:center;
    justify-content:center;

    color:#000;

    font-weight:900;
}


/* CONTENT */

.gallery-content{

    padding:30px;
}

.gallery-content h3{

    font-size:1.35rem;

    margin-bottom:16px;

    font-weight:800;

    color:#111;
}

.gallery-content p{

    color:#666;

    line-height:1.8;
}


/* MOBILE */

@media(max-width:991px){

    .gallery-header h2{
        font-size:2.2rem;
    }

    .gallery-grid{
        grid-template-columns:1fr;
    }

    .gallery-image img{
        height:260px;
    }
}
.partnership-section{

    padding:120px 0;

    background:#0b0b0b;

    color:#fff;
}

.partnership-wrapper{

    display:grid;

    grid-template-columns:
    1fr 1fr;

    gap:60px;

    align-items:center;
}

.partnership-mini-title{

    color:#caa54b;

    letter-spacing:3px;

    font-size:0.8rem;

    font-weight:700;
}

.partnership-content h2{

    font-size:3rem;

    font-weight:900;

    margin-top:20px;

    margin-bottom:28px;
}

.partnership-content p{

    color:rgba(255,255,255,0.7);

    line-height:1.9;

    margin-bottom:40px;
}

.partnership-list{

    display:flex;

    flex-direction:column;

    gap:20px;
}

.partnership-item{

    background:
    rgba(255,255,255,0.05);

    border:
    1px solid rgba(255,255,255,0.06);

    padding:20px 24px;

    border-radius:18px;

    font-weight:600;
}


/* RIGHT CARD */

.partnership-card{

    background:
    linear-gradient(
        135deg,
        #141414,
        #1d1d1d
    );

    border:
    1px solid rgba(255,255,255,0.06);

    border-radius:30px;

    padding:45px;
}

.proposal-tag{

    display:inline-block;

    background:
    rgba(202,165,75,0.12);

    border:
    1px solid rgba(202,165,75,0.25);

    color:#f1d27a;

    padding:10px 18px;

    border-radius:50px;

    font-size:0.8rem;

    margin-bottom:24px;
}

.partnership-card h3{

    font-size:2rem;

    line-height:1.3;

    margin-bottom:35px;

    font-weight:800;
}

.proposal-points{

    display:flex;

    flex-direction:column;

    gap:22px;
}

.proposal-box{

    background:
    rgba(255,255,255,0.04);

    padding:24px;

    border-radius:20px;
}

.proposal-box h4{

    color:#caa54b;

    margin-bottom:12px;

    font-size:1.2rem;
}

.proposal-box p{

    color:rgba(255,255,255,0.68);

    line-height:1.8;
}


/* MOBILE */

@media(max-width:991px){

    .partnership-wrapper{

        grid-template-columns:1fr;
    }

    .partnership-content h2{

        font-size:2.2rem;
    }
}
.elite-footer{

    background:#000;

    color:#fff;

    padding-top:100px;

    position:relative;

    overflow:hidden;

    margin:0;
}


/* TOP BORDER GLOW */

.elite-footer::before{

    content:'';

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:1px;

    background:
    linear-gradient(
        to right,
        transparent,
        rgba(202,165,75,0.8),
        transparent
    );
}


/* GRID */

.footer-grid{

    display:grid;

    grid-template-columns:
    1.4fr 1fr 1fr 1fr;

    gap:50px;

    padding-bottom:70px;
}


/* LOGO */

.footer-logo{

    width:180px;

    margin-bottom:30px;
}


/* TEXT */

.footer-column p{

    color:rgba(255,255,255,0.65);

    line-height:1.9;
}

.footer-column h3{

    font-size:1.3rem;

    margin-bottom:28px;

    color:#fff;

    font-weight:800;
}


/* LINKS */

.footer-column ul{

    list-style:none;

    padding:0;
}

.footer-column ul li{

    margin-bottom:18px;
}

.footer-column ul li a{

    color:rgba(255,255,255,0.65);

    text-decoration:none;

    transition:0.3s ease;
}

.footer-column ul li a:hover{

    color:#caa54b;
}


/* BOTTOM */

.footer-bottom{

    border-top:
    1px solid rgba(255,255,255,0.08);

    padding:30px 0;

    text-align:center;
}

.footer-bottom p{

    color:rgba(255,255,255,0.5);

    margin:0;
}


/* MOBILE */

@media(max-width:991px){

    .footer-grid{

        grid-template-columns:1fr;

        gap:40px;
    }

    .footer-logo{

        width:150px;
    }
}

body{
    overflow-x:hidden;
    background:#000;
}
section,
footer{
    margin:0;
}
.about-hero{

    padding-top:220px;
    padding-bottom:120px;

background:
linear-gradient(
    135deg,
    rgba(0,0,0,0.88),
    rgba(10,10,10,0.9)
),
url('images/hero.jpeg');
    background-size:cover;
    background-position:center;

    color:#fff;

    text-align:center;
}

.about-mini-title{

    color:#caa54b;

    letter-spacing:3px;

    font-size:0.85rem;

    font-weight:700;
}

.about-hero-content h1{

    font-size:4.5rem;

    font-weight:900;

    max-width:900px;

    margin:24px auto;

    line-height:1.1;
}

.about-hero-content p{

    max-width:760px;

    margin:auto;

    color:rgba(255,255,255,0.72);

    line-height:1.9;

    font-size:1.08rem;
}


/* STORY */

.about-story-section{

    padding:120px 0;

    background:#fff;
}

.about-grid{

    display:grid;

    grid-template-columns:
    1fr 1fr;

    gap:70px;

    align-items:center;
}

.about-image-side img{

    width:100%;

    border-radius:30px;

    box-shadow:
    0 25px 60px rgba(0,0,0,0.12);
}

.about-content-side h2{

    font-size:3rem;

    font-weight:900;

    margin:20px 0 28px;

    line-height:1.2;
}

.about-content-side p{

    color:#666;

    line-height:1.9;

    margin-bottom:22px;
}

.about-points{

    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:18px;

    margin-top:40px;
}

.about-point{

    background:#f7f7f7;

    padding:20px;

    border-radius:18px;

    font-weight:600;
}


/* VISION */

.vision-section{

    padding:120px 0;

    background:#0b0b0b;

    color:#fff;
}

.vision-grid{

    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:40px;
}

.vision-card{

    background:
    rgba(255,255,255,0.04);

    border:
    1px solid rgba(255,255,255,0.08);

    padding:50px;

    border-radius:30px;
}

.vision-icon{

    width:80px;
    height:80px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:
    linear-gradient(
        135deg,
        #caa54b,
        #f1d27a
    );

    color:#000;

    font-size:2rem;

    margin-bottom:30px;
}

.vision-card h3{

    font-size:2rem;

    margin-bottom:20px;

    font-weight:800;
}

.vision-card p{

    color:rgba(255,255,255,0.7);

    line-height:1.9;
}


/* MOBILE */

@media(max-width:991px){

    .about-hero-content h1{
        font-size:3rem;
    }

    .about-grid,
    .vision-grid,
    .about-points{

        grid-template-columns:1fr;
    }

}
.technology-hero{

    padding-top:220px;
    padding-bottom:120px;

   background:
linear-gradient(
    135deg,
    rgba(0,0,0,0.88),
    rgba(10,10,10,0.9)
),
url('images/hero.jpeg');

    background-size:cover;
    background-position:center;

    color:#fff;

    text-align:center;
}

.technology-mini-title{

    color:#caa54b;

    letter-spacing:3px;

    font-size:0.85rem;

    font-weight:700;
}

.technology-hero-content h1{

    font-size:4.5rem;

    font-weight:900;

    margin:24px auto;

    max-width:850px;

    line-height:1.1;
}

.technology-hero-content p{

    max-width:760px;

    margin:auto;

    color:rgba(255,255,255,0.72);

    line-height:1.9;

    font-size:1.08rem;
}


/* OVERVIEW */

.technology-overview{

    padding:120px 0;

    background:#fff;
}

.technology-grid{

    display:grid;

    grid-template-columns:
    1fr 1fr;

    gap:70px;

    align-items:center;
}

.technology-image-side img{

    width:100%;

    border-radius:30px;

    box-shadow:
    0 25px 60px rgba(0,0,0,0.12);
}

.technology-content-side h2{

    font-size:3rem;

    font-weight:900;

    margin:20px 0 28px;
}

.technology-content-side p{

    color:#666;

    line-height:1.9;

    margin-bottom:22px;
}

.technology-points{

    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:18px;

    margin-top:40px;
}

.technology-point{

    background:#f7f7f7;

    padding:20px;

    border-radius:18px;

    font-weight:600;
}


/* FEATURES */

.features-section{

    padding:120px 0;

    background:#0b0b0b;

    color:#fff;
}

.features-header{

    text-align:center;

    margin-bottom:80px;
}

.features-header h2{

    font-size:3rem;

    font-weight:900;

    margin-top:20px;
}

.features-grid{

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:30px;
}

.feature-card{

    background:
    rgba(255,255,255,0.04);

    border:
    1px solid rgba(255,255,255,0.08);

    padding:40px 35px;

    border-radius:28px;

    transition:0.35s ease;
}

.feature-card:hover{

    transform:translateY(-10px);

    border-color:
    rgba(202,165,75,0.4);
}

.feature-icon{

    width:75px;
    height:75px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:22px;

    background:
    linear-gradient(
        135deg,
        #caa54b,
        #f1d27a
    );

    color:#000;

    font-size:1.8rem;

    margin-bottom:28px;
}

.feature-card h3{

    font-size:1.4rem;

    margin-bottom:18px;

    font-weight:800;
}

.feature-card p{

    color:rgba(255,255,255,0.7);

    line-height:1.8;
}


/* FLOW */

.technology-flow-section{

    padding:120px 0;

    background:#f8f8f8;
}

.flow-header{

    text-align:center;

    margin-bottom:70px;
}

.flow-header h2{

    font-size:3rem;

    font-weight:900;

    margin-top:20px;
}

.flow-wrapper{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;
}

.flow-step{

    background:#fff;

    padding:24px 36px;

    border-radius:20px;

    font-weight:700;

    box-shadow:
    0 10px 35px rgba(0,0,0,0.06);
}

.gold-step{

    background:
    linear-gradient(
        135deg,
        #caa54b,
        #f1d27a
    );

    color:#000;
}

.flow-arrow{

    font-size:2rem;

    color:#caa54b;

    font-weight:900;
}


/* MOBILE */

@media(max-width:991px){

    .technology-hero-content h1{
        font-size:3rem;
    }

    .technology-grid,
    .technology-points,
    .features-grid{

        grid-template-columns:1fr;
    }

    .features-header h2,
    .flow-header h2{

        font-size:2.2rem;
    }

}
.services-hero{

    padding-top:220px;
    padding-bottom:120px;

  background:
linear-gradient(
    135deg,
    rgba(0,0,0,0.88),
    rgba(10,10,10,0.9)
),
url('images/hero.jpeg');

    background-size:cover;
    background-position:center;

    text-align:center;

    color:#fff;
}

.services-mini-title{

    color:#caa54b;

    letter-spacing:3px;

    font-size:0.85rem;

    font-weight:700;
}

.services-hero-content h1{

    font-size:4.5rem;

    font-weight:900;

    margin:24px auto;

    max-width:850px;

    line-height:1.1;
}

.services-hero-content p{

    max-width:760px;

    margin:auto;

    color:rgba(255,255,255,0.72);

    line-height:1.9;

    font-size:1.08rem;
}


/* SERVICES GRID */

.main-services-section{

    padding:120px 0;

    background:#f8f8f8;
}

.services-grid{

    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:35px;
}

.service-card{

    background:#fff;

    border-radius:30px;

    overflow:hidden;

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);

    transition:0.35s ease;
}

.service-card:hover{

    transform:translateY(-10px);

    box-shadow:
    0 25px 60px rgba(0,0,0,0.1);
}

.service-image img{

    width:100%;

    height:320px;

    object-fit:cover;
}

.service-content{

    padding:40px;
}

.service-icon{

    width:75px;
    height:75px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:22px;

    background:
    linear-gradient(
        135deg,
        #caa54b,
        #f1d27a
    );

    color:#000;

    font-size:1.8rem;

    margin-bottom:28px;
}

.service-content h3{

    font-size:1.7rem;

    margin-bottom:18px;

    font-weight:800;
}

.service-content p{

    color:#666;

    line-height:1.9;
}


/* HIGHLIGHT */

.services-highlight-section{

    padding:120px 0;

    background:#0b0b0b;

    color:#fff;
}

.highlight-wrapper{

    display:grid;

    grid-template-columns:
    1fr 1fr;

    gap:70px;

    align-items:center;
}

.highlight-content h2{

    font-size:3rem;

    font-weight:900;

    margin:20px 0 28px;
}

.highlight-content p{

    color:rgba(255,255,255,0.7);

    line-height:1.9;

    margin-bottom:35px;
}

.highlight-points{

    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:18px;
}

.highlight-point{

    background:
    rgba(255,255,255,0.05);

    border:
    1px solid rgba(255,255,255,0.08);

    padding:20px;

    border-radius:18px;

    font-weight:600;
}

.highlight-image img{

    width:100%;

    border-radius:30px;

    box-shadow:
    0 25px 60px rgba(0,0,0,0.2);
}


/* CTA */

.services-cta{

    padding:120px 0;

    background:#f8f8f8;
}

.services-cta-box{

    background:
    linear-gradient(
        135deg,
        #111,
        #1d1d1d
    );

    border-radius:40px;

    padding:80px;

    text-align:center;

    color:#fff;
}

.services-cta-box span{

    color:#caa54b;

    letter-spacing:3px;

    font-size:0.8rem;

    font-weight:700;
}

.services-cta-box h2{

    font-size:3.2rem;

    font-weight:900;

    margin:24px 0 40px;
}

.services-cta-box a{

    display:inline-block;

    background:
    linear-gradient(
        135deg,
        #caa54b,
        #f1d27a
    );

    color:#000;

    text-decoration:none;

    padding:18px 40px;

    border-radius:60px;

    font-weight:700;

    transition:0.3s ease;
}

.services-cta-box a:hover{

    transform:translateY(-3px);
}


/* MOBILE */

@media(max-width:991px){

    .services-hero-content h1{
        font-size:3rem;
    }

    .services-grid,
    .highlight-wrapper,
    .highlight-points{

        grid-template-columns:1fr;
    }

    .highlight-content h2,
    .services-cta-box h2{

        font-size:2.2rem;
    }

    .services-cta-box{

        padding:50px 30px;
    }

}
.partnerships-hero{

    padding-top:220px;
    padding-bottom:120px;

background:
linear-gradient(
    135deg,
    rgba(0,0,0,0.88),
    rgba(10,10,10,0.9)
),
url('images/hero.jpeg');

    background-size:cover;
    background-position:center;

    text-align:center;

    color:#fff;
}

.partnerships-mini-title{

    color:#caa54b;

    letter-spacing:3px;

    font-size:0.85rem;

    font-weight:700;
}

.partnerships-hero-content h1{

    font-size:4.5rem;

    font-weight:900;

    margin:24px auto;

    max-width:850px;

    line-height:1.1;
}

.partnerships-hero-content p{

    max-width:760px;

    margin:auto;

    color:rgba(255,255,255,0.72);

    line-height:1.9;

    font-size:1.08rem;
}


/* MODEL */

.partnership-model-section{

    padding:120px 0;

    background:#fff;
}

.partnership-model-grid{

    display:grid;

    grid-template-columns:
    1fr 1fr;

    gap:70px;

    align-items:center;
}

.partnership-model-content h2{

    font-size:3rem;

    font-weight:900;

    margin:20px 0 28px;
}

.partnership-model-content p{

    color:#666;

    line-height:1.9;

    margin-bottom:22px;
}

.partners-list-box{

    background:#f8f8f8;

    padding:50px;

    border-radius:30px;

    display:flex;

    flex-direction:column;

    gap:20px;

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);
}

.partner-item{

    background:#fff;

    padding:22px 24px;

    border-radius:18px;

    font-weight:600;
}


/* PROPOSAL */

.proposal-section{

    padding:120px 0;

    background:#0b0b0b;

    color:#fff;
}

.proposal-header{

    text-align:center;

    margin-bottom:80px;
}

.proposal-header h2{

    font-size:3rem;

    font-weight:900;

    margin-top:20px;
}

.proposal-grid{

    display:grid;

    grid-template-columns:
    repeat(3,1fr);

    gap:30px;
}

.proposal-card{

    background:
    rgba(255,255,255,0.04);

    border:
    1px solid rgba(255,255,255,0.08);

    padding:45px 35px;

    border-radius:28px;

    transition:0.35s ease;
}

.proposal-card:hover{

    transform:translateY(-10px);

    border-color:
    rgba(202,165,75,0.4);
}

.proposal-icon{

    width:75px;
    height:75px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:22px;

    background:
    linear-gradient(
        135deg,
        #caa54b,
        #f1d27a
    );

    color:#000;

    font-size:1.8rem;

    margin-bottom:28px;
}

.proposal-card h3{

    font-size:1.5rem;

    margin-bottom:18px;

    font-weight:800;
}

.proposal-card p{

    color:rgba(255,255,255,0.7);

    line-height:1.8;
}


/* IMPACT */

.partnership-impact-section{

    padding:120px 0;

    background:#f8f8f8;
}

.impact-wrapper{

    display:grid;

    grid-template-columns:
    1fr 1fr;

    gap:70px;

    align-items:center;
}

.impact-image img{

    width:100%;

    border-radius:30px;

    box-shadow:
    0 25px 60px rgba(0,0,0,0.1);
}

.impact-content h2{

    font-size:3rem;

    font-weight:900;

    margin:20px 0 28px;
}

.impact-content p{

    color:#666;

    line-height:1.9;

    margin-bottom:35px;
}

.impact-points{

    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:18px;
}

.impact-point{

    background:#fff;

    padding:20px;

    border-radius:18px;

    font-weight:600;

    box-shadow:
    0 10px 35px rgba(0,0,0,0.05);
}


/* MOBILE */

@media(max-width:991px){

    .partnerships-hero-content h1{
        font-size:3rem;
    }

    .partnership-model-grid,
    .proposal-grid,
    .impact-wrapper,
    .impact-points{

        grid-template-columns:1fr;
    }

    .proposal-header h2,
    .impact-content h2,
    .partnership-model-content h2{

        font-size:2.2rem;
    }

}

.contact-hero{

    padding-top:220px;
    padding-bottom:120px;

    background:
    linear-gradient(
        135deg,
        rgba(0,0,0,0.88),
        rgba(10,10,10,0.9)
    ),
    url('assets/images/contact-bg.jpg');

    background-size:cover;
    background-position:center;

    text-align:center;

    color:#fff;
}

.contact-mini-title{

    color:#caa54b;

    letter-spacing:3px;

    font-size:0.85rem;

    font-weight:700;
}

.contact-hero-content h1{

    font-size:4.5rem;

    font-weight:900;

    margin:24px auto;

    max-width:900px;

    line-height:1.1;
}

.contact-hero-content p{

    max-width:760px;

    margin:auto;

    color:rgba(255,255,255,0.72);

    line-height:1.9;

    font-size:1.08rem;
}


/* MAIN */

.contact-main-section{

    padding:120px 0;

    background:#f8f8f8;
}

.contact-grid{

    display:grid;

    grid-template-columns:
    1fr 1fr;

    gap:60px;
}


/* LEFT */

.contact-info-box{

    background:#fff;

    padding:55px;

    border-radius:35px;

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);
}

.contact-info-box h2{

    font-size:3rem;

    font-weight:900;

    margin:20px 0 28px;
}

.contact-info-box p{

    color:#666;

    line-height:1.9;
}

.contact-info-list{

    margin-top:45px;

    display:flex;

    flex-direction:column;

    gap:28px;
}

.contact-info-item{

    display:flex;

    gap:20px;

    align-items:flex-start;
}

.contact-icon{

    width:70px;
    height:70px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:20px;

    background:
    linear-gradient(
        135deg,
        #caa54b,
        #f1d27a
    );

    color:#000;

    font-size:1.6rem;

    flex-shrink:0;
}

.contact-info-item h4{

    margin-bottom:8px;

    font-size:1.2rem;

    font-weight:800;
}


/* FORM */

.contact-form-box{

    background:#0b0b0b;

    padding:55px;

    border-radius:35px;

    color:#fff;
}

.form-group{

    margin-bottom:24px;
}

.contact-form-box input,
.contact-form-box textarea{

    width:100%;

    padding:18px 22px;

    border:none;

    outline:none;

    border-radius:18px;

    background:
    rgba(255,255,255,0.06);

    color:#fff;

    font-size:1rem;
}

.contact-form-box input::placeholder,
.contact-form-box textarea::placeholder{

    color:rgba(255,255,255,0.45);
}

.contact-form-box button{

    width:100%;

    border:none;

    padding:18px;

    border-radius:18px;

    background:
    linear-gradient(
        135deg,
        #caa54b,
        #f1d27a
    );

    color:#000;

    font-weight:800;

    font-size:1rem;

    transition:0.3s ease;
}

.contact-form-box button:hover{

    transform:translateY(-3px);
}


/* MAP */

.map-section{

    padding-bottom:120px;

    background:#f8f8f8;
}

.map-box{

    border-radius:35px;

    overflow:hidden;

    box-shadow:
    0 15px 45px rgba(0,0,0,0.06);
}

.map-box iframe{

    width:100%;

    height:500px;

    border:none;
}


/* MOBILE */

@media(max-width:991px){

    .contact-hero-content h1{
        font-size:3rem;
    }

    .contact-grid{

        grid-template-columns:1fr;
    }

    .contact-info-box,
    .contact-form-box{

        padding:40px 28px;
    }

    .contact-info-box h2{

        font-size:2.2rem;
    }

}
/* =========================
   CINEMATIC HERO SLIDER
========================= */

.cinema-hero{

    position:relative;
}


/* SLIDE */

.hero-slide{

    position:relative;

    height:100vh;

    overflow:hidden;
}

.hero-slide img{

    width:100%;
    height:100%;

    object-fit:cover;
}


/* OVERLAY */

.hero-dark-overlay{

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        135deg,
        rgba(0,0,0,0.72),
        rgba(0,0,0,0.45)
    );
}


/* CONTENT */

.hero-content-center{

    position:absolute;

    top:58%;
    left:50%;

    transform:
    translate(-50%,-50%);

    width:100%;

    max-width:950px;

    text-align:center;

    color:#fff;

    z-index:3;

    padding:20px;
}

.hero-content-center span{

    display:inline-block;

    color:#f1d27a;

    letter-spacing:4px;

    font-size:0.82rem;

    font-weight:700;

    margin-bottom:28px;
}

.hero-content-center h1{

    font-size:6rem;

    line-height:0.95;

    font-weight:900;

    margin-bottom:28px;
}

.hero-content-center p{

    max-width:760px;

    margin:auto;

    color:rgba(255,255,255,0.78);

    font-size:1.15rem;

    line-height:1.9;

    margin-bottom:45px;
}


/* BUTTONS */

.hero-buttons{

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;
}

.gold-btn{

    background:
    linear-gradient(
        135deg,
        #caa54b,
        #f1d27a
    );

    color:#000;

    text-decoration:none;

    padding:18px 36px;

    border-radius:18px;

    font-weight:700;

    transition:0.3s ease;
}

.gold-btn:hover{

    transform:translateY(-3px);

    color:#000;
}

.outline-btn{

    border:
    1px solid rgba(255,255,255,0.2);

    color:#fff;

    text-decoration:none;

    padding:18px 36px;

    border-radius:18px;

    transition:0.3s ease;
}

.outline-btn:hover{

    background:#fff;

    color:#000;
}


/* CONTROLS */

.carousel-control-prev,
.carousel-control-next{

    width:6%;
}


/* MOBILE */

@media(max-width:991px){

    .hero-slide{

        height:110vh;
    }

    .hero-content-center{

        top:56%;

        padding-left:22px;
        padding-right:22px;
    }

    .hero-content-center span{

        font-size:0.68rem;

        letter-spacing:2px;

        margin-bottom:16px;
    }

    .hero-content-center h1{

        font-size:2rem;

        line-height:1.08;

        margin-bottom:16px;
    }

    .hero-content-center p{

        font-size:0.95rem;

        line-height:1.7;

        margin-bottom:24px;
    }

    .hero-buttons{

        flex-direction:column;

        gap:12px;

        width:100%;
    }

    .gold-btn,
    .outline-btn{

        width:100%;

        padding:14px 18px;

        font-size:0.95rem;

        border-radius:14px;
    }

    .carousel-control-prev,
    .carousel-control-next{

        display:none;
    }

}
@media(max-width:991px){

    .hero-content-center{

        top:60%;

        padding-left:25px;
        padding-right:25px;
    }

    .hero-slide{

        height:92vh;
    }

}
/* =========================
   COMPLIANCE HERO
========================= */

.compliance-hero{

    position:relative;

    padding-top:240px;
    padding-bottom:160px;

    background:
    linear-gradient(
        135deg,
        rgba(0,0,0,0.88),
        rgba(10,10,10,0.92)
    ),
    url('images/hero.jpeg');

    background-size:cover;
    background-position:center;

    overflow:hidden;

    text-align:center;

    color:#fff;
}

.compliance-overlay{

    position:absolute;

    inset:0;

    background:
    radial-gradient(
        circle at top right,
        rgba(202,165,75,0.15),
        transparent 35%
    );
}

.compliance-hero-content{

    position:relative;

    z-index:2;

    max-width:950px;

    margin:auto;
}

.compliance-mini-title{

    display:inline-block;

    color:#f1d27a;

    letter-spacing:4px;

    font-size:0.82rem;

    font-weight:700;

    margin-bottom:24px;
}

.compliance-hero-content h1{

    font-size:5rem;

    line-height:0.95;

    font-weight:900;

    margin-bottom:28px;

    text-shadow:
    0 12px 40px rgba(0,0,0,0.45);
}

.compliance-hero-content p{

    max-width:760px;

    margin:auto;

    color:rgba(255,255,255,0.75);

    font-size:1.08rem;

    line-height:1.9;
}


/* =========================
   GOVERNANCE SECTION
========================= */

.governance-section{

    padding:130px 0;

    background:#f8f8f8;
}

.governance-wrapper{

    display:grid;

    grid-template-columns:
    0.9fr 1.1fr;

    gap:70px;

    align-items:flex-start;
}

.governance-left h2{

    font-size:3.3rem;

    font-weight:900;

    line-height:1.08;

    margin:22px 0 26px;
}

.governance-left p{

    color:#666;

    line-height:1.9;

    font-size:1.05rem;
}


/* RIGHT SIDE */

.governance-right{

    display:flex;

    flex-direction:column;

    gap:24px;
}

.governance-point{

    background:#fff;

    padding:32px;

    border-radius:28px;

    display:flex;

    gap:24px;

    align-items:flex-start;

    transition:0.35s ease;

    box-shadow:
    0 15px 45px rgba(0,0,0,0.05);

    border:
    1px solid rgba(0,0,0,0.04);
}

.governance-point:hover{

    transform:
    translateY(-8px);

    box-shadow:
    0 25px 65px rgba(0,0,0,0.1);
}


/* ICON */

.gov-icon{

    width:74px;
    height:74px;

    flex-shrink:0;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:22px;

    background:
    linear-gradient(
        135deg,
        #caa54b,
        #f1d27a
    );

    color:#000;

    font-size:1.6rem;

    box-shadow:
    0 12px 35px rgba(202,165,75,0.3);
}

.governance-point h4{

    font-size:1.4rem;

    font-weight:800;

    margin-bottom:12px;

    color:#111;
}

.governance-point p{

    color:#666;

    line-height:1.9;
}


/* =========================
   TIMELINE SECTION
========================= */

.compliance-timeline-section{

    position:relative;

    padding:140px 0;

    background:#0b0b0b;

    color:#fff;

    overflow:hidden;
}

.compliance-timeline-section::before{

    content:'';

    position:absolute;

    top:-200px;
    right:-180px;

    width:500px;
    height:500px;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(202,165,75,0.14),
        transparent 72%
    );
}

.timeline-header{

    position:relative;

    z-index:2;

    text-align:center;

    margin-bottom:90px;
}

.timeline-header h2{

    font-size:3.5rem;

    font-weight:900;

    margin-top:22px;
}


/* TIMELINE */

.timeline-wrapper{

    position:relative;

    max-width:900px;

    margin:auto;
}

.timeline-wrapper::before{

    content:'';

    position:absolute;

    top:0;
    left:35px;

    width:2px;
    height:100%;

    background:
    linear-gradient(
        to bottom,
        #caa54b,
        rgba(202,165,75,0.1)
    );
}

.timeline-item{

    position:relative;

    padding-left:110px;

    margin-bottom:60px;
}

.timeline-dot{

    position:absolute;

    left:18px;
    top:10px;

    width:36px;
    height:36px;

    border-radius:50%;

    background:
    linear-gradient(
        135deg,
        #caa54b,
        #f1d27a
    );

    box-shadow:
    0 10px 35px rgba(202,165,75,0.4);
}

.timeline-content{

    background:
    rgba(255,255,255,0.04);

    border:
    1px solid rgba(255,255,255,0.06);

    backdrop-filter:blur(12px);

    padding:34px;

    border-radius:28px;

    transition:0.35s ease;
}

.timeline-content:hover{

    transform:
    translateY(-6px);

    border-color:
    rgba(202,165,75,0.3);
}

.timeline-content h3{

    font-size:1.6rem;

    font-weight:800;

    margin-bottom:16px;
}

.timeline-content p{

    color:rgba(255,255,255,0.72);

    line-height:1.9;
}


/* =========================
   STANDARDS SECTION
========================= */

.standards-section{

    padding:130px 0;

    background:#f8f8f8;
}

.standards-header{

    text-align:center;

    margin-bottom:70px;
}

.standards-header h2{

    font-size:3.4rem;

    font-weight:900;

    margin-top:22px;
}


/* GRID */

.standards-grid{

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:30px;
}

.standard-card{

    position:relative;

    background:#fff;

    padding:50px 35px;

    border-radius:30px;

    overflow:hidden;

    text-align:center;

    transition:0.4s ease;

    box-shadow:
    0 18px 55px rgba(0,0,0,0.05);
}

.standard-card::before{

    content:'';

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:5px;

    background:
    linear-gradient(
        to right,
        #caa54b,
        #f1d27a
    );

    transform:scaleX(0);

    transition:0.4s ease;
}

.standard-card:hover{

    transform:
    translateY(-12px);

    box-shadow:
    0 28px 70px rgba(0,0,0,0.1);
}

.standard-card:hover::before{

    transform:scaleX(1);
}


/* ICON */

.standard-card-icon{

    width:82px;
    height:82px;

    margin:auto auto 28px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:24px;

    background:
    linear-gradient(
        135deg,
        #caa54b,
        #f1d27a
    );

    color:#000;

    font-size:1.8rem;

    box-shadow:
    0 12px 35px rgba(202,165,75,0.3);
}

.standard-card h3{

    font-size:1.4rem;

    font-weight:800;

    margin-bottom:12px;
}

.standard-card p{

    color:#666;

    line-height:1.8;
}


/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .compliance-hero{

        padding-top:190px;
        padding-bottom:120px;
    }

    .compliance-hero-content h1{

        font-size:2.8rem;

        line-height:1.08;
    }

    .governance-wrapper,
    .standards-grid{

        grid-template-columns:1fr;
    }

    .timeline-wrapper::before{

        left:18px;
    }

    .timeline-item{

        padding-left:70px;
    }

    .timeline-dot{

        left:2px;
    }

    .timeline-header h2,
    .standards-header h2,
    .governance-left h2{

        font-size:2.3rem;
    }

}
/* MISSION POINT DESIGN */

.mission-intro{
    font-weight:600;
    color:#8b6b10;
    margin-bottom:25px;
}


.mission-list{

    margin-top:20px;
    text-align:left;

}


.mission-item{

    display:flex;
    gap:15px;

    background:#faf8ef;

    padding:15px;
    margin-bottom:15px;

    border-radius:12px;

    font-size:15px;
    line-height:1.6;

    transition:.3s;

}


.mission-item:hover{

    transform:translateX(8px);

    background:#fff3c4;

}


.mission-item i{

    color:#d4af37;

    font-size:20px;

    margin-top:4px;

}


.mission-item span{

    color:#555;

}


.mission-item b{

    color:#8b6b10;

}
  /* ======================
OUR VALUES PROFESSIONAL
====================== */

.core-values-section{

    padding:90px 0;

    background:#ffffff;

}


.values-title{

    max-width:750px;

    margin-bottom:50px;

}


.values-title h2{

    font-size:42px;

    font-weight:800;

    color:#171717;

}


.values-title p{

    color:#666;

    line-height:1.8;

    font-size:17px;

}



.values-wrapper{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

}



.value-item{

    display:flex;

    align-items:center;

    gap:25px;

    padding:22px 25px;

    border-bottom:1px solid #ddd;

    transition:.3s;

}



.value-item span{

    font-size:28px;

    font-weight:800;

    color:#d4af37;

}



.value-item h4{

    margin:0;

    color:#222;

    font-size:20px;

    font-weight:600;

}



.value-item:hover{

    padding-left:40px;

    border-color:#d4af37;

}





/* MOBILE */
@media(max-width:768px){

.values-wrapper{

    grid-template-columns:1fr;

}


.values-title h2{

    font-size:32px;

}

}                                                    