body{
margin:0;
font-family:Arial;
background:#0a0a0a;
color:white;
}

/* NAVBAR */

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 60px;
background:black;
}

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 80px;
background:#111;
}

.logo{
color:white;
font-size:22px;
font-weight:bold;
}

.menu{
display:flex;
list-style:none;
gap:30px;
}

.menu a{
color:white;
text-decoration:none;
font-size:16px;
transition:0.3s;
}

.menu a:hover{
color:#4facfe;
}

/* contact button */

.contact-btn{
background:#4facfe;
border:none;
padding:10px 20px;
border-radius:6px;
cursor:pointer;
}

.contact-btn a{
color:white;
text-decoration:none;
}

.contact-btn:hover{
background:#0072ff;
}

/* CONTACT BUTTON */

.contact-btn{
padding:10px 25px;
border:none;
border-radius:20px;
background:linear-gradient(45deg,#7b2ff7,#f107a3);
color:white;
cursor:pointer;
}


/* HERO SECTION */

.hero{
height:80vh;
background:url("tech.jpg");
background-size:cover;
background-position:center;
display:flex;
align-items:center;
padding-left:80px;
}

.hero-content{
max-width:600px;
}

.hero h1{
font-size:50px;
margin-bottom:20px;
}

.hero p{
font-size:18px;
color:#ddd;
}

.hero-btn{
margin-top:20px;
padding:12px 30px;
background:transparent;
border:2px solid #a855f7;
color:white;
border-radius:8px;
cursor:pointer;
}


/* STATS */

.stats{
display:flex;
justify-content:space-around;
background:#111;
padding:40px;
}

.stat-box{
text-align:center;
}

.stat-box h2{
font-size:40px;
color:#fff;
}

.stat-box p{
color:#aaa;
}

.hero{
height:90vh;
background:
linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
url("tech.jpg");
background-size:cover;
background-position:center;
display:flex;
align-items:center;
padding-left:80px;
color:white;
}

/* ABOUT HERO */

.about-hero{
height:50vh;
background:
linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),
url("about.jpg");
background-size:cover;
background-position:center;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
color:white;
text-align:center;
}

.about-hero h1{
font-size:50px;
}

.about-hero p{
font-size:25px;
}


/* ABOUT CONTENT */

.about-content{
display:flex;
gap:50px;
padding:80px;
background:#111;
color:white;
}

.about-img img{
width:400px;
border-radius:10px;
}

.about-text{
max-width:500px;
}

.about-text h2{
font-size:35px;
margin-bottom:20px;
}

.about-text ul{
margin-top:20px;
}

.about-text ul li{
margin:10px 0;
}

body{
background:#0b0b16;
font-family:Arial;
color:white;
}

.services{
padding:80px;
}

.title{
text-align:center;
font-size:40px;
margin-bottom:50px;
}

.services-container{
display:flex;
gap:30px;
justify-content:center;
flex-wrap:wrap;
}

.card{
width:260px;
padding:30px;
border-radius:20px;
background:#1a1730;
transition:0.4s;
}

.card:hover{
transform:translateY(-10px);
background:#211d40;
}

.icon{
width:50px;
margin-bottom:20px;
}

.card h3{
font-size:28px;
margin-bottom:15px;
}

