/*==========================
TOP HEADER
==========================*/
html{
    scroll-behavior:smooth;
}

/* Offset for fixed header */

section{
    scroll-margin-top:140px;
}

#home,
#about,
#services,
#portfolio,
#testimonials,
#contact{

    scroll-margin-top:130px;

}
/*==========================
MOBILE HEADER
===========================*/

.mobile-topbar{

    display:none;

}

@media(max-width:991px){

.mobile-topbar{

display:block;

background:#0B5ED7;

color:#fff;

padding:10px 0;

font-size:14px;

}

.mobile-top-inner{

display:flex;

justify-content:space-between;

align-items:center;

}

.mobile-location{

display:flex;

align-items:center;

gap:8px;

font-weight:500;

}

.mobile-actions{

display:flex;

gap:10px;

}

.mobile-actions a{

width:36px;

height:36px;

display:flex;

align-items:center;

justify-content:center;

background:rgba(255,255,255,.15);

border-radius:50%;

color:#fff;

transition:.3s;

}

.mobile-actions a:hover{

background:#fff;

color:#0B5ED7;

}

}
@media (max-width:991px){

/* Hide top bar */

.top-bar{

display:none;

}

.hero-section h1{

    font-size:38px;
    font-weight:800;
    line-height:1.2;
    color:#111;

}


/* Smaller navbar */

.navbar{

height:70px;
padding:8px 0;

}

/* Smaller logo */

.navbar-brand img{

height:42px;

}

/* Hide CTA */

.navbar-cta{

display:none;

}

/* Center menu */

.navbar-collapse{

background:#fff;

margin-top:15px;

border-radius:18px;

padding:20px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.navbar-nav{

gap:0;

}

.navbar-nav .nav-link{

padding:14px;

border-radius:12px;

}

/* Hero */

.hero-section{

padding-top:40px;

}

/* Hide floating technologies */

.tech{

display:none;

}

}
.top-bar{
    background:#0B5ED7;
    color:#fff;
    padding:10px 0;
    font-size:14px;
    font-weight:500;
}

.top-bar a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.top-bar a:hover{
    opacity:.8;
}

.top-bar .social-icons a{
    width:34px;
    height:34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.25);
    border-radius:50%;
    margin-left:8px;
    transition:.3s;
}

.top-bar .social-icons a:hover{
    background:#fff;
    color:#0B5ED7;
    border-color:#fff;
}

.phone-box{

    background:#fff;
    color:#0B5ED7 !important;
    padding:8px 18px;
    border-radius:50px;
    font-weight:700;
    display:inline-flex;
    align-items:center;
    margin-left:15px;

}

.phone-box i{
    margin-right:8px;
}

.btn-consultation{

    background:#111;
    color:#fff !important;
    padding:8px 22px;
    border-radius:50px;
    margin-left:15px;
    font-weight:600;
    transition:.3s;

}

.btn-consultation:hover{

    background:#fff;
    color:#111 !important;

}

/*==========================
NAVBAR
===========================*/

.navbar{

    height:82px;

    background:#fff;

    transition:.35s;

}

.navbar-brand img{

    height:62px;

}

.navbar-nav{

    gap:10px;

}

.navbar-nav .nav-link{

    position:relative;

    padding:12px 18px !important;

    font-size:17px;

    font-weight:600;

    color:#111;

    border-radius:50px;

    transition:.35s;

}

.navbar-nav .nav-link:hover{

    color:#0B5ED7;

}

.navbar-nav .nav-link::after{

    content:"";

    position:absolute;

    left:18px;

    bottom:8px;

    width:0;

    height:2px;

    background:#0B5ED7;

    transition:.35s;

}

.navbar-nav .nav-link:hover::after{

    width:calc(100% - 36px);

}

.navbar-nav .active{

    background:#0B5ED7;

    color:#fff !important;

}

.navbar-nav .active::after{

    display:none;

}

