/*==============================
General
==============================*/

body{

    font-family: Arial, Helvetica, sans-serif;

    color:#444;

}

a{

    text-decoration:none;

}

.logo{

    height:60px;

}

/*==============================
Top Bar
==============================*/

.top-bar{

    background:#0d3b66;

    color:#fff;

    padding:10px 0;

    font-size:14px;

}

.top-left a{

    color:#fff;

    margin-right:20px;

}

.top-left i{

    margin-right:6px;

}

.top-right{

    text-align:right;

}

.top-right span{

    margin-right:20px;

}

.top-right a{

    color:#fff;

    margin-left:12px;

    transition:.3s;

}

.top-right a:hover{

    color:#ffd166;

}

/*==============================
Navbar
==============================*/

.navbar{

    padding:15px 0;

}

.navbar-nav .nav-link{

    font-weight:600;

    margin-left:20px;

    color:#222;

}

.navbar-nav .nav-link:hover{

    color:#0d6efd;

}

.btn-primary{

    padding:10px 22px;

    border-radius:30px;

}

/*==============================
Hero Section
==============================*/

.hero-section{

    position:relative;

    background:url("../images/hero-bg.jpg") center center/cover no-repeat;

    overflow:hidden;

    color:#fff;

}

.hero-overlay{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:rgba(5,25,45,.75);

}

.hero-section .container{

    position:relative;

    z-index:2;

}

.hero-subtitle{

    display:inline-block;

    background:#ffd166;

    color:#222;

    padding:8px 20px;

    border-radius:30px;

    font-weight:600;

    margin-bottom:20px;

}

.hero-title{

    font-size:54px;

    font-weight:700;

    line-height:1.2;

    margin-bottom:25px;

}

.hero-text{

    font-size:18px;

    line-height:1.8;

    margin-bottom:35px;

    max-width:550px;

}

.hero-buttons .btn{

    margin-right:15px;

    margin-bottom:10px;

    padding:14px 30px;

    border-radius:40px;

}

.hero-image{

    max-width:100%;

    animation:floatImage 4s ease-in-out infinite;

}

@keyframes floatImage{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-12px);

    }

    100%{

        transform:translateY(0);

    }

}

@media(max-width:991px){

    .hero-section{

        text-align:center;

        padding:80px 0;

    }

    .hero-title{

        font-size:38px;

    }

    .hero-text{

        margin:0 auto 30px;

    }

    .hero-image{

        margin-top:50px;

    }

}

@media(max-width:576px){

    .hero-title{

        font-size:30px;

    }

    .hero-text{

        font-size:16px;

    }

}

/*==============================
About Section
==============================*/

.about-section{

    background:#f8f9fa;

}

.section-subtitle{

    color:#0d6efd;

    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;

}

.section-title{

    font-size:40px;

    font-weight:700;

    margin:15px 0 20px;

    color:#222;

}

.section-text{

    color:#666;

    line-height:1.9;

}

.about-image-wrapper{

    position:relative;

}

.about-image{

    border-radius:20px;

}

.experience-box{

    position:absolute;

    bottom:25px;

    right:-20px;

    background:#0d6efd;

    color:#fff;

    padding:20px;

    border-radius:15px;

    text-align:center;

    width:160px;

    box-shadow:0 10px 25px rgba(0,0,0,.2);

}

.experience-box h2{

    margin:0;

    font-size:40px;

    font-weight:700;

}

.about-feature{

    display:flex;

    align-items:center;

    background:#fff;

    padding:15px;

    border-radius:10px;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

}

.about-feature i{

    color:#0d6efd;

    margin-right:12px;

    font-size:18px;

}

.mission-box,
.vision-box{

    background:#fff;

    padding:20px;

    border-left:4px solid #0d6efd;

    border-radius:10px;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

}

.mission-box h5,
.vision-box h5{

    margin-bottom:10px;

    font-weight:600;

}

@media(max-width:991px){

    .experience-box{

        right:10px;

        bottom:10px;

    }

}

@media(max-width:576px){

    .section-title{

        font-size:30px;

    }

    .experience-box{

        width:130px;

        padding:15px;

    }

    .experience-box h2{

        font-size:30px;

    }

}

/*==============================
Services Section
==============================*/

.services-section{

    background:#ffffff;

}

.service-description{

    max-width:700px;

}

.service-card{

    background:#fff;

    border-radius:18px;

    padding:35px 30px;

    text-align:center;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

    border:1px solid #eee;

}

