/*====================================================

    WINNERS CONSULTANCY
    Premium Corporate Theme

=====================================================*/

:root{

    --primary:#0A2C56;
    --secondary:#0D6E63;
    --gold:#D4AF37;
    --light:#F8FAFC;
    --dark:#1A1A1A;
    --gray:#6c757d;
    --white:#ffffff;

    --shadow:0 15px 40px rgba(0,0,0,.08);

}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{

    scroll-behavior:smooth;

}

body{

    font-family:'Inter',sans-serif;

    background:var(--light);

    color:var(--dark);

    overflow-x:hidden;

}

h1,h2,h3,h4,h5,h6{

    font-family:'Poppins',sans-serif;
    font-weight:700;

}

a{

    text-decoration:none;

}

img{

    max-width:100%;

}

section{

    padding:100px 0;

}

/*==========================================================
TOP BAR
==========================================================*/

.top-bar{

    background:#0A2C56;

    color:#fff;

    padding:10px 0;

    font-size:14px;

}

.top-contact{

    display:flex;

    flex-wrap:wrap;

    gap:25px;

}

.top-contact a{

    color:#fff;

    transition:.3s;

}

.top-contact a:hover{

    color:#D4AF37;

}

.top-contact i{

    color:#D4AF37;

    margin-right:8px;

}

.top-social a{

    width:35px;

    height:35px;

    display:inline-flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    border-radius:50%;

    margin-left:8px;

    transition:.4s;

    border:1px solid rgba(255,255,255,.2);

}

.top-social a:hover{

    background:#D4AF37;

    color:#000;

    transform:translateY(-5px);

}

/*==========================================================
NAVBAR
==========================================================*/

.main-navbar{

    margin-top:50px;

    transition:.4s;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(18px);

}

.main-navbar.scrolled{

    margin-top:0;

    background:#fff;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.logo{

    width:65px;

}

.logo-text{

    display:inline-block;

    margin-left:10px;

}

.logo-text h4{

    color:#0A2C56;

    margin:0;

    font-weight:800;

}

.logo-text small{

    display:block;

    color:#666;

}

.navbar-nav .nav-link{

    color:#222;

    font-weight:600;

    margin-left:18px;

    position:relative;

}

.navbar-nav .nav-link::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-6px;

    width:0;

    height:3px;

    background:#D4AF37;

    transition:.4s;

}

.navbar-nav .nav-link:hover::after{

    width:100%;

}

.quote-btn{

    background:#D4AF37;

    color:#000;

    border-radius:40px;

    padding:12px 28px;

    font-weight:700;

    transition:.4s;

}

.quote-btn:hover{

    background:#0A2C56;

    color:#fff;

    transform:translateY(-3px);

}

.dropdown-menu{

    border:none;

    border-radius:15px;

    box-shadow:0 20px 40px rgba(0,0,0,.12);

    padding:15px;

}

.dropdown-item{

    padding:10px;

    border-radius:8px;

}

.dropdown-item:hover{

    background:#0A2C56;

    color:#fff;

}

@media(max-width:991px){

.top-bar{

display:none;

}

.main-navbar{

margin-top:0;

background:#fff;

}

.logo{

width:55px;

}

.logo-text small{

display:none;

}

}

/*=========================================
HERO
=========================================*/