.card p{
color:#cfcfe6;
line-height:1.6;
font-size:20px;
}
.contact-btn{
padding:10px 25px;
border:none;
border-radius:20px;
background:linear-gradient(45deg,#7b2ff7,#f107a3);
color:white;
cursor:pointer;
}
/* Highlight Card */

.card{
width:260px;
height: 400px;
padding:30px;
border-radius:20px;
background:#1a1730;
transition:0.4s;
cursor:pointer;
position:relative;
overflow:hidden;

}

/* Hover Effect */

.card:hover{
transform:translateY(-10px);
background:linear-gradient(135deg,#5f2eea,#ff8a00);
}
.footer{
background:#000;
color:white;
padding:70px 80px;
}

.footer-container{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
gap:40px;
}

.footer-col ul li a {
  color: #fff;              /* white text */
  text-decoration: none;    /* remove underline */
  transition: 0.3s;
}

/* Hover effect (optional but good) */
.footer-col ul li a:hover {
  color: #ff4d6d;           /* hover color */
}

.footer-col{
max-width:250px;
}

.footer-col h3{
margin-bottom:20px;
font-size:28px;
color:#fff;
}

.footer-col p{
color:#ccc;
line-height:1.7;
font-size:20px;
}

.footer-col ul{
list-style:none;
padding:0;
}

.footer-col ul li{
margin-bottom:10px;
color:#bbb;
cursor:pointer;
transition:0.3s;
font-size:20px;
}

.footer-col ul li:hover{
color:#ff8a00;
}

body{
margin:0;
font-family:Arial;
background:#0b0b16;
color:white;
}

/* CONTACT SECTION */

.contact-section{
padding:80px;
background:linear-gradient(120deg,#0d0d20,#2a1042);
}

.contact-container{
display:flex;
justify-content:space-between;
gap:50px;
flex-wrap:wrap;
}

.contact-left{
max-width:500px;
}

.contact-left h1{
font-size:40px;
margin-bottom:20px;
}

.contact-left p{
color:#ede6e6;
font-size: 18px;
margin-top: 15px;
}

.contact-cards{
display:flex;
gap:20px;
margin-top:30px;
}

.contact-card{
border:1px solid #efe9e9;
padding:20px;
border-radius:10px;
width: 500px;
margin-top: 10px;
}

/* FORM */

.contact-form{
background:#fff;
color:#000;
padding:30px;
border-radius:10px;
width:400px;
}

.contact-form h2{
margin-bottom:20px;
}

.contact-form input,
.contact-form textarea{
width:100%;
padding:10px;
margin-bottom:15px;
border:1px solid #ccc;
border-radius:5px;
}

.contact-form button{
background:black;
color:white;
padding:10px 20px;
border:none;
cursor:pointer;
}

/* LOCATIONS */

.locations {
  padding: 60px 20px;
  background: #0a0a0a;
  text-align: center;
}

.location-title {
  color: white;
  font-size: 40px;
  margin-bottom: 40px;
}

.location-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.location-card {
  background: #111827;
  padding: 30px;
  border-radius: 15px;
  max-width: 400px;
  width: 100%;
  text-align: left;
  transition: 0.3s;
}

.location-card h3 {
  color: white;
  font-size: 26px;
}

.location-card p {
  color: #ccc;
  margin-top: 15px;
  line-height: 1.6;
}

/* Hover Effect */
.location-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {
  .location-title {
    font-size: 30px;
  }

  .location-card {
    padding: 20px;
  }
}

.footer-bottom{
margin-top:40px;
border-top:1px solid #333;
padding-top:20px;
display:flex;
justify-content:space-between;
align-items:center;
}

.company-name{
color:#aaa;
}

.social-icons a{
color:#bbb;
margin-left:15px;
font-size:18px;
transition:0.3s;
}

.social-icons a:hover{
color:#ff8a00;
}   

.about-section{
padding:80px 10%;
background:#f7f7f7;
}

.about-container{
display:flex;
align-items:center;
gap:60px;
}

.about-image{
position:relative;
}

.img1{
width:250px;
border-radius:10px;
}

.img2{
width:200px;
position:absolute;
bottom:-40px;
right:-60px;
border-radius:10px;
}

.exp-box{
position:absolute;
bottom:-60px;
left:40px;
background:#3b5bff;
color:white;
padding:15px 20px;
border-radius:8px;
text-align:center;
}

.about-content h2{
font-size:32px;
margin:10px 0;
}

.features{
display:flex;
gap:20px;
margin:20px 0;
}

.feature-box{
background:white;
padding:15px;
border-radius:8px;
box-shadow:0 3px 10px rgba(0,0,0,0.1);
}

.about-btn{
background:#3b5bff;
color:white;
border:none;
padding:12px 25px;
border-radius:5px;
cursor:pointer;
}

.tech-section{
background:#1c1c64;
color:white;
padding:80px 10%;
text-align:center;
}

.industry-icon{
    width:60px;
    height:60px;
    object-fit:contain;
    display:block;
    margin:0 auto 15px;
}

.tech-container{
display:flex;
justify-content:center;
gap:20px;
margin-top:40px;
flex-wrap:wrap;
}

.tech-card{
border:1px solid rgba(255,255,255,0.3);
padding:15px 30px;
border-radius:6px;
cursor:pointer;
transition:0.3s;
}

.tech-card:hover{
background:#14161e;
border-color:#14161e;
transform:translateY(-5px);
}

.hero-section{
    position: relative;
    background:#ffffff;
    padding:120px 20px;
    overflow:hidden;
}

.hero-container{
    max-width:1100px;
    margin:auto;
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
}

/* Heading */
.main-headline{
    font-size:48px;
    font-weight:600;
    color:#111;
    line-height:1.3;
}

/* underline */
.gradient-underline{
    width:120px;
    height:4px;
    background:linear-gradient(90deg,#000000,#010202);
    margin-top:10px;
}

/* paragraph */
.hero-description{
    max-width:700px;
    margin-top:25px;
    color:#555;
    font-size:18px;
}

/* slider buttons */
.slider-controls{
    margin-top:40px;   /* paragraph के नीचे */
    display:flex;
    gap:15px;
}

/* button style */
.slider-arrow{
    width:45px;
    height:45px;
    border-radius:50%;
    border:1px solid #ddd;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:0.3s;
}

/* hover */
.slider-arrow:hover{
    background:#192127;
    color:#fff;
    border-color:#192127;
    transform:scale(1.1);
}

/* top design */
.hero-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:80px;
    background:linear-gradient(90deg,#090a0b,#0c0f0f);
    clip-path: polygon(0 0,100% 0,100% 40%,0 100%);
}

/* bottom design */
.hero-section::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:80px;
    background:linear-gradient(90deg,#000000,#080b0b);
    clip-path: polygon(0 60%,100% 0,100% 100%,0 100%);
}

/* Section Styling */
.industries {
    padding: 80px 20px;
    background: #f9f9f9;
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #111;
    font-weight: 700;
}

/* Container Styling */
.industries-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Card Styling */
.industry-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
}

.industry-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.industry-card:hover .industry-icon {
    transform: scale(1.2);
}

.industry-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #222;
}

.industry-card p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.read-btn {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 30px;
    background: #ff4d6d;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease, transform 0.3s ease;
}

.read-btn:hover {
    background: #ff2b50;
    transform: translateY(-3px);
}

/* Responsive Typography */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .industry-card {
        padding: 25px 15px;
    }
}

/* dropdown parent */
.dropdown{
position:relative;
}

/* dropdown menu */
.dropdown-menu{
position:absolute;
top:100%;        /* Service के बिल्कुल नीचे */
left:0;
background:#111;
list-style:none;
width:200px;
display:none;
padding:0;
}

/* dropdown items */
.dropdown-menu li{
border-bottom:1px solid rgba(255,255,255,0.1);
}

.dropdown-menu a{
display:block;
padding:10px 15px;
color:white;
text-decoration:none;
}

/* hover */


/* show dropdown */
.dropdown:hover .dropdown-menu{
display:block;
}

body{
margin:0;
font-family:Arial;
}

/* Reset */

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, sans-serif;
}

/* Navbar */

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 60px;
background:#111;
}

.logo{
color:white;
font-size:22px;
font-weight:bold;
}

.menu{
display:flex;
gap:30px;
list-style:none;
color:white;
}

.menu li{
cursor:pointer;
transition:0.3s;
}

.menu li:hover{
color:#4facfe;
}

/* Contact Button */

.contact-btn{
padding:10px 20px;
border:none;
background:#4facfe;
color:white;
border-radius:6px;
cursor:pointer;
transition:0.3s;
}

.contact-btn:hover{
background:#0072ff;
}

/* Hero Section */

.service-hero{
height:350px;
background-image:url("ai.jpg");
background-size:cover;
background-position:center;

display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;

color:white;
}

.service-hero h1{
font-size:60px;
margin-bottom:10px;
color: rgb(244, 237, 237);
}

.service-hero p{
font-size:40px;
}

/* Service Content */

/* Services Container */
.services-container {
    display: flex;
    flex-wrap: wrap;           /* allows wrapping to next row */
    gap: 30px;                 /* space between cards */
    justify-content: center;   /* center cards horizontally */
}

/* Each Card */
.services-container .card {
    flex: 0 0 calc(25% - 30px); /* 4 cards per row with gap adjustment */
    box-sizing: border-box;
}

/* Responsive: 2 cards per row on tablets */
@media (max-width: 992px) {
    .services-container .card {
        flex: 0 0 calc(50% - 30px);
    }
}

/* Responsive: 1 card per row on mobile */
@media (max-width: 600px) {
    .services-container .card {
        flex: 0 0 100%;
    }
}

.service-content{
display:flex;
justify-content:center;
}

.service-content{
max-width:1100px;
margin:auto;
gap:50px;
align-items:center;
}

/* Image */

.service-img img{
width:450px;
border-radius:10px;
}

/* Text */

.service-text h2{
font-size:32px;
margin-bottom:20px;
}

