/* ===== Base */
:root{
  --blue:#091bc2;
  --text:#121826;
  --muted:#64748b;
  --light:#f6f7fb;
  --radius:12px;
}
.section{padding:72px 0;}
.section-gray{background:#f5f7fb;padding:72px 0;}
.container{max-width:1180px;margin:0 auto;padding:0 16px;}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:12px 18px;font-weight:700}
.btn-primary{background:var(--blue);color:#fff}
.btn-outline{border:1px solid var(--blue);color:var(--blue);background:#fff}
.center{text-align:center}
.mt{margin-top:20px}
.gap-40{gap:40px}

/* ===== Slider */
.hero-slider{position:relative}
.slider-container{position:relative;height:520px;overflow:hidden}
.slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity .5s ease}
.slide.active{opacity:1}
.slide-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.35))}
.slide-content{position:relative;z-index:2;color:#fff;max-width:700px;margin-top:140px}
.slide-content h1{font-size:44px;margin:0 0 8px}
.slide-content p{opacity:.92;margin:0 0 18px}
.slider-nav{position:absolute;inset:auto 0 20px 0;display:flex;justify-content:space-between;max-width:1180px;margin:0 auto;padding:0 16px;z-index:3}
.slider-nav button{background:rgba(255,255,255,.15);color:#fff;border:0;border-radius:50%;width:40px;height:40px;font-size:18px}
.slider-dots{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);display:flex;gap:8px;z-index:3}
.slider-dots .dot{width:8px;height:8px;border-radius:999px;background:#fff;opacity:.4;cursor:pointer}
.slider-dots .dot.active{opacity:1}

/* ===== Call bar (thin black box centered) */
.call-bar{padding:24px 0}
.call-box{display:flex;justify-content:center}
.call-link{display:inline-block;background:#000;color:#fff;padding:10px 22px;border-radius:4px}

/* ===== APPLY NOW (exact look) */
.apply-section{background:var(--blue);padding:56px 0}
.apply-header{ text-align:center;margin:0 0 24px}
.apply-header h3{color:#fff;margin:0;font-weight:700}
.apply-form{max-width:1320px;margin:0 auto}
.apply-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.field input,.field select{width:100%;height:52px;background:#fff;border:0;border-radius:8px;padding:0 16px;font-size:16px}
.field select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#9aa3b2 50%),linear-gradient(135deg,#9aa3b2 50%,transparent 50%);background-position:calc(100% - 22px) calc(50% - 3px),calc(100% - 16px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}
.submit-wrap{display:flex;align-items:center}
.apply-btn{width:100%;height:52px;background:#fff;color:var(--blue);font-weight:700;border:0;border-radius:8px}

/* ===== Intro split */
.intro-split .row{display:grid;grid-template-columns:1.1fr 1fr;align-items:center}
.intro-split .img-cover{width:100%;height:auto;display:block;border-radius:6px}
.badges{display:flex;gap:18px;margin:18px 0}
.badge{display:flex;align-items:center;gap:10px;background:#084fdc;border:1px solid #eef1f6;padding:10px 14px;border-radius:10px}

/* ===== Process cards */
.cards-2col{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.card{display:flex;gap:14px;align-items:flex-start;background:#fff;border-radius:12px;padding:18px;border:1px solid #eef1f6}
.card img{width:42px;height:42px}

/* ===== Counters */
.counter-strip{background:linear-gradient(90deg,#0929e0,#0a1cc3);padding:38px 0;color:#fff}
.counters{display:flex;justify-content:space-between;gap:18px}
.counter h2{margin:0}
.counter p{opacity:.95;margin:6px 0 0}

/* ===== Services grid like cards */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.service-card{border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.06)}
.service-card img{width:100%;height:220px;object-fit:cover;display:block}
.service-data{padding:18px;position:relative}
.service-data h5{margin:0 0 6px}
.service-data p{margin:0 0 6px;color:var(--muted)}
.service-arrow{position:absolute;right:-19px;bottom:14px;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#eef2ff;color:#0a1cc3}

/* ===== Two list boxes */
.two-box{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.two-box .box{background:#fff;border-radius:12px;border:1px solid #eef1f6;padding:22px}
ul.tick{list-style:none;padding:0;margin:10px 0 0}
ul.tick li{padding-left:22px;position:relative;margin:8px 0}
ul.tick li::before{content:"✓";position:absolute;left:0;color:#22c55e}

/* ===== 3 tiles with blue bar */
.tiles3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.tile{position:relative;overflow:hidden;border-radius:8px}
.tile img{width:100%;height:260px;object-fit:cover;display:block}
.tile-bar{background:var(--blue);padding:14px;text-align:center}
.tile-bar h4{color:#fff;margin:0}

/* ===== Responsive */
@media (max-width:1199px){
  .apply-grid{grid-template-columns:repeat(3,1fr)}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .intro-split .row{grid-template-columns:1fr}
}
@media (max-width:767px){
  .slider-container{height:420px}
  .apply-grid{grid-template-columns:repeat(2,1fr)}
  .cards-2col,.two-box,.tiles3{grid-template-columns:1fr}
}
@media (max-width:520px){
  .apply-grid{grid-template-columns:1fr}
  .slide-content h1{font-size:30px}
}

/* for header :start */

/* Header layout */
.header .navbar { background:#fff; border-bottom:1px solid #eef2f6; }
.header .navbar .navbar-content{
  display:flex; align-items:center; gap:20px;
}

/* Put menu at the right end on desktop */
.header .navbar .navbar-menu{
  margin-left:auto;               /* <-- pushes menu to the right */
}
.header .navbar .navbar-nav{
  display:flex; gap:28px; margin:0; padding:0; list-style:none;
}
.header .navbar .nav-link{
  display:inline-block; padding:14px 0; color:#0f172a; font-weight:600; text-decoration:none;
}
.header .navbar .nav-link:hover,
.header .navbar .nav-link.active{ color:#0a1cc3; }

/* Actions stay at the far-right */
.header .navbar .navbar-actions{ display:flex; align-items:center; gap:14px; margin-left:8px; }
.header .navbar .search-btn{ border:0; background:transparent; padding:6px; }
.header .navbar .mobile-menu-toggle{ display:none; width:28px; height:22px; border:0; background:transparent; position:relative; }
.header .navbar .mobile-menu-toggle span{
  position:absolute; left:0; right:0; height:2px; background:#0f172a; border-radius:2px;
}
.header .navbar .mobile-menu-toggle span:nth-child(1){ top:0; }
.header .navbar .mobile-menu-toggle span:nth-child(2){ top:10px; }
.header .navbar .mobile-menu-toggle span:nth-child(3){ bottom:0; }

/* Top bar aesthetics */
.top-bar{ background:#0a1cc3; color:#fff; font-size:14px; }
.top-bar .top-bar-content{ padding:8px 0;     margin-top: -15px; }
.top-bar .contact-info{ display:flex; gap:18px; align-items:center; }
.top-bar .contact-info i{ width:16px; height:16px; vertical-align:-2px; margin-right:6px; }

/* --------- Mobile styles --------- */
@media (max-width: 991.98px){
  .header .navbar .navbar-menu{
    position:fixed; top:0; right:-100%; width:78%; max-width:320px; height:100vh;
    background:#ffffff; box-shadow:-8px 0 30px rgba(2,6,23,.08);
    padding:80px 24px 24px; transition:right .25s ease; z-index:9999;
  }
  .header .navbar .navbar-menu.open{ right:0; }
  .header .navbar .navbar-nav{ flex-direction:column; gap:14px; }
  .header .navbar .nav-link{ padding:10px 0; display:block; }
  .header .navbar .mobile-menu-toggle{ display:inline-block; }
}

/* contact page css :start */

.contact-content {
    padding: 80px 0;
}

.contact-info {
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    padding: 25px;
    background: #f8fafc;
    border-radius: 10px;
}

a{
    color: #fff;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.contact-details h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1e293b;
}

.contact-details p {
    color: #64748b;
    margin-bottom: 5px;
}

.map-container {
    margin-top: 30px;
    margin-bottom: 40px;
}

.map-placeholder {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #e0e7ff, #c7d2fe);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4338ca;
    font-weight: 600;
}

.contact-form {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
    .map-container {
        margin-bottom: 0;
    }
}


/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

.btn-primary {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: white;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.top-bar {
    background: #1e40af;
    color: white;
   padding-top: 24px;
margin-bottom: -23px;

    font-size: 14px;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-info {
    display: flex;
    gap: 30px;
}

.contact-info span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.contact-info i {
    width: 16px;
    height: 16px;
}

.navbar {
    padding: 15px 0;
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

/* .logo {

    width: 179px;
    height: 53px;
    margin-right: 400px;
} */
 
.flex-spacer{ flex: 5; }  /* ensures everything after the logo hugs the right */






/* remove the hard push on the logo */
.logo{ width:179px; height:53px; margin-right:0; }

/* make the row flex and push menu to the far right */
.header .navbar .navbar-content{
  display:flex; align-items:center; gap:20px;
}
.header .navbar .navbar-menu{        /* desktop */
  margin-left:auto;                   /* << pushes menu to right edge */
  position:static;                    /* ensure not the mobile drawer */
  display:block;
}
.header .navbar .navbar-actions{
  margin-left:14px; display:flex; align-items:center; gap:14px;
}

/* keep your mobile drawer rules below your desktop rules */
@media (max-width: 991.98px){
  .header .navbar .navbar-menu{
    position:fixed; right:-100%; top:0; width:78%; max-width:320px; height:100vh;
    background:#fff; box-shadow:-8px 0 30px rgba(2,6,23,.08);
    padding:80px 24px 24px; transition:right .25s ease; display:block;
  }
  .header .navbar .navbar-menu.open{ right:0; }
  .header .navbar .navbar-nav{ flex-direction:column; gap:14px; }
  .header .navbar .mobile-menu-toggle{ display:flex; }
}


.brand-text {
    font-size: 24px;
    font-weight: bold;
    color: #2563eb;
}

.navbar-nav {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
}

.nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 10px 0;
    position: relative;
    transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #2563eb;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #2563eb;
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.navbar-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #333;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    gap: 3px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #333;
    transition: 0.3s;
}

/* Hero Section */
.hero-section {
    margin-top: 80px;
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.8), rgba(29, 78, 216, 0.9)),
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%23e0e7ff" width="1200" height="600"/><polygon fill="%234338ca" points="0,300 400,200 800,350 1200,250 1200,600 0,600"/></svg>');
    background-size: cover;
    background-position: center;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 800px;
    margin: 0 auto;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Page Hero */
.page-hero {
        margin-top: 167px;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.8), rgba(29, 78, 216, 0.9));
}

.page-hero-content {
    position: relative;
    z-index: 2;
    margin-top: 137px;
    text-align: center;
    color: white;
}

.page-hero h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.breadcrumb a {
    color: white;
    text-decoration: none;
    opacity: 0.8;
}

.breadcrumb span:last-child {
    opacity: 1;
}

.breadcrumb span:not(:last-child)::after {
    content: '>';
    margin-left: 10px;
    opacity: 0.6;
}

/* Services Overview */
.services-overview {
    padding: 80px 0;
    background: #f8fafc;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1e293b;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.service-card {
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
}

.service-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1e293b;
}

.service-card p {
    color: #64748b;
    line-height: 1.6;
}

/* About Section */
.about-preview,
.about-content {
    padding: 80px 0;
}

.about-image {
    margin-bottom: 30px;
}

.tower-image-placeholder {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #e0e7ff, #c7d2fe);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4338ca;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.tower-image-placeholder::before {
    content: '📡';
    font-size: 4rem;
    opacity: 0.3;
}

.about-content h2,
.about-text h2 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #1e293b;
    margin-bottom: 25px;
    line-height: 1.3;
}

.about-content p,
.about-text p {
    color: #64748b;
    margin-bottom: 30px;
    line-height: 1.7;
}

.about-features {
    display: grid;
    gap: 20px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 8px;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.feature-content h4 {
    color: #1e293b;
    font-weight: 600;
    margin: 0;
}

/* Installation Process */
.installation-process {
    padding: 80px 0;
    background: #f8fafc;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.process-step {
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.step-number {
    position: absolute;
    top: -15px;
    left: 30px;
    background: #2563eb;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}

.step-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e0e7ff, #c7d2fe);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 20px;
    color: #4338ca;
}

.process-step h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1e293b;
}

.process-step p {
    color: #64748b;
    line-height: 1.6;
}

/* Statistics */
.statistics {
    padding: 60px 0;
    background: #2563eb;
    color: white;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Services Detailed */
.services-detailed {
    padding: 80px 0;
}

.services-grid-detailed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.service-item {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.service-image {
    height: 250px;
    overflow: hidden;
}

.service-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e0e7ff, #c7d2fe);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4338ca;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.service-image-placeholder::before {
    content: '🏗️';
    font-size: 3rem;
    opacity: 0.5;
}

.service-1::before { content: '📱'; }
.service-2::before { content: '🏢'; }
.service-3::before { content: '🏗️'; }
.service-4::before { content: '📶'; }
.service-5::before { content: '🔧'; }
.service-6::before { content: '⚡'; }

.service-content {
    padding: 30px;
}

.service-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1e293b;
}

.service-content p {
    color: #64748b;
    line-height: 1.6;
}

/* Contact Form */


.contact-content {
    padding: 80px 0;
}

.contact-info {
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    padding: 25px;
    background: #f8fafc;
    border-radius: 10px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.contact-details h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1e293b;
}

.contact-details p {
    color: #64748b;
    margin-bottom: 5px;
}

.map-container {
    margin-top: 30px;
}

.map-placeholder {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #e0e7ff, #c7d2fe);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4338ca;
    font-weight: 600;
}

.contact-form {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.contact-form h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1e293b;
}

.contact-form > p {
    color: #64748b;
    margin-bottom: 30px;
}

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

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2563eb;
}

.form-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 8px;
    font-weight: 500;
}

.form-message.success {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.form-message.error {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: white;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Footer */
.footer {
    background: #1e293b;
    color: white;
    padding: 60px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}

.footer-section p {
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

.footer-contact p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #94a3b8;
}

.footer-bottom {
    border-top: 1px solid #334155;
    padding-top: 20px;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #94a3b8;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: #334155;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #2563eb;
    color: white;
}

/* Float Buttons */
.whatsapp-float,
.call-float {
    position: fixed;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.whatsapp-float {
    bottom: 100px;
    background: #25d366;
}

.call-float {
    bottom: 30px;
    background: #2563eb;
}

.whatsapp-float:hover,
.call-float:hover {
    transform: scale(1.1);
}

.whatsapp-float a,
.call-float a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* About Detailed */
.about-detailed {
    padding: 40px 0;
    background: #f8fafc;
}

.about-detailed-content {
    text-align: center;
}

.about-detailed-content p {
    color: #64748b;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .top-bar {
        display: none;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .page-hero h1 {
        font-size: 2rem;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .cta-content h2 {
        font-size: 2rem;
    }
    
    .contact-info span {
        font-size: 12px;
    }
    
    .navbar-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
    }
    
    .navbar-menu.active {
        display: block;
    }
    
    .navbar-nav {
        flex-direction: column;
        gap: 15px;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .services-grid-detailed {
        grid-template-columns: 1fr;
    }
    
    .process-grid {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .contact-form {
        padding: 20px;
    }
    
    .whatsapp-float,
    .call-float {
        width: 50px;
        height: 50px;
        right: 15px;
    }
    
    .whatsapp-float {
        bottom: 80px;
    }
}

/* Animation Classes */
.fade-in {
    /* opacity: 0; */
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.6s ease;
}

.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.6s ease;
}

.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}



/* new css for home page start here  */

/* Hero Slider Styles */
.hero-slider {
    position: relative;
    height: 80vh;
    overflow: hidden;
    margin-top: 80px;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease;
}

.slide.active {
    opacity: 1;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.slide-content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 80%;
}

.slide-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slide-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
}

.slider-nav button {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-nav button:hover {
    background: rgba(255, 255, 255, 0.5);
}

.slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: white;
    transform: scale(1.2);
}

/* CTA Section */
.cta-section {
    padding: 60px 0;
    background-color: #f8f9fa;
    text-align: center;
}

.cta-content h2 {
    font-size: 2rem;
    color: #1e293b;
    margin-bottom: 15px;
}

.cta-content p {
    color: #fff;
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.btn-cta {
    background: #2563eb;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
}

/* ========= APPLY NOW ========= */
.apply-section{
  background:#091bc2;            /* same deep blue */
  padding:60px 0;
}

.apply-header{
  text-align:center;
  margin-bottom:28px;
}

.apply-header h3{
  color:#fff;
  font-weight:700;
  letter-spacing:.5px;
  margin:0;
}

/* Grid = 4 columns on desktop, 2 on tablet, 1 on mobile */
.apply-form{max-width:1320px;margin:0 auto;}
.apply-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

/* Field boxes look like long rectangular inputs */
.field input,
.field select{
  width:100%;
  height:56px;                   /* tall, rectangular */
  background:#fff;
  border:0;
  border-radius:8px;             /* gentle rounding like ref */
  padding:0 18px;
  font-size:16px;
  outline:none;
  box-shadow:0 0 0 1px rgba(255,255,255,.0); /* keep clean edges */
}

.field select{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-image:linear-gradient(45deg,transparent 50%, #9aa3b2 50%),
                   linear-gradient(135deg, #9aa3b2 50%, transparent 50%);
  background-position:calc(100% - 22px) calc(50% - 3px),
                      calc(100% - 16px) calc(50% - 3px);
  background-size:6px 6px,6px 6px;
  background-repeat:no-repeat;
}

/* Submit button at far-right, white like the image */
.submit-wrap{
  display:flex;
  align-items:center;
  justify-content:flex-start;    /* aligns like a normal field */
}

.apply-btn{
  width:100%;
  height:56px;
  background:#fff;
  color:#091bc2;
  font-weight:700;
  border:0;
  border-radius:8px;
  cursor:pointer;
  transition:transform .06s ease, box-shadow .2s ease;
}

.apply-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(0,0,0,.12);}

/* Placeholders similar to screenshot */
.field input::placeholder{color:#7a8596;}

/* Responsive */
@media (max-width:1199px){
  .apply-grid{grid-template-columns:repeat(3,1fr);}

  .slide-content{
    top: 20%;
}
}


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

  .slide-content{
    top: 20%;
}
}

@media (max-width:575px){
  .apply-grid{grid-template-columns:1fr;}
  .apply-section{padding:44px 0;}
  .apply-header h3{font-size:22px;}

  .slide-content{
    top: 20%;
}
}



/* Services Section */
.services-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.services-content {
    max-width: 800px;
    margin: 0 auto;
}

.services-list {
    list-style-type: disc;
    padding-left: 20px;
}

.services-list li {
    margin-bottom: 10px;
    color: #64748b;
    line-height: 1.6;
}

/* Team Section */
.team-section {
    padding: 60px 0;
    background-color: white;
}

.team-features {
    max-width: 800px;
    margin: 0 auto;
}

.feature {
    background-color: #f8fafc;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.feature h3 {
    color: #2563eb;
    font-size: 1.3rem;
}

/* Installation Process */
.installation-process {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.process-content {
    max-width: 800px;
    margin: 0 auto;
}

.process-content h3 {
    color: #2563eb;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.process-content p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Our Services Section */
.our-services {
    padding: 80px 0;
    background-color: white;
}

.services-list {
    max-width: 800px;
    margin: 0 auto;
}

.service-item {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f8fafc;
    border-radius: 8px;
}

.service-item h3 {
    color: #2563eb;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.service-item p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* Final CTA */
.final-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: white;
    text-align: center;
}

.final-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.final-cta p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 30px;
    opacity: 0.9;
}

/* Contact Info Section */
.contact-info-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.contact-table {
    max-width: 1000px;
    margin: 0 auto;
    overflow-x: auto;
}

.contact-table table {
    width: 100%;
    border-collapse: collapse;
}

.contact-table th,
.contact-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.contact-table th {
    background-color: #2563eb;
    color: white;
}

.contact-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.copyright {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    color: #64748b;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hero-slider {
        height: 60vh;
    }
    
    .slide-content h1 {
        font-size: 2rem;
    }
    
    .slide-content p {
        font-size: 1rem;
    }
    
    .form-grid {
        grid-template-columns: 1fr;
    }
    
    .form-group.full-width {
        grid-column: span 1;
    }
    
    .section-header h2 {
        font-size: 1.8rem;
    }
    
    .final-cta h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-slider {
        height: 50vh;
    }
    
    .slide-content h1 {
        font-size: 1.5rem;
    }
    
    .cta-content h2 {
        font-size: 1.5rem;
    }
    
    .final-cta h2 {
        font-size: 1.8rem;
    }
    
    .final-cta p {
        font-size: 1rem;
    }
}

/* Slider Animation */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.slide {
    animation: fadeIn 1s ease;
}


/* about section css :start */

/* INTRO SPLIT — responsive */
.intro-split{
  padding: clamp(40px, 6vw, 80px) 0;
}

.intro-split .row{
  /* force grid so it doesn't fight any .row flex rules elsewhere */
  display: grid !important;
  grid-template-columns: 1.1fr 1fr;   /* image | text on desktop */
  align-items: center;
  gap: clamp(16px, 4vw, 40px);
}

.intro-split .left,
.intro-split .right{
  min-width: 0;   /* prevent overflow from long words */
}

.intro-split .img-cover{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  /* optional: keep tall images tidy on huge screens */
  max-height: 520px;
  object-fit: cover;
}

.intro-split h3{
  font-size: clamp(20px, 2.4vw, 32px);
  line-height: 1.3;
  margin: 0 0 10px;
}

.intro-split p{
  color:#475569; 
  margin: 10px 0 18px;
}

.intro-split .badges{
  display:flex; 
  flex-wrap:wrap; 
  gap: 12px 16px;
  margin: 16px 0 22px;
}

.intro-split .badge{
  display:flex; 
  align-items:center; 
  gap:10px;
  background:#084fdc;
  color:#fff;
  padding:10px 14px;
  border-radius:10px;
  font-weight:600;
}

.intro-split .badge img{
  width: 24px; height: 24px; object-fit: contain;
}

/* ===== Breakpoints ===== */
@media (max-width: 991.98px){
  .intro-split .row{
    grid-template-columns: 1fr;   /* stack */
  }
  .intro-split .right{
    text-align: center;
  }
  .intro-split .badges{
    justify-content: center;
  }
  .intro-split .btn{
    width: auto;                  /* keep button tidy */
  }
}

@media (max-width: 575.98px){
  .intro-split .badge{
    font-size: 14px;
    padding: 8px 12px;
  }
  .intro-split .img-cover{
    max-height: 380px;            /* avoid super tall images on small phones */
  }
}


/* hero :start */
/* Keep proper stacking */

/* The dark overlay must not capture clicks */
.slide-overlay{
 
  inset:0;
  z-index: 1;
  pointer-events: none;    /* <<< important */
}

/* CTA/content sits above the overlay */
.slide-content{
 
  z-index: 2;
}

/* The nav bar spans the slide; make it click‑through except on its buttons */
.slider-nav{
  z-index: 3;
  pointer-events: none;    /* container ignores clicks */
}
.slider-nav button{
  pointer-events: auto;    /* buttons still clickable */
}



/* contact :start */

