/*==================================================
FIBERTECH SOLUTIONS
Premium Enterprise CSS
Version 2.0
==================================================*/


/*==================================================
GOOGLE FONT
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


/*==================================================
CSS VARIABLES
==================================================*/

:root{

    --primary:#0d6efd;
    --secondary:#00b8ff;

    --dark:#07111f;
    --dark-2:#0d1b2e;

    --white:#ffffff;

    --text:#1f2937;
    --text-light:#6b7280;

    --bg:#f5f8fc;

    --radius:18px;

    --shadow:0 15px 40px rgba(0,0,0,.08);

    --transition:.35s ease;

}


/*==================================================
RESET
==================================================*/

*{

    margin:0;
    padding:0;
    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    font-family:'Poppins',sans-serif;

    background:#fff;

    color:var(--text);

    overflow-x:hidden;

    line-height:1.7;

}

img{

    max-width:100%;
    display:block;

}

a{

    text-decoration:none;

    transition:var(--transition);

}

ul{

    list-style:none;

    margin:0;
    padding:0;

}


/*==================================================
COMMON
==================================================*/

section{

    padding:100px 0;

}

.container{

    max-width:1320px;

}

.section-tag{

    display:inline-block;

    padding:8px 18px;

    background:#eaf4ff;

    color:var(--primary);

    border-radius:40px;

    font-size:14px;

    font-weight:600;

    margin-bottom:15px;

}

.section-title{

    font-size:44px;

    font-weight:800;

    color:var(--text);

    margin-bottom:20px;

}

.section-description{

    color:var(--text-light);

    max-width:720px;

    margin:auto;

    font-size:17px;

}


/*==================================================
BUTTONS
==================================================*/

.btn-primary{

    display:inline-block;

    padding:15px 35px;

    border-radius:50px;

    background:linear-gradient(135deg,var(--primary),var(--secondary));

    color:#fff;

    font-weight:600;

    border:none;

}

.btn-primary:hover{

    transform:translateY(-3px);

    color:#fff;

}

.btn-outline{

    display:inline-block;

    padding:15px 35px;

    border-radius:50px;

    border:2px solid var(--secondary);

    color:#fff;

}

.btn-outline:hover{

    background:var(--secondary);

    color:#fff;

}


/*==================================================
NAVBAR
==================================================*/

.custom-navbar{

    background:rgba(7,17,31,.92);

    backdrop-filter:blur(18px);

    padding:18px 0;

    border-bottom:1px solid rgba(255,255,255,.08);

}

.navbar-brand{

    display:flex;

    align-items:center;

    gap:14px;

}

.brand-icon{

    width:50px;

    height:50px;

    border-radius:15px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:linear-gradient(135deg,var(--primary),var(--secondary));

}

.brand-icon i{

    color:#fff;

    font-size:24px;

}

.navbar-brand h4{

    color:#fff;

    margin:0;

    font-size:22px;

    font-weight:700;

}

.navbar-brand small{

    color:#b9c7d8;

}

.nav-link{

    color:#fff !important;

    margin:0 10px;

    font-weight:500;

}

.nav-link:hover,

.nav-link.active{

    color:var(--secondary)!important;

}

.quote-btn{

    padding:13px 30px;

    border-radius:50px;

    background:linear-gradient(135deg,var(--primary),var(--secondary));

    color:#fff;

    font-weight:600;

}

.quote-btn:hover{

    color:#fff;

    transform:translateY(-2px);

}


/* Dropdown */

.navbar .dropdown-menu{

    background:#0d1b2e;

    border:none;

    border-radius:15px;

    padding:12px;

    box-shadow:0 20px 40px rgba(0,0,0,.25);

}

.navbar .dropdown-item{

    color:#fff;

    padding:12px 18px;

    border-radius:10px;

}

.navbar .dropdown-item:hover{

    background:rgba(255,255,255,.08);

    color:var(--secondary);

}
/*==================================================
HERO SECTION
==================================================*/

.hero{

    position:relative;

    overflow:hidden;

    padding:140px 0 100px;

    background:linear-gradient(135deg,#07111f 0%,#0d2d56 45%,#0d6efd 100%);

    color:#fff;

}

.hero::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    background:rgba(255,255,255,.05);

    border-radius:50%;

    top:-180px;

    right:-120px;

    filter:blur(10px);

}