.service-text p{
color:#555;
line-height:1.6;
margin-bottom:20px;
}

.service-text h3{
margin-bottom:15px;
}

/* List */

.service-text ul{
list-style:none;
}

.service-text ul li{
margin-bottom:10px;
font-size:16px;
color:#333;
}

/* AI Hero Section */

.ai-hero{
height:400px;
background-image:url('');
background-size:cover;
background-position:center;

display:flex;
align-items:center;
justify-content:center;

text-align:center;
padding:20px;
background-color: white;
}

/* Content */

.ai-content{
max-width:700px;
color:black;
}

/* Heading */

.ai-content h1{
font-size:42px;
margin-bottom:20px;
}

/* Paragraph */

.ai-content p{
font-size:18px;
line-height:1.6;
margin-bottom:25px;
}

/* Button */

.ai-btn{
padding:12px 25px;
font-size:16px;
border:none;
border-radius:6px;
background:#4facfe;
color:white;
cursor:pointer;
transition:0.3s;
}

.ai-btn:hover{
background:#0072ff;
}

/* Container */
.ai-products{
padding:80px 20px;
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:30px;
background:#f5f5f5;
}

/* Card */
.ai-product-card{
background:rgba(255,255,255,0.15); /* transparent */
backdrop-filter:blur(8px);
border:1px solid rgba(255,255,255,0.3);
box-shadow:0 10px 25px rgba(0,0,0,0.2);
width:320px;
padding-top:70px; /* space for circle image */
position:relative;
text-align:center;
transition:0.3s;
}

/* Hover */
.ai-product-card:hover{
transform:translateY(-8px);
box-shadow: red;
}

/* Circle Image */
.ai-product-img{
position:absolute;
top:-40px; /* half of image height */
left:50%;
transform:translateX(-50%);
width:80px;
height:80px;
border-radius:50%;
overflow:hidden;
border:3px solid #4facfe;
background:white;
}

.ai-product-img img{
width:100%;
height:100%;
object-fit:cover;
}

/* Card Content */
.ai-product-content{
padding:20px;
}

.ai-product-content h3{
margin-bottom:10px;
color:#222;
}

.ai-product-content p{
color:#555;
line-height:1.6;
font-size:14px;
}

/* Button */
.read-btn{
display:inline-block;
margin-top:15px;
padding:8px 18px;
background:#4facfe;
color:white;
text-decoration:none;
border-radius:6px;
transition:0.3s;
}

.read-btn:hover{
background:#0072ff;
}

.ai-products{
padding:80px 20px;
background:#f5f5f5;
}

/* Row layout with 2 cards */
.ai-products-container{
display:flex;
justify-content:center;
gap:30px; /* horizontal space between cards */
flex-wrap:wrap; /* responsive: wrap to next line on small screens */
}

/* Card */
.ai-product-card{
background:rgba(255,255,255,0.15); /* transparent card */
backdrop-filter:blur(8px);
border:1px solid rgba(255,255,255,0.3);
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.2);
width:320px; /* card width */
padding-top:70px; /* space for circle image */
position:relative;
text-align:center;
transition:0.3s;
margin-top: 25px;
}

/* Hover effect */
.ai-product-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,0.25);
}

/* Circle Image */
.ai-product-img{
position:absolute;
top:-40px;
left:50%;
transform:translateX(-50%);
width:80px;
height:80px;
border-radius:50%;
overflow:hidden;
border:3px solid #4facfe;
background:white;
}

.ai-product-img img{
width:100%;
height:100%;
object-fit:cover;
}

/* Card Content */
.ai-product-content{
padding:20px;
}

.ai-product-content h3{
margin-bottom:10px;
color:#222;
}

.ai-product-content p{
color:#555;
line-height:1.6;
font-size:14px;
}

/* Read More Button */
.read-btn{
display:inline-block;
margin-top:15px;
padding:8px 18px;
background:#4facfe;
color:white;
text-decoration:none;
border-radius:6px;
transition:0.3s;
}

.read-btn:hover{
background:#0072ff;
}

/* Responsive: smaller screens stack vertically */
@media (max-width:768px){
.ai-products-container{
flex-direction:column;
align-items:center;
}
}

/* Global Contact Button */
.contact-btn {
    padding: 10px 25px;
    border: none;
    border-radius: 20px;
    background: linear-gradient(45deg, #7b2ff7, #f107a3);
    color: white;
    cursor: pointer;
    transition: 0.3s;
}

.contact-btn a {
    color: white;
    text-decoration: none;
}

.contact-btn:hover {
    background: linear-gradient(45deg, #f107a3, #7b2ff7);
}
.card-highlight {
    border-radius: 0px;
}

/* HERO SECTION */
.hero-section{
    position:relative;
    background:#f5f5f5;
    padding:120px 80px;
    overflow:hidden;
}

/* CONTAINER LEFT ALIGN (IMPORTANT) */
.hero-container{
    max-width:1100px;
    margin:0;
    text-align:left;
}

/* HEADING */
.main-headline{
    font-size:48px;
    font-weight:600;
    color:#111;
    line-height:1.3;
}

/* GRADIENT LINE */
.gradient-underline{
    width:220px;
    height:5px;
    margin-top:15px;
    background:linear-gradient(90deg,#7b2ff7,#f107a3,#ff8a00);
    border-radius:10px;
}

/* PARAGRAPH */
.hero-description{
    max-width:700px;
    margin-top:25px;
    color:#0e0b0b;
    font-size:18px;
    line-height:1.6;
}

/* SLIDER BUTTONS */
.slider-controls{
    margin-top:40px;
    display:flex;
    gap:15px;
}

.slider-arrow{
    width:50px;
    height:50px;
    border-radius:50%;
    border:2px solid #ddd;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:0.3s;
}

.slider-arrow:hover{
    background:#080707;
    color:#fff;
    transform:scale(1.1);
}

/* 🔥 TOP TIRCHI LINE */
.hero-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100px;
    background:linear-gradient(90deg,#000000,#1a1a2e);
    clip-path: polygon(0 0,100% 0,100% 30%,0 100%);
}

/* 🔥 BOTTOM TIRCHI LINE */
.hero-section::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:120px;
    background:linear-gradient(90deg,#0f0f1a,#000);
    clip-path: polygon(0 60%,100% 0,100% 100%,0 100%);
}

/* SLIDES FIX (IMPORTANT) */
.slide{
    position:absolute;
    width:100%;
    opacity:0;
    transform:translateX(80px);
    transition:0.6s ease;
}

.slide.active{
    opacity:1;
    transform:translateX(0);
    position:relative;
}

  .container{
  margin-top:40px;
}

.row{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
}

.col{
  width:23%;   /* 4 cards ek row me */
}

/* SECTION */
.dev-section{
  padding: 100px 20px;
  background: linear-gradient(135deg, #020617, #0f172a);
  color: #fff;
  text-align: center;
}

/* TITLE */
.dev-title{
  font-size: 42px;
  margin-bottom: 10px;
}

.dev-subtitle{
  color: #cbd5e1;
  max-width: 600px;
  margin: 0 auto 60px;
}

/* GRID */
.dev-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cards in one row */
  gap: 40px;
}

/* RESPONSIVE */
/*  */

/* GRID (cards bigger + spacing) */
.dev-grid{
  display: grid;
  
  gap: 40px; /* gap thoda bada */
  max-width: 1400px; /* container width bada */
  margin: auto;
  grid-template-columns: repeat(3, 1fr);
}

/* CARD */
.dev-card{
  background: rgba(255,255,255,0.05);
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
  border: 2px solid rgba(59,130,246,0.2); /* light blue border */
  backdrop-filter: blur(10px);
}

/* IMAGE */
.dev-card img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.4s;
}

/* CONTENT */
.dev-content{
  padding: 20px;
}

.dev-content h4{
  margin-bottom: 10px;
  color: #fff;
}

.dev-content p{
  font-size: 14px;
  color: #cbd5e1;
  line-height: 1.6;
}

/* HOVER EFFECT */
.dev-card:hover{
  transform: translateY(-12px);
  border: 2px solid #3b82f6; /* strong blue border */
  box-shadow: 0 15px 50px rgba(59,130,246,0.4);
}

/* IMAGE ZOOM */
.dev-card:hover img{
  transform: scale(1.08);
}

/* OVERLAY */
.dev-card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
  opacity: 0;
  transition: 0.4s;
}

.dev-card:hover::after{
  opacity: 1;
}
/* CARD */


/* NAVBAR */
.navbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px 80px;
  background:#0b0b16;
  position:sticky;
  top:0;
  z-index:1000;
}

