body{

font-family:'Poppins',sans-serif;

}

/*=========================
HERO
=========================*/

.product-hero{

background:#081B4B;

padding:20px 0;

position:relative;

overflow:hidden;

color:#fff;

}

.hero-tag{

display:inline-block;

padding:10px 25px;

background:#2563EB;

border-radius:30px;

font-weight:500;

margin-bottom:25px;

}

.product-hero h1{

font-size:58px;

font-weight:500;

line-height:1.2;

margin-bottom:25px;

}

.product-hero h1 span{

color:#38BDF8;

}

.product-hero p{

font-size:18px;

line-height:34px;

color:#ddd;

}

.hero-buttons{

margin-top:40px;

}

.hero-buttons .btn{

padding:15px 35px;

border-radius:50px;

font-weight:500;

margin-right:15px;

}

.hero-image{

max-width:95%;

animation:float 5s ease-in-out infinite;

}

@keyframes float{

50%{

transform:translateY(-15px);

}

}

/* Decorative circles */

.circle{

position:absolute;

border-radius:50%;

opacity:.15;

}

.circle.one{

width:260px;

height:260px;

background:#2563EB;

top:-80px;

right:-80px;

}

.circle.two{

width:200px;

height:200px;

background:#9333EA;

bottom:-60px;

left:-60px;

}

/*=========================
STATS
=========================*/

.company-stats{

padding:20px 0;

background:#F8FAFC;

}

.stat-box{

background:#fff;

padding:40px;

border-radius:20px;

box-shadow:0 12px 35px rgba(0,0,0,.08);

transition:.35s;

}

.stat-box:hover{

transform:translateY(-10px);

}

.stat-box h2{

font-size:48px;

font-weight:700;

color:#2563EB;

}

.stat-box p{

font-size:18px;

color:#666;

margin-top:10px;

}

/* Responsive */

@media(max-width:991px){

.product-hero{

text-align:center;

padding:90px 0;

}

.product-hero h1{

font-size:42px;

}

.hero-image{

margin-top:50px;

}

.hero-buttons .btn{

margin-bottom:15px;

}

.stat-box{

margin-bottom:20px;

}

}
/*=========================
FEATURED PRODUCTS
=========================*/

.featured-products{

padding:20px 0;

background:#ffffff;

}

.section-title{

max-width:700px;

margin:auto;

margin-bottom:60px;

}

.sub-title{

display:inline-block;

padding:8px 20px;

background:#DBEAFE;

color:#2563EB;

border-radius:30px;

font-weight:500;

margin-bottom:20px;

}

.section-title h2{

font-size:46px;

font-weight:500;

margin-bottom:20px;

}

.section-title p{

font-size:18px;

color:#666;

line-height:32px;

}

.product-card{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 12px 35px rgba(0,0,0,.08);

transition:.4s;

height:100%;

border:1px solid #E5E7EB;

}

.product-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 45px rgba(37,99,235,.15);

}

.product-card img{

max-width:120px;

}

.product-card h3{

font-size:28px;

font-weight:500;

margin-bottom:15px;

}

.product-card p{

line-height:30px;

color:#666;

}

.feature-list{

display:flex;

flex-wrap:wrap;

gap:10px;

margin:20px 0;

}

.feature-list span{

background:#EFF6FF;

padding:8px 15px;

border-radius:30px;

font-size:14px;

font-weight:500;

color:#2563EB;

}

.product-buttons{

margin-top:20px;

}

.product-buttons .btn{

margin-right:10px;

border-radius:40px;

padding:12px 28px;

font-weight:600;

}
/*==================================
WHY CHOOSE PRODUCTS
==================================*/

.why-products{

padding:20px 0;

background:#F8FAFC;

}

.why-card{

background:#fff;

padding:35px;

border-radius:20px;

text-align:center;

height:100%;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.35s;

}

.why-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 40px rgba(37,99,235,.15);

}