.hero-section{

position:relative;

background:linear-gradient(135deg,#0A2C56,#0F4C81);

overflow:hidden;

color:#fff;

padding-top:120px;

}

.hero-content h1{

font-size:65px;

font-weight:800;

line-height:1.1;

margin:20px 0;

}

.hero-content h1 span{

color:#D4AF37;

}

.hero-content p{

font-size:18px;

line-height:1.9;

margin-bottom:35px;

color:#eee;

}

.hero-tag{

display:inline-block;

background:rgba(255,255,255,.15);

padding:10px 20px;

border-radius:30px;

backdrop-filter:blur(12px);

}

.hero-buttons{

display:flex;

gap:20px;

margin-bottom:50px;

}

.btn-gold{

background:#D4AF37;

padding:15px 35px;

border-radius:40px;

font-weight:700;

transition:.4s;

}

.btn-gold:hover{

background:#fff;

transform:translateY(-5px);

}

.hero-stats{

display:flex;

gap:40px;

}

.hero-stats h3{

font-size:40px;

color:#D4AF37;

margin-bottom:0;

}

.hero-stats small{

font-size:15px;

}

/*==================================
SWIPER
==================================*/

.heroSwiper{

width:100%;

padding:40px 0;

}

.heroSwiper .swiper-slide{

width:340px;

height:470px;

border-radius:25px;

overflow:hidden;

box-shadow:0 20px 50px rgba(0,0,0,.35);

}

.heroSwiper img{

width:100%;

height:100%;

object-fit:cover;

}

/*==================================
FLOATING CARDS
==================================*/

.floating-card{

position:absolute;

background:rgba(255,255,255,.12);

backdrop-filter:blur(15px);

padding:18px 25px;

border-radius:15px;

font-weight:600;

box-shadow:0 15px 40px rgba(0,0,0,.2);

animation:float 5s infinite ease-in-out;

}

.card1{

top:170px;

right:90px;

}

.card2{

bottom:180px;

right:30px;

}

.card3{

bottom:70px;

left:55%;

}

.floating-card i{

color:#D4AF37;

margin-right:10px;

}

@keyframes float{

0%{transform:translateY(0);}

50%{transform:translateY(-18px);}

100%{transform:translateY(0);}

}

/*==================================
BACKGROUND SHAPES
==================================*/

.shape{

position:absolute;

border-radius:50%;

background:rgba(255,255,255,.08);

}

.shape1{

width:450px;

height:450px;

top:-180px;

right:-150px;

}

.shape2{

width:220px;

height:220px;

left:-90px;

bottom:70px;

}

.shape3{

width:120px;

height:120px;

top:40%;

left:48%;

}

/*==================================
RESPONSIVE
==================================*/

@media(max-width:991px){

.hero-content{

text-align:center;

}

.hero-content h1{

font-size:42px;

}

.hero-buttons{

justify-content:center;

}

.hero-stats{

justify-content:center;

margin-bottom:40px;

}

.floating-card{

display:none;

}

}
.trusted-section{

padding:90px 0;

background:#fff;

}

.partner-card{

background:#fff;

padding:40px;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.4s;

text-align:center;

height:170px;

display:flex;

align-items:center;

justify-content:center;

}

.partner-card:hover{

transform:translateY(-10px);

}

.partner-card img{

max-height:65px;

filter:grayscale(100%);

opacity:.7;

transition:.4s;

}

.partner-card:hover img{

filter:none;

opacity:1;

}
/*==================================================
WHY US
==================================================*/

.why-us{

padding:120px 0;

background:#f8fbff;

position:relative;

}

.section-small-title{

color:#D4AF37;

font-weight:700;

letter-spacing:2px;

text-transform:uppercase;

margin-bottom:15px;

display:block;

}

.section-title{

font-size:46px;

font-weight:800;

color:#0A2C56;

margin-bottom:25px;

line-height:1.2;

}

.feature-box{

display:flex;

align-items:flex-start;

gap:20px;

background:#fff;

padding:25px;

margin-bottom:25px;

border-radius:18px;

box-shadow:0 10px 35px rgba(0,0,0,.07);

transition:.4s;

}

.feature-box:hover{

transform:translateY(-8px);

}

.feature-icon{

width:70px;

height:70px;

background:#0A2C56;

color:#fff;

display:flex;

justify-content:center;

align-items:center;

border-radius:18px;

font-size:26px;

transition:.4s;

}

.feature-box:hover .feature-icon{

background:#D4AF37;

color:#000;

transform:rotate(360deg);

}

.why-image{

position:relative;

}

.why-image img{

border-radius:25px;

}

.floating-box{

position:absolute;

background:#fff;

padding:20px;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.15);

text-align:center;

animation:float 5s ease-in-out infinite;

min-width:180px;

}