.hero::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    background:rgba(0,184,255,.12);

    border-radius:50%;

    bottom:-120px;

    left:-100px;

    filter:blur(30px);

}

.hero .container{

    position:relative;

    z-index:2;

}


/*==============================
LEFT CONTENT
==============================*/

.hero-content{

    max-width:620px;

}

.hero-tag{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 20px;

    border-radius:40px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(10px);

    margin-bottom:25px;

    font-weight:600;

}

.hero-tag i{

    color:#00d9ff;

}

.hero h1{

    font-size:62px;

    line-height:1.12;

    font-weight:800;

    margin-bottom:25px;

}

.hero h1 span{

    color:#55c5ff;

}

.hero p{

    font-size:18px;

    color:#d8e5f5;

    max-width:560px;

    margin-bottom:35px;

}

.hero-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

    margin-bottom:45px;

}


/*==============================
STATISTICS
==============================*/

.hero-stats{

    display:flex;

    flex-wrap:wrap;

    gap:18px;

}

.stat-box{

    min-width:120px;

    background:rgba(255,255,255,.10);

    backdrop-filter:blur(14px);

    border:1px solid rgba(255,255,255,.15);

    border-radius:16px;

    padding:18px 22px;

    text-align:center;

}

.stat-box h3{

    color:#fff;

    font-size:30px;

    margin-bottom:6px;

    font-weight:700;

}

.stat-box span{

    color:#d6e4f4;

    font-size:14px;

}


/*==============================
RIGHT SIDE
==============================*/

.hero-visual{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    min-height:620px;

}

.hero-glow{

    position:absolute;

    width:520px;

    height:520px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(13,110,253,.45),
    transparent 70%);

    filter:blur(40px);

}

.hero-image{

    position:relative;

    z-index:2;

    width:100%;

    max-width:680px;

    height:520px;

    object-fit:cover;

    border-radius:26px;

    border:5px solid rgba(255,255,255,.10);

    box-shadow:0 35px 80px rgba(0,0,0,.35);

}


/*==============================
FLOATING CARDS
==============================*/

.info-card{

    position:absolute;

    z-index:5;

    width:220px;

    display:flex;

    align-items:center;

    gap:15px;

    padding:18px;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.20);

    border-radius:18px;

    color:#fff;

    box-shadow:0 15px 35px rgba(0,0,0,.25);

    animation:floatCard 5s ease-in-out infinite;

}

.security-card{

    top:70px;

    right:-25px;

}

.cloud-card{

    bottom:70px;

    right:-25px;

    animation-delay:2s;

}

.info-card i{

    font-size:32px;

    color:#00d9ff;

}

.info-card h5{

    margin:0;

    font-size:17px;

    color:#fff;

}

.info-card small{

    color:#d9e6ff;

}


/*==============================
ANIMATION
==============================*/

@keyframes floatCard{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-12px);

    }

    100%{

        transform:translateY(0);

    }

}


/*==============================
RESPONSIVE
==============================*/

@media(max-width:991px){

    .hero{

        padding:110px 0 80px;

    }

    .hero h1{

        font-size:42px;

    }

    .hero-buttons{

        flex-direction:column;

    }

    .hero-visual{

        margin-top:60px;

        min-height:auto;

    }

    .hero-image{

        height:420px;

    }

    .security-card,

    .cloud-card{

        position:relative;

        top:auto;

        right:auto;

        bottom:auto;

        margin:20px auto;

    }

    .hero-stats{

        justify-content:center;

    }

}

@media(max-width:576px){

    .hero h1{

        font-size:34px;

    }

    .hero p{

        font-size:16px;

    }

    .hero-image{

        height:320px;

    }

    .stat-box{

        width:100%;

    }

}
/*==================================================
SERVICES SECTION
==================================================*/

.services-section{

    padding:100px 0;

    background:#f8fbff;

}


/*==============================
SECTION HEADER
==============================*/

.services-section .section-header{

    text-align:center;

    max-width:760px;

    margin:0 auto 70px;

}

