*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:Arial, Helvetica, sans-serif;
overflow-x:hidden;
}

/* HERO */

.box{
width:100%;
min-height:100vh;
background-image:url("https://apindustriess.com/images/hero-bg.png");
background-repeat:no-repeat;
background-position:center bottom;
background-size:cover;
padding-bottom:250px;
}

/* HEADER */

.header-section{
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 30px;
flex-wrap:wrap;
position:relative;
}

/* LOGO */

.logo-box{
display:flex;
align-items:center;
}

.logo-box img{
width:80px;
}

.title{
color:white;
font-size:24px;
font-weight:bold;
margin-left:10px;
}

/* NAVBAR */

.navlist{
  position: fixed;
  top: 30px;
  left: 50%;
  display:flex;
  gap:30px;
  list-style:none;
   z-index: 1100; 
}
.navlist a{
text-decoration:none;
color:white;
font-weight:600;
font-size:15px;
transition:.3s;
}

.navlist a:hover{
color:#00bbf0;
}
.navlist.scrolled a{
  color:#00bbf0;   
}
.navlist .active{
color:#00bbf0;
}

/* SLIDER */

.slider-section{
  transition:0.3s;
}

/* default */
.slider-section.move-down{
  transform: translateY(230px); /* adjust कर सकते हो */
}

.slider-content{
display:flex;
align-items:center;
justify-content:space-between;
padding:50px;
gap:40px;
flex-wrap:wrap;
}

/* TEXT */

.detail-box{
max-width:500px;
color:white;
}

.detail-box h1{
font-size:38px;
font-weight:700;
}

.detail-box p{
margin-top:20px;
font-size:16px;
line-height:1.6;
}

/* IMAGE */

/* SLIDE 1 IMAGE */

.slide1 .image-box img{
width:500px;
height:350px;
object-fit:contain;
}

/* SLIDE 2 IMAGE */

.slide2 .image-box img{
width:450px;
height:350px;
object-fit:cover;
}

/* SLIDE 3 IMAGE */

.slide3 .image-box img{
width:480px;
height:350px;
object-fit:cover;
}

/* BUTTON */

.btn1{
    display: inline-block;
    margin-top: 20px;
    padding: 12px 35px;
    background: #00bbf0;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: .3s;
    position: relative;   /* 🔥 add karo */
    z-index: 10;          /* 🔥 add karo */
}

.btn1:hover{
    background: #0d6efd;
    color: white;
}
.menu-toggle{
display:none;
font-size:28px;
color:white;
cursor:pointer;

/* 👇 ये add करो */
position:absolute;
top:80px;   /* 🔥 logo से नीचे */
right:20px;
z-index:1100;
}

