@charset "utf-8";
/* CSS Document */


*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family: Arial, sans-serif;
    background:#f4f7fb;
    color:#222;
    line-height:1.8;
}

.busy-startup-page{
    width:100%;
}

/* HERO */

.busy-startup-hero{
    background:linear-gradient(135deg,#0f172a,#1d4ed8);
    padding:100px 20px;
    color:#fff;
}

.busy-startup-container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.busy-startup-hero h1{
    font-size:52px;
    line-height:1.2;
    margin-bottom:25px;
    font-weight:700;
}

.busy-startup-hero p{
    font-size:18px;
    max-width:900px;
    opacity:.95;
}

/* SECTION */

.busy-startup-section{
    padding:80px 20px;
}

.busy-startup-white{
    background:#fff;
}

.busy-startup-gray{
    background:#f4f7fb;
}

.busy-startup-title{
    font-size:4rem;
    margin-bottom:25px;
    color:#111827;
    line-height:1.3;
}

.busy-startup-text{
    font-size:17px;
    color:#4b5563;
    margin-bottom:20px;
}

/* LIST */

.busy-startup-list{
    margin-top:25px;
    padding-left:22px;
}

.busy-startup-list li{
    margin-bottom:15px;
    font-size:17px;
    color:#374151;
}

/* GRID */

.busy-startup-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
    margin-top:45px;
}

.busy-startup-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.07);
    transition:.3s;
    border:1px solid #e5e7eb;
}

.busy-startup-card:hover{
    transform:translateY(-8px);
}

.busy-startup-card h3{
    font-size:24px;
    margin-bottom:18px;
    color:#1d4ed8;
}

.busy-startup-card p{
    font-size:16px;
    color:#4b5563;
}

/* TABLE */

.busy-startup-table{
    width:100%;
    border-collapse:collapse;
    margin-top:40px;
    background:#fff;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.busy-startup-table th{
    background:#1d4ed8;
    color:#fff;
    padding:18px;
    text-align:left;
    font-size:17px;
}

.busy-startup-table td{
    padding:18px;
    border-bottom:1px solid #e5e7eb;
    color:#4b5563;
    font-size:16px;
}

.busy-startup-table tr:last-child td{
    border-bottom:none;
}

/* HIGHLIGHT */

.busy-startup-highlight{
    background:#eff6ff;
    border-left:5px solid #2563eb;
    padding:25px;
    margin-top:30px;
    border-radius:12px;
}

.busy-startup-highlight strong{
    color:#1d4ed8;
}

/* FAQ */

.busy-startup-faq{
    margin-top:40px;
}

.busy-startup-faq-item{
    background:#fff;
    padding:30px;
    margin-bottom:22px;
    border-radius:18px;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.busy-startup-faq-item h4{
    font-size:22px;
    margin-bottom:15px;
    color:#111827;
}

.busy-startup-faq-item p{
    font-size:16px;
    color:#4b5563;
}

/* CONCLUSION */

.busy-startup-conclusion{
    background:linear-gradient(135deg,#111827,#1e40af);
    color:#fff;
    padding:60px;
    border-radius:25px;
    margin-top:60px;
}

.busy-startup-conclusion h2{
    font-size:40px;
    margin-bottom:25px;
}

.busy-startup-conclusion p{
    font-size:18px;
    margin-bottom:20px;
    opacity:.95;
}

/* RESPONSIVE */

@media(max-width:768px){

    .busy-startup-hero h1{
        font-size:36px;
    }

    .busy-startup-title{
        font-size:30px;
    }

    .busy-startup-conclusion{
        padding:35px 25px;
    }

    .busy-startup-conclusion h2{
        font-size:30px;
    }

}

/* =========================
   A. K. Softwares And Services
   BUSY EXPRESS SECTION CSS
========================= */

.ak-busy-express-section{
  padding:80px 20px;
  background:#f6f9ff;
  font-family:'Poppins',sans-serif;
}

.ak-container{
  max-width:1250px;
  margin:auto;
}

.ak-section-heading{
  text-align:center;
  max-width:850px;
  margin:0 auto 60px;
}

.ak-tag{
  display:inline-block;

  background:#e8efff;
  color:#0d47a1;
  padding:8px 18px;
  border-radius:30px;
  font-size:13px;
  font-weight:600;
  letter-spacing:1px;
  margin-bottom:18px;
}

.ak-section-heading h2{
  font-size:4rem;
  color:#0f172a;
  margin-bottom:20px;
  line-height:1.2;
  font-weight:700;
}

.ak-section-heading p{
  color:#475569;
  font-size:17px;
  line-height:1.8;
}

.ak-express-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:35px;
}

.ak-express-card,
.ak-upgrade-card{
  background:#fff;
  padding:40px;
  border-radius:24px;
  box-shadow:0 10px 35px rgba(0,0,0,0.06);
  border:1px solid #e2e8f0;
  transition:0.3s ease;
}

.ak-express-card:hover,
.ak-upgrade-card:hover{
  transform:translateY(-5px);
}

.ak-express-card h3,
.ak-upgrade-card h3{
  font-size:28px;
  color:#0f172a;
  margin-bottom:25px;
  font-weight:700;
}

.ak-feature-list,
.ak-upgrade-list{
  list-style:none;
  padding:0;
  margin:0;
}

.ak-feature-list li,
.ak-upgrade-list li{
  position:relative;
  padding-left:34px;
  margin-bottom:18px;
  color:#334155;
  line-height:1.7;
  font-size:16px;
}

.ak-feature-list li::before,
.ak-upgrade-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:22px;
  height:22px;
  background:#2563eb;
  color:#fff;
  border-radius:50%;
  text-align:center;
  line-height:22px;
  font-size:12px;
  font-weight:bold;
}

