* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Cairo", sans-serif;
  background: #eef1f4;
  color: #0a2342;
  overflow-x: hidden;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
}

/* TOP HEADER */

.top-header {
  background: #02152f;
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
}

.top-header .container {
  width: 88%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.top-contact,
.top-social {
  display: flex;
  align-items: center;
  gap: 22px;
}

.top-contact a,
.top-social a {
  color: #c8d2df !important;
  transition: .3s;
}

.top-contact a:hover,
.top-social a:hover {
  color: #d8a74f !important;
}

.top-contact i {
  color: #d8a74f;
  margin-left: 7px;
}

.top-message {
  color: #d8a74f;
  font-weight: 800;
  text-align: center;
}

.top-social {
  gap: 14px;
}

.top-social a {
  width: 30px;
  height: 30px;
  background: rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.top-social a:hover {
  background: #d8a74f;
  color: #02152f !important;
}

/* HEADER */

.main-header {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(7,18,35,.76);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.navbar {
  min-height: 95px;
}

.logo-img {
  width: 92px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(255,255,255,.2)) brightness(1.15);
}

.navbar-nav {
  gap: 14px;
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #d4a24c !important;
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 100%;
  height: 3px;
  background: #d4a24c;
  border-radius: 10px;
}

.consult-btn {
  background: #d4a24c;
  color: #0a2342 !important;
  padding: 15px 28px;
  border-radius: 18px;
  font-weight: 900;
  transition: .3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.consult-btn:hover {
  background: #c99742;
  color: #0a2342 !important;
  transform: translateY(-3px);
}

/* HERO */

.developer-hero {
  min-height: 70vh;
  background: url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?q=80&w=1800&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 160px;
}

.developer-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(4,14,30,.86), rgba(4,14,30,.76));
}

.developer-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.breadcrumb-box {
  color: #d4a24c;
  font-weight: 800;
  margin-bottom: 25px;
}

.breadcrumb-box a {
  color: #d4a24c !important;
}

.developer-head {
  display: flex;
  gap: 30px;
  align-items: center;
  max-width: 950px;
}

.developer-logo {
  width: 210px;
  height: 140px;
  background: #fff;
  border-radius: 22px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

.developer-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.developer-logo i {
  font-size: 54px;
  color: #d4a24c;
}

.developer-label {
  display: inline-block;
  background: rgba(212,162,76,.15);
  color: #d4a24c;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 900;
  margin-bottom: 15px;
}

.developer-head h1 {
  font-size: 58px;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1.3;
}

.developer-head p {
  font-size: 21px;
  line-height: 2;
  color: #e5e7eb;
}

/* PAGE */

.developer-page {
  padding: 45px 0 80px;
}

/* STATS */

.developer-stats {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
  margin-bottom: 20px;
}

.developer-stats div,
.content-card,
.side-box {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 14px 40px rgba(10,35,66,.08);
  border: 1px solid rgba(10,35,66,.06);
}

.developer-stats div {
  padding: 20px 12px;
  text-align: center;
}

.developer-stats i {
  color: #d4a24c;
  font-size: 26px;
  margin-bottom: 10px;
}

.developer-stats span {
  display: block;
  color: #667085;
  font-size: 13px;
  margin-bottom: 5px;
}

.developer-stats strong {
  font-size: 14px;
  font-weight: 900;
}

/* CONTENT */

.content-card {
  padding: 28px;
  margin-bottom: 20px;
}

.content-card h2 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 18px;
  border-right: 5px solid #d4a24c;
  padding-right: 12px;
}

.content-card p {
  font-size: 17px;
  line-height: 2;
  color: #4b5563;
}

/* FEATURES */

.features-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
}

.features-list div {
  background: #f3f5f8;
  padding: 15px;
  border-radius: 14px;
  font-weight: 800;
}

.features-list i {
  color: #d4a24c;
  margin-left: 8px;
}

/* PROJECT CARD */

.project-card {
  background: #f3f5f8;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  transition: .3s;
}

.project-card:hover {
  transform: translateY(-6px);
}

.project-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.project-card-content {
  padding: 18px;
}

.project-card-content span {
  color: #d4a24c;
  font-weight: 900;
  font-size: 13px;
}

.project-card-content h3 {
  font-size: 21px;
  font-weight: 900;
  margin: 8px 0;
}

.project-card-content p {
  font-size: 15px;
  margin-bottom: 10px;
}

.project-card-content a {
  color: #0a2342 !important;
  font-weight: 900;
}

/* AREA PROJECTS */

.area-projects-box {
  display: grid;
  gap: 14px;
}

.area-project-item {
  background: #f3f5f8;
  border-radius: 18px;
  padding: 18px;
}

.area-title {
  font-size: 20px;
  font-weight: 900;
  color: #0a2342;
  margin-bottom: 12px;
}

.area-title i {
  color: #d4a24c;
  margin-left: 8px;
}