.why-icon{

width:80px;

height:80px;

margin:auto;

border-radius:50%;

background:linear-gradient(135deg,#2563EB,#38BDF8);

display:flex;

align-items:center;

justify-content:center;

margin-bottom:20px;

}

.why-icon i{

font-size:34px;

color:#fff;

}

.why-card h4{

font-size:24px;

font-weight:500;

margin-bottom:15px;

}

.why-card p{

line-height:28px;

color:#666;

}

/*==================================
INDUSTRIES
==================================*/

.industries{

padding:20px 0;

background:#fff;

}

.industry-card{

background:#fff;

padding:35px;

text-align:center;

border-radius:20px;

border:1px solid #E5E7EB;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.industry-card:hover{

transform:translateY(-10px);

background:#2563EB;

color:#fff;

}

.industry-card:hover p{

color:#fff;

}

.industry-card i{

font-size:50px;

color:#2563EB;

margin-bottom:20px;

transition:.3s;

}

.industry-card:hover i{

color:#fff;

}

.industry-card h5{

font-size:22px;

font-weight:500;

margin-bottom:15px;

}

.industry-card p{

color:#666;

line-height:28px;

}
/*================================
HOW IT WORKS
================================*/

.how-it-works{

padding:20px 0;

background:#F8FAFC;

}

.step-card{

text-align:center;

padding:25px;

}

.step-number{

width:80px;

height:80px;

margin:auto;

background:linear-gradient(135deg,#2563EB,#38BDF8);

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

font-weight:bold;

margin-bottom:20px;

}

.step-card h5{

font-weight:500;

}

/*================================
TECH STACK
================================*/
.tech-stack-products {
    padding: 20px 0;
    background: #fff;
}

.tech-box {
    padding: 30px 15px;
    background: #F8FAFC;
    border-radius: 20px;
    text-align: center;
    transition: .3s;
    height: 100%;
}

.tech-box:hover {
    background: #2563EB;
    color: #fff;
    transform: translateY(-10px);
}

.tech-box i {
    font-size: 45px;
    margin-bottom: 20px;
    color: #2563EB;
    display: block;
}

.tech-box:hover i {
    color: #fff;
}

.tech-box h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

/* Mobile Applications text */
@media (max-width: 576px) {

    .tech-box {
        padding: 25px 10px;
    }

    .tech-box i {
        font-size: 38px;
    }

    .tech-box h6 {
        font-size: 15px;
    }

}

/*================================
CTA
================================*/

.demo-section{

padding:20px 0;

background:linear-gradient(135deg,#2563EB,#0F172A);

color:#fff;

}

.demo-section h2{

font-size:46px;

font-weight:500;

margin-bottom:20px;

}

.demo-section p{

font-size:20px;

color:#ddd;

}

.demo-section .btn{

padding:16px 40px;

border-radius:50px;

font-weight:500;

}
/*=========================
PRODUCT SHOWCASE
=========================*/

.product-showcase{
padding:20px 0;
}

.showcase-image{
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,.15);
transition:.4s;
}

.showcase-image:hover{
transform:translateY(-10px);
}

.product-badge{
display:inline-block;
padding:8px 18px;
background:#DBEAFE;
color:#2563EB;
font-weight:500;
border-radius:30px;
margin-bottom:20px;
}

.product-showcase h2{
font-size:42px;
font-weight:500;
margin-bottom:20px;
}

.product-showcase p{
font-size:18px;
line-height:32px;
color:#666;
margin-bottom:30px;
}

.feature-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
}

.feature-grid div{
background:#F8FAFC;
padding:15px 20px;
border-radius:10px;
font-weight:500;
}

.feature-grid i{
color:#2563EB;
margin-right:8px;
}

@media(max-width:768px){
.feature-grid{
grid-template-columns:1fr;
}
.product-showcase h2{
font-size:32px;
}
}
.product-gallery{

padding:20px 0;

background:#F8FAFC;

}

.gallery-card{

overflow:hidden;

border-radius:20px;

position:relative;

box-shadow:0 15px 40px rgba(0,0,0,.1);

}

.gallery-card img{

width:100%;

height:280px;

object-fit:cover;

transition:.5s;

}

.gallery-card:hover img{

transform:scale(1.08);

}

.gallery-overlay{

position:absolute;

left:0;

bottom:0;

width:100%;

padding:25px;

background:linear-gradient(transparent,#000);

color:#fff;

}

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#fff;
}

/*=================*/

.container{
width:90%;
max-width:1300px;
margin:auto;
}

/*=================*/

.topbar{

background:#44348D;
color:#fff;
height:54px;

}

.topbar .container{

display:flex;
justify-content:space-between;
align-items:center;
height:54px;

}

.top-left,
.top-right{

display:flex;
align-items:center;
gap:30px;

}

.top-left a,
.top-right a{

color:#fff;
text-decoration:none;
font-size:17px;
transition:.3s;

}

.top-left i{

margin-right:8px;
font-size:20px;

}

.top-right i{

font-size:28px;

}

.top-right a:hover{

color:#ff4081;

}




header{

background:#fff;
box-shadow:0 2px 10px rgba(0,0,0,.08);

}

.navbar{

display:flex;
justify-content:space-between;
align-items:center;
padding:12px 0;

}

/*=================*/

.logo img{

width:320px;

}

/*=================*/

nav ul{

display:flex;
list-style:none;
align-items:center;
gap:5px;

}

nav ul li a{

text-decoration:none;
color:#44348D;
font-size:18px;
font-weight:500;
transition:.3s;

}

nav ul li a:hover{

color:#ff0f6f;

}

.active{

color:#ff0f6f;

}

.dropdown i{

font-size:13px;
margin-left:5px;

}
header {
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #f5f3ff 40%, #eef2ff 100%);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 999;
}


.logo img{
    width:100%;
    max-width:320px;
 .navbar{
    max-width:1300px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
}   height:auto;
}

.logo img:hover {
    transform: scale(1.03);
}
header{
    position:relative;
    overflow:hidden;
}

header::before{
    content:'';
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at 15% 20%, rgba(98,0,255,.08) 0%, transparent 25%),
    radial-gradient(circle at 85% 70%, rgba(255,0,128,.08) 0%, transparent 30%);
    z-index:0;
}