.floating-box i{

font-size:28px;

color:#D4AF37;

margin-bottom:10px;

}

.floating-box h3{

margin:5px 0;

font-weight:800;

color:#0A2C56;

}

.box-one{

top:40px;

left:-40px;

}

.box-two{

bottom:40px;

right:-30px;

}

.box-three{

top:45%;

right:-80px;

}

@media(max-width:991px){

.box-one,
.box-two,
.box-three{

position:relative;

left:0;
right:0;
top:0;
bottom:0;

margin:20px auto;

display:block;

}

.section-title{

font-size:34px;

}

}
/*======================================
WHY WINNERS
=======================================*/

.why-winners{

background:#fff;

padding:120px 0;

}

.image-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:20px;

}

.grid-item{

overflow:hidden;

border-radius:25px;

box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.grid-item img{

width:100%;

height:100%;

object-fit:cover;

transition:.5s;

}

.grid-item:hover img{

transform:scale(1.08);

}

.item1{

height:320px;

}

.item2{

height:200px;

margin-top:70px;

}

.item3{

height:220px;

}

.item4{

height:340px;

margin-top:-40px;

}

.choose-card{

background:#fff;

padding:30px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

margin-bottom:25px;

transition:.4s;

height:100%;

}

.choose-card:hover{

transform:translateY(-10px);

}

.number{

width:60px;

height:60px;

background:#D4AF37;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

font-weight:700;

margin-bottom:20px;

color:#fff;

}

/*==================================
ABOUT HERO
==================================*/

.about-hero{

background:url('../images/about-banner.jpg');

background-size:cover;

background-position:center;

position:relative;

padding:180px 0 130px;

color:#fff;

}

.hero-overlay{
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient( 90deg, rgba(82, 127, 205, 0.85), rgba(98, 152, 246, 0.55), rgba(91, 142, 229, 0.3) );
  z-index: 2;
}

.about-hero .container{

position:relative;

z-index:2;

}

.hero-subtitle{

display:inline-block;

padding:10px 30px;

background:rgba(255,255,255,.15);

backdrop-filter:blur(12px);

border-radius:30px;

letter-spacing:2px;

margin-bottom:20px;

}

.about-hero h1{

font-size:60px;

font-weight:800;

margin-bottom:25px;

}

.about-hero p{

font-size:20px;

max-width:850px;

margin:auto;

line-height:1.8;

}

.breadcrumb{

margin-top:35px;

}

.breadcrumb a{

color:#fff;

}

.breadcrumb-item.active{

color:#D4AF37;

}


/*==================================
COMPANY STORY
==================================*/

.company-story{

padding:120px 0;

background:#fff;

}

.story-image{

position:relative;

}

.story-image img{

border-radius:25px;

box-shadow:0 20px 60px rgba(0,0,0,.12);

}

.experience-card{

position:absolute;

right:-30px;

bottom:30px;

background:#0A2C56;

padding:30px;

border-radius:20px;

color:#fff;

text-align:center;

box-shadow:0 15px 45px rgba(0,0,0,.2);

}

.experience-card h2{

font-size:52px;

color:#D4AF37;

font-weight:800;

}


/*==================================
VISION
==================================*/

.vision-section{

padding:120px 0;

background:#F6F9FC;

}

.vm-card{

background:#fff;

padding:45px;

border-radius:25px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.vm-card:hover{

transform:translateY(-12px);

}

.vm-icon{

width:90px;

height:90px;

background:#0A2C56;

color:#fff;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:34px;

margin-bottom:25px;

transition:.4s;

}

.vm-card:hover .vm-icon{

background:#D4AF37;

color:#000;

transform:rotate(360deg);

}

.vm-card ul{

padding-left:20px;

line-height:2;

}
.wave-divider{

margin-top:-2px;

overflow:hidden;

line-height:0;

}

.wave-divider svg{

display:block;

width:100%;

height:120px;

}