.service-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 40px rgba(0,0,0,.15);

}

.service-icon{

    width:80px;

    height:80px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#0d6efd;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

}

.service-card h4{

    margin-bottom:18px;

    font-weight:700;

    color:#222;

}

.service-card p{

    color:#666;

    line-height:1.8;

    margin-bottom:25px;

}

.service-card a{

    color:#0d6efd;

    font-weight:600;

    transition:.3s;

}

.service-card a:hover{

    color:#083d8c;

}

/*==============================
Why Choose Us
==============================*/

.why-section{

    background:#f8f9fa;

}

.why-feature{

    display:flex;

    align-items:flex-start;

    margin-top:30px;

}

.why-icon{

    width:65px;

    height:65px;

    min-width:65px;

    border-radius:50%;

    background:#0d6efd;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:24px;

    margin-right:20px;

}

.why-feature h5{

    font-weight:700;

    margin-bottom:8px;

    color:#222;

}

.why-feature p{

    color:#666;

    line-height:1.8;

    margin:0;

}

.why-image-wrapper{

    position:relative;

}

.trust-box{

    position:absolute;

    bottom:25px;

    left:-20px;

    background:#ffffff;

    padding:20px 30px;

    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.15);

    text-align:center;

}

.trust-box h3{

    font-size:38px;

    color:#0d6efd;

    font-weight:700;

    margin:0;

}

.trust-box span{

    color:#555;

    font-weight:600;

}

@media(max-width:991px){

    .trust-box{

        left:10px;

        bottom:10px;

    }

}

@media(max-width:576px){

    .why-feature{

        flex-direction:column;

    }

    .why-icon{

        margin-bottom:15px;

    }

    .trust-box{

        position:relative;

        left:0;

        bottom:0;

        margin-top:20px;

    }

}

/*==============================
Counter Section
==============================*/

.counter-section{

    background:#0d3b66;

    color:#fff;

}

.counter-box{

    background:rgba(255,255,255,.08);

    border-radius:18px;

    padding:40px 20px;

    text-align:center;

    transition:.35s;

    height:100%;

}

.counter-box:hover{

    transform:translateY(-8px);

    background:rgba(255,255,255,.15);

}

.counter-box i{

    font-size:42px;

    color:#ffd166;

    margin-bottom:20px;

}

.counter-box h2{

    font-size:48px;

    font-weight:700;

    margin-bottom:10px;

}

.counter-box p{

    font-size:17px;

    margin:0;

    color:#f5f5f5;

}

/*==============================
Working Process
==============================*/

.process-section{

    background:#ffffff;

}

.process-description{

    max-width:700px;

}

.process-card{

    position:relative;

    background:#fff;

    padding:35px 25px;

    border-radius:18px;

    text-align:center;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

    border:1px solid #eeeeee;

}

.process-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 40px rgba(0,0,0,.15);

}

.step-number{

    position:absolute;

    top:18px;

    right:18px;

    font-size:38px;

    font-weight:700;

    color:rgba(13,110,253,.12);

    line-height:1;

}

.process-icon{

    width:80px;

    height:80px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#0d6efd;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:30px;

}

.process-card h4{

    font-weight:700;

    margin-bottom:15px;

    color:#222;

}

.process-card p{

    color:#666;

    line-height:1.8;

    margin:0;

}

/* Optional connector line for desktop */

@media(min-width:992px){

    .process-card::after{

        content:"";

        position:absolute;

        top:80px;

        right:-18px;

        width:36px;

        height:2px;

        background:#0d6efd;

    }

    .col-lg-3:last-child .process-card::after{

        display:none;

    }

}

/*==============================
Industries Section
==============================*/

.industries-section{

    background:#f8f9fa;

}

.industry-description{

    max-width:700px;

}

.industry-card{

    background:#ffffff;

    border-radius:18px;

    padding:35px 20px;

    text-align:center;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    transition:.35s;

    border:1px solid #eeeeee;

    height:100%;

}

.industry-card:hover{

    transform:translateY(-8px);

    background:#0d6efd;

    color:#ffffff;

}

.industry-card i{

    font-size:42px;

    color:#0d6efd;

    margin-bottom:20px;

    transition:.35s;

}

.industry-card:hover i{

    color:#ffd166;

}

.industry-card h5{

    font-weight:700;

    margin:0;

}

/*==============================
Testimonials
==============================*/

.testimonial-section{

    background:#ffffff;

}

.testimonial-description{

    max-width:700px;

}