.services-section .section-header h2{

    color:#1f2937;

    font-size:44px;

    font-weight:800;

    margin:15px 0;

}

.services-section .section-header p{

    color:#6b7280;

    font-size:17px;

    line-height:1.8;

}


/*==============================
SERVICE CARD
==============================*/

.premium-service-card{

    background:#ffffff;

    border-radius:22px;

    overflow:hidden;

    height:100%;

    display:flex;

    flex-direction:column;

    border:1px solid #edf2f7;

    box-shadow:0 12px 35px rgba(0,0,0,.06);

    transition:all .35s ease;

}

.premium-service-card:hover{

    transform:translateY(-10px);

    border-color:#0d6efd;

    box-shadow:0 25px 50px rgba(13,110,253,.18);

}


/*==============================
IMAGE
==============================*/

.service-image{

    height:220px;

    overflow:hidden;

}

.service-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:transform .6s ease;

}

.premium-service-card:hover .service-image img{

    transform:scale(1.08);

}


/*==============================
BODY
==============================*/

.service-body{

    flex:1;

    display:flex;

    flex-direction:column;

    padding:28px;

}


/*==============================
ICON
==============================*/

.service-icon{

    width:70px;

    height:70px;

    border-radius:18px;

    background:linear-gradient(135deg,#0d6efd,#00b8ff);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:30px;

    margin-top:-62px;

    margin-bottom:22px;

    box-shadow:0 12px 28px rgba(13,110,253,.28);

}


/*==============================
TEXT
==============================*/

.service-body h3{

    color:#1f2937;

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

}

.service-body p{

    color:#6b7280;

    line-height:1.8;

    font-size:15px;

    flex:1;

}


/*==============================
BUTTON
==============================*/

.service-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-top:25px;

    color:#0d6efd;

    font-weight:700;

}

.service-btn i{

    transition:.3s;

}

.service-btn:hover{

    color:#0056d6;

}

.service-btn:hover i{

    transform:translateX(6px);

}


/*==============================
GRID SPACING
==============================*/

.services-section .row{

    row-gap:35px;

}


/*==============================
RESPONSIVE
==============================*/

@media(max-width:991px){

    .service-image{

        height:200px;

    }

    .services-section .section-header h2{

        font-size:36px;

    }

}

@media(max-width:576px){

    .service-body{

        padding:22px;

    }

    .service-image{

        height:190px;

    }

    .service-body h3{

        font-size:22px;

    }

}
/*==================================================
WHY CHOOSE US
==================================================*/

.why-section{

    padding:100px 0;

    background:#ffffff;

}

.why-section .section-header{

    text-align:center;

    max-width:700px;

    margin:0 auto 70px;

}

.why-section .section-header h2{

    color:#1f2937;

    font-size:42px;

    font-weight:800;

    margin-bottom:15px;

}

.why-section .section-header p{

    color:#6b7280;

    font-size:17px;

}


/*==================================
WHY CARD
==================================*/

