:root{
    --primary: #0F1E3C;
    --primary-dark: #081327;
    --secondary: #FFC107;
    --secondary-dark: #C96A14;
}

body {
    margin: 0;
    padding: 0;
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar{
    width: 4px; 
    height: 4px;
}

/* Default thumb = white */
::-webkit-scrollbar-thumb{
    background: var(--primary);
    border-radius: 10px;
    transition: background 0.3s ease;
}

/* Track */
::-webkit-scrollbar-track{
    background: transparent;
}

/* Hover on scrollbar thumb */
::-webkit-scrollbar-thumb:hover{
    background: var(--secondary);
}

.bg-theme{
    background-color: var(--primary);
}


.hero {
    position: relative;
    width: 95%;
    margin: 0.5% auto 0;
    height: 90vh;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    background: transparent;
    /*border:2px var(--primary) solid;*/
}
.hero::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--primary);
    animation: fillUp 1s ease forwards;
    animation-delay: 0.1s;
    z-index: 0;
}
.hero > * {
    position: relative;
    z-index: 1;
    opacity: 0;
    animation: showContent .3s ease forwards;
    animation-delay: 1.1s;
}
@keyframes fillUp {
    from { height: 0; }
    to { height: 100%; }
}
@keyframes showContent {
    to {
        opacity: 1;
    }
}
.hero h1{
    font-family: "Manrope", sans-serif;
    font-weight: 800;
}


.light-bg{
    position:relative;
    overflow:hidden;
    border-radius:12px;
    background: color-mix(in srgb, var(--primary) 5%, white);
}
.light-bg.wave::before{
    content:"";
    position:absolute;
    inset:0;
    opacity:.5;
    pointer-events:none;

    background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='300' viewBox='0 0 600 300'%3E%3Cpath d='M0 150 C100 100 200 200 300 150 S500 100 600 150' fill='none' stroke='%23F28C28' stroke-width='1.5'/%3E%3Cpath d='M0 190 C100 140 200 240 300 190 S500 140 600 190' fill='none' stroke='%23F28C28' stroke-width='1' opacity='.5'/%3E%3C/svg%3E");

    background-size:600px 300px;
    animation: waveBackground 18s linear infinite;
}
@keyframes waveBackground{
    from{
        background-position:0 0;
    }
    to{
        background-position:600px 0;
    }
}
.container {
    width: 100% !important;
}


#hero .menu{
	list-style: none;
	margin-top:5px;
}
#hero .menu li{
	display: inline-block;
}
#hero .menu li a{
	display: block;
	padding: 4px;
	color: white;
	text-decoration: none;
	min-width: 80px;
	line-height: 35px;
	position: relative;
    text-align: center;
}
#hero .menu li a.active {
    font-weight: bold;
    position: relative;
}
#hero .menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: linear-gradient(to right, var(--secondary), transparent);
    transition: 0.3s ease;
}
#hero .menu li a:hover::after,
#hero .menu li a.active::after {
    width: 100%;
}


.sliders {
    position: relative;
}
.sliders img {
    display: none;
    width: 100%;
    animation: fade .5s;
    border-radius: 15px;
}
.sliders img.active {
    display: block;
}
.slider-info {
    text-align: center;
    margin-top: 20px;
}
.slider-info span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(255,255,255,.4);
    cursor: pointer;
    transition: .3s;
}
.slider-info span.active {
    background: #fff;
    transform: scale(1.2);
}


.card:hover{
	cursor: pointer;
	background-color: var(--primary);
}
.card img{
    padding: 4px;
}
.card i{
	color: orange !important;
}
.card:hover h5{
	color: orange !important;
}
.card:hover i, .card:hover p{
	color: white !important;
}
.card:hover img{
    background-color: white;
    border-radius: 8px;
}


.quote-section{
    max-width:900px;
    margin:auto;
    padding:70px 40px;
    border-radius:24px;
    background:linear-gradient(
        135deg,
        color-mix(in srgb,var(--primary) 6%,white),
        white
    );
    position:relative;
    overflow:hidden;
}
.quote-section::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:color-mix(in srgb,var(--secondary) 18%,white);
    border-radius:50%;
    top:-180px;
    right:-150px;
    filter:blur(90px);
}
.quote-icon{
    font-size:48px;
    color:var(--secondary);
    margin-bottom:25px;
}
.quote-text{
    font-size:2.3rem;
    line-height:1.4;
    font-weight:700;
    color:var(--primary);
    margin:0;
}
.quote-text span{
    color:var(--secondary);
}
.quote-author{
    margin-top:30px;
    color:#777;
    font-size:1rem;
    letter-spacing:.5px;
}
@media (max-width:768px){
    .quote-section{
        padding:50px 25px;
    }
    .quote-text{
        font-size:1.7rem;
    }
}


label.required::after{
    content: " *";
    color: red;
    font-weight: bold;
}

/* Button container */
.scroll-top-btn{
    position: fixed;
    bottom: 25px;
    right: 2.5%;
    width: 55px;
    height: 55px;
    display: none;
    cursor: pointer;
    z-index: 9999;
}