.area-projects-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-projects-list a {
  background: #fff;
  color: #0a2342 !important;
  padding: 10px 16px;
  border-radius: 50px;
  font-weight: 900;
  box-shadow: 0 5px 15px rgba(0,0,0,.05);
}

.area-projects-list a:hover {
  background: #d4a24c;
}

/* TABLE */

.details-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 14px;
}

.details-table th {
  background: #0a2342;
  color: #fff;
  padding: 15px;
}

.details-table td {
  padding: 15px;
  border: 1px solid #e5e7eb;
  font-weight: 800;
}

/* FAQ */

.faq-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 16px 0;
}

.faq-item h4 {
  font-size: 20px;
  font-weight: 900;
}

.faq-item p {
  margin: 0;
}

/* SIDEBAR */

.sidebar-sticky-wrapper {
  position: sticky;
  top: 120px;
  height: calc(100vh - 140px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.developer-info-fixed,
.form-box {
  padding: 24px;
  margin: 0;
}

.form-scroll-area {
  flex: 1;
  padding-left: 4px;
}

.side-box h3 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 18px;
}

.developer-summary {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.developer-summary li {
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid #e5e7eb;
  gap: 15px;
}

.developer-summary span {
  color: #667085;
}

.developer-summary strong {
  color: #0a2342;
  text-align: left;
}

/* BUTTONS */

.whatsapp-btn,
.call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border-radius: 14px;
  color: #fff !important;
  font-weight: 900;
  margin-bottom: 10px;
  gap: 8px;
}

.whatsapp-btn {
  background: #25d366;
}

.call-btn {
  background: #0a2342;
}

/* FORM */

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: none;
  background: #f3f5f8;
  border-radius: 14px;
  padding: 0 14px;
  margin-bottom: 12px;
  outline: none;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}

.lead-form input,
.lead-form select {
  height: 54px;
}

.lead-form textarea {
  height: 110px;
  padding-top: 14px;
  resize: none;
}

.lead-form button {
  width: 100%;
  height: 54px;
  border: none;
  background: #d4a24c;
  color: #0a2342;
  font-weight: 900;
  border-radius: 14px;
}

.success-message {
  background: rgba(37,211,102,.12);
  color: #128c45;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 800;
  margin-bottom: 15px;
}

.empty-box {
  background: #f3f5f8;
  padding: 25px;
  border-radius: 16px;
  font-weight: 900;
  text-align: center;
}

/* SECTION TITLE */

.section-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  gap: 20px;
}

.section-title-row a {
  color: #d4a24c !important;
  font-weight: 900;
}

/* FOOTER */

.footer {
  background: #02152f;
  padding-top: 70px;
}

.footer-container {
  width: 88%;
  margin: auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 45px;
  padding-bottom: 45px;
}

.footer-col h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 25px;
}

.footer-about img {
  width: 120px;
  margin-bottom: 20px;
}

.footer-about p,
.footer-col ul li a,
.contact-info li {
  color: #c8d2df !important;
  font-size: 15px;
}

.footer-about p {
  line-height: 2;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 16px;
}

.footer-col ul li a:hover {
  color: #d8a74f !important;
}

.contact-info li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-info li i {
  color: #d8a74f;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.social-links a {
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}

.social-links a:hover {
  background: #d8a74f;
  color: #031c47 !important;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 22px;
  text-align: center;
  color: #c8d2df;
  font-size: 14px;
}

/* WHATSAPP */

.floating-whatsapp {
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 62px;
  height: 62px;
  background: #25d366;
  color: #fff !important;
  border-radius: 50%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 18px 40px rgba(37,211,102,.35);
  transition: .3s;
}

.floating-whatsapp:hover {
  transform: translateY(-4px) scale(1.08);
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .main-header {
    top: 0;
  }

  .navbar-collapse {
    background: #081426;
    padding: 25px;
    border-radius: 20px;
    margin-top: 20px;
  }

  .consult-btn {
    display: inline-flex;
    margin-top: 20px;
  }

  .developer-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .developer-head h1 {
    font-size: 38px;
  }

  .developer-stats,
  .features-list {
    grid-template-columns: repeat(2,1fr);
  }

  .sidebar-sticky-wrapper {
    position: relative;
    top: auto;
    height: auto;
  }

  .form-scroll-area {
    overflow: visible;
  }

  .footer-container {
    grid-template-columns: 1fr 1fr;
  }

  .top-header .container {
    flex-direction: column;
    gap: 10px;
  }

  .top-contact {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .developer-hero {
    padding-top: 150px;
  }

  .developer-head h1 {
    font-size: 32px;
  }

  .developer-head p {
    font-size: 17px;
  }

  .developer-logo {
    width: 180px;
    height: 110px;
  }

  .developer-stats,
  .features-list,
  .footer-container {
    grid-template-columns: 1fr;
  }

  .section-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .floating-whatsapp {
    width: 56px;
    height: 56px;
    font-size: 28px;
    left: 16px;
    bottom: 16px;
  }
}