*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,
body{
    overflow-x:hidden;
    max-width:100%;
}

body{
    font-family:'Inter',sans-serif;
    color:#1a1a1a;
    overflow-x:hidden;
}

h1,h2,h3,h4,h5{
    font-family:'Montserrat',sans-serif;
}

.custom-navbar{
    background:rgba(0,59,115,0.9);
    backdrop-filter:blur(10px);
    padding:15px 0;
}

.logo{
    width:60px;
}

.navbar-brand span{
    font-weight:700;
}

.nav-link{
    color:#ffffff !important;
    font-weight:600;
}

.hero-section{
    background:linear-gradient(135deg,#003b73,#005ea6);
    position:relative;
    color:white;
    overflow:hidden;
}

.hero-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(0,166,214,0.08);
    border-radius:50%;
    top:-200px;
    right:-100px;
    filter:blur(100px);
}

.hero-badge{
    display:inline-block;
    background:rgba(255,255,255,0.15);
    padding:10px 20px;
    border-radius:30px;
    margin-bottom:20px;
}

.hero-title{
    font-size:4rem;
    font-weight:800;
    line-height:1.2;
}

.hero-title span{
    color:#9ad1ff;
}

.hero-text{
    font-size:1.1rem;
    margin:25px 0;
    line-height:1.8;
}

.custom-btn{
    background:#00a6d6;
    border:none;
    padding:14px 30px;
    border-radius:50px;
}

.custom-btn-outline{
    border:1px solid white;
    color:white;
    padding:14px 30px;
    border-radius:50px;
    margin-left:15px;
}

/* HERO GLASS CARD */

.hero-glass-card{
    position:relative;
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,0.18);

    border-radius:35px;

    padding:50px;

    overflow:hidden;

    box-shadow:
        0 20px 60px rgba(0,0,0,0.12),
        inset 0 1px 1px rgba(255,255,255,0.15);

    transition:0.4s ease;
}

/* GLOW EFFECTS */

.hero-glass-card::before{
    content:'';

    position:absolute;

    width:280px;
    height:280px;

    background:rgba(0,166,214,0.18);

    border-radius:50%;

    top:-80px;
    right:-60px;

    filter:blur(50px);

    z-index:0;
}

.hero-glass-card::after{
    content:'';

    position:absolute;

    width:180px;
    height:180px;

    background:rgba(255,255,255,0.12);

    border-radius:50%;

    bottom:-60px;
    left:-40px;

    filter:blur(40px);

    z-index:0;
}

/* HERO GRAPHIC */

.hero-graphic{
    position:relative;
    z-index:2;

    width:100%;
    max-width:430px;

    filter:
        drop-shadow(0 20px 40px rgba(0,0,0,0.15));

    animation:floatingPills 5s ease-in-out infinite;
}

@keyframes floatingPills{

    0%{
        transform:translateY(0px) rotate(0deg);
    }

    50%{
        transform:translateY(-12px) rotate(1deg);
    }

    100%{
        transform:translateY(0px) rotate(0deg);
    }

}

.hero-glass-card:hover{
    transform:translateY(-8px);
}

.hero-logo{
    width:250px;
}

.section-padding{
    padding:100px 0;
}

.section-title{
    font-size:2.5rem;
    margin-bottom:20px;
    color:#003b73;
}

.section-text{
    line-height:1.9;
    margin-bottom:20px;
}

.bg-light-custom{
    background:#f7fbff;
}