.why-card{

    background:#ffffff;

    border:1px solid #e8edf5;

    border-radius:20px;

    padding:35px 25px;

    text-align:center;

    height:100%;

    transition:.35s ease;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.why-card:hover{

    transform:translateY(-8px);

    border-color:#0d6efd;

    box-shadow:0 20px 45px rgba(13,110,253,.15);

}


/*==================================
ICON
==================================*/

.why-card i{

    width:75px;

    height:75px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:0 auto 22px;

    border-radius:18px;

    background:linear-gradient(135deg,#0d6efd,#00b8ff);

    color:#ffffff;

    font-size:34px;

}


/*==================================
TEXT
==================================*/

.why-card h5{

    color:#1f2937;

    font-size:22px;

    font-weight:700;

    margin-bottom:12px;

}

.why-card p{

    color:#6b7280;

    font-size:15px;

    line-height:1.7;

    margin:0;

}


/*==================================
RESPONSIVE
==================================*/

@media(max-width:991px){

    .why-section{

        padding:80px 0;

    }

    .why-section .section-header h2{

        font-size:34px;

    }

}

@media(max-width:576px){

    .why-card{

        padding:28px 20px;

    }

}
/*==================================================
TRUSTED CLIENTS
==================================================*/

.clients-section{

    padding:90px 0;

    background:#f8fbff;

}

.clients-section .section-header{

    text-align:center;

    margin-bottom:60px;

}

.clients-section .section-header h2{

    font-size:42px;

    font-weight:800;

    color:#1f2937;

    margin:15px 0;

}

.clients-section .section-header p{

    color:#6b7280;

    font-size:17px;

}

.client-logos{

    display:flex;

    justify-content:center;

    align-items:center;

    flex-wrap:wrap;

    gap:50px;

}

.client-logo{

    width:180px;

    height:90px;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:15px;

    background:#fff;

    border-radius:16px;

    border:1px solid #edf2f7;

    transition:.35s ease;

}

.client-logo:hover{

    transform:translateY(-6px);

    border-color:#0d6efd;

    box-shadow:0 15px 35px rgba(13,110,253,.12);

}

.client-logo img{

    max-width:130px;

    max-height:55px;

    object-fit:contain;

    filter:grayscale(100%);

    opacity:.75;

    transition:.35s ease;

}

.client-logo:hover img{

    filter:none;

    opacity:1;

    transform:scale(1.08);

}


/*==============================
RESPONSIVE
==============================*/

@media(max-width:768px){

    .client-logo{

        width:140px;

        height:75px;

    }

    .client-logo img{

        max-width:100px;

    }

}
/*======================================================
SERVICES PAGE PREMIUM STYLES
======================================================*/

/* Hero */

.services-hero{
    position:relative;
    padding:180px 0 120px;
    overflow:hidden;
}

.services-hero .hero-image{
    width:100%;
    border-radius:25px;
    box-shadow:0 25px 60px rgba(0,0,0,.35);
}

/* Section Header */

.section-tag{

    display:inline-block;

    padding:8px 20px;

    border-radius:50px;

    background:rgba(0,191,255,.12);

    color:var(--secondary);

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:15px;

}

.section-header h2{

    font-size:42px;

    font-weight:700;

    margin-bottom:20px;

}

.section-header p{

    max-width:700px;

    margin:auto;

    color:#9aa7b8;

}

/*======================================================
SERVICE CARD
======================================================*/

.premium-service-card{

    background:#0d1b2e;

    border-radius:22px;

    overflow:hidden;

    transition:.4s;

    border:1px solid rgba(255,255,255,.06);

    height:100%;

}

.premium-service-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 50px rgba(0,191,255,.15);

}

.service-image{

    height:220px;

    overflow:hidden;

}

.service-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s;

}

.premium-service-card:hover img{

    transform:scale(1.08);

}

.service-body{

    padding:30px;

}

.service-icon{

    width:70px;

    height:70px;

    border-radius:18px;

    background:linear-gradient(135deg,var(--primary),var(--secondary));

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:20px;

}

.service-icon i{

    color:#fff;

    font-size:28px;

}

.service-body h3{

    color:#fff;

    margin-bottom:15px;

}

.service-body p{

    color:#b9c7d8;

    line-height:1.8;

}

.service-btn{

    display:inline-flex;

    align-items:center;

    gap:8px;

    margin-top:20px;

    color:var(--secondary);

    font-weight:600;

}

.service-btn:hover{

    letter-spacing:.5px;

}

/*======================================================
WHY CARD
======================================================*/

.why-card{

    background:#0d1b2e;

    padding:40px 30px;

    border-radius:20px;

    transition:.4s;

    height:100%;

}

.why-card:hover{

    transform:translateY(-10px);

}

.why-card i{

    font-size:50px;

    color:var(--secondary);

    margin-bottom:20px;

}

.why-card h4{

    color:#fff;

}

.why-card p{

    color:#b9c7d8;

}

/*======================================================
PROCESS CARD
======================================================*/

.process-card{

    background:#0d1b2e;

    padding:40px 30px;

    border-radius:20px;

    position:relative;

    transition:.4s;

    height:100%;

}

.process-card:hover{

    transform:translateY(-10px);

}

.process-number{

    position:absolute;

    top:20px;

    right:25px;

    font-size:32px;

    font-weight:700;

    color:rgba(255,255,255,.08);

}

