                                /* =========================================================
   NAVBAR
========================================================= */

.navbar{
    padding:14px 0;
    background:rgba(2,6,23,0.96);
    backdrop-filter:blur(16px);
    border-bottom:1px solid rgba(255,255,255,0.06);
    z-index:999;
}

.navbar .container{
    max-width:1320px;
}

.navbar-brand{
    font-size:30px;
    font-weight:800;
    color:#00d4ff !important;
    letter-spacing:0.3px;
}

.navbar-brand:hover{
    color:#ffffff !important;
}

/* =========================================================
   NAV LINKS
========================================================= */

.navbar-nav{
    gap:8px;
}

.navbar-nav .nav-link{
    color:#ffffff !important;
    font-size:15px;
    font-weight:500;
    padding:10px 16px !important;
    border-radius:12px;
    transition:0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
    background:rgba(0,212,255,0.08);
    color:#00d4ff !important;
}

/* =========================================================
   NAV BUTTON
========================================================= */

.btn-nav{
    background:linear-gradient(
        135deg,
        #00d4ff,
        #2563eb
    );

    color:#ffffff !important;
    padding:13px 28px;
    border-radius:50px;
    font-size:15px;
    font-weight:600;
    margin-left:14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:0.3s ease;
    box-shadow:0 10px 25px rgba(0,212,255,0.18);
}

.btn-nav:hover{
    transform:translateY(-2px);
    color:#ffffff !important;
}

/* =========================================================
   NAVBAR TOGGLER
========================================================= */

.navbar-toggler{
    width:48px;
    height:48px;
    border:none !important;
    border-radius:12px;
    background:rgba(255,255,255,0.08) !important;
    padding:0;
    box-shadow:none !important;
}

.navbar-toggler:focus{
    box-shadow:none !important;
}

.navbar-toggler-icon{
    background-image:none !important;
    width:24px;
    height:18px;
    position:relative;
    display:block;
    margin:auto;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon span{
    content:'';
    position:absolute;
    left:0;
    width:100%;
    height:2px;
    background:#ffffff;
    border-radius:20px;
}

.navbar-toggler-icon::before{
    top:0;
}

.navbar-toggler-icon span{
    top:8px;
}

.navbar-toggler-icon::after{
    bottom:0;
}

/* =========================================================
   FOOTER
========================================================= */

footer{
    background:#020617;
    position:relative;
    overflow:hidden;
    padding:90px 0 0;
}

footer::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:#00d4ff;
    filter:blur(220px);
    opacity:0.05;
    top:-220px;
    right:-220px;
}

/* =========================================================
   FOOTER CONTAINER
========================================================= */

footer .container{
    max-width:1320px;
    position:relative;
    z-index:2;
}

/* =========================================================
   FOOTER ROW
========================================================= */

footer .row{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    justify-content:space-between;
    row-gap:40px;
}

/* =========================================================
   CUSTOM COLUMN WIDTHS
========================================================= */

/* WEBSUPPORTGURU */

footer .col-lg-3:nth-child(1){
    flex:0 0 34%;
    max-width:34%;
    padding-right:45px;
}

/* QUICK LINKS */

footer .col-lg-3:nth-child(2){
    flex:0 0 18%;
    max-width:18%;
}

/* SERVICES */

footer .col-lg-3:nth-child(3){
    flex:0 0 23%;
    max-width:23%;
}

/* CONTACT */

footer .col-lg-3:nth-child(4){
    flex:0 0 25%;
    max-width:25%;
}

/* =========================================================
   LOGO
========================================================= */

.footer-logo{
    font-size:38px;
    font-weight:800;
    color:#00d4ff;
    margin-bottom:24px;
    line-height:1.2;
    text-align:center;
}

/* =========================================================
   FOOTER TEXT
========================================================= */

.footer-text{
    color:#dbe4ef;
    line-height:2;
    font-size:16px;
    max-width:380px;
    padding-left:6px;
    padding-right:6px;
    text-align:justify;
}

/* =========================================================
   FOOTER TITLES
========================================================= */

.footer-title{
    font-size:24px;
    font-weight:700;
    color:#ffffff;
    margin-bottom:28px;
    line-height:1.3;
    
}

/* =========================================================
   FOOTER LINKS
========================================================= */

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:18px;
}

.footer-links li:last-child{
    margin-bottom:0;
}

.footer-links li a{
    color:#dbe4ef;
    font-size:16px;
    line-height:1.8;
    display:inline-block;
    transition:0.3s ease;
}

.footer-links li a:hover{
    color:#00d4ff;
    transform:translateX(4px);
}

/* =========================================================
   CONTACT INFO
========================================================= */

.footer-contact li{
    display:flex;
    align-items:flex-start;
    gap:16px;
    color:#dbe4ef;
    font-size:16px;
    line-height:1.9;
}

.footer-contact li i{
    color:#00d4ff;
    font-size:20px;
    margin-top:7px;
    min-width:22px;
}

/* =========================================================
   NEWSLETTER
========================================================= */

.newsletter-wrapper{
    margin-top:70px;
    padding-top:45px;
    border-top:1px solid rgba(255,255,255,0.08);
    text-align:center;
}

.newsletter-box{
    max-width:820px;
    margin:0 auto;
}

.newsletter-box h5{
    font-size:30px;
    font-weight:700;
    color:#ffffff;
    margin-bottom:24px;
}

