/* =========================================================
   Orion Digital World - Complete Optimized style.css
   Replace-ready CSS | Responsive + Compact Professional Layout
   ========================================================= */

/* ===== RESET / GLOBAL ===== */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Segoe UI', Arial, sans-serif;
}

html{
  scroll-behavior:smooth;
}

body{
  background:#ffffff;
  color:#06153b;
  overflow-x:hidden;
}

img{
  max-width:100%;
}

a{
  transition:0.3s ease;
}

:root{
  --primary:#06153b;
  --secondary:#0d8bff;
  --yellow:#ffd700;
  --light:#f5f8ff;
  --text:#444;
  --muted:#666;
  --white:#fff;
  --border:#e3ecff;
  --shadow:0 10px 30px rgba(0,0,0,0.08);
  --radius:14px;
}

/* ===== HEADER / TOPBAR / NAVBAR ===== */
.top-header{
  width:100%;
  background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,0.08);
  position:sticky;
  top:0;
  z-index:999;
}

.topbar{
  background:var(--primary);
  color:#fff;
  padding:7px 6%;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:22px;
  font-size:14px;
}

.topbar i{
  color:var(--secondary);
  margin-right:6px;
}

.navbar{
  padding:12px 6%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#fff;
}

.logo{
  display:flex;
  align-items:center;
  gap:10px;
}

.logo img{
  width:48px;
  height:48px;
  object-fit:contain;
  flex-shrink:0;
}

.logo h2{
  font-size:27px;
  color:var(--primary);
  line-height:24px;
  letter-spacing:1px;
  margin:0;
}

.logo p{
  font-size:12px;
  color:var(--secondary);
  font-weight:800;
  letter-spacing:1px;
  margin:0;
}

.menu{
  display:flex;
  align-items:center;
  gap:24px;
}

.menu a{
  text-decoration:none;
  color:var(--primary);
  font-size:15px;
  font-weight:650;
}

.menu a:hover{
  color:var(--secondary);
}

.quote-btn{
  background:var(--secondary);
  color:#fff !important;
  padding:10px 20px;
  border-radius:7px;
  box-shadow:0 6px 16px rgba(13,139,255,0.25);
}

.quote-btn:hover{
  background:var(--primary);
}

.menu-toggle{
  display:none;
  font-size:24px;
  color:var(--primary);
  cursor:pointer;
}

/* ===== COMMON SECTIONS ===== */
.services-section,
.about-section,
.why-section,
.industries-section,
.client-section,
.portfolio-section{
  padding:45px 6%;
}

.section-title{
  text-align:center;
  margin-bottom:24px;
}

.section-title span,
.about-subtitle,
.hero-subtitle{
  color:var(--secondary);
  font-weight:800;
  font-size:13px;
  letter-spacing:.5px;
}

.section-title h2{
  font-size:32px;
  color:var(--primary);
  line-height:1.3;
  margin:6px 0 8px;
}

.section-title p{
  color:#555;
  max-width:680px;
  margin:0 auto;
  line-height:1.6;
  font-size:15px;
}

/* ===== HERO SECTION ===== */
.hero-section{
  position:relative;
  min-height:auto;
  background:
    linear-gradient(rgba(3,18,55,0.92), rgba(3,18,55,0.92)),
    url('../images/hero-bg.jpg');
  background-size:cover;
  background-position:center;
  color:#fff;
  overflow:hidden;
}

.hero-container{
  position:relative;
  z-index:2;
  max-width:1200px;
  margin:auto;
  padding:45px 20px 30px;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:35px;
}

.hero-subtitle{
  display:inline-block;
  margin-bottom:14px;
  border-bottom:2px solid var(--secondary);
  padding-bottom:5px;
}

.hero-left h1{
  font-size:46px;
  line-height:1.22;
  margin-bottom:18px;
  font-weight:850;
}

.hero-left h1 span{
  color:var(--secondary);
}

.hero-left p{
  max-width:560px;
  font-size:16px;
  line-height:1.7;
  color:#e8eefc;
  margin-bottom:24px;
}

.hero-buttons{
  display:flex;
  gap:15px;
  flex-wrap:wrap;
}

.btn-primary,
.btn-outline{
  text-decoration:none;
  padding:13px 22px;
  border-radius:7px;
  font-weight:750;
  display:inline-flex;
  align-items:center;
  gap:9px;
}

.btn-primary{
  background:var(--secondary);
  color:#fff;
}

.btn-outline{
  border:1px solid #fff;
  color:#fff;
}

.btn-primary:hover{
  background:#fff;
  color:var(--primary);
}

.btn-outline:hover{
  background:var(--secondary);
  border-color:var(--secondary);
}