.navbar{
    position:relative;
    z-index:1;
}
nav ul li a{
    color:#43348D;
    text-decoration:none;
    font-size:18px;
    font-weight:500;
    padding:12px 18px;
    border-radius:30px;
    transition:.35s;
}

nav ul li a:hover{
    background:#43348D;
    color:#fff;
}

nav ul li a.active{
    background:#ff0f6f;
    color:#fff;
}
.topbar{
    background:linear-gradient(90deg,#43348D,#5b47c7);
    height:55px;
    display:flex;
    align-items:center;
}

.innovation{
    padding:90px 0;
    background:#fff;
}

.innovation-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:60px;
}

.innovation-content{
    width:50%;
}

.innovation-image{
    width:50%;
}

.innovation-image img{
    width:100%;
    border-radius:18px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.innovation-content span{
    color:#6c4ef6;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.innovation-content h2{
    font-size:50px;
    margin:20px 0;
    line-height:1.2;
    color:#222;
}

.innovation-content h2 span{
    color:#5B3CC4;
}

.innovation-content p{
    font-size:17px;
    color:#666;
    line-height:32px;
    margin-bottom:35px;
}

.btn{
    display:inline-block;
    padding:15px 40px;
    background:#5B3CC4;
    color:#fff;
    text-decoration:none;
    border-radius:40px;
    transition:.3s;
    font-weight:500;
}

.btn:hover{
    background:#ff1478;
}


/*==============================
FOOTER
===============================*/

.footer{

    background:#151B3B;

    color:#fff;

    margin-top:0;

}

/* CTA */

.footer-cta{

    background:linear-gradient(135deg,#5B3CC4,#7C3AED);

    padding:70px 20px;

    text-align:center;

}

.footer-cta h2{

    font-size:42px;

    margin-bottom:15px;

}

.footer-cta p{

    color:#f1f1f1;

    margin-bottom:30px;

}

.footer-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.btn-primary{

    background:#fff;

    color:#5B3CC4;

    padding:15px 35px;

    border-radius:40px;

    text-decoration:none;

    font-weight:500;

}

.btn-secondary{

    border:2px solid #fff;

    color:#fff;

    padding:15px 35px;

    border-radius:40px;

    text-decoration:none;

}

.btn-secondary:hover{

    background:#fff;

    color:#5B3CC4;

}

/* Footer Grid */

.footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1fr;

    gap:40px;

    padding:70px 0;

}

.footer-column h3,
.footer-column h4{

    margin-bottom:20px;

}

.footer-column p{

    color:#ccc;

    line-height:28px;

}

.footer-column ul{

    list-style:none;

    padding:0;

}

.footer-column ul li{

    margin-bottom:12px;

    color:#ccc;

}

.footer-column ul li a{

    color:#ccc;

    text-decoration:none;

}

.footer-column ul li a:hover{

    color:#fff;

}

.social-icons{

    margin-top:25px;

}

.social-icons a{

    display:inline-flex;

    width:45px;

    height:45px;

    border-radius:50%;

    background:rgba(255,255,255,.1);

    color:#fff;

    justify-content:center;

    align-items:center;

    margin-right:12px;

    transition:.3s;

}

.social-icons a:hover{

    background:#5B3CC4;

    transform:translateY(-5px);

}

/* Copyright */

.copyright{

    text-align:center;

    padding:25px;

    border-top:1px solid rgba(255,255,255,.1);

    color:#bbb;

}
.showcase-images{
    width: 500px;      /* Change as needed */
    height: 500px;     /* Change as needed */
    object-fit: cover; /* Keeps image proportion */
    border-radius: 15px;
}


/* Dropdown */
.dropdown{
    position: relative;
}

.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);

    display: none;
    z-index: 9999;
}