/* LOGO */
.logo{
  font-size:22px;
  font-weight:bold;
  color:#fff;
}

/* MENU */
.menu{
  display:flex;
  gap:30px;
  list-style:none;
}

.menu li{
  position:relative;
}

.menu a{
  color:#fff;
  text-decoration:none;
  font-size:16px;
  transition:0.3s;
}

.menu a:hover{
  color:#4facfe;
}

/* CONTACT BUTTON */
.contact-btn{
  padding:10px 25px;
  border:none;
  border-radius:20px;
  background:linear-gradient(45deg,#7b2ff7,#f107a3);
  color:white;
  cursor:pointer;
  transition:0.3s;
}

.contact-btn a{
  color:white;
  text-decoration:none;
}

.contact-btn:hover{
  background:linear-gradient(45deg,#f107a3,#7b2ff7);
}

/* DROPDOWN */
.dropdown-menu{
  position:absolute;
  top:100%;
  left:0;
  background:#111;
  list-style:none;
  width:220px;
  display:none;
  border-radius:8px;
  overflow:hidden;
}

.dropdown-menu li{
  border-bottom:1px solid rgba(255,255,255,0.1);
}

.dropdown-menu a{
  display:block;
  padding:12px 15px;
  color:white;
}

.dropdown-menu a:hover{
  background:#1a1a2e;
  color:#4facfe;
}

/* SHOW DROPDOWN */
.dropdown:hover .dropdown-menu{
  display:block;
}

/* HERO SECTION */
.hero{
  height:90vh;
  background:
    linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
    url("./Image/about.jpg");
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:center;
  padding:0 80px;
}

/* HERO CONTENT */
.hero-content{
  max-width:600px;
}

/* HEADING */
.hero h1{
  font-size:50px;
  margin-bottom:20px;
  line-height:1.3;
}

/* PARAGRAPH */
.hero p{
  font-size:18px;
  color:#ccc;
  list-style: 1.2;
}

/* BUTTON */
.hero-btn{
  margin-top:25px;
  padding:12px 30px;
  border:none;
  border-radius:8px;
  background:linear-gradient(45deg,#7b2ff7,#f107a3);
  color:white;
  cursor:pointer;
  transition:0.3s;
}

.hero-btn:hover{
  background:linear-gradient(45deg,#f107a3,#7b2ff7);
  transform:scale(1.05);
}

body{
  margin:0;
  padding:0;
  background:#0b0b16;
}


/* BODY */
body{
  margin:0;
  font-family:Arial;
  background:#0b0b16;
  color:white;
}

/* HERO */

/* ===== MOBILE HERO (SAME DESIGN STYLE) ===== */

.mobile-hero {
  height: 90vh;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  color: #fff;

  /* 🔥 BACKGROUND IMAGE */
  background: 
    linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
    url("App.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* CONTENT */
.mobile-hero .mobile-content {
  max-width: 700px;
  padding: 20px;
}

/* HEADING */
.mobile-hero h1 {
  font-size: 48px;
  margin-bottom: 15px;
}

/* TEXT */
.mobile-hero p {
  font-size: 18px;
  color: #ddd;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* BUTTON */
/* ===== FIX BUTTON FOR MOBILE HERO ===== */

/* ===== MOBILE BUTTON FIX ===== */

.mobile-btn {
  padding: 12px 28px;
  border: none;
  background: #00f0ff;
  color: #000;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
}

/* HOVER */
.mobile-btn:hover {
  background: #00c2cc;
  transform: scale(1.05);
}

/* SERVICES */
.mobile-services{
  padding:80px 20px;
  text-align:center;
}

.service-container{
  display:flex;
  justify-content:center;
  gap:30px;
  margin-top:40px;
  flex-wrap:wrap;
}

.service-card{
  width:280px;
  padding:30px;
  background:#1a1730;
  border-radius:15px;
  transition:0.3s;
}

.service-card:hover{
  transform:translateY(-10px);
  background:linear-gradient(135deg,#5f2eea,#ff8a00);
}

/* FEATURES */
.mobile-features{
  padding:80px;
  text-align:center;
  background:#111;
}

.feature-container{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:40px;
}

.feature-box{
  padding:20px;
  border:1px solid #333;
  border-radius:10px;
}

/* CTA */
.mobile-cta{
  text-align:center;
  padding:80px;
  background:linear-gradient(120deg,#1a1a40,#3a0ca3);
}

/* RESPONSIVE */
@media(max-width:992px){
  .feature-container{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .feature-container{
    grid-template-columns:1fr;
  }

  .mobile-hero{
    padding:20px;
  }

  .mobile-content h1{
    font-size:32px;
  }
}

.service-card{
  width:280px;
  padding:30px;
  border-radius:20px;

  /* GLASS EFFECT 🔥 */
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);

  border:1px solid rgba(255,255,255,0.2);
  box-shadow:0 8px 32px rgba(0,0,0,0.3);

  transition:0.4s;
}

.service-card:hover{
  transform:translateY(-12px) scale(1.03);
  box-shadow:0 15px 40px rgba(0,0,0,0.5);
}

/* hidden state */
.animate{
  opacity:0;
  transform:translateY(50px);
  transition:all 0.8s ease;
}

/* visible state */
.animate.show{
  opacity:1;
  transform:translateY(0);
}

.hero {
  height: 100vh;
  background: radial-gradient(circle at top, #0a0f2c, #020412);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* glowing circle background */
.hero::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: #00f0ff;
  filter: blur(150px);
  top: -100px;
  left: -100px;
}

.hero::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: #7b2cff;
  filter: blur(150px);
  bottom: -100px;
  right: -100px;
}

.hero h1 {
  font-size: 52px;
  z-index: 2;
}

.hero p {
  font-size: 18px;
  margin-top: 15px;
  z-index: 2;
}

.hero-btn {
  margin-top: 25px;
  padding: 12px 30px;
  background: linear-gradient(135deg, #00f0ff, #7b2cff);
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  z-index: 2;
}

.hero-btn:hover {
  transform: scale(1.08);
}


/* ================= SECTION ================= */

.services {
  padding: 70px 20px;
  background: #020412;
  color: #fff;
}

.services .title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 30px;
  color: #00f0ff;
}


/* ================= GRID (CENTER FIX) ================= */

.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 280px));
  justify-content: center;   /* center align */
  gap: 20px;                 /* space control */
}


/* ================= CARD ================= */

.card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0,240,255,0.2);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}


/* ================= GLOW BORDER ================= */

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(135deg, #00f0ff, #7b2cff);

  -webkit-mask: 
  linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}


/* ================= HOVER ================= */

.card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 0 25px rgba(0,240,255,0.5);
}


/* ================= CONTENT FIX ================= */

.card img {
  width: 50px;
  margin-bottom: 10px;
}

.card h3 {
  margin: 6px 0;
  color: #00f0ff;
}

/* .card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #ccc;
} */


/* ================= RESPONSIVE ================= */

@media(max-width: 600px) {
  .services {
    padding: 50px 15px;
  }

  .services .title {
    font-size: 26px;
  }
}

/* ================= SECTION ================= */

.ml-features {
  padding: 80px 20px;
  background: radial-gradient(circle at top, #050816, #000);
  color: #fff;
  text-align: center;
}

.ml-title {
  font-size: 34px;
  margin-bottom: 50px;
  color: #00f0ff;
}


/* ================= GRID ================= */

.ml-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 280px));
  justify-content: center;
  gap: 25px;
}


/* ================= CARD ================= */

.ml-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(0,240,255,0.2);
  border-radius: 18px;
  padding: 25px;
  backdrop-filter: blur(10px);
  transition: 0.4s;
  position: relative;
}