.newsletter-form{
    display:flex;
    align-items:center;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:60px;
    overflow:hidden;
}

.newsletter-form input{
    flex:1;
    height:68px;
    border:none;
    background:transparent;
    padding:0 26px;
    color:#ffffff;
    font-size:16px;
    outline:none;
}

.newsletter-form input::placeholder{
    color:#94a3b8;
}

.newsletter-form button{
    border:none;
    height:68px;
    min-width:200px;
    padding:0 32px;
    background:linear-gradient(
        135deg,
        #00d4ff,
        #2563eb
    );

    color:#ffffff;
    font-size:16px;
    font-weight:600;
    transition:0.3s ease;
}

.newsletter-form button:hover{
    opacity:0.92;
}

.newsletter-message{
    margin-top:14px;
    color:#00d4ff;
    font-size:14px;
}

/* =========================================================
   SOCIAL ICONS
========================================================= */

.social-icons{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:22px;
    margin-top:40px;
}

.social-icons a{
    width:68px;
    height:68px;
    border-radius:50%;
    background:#111827;
    color:#00d4ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    border:1px solid rgba(255,255,255,0.06);
    transition:0.3s ease;
    box-shadow:0 10px 25px rgba(0,0,0,0.25);
}

.social-icons a:hover{
    background:#00d4ff;
    color:#000000;
    transform:translateY(-5px) scale(1.05);
    box-shadow:0 18px 35px rgba(0,212,255,0.28);
}

/* =========================================================
   FOOTER BOTTOM
========================================================= */

.footer-bottom{
    margin-top:55px;
    padding:26px 0;
    border-top:1px solid rgba(255,255,255,0.06);
    text-align:center;
    color:#94a3b8;
    font-size:14px;
    line-height:1.7;
}

/* =========================================================
   TABLET
========================================================= */

@media(max-width:991px){

    .navbar-brand{
        font-size:26px;
    }

    .navbar-collapse{
        background:#0f172a;
        margin-top:16px;
        padding:22px;
        border-radius:20px;
        border:1px solid rgba(255,255,255,0.05);
    }

    .navbar-nav{
        gap:4px;
    }

    .navbar-nav .nav-link{
        width:100%;
    }

    .btn-nav{
        width:100%;
        margin-left:0;
        margin-top:14px;
    }

    footer{
        padding-top:70px;
    }

    footer .col-lg-3:nth-child(1),
    footer .col-lg-3:nth-child(2),
    footer .col-lg-3:nth-child(3),
    footer .col-lg-3:nth-child(4){
        flex:0 0 50%;
        max-width:50%;
        padding-right:12px;
    }

    .footer-logo{
        font-size:30px;
    }

    .footer-title{
        font-size:22px;
    }

}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px){

    footer{
        text-align:center;
        padding-top:60px;
    }

    footer .row{
        row-gap:35px;
    }

    footer .col-lg-3:nth-child(1),
    footer .col-lg-3:nth-child(2),
    footer .col-lg-3:nth-child(3),
    footer .col-lg-3:nth-child(4){
        flex:0 0 100%;
        max-width:100%;
        padding-right:0;
    }

    .footer-logo{
        font-size:28px;
    }

    .footer-text{
        max-width:100%;
        margin:auto;
        font-size:15px;
        line-height:1.9;
    }

    .footer-title{
        font-size:22px;
        margin-bottom:20px;
    }

    .footer-links li{
        margin-bottom:16px;
    }

    .footer-contact{
        max-width:320px;
        margin:auto;
    }

    .footer-contact{
    max-width:100%;
    margin:auto;
    }
    
    .footer-contact li{
        justify-content:center;
        align-items:center;
        text-align:center;
        margin-bottom:18px;
        gap:14px;
    }
    
    .footer-contact li i{
        margin-top:0;
    }

    .newsletter-wrapper{
        margin-top:45px;
        padding-top:30px;
    }

    .newsletter-box{
        width:100%;
    }

    .newsletter-box h5{
        font-size:24px;
        margin-bottom:20px;
    }

    .newsletter-form{
        display:flex;
        flex-direction:column;
        align-items:stretch;
        background:transparent;
        border:none;
        gap:14px;
        border-radius:0;
        overflow:visible;
    }

    .newsletter-form input{
        width:100%;
        height:56px;
        border-radius:16px;
        background:rgba(255,255,255,0.05);
        border:1px solid rgba(255,255,255,0.08);
        text-align:center;
        padding: 18px;
        font-size:15px;
    }

    .newsletter-form button{
        width:100%;
        height:56px;
        border-radius:16px;
        font-size:15px;
        min-width:100%;
    }

    .social-icons{
        gap:16px;
        margin-top:30px;
    }

    .social-icons a{
        width:60px;
        height:60px;
        font-size:24px;
    }

    .footer-bottom{
        margin-top:35px;
        font-size:13px;
        padding-bottom:22px;
    }

}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media(max-width:576px){

    .navbar-brand{
        font-size:22px;
    }

    .navbar-toggler{
        width:44px;
        height:44px;
    }

    .footer-logo{
        font-size:24px;
    }

    .footer-title{
        font-size:20px;
    }

    .footer-links li a{
        font-size:15px;
    }

    .footer-contact li{
        font-size:15px;
    }

    .newsletter-box h5{
        font-size:22px;
    }

    .social-icons a{
        width:56px;
        height:56px;
        font-size:22px;
    }

}                