.process-card i{

    font-size:45px;

    color:var(--secondary);

    margin-bottom:20px;

}

.process-card h4{

    color:#fff;

}

.process-card p{

    color:#b9c7d8;

}

/*======================================================
TECHNOLOGIES
======================================================*/

.tech-card{

    background:#0d1b2e;

    padding:30px;

    border-radius:20px;

    transition:.4s;

    height:100%;

}

.tech-card:hover{

    transform:translateY(-10px);

    background:linear-gradient(135deg,#102846,#0d1b2e);

}

.tech-card i{

    font-size:45px;

    color:var(--secondary);

}

.tech-card h6{

    color:#fff;

    margin-top:18px;

}

/*======================================================
INDUSTRIES
======================================================*/

.industry-card{

    background:#0d1b2e;

    padding:35px;

    border-radius:18px;

    transition:.4s;

    height:100%;

}

.industry-card:hover{

    transform:translateY(-10px);

}

.industry-card i{

    font-size:45px;

    color:var(--secondary);

    margin-bottom:15px;

}

.industry-card h5{

    color:#fff;

}

/*======================================================
CLIENTS
======================================================*/

.client-card{

    background:#0d1b2e;

    border-radius:18px;

    padding:35px;

    text-align:center;

    color:#fff;

    font-weight:600;

    transition:.4s;

    border:1px solid rgba(255,255,255,.05);

}

.client-card:hover{

    background:linear-gradient(135deg,var(--primary),var(--secondary));

    transform:translateY(-8px);

}

/*======================================================
CTA
======================================================*/

.cta-box{

    padding:80px 50px;

    border-radius:30px;

    background:linear-gradient(135deg,#0b2447,#123d73);

    text-align:center;

}

.cta-box h2{

    color:#fff;

    font-size:46px;

    margin-bottom:20px;

}

.cta-box p{

    color:#dbe7f4;

    max-width:700px;

    margin:0 auto 35px;

}

/*======================================================
RESPONSIVE
======================================================*/

@media(max-width:768px){

.section-header h2{

font-size:32px;

}

.cta-box{

padding:60px 30px;

}

.cta-box h2{

font-size:32px;

}

.service-image{

height:200px;

}

}
/*====================================================
PORTFOLIO PAGE EXTRA COMPONENTS
====================================================*/


/* PROJECT TAGS */

.project-tags{

    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin:20px 0;

}


.project-tags span{

    background:rgba(0,198,255,.12);

    color:var(--secondary);

    padding:6px 14px;

    border-radius:30px;

    font-size:13px;

    font-weight:500;

}



/* CLIENT LOGOS */

.client-logos{

    display:grid;

    grid-template-columns:repeat(6,1fr);

    gap:25px;

    align-items:center;

}



.client-logo{

    background:#ffffff;

    padding:25px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    min-height:120px;

    transition:.3s ease;

}



.client-logo img{

    max-width:100%;

    max-height:70px;

    object-fit:contain;

    filter:grayscale(100%);

    opacity:.75;

    transition:.3s ease;

}



.client-logo:hover{

    transform:translateY(-8px);

}



.client-logo:hover img{

    filter:none;

    opacity:1;

}



/* TESTIMONIAL CARDS */


.testimonial-card{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    padding:35px;

    border-radius:20px;

    height:100%;

    transition:.3s ease;

}



.testimonial-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.25);

}



.testimonial-card p{

    color:#c7d3e0;

    line-height:1.8;

    font-size:15px;

}



.testimonial-card h4{

    color:white;

    margin-top:25px;

    margin-bottom:5px;

}



.testimonial-card span{

    color:var(--secondary);

    font-size:14px;

}



.rating{

    color:#ffc107;

    font-size:22px;

    letter-spacing:3px;

    margin-bottom:20px;

}





/* STATS SECTION */


.stats-section{

    padding:80px 0;

}



.stats-wrapper{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}



.stat-box{

    background:rgba(255,255,255,.05);

    padding:35px 20px;

    border-radius:20px;

    text-align:center;

    border:1px solid rgba(255,255,255,.08);

    transition:.3s ease;

}