.stats-card{
    background:white;
    padding:40px;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.stat-box{
    text-align:center;
    padding:25px;
    border-radius:20px;
    background:#f7fbff;
}

.stat-box h3{
    color:#003b73;
    font-size:2rem;
}

.service-card{
    background:white;
    padding:40px;
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    height:100%;
    transition:0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* border-top:4px solid #00a6d6; */
}

.service-card h4{
    min-height:80px;
    display:flex;
    align-items:center;
}

.service-link:hover .service-card{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.service-icon{
    font-size:3rem;
    color:#00a6d6;
    margin-bottom:20px;
}

.value-card{
    background:white;
    padding:40px 30px;
    border-radius:25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    height:100%;
    transition:0.3s ease;
    border-top:4px solid #00a6d6;
}

.value-card:hover{
    transform:translateY(-8px);
}

.value-card h5{
    margin-top:20px;
    margin-bottom:18px;
    color:#003b73;
    font-weight:700;
}

.value-card p{
    color:#555;
    line-height:1.8;
    font-size:0.95rem;
}

.value-card i{
    font-size:3rem;
    color:#003b73;
    margin-bottom:20px;
}

.cta-section{
    background:#003b73;
    color:white;
    padding:100px 0;
}

.custom-btn-light{
    padding:14px 35px;
    border-radius:50px;
    margin-top:20px;
}

.footer-section{
    background:#001f3f;
    color:white;
    padding:60px 0 20px;
}

.page-banner{
    background:linear-gradient(135deg,#003b73,#005ea6);
    color:white;
    padding:120px 0 40px;
    position:relative;
    overflow:hidden;
}

.page-banner h1{
    font-size:3rem;
    font-weight:700;
    margin:0;
}

.about-box,
.team-card,
.service-large-card,
.contact-form{
    background:white;
    padding:34px;
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    border-top:4px solid #00a6d6;
}

.whatsapp-btn{
    position:fixed;
    right:20px;
    bottom:20px;
    width:60px;
    height:60px;
    background:#25d366;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:2rem;
    text-decoration:none;
    z-index:999;
}


/* SERVICES PAGE */

.service-large-card{
    background:white;
    padding:50px;
    border-radius:30px;
    box-shadow:0 15px 40px rgba(0,0,0,0.06);
    transition:0.4s ease;
}

.service-large-card:hover{
    transform:translateY(-5px);
}

.service-header{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:30px;
}

.service-icon-wrapper i{
    font-size:3rem;
    color:#00a6d6;
}

.service-icon-wrapper i{
    font-size:2.5rem;
    color:#00a6d6;
}

.service-header h2{
    font-size:2rem;
    margin-bottom:10px;
    color:#00a6d6;
}

.service-subtitle{
    color:#666;
    margin:0;
}

.service-content p{
    line-height:1.9;
    margin-bottom:20px;
    color:#444;
}

.service-list{
    padding-left:20px;
    margin-bottom:30px;
}

.service-list li{
    margin-bottom:18px;
    line-height:1.8;
    color:#444;
}

/* INDUSTRIES SECTION */

.industries-section{
    padding:90px 0;
    background:#f7fbff;
}

.industry-card{
    background:rgba(255,255,255,0.55);
    backdrop-filter:blur(14px);
    border:1px solid rgba(255,255,255,0.3);
    border-top:4px solid #00a6d6;
    border-radius:28px;
    padding:40px 25px;
    text-align:center;
    transition:0.4s ease;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.industry-card:hover{
    transform:translateY(-10px) scale(1.02);
    box-shadow:0 18px 40px rgba(0,0,0,0.08);
}

.industry-icon{
    width:85px;
    height:85px;
    margin:0 auto 25px;
    border-radius:24px;
    background:rgba(0,166,214,0.1);
    display:flex;
    align-items:center;
    justify-content:center;
}

.industry-icon i{
    font-size:2.5rem;
    color:#00a6d6;
}

.industry-card h5{
    color:#003b73;
    font-weight:700;
    margin:0;
}

/* TIMELINE SECTION */

.timeline-section{
    background:#f8fbff;
}

.timeline{
    position:relative;
    max-width:1000px;
    margin:auto;
}

.timeline::after{
    content:'';
    position:absolute;
    width:2px;
    background:#00a6d6;
    top:0;
    bottom:0;
    left:50%;
    margin-left:-2px;
}

.timeline-item{
    padding:10px 40px;
    position:relative;
    width:50%;
}

.timeline-item::after{
    content:'';
    position:absolute;
    width:28px;
    height:28px;
    right:-14px;
    background:#00a6d6;
    border:6px solid #ffffff;
    top:28px;
    border-radius:50%;
    z-index:5;
    box-shadow:0 0 0 4px rgba(0,166,214,0.15);
    transition:0.3s ease;
}

.timeline-item.left{
    left:0;
}

.timeline-item.right{
    left:50%;
}

.timeline-item.right::after{
    left:-14px;
}

.timeline-content{
    padding:30px;
    background:white;
    position:relative;
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    transition:0.3s ease;
    border-top:4px solid #00a6d6;
}

.timeline-content:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(0,0,0,0.08);
}

.timeline-year{
    display:inline-block;
    margin-bottom:15px;
    color:#00a6d6;
    font-weight:700;
}

.timeline-content h5{
    color:#003b73;
    margin-bottom:15px;
}

.timeline-content p{
    color:#555;
    line-height:1.8;
    margin:0;
}

/* OUR SERVICES HOME PAGE  */

.service-link{
    text-decoration:none;
    display:block;
    color:inherit;
}

/* TEAM SECTION */

.team-card{
    text-align:center;
    transition:0.3s ease;
    height:100%;
    max-width:320px;
    margin:auto;
}

.team-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.team-img{
    width:120px;
    height:120px;
    object-fit:cover;
    border-radius:50%;
    margin-bottom:25px;
    border:5px solid rgba(0,166,214,0.12);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s ease;
}

.team-card:hover .team-img{
    transform:scale(1.05);
}

.team-card h4{
    color:#003b73;
    margin-bottom:10px;
    font-weight:700;
}

.team-role{
    display:block;
    color:#00a6d6;
    font-weight:600;
    margin-bottom:18px;
}

.team-card p{
    color:#555;
    line-height:1.8;
    margin:0;
}


/* CONTACT PAGE */

.contact-subtext{
    color:#555;
    line-height:1.9;
    margin-bottom:40px;
    max-width:520px;
}

.contact-info-box{
    display:flex;
    align-items:flex-start;
    gap:20px;
    margin-bottom:30px;
}

.contact-icon{
    width:60px;
    height:60px;
    background:rgba(0,166,214,0.1);
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.contact-icon i{
    color:#00a6d6;
    font-size:1.4rem;
}

.contact-info-box h6{
    color:#003b73;
    font-weight:700;
    margin-bottom:8px;
}

.contact-info-box p{
    color:#555;
    margin:0;
    line-height:1.8;
}

.contact-section{
    padding-top:50px;
    padding-bottom:60px;
}

/* FOOTER SOCIAL */

.footer-social a{
    width:48px;
    height:48px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.1);
    border-radius:14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:1.2rem;
    text-decoration:none;
    transition:0.3s ease;
}

.footer-social a:hover{
    background:#00a6d6;
    transform:translateY(-4px);
    color:white;
}

/* FOOTER CONTACT */

.footer-contact-wrapper{
    max-width:320px;
    margin-left:auto;
}

.footer-contact-wrapper h5{
    margin-bottom:20px;
}

.footer-contact-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:16px;
    color:rgba(255,255,255,0.85);
}

.footer-contact-item i{
    color:#00a6d6;
    font-size:1rem;
    margin-top:3px;
}

.footer-contact-item span{
    line-height:1.7;
}