/* glow border */
.ml-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(135deg, #00f0ff, #7b2cff);

  -webkit-mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}


/* ICON */

.ml-icon {
  font-size: 32px;
  margin-bottom: 15px;
}


/* TEXT */

.ml-card h3 {
  color: #00f0ff;
  margin-bottom: 10px;
}

.ml-card p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.5;
  margin: 0;
}


/* HOVER */

.ml-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 0 25px rgba(0,240,255,0.6);
}


/* RESPONSIVE */

@media(max-width: 600px) {
  .ml-title {
    font-size: 26px;
  }
}

/* UI Ux */

.uiux-hero {
  height: 90vh;
  background: url('https://images.unsplash.com/photo-1559028012-481c04fa702d') no-repeat center/cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

/* ================= SECTION ================= */

.uiux-why {
  padding: 90px 20px;
  background: linear-gradient(135deg, #020617, #0f172a);
  color: #fff;
  text-align: center;
}

.uiux-why h2 {
  font-size: 34px;
  margin-bottom: 50px;
  color: #38bdf8;
}


/* ================= GRID ================= */

.why-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 280px));
  justify-content: center;
  gap: 25px;
}


/* ================= CARD ================= */

.why-box {
  background: rgba(255,255,255,0.05);
  border-radius: 18px;
  padding: 25px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}


/* 🔥 gradient border glow */
.why-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(135deg, #38bdf8, #6366f1);

  -webkit-mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}


/* TEXT */

.why-box h3 {
  color: #38bdf8;
  margin-bottom: 10px;
}

.why-box p {
  font-size: 14px;
  color: #cbd5f5;
  margin: 0;
  line-height: 1.5;
}


/* ================= HOVER ================= */

.why-box:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 0 25px rgba(56,189,248,0.5);
}


/* ================= OPTIONAL ICON ================= */

.why-box i {
  font-size: 30px;
  margin-bottom: 12px;
  color: #38bdf8;
}

/* ================= SECTION ================= */

.uiux-services {
  padding: 90px 20px;
  background: linear-gradient(135deg, #0f172a, #020617);
  text-align: center;
  color: #fff;
}

.uiux-services .title {
  font-size: 36px;
  margin-bottom: 50px;
  color: #38bdf8;
}


/* ================= GRID ================= */

.uiux-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 280px));
  justify-content: center;
  gap: 25px;
}


/* ================= CARD ================= */

.uiux-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  padding: 25px;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.1);
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}


/* 🔥 gradient border glow */
.uiux-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(135deg, #38bdf8, #6366f1);

  -webkit-mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}


/* ICON STYLE (optional if you add icons) */
.uiux-card i {
  font-size: 28px;
  color: #38bdf8;
  margin-bottom: 12px;
}


/* TEXT */

.uiux-card h3 {
  margin-bottom: 10px;
  color: #38bdf8;
}

.uiux-card p {
  font-size: 14px;
  color: #cbd5f5;
  line-height: 1.5;
  margin: 0;
}


/* ================= HOVER ================= */

.uiux-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 0 25px rgba(56,189,248,0.5);
}


/* ================= RESPONSIVE ================= */

@media(max-width: 600px) {
  .uiux-services .title {
    font-size: 26px;
  }
}

/* ===== HERO WITH BACKGROUND IMAGE ===== */