.stat-box:hover{

    transform:translateY(-8px);

}



.stat-box h2{

    font-size:42px;

    font-weight:800;

    color:var(--secondary);

    margin-bottom:10px;

}



.stat-box p{

    color:#c7d3e0;

    margin:0;

}




/* PROJECT CARD IMAGE FIX */


.project-box .service-image{

    height:240px;

    overflow:hidden;

}



.project-box .service-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s ease;

}



.project-box:hover img{

    transform:scale(1.08);

}



/* TECHNOLOGY CARDS */


.why-card{

    background:rgba(255,255,255,.05);

    padding:30px 20px;

    text-align:center;

    border-radius:18px;

    border:1px solid rgba(255,255,255,.08);

    transition:.3s ease;

}



.why-card:hover{

    transform:translateY(-8px);

}



.why-card i{

    font-size:35px;

    color:var(--secondary);

    margin-bottom:15px;

}



.why-card h5{

    color:white;

    font-weight:600;

}



.why-card p{

    color:#b9c7d8;

    font-size:14px;

}




/* RESPONSIVE */


@media(max-width:992px){


.client-logos{

    grid-template-columns:repeat(3,1fr);

}



.stats-wrapper{

    grid-template-columns:repeat(2,1fr);

}


}



@media(max-width:576px){


.client-logos{

    grid-template-columns:repeat(2,1fr);

}



.stats-wrapper{

    grid-template-columns:1fr;

}



.testimonial-card{

    padding:25px;

}


}
/*====================================================
PORTFOLIO INDUSTRIES SECTION
====================================================*/


.technology-section{

    background:#07111f;

}



.technology-section .section-header span,
.services-section .section-header span{

    color:var(--secondary);

    font-weight:600;

    letter-spacing:2px;

}



.technology-section .section-header h2,
.services-section .section-header h2{

    color:#ffffff;

    font-size:40px;

    font-weight:700;

}



.technology-section .section-header p,
.services-section .section-header p{

    color:#b9c7d8;

    max-width:750px;

    margin:auto;

}




/* INDUSTRY CARDS */


.solution-card{

    background:rgba(255,255,255,.06);

    border:1px solid rgba(255,255,255,.1);

    padding:35px 25px;

    border-radius:20px;

    height:100%;

    transition:.3s ease;

}



.solution-card:hover{

    transform:translateY(-10px);

    border-color:var(--secondary);

}



.solution-card i{

    width:70px;

    height:70px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:18px;

    background:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

    color:white;

    font-size:32px;

    margin-bottom:25px;

}



.solution-card h3{

    color:#ffffff;

    font-size:22px;

    margin-bottom:15px;

}



.solution-card p{

    color:#b9c7d8;

    line-height:1.7;

}





/*====================================================
WHY FIBERTECH SECTION
====================================================*/


.why-section{

    padding:90px 0;

    background:#081525;

}



.why-content span{

    color:var(--secondary);

    font-weight:600;

    letter-spacing:2px;

}



.why-content h2{

    color:#ffffff;

    font-size:40px;

    font-weight:700;

    margin:20px 0;

}



.why-content p{

    color:#b9c7d8;

}




/* WHY LIST */


.why-list{

    margin-top:35px;

}



.why-item{

    display:flex;

    gap:20px;

    margin-bottom:30px;

}



.why-item i{

    color:var(--secondary);

    font-size:28px;

    margin-top:5px;

}



.why-item h4{

    color:#ffffff;

    font-size:20px;

    margin-bottom:8px;

}



.why-item p{

    color:#b9c7d8;

    margin:0;

    line-height:1.7;

}





/* ENTERPRISE FLOATING CARDS */


.enterprise-card{

    position:relative;

    min-height:400px;

    background:

    linear-gradient(
        135deg,
        rgba(0,198,255,.15),
        rgba(0,0,0,.2)
    );

    border-radius:30px;

    padding:40px;

}



.enterprise-card .floating-card{

    background:#0d1b2e;

    border:1px solid rgba(255,255,255,.1);

    padding:25px;

    border-radius:18px;

    margin-bottom:20px;

}



.floating-card i{

    color:var(--secondary);

    font-size:32px;

}