.navbar-cta{

    background:linear-gradient(135deg,#0B5ED7,#2563EB);

    color:#fff;

    padding:14px 28px;

    border-radius:50px;

    font-weight:600;

    transition:.35s;

    box-shadow:0 12px 30px rgba(11,94,215,.25);

}

.navbar-cta:hover{

    transform:translateY(-3px);

    color:#fff;

}
/*==========================
HERO
===========================*/

.hero-section{

    padding:100px 0;
    background:linear-gradient(180deg,#ffffff,#f7fbff);

}

.hero-tag{

    display:inline-block;
    background:#0B5ED7;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:25px;

}

.hero-section h1{

    font-size:58px;
    font-weight:800;
    line-height:1.2;
    color:#111;

}

.hero-section h1 span{

    color:#0B5ED7;

}

.hero-section p{

    margin-top:25px;
    font-size:18px;
    color:#555;
    line-height:1.8;

}

.hero-buttons{

    margin-top:40px;

}

.btn-primary-custom{

    background:#0B5ED7;
    color:#fff;
    padding:16px 34px;
    border-radius:50px;
    margin-right:15px;
    display:inline-block;
    font-weight:600;

}

.btn-primary-custom:hover{

    color:#fff;

}

.btn-outline-custom{

    border:2px solid #0B5ED7;
    color:#0B5ED7;
    padding:15px 34px;
    border-radius:50px;
    display:inline-block;

}

.btn-outline-custom:hover{

    background:#0B5ED7;
    color:#fff;

}

.hero-counter{

    display:flex;
    gap:60px;

}

.hero-counter h3{

    color:#0B5ED7;
    font-size:38px;
    font-weight:700;

}

.hero-counter span{

    color:#666;

}

.hero-image{

    max-width:100%;
    animation:float 5s ease-in-out infinite;

}

.tech{

    position:absolute;
    background:#fff;
    padding:10px 20px;
    border-radius:40px;
    box-shadow:0 15px 30px rgba(0,0,0,.08);
    font-weight:600;

}

.react{

    top:15%;
    left:0;

}

.wordpress{

    top:70%;
    left:5%;

}

.laravel{

    top:20%;
    right:5%;

}

.flutter{

    top:65%;
    right:0;

}

.ai{

    top:45%;
    right:25%;

}

@keyframes float{

0%{transform:translateY(0);}
50%{transform:translateY(-12px);}
100%{transform:translateY(0);}

}
/*==========================
ABOUT SECTION
===========================*/

.about-section{

    padding:100px 0;
    background:#ffffff;

}

.section-tag{

    color:#0B5ED7;
    font-weight:700;
    letter-spacing:2px;
    font-size:14px;

}

.section-title{

    font-size:42px;
    font-weight:700;
    color:#111;
    line-height:1.3;

}

.section-text{

    color:#666;
    line-height:1.9;
    margin-top:20px;

}

.about-image{

    position:relative;

}

.about-image img{

    border-radius:20px;

}

.experience-box{

    position:absolute;
    bottom:25px;
    right:25px;

    background:#0B5ED7;
    color:#fff;

    padding:25px;

    border-radius:20px;

    text-align:center;

    min-width:180px;

    box-shadow:0 20px 40px rgba(11,94,215,.25);

}

.experience-box h2{

    font-size:42px;
    font-weight:700;
    margin-bottom:5px;

}

.feature-box{

    display:flex;

    gap:15px;

    padding:20px;

    border-radius:15px;

    background:#fff;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    transition:.3s;

    height:100%;

}

.feature-box:hover{

    transform:translateY(-6px);

}

.feature-box i{

    font-size:28px;

    color:#0B5ED7;

}

.feature-box h6{

    font-weight:600;

    margin-bottom:8px;

}

.feature-box p{

    margin:0;

    color:#666;

    font-size:15px;

}
/*==========================
SERVICES
===========================*/

.services-section{

    background:#F8F9FA;
    padding:100px 0;

}

.service-card{

    background:#fff;

    padding:40px 30px;

    border-radius:20px;

    transition:.35s;

    height:100%;

    border:1px solid #eee;

}

.service-card:hover{

    transform:translateY(-10px);

    border-color:#0B5ED7;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.service-icon{

    width:70px;

    height:70px;

    background:#0B5ED7;

    color:#fff;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    margin-bottom:25px;

}

.service-card h4{

    font-size:22px;

    font-weight:700;

    margin-bottom:15px;

    color:#111;

}

.service-card p{

    color:#666;

    line-height:1.8;

    margin:0;

}
/*==========================
TECHNOLOGIES
===========================*/

.technology-section{

    padding:100px 0;
    background:#ffffff;

}

.tech-card{

    background:#fff;

    border:1px solid #ececec;

    border-radius:18px;

    padding:30px 15px;

    text-align:center;

    transition:.35s;

    height:100%;

}

.tech-card:hover{

    transform:translateY(-8px);

    border-color:#0B5ED7;

    box-shadow:0 20px 45px rgba(11,94,215,.10);

}

.tech-card img{

    width:52px;

    height:52px;

    margin-bottom:18px;

}

.tech-card i{

    font-size:50px;

    color:#0B5ED7;

    margin-bottom:18px;

}

.tech-card h6{

    margin:0;

    font-size:17px;

    font-weight:600;

    color:#111;

}
/*==========================
PROCESS
===========================*/

.process-section{
    background:#F8F9FA;
    padding:100px 0;
}

.process-card{

    position:relative;

    background:#fff;

    padding:35px 20px;

    border-radius:20px;

    text-align:center;

    height:100%;

    transition:.35s;

    border:1px solid #ececec;

}

.process-card:hover{

    transform:translateY(-10px);

    border-color:#0B5ED7;

    box-shadow:0 20px 40px rgba(11,94,215,.12);

}

.process-number{

    position:absolute;

    top:15px;

    right:18px;

    font-size:18px;

    font-weight:700;

    color:#0B5ED7;

}

.process-icon{

    width:75px;

    height:75px;

    background:#0B5ED7;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto;

    font-size:30px;

    margin-bottom:25px;

}

.process-card h5{

    font-weight:700;

    margin-bottom:15px;

}

.process-card p{

    color:#666;

    font-size:15px;

    line-height:1.7;

    margin:0;

}

/*==========================
PORTFOLIO
===========================*/

.portfolio-section{

    background:#fff;
    padding:100px 0;

}

.portfolio-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.35s;

}

.portfolio-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.10);

}