.hero {
  height: 90vh;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  color: #fff;

  /* 🔥 BACKGROUND IMAGE + OVERLAY */
  background: 
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    url("tech.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* CONTENT */
.hero-content {
  max-width: 700px;
  padding: 20px;
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 15px;
}

.hero p {
  font-size: 18px;
  color: #ddd;
  margin-bottom: 20px;
}

/* BUTTON */
.hero-btn {
  padding: 12px 25px;
  border: none;
  background: #00f0ff;
  color: #000;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #00c2cc;
}


/* ===== WEB DEVELOPMENT HERO ===== */

.web {
  height: 90vh;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  color: #fff;
  position: relative;

  /* 🔥 BACKGROUND IMAGE */
  background: 
    linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
    url("web.webp");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* CONTENT */
.web .hero-content {
  max-width: 750px;
  padding: 20px;
}

/* HEADING */
.web h1 {
  font-size: 50px;
  margin-bottom: 15px;
  font-weight: bold;
}

/* PARAGRAPH */
.web p {
  font-size: 18px;
  color: #ddd;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* BUTTON */
.hero-btn {
  padding: 12px 28px;
  border: none;
  background: #00f0ff;
  color: #000;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #00c2cc;
  transform: scale(1.05);
}

/* ===== MACHINE LEARNING HERO ===== */

.ML {
  height: 90vh;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  color: #fff;

  /* 🔥 BACKGROUND IMAGE */
  background: 
    linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
    url("ML.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* CONTENT */
.ML .hero-content {
  max-width: 750px;
  padding: 20px;
}

/* HEADING */
.ML h1 {
  font-size: 48px;
  margin-bottom: 15px;
  font-weight: bold;
}

/* TEXT */
.ML p {
  font-size: 18px;
  color: #ddd;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* BUTTON (ML specific fix) */
.ML .hero-btn {
  padding: 12px 28px;
  border: none;
  background: #00f0ff;
  color: #000;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.ML .hero-btn:hover {
  background: #00c2cc;
  transform: scale(1.05);
}


.about-hero {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;

  background: 
    linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
    url("ab.jpg");

  background-size: cover;
  background-position: center;
}

.hero-content {
  max-width: 700px;
}

.hero-btn {
  padding: 12px 28px;
  border: none;
  background: #00f0ff;
  color: #000;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #00c2cc;
  transform: scale(1.05);
}

.about-company {
  padding: 80px 20px;
  background: #020412;
}

/* MAIN CONTAINER */
.about-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;

  max-width: 1100px;
  margin: auto;
  flex-wrap: wrap; /* mobile fix */
}

/* IMAGE */
.about-image {
  flex: 1;
  min-width: 300px;
}

.about-image img {
  width: 100%;
  border-radius: 15px;
  display: block;
}

/* TEXT */
.about-text {
  flex: 1;
  min-width: 300px;
  color: #fff;
}

.about-text h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #00f0ff;
}

.about-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 10px;
}

.mission {
  background: linear-gradient(135deg, #020412, #050b2a);
  padding: 80px 20px;
}

/* CONTAINER */
.mission-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* CARD */
.mission-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 35px;
  width: 320px;
  color: #fff;
  text-align: center;
  position: relative;
  transition: 0.4s;
  overflow: hidden;
}

/* 🔥 GRADIENT BORDER EFFECT */
.mission-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, #00f0ff, #7b2cff);
  
  -webkit-mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* ICON (OPTIONAL) */
.mission-card::after {
  content: "🚀";
  font-size: 40px;
  display: block;
  margin-bottom: 10px;
}

/* TEXT */
.mission-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #00f0ff;
}

.mission-card p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
}

/* HOVER EFFECT */
.mission-card:hover {
  transform: translateY(-12px) scale(1.05);
  box-shadow: 0 0 30px rgba(0, 240, 255, 0.5);
}

/* ===== WHY ===== */
.why-about {
  padding: 80px 20px !important;
  text-align: center !important;
}

.why-about h2{
  margin-top: 40px;
}
.why-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 30px !important;
  max-width: 1200px !important;
  margin: auto !important;
}

.why-box {
  padding: 30px !important;
  border-radius: 15px !important;
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid #00eaff !important;
  color: #fff !important;
}

/* ===== TEAM ===== */
/* Team Section */
.team {
  padding: 80px 20px;
  background: #f5f5f5;
  text-align: center;
}

.team .section-title {
  font-size: 2.5rem;
  margin-bottom: 50px;
  font-weight: 700;
  color: #111;
}

/* Container */
.team-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

/* Team Card */
.team-card {
  background: #fff;
  width: 280px;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

/* Team Image */
.team-img {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ff4d6d;
  transition: transform 0.3s ease;
}

.team-card:hover .team-img {
  transform: scale(1.1);
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text */
.team-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #111;
}

.team-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .team-container {
    flex-direction: column;
    align-items: center;
  }
}
/* Dark Section Styling */
.industries-dark {
    padding: 80px 20px;
    background: #111;
    color: #fff;
    overflow: hidden;
}

.industries-dark .section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    font-weight: 700;
}

/* Slider Wrapper */
.slider-wrapper {
    overflow: hidden;
    position: relative;
}

/* Slider Flex Container */
.industries-slider {
    display: flex;
    gap: 30px;
    animation: slide 30s linear infinite;
}

/* Cards */
.industries-dark .industry-card {
    background: #1a1a1a;
    min-width: 320px;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industries-dark .industry-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 77, 109, 0.6);
    background: #222;
}

.industries-dark .industry-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.industries-dark .industry-card:hover .industry-icon {
    transform: scale(1.3) rotate(5deg);
}

.industries-dark .industry-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #ff4d6d;
}

.industries-dark .industry-card p {
    font-size: 1rem;
    color: #ccc;
    margin-bottom: 20px;
    line-height: 1.6;
}

.industries-dark .read-btn {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 30px;
    background: #ff4d6d;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease, transform 0.3s ease;
}

.industries-dark .read-btn:hover {
    background: #ff2b50;
    transform: translateY(-3px);
}

/* Auto Slide Animation */
@keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 768px) {
    .industries-dark .section-title {
        font-size: 2rem;
    }

    .industries-dark .industry-card {
        min-width: 260px;
        padding: 20px 15px;
    }

    .industries-dark .industry-icon {
        width: 70px;
        height: 70px;
    }
}

.blogs-modern {
  padding: 80px 20px;
  background: #ffffff;   /* ✅ white background */
  color: #111;           /* ✅ black text */
}

/* Title */
.blogs-modern .section-title {
  color: #111 !important;   /* black heading */
}