.ak-note-box{
  margin-top:35px;
  background:#eff6ff;
  border-left:4px solid #2563eb;
  padding:18px 20px;
  border-radius:12px;
  color:#1e3a8a;
  line-height:1.7;
  font-size:15px;
}

.ak-upgrade-card p{
  color:#475569;
  line-height:1.8;
  margin-bottom:25px;
  font-size:16px;
}

.ak-price-box{
  margin-top:35px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.ak-plan{
  background:#0f172a;
  padding:22px 15px;
  border-radius:18px;
  text-align:center;
  color:#fff;
}

.ak-plan h4{
  margin:0 0 10px;
  font-size:18px;
  font-weight:600;
}

.ak-plan span{
  font-size:24px;
  font-weight:700;
  color:#60a5fa;
}

.ak-upgrade-card small{
  display:block;
  margin-top:20px;
  color:#64748b;
  font-size:13px;
}

/* RESPONSIVE */

@media(max-width:992px){

  .ak-express-grid{
    grid-template-columns:1fr;
  }

  .ak-section-heading h2{
    font-size:34px;
  }

}

@media(max-width:768px){

  .ak-section-heading h2{
    font-size:28px;
  }

  .ak-section-heading p{
    font-size:15px;
  }

  .ak-express-card,
  .ak-upgrade-card{
    padding:28px;
  }

  .ak-price-box{
    grid-template-columns:1fr;
  }

}
/* =========================
   A. K. Softwares and Services
   Startup Benefit Section
========================= */

.ak-startup-benefit-section{
  padding:70px 20px;
  background:#f8fbff;
  font-family:'Poppins',sans-serif;
}

.ak-container{
  max-width:1200px;
  margin:auto;
}

.ak-benefit-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
}

.ak-benefit-card{
  background:#fff;
  padding:40px;
  border-radius:24px;
  box-shadow:0 10px 30px rgba(0,0,0,0.06);
  border:1px solid #e2e8f0;
}

.ak-dark-card{
  background:#0f172a;
  color:#fff;
}

.ak-mini-tag{
  display:inline-block;
  padding:7px 16px;
  background:#e0edff;
  color:#2563eb;
  border-radius:30px;
  font-size:12px;
  font-weight:600;
  letter-spacing:1px;
  margin-bottom:18px;
}

.ak-mini-tag.light{
  background:rgba(255,255,255,0.15);
  color:#fff;
}

.ak-benefit-card h2{
  font-size:30px;
  line-height:1.3;
  margin-bottom:20px;
  color:#0f172a;
}

.ak-dark-card h2{
  color:#fff;
}

.ak-benefit-card p{
  font-size:16px;
  line-height:1.8;
  color:#475569;
  margin-bottom:28px;
}

.ak-dark-card p{
  color:#cbd5e1;
}

.ak-benefit-list{
  list-style:none;
  padding:0;
  margin:0;
}

.ak-benefit-list li{
  position:relative;
  padding-left:34px;
  margin-bottom:16px;
  font-size:15px;
  color:#334155;
}

.ak-dark-card .ak-benefit-list li{
  color:#e2e8f0;
}

.ak-benefit-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:22px;
  height:22px;
  background:#2563eb;
  color:#fff;
  border-radius:50%;
  text-align:center;
  line-height:22px;
  font-size:12px;
  font-weight:700;
}

/* RESPONSIVE */

@media(max-width:992px){

  .ak-benefit-grid{
    grid-template-columns:1fr;
  }

}

@media(max-width:768px){

  .ak-benefit-card{
    padding:28px;
  }

  .ak-benefit-card h2{
    font-size:24px;
  }

  .ak-benefit-card p{
    font-size:15px;
  }

}
.cta-btn {
    display: inline-block;
    padding: 16px 34px;
    background: #fff;
    color: #111827;
    font-weight: 700;
    border-radius: 14px;
}