.testimonial-card{

    max-width:800px;

    margin:auto;

    text-align:center;

    background:#fff;

    padding:50px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.10);

}

.client-image{

    width:100px;

    height:100px;

    border-radius:50%;

    object-fit:cover;

    margin-bottom:20px;

    border:5px solid #0d6efd;

}

.stars{

    color:#ffc107;

    font-size:20px;

    margin-bottom:20px;

}

.testimonial-card p{

    font-size:18px;

    line-height:1.8;

    color:#555;

}

.testimonial-card h5{

    margin-top:20px;

    margin-bottom:5px;

    font-weight:700;

}

.testimonial-card span{

    color:#777;

}

.carousel-control-prev-icon,
.carousel-control-next-icon{

    background-color:#0d6efd;

    border-radius:50%;

    padding:20px;

}

@media(max-width:768px){

    .testimonial-card{

        padding:30px 20px;

    }

}

/*==============================
Our Team
==============================*/

.team-section{

    background:#f8f9fa;

}

.team-description{

    max-width:700px;

}

.team-card{

    background:#ffffff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.team-card:hover{

    transform:translateY(-10px);

}

.team-image{

    position:relative;

    overflow:hidden;

}

.team-image img{

    width:100%;

    height:340px;

    object-fit:cover;

    transition:.4s;

}

.team-card:hover .team-image img{

    transform:scale(1.08);

}

.team-social{

    position:absolute;

    left:50%;

    bottom:-60px;

    transform:translateX(-50%);

    display:flex;

    gap:12px;

    transition:.35s;

}

.team-card:hover .team-social{

    bottom:20px;

}

.team-social a{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#0d6efd;

    color:#ffffff;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.3s;

}

.team-social a:hover{

    background:#ffd166;

    color:#222;

}

.team-content{

    padding:25px;

    text-align:center;

}

.team-content h4{

    margin-bottom:8px;

    font-weight:700;

    color:#222;

}

.team-content span{

    color:#666;

    font-weight:500;

}

/*==============================
Call To Action
==============================*/

.cta-section{

    position:relative;

    background:url("../images/cta-bg.jpg") center center/cover no-repeat;

    padding:120px 0;

    color:#ffffff;

    overflow:hidden;

}

.cta-overlay{

    position:absolute;

    inset:0;

    background:rgba(8,28,52,.78);

}

.cta-section .container{

    position:relative;

    z-index:2;

}

.cta-subtitle{

    display:inline-block;

    background:#ffd166;

    color:#222;

    padding:8px 22px;

    border-radius:30px;

    font-weight:600;

    margin-bottom:25px;

}

.cta-title{

    font-size:48px;

    font-weight:700;

    line-height:1.3;

    margin-bottom:25px;

}