/* Blog list */
.blog-list {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Blog item */
.blog-item {
  display: flex;
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid #ddd;   /* light border */
  padding-bottom: 20px;
  transition: 0.3s;
}

/* Hover */
.blog-item:hover {
  transform: translateX(10px);
}

/* Image */
.blog-item img {
  width: 250px;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}

/* Text */
.blog-text h3 {
  margin: 10px 0;
  font-size: 1.4rem;
  color: #111;   /* black */
}

.blog-text p {
  color: #555;   /* grey text */
}

/* Responsive */
@media (max-width: 768px) {
  .blog-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-item img {
    width: 100%;
    height: auto;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .blog-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-item img {
    width: 100%;
    height: auto;
  }
}

.privacy {
  background: #0f0f0f;
  color: #fff;
  padding: 80px 20px;
}

.privacy-container {
  max-width: 900px;
  margin: auto;
  line-height: 1.7;
}

.privacy h1 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.privacy h3 {
  margin-top: 25px;
  color: #ff4d6d;
}

.privacy p {
  color: #ccc;
  margin-top: 10px;
}

/* Animation */
@keyframes slide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-card {
    min-width: 250px;
  }
}

.magazine {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  padding: 80px;
}

.main-blog img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.side-blogs div {
  margin-bottom: 20px;
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
}

.blog-hero {
  height: 90vh;
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
              url('https://images.unsplash.com/photo-1518770660439-4636190af475') center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.hero-content h1 {
  font-size: 60px;
}

.hero-content p {
  max-width: 700px;
  margin: auto;
  color: #ccc;
}

/* Container */
/* FULL SECTION WHITE */
.blog-section {
  background: #ffffff;   /* 🔥 side black fix */
  padding: 80px 0;
}

/* CONTAINER */
.blog-container {
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
  color: #111;
}

/* HEADER */
.blog-header {
  text-align: center;
  margin-bottom: 60px;
}

.blog-header h1 {
  font-size: 40px;
  color: #111;
}

/* BLOG ITEM */
.blog {
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  transition: 0.3s;
}

/* CATEGORY */
.blog span {
  font-size: 12px;
  color: #007bff;
  font-weight: bold;
}

/* TITLE */
.blog h2 {
  font-size: 24px;
  margin: 10px 0;
  color: #111;
}

/* TEXT */
.blog p {
  color: #555;
  line-height: 1.6;
}

/* HOVER */
.blog:hover {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  transform: translateX(8px);
}

.tech-stack {
  padding: 80px 20px;
  background: #fff;
  text-align: center;
}

.tech-title {
  font-size: 34px;
  margin-bottom: 40px;
  color: #111;
}

/* GRID */
.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 25px;
  max-width: 1000px;
  margin: auto;
}

/* CARD */
.tech-card {
  position: relative; /* 🔥 IMPORTANT FIX */
  padding: 25px 15px;
  background: #ffffff;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;

  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

/* ICON */
.tech-card img {
  width: 50px;
  margin-bottom: 10px;
}

/* TEXT */
.tech-card span {
  display: block;
  font-weight: 600;
  color: #111;
}

/* HOVER 3D */
.tech-card:hover {
  transform: translateY(-10px) scale(1.05);
}

/* 🔥 GLOW EFFECT FIXED */
.tech-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  pointer-events: none;

  box-shadow: 0 0 0 rgba(79,172,254,0); /* start invisible */
  transition: 0.3s;
}

.tech-card:hover::after {
  box-shadow: 0 0 25px rgba(79,172,254,0.6);
}

.logo img {
    height: 150px;   /* 👈 pehle 50 tha, ab bada */
    width: 200px;
}
.navbar {
    height: 90px;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.footer {
    background: linear-gradient(135deg, #020412, #0a0f2c);
    color: #fff;
    padding: 60px 30px 20px;
}

/* Grid Layout */
.footer-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

/* Boxes */
.footer-box h3 {
    margin-bottom: 15px;
    color: #00c3ff;
}

.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {
    margin-bottom: 10px;
}

.footer-box ul li a {
    color: #bbb;
    text-decoration: none;
    transition: 0.3s;
}

.footer-box ul li a:hover {
    color: #00c3ff;
    padding-left: 5px;
}

/* Logo */
.footer-logo {
    height: 60px;
    margin-bottom: 10px;
}

.footer-box h2 {
    font-size: 20px;
}

.footer-box span {
    font-size: 12px;
    color: #aaa;
}

.footer-box p {
    font-size: 14px;
    color: #ccc;
    margin-top: 10px;
}

/* Bottom */
.footer-bottom {
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid #222;
    padding-top: 15px;
    color: #aaa;
}

.mobile-features {
    background: #020412;
    padding: 80px 20px;
    text-align: center;
    color: #fff;
}

.section-title {
    font-size: 32px;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #aaa;
    margin-bottom: 50px;
}

/* Grid */
.feature-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

/* Cards */
.feature-card {
    background: linear-gradient(145deg, #0a0f2c, #020412);
    padding: 30px;
    border-radius: 15px;
    transition: 0.3s;
    border: 1px solid #111;
}

/* Hover Effect 🔥 */
.feature-card:hover {
    transform: translateY(-10px);
    border-color: #00c3ff;
    box-shadow: 0 0 20px rgba(0,195,255,0.2);
}

/* Icon */
.feature-card .icon {
    font-size: 35px;
    margin-bottom: 15px;
}

/* Text */
.feature-card h3 {
    margin-bottom: 10px;
    color: #00c3ff;
}

.feature-card p {
    color: #ccc;
    font-size: 14px;
}

*{margin:0;padding:0;box-sizing:border-box;font-family:'Poppins',sans-serif;}
body{background:#0b0f1a;color:#fff;}

/* HERO */
.contant{
  text-align:center;
  padding:100px 20px;
  background:linear-gradient(135deg,#0f172a,#020617);
}
.contant h1{
  font-size:48px;
  margin-bottom:20px;
}
.contant p{
  color:#cbd5e1;
  max-width:700px;
  margin:auto;
}

/* SERVICES */
.services-provice{
  padding:80px 20px;
}
.section-title{
  text-align:center;
  font-size:32px;
  margin-bottom:50px;
}

.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:30px;
}

.card{
  background:#111827;
  padding:30px;
  border-radius:20px;
  transition:0.3s;
  position:relative;
  overflow:hidden;
}
.card:hover{
  transform:translateY(-10px);
  box-shadow:0 10px 30px rgba(0,0,0,0.6);
}

.icon{
  font-size:40px;
  margin-bottom:15px;
}

.card h3{
  margin-bottom:10px;
}

.card p{
  color:#9ca3af;
  font-size:14px;
}

/* CTA */
.cta{
  text-align:center;
  padding:80px 20px;
  background:#020617;
}
.cta h2{
  margin-bottom:20px;
}
.btn{
  padding:12px 30px;
  background:#6366f1;
  border:none;
  border-radius:30px;
  color:#fff;
  cursor:pointer;
}
.btn:hover{
  background:#4f46e5;
}

/* SECTION */
.services-section{
  padding: 80px 20px;
  background: linear-gradient(135deg, #020617, #0f172a);
  text-align: center;
}

/* TITLE */
.services-title{
  font-size: 38px;
  margin-bottom: 50px;
  color: #fff;
  font-weight: 600;
  position: relative;
}

.services-title::after{
  content: "";
  width: 80px;
  height: 3px;
  background: #6366f1;
  display: block;
  margin: 10px auto;
  border-radius: 10px;
}

/* GRID */
.services-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

/* CARD */
.service-card{
  background: rgba(255,255,255,0.05);
  padding: 30px 20px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}

.service-card:hover{
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 10px 40px rgba(99,102,241,0.3);
}

/* Top Line Effect */
.service-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(to right, #6366f1, #22c55e);
  transition: 0.4s;
}

.service-card:hover::before{
  width: 100%;
}

/* ICON */
.service-icon{
  font-size: 45px;
  margin-bottom: 15px;
}

/* TEXT */
.service-heading{
  margin-bottom: 10px;
  font-size: 20px;
}

.service-text{
  font-size: 14px;
  color: #cbd5e1;
  line-height: 1.6;
}

/* BADGE */
.service-badge{
  position: absolute;
  top: 15px;
  right: 15px;
  background: #6366f1;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 20px;
  color: #fff;
}

/* RESPONSIVE */
@media(max-width:768px){
  .services-title{
    font-size: 28px;
  }
}

/* SECTION */
.expertise-section{
  padding: 80px 20px;
  background: #f8fafc;
}

/* CONTAINER */
.expertise-container{
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

/* LEFT */
.expertise-left{
  flex: 1;
}

.expertise-title{
  font-size: 36px;
  margin-bottom: 15px;
  color: black;
}

.expertise-desc{
  color: #64748b;
  margin-bottom: 30px;
  max-width: 500px;
}

/* GRID */
.expertise-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  color: black;
}

/* ITEM */
.expertise-item{
  display: flex;
  gap: 10px;
}

.check{
  background: #7c3aed;
  color: #fff;
  border-radius: 50%;
  padding: 5px 8px;
  font-size: 12px;
  height: fit-content;
}

.expertise-item h4{
  font-size: 16px;
  margin-bottom: 5px;
}

.expertise-item p{
  font-size: 13px;
  color: #64748b;
}

/* BUTTON */
.expertise-btn{
  margin-top: 30px;
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  background: linear-gradient(45deg,#ff4d4d,#a855f7);
  color: #fff;
  cursor: pointer;
}

/* RIGHT IMAGE */
.expertise-right{
  flex: 1;
}

.expertise-right img{
  width: 100%;
  border-radius: 15px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .expertise-container{
    flex-direction: column;
  }

  .expertise-grid{
    grid-template-columns: 1fr;
  }
}

.service-overview{
  background: white;
  padding: 80px 20px;
  text-align: center;
}

.container{
  max-width: 900px;
  margin: auto;
}

.section-title{
  font-size: 36px;
  margin-bottom: 25px;
  font-weight: 600;
  color: black;
}

.overview-text{
  font-size: 17px;
  color: #042e60;
  line-height: 1.8;
  margin-bottom: 15px;
}
.underline-title{
  position: relative;
  display: inline-block;
}

.underline-title::after{
  content: "";
  width: 80px;   /* underline length */
  height: 3px;
  background: #6366f1;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border-radius: 10px;
}

.menu li a {
  color: white;
  text-decoration: none;
  padding: 10px 15px;
}

.menu li a.active {
  color: #3b82f6;
  border-bottom: 2px solid #3b82f6;
}

/* ================= RESPONSIVE FIX START ================= */

/* Tablet */
@media (max-width: 992px) {

  .navbar {
    padding: 15px 30px;
  }

  .menu {
    gap: 20px;
  }

  .hero,
  .web,
  .ML,
  .about-hero {
    height: auto;
    padding: 80px 20px;
    text-align: center;
  }

  .hero h1,
  .web h1,
  .ML h1 {
    font-size: 36px;
  }

  .hero p,
  .web p,
  .ML p {
    font-size: 16px;
  }

  .about-container,
  .expertise-container,
  .service-content {
    flex-direction: column;
    text-align: center;
  }

  .about-img img,
  .service-img img {
    width: 100%;
    max-width: 400px;
  }

  .contact-container {
    flex-direction: column;
  }

  .contact-form {
    width: 100%;
  }

  .contact-card {
    width: 100%;
  }
}


/* Mobile */
@media (max-width: 600px) {

  .navbar {
    flex-direction: column;
    height: auto;
    padding: 15px;
  }

  .logo img {
    height: 80px;
    width: auto;
  }

  .menu {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
  }

  .hero h1,
  .web h1,
  .ML h1 {
    font-size: 28px;
  }

  .hero p,
  .web p,
  .ML p {
    font-size: 14px;
  }

  .hero-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .stats {
    flex-direction: column;
    gap: 20px;
  }

  .services,
  .about-content,
  .contact-section,
  .locations {
    padding: 50px 20px;
  }

  .title,
  .section-title {
    font-size: 26px;
  }

  .card,
  .service-card,
  .dev-card {
    width: 100% !important;
  }

  .footer-container,
  .footer-top {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .feature-container {
    grid-template-columns: 1fr !important;
  }

  .dev-grid {
    grid-template-columns: 1fr !important;
  }

  .services-container {
    grid-template-columns: 1fr !important;
  }

  .tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* Small Mobile */
@media (max-width: 400px) {

  .hero h1 {
    font-size: 22px;
  }

  .hero p {
    font-size: 13px;
  }

  .contact-form {
    padding: 20px;
  }

  .main-headline {
    font-size: 26px;
  }

}

/* ================= RESPONSIVE FIX END ================= */

.ai-section {
  background: #0b0b0f;
  padding: 80px 20px;
  color: white;
  text-align: center;
}

.ai-heading {
  font-size: 40px;
  margin-bottom: 60px;
  font-weight: 700;
}

/* Layout */
.ai-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  max-width: 1200px;
  margin: auto;
}

/* Left Content */
.ai-left {
  flex: 1;
  text-align: left;
}

.ai-point {
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}

.ai-point h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.ai-point p {
  color: #bbb;
  line-height: 1.6;
}

/* Right Image */
.ai-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.circle-img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  padding: 5px;
  background: linear-gradient(45deg, #ff00cc, #3333ff);
}

.circle-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 900px) {
  .ai-container {
    flex-direction: column;
    text-align: center;
  }

  .ai-left {
    text-align: center;
  }

  .ai-heading {
    font-size: 30px;
  }
}