.dropdown-menu li{
    width:100%;
}

.dropdown-menu li a{
    display:block;
    padding:12px 20px;
    color:#44348D;
    text-decoration:none;
}

.dropdown-menu li a:hover{
    background:#43348D;
    color:#fff;
}

.dropdown:hover .dropdown-menu{
    display:block;
}

.logo img{
    width:100%;
    max-width:320px;
    height:auto;
}

.navbar{
    max-width:1300px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
}



/*==================================================
  LARGE DESKTOP (1400px and below)
==================================================*/
@media (max-width:1400px){

.container,
.hero-container{
    width:90%;
}

.hero-content h1{
    font-size:52px;
}

.hero-image img{
    max-width:500px;
}

}


/*==================================================
  LAPTOP (1200px and below)
==================================================*/
@media (max-width:1200px){

.container,
.hero-container{
    width:92%;
}

.hero-content h1{
    font-size:46px;
}

.hero-image img{
    max-width:450px;
}

.about-grid,
.services-grid,
.product-grid,
.partner-grid,
.projects-grid,
.presence-grid,
.footer-grid{
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

}


/*==================================================
  TABLET (992px and below)
==================================================*/
@media (max-width:992px){

.navbar{
    flex-wrap:wrap;
}

.logo img{
    width:220px;
}

nav ul{
    gap:20px;
}

.hero-container,
.innovation-row,
.about-row{
    flex-direction:column;
    text-align:center;
}

.hero-content,
.hero-image,
.innovation-content,
.innovation-image{
    width:100%;
}

.hero-content h1{
    font-size:40px;
}

.section-title h2{
    font-size:34px;
}

.hero-image img{
    max-width:400px;
}

.about-grid,
.services-grid,
.values-grid,
.product-grid,
.partner-grid,
.projects-grid,
.presence-grid,
.footer-grid{
    grid-template-columns:repeat(2,1fr);
}

.hero-buttons{
    justify-content:center;
}

.org-row{
    flex-wrap:wrap;
    justify-content:center;
}

.org-box{
    width:280px;
}

}


/*==================================================
  MOBILE (768px and below)
==================================================*/
@media (max-width:768px){

.container,
.hero-container{
    width:95%;
}

.navbar{
    flex-direction:column;
    padding:15px 0;
}

.logo img{
    width:180px;
}

nav ul{

    display:flex;
    flex-direction:column;
    width:100%;
    gap:10px;
    align-items:center;

}

nav ul li{

    width:100%;

}

nav ul li a{

    display:block;
    width:100%;
    padding:12px;
    text-align:center;

}
.hero-container,
.innovation-row,
.about-row{
    flex-direction:column;
    text-align:center;
}

.hero-content,
.hero-image,
.innovation-content,
.innovation-image{
    width:100%;
}

.hero-content h1{
    font-size:34px;
}

.hero-content p{
    font-size:16px;
}

.section-title h2,
.section-heading h2{
    font-size:28px;
}

.hero-image img,
.innovation-image img{
    width:100%;
    max-width:100%;
}

.about-grid,
.services-grid,
.values-grid,
.product-grid,
.partner-grid,
.projects-grid,
.presence-grid,
.footer-grid{
    grid-template-columns:1fr;
}

.hero-buttons{
    flex-direction:column;
    align-items:center;
    gap:15px;
}

.btn-primary,
.btn-secondary{
    width:100%;
    max-width:260px;
}

.org-row{
    flex-direction:column;
    align-items:center;
}

.org-box{
    width:100%;
    max-width:320px;
}

.footer{
    text-align:center;
}

}


/*==================================================
  SMALL MOBILE (480px and below)
==================================================*/
@media (max-width:480px){

.logo img{
    width:150px;
}

.hero-content h1{
    font-size:28px;
    line-height:1.3;
}

.hero-content p{
    font-size:15px;
}

.section-title h2{
    font-size:24px;
}

.btn-primary,
.btn-secondary{
    width:100%;
    font-size:15px;
    padding:12px;
}

.service-card,
.product-card,
.partner-card,
.project-card,
.presence-card{
    padding:20px;
}

}