.portfolio-card img{

    width:100%;

    height:260px;

    object-fit:cover;

}

.portfolio-content{

    padding:25px;

}

.portfolio-content span{

    color:#0B5ED7;

    font-size:14px;

    font-weight:600;

}

.portfolio-content h4{

    margin:12px 0 18px;

    font-size:24px;

    font-weight:700;

    color:#111;

}

.portfolio-btn{

    color:#111;

    font-weight:600;

    text-decoration:none;

}

.portfolio-btn:hover{

    color:#0B5ED7;

}

/*==========================
TESTIMONIALS
===========================*/

.testimonial-section{
    background:#F8F9FA;
    padding:100px 0;
}

.testimonial-card{

    background:#fff;

    padding:35px;

    border-radius:20px;

    border:1px solid #ececec;

    transition:.35s;

    height:100%;

}

.testimonial-card:hover{

    transform:translateY(-8px);

    border-color:#0B5ED7;

    box-shadow:0 20px 40px rgba(11,94,215,.10);

}

.stars{

    color:#0B5ED7;

    font-size:22px;

    margin-bottom:20px;

}

.testimonial-card p{

    color:#666;

    line-height:1.9;

    margin-bottom:30px;

}

.client{

    display:flex;

    align-items:center;

    gap:15px;

}

.client img{

    width:60px;

    height:60px;

    border-radius:50%;

    object-fit:cover;

}

.client h5{

    margin:0;

    font-size:18px;

    font-weight:700;

    color:#111;

}

.client span{

    color:#777;

    font-size:14px;

}
/*==========================
CTA SECTION
===========================*/

.cta-section{

    padding:90px 0;

    background:#0B5ED7;

    color:#fff;

}

.cta-tag{

    display:inline-block;

    background:rgba(255,255,255,.15);

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:20px;

}

.cta-section h2{

    font-size:42px;

    font-weight:700;

    margin-bottom:20px;

}

.cta-section p{

    font-size:18px;

    opacity:.9;

    line-height:1.8;

    max-width:700px;

}