.cta-text{

    max-width:760px;

    margin:0 auto 40px;

    font-size:18px;

    line-height:1.9;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.cta-buttons .btn{

    padding:15px 34px;

    border-radius:40px;

    font-weight:600;

}

@media(max-width:768px){

    .cta-section{

        padding:80px 0;

    }

    .cta-title{

        font-size:34px;

    }

    .cta-text{

        font-size:16px;

    }

}

/*==============================
Latest Blog
==============================*/

.blog-section{

    background:#ffffff;

}

.blog-description{

    max-width:720px;

}

.blog-card{

    background:#ffffff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.blog-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 40px rgba(0,0,0,.14);

}

.blog-image{

    position:relative;

    overflow:hidden;

}

.blog-image img{

    width:100%;

    height:250px;

    object-fit:cover;

    transition:.4s;

}

.blog-card:hover .blog-image img{

    transform:scale(1.08);

}

.blog-date{

    position:absolute;

    top:20px;

    left:20px;

    width:65px;

    height:70px;

    background:#0d6efd;

    color:#ffffff;

    border-radius:12px;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    font-weight:700;

}

.blog-date span{

    font-size:24px;

    line-height:1;

}

.blog-date small{

    font-size:13px;

    text-transform:uppercase;

}

.blog-content{

    padding:28px;

}

.blog-meta{

    display:flex;

    gap:20px;

    font-size:14px;

    color:#777;

    margin-bottom:15px;

    flex-wrap:wrap;

}

.blog-meta i{

    color:#0d6efd;

    margin-right:6px;

}

.blog-content h4{

    font-size:24px;

    font-weight:700;

    color:#222;

    margin-bottom:15px;

    line-height:1.4;

}

.blog-content p{

    color:#666;

    line-height:1.8;

    margin-bottom:20px;

}

.blog-content a{

    color:#0d6efd;

    font-weight:600;

    transition:.3s;

}

.blog-content a i{

    margin-left:6px;

    transition:.3s;

}

.blog-content a:hover i{

    transform:translateX(5px);

}

/*==============================
FAQ
==============================*/

.faq-section{

    background:#f8f9fa;

}

.faq-description{

    max-width:700px;

}

.accordion-item{

    border:none;

    margin-bottom:15px;

    border-radius:12px;

    overflow:hidden;

}

.accordion-button{

    font-weight:600;

    padding:20px;

}

.accordion-button:not(.collapsed){

    background:#0d6efd;

    color:#ffffff;

}

/*==============================
Contact
==============================*/

.contact-section{

    background:#ffffff;

}

.contact-item{

    display:flex;

    margin-bottom:30px;

}

.contact-item i{

    width:60px;

    height:60px;

    background:#0d6efd;

    color:#ffffff;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    margin-right:20px;

    font-size:22px;

}

.contact-item h5{

    margin-bottom:5px;

    font-weight:700;

}

.contact-form{

    background:#f8f9fa;

    padding:40px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.contact-form .form-control{

    padding:15px;

    border-radius:10px;

    border:1px solid #ddd;

}

.contact-form textarea{

    resize:none;

}

/*==============================
Footer
==============================*/

.footer-section{

    background:#071a2d;

    color:#ffffff;

    padding:70px 0 20px;

}

.footer-logo{

    height:70px;

    margin-bottom:20px;

}

.footer-text{

    color:#d5d5d5;

    line-height:1.8;

}

.footer-section h5{

    margin-bottom:20px;

    font-weight:700;

}

.footer-links{

    list-style:none;

    padding:0;

}

.footer-links li{

    margin-bottom:12px;

}

.footer-links a{

    color:#d5d5d5;

    transition:.3s;

}

.footer-links a:hover{

    color:#ffd166;

    padding-left:6px;

}

.footer-social{

    margin-top:25px;

}

.footer-social a{

    width:42px;

    height:42px;

    border-radius:50%;

    display:inline-flex;

    justify-content:center;

    align-items:center;

    background:#0d6efd;

    color:#ffffff;

    margin-right:10px;

    transition:.3s;

}

.footer-social a:hover{

    background:#ffd166;

    color:#222;

}

.footer-bottom{

    text-align:center;

    color:#bbbbbb;

}

#backToTop{

    position:fixed;

    right:25px;

    bottom:25px;

    width:50px;

    height:50px;

    border:none;

    border-radius:50%;

    background:#0d6efd;

    color:#ffffff;

    display:none;

    z-index:999;

}

/*==================================
Preloader
===================================*/

#preloader{

    position:fixed;

    inset:0;

    background:#ffffff;

    z-index:99999;

    display:flex;

    justify-content:center;

    align-items:center;

}

.loader{

    width:65px;

    height:65px;

    border:6px solid #eeeeee;

    border-top:6px solid #0d6efd;

    border-radius:50%;

    animation:spin 1s linear infinite;

}

@keyframes spin{

    100%{

        transform:rotate(360deg);

    }

}

/*=========================
Typing Text
=========================*/

#typed-text{

    color:#ffffff;

}

/*=========================
Floating Cards
=========================*/

.floating-card{

    position:absolute;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(12px);

    color:#fff;

    display:flex;

    align-items:center;

    gap:15px;

    padding:15px 20px;

    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.20);

    animation:floatCard 4s ease-in-out infinite;

}

.floating-card i{

    font-size:30px;

    color:#ffd166;

}

.card-one{

    top:40px;

    left:0;

}

.card-two{

    top:220px;

    right:0;

}

.card-three{

    bottom:40px;

    left:40px;

}

@keyframes floatCard{

    50%{

        transform:translateY(-10px);

    }

}

/*=========================
Scroll Indicator
=========================*/

.scroll-indicator{

    position:absolute;

    bottom:25px;

    left:50%;

    transform:translateX(-50%);

}

.scroll-indicator a{

    color:#ffffff;

    font-size:28px;

    animation:bounce 2s infinite;

}

@keyframes bounce{

    50%{

        transform:translateY(10px);

    }

}

@media(max-width:991px){

    .floating-card{

        display:none;

    }

}

/*==============================
Premium Navbar
==============================*/

.navbar{

    transition:.35s ease;

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(12px);

}

.navbar.scrolled{

    padding:10px 0;

    box-shadow:0 10px 30px rgba(0,0,0,.12);

}