/* Center icon */
.progress-ring{
    position: relative;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.progress-ring i{
    position: absolute;
    font-size: 16px;
    color: var(--primary);
}

/* SVG circle */
.progress-circle{
    transform: rotate(-90deg);
}

.progress-circle circle{
    fill: none;
    stroke-width: 4;
}

.progress-circle .bg{
    stroke: #eee;
}

.progress-circle .progress{
    stroke: var(--primary);
    stroke-dasharray: 138; /* circle length */
    stroke-dashoffset: 138;
    transition: stroke-dashoffset 0.1s linear;
}

.team-bar{
    position: fixed;
    bottom: -320px;
    left: 0;
    width: 100%;
    height: 300px;
    background: color-mix(in srgb, var(--primary) 5%, white);
    box-shadow: 0 -10px 30px rgba(0,0,0,0.15);
    transition: 0.5s ease;
    z-index: 9999;
    border-top: 1px #eee solid;
}

/* show */
.team-bar.show{
    bottom: 0;
}

/* header */
.team-bar-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    background: var(--primary);
    width: 95%;
    max-width: 1320px;
    margin: 0 auto;
    border-radius: 0px 0px 30px 30px;
}

.team-bar-header h5{
    margin: 0;
    color: white;
}

.team-bar-header button{
    border: none;
    background: none;
    font-size: 24px;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

/* members */
.team-members{
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 140px;
    padding: 10px;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

/* single member */
.member{
    text-align: center;
    width: 30%;
    min-height: 178px;
    padding: 4px;
    background: #fff;
    border-radius: 8px;
    padding-bottom: 10px;
}

/* image wrapper */
.img-wrap{
    position: relative;
    width: 100px;
    height: 100px;
    margin: auto;
}

.img-wrap img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

/* status dot */
.dot{
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
}


/* -------------------------
   XS SCREEN FIX
-------------------------- */
@media (max-width: 576px){
    .img-wrap{
        width: 50px;
        height: 50px;
    }

    .img-wrap img{
        width: 50px;
        height: 50px;
    }

    .dot{
        width: 10px;
        height: 10px;
        bottom: 3px;
        right: 3px;
        border: 1.5px solid #fff;
    }
}


.green{ background: #28c76f; }
.red{ background: #ea5455; }

/* text */
.member h6{
    margin: 8px 0 2px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.member p{
    margin: 0;
    font-size: 12px;
    color: gray;
}

/* whatsapp button */
.wa-btn{
    display: inline-block;
    margin-top: 5px;
    padding: 5px 10px;
    background: #25D366;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    text-decoration: none;
}

/* TEAM FLOAT BUTTON */
.team-float-btn{
    position: fixed;
    left: 2.5%;
    bottom: 25px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: var(--secondary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    z-index: 9998;
    transition: .3s;
    animation: pulse 2s infinite;
}

.team-float-btn:hover{
    transform: translateY(-4px) scale(1.05);
}

.team-ring{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-ring i{
    font-size: 22px;
}

/* Mobile */
@media (max-width:576px){
    .team-float-btn{
        width:50px;
        height:50px;
        left:15px;
        bottom:15px;
    }

    .team-ring i{
        font-size:20px;
    }

    .scroll-top-btn{
        right:15px;
        bottom:15px; 
    }
}

@keyframes pulse{
    0%{
        box-shadow:0 0 0 0 rgba(255,140,0,.5);
    }
    70%{
        box-shadow:0 0 0 15px rgba(255,140,0,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(255,140,0,0);
    }
}

select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding-right: 40px; /* Space for arrow */

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6.5 6 6.5-6' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px;
}

.mobile-menu{
    position: fixed;
    width: 95%;
    height: 100vh;
    left: 2.5%;
    top: 0;
    z-index: 999999;
    border-radius: 30px 30px 0 0;
    overflow: hidden;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    transition: opacity .35s ease,
                transform .35s ease,
                visibility .35s;
}

/* Background animation */
.mobile-menu::before{
    content: "";
    position: absolute;
    inset: 0;
    background: var(--primary);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .4s ease;
    z-index: -1;
}

.mobile-menu.open{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    margin-top: 1px;
}

.mobile-menu.open::before{
    transform: scaleY(1);
}

.mobile-menu.close{
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
}

.mobile-menu ul{
    list-style: none;
}

.mobile-menu ul li{
    padding: 0px;
    margin: 0px;
}

.mobile-menu ul li a{
    display: block;
    width: 89%;
    line-height: 40px;
    border-bottom: 1px #EEE dashed;
    text-decoration: none;
    color: white;
}

.mobile-menu ul li:last-child a {
    border-bottom: none;
}

.attach-to-bottom{
    position: absolute;
    bottom: 0;
    opacity: 0.5;
}

.stats-glass {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    position: relative;
    overflow: hidden;
}

/* soft glow effect */
.stats-glass::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, var(--primary), transparent 100%);
    animation: floatGlow 6s infinite linear;
}

@keyframes floatGlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.stats-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 12px;
    transition: 0.3s;
    position: relative;
    z-index: 2;
}

.stats-item:hover {
    transform: translateY(-3px);
}

.stats-item .icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 193, 7, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffc107;
    font-size: 18px;
}

.stats-item h3 {
    margin: 0;
    font-weight: 700;
    color: white;
}

.stats-item p {
    margin: 0;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}

/* mobile */
@media (max-width: 576px) {
    .stats-glass {
        grid-template-columns: 1fr;
    }
}