.btn-cta-primary{

    display:inline-block;

    background:#fff;

    color:#0B5ED7;

    padding:16px 32px;

    border-radius:50px;

    font-weight:600;

    margin-right:15px;

    transition:.3s;

}

.btn-cta-primary:hover{

    background:#111;

    color:#fff;

}

.btn-cta-outline{

    display:inline-block;

    border:2px solid #fff;

    color:#fff;

    padding:16px 32px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

}

.btn-cta-outline:hover{

    background:#fff;

    color:#0B5ED7;

}

@media(max-width:991px){

    .cta-section{
        text-align:center;
    }

    .btn-cta-primary,
    .btn-cta-outline{

        display:block;

        margin:15px auto;
        max-width:260px;

    }

}

/*==========================
CONTACT
===========================*/

.contact-section{

    padding:100px 0;

    background:#fff;

}

.contact-info{

    background:#111;

    color:#fff;

    padding:45px;

    border-radius:20px;

    height:100%;

}

.contact-info h3{

    font-weight:700;

    margin-bottom:20px;

}

.contact-info p{

    color:#ddd;

    line-height:1.8;

}

.info-box{

    display:flex;

    gap:18px;

    margin-top:30px;

}

.info-box .icon{

    width:60px;

    height:60px;

    background:#0B5ED7;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

}

.info-box h6{

    margin-bottom:5px;

}

.info-box a{

    color:#fff;

    text-decoration:none;

}

.social-links a{

    width:45px;

    height:45px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#0B5ED7;

    color:#fff;

    margin-right:10px;

    transition:.3s;

}

.social-links a:hover{

    background:#fff;

    color:#0B5ED7;

}

.contact-form{

    background:#F8F9FA;

    padding:45px;

    border-radius:20px;

}

.form-control,
.form-select{

    height:55px;

    border-radius:12px;

    border:1px solid #ddd;

}

textarea.form-control{

    height:auto;

}

.btn-submit{

    background:#0B5ED7;

    color:#fff;

    border:none;

    padding:15px 35px;

    border-radius:50px;

    font-weight:600;

}

.btn-submit:hover{

    background:#111;

}

/*==========================
FOOTER
===========================*/

.footer{

    background:#111;

    color:#fff;

    padding:90px 0 0;

}

.footer-logo{

    max-height:60px;

    margin-bottom:25px;

}

.footer-about{

    color:#bbb;

    line-height:1.9;

    margin-bottom:30px;

}

.footer h4{

    color:#fff;

    margin-bottom:25px;

    font-size:22px;

    font-weight:700;

    position:relative;

}

.footer h4:after{

    content:"";

    width:45px;

    height:3px;

    background:#0B5ED7;

    position:absolute;

    left:0;

    bottom:-10px;

    border-radius:10px;

}

.footer ul{

    list-style:none;

    padding:0;

    margin:0;

}

.footer ul li{

    margin-bottom:15px;

    color:#bbb;

}

.footer ul li a{

    color:#bbb;

    text-decoration:none;

    transition:.3s;

}

.footer ul li a:hover{

    color:#fff;

    padding-left:8px;

}

.footer-social{

    display:flex;

    gap:15px;

}

.footer-social a{

    width:48px;

    height:48px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#1b1b1b;

    color:#fff;

    font-size:20px;

    transition:.35s;

}

.footer-social a:hover{

    background:#0B5ED7;

    transform:translateY(-6px);

}

.footer-contact li{

    display:flex;

    gap:15px;

    align-items:flex-start;

}

.footer-contact i{

    color:#0B5ED7;

    margin-top:5px;

    min-width:20px;

}

.footer-bottom{

    margin-top:70px;

    border-top:1px solid rgba(255,255,255,.08);

    padding:25px 0;

    color:#bbb;

    font-size:15px;

}

.footer-bottom strong{

    color:#fff;

}

.footer-bottom i{

    color:#0B5ED7;

}

@media(max-width:991px){

.footer{

text-align:center;

}

.footer h4:after{

left:50%;

transform:translateX(-50%);

}

.footer-social{

justify-content:center;

}

.footer-contact li{

justify-content:center;

}

}