.logo{

    transition:.35s;
}

.navbar.scrolled .logo{

    height:50px;

}

.navbar-nav .nav-link{

    position:relative;

}

.navbar-nav .nav-link::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-5px;

    width:0;

    height:2px;

    background:#0d6efd;

    transition:.3s;

}

.navbar-nav .nav-link:hover::after,

.navbar-nav .nav-link.active::after{

    width:100%;

}

.nav-search-btn{

    width:45px;

    height:45px;

    border-radius:50%;

    border:none;

    background:#f1f3f5;

}

.nav-search-btn:hover{

    background:#0d6efd;

    color:#fff;

}

/*==================================
Hero Background Blobs
==================================*/

.hero-section{

    position:relative;

    overflow:hidden;

}

.hero-blob{

    position:absolute;

    border-radius:50%;

    filter:blur(90px);

    opacity:.28;

    animation:blobMove 12s ease-in-out infinite alternate;

    z-index:0;

}

.blob-one{

    width:320px;

    height:320px;

    background:#0d6efd;

    top:-80px;

    left:-120px;

}

.blob-two{

    width:380px;

    height:380px;

    background:#6f42c1;

    right:-120px;

    bottom:-120px;

}

@keyframes blobMove{

    from{

        transform:translate(0,0) scale(1);

    }

    to{

        transform:translate(50px,-30px) scale(1.15);

    }

}

/*==================================
Floating Shapes
==================================*/

.floating-shape{

    position:absolute;

    border-radius:50%;

    animation:shapeFloat 5s ease-in-out infinite;

}

.shape-one{

    width:18px;

    height:18px;

    background:#ffd166;

    top:12%;

    right:8%;

}

.shape-two{

    width:14px;

    height:14px;

    background:#0d6efd;

    bottom:18%;

    left:12%;

}

.shape-three{

    width:26px;

    height:26px;

    border:3px solid #ffffff;

    top:45%;

    left:5%;

    background:transparent;

}

@keyframes shapeFloat{

    50%{

        transform:translateY(-12px);

    }

}

/*==================================
Section Glow
==================================*/

.service-card,
.team-card,
.blog-card,
.process-card,
.industry-card{

    transition:transform .35s,
               box-shadow .35s;

}

.service-card:hover,
.team-card:hover,
.blog-card:hover,
.process-card:hover,
.industry-card:hover{

    box-shadow:0 18px 45px rgba(13,110,253,.20);

}

/*==================================
Ripple Button
==================================*/

.btn{

    position:relative;

    overflow:hidden;

}

.btn span.ripple{

    position:absolute;

    border-radius:50%;

    transform:scale(0);

    animation:ripple .6s linear;

    background:rgba(255,255,255,.45);

}

@keyframes ripple{

    to{

        transform:scale(4);

        opacity:0;

    }

}

/*====================================
SERVICE DETAILS PAGE
====================================*/

.page-banner{
    background:#0d3b66;
    color:#fff;
    padding:120px 0 80px;
    position:relative;
}

.banner-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.page-banner .container{
    position:relative;
    z-index:2;
}

.page-banner h1{
    font-size:48px;
    font-weight:700;
    margin-bottom:15px;
}

.breadcrumb{
    background:none;
    margin:0;
}

.breadcrumb a{
    color:#fff;
    text-decoration:none;
}

.breadcrumb-item.active{
    color:#ffc107;
}

.service-sidebar .sidebar-box{
    background:#fff;
    border-radius:10px;
    padding:30px;
    margin-bottom:30px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.service-sidebar ul{
    list-style:none;
    padding:0;
    margin:0;
}

.service-sidebar li{
    border-bottom:1px solid #eee;
}

.service-sidebar li:last-child{
    border-bottom:none;
}

.service-sidebar a{
    display:block;
    padding:12px 0;
    color:#333;
    text-decoration:none;
}

.service-sidebar a:hover{
    color:#0d6efd;
}

.service-list{
    padding-left:20px;
}

.service-list li{
    margin-bottom:12px;
}

.benefit-card{
    background:#fff;
    padding:35px 25px;
    text-align:center;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.benefit-card:hover{
    transform:translateY(-8px);
}

.benefit-card i{
    font-size:42px;
    color:#0d6efd;
    margin-bottom:20px;
}

.service-cta{
    background:#0d3b66;
    color:#fff;
}

.service-cta .section-title,
.service-cta .section-text,
.service-cta .section-subtitle{
    color:#fff;
}