/* =======================================================
   IMPSPRGM.uz — reconstructed styles
   Based on Wayback snapshot 2024-02-02
   Template family: BootstrapMade Presento / Tempo
   ======================================================= */

:root {
  --accent: #2487ce;
  --accent-dark: #1a6aa3;
  --dark: #222222;
  --muted: #444444;
  --light: #f5f6f8;
}

* { box-sizing: border-box; }

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  margin: 0;
  line-height: 1.6;
}

a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-dark); text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-family: "Raleway", sans-serif; }
section { padding: 60px 0; overflow: hidden; }

/* ============ Section titles ============ */
.section-title { text-align: center; padding-bottom: 30px; }
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}
.section-title h2::after {
  content: "";
  width: 120px; height: 1px;
  display: inline-block;
  background: var(--accent);
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: var(--dark);
}

/* ============ Header ============ */
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: rgba(25, 28, 31, 0.8);
  position: fixed;
  top: 0; left: 0; right: 0;
}
#header.header-scrolled { background: rgba(25, 28, 31, 0.95); padding: 12px 0; }
#header .logo {
  font-size: 30px;
  margin: 0; padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
#header .logo a { color: #fff; }

.navbar { padding: 0; }
.navbar ul {
  margin: 0; padding: 0; display: flex;
  list-style: none; align-items: center;
}
.navbar a {
  display: flex; align-items: center;
  padding: 10px 0 10px 30px;
  font-size: 15px; font-weight: 500;
  color: rgba(255,255,255,.7);
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a:hover, .navbar .active { color: #fff; }

/* ============ Hero ============ */
#hero {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(135deg, #0a1929 0%, #132f4c 40%, #1e4976 100%);
  position: relative;
  padding-top: 120px;
  padding-bottom: 60px;
}
#hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at top left, rgba(36,135,206,.25), transparent 50%),
    radial-gradient(ellipse at bottom right, rgba(26,106,163,.3), transparent 60%);
  pointer-events: none;
}
#hero .container { position: relative; z-index: 2; text-align: center; }
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
#hero h2 {
  color: rgba(255,255,255,.9);
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
}
#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255,255,255,.15);
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,.25);
  backdrop-filter: blur(4px);
}
#hero .icon-box i {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  margin-bottom: 18px;
  display: inline-block;
}
#hero .icon-box h3 {
  font-weight: 600;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
#hero .icon-box:hover {
  border-color: var(--accent);
  background: rgba(36,135,206,.2);
  transform: translateY(-4px);
}

/* ============ About ============ */
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: var(--dark);
}
.about .content p { margin-bottom: 20px; }
.about .image img { width: 100%; border-radius: 6px; }

/* ============ Clients ============ */
.clients .clients-wrap {
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.clients .client-logo {
  padding: 40px 0;
  display: flex; align-items: center; justify-content: center;
  background: #fff;
  min-height: 140px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}
.clients .client-logo img {
  transition: all 0.4s ease-in-out;
  max-height: 56px;
  max-width: 80%;
  filter: grayscale(100);
  opacity: .6;
}
.clients .client-logo img:hover {
  filter: none; opacity: 1; transform: scale(1.08);
}

/* ============ Features ============ */
.features { padding-top: 60px; }
.features .icon-box {
  padding: 40px 30px;
  transition: ease-in-out 0.3s;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68,88,144,.1);
  height: 100%;
  text-align: center;
}
.features .icon-box h4 {
  font-weight: 700;
  margin: 15px 0;
  font-size: 20px;
  color: var(--dark);
}
.features .icon-box i {
  font-size: 46px;
  line-height: 1;
  color: var(--accent);
}
.features .icon-box p { font-size: 15px; margin: 0; }
.features .icon-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(68,88,144,.2);
}

/* ============ Services ============ */
.services { background: #f6f7fb; }
.services .icon-box {
  background: #fff;
  padding: 30px;
  height: 100%;
  border-radius: 6px;
  transition: 0.3s ease-in-out;
  border: 1px solid #eef0f4;
}
.services .icon-box i {
  font-size: 42px;
  color: var(--accent);
  margin-bottom: 20px;
  display: inline-block;
}
.services .icon-box h4 a { color: var(--dark); transition: 0.3s; }
.services .icon-box h4 a:hover { color: var(--accent); }
.services .icon-box:hover {
  transform: translateY(-5px);
  border-color: var(--accent);
}

/* ============ About 2 / IMPSPRGM Innovations ============ */
.about2 { background: #fff; padding-top: 80px; }
.about2 .content h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 20px;
}
.about2 .content p { margin-bottom: 14px; }
.about2 .image img { width: 100%; border-radius: 6px; }

/* ============ Counts / Result ============ */
.counts { background: #f6f7fb; padding: 60px 0; }
.counts .image img { width: 100%; border-radius: 6px; }
.counts .content h3 {
  font-weight: 700;
  font-size: 22px;
  color: var(--dark);
  margin-bottom: 14px;
}
.counts .content ul { list-style: none; padding: 0; }
.counts .content ul li {
  padding: 4px 0;
  display: flex; align-items: flex-start;
}
.counts .content ul li i {
  color: var(--accent);
  font-size: 20px;
  padding-right: 10px;
  flex-shrink: 0;
  line-height: 1.5;
}

/* ============ Testimonials / tech stack ============ */
.testimonials {
  background: linear-gradient(135deg, #1a2b3c 0%, #24384f 100%);
  position: relative;
  color: #fff;
  padding: 80px 0;
}
.testimonials .container { position: relative; z-index: 2; }
.testimonials h3 {
  font-size: 22px;
  line-height: 1.6;
  color: #fff;
  font-weight: 400;
}
.testimonials h3 b { color: #fff; font-weight: 700; }

/* ============ Contact ============ */
.contact { background: #fff; }
.contact .info-box {
  padding: 30px;
  background: #f6f7fb;
  border-radius: 6px;
  height: 100%;
}
.contact .info-box i {
  font-size: 24px;
  color: var(--accent);
  border-radius: 50%;
  padding: 14px;
  background: #eaf3fb;
  margin-right: 12px;
  flex-shrink: 0;
}
.contact .info-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 8px 0;
}
.contact .info-box p {
  margin: 0; color: #555;
  font-size: 15px;
}
.contact .info-box a { color: #555; }

/* ============ Footer ============ */
#footer {
  background: #191c1f;
  color: #fff;
  padding: 30px 0 20px;
  text-align: center;
}
#footer .credits {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  margin-top: 8px;
}
#footer .credits a { color: #7fbfe8; }

/* ============ Responsive ============ */
@media (max-width: 768px) {
  #hero h1 { font-size: 34px; }
  #hero h2 { font-size: 18px; }
  .section-title p { font-size: 28px; }
  .navbar ul { display: none; }
  #header .logo { font-size: 22px; }
}