.hero-right{
  position:relative;
  min-height:330px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.laptop-box{
  width:290px;
  height:160px;
  border:5px solid var(--secondary);
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  border-radius:14px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  box-shadow:0 0 42px rgba(13,139,255,0.45);
}

.laptop-box h2{
  font-size:38px;
  letter-spacing:3px;
}

.laptop-box p{
  color:#fff;
  font-weight:800;
  letter-spacing:2px;
}

.circle-service{
  position:absolute;
  width:98px;
  height:98px;
  border:2px solid rgba(255,255,255,0.45);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:12px;
  font-weight:750;
  background:rgba(13,139,255,0.18);
  backdrop-filter:blur(4px);
}

.erp{ top:0; left:50%; transform:translateX(-50%); }
.web{ left:35px; top:85px; }
.digital{ right:35px; top:85px; }
.print{ right:65px; bottom:25px; }
.support{ left:75px; bottom:25px; }

/* ===== SERVICES SECTION ===== */
.services-section{
  background:#fff;
}

.services-grid{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.service-card{
  background:#fff;
  border:1px solid #e1e8f5;
  padding:24px 18px;
  text-align:center;
  border-radius:var(--radius);
  transition:0.3s ease;
  box-shadow:0 5px 18px rgba(0,0,0,0.04);
}

.service-card:hover{
  transform:translateY(-7px);
  box-shadow:0 12px 30px rgba(0,0,0,0.12);
}

.service-card i{
  font-size:35px;
  color:var(--secondary);
  margin-bottom:14px;
}

.service-card h3{
  color:var(--primary);
  margin-bottom:10px;
  font-size:19px;
}

.service-card p{
  font-size:14.5px;
  color:#555;
  line-height:1.55;
  margin-bottom:14px;
}

.service-card a{
  text-decoration:none;
  color:var(--secondary);
  font-weight:750;
}

/* ===== COUNTER SECTION ===== */
.counter-section{
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  padding:25px 6%;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  border-radius:14px;
  width:88%;
  max-width:1200px;
  margin:0 auto 45px;
}

.counter-box{
  text-align:center;
  color:#fff;
}

.counter-box i{
  font-size:35px;
  margin-bottom:8px;
}

.counter-box h2{
  font-size:32px;
  margin-bottom:3px;
  font-weight:850;
}

.counter-box p{
  font-size:14px;
  opacity:0.92;
}

/* ===== ABOUT SECTION ===== */
.about-section{
  background:#fff;
}

.about-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:38px;
  align-items:center;
}

.about-left h2{
  font-size:32px;
  color:var(--primary);
  margin:8px 0 15px;
  line-height:1.3;
}

.about-left p{
  color:#444;
  font-size:15.5px;
  line-height:1.75;
  margin-bottom:18px;
}

.about-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 16px;
  margin-bottom:24px;
}

.about-points div{
  font-weight:650;
  color:var(--primary);
  font-size:14.5px;
}

.about-points i{
  color:var(--secondary);
  margin-right:8px;
}

.about-btn{
  display:inline-flex;
  align-items:center;
  gap:9px;
  background:var(--secondary);
  color:#fff;
  text-decoration:none;
  padding:12px 22px;
  border-radius:7px;
  font-weight:750;
}

.about-btn:hover{
  background:var(--primary);
}

.about-image-box{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 15px 35px rgba(0,0,0,0.16);
}

.about-image-box img{
  width:100%;
  height:310px;
  object-fit:cover;
  display:block;
}

.play-btn{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:68px;
  height:68px;
  border-radius:50%;
  background:#fff;
  color:var(--secondary);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  box-shadow:0 0 0 12px rgba(255,255,255,0.25);
}

/* ===== WHY CHOOSE SECTION ===== */
.why-section{
  background:#fff;
}

.why-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.why-box{
  background:#fff;
  border-radius:18px;
  padding:26px 18px;
  text-align:center;
  position:relative;
  overflow:hidden;
  transition:.35s ease;
  border:1px solid #edf2ff;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.why-box::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,var(--secondary),var(--primary));
}

.why-box:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 42px rgba(13,139,255,.15);
}

.why-icon{
  width:76px;
  height:76px;
  margin:0 auto 16px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--secondary),var(--primary));
  display:flex;
  align-items:center;
  justify-content:center;
}

.why-icon i{
  font-size:30px;
  color:#fff;
}

.why-box h3{
  font-size:19px;
  color:var(--primary);
  margin-bottom:10px;
  line-height:1.35;
}

.why-box p{
  color:#666;
  line-height:1.65;
  font-size:14.5px;
}