.floating-card h4{

    color:#ffffff;

    margin-top:10px;

}



.floating-card p{

    color:#b9c7d8;

    margin:0;

}






/* MOBILE FIX */


@media(max-width:768px){


.technology-section .section-header h2,
.why-content h2{

    font-size:30px;

}



.solution-card{

    padding:25px 20px;

}



.enterprise-card{

    margin-top:40px;

}


}
/*====================================================
TECHNOLOGY STACK
====================================================*/


.tech-stack-section{

    padding:100px 0;

    background:#07111f;

}




.tech-card{

    background:

    rgba(255,255,255,.05);


    border:1px solid rgba(255,255,255,.1);


    padding:35px 25px;


    border-radius:22px;


    height:100%;


    text-align:center;


    transition:.4s ease;


    position:relative;


    overflow:hidden;

}



.tech-card::before{

    content:"";

    position:absolute;

    width:100%;

    height:3px;

    top:0;

    left:0;

    background:linear-gradient(
        90deg,
        var(--primary),
        var(--secondary)
    );

    transform:scaleX(0);

    transition:.4s ease;

}



.tech-card:hover::before{

    transform:scaleX(1);

}



.tech-card:hover{

    transform:translateY(-12px);

    box-shadow:
    0 20px 50px rgba(0,0,0,.35);

}





.tech-icon{

    width:80px;

    height:80px;


    margin:0 auto 25px;


    display:flex;


    justify-content:center;


    align-items:center;


    border-radius:25px;


    background:

    linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );


}




.tech-icon i{

    color:white;

    font-size:35px;

}




.tech-card h3{

    color:#ffffff;

    font-size:22px;

    font-weight:700;

    margin-bottom:15px;

}




.tech-card p{

    color:#b9c7d8;

    line-height:1.7;

    font-size:15px;

}





@media(max-width:768px){


.tech-stack-section{

    padding:70px 0;

}



.tech-card{

    padding:30px 20px;

}


}
/*====================================================
CONTACT PAGE
====================================================*/


.contact-section,
.contact-form-section{

    padding:90px 0;

    background:#07111f;

}




.contact-card{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.1);

    padding:35px 25px;

    border-radius:20px;

    text-align:center;

    height:100%;

    transition:.3s ease;

}



.contact-card:hover{

    transform:translateY(-8px);

    border-color:var(--secondary);

}



.contact-icon{

    width:70px;

    height:70px;

    margin:auto;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:20px;

    background:linear-gradient(
    135deg,
    var(--primary),
    var(--secondary)
    );

}



.contact-icon i{

    font-size:30px;

    color:#fff;

}



.contact-card h3{

    color:#fff;

    margin:20px 0 10px;

}



.contact-card p{

    color:#b9c7d8;

}



.contact-card a,
.contact-card span{

    color:var(--secondary);

    text-decoration:none;

}





.contact-form-box{

    background:rgba(255,255,255,.05);

    padding:40px;

    border-radius:25px;

    border:1px solid rgba(255,255,255,.1);

}



.contact-form-box h2{

    color:#fff;

    margin:15px 0;

}



.contact-form-box p{

    color:#b9c7d8;

}



.form-group label{

    color:#fff;

    margin-bottom:8px;

    font-weight:500;

}



.form-control{

    background:#0d1b2e;

    border:1px solid rgba(255,255,255,.1);

    color:white;

    padding:14px;

    border-radius:12px;

}



.form-control:focus{

    background:#0d1b2e;

    color:white;

    border-color:var(--secondary);

    box-shadow:none;

}





.map-box iframe{

    border-radius:25px;

}



.quick-support{

    margin-top:25px;

    display:flex;

    gap:20px;

    align-items:center;

    background:rgba(255,255,255,.05);

    padding:25px;

    border-radius:20px;

}



.support-icon{

    width:60px;

    height:60px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:#25D366;

}



.support-icon i{

    color:white;

    font-size:30px;

}



.quick-support h4{

    color:white;

}



.quick-support p{

    color:#b9c7d8;

}