/* --- आपका ओरिजिनल CSS (कोई बदलाव नहीं) --- */
.heading-container { text-align: center; position: relative; }
.heading-container h2 { font-size: 36px; font-weight: bold; }
.our-text { color: black; }
.services-text { color: #00c8ff; }
.heading-container p { color: black; font-size: 18px; margin-top: 10px; }
.heading-container h5 { color: black; font-size: 18px; margin-top: 20px; }
.services-grid { width: 90%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; justify-items: center; margin-left: 70px; }
.service-card { background: white; padding: 13px; border-radius: 12px; text-align: center; box-shadow: 0px 3px 12px rgba(0,0,0,0.15); transition: none; }
.card-img { width: 120px !important; height: 120px !important; border-radius: 50% !important; object-fit: cover !important; display: block; margin: 0 auto 15px auto; }
.service-card h5 { color: #000; font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.service-card p { color: #000; font-size: 15px; margin-bottom: 15px; }
.service-card a { color: #00204a; text-decoration: none; font-weight: 600; cursor: pointer;}
.service-card a:hover { color: #00bbf0; }
.btn-box { width: 100%; text-align: center; margin-top: 50px; }
.btn-box button { background-color: #00bbf0; color: #fff; border: none; padding: 12px 30px; font-size: 16px; border-radius: 6px; cursor: pointer; }

/* --- पॉप-अप के लिए नया हिस्सा (इसे जोड़ने से पुराना डिजाइन नहीं बदलेगा) --- */
.modal-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.7); display: none; justify-content: center; align-items: center; z-index: 9999;
}
.modal-content {
    background: white; padding: 30px; border-radius: 15px; width: 90%; max-width: 450px;
    text-align: center; position: relative;
}
.close-modal { position: absolute; top: 10px; right: 15px; font-size: 25px; cursor: pointer; color: #333; }
#modal-img { width: 80px; height: 80px; border-radius: 50%; margin-bottom: 15px; }
.close-btn-bottom { margin-top: 20px; background: #00204a; color: white; border: none; padding: 8px 20px; border-radius: 5px; cursor: pointer; }

.about-section {
    width: 100%;
    min-height: 100vh;   /* full screen height */
    margin-top: 40px;       /* gap hata diya */
    padding: 80px 0;     /* andar spacing ke liye */
    background-color: #00204a;
}
 
.heading-center {
    text-align: center; 
    padding: 90px;      
}

.heading-center h2 {
    color: white;           
    font-size: 36px;
    margin-top: -160px;
}
.heading-center h2 span {
    color: #00BFFF;          
}
.heading-center p{
  margin-top: 20px;
  color: white;
  font-size: 20px;
}

.heading-detail {
    width: 45%;
    float: right;
    margin-top: -520px; /* value adjust kar sakte ho */
}

.heading-detail h3 {
    color: white;     
    margin-bottom: 15px;
    margin-top: -120px;
}

.heading-detail p {
    color: white;         
    line-height: 1.6;
    font-size: 15px;
}

.heading-detail a {
    display: inline-block;
    padding: 10px 30px;       
    background: #007bff;      
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600; 
    font-size: 16px;
}

.heading-detail a:hover {
    background: #0056b3;        
    color: white; 
}

.heading-img {
    text-align: left; 
    padding: 70px;
    margin-top: -70px;
}
.heading-img img {
    width: 600px;           
    height: auto;
}



.why-section{
  text-align:center;
  margin-top:30px;
}

.why-section h2{
  font-size:32px;
  font-weight:bold;
}

.why-section span{
  color:#00bbf0;
}

/* 🔥 BOX DESIGN */
.why-box{
  padding:25px 15px;
  border:1px solid #ddd;
  border-radius:10px;
  background:#fff;
  box-shadow:0 5px 15px rgba(0,0,0,0.08);
  transition:0.3s;
  height:100%;
  margin-top: 47px;
}

/* Hover effect */
.why-box:hover{
  transform:translateY(-8px);
  box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

/* Image circle */
.img-box{
  width:100px;
  height:100px;
  border:5px solid black;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 15px;
  background:#fff;
}

.img-box img{
  width:50px;
}

/* Text */
.why-box h5{
  font-weight:600;
  margin-top:10px;
}

.why-box p{
  font-size:14px;
  margin:5px 0;
}

/* Button */
.btn-box{
  text-align:center;
  margin-top:30px;
}

.btn-box a {
  padding: 10px 30px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
  margin-top: 20px;
}

/* ✅ Hover FIX */
.btn-box a:hover {
  background: #0056b3;
  color: #ffffff;   /* ⚠️ IMPORTANT */
}
.team-section {
    width: 100%;
    min-height: 100vh;   /* full screen height */
    background-color:#00204a;
    padding: 100px 0;
    margin-top: 50px; /* remove extra gap */
}
.heading-container h2{
    text-align: center;      
    font-size: 32px;
    color: white;
}

.heading-container h2 {
    color: white;           
}

.heading-container h2 span {
    color: #00bbf0;             
}

.team-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap; 
  overflow-x: auto;  
  padding: 20px 15px;   /* ऊपर-नीचे बराबर */
}

.team-box {
  width: 363px;
  background:  #002759;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  flex-shrink: 0;
}

.img-team {
  width: 140px;
  height: 140px;
  margin: auto;
  border-radius: 50%;
  padding: 6px;
  background: white;
}

.img-team img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.detail-team h5{
  color: #00bbf0;
}
.detail-team p {
  color: white;
  margin: 8px 0 4px;
  font-size: 22px;
}

.social-team {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid black;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;      
}

.icon i {
  font-size: 30px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}

.icon i:hover {
  color: #00aaff;
  transform: scale(1.1);
}
.heading-layout h2 {
    text-align: center;              
    color: black;              
    font-weight: 700;
}

.heading-layout h2 span {
    color: #00bbf0;           
}
/* ===== Customers Heading ===== */
.heading-layout h2 {
    text-align: center;
    margin-top: 100px;   /* FIXED */
    color: black;
    font-weight: 700;
}

.heading-layout h2 span {
    color: #00bbf0;
}

/* ===== Testimonial Section ===== */
.testimonial-section {
    width: 100%;
    padding: 60px 0;   /* thoda better spacing */
    background: #fff;
    text-align: center;
    margin-top: 125px;
}

/* ===== Client Card ===== */
.slider .clinet-card {
    width: 90%;
    background: #f9f9f9;
    border-radius: 12px;
    padding: 70px 20px 30px;
    position: relative;
    box-shadow: 0px 10px 35px rgba(0,0,0,0.25);
    margin: 60px auto;
    text-align: left;
}

/* ===== Client Image ===== */
.img-container {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -45px;
    left: 25px;
    border: 3px solid #fff;
    box-shadow: 0px 5px 12px rgba(0,0,0,0.2);
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== Client Details ===== */
.detail-clinet h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.detail-clinet p {
    margin: 5px 0;
    font-size: 15px;
    line-height: 22px;
}

/* ===== Owl Carousel Navigation ===== */
.owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    position: relative;
}

.owl-nav button {
    width: 60px;
    height: 50px;
    background: #f5f5f5 !important;
    border: 1px solid #ddd !important;
    position: relative;
}

/* Center line */
.owl-nav::after {
    content: '';
    width: 1px;
    height: 40px;
    background: #ccc;
    position: absolute;
    top: 5px;
}

/* Arrow */
.owl-nav button::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 50%;
    left: 50%;
}

/* Left arrow */
.owl-nav .owl-prev::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

/* Right arrow */
.owl-nav .owl-next::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

/* Hover */
.owl-nav button:hover {
    background: #eaeaea !important;
}

/* ✅ Smooth Scroll */
html {
    scroll-behavior: smooth;
}
.heading-gallery{
    text-align: center;
}

.heading-gallery h2{
    font-size: 40px;
    color: #333;
    position: relative;
    margin-top: px;
}

.heading-gallery h2 span{
    color: #ff6600;   /* Gallery word ka color */
}

.heading-gallery h2::after{
    content: "";
    width: 60%;
    height: 4px;
    background: #ff6600;
    position: absolute;
    left: 20%;
    bottom: -10px;
    border-radius: 5px;
}

.gallery{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(200px,1fr));
    gap:20px;
    padding:20px;
}

.photo{
    background:white;
    padding:10px;
    border-radius:10px;
    box-shadow:0 4px 8px rgba(0,0,0,0.2);
    text-align:center;
    transition:0.3s;
}

.photo:hover{
    transform:scale(1.05);
    box-shadow:0 8px 16px rgba(0,0,0,0.4);
}

.photo img{
    width:100%;
    height:200px;
    object-fit:cover;
    border-radius:10px;
    cursor:pointer;
}

.photo-name{
    margin-top:10px;
    font-weight:bold;
}

.gallery{
  display:grid;
 grid-template-columns:repeat(4,1fr);
  gap:20px;
  padding:40px;
}

.card{
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 4px 10px rgba(0,0,0,0.2);
  text-align:center;
  cursor:pointer;
  transition:0.3s;
}

.card:hover{
  transform:translateY(-8px);
}

.card img{
    width: 100%;
  height: 220px;
  object-fit: cover;
}

.card p{
  margin:5px 0;       /* upar niche thoda gap */
  font-weight:bold;
  font-size:14px;     /* pehle shayad 16-18px tha, ab chhota */
  color: #000;
}

/* Popup */
#popup{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.9);
  justify-content:center;
  align-items:center;
}

#popup img{
  max-width:90%;
  max-height:90%;
}
/* Smooth scroll */
html{
    scroll-behavior: smooth;
}

/* White background outer */
.footer-wrapper{
    background:#fff;
    padding:40px 0;
}

/* Center blue box */
.contact{
    background: linear-gradient(90deg,#0b2a5b,#0d3c84);
    color:#fff;
    padding:40px 80px;
    padding-bottom: 160px;

    width:90%;
    margin:80px auto 0;   /* 👈 yeh value badhao (80px → 120px ya 150px) */
    border-radius:10px;
}
.info-section{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:40px;

    padding-top:60px;   /* 👈 yahan value badhao */
}

/* Columns */
.Address-box,
.info-box,
.Links-box,
.subscribe-box{
    width:220px;
}

/* Headings */
h3{
    margin-bottom:15px;
}

/* Text */
.Address-box p,
.info-box p,
.Links-box a{
    color:#ddd;
    font-size:18px;
    text-decoration:none;
    display:block;
    margin:6px 0;
    transition:0.3s;
}

/* Hover */
.Address-box p:hover,
.Links-box a:hover{
    color:#00d4ff;
    transform:translateX(5px);
}

/* Links list */
.Links-box ul{
    padding:0;
    margin:0;
}

.Links-box li{
    list-style:none;
}

/* Social icons */
.social-icons{
    margin-top:10px;
}

.social-icons a{
    display:inline-block;
    margin-right:10px;
    font-size:25px;
    color:#ddd;
    transition:0.3s;
}

.social-icons a:hover{
    color:#00d4ff;
    transform:translateY(-3px);
}

/* Subscribe */
.subscribe-box input{
    width:100%;
    border:none;
    border-bottom:1px solid #ccc;
    padding:8px;
    background:transparent;
    color:#fff;
    margin-bottom:10px;
    font-size: 25px;
}

.subscribe-box button{
    width:100%;
    padding:10px;
    border:none;
    background: linear-gradient(90deg,#00c6ff,#0072ff);
    color:#fff;
    cursor:pointer;
}

/* Bottom footer */
.bottom-footer{
    text-align:center;
    padding:12px;
    background:#eee;
    font-size:14px;
    margin-top:10px;
}