/* ===== INDUSTRIES SECTION ===== */
.industries-section{
  background:linear-gradient(180deg,#f5f8ff,#ffffff);
}

.industries-grid{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.industry-box{
  background:#fff;
  border-radius:16px;
  padding:24px 16px;
  text-align:center;
  border:1px solid var(--border);
  box-shadow:0 8px 24px rgba(0,0,0,0.05);
  transition:0.35s ease;
}

.industry-box:hover{
  background:var(--primary);
  transform:translateY(-7px);
}

.industry-box i{
  width:64px;
  height:64px;
  background:#edf6ff;
  color:var(--secondary);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 13px;
  font-size:28px;
  transition:0.35s ease;
}

.industry-box h3{
  color:var(--primary);
  font-size:17px;
  line-height:1.35;
}

.industry-box:hover h3{
  color:#fff;
}

.industry-box:hover i{
  background:var(--secondary);
  color:#fff;
}

/* ===== CLIENT LOGO SECTION ===== */
.client-section{
  background:#fff;
  overflow:hidden;
}

.client-slider{
  max-width:1200px;
  margin:auto;
  overflow:hidden;
  position:relative;
}

.client-track{
  display:flex;
  gap:20px;
  width:max-content;
  animation:clientScroll 25s linear infinite;
}

.client-logo{
  width:160px;
  height:88px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  box-shadow:0 8px 22px rgba(0,0,0,0.06);
}

.client-logo img{
  max-width:100%;
  max-height:65px;
  object-fit:contain;
}

@keyframes clientScroll{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}

.client-slider:hover .client-track{
  animation-play-state:paused;
}

/* ===== PORTFOLIO SECTION ===== */
.portfolio-section{
  background:#f5f8ff;
}

.portfolio-grid{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.portfolio-card{
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,0.08);
  transition:0.3s ease;
}

.portfolio-card:hover{
  transform:translateY(-7px);
}

.portfolio-card img{
  width:100%;
  height:170px;
  object-fit:cover;
  display:block;
}

.portfolio-content{
  padding:16px;
  text-align:center;
}

.portfolio-content h3{
  color:var(--primary);
  font-size:17px;
  margin-bottom:5px;
}

.portfolio-content p{
  color:var(--secondary);
  font-size:14px;
  font-weight:750;
}

.portfolio-btn-wrap{
  text-align:center;
  margin-top:28px;
}

/* ===== CTA SECTION ===== */
.cta-section{
  background:linear-gradient(135deg,var(--primary),#0a3a75);
  padding:36px 6%;
  color:#fff;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
}

.cta-content h2{
  font-size:30px;
  margin-bottom:6px;
  line-height:1.3;
}

.cta-content p{
  font-size:15.5px;
  color:#e8eefc;
  line-height:1.6;
}

.cta-btn{
  background:var(--secondary);
  color:#fff;
  text-decoration:none;
  padding:13px 24px;
  border-radius:7px;
  font-weight:750;
  white-space:nowrap;
}

.cta-btn:hover{
  background:#fff;
  color:var(--primary);
}

/* ===== FOOTER ===== */
.footer{
  background:var(--primary);
  color:#fff;
}

.footer-container{
  padding:40px 6% 28px;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1.3fr;
  gap:32px;
  align-items:flex-start;
}

.footer-logo{
  background:#fff;
  padding:12px 16px;
  border-radius:12px;
  display:flex;
  align-items:center;
  gap:14px;
  width:max-content;
  max-width:100%;
  margin-bottom:18px;
  box-shadow:0 5px 18px rgba(0,0,0,0.25);
}

.footer-logo img{
  width:55px;
  height:55px;
  object-fit:contain;
  flex-shrink:0;
}

.footer-logo h2{
  color:var(--primary);
  font-size:24px;
  line-height:22px;
  margin:0;
}

.footer-logo p{
  color:var(--secondary);
  font-size:13px;
  font-weight:800;
  margin:0;
}

.footer-col p{
  color:#d9e4ff;
  line-height:1.65;
  margin-bottom:9px;
  font-size:14.5px;
}

.footer-col h3{
  margin-bottom:20px;
  font-size:20px;
  position:relative;
}

.footer-col h3::after{
  content:"";
  width:45px;
  height:3px;
  background:var(--secondary);
  position:absolute;
  left:0;
  bottom:-8px;
}

.footer-col a{
  display:block;
  color:#d9e4ff;
  text-decoration:none;
  margin-bottom:10px;
  font-size:14.5px;
}

.footer-col a:hover{
  color:var(--secondary);
  padding-left:5px;
}

.footer-col i{
  color:#fff;
  margin-right:7px;
}

.footer-social{
  display:flex;
  gap:10px;
  margin-top:16px;
}

.footer-social a{
  width:36px;
  height:36px;
  background:var(--secondary);
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding-left:0 !important;
}

.footer-social a:hover{
  background:#fff;
  color:var(--primary);
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.15);
  padding:10px 6%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  font-size:14px;
  color:#d9e4ff;
}

.footer-bottom b,
.designer-name{
  color:var(--yellow) !important;
  font-weight:800;
}

.designer-name:hover{
  color:#ffea00 !important;
}

/* ===== TABLET RESPONSIVE ===== */
@media(max-width:992px){
  .topbar{
    justify-content:center;
    flex-wrap:wrap;
    gap:12px 20px;
    padding:7px 18px;
  }

  .navbar{
    padding:12px 18px;
  }

  .menu-toggle{
    display:block;
  }

  .menu{
    position:absolute;
    top:106px;
    left:0;
    width:100%;
    background:#fff;
    flex-direction:column;
    align-items:flex-start;
    padding:18px;
    gap:16px;
    display:none;
    box-shadow:0 8px 18px rgba(0,0,0,0.12);
  }

  .menu.active{
    display:flex;
  }

  .quote-btn{
    width:100%;
    text-align:center;
  }

  .hero-container{
    grid-template-columns:1fr;
    text-align:center;
    padding:40px 18px 25px;
  }

  .hero-left p{
    margin-left:auto;
    margin-right:auto;
  }

  .hero-buttons{
    justify-content:center;
  }

  .hero-left h1{
    font-size:36px;
  }

  .services-grid,
  .portfolio-grid,
  .why-container,
  .industries-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .about-container{
    grid-template-columns:1fr;
  }

  .footer-container{
    grid-template-columns:1fr 1fr;
  }

  .services-section,
  .about-section,
  .why-section,
  .industries-section,
  .client-section,
  .portfolio-section{
    padding:38px 5%;
  }

  .section-title h2{
    font-size:28px;
  }
}

/* ===== SMALL TABLET ===== */
@media(max-width:768px){
  .counter-section{
    grid-template-columns:repeat(2,1fr);
    width:92%;
    margin-bottom:35px;
  }

  .cta-section{
    flex-direction:column;
    text-align:center;
  }

  .cta-content h2{
    font-size:27px;
  }
}

/* ===== MOBILE RESPONSIVE ===== */
@media(max-width:576px){
  .topbar{
    flex-direction:column;
    gap:5px;
    font-size:13px;
    text-align:center;
  }

  .logo h2{
    font-size:22px;
    line-height:20px;
  }

  .logo p{
    font-size:10.5px;
  }

  .logo img{
    width:42px;
    height:42px;
  }

  .menu{
    top:104px;
  }

  .services-section,
  .about-section,
  .why-section,
  .industries-section,
  .client-section,
  .portfolio-section{
    padding:32px 16px;
  }

  .section-title{
    margin-bottom:20px;
  }

  .section-title h2{
    font-size:24px;
  }

  .section-title p{
    font-size:14px;
  }

  .hero-container{
    padding:32px 16px 20px;
  }

  .hero-left h1{
    font-size:28px;
  }

  .hero-left p{
    font-size:14.5px;
  }

  .hero-buttons{
    gap:10px;
  }

  .btn-primary,
  .btn-outline,
  .about-btn,
  .cta-btn{
    width:100%;
    justify-content:center;
    padding:12px 18px;
  }

  .hero-right{
    min-height:300px;
    transform:scale(0.84);
  }

  .laptop-box{
    width:260px;
    height:150px;
  }

  .circle-service{
    width:88px;
    height:88px;
    font-size:11px;
  }

  .services-grid,
  .portfolio-grid,
  .why-container,
  .industries-grid{
    grid-template-columns:1fr;
  }

  .service-card,
  .why-box,
  .industry-box{
    padding:22px 16px;
  }

  .counter-section{
    grid-template-columns:1fr;
    width:92%;
    padding:22px 16px;
    margin-bottom:30px;
  }

  .about-left h2{
    font-size:24px;
  }

  .about-points{
    grid-template-columns:1fr;
  }

  .about-image-box img{
    height:235px;
  }

  .client-logo{
    width:135px;
    height:78px;
  }

  .portfolio-card img{
    height:190px;
  }

  .cta-section{
    padding:32px 16px;
  }

  .cta-content h2{
    font-size:24px;
  }

  .footer-container{
    grid-template-columns:1fr;
    padding:35px 16px 25px;
    gap:24px;
  }

  .footer-bottom{
    flex-direction:column;
    text-align:center;
    padding:12px 16px;
  }

  .footer-logo{
    width:100%;
  }
}

/* ===== EXTRA SMALL ===== */
@media(max-width:380px){
  .hero-right{
    transform:scale(0.76);
    margin:-20px 0;
  }

  .logo h2{
    font-size:20px;
  }

  .navbar{
    padding:10px 14px;
  }
}



.testimonial-process-section{
  padding:45px 6%;
  background:#f5f8ff;
}

.tp-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}

.testimonials-box,
.process-box{
  background:#fff;
  border-radius:18px;
  padding:30px;
  box-shadow:0 10px 30px rgba(0,0,0,0.07);
  border:1px solid #e5ecff;
}

.testimonials-box h3,
.process-box h3{
  color:#06153b;
  font-size:24px;
  margin-bottom:22px;
}

.testimonial-card{
  background:#f8fbff;
  padding:22px;
  border-radius:14px;
  margin-bottom:18px;
  border-left:4px solid #0d8bff;
}

.stars{
  color:#ffb400;
  font-size:18px;
  margin-bottom:10px;
  letter-spacing:2px;
}

.testimonial-card p{
  color:#444;
  line-height:1.7;
  font-size:15px;
  margin-bottom:12px;
}

.testimonial-card h4{
  color:#06153b;
  font-size:18px;
}

.testimonial-card span{
  color:#0d8bff;
  font-weight:700;
  font-size:14px;
}

.process-step{
  display:flex;
  gap:18px;
  padding:18px 0;
  border-bottom:1px dashed #dbe6fb;
}

.process-step:last-child{
  border-bottom:none;
}

.step-number{
  width:55px;
  height:55px;
  min-width:55px;
  background:linear-gradient(135deg,#0d8bff,#06153b);
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:18px;
}

.process-step h4{
  color:#06153b;
  font-size:18px;
  margin-bottom:5px;
}

.process-step p{
  color:#555;
  line-height:1.6;
  font-size:15px;
}

@media(max-width:900px){
  .tp-container{
    grid-template-columns:1fr;
  }
}

@media(max-width:520px){
  .testimonial-process-section{
    padding:32px 16px;
  }

  .testimonials-box,
  .process-box{
    padding:22px;
  }

  .process-step{
    gap:14px;
  }
}

.floating-contact{
  position:fixed;
  right:-120px;
  bottom:25px;
  z-index:9999;
}

.floating-contact a{
  width:170px;
  height:50px;
  margin-bottom:10px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 18px;
  color:#fff;
  text-decoration:none;
  border-radius:30px;
  transition:.4s;
  font-weight:600;
}

.floating-contact a:hover{
  transform:translateX(-110px);
}

.call-btn{
  background:#0d8bff;
}

.wa-btn{
  background:#25d366;
}

.floating-contact i{
  font-size:20px;
}


.sticky-quote{
    position:fixed;
    top:50%;
    right:-45px;
    transform:rotate(-90deg);
    z-index:999;
    background:#ff9800;
    color:#fff;
    padding:12px 25px;
    text-decoration:none;
    font-weight:700;
    border-radius:8px 8px 0 0;
}

.sticky-quote:hover{
    background:#06153b;
}

.products-section{
  padding:25px 3%;
  background:#f8fbff;
}

.products-grid{
  max-width:1300px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:10px;
}

.product-box{
  background:#fff;
  border-radius:20px;
  padding:20px 10px;
  text-align:center;
  position:relative;
  overflow:hidden;
  transition:0.4s ease;
  border:1px solid #e7efff;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.product-box::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,#0d8bff,#06153b);
}

.product-box::after{
  content:"";
  position:absolute;
  width:130px;
  height:130px;
  right:-65px;
  bottom:-65px;
  border-radius:50%;
  background:rgba(13,139,255,0.08);
}

.product-box:hover{
  transform:translateY(-10px);
  box-shadow:0 20px 40px rgba(13,139,255,0.18);
}

.project-tag{
  display:inline-block;
  background:#eaf4ff;
  color:#0d8bff;
  padding:6px 14px;
  border-radius:20px;
  font-size:12px;
  font-weight:800;
  margin-bottom:16px;
  position:relative;
  z-index:2;
}

.product-box i{
  width:82px;
  height:82px;
  margin:0 auto 18px;
  border-radius:22px;
  background:linear-gradient(135deg,#0d8bff,#06153b);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  box-shadow:0 10px 25px rgba(13,139,255,0.30);
  position:relative;
  z-index:2;
}

.product-box h3{
  font-size:22px;
  color:#06153b;
  margin-bottom:12px;
  font-weight:800;
  position:relative;
  z-index:2;
}

.product-box p{
  font-size:15px;
  line-height:1.7;
  color:#555;
  margin-bottom:20px;
  min-height:105px;
  position:relative;
  z-index:2;
}

.product-box a{
  display:inline-block;
  padding:10px 22px;
  background:#0d8bff;
  color:#fff;
  text-decoration:none;
  border-radius:30px;
  font-weight:800;
  transition:0.3s;
  position:relative;
  z-index:2;
}

.product-box a:hover{
  background:#06153b;
}

@media(max-width:768px){
  .products-section{
    padding:38px 18px;
  }

  .products-grid{
    grid-template-columns:repeat(2,1fr);
    gap:18px;
  }

  .product-box p{
    min-height:auto;
  }
}

@media(max-width:520px){
  .products-grid{
    grid-template-columns:1fr;
  }

  .product-box{
    padding:25px 18px;
  }

  .product-box h3{
    font-size:20px;
  }
}


body{
    font-family:"Times New Roman", serif;
}

.hero-left h1,
.section-title h2,
.product-box h3,
.footer-cta h2{
    font-family:"Georgia", serif;
    font-weight:700;
}




.page-banner{
  background:linear-gradient(rgba(3,18,55,.88),rgba(3,18,55,.88)),url('../images/hero-bg.jpg');
  background-size:cover;
  background-position:center;
  padding:80px 6%;
  color:#fff;
  text-align:center;
}

.page-banner h1{
  font-size:42px;
  margin-bottom:10px;
}

.page-banner p{
  color:#dce9ff;
}

.about-page-section{
  padding:55px 6%;
  background:#fff;
}

.about-page-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:45px;
  align-items:center;
}

.about-page-left span,
.founder-content span{
  color:#0d8bff;
  font-size:13px;
  font-weight:800;
}

.about-page-left h2,
.founder-content h2{
  color:#06153b;
  font-size:36px;
  line-height:1.3;
  margin:10px 0 18px;
}

.about-page-left p,
.founder-content p{
  color:#555;
  line-height:1.8;
  margin-bottom:14px;
}

.about-page-points{
  margin-top:22px;
}

.about-page-points p{
  color:#06153b;
  font-weight:600;
  margin-bottom:10px;
}

.about-page-points i{
  color:#0d8bff;
  margin-right:8px;
}

.about-page-right img{
  width:100%;
  height:390px;
  object-fit:cover;
  border-radius:18px;
  box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.mission-section{
  padding:45px 6%;
  background:#f8fbff;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

.mission-card{
  background:#fff;
  padding:35px 25px;
  border-radius:18px;
  text-align:center;
  border:1px solid #e3ecff;
  box-shadow:0 10px 28px rgba(0,0,0,.05);
}

.mission-card i{
  width:75px;
  height:75px;
  border-radius:20px;
  background:linear-gradient(135deg,#0d8bff,#06153b);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 18px;
  font-size:32px;
}

.mission-card h3{
  color:#06153b;
  font-size:23px;
  margin-bottom:12px;
}

.mission-card p{
  color:#555;
  line-height:1.7;
}

.founder-section{
  padding:55px 6%;
  background:#fff;
}

.founder-box{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:360px 1fr;
  gap:40px;
  align-items:center;
  background:#f8fbff;
  border-radius:22px;
  padding:35px;
  border:1px solid #e3ecff;
}

.founder-img img{
  width:100%;
  height:360px;
  object-fit:cover;
  border-radius:18px;
}

.founder-content h4{
  color:#06153b;
  margin-top:20px;
  font-size:20px;
}

.founder-name{
  color:#0d8bff !important;
  font-weight:800;
}

.about-trust-section{
  width:88%;
  margin:0 auto 55px;
  background:linear-gradient(135deg,#06153b,#0d8bff);
  border-radius:18px;
  padding:30px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.trust-box{
  text-align:center;
  color:#fff;
}

.trust-box h2{
  font-size:38px;
  margin-bottom:5px;
}

.trust-box p{
  color:#eaf4ff;
}

@media(max-width:900px){
  .about-page-container,
  .founder-box{
    grid-template-columns:1fr;
  }

  .mission-section,
  .about-trust-section{
    grid-template-columns:repeat(2,1fr);
  }

  .page-banner h1{
    font-size:34px;
  }
}

@media(max-width:520px){
  .page-banner{
    padding:55px 18px;
  }

  .about-page-section,
  .founder-section,
  .mission-section{
    padding:38px 18px;
  }

  .about-page-left h2,
  .founder-content h2{
    font-size:28px;
  }

  .about-page-right img,
  .founder-img img{
    height:260px;
  }

  .founder-box{
    padding:22px;
  }

  .mission-section,
  .about-trust-section{
    grid-template-columns:1fr;
  }

  .about-trust-section{
    width:90%;
  }
}

.different-section,
.core-services-section,
.business-ecosystem{
  padding:50px 6%;
  background:#f8fbff;
}

.different-grid{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.different-box{
  background:#fff;
  padding:28px 20px;
  border-radius:18px;
  text-align:center;
  border:1px solid #e3ecff;
  box-shadow:0 10px 28px rgba(0,0,0,.05);
  transition:.35s;
}

.different-box:hover{
  transform:translateY(-8px);
}

.different-box i{
  width:70px;
  height:70px;
  border-radius:18px;
  background:linear-gradient(135deg,#0d8bff,#06153b);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 16px;
  font-size:30px;
}

.different-box h3{
  color:#06153b;
  margin-bottom:10px;
}

.different-box p{
  color:#555;
  line-height:1.7;
}

.core-services-section{
  background:#fff;
}

.core-services-grid{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.core-service-card{
  background:#f8fbff;
  border:1px solid #e3ecff;
  padding:25px;
  border-radius:16px;
  display:flex;
  align-items:center;
  gap:16px;
}

.core-service-card i{
  width:58px;
  height:58px;
  border-radius:15px;
  background:#06153b;
  color:#0d8bff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:25px;
}

.core-service-card h3{
  color:#06153b;
  font-size:19px;
}

.business-ecosystem{
  background:#fff;
}

.ecosystem-grid{
  max-width:1000px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:15px;
}

.ecosystem-grid div{
  background:linear-gradient(135deg,#06153b,#0d8bff);
  color:#fff;
  padding:18px 12px;
  border-radius:14px;
  text-align:center;
  font-weight:800;
}

@media(max-width:900px){
  .different-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .core-services-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .ecosystem-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:520px){
  .different-grid,
  .core-services-grid,
  .ecosystem-grid{
    grid-template-columns:1fr;
  }

  .different-section,
  .core-services-section,
  .business-ecosystem{
    padding:38px 18px;
  }

  .core-service-card{
    padding:20px;
  }
}

/* About Page Footer CTA Fix */
.footer-cta{
  background:linear-gradient(135deg,#06153b,#0d8bff);
  padding:45px 6%;
  color:#fff;
  position:relative;
  overflow:hidden;
}

.footer-cta-content{
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
}

.footer-cta-text span{
  color:#7fd2ff;
  font-size:13px;
  font-weight:800;
  letter-spacing:1px;
}

.footer-cta-text h2{
  color:#fff;
  font-size:36px;
  margin:8px 0;
  line-height:1.3;
}

.footer-cta-text p{
  color:#eaf4ff;
  line-height:1.7;
  max-width:650px;
}

.footer-cta-buttons{
  display:flex;
  gap:15px;
}

.footer-cta-buttons a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:13px 24px;
  border-radius:50px;
  text-decoration:none;
  font-weight:800;
}

.cta-call{
  background:#fff;
  color:#06153b;
}

.cta-whatsapp{
  background:#25d366;
  color:#fff;
}

@media(max-width:768px){
  .footer-cta-content{
    flex-direction:column;
    text-align:center;
  }

  .footer-cta-text h2{
    font-size:28px;
  }

  .footer-cta-buttons{
    flex-direction:column;
    width:100%;
  }

  .footer-cta-buttons a{
    justify-content:center;
  }
}



.services-page-section{
  padding:55px 6%;
  background:#fff;
}

.services-page-grid{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

.service-page-card{
  background:#fff;
  border:1px solid #e3ecff;
  border-radius:20px;
  padding:30px 24px;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
  transition:.35s;
  position:relative;
  overflow:hidden;
}

.service-page-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 40px rgba(13,139,255,.14);
}

.service-page-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,#0d8bff,#06153b);
}

.service-page-card i{
  width:75px;
  height:75px;
  border-radius:20px;
  background:linear-gradient(135deg,#0d8bff,#06153b);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
  margin-bottom:18px;
}

.service-page-card h3{
  color:#06153b;
  font-size:24px;
  margin-bottom:12px;
}

.service-page-card p{
  color:#555;
  line-height:1.7;
  margin-bottom:16px;
}

.service-page-card ul{
  list-style:none;
  margin-bottom:20px;
}

.service-page-card ul li{
  color:#06153b;
  font-size:15px;
  margin-bottom:8px;
}

.service-page-card ul li::before{
  content:"✓";
  color:#0d8bff;
  font-weight:800;
  margin-right:8px;
}

.service-page-card a{
  display:inline-block;
  background:#0d8bff;
  color:#fff;
  text-decoration:none;
  padding:10px 22px;
  border-radius:30px;
  font-weight:800;
}

.service-page-card a:hover{
  background:#06153b;
}

.service-process-section{
  padding:55px 6%;
  background:#f8fbff;
}

.service-process-grid{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.process-card{
  background:#fff;
  padding:28px 22px;
  border-radius:18px;
  text-align:center;
  border:1px solid #e3ecff;
  box-shadow:0 10px 28px rgba(0,0,0,.05);
}

.process-card span{
  width:62px;
  height:62px;
  background:#06153b;
  color:#0d8bff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 15px;
  font-size:22px;
  font-weight:800;
}

.process-card h3{
  color:#06153b;
  font-size:22px;
  margin-bottom:10px;
}

.process-card p{
  color:#555;
  line-height:1.7;
}

.service-industries{
  padding:50px 6%;
  background:#fff;
}

.service-industries-grid{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px;
}

.service-industries-grid div{
  background:#f8fbff;
  border:1px solid #e3ecff;
  border-radius:16px;
  padding:22px 12px;
  text-align:center;
  color:#06153b;
  font-weight:800;
}

.service-industries-grid i{
  display:block;
  color:#0d8bff;
  font-size:28px;
  margin-bottom:10px;
}

@media(max-width:900px){
  .services-page-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .service-process-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .service-industries-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:520px){
  .services-page-section,
  .service-process-section,
  .service-industries{
    padding:38px 18px;
  }

  .services-page-grid,
  .service-process-grid,
  .service-industries-grid{
    grid-template-columns:1fr;
  }

  .service-page-card{
    padding:25px 20px;
  }
}


.portfolio-page-section{
  padding:55px 6%;
  background:#fff;
}

.portfolio-filter{
  text-align:center;
  margin-bottom:30px;
}

.portfolio-filter button{
  border:none;
  background:#f0f6ff;
  color:#06153b;
  padding:10px 22px;
  border-radius:30px;
  margin:5px;
  font-weight:800;
  cursor:pointer;
}

.portfolio-filter button.active,
.portfolio-filter button:hover{
  background:#0d8bff;
  color:#fff;
}

.portfolio-page-grid{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

.portfolio-page-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  border:1px solid #e3ecff;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
  transition:.35s;
}

.portfolio-page-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 40px rgba(13,139,255,.15);
}

.portfolio-page-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}

.portfolio-page-content{
  padding:22px;
}

.portfolio-page-content span{
  display:inline-block;
  background:#eaf4ff;
  color:#0d8bff;
  padding:5px 13px;
  border-radius:30px;
  font-size:12px;
  font-weight:800;
  margin-bottom:12px;
}

.portfolio-page-content h3{
  color:#06153b;
  font-size:22px;
  margin-bottom:10px;
}

.portfolio-page-content p{
  color:#555;
  line-height:1.7;
}

@media(max-width:900px){
  .portfolio-page-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:520px){
  .portfolio-page-section{
    padding:38px 18px;
  }

  .portfolio-page-grid{
    grid-template-columns:1fr;
  }

  .portfolio-page-card img{
    height:190px;
  }
}


.contact-page-section{
  padding:55px 6%;
  background:#fff;
}

.contact-info-grid{
  max-width:1100px;
  margin:0 auto 35px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.contact-info-card{
  background:#f8fbff;
  border:1px solid #e3ecff;
  border-radius:18px;
  padding:28px 20px;
  text-align:center;
  box-shadow:0 10px 28px rgba(0,0,0,.05);
}

.contact-info-card i{
  width:68px;
  height:68px;
  background:linear-gradient(135deg,#0d8bff,#06153b);
  color:#fff;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 16px;
  font-size:30px;
}

.contact-info-card h3{
  color:#06153b;
  font-size:22px;
  margin-bottom:10px;
}

.contact-info-card p{
  color:#555;
  line-height:1.6;
}

.contact-main-box{
  max-width:1150px;
  margin:auto;
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:28px;
}

.contact-form-box,
.contact-side-box{
  background:#fff;
  border:1px solid #e3ecff;
  border-radius:20px;
  padding:30px;
  box-shadow:0 12px 32px rgba(0,0,0,.06);
}

.contact-form-box h3,
.contact-side-box h3{
  color:#06153b;
  font-size:26px;
  margin-bottom:22px;
}

.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.contact-form-box input,
.contact-form-box select,
.contact-form-box textarea{
  width:100%;
  padding:14px 16px;
  border:1px solid #dce7fb;
  border-radius:10px;
  margin-bottom:18px;
  font-size:15px;
  outline:none;
}

.contact-form-box textarea{
  height:130px;
  resize:none;
}

.contact-form-box input:focus,
.contact-form-box select:focus,
.contact-form-box textarea:focus{
  border-color:#0d8bff;
}

.contact-form-box button{
  background:#0d8bff;
  color:#fff;
  border:none;
  padding:14px 28px;
  border-radius:30px;
  font-weight:800;
  cursor:pointer;
}

.contact-form-box button:hover{
  background:#06153b;
}

.contact-side-box{
  background:linear-gradient(135deg,#06153b,#0d8bff);
  color:#fff;
}

.contact-side-box h3{
  color:#fff;
}

.contact-side-box p{
  color:#eaf4ff;
  line-height:1.7;
  margin-bottom:18px;
}

.quick-call,
.quick-whatsapp{
  display:block;
  text-decoration:none;
  padding:13px 20px;
  border-radius:30px;
  margin-bottom:12px;
  font-weight:800;
  text-align:center;
}

.quick-call{
  background:#fff;
  color:#06153b;
}

.quick-whatsapp{
  background:#25d366;
  color:#fff;
}

.working-hours{
  margin-top:25px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.2);
}

.working-hours h4{
  font-size:20px;
  margin-bottom:10px;
}

.map-section{
  padding:0 6% 55px;
  background:#fff;
}

.map-box{
  max-width:1150px;
  margin:auto;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 32px rgba(0,0,0,.08);
}

.map-box iframe{
  width:100%;
  height:360px;
  border:0;
}

@media(max-width:900px){
  .contact-info-grid{
    grid-template-columns:1fr;
  }

  .contact-main-box{
    grid-template-columns:1fr;
  }
}

@media(max-width:520px){
  .contact-page-section{
    padding:38px 18px;
  }

  .form-row{
    grid-template-columns:1fr;
    gap:0;
  }

  .contact-form-box,
  .contact-side-box{
    padding:22px;
  }

  .map-section{
    padding:0 18px 38px;
  }
}


.top-header{
  width:100%;
  position:relative;
  z-index:999;
  background:#fff;
}

.navbar{
  width:100%;
}