.whatsapp-btn{

    color:var(--secondary);

    font-weight:600;

    text-decoration:none;

}
/*====================================================
SOFTWARE PAGE PREMIUM SECTIONS
====================================================*/


/* SECTION TAG */

.section-tag{

display:inline-block;

color:var(--secondary);

font-size:14px;

font-weight:700;

letter-spacing:2px;

margin-bottom:15px;

}



/*====================================================
PREMIUM SOFTWARE CARDS
====================================================*/


.premium-service-card{

height:100%;

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

border-radius:25px;

padding:35px 30px;

position:relative;

overflow:hidden;

transition:.4s ease;

backdrop-filter:blur(15px);

}



.premium-service-card::before{

content:"";

position:absolute;

width:120px;

height:120px;

background:linear-gradient(
135deg,
var(--primary),
var(--secondary)
);

border-radius:50%;

top:-60px;

right:-60px;

opacity:.15;

}



.premium-service-card:hover{

transform:translateY(-10px);

border-color:var(--secondary);

box-shadow:
0 20px 50px rgba(0,0,0,.35);

}





.premium-service-card .service-icon{

width:70px;

height:70px;

border-radius:20px;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(
135deg,
var(--primary),
var(--secondary)
);

margin-bottom:25px;

}



.premium-service-card .service-icon i{

font-size:32px;

color:white;

}




.premium-service-card h3{

color:#fff;

font-size:24px;

margin-bottom:15px;

font-weight:700;

}




.premium-service-card p{

color:#b9c7d8;

line-height:1.8;

}





.service-btn{

display:inline-flex;

align-items:center;

gap:10px;

margin-top:20px;

color:var(--secondary);

font-weight:600;

text-decoration:none;

transition:.3s;

}



.service-btn:hover{

gap:15px;

color:#fff;

}







/*====================================================
TECHNOLOGY STACK
====================================================*/


.technology-grid{

display:grid;

grid-template-columns:
repeat(4,1fr);

gap:25px;

}





.tech-box{

background:
rgba(255,255,255,.05);

border:

1px solid rgba(255,255,255,.08);

border-radius:20px;

padding:30px 20px;

text-align:center;

transition:.4s ease;

}



.tech-box:hover{

transform:translateY(-8px);

border-color:var(--secondary);

box-shadow:
0 15px 40px rgba(0,0,0,.3);

}




.tech-box i{

font-size:42px;

display:block;

margin-bottom:15px;

color:var(--secondary);

}



.tech-box h4{

color:#fff;

font-size:20px;

font-weight:700;

margin-bottom:8px;

}



.tech-box span{

color:#b9c7d8;

font-size:14px;

}





/*====================================================
CTA BUTTON GROUP
====================================================*/


.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

margin-top:30px;

}







/*====================================================
MOBILE RESPONSIVE
====================================================*/


@media(max-width:992px){


.technology-grid{

grid-template-columns:
repeat(2,1fr);

}


}



@media(max-width:576px){


.technology-grid{

grid-template-columns:
1fr;

}



.premium-service-card{

padding:25px 20px;

}



.cta-buttons{

flex-direction:column;

align-items:center;

}


}
/*====================================================
GLOBAL DARK THEME FIX
====================================================*/

body{

background:#07111f;

color:#ffffff;

}



/* Fix white sections */

.services-section,
.technology-section,
.why-section,
.projects-section{

background:#07111f !important;

}



/* Section headings */

.section-header h2,
.section-header p,
.section-header span{

color:#ffffff;

}





/* Premium cards */

.premium-service-card,
.service-card,
.solution-card,
.tech-box{

background:
linear-gradient(
145deg,
rgba(255,255,255,0.08),
rgba(255,255,255,0.03)
) !important;


border:1px solid rgba(255,255,255,0.12);

backdrop-filter:blur(15px);

}



/* Card text */

.premium-service-card h3,
.service-card h3,
.solution-card h3,
.tech-box h4{

color:#ffffff;

}



.premium-service-card p,
.service-card p,
.solution-card p,
.tech-box span{

color:#b9c7d8;

}




/* Technology stack icons */

.tech-box i{

color:#00d9ff;

}



/* Remove Bootstrap white backgrounds */

.bg-white{

background:#07111f !important;

}