@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Outfit:wght@500;700&family=Intel+One+Mono:wght@400;700&display=swap");

* {
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --text-dark: #0f172a;
  --text-light: #64748b;
}

body {
  background-color: #ffffff;
}

.header {
  backdrop-filter: blur(10px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  display: flex;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 400;
  background-color: rgba(255, 255, 255, 0.8);
}

.logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
}

.logo img {
  width: 70px;
  margin: 10px 10px 10px 5px;
  mix-blend-mode: multiply;
}

.logo h3 {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0f172a;
  line-height: 1;
  margin: 0;
}

.logo h3 span {
  font-weight: 300;
  color: #475569;
}

.home {
  padding: 0;
}

.home .box {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
  justify-content: flex-start;
  padding: 0 9%;
  position: relative;
  z-index: 100;
}

.btn {
  margin: 35px auto;
  display: inline-block;
  font-family: "Kalam", cursive;
  color: #fff;
  border: 1px solid #007aff;
  padding: 12px 34px;
  font-size: 17px;
  background-color: #007aff;
  border-radius: 10px;
  border-style: solid;
  position: relative;
  cursor: pointer;
  transition: 1s;
  vertical-align: middle;
  text-decoration: none;
}

.mouse-button {
  position: absolute;
  bottom: 2.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.mouse-button .bx-mouse {
  color: #fff;
  text-shadow: 2px 2px 0px #000000;
  font-size: 2rem;
}

.mouse-button p {
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 2px 0px #000000;
  margin-top: 7px;
  font-style: italic;
  font-family: "Baloo Tamma 2", system-ui;
}

.experience-highlights {
  display: flex;
  font-style: italic;
  gap: 20px;
  margin-bottom: 20px;
  color: #007aff;
  font-weight: bold;
}

.experiences {
  display: flex;
  align-items: center;
  padding: 60px;
  height: auto;
  flex-wrap: nowrap;
  min-height: 80vh;
}

.experiences-info-container {
  flex: 1 1 50%;
  margin-left: 80px;
}

#experience-title {
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #007aff;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.experiences-info-container h1 {
  font-family: "Intel One Mono", monospace;
  color: #0f172a;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
}

.experiences-info-container p {
  font-family: "Inter", sans-serif;
  color: #475569;
  margin-bottom: 25px;
  line-height: 1.7;
  font-weight: 400;
  font-size: 16px;
  word-spacing: normal;
  font-style: italic;
}

.about-image {
  flex: 1 1 50%;
  margin-left: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container {
  position: relative;
  width: 100%;
  max-width: 550px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-main {
  width: 100%;
  position: relative;
  z-index: 1;
}

.image-main img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
  object-fit: cover;
}

.logos-slide h2 {
  text-align: center;
  font-style: italic;
  color: #64748b;
  font-size: 20px;
  margin-bottom: 12px;
}

.logos-slide p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 50px;
  font-style: italic;
  color: #94a3b8;
}

.logos-slide {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  white-space: nowrap;
  position: relative;
}

.logos-container {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-container img {
  height: 50px;
  margin: 0 40px;
}

.logos-slide:before,
.logos-slide:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos-slide:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
}

.logos-slide:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}

.services-offered {
  background-color: #f8fafc;
  background-image: radial-gradient(#e2e8f0 0.8px, transparent 0.8px);
  background-size: 40px 40px;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Inter", -apple-system, sans-serif;
  padding: 80px 0;
}

.services-wrapper {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.tech-tag {
  color: #007aff;
  font-family: "Courier New", monospace;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.services-title h2 {
  color: #0f172a;
  font-size: 48px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

.title-accent {
  width: 50px;
  height: 4px;
  background: #007aff;
  margin: 20px auto;
}

.services-title p {
  color: #64748b;
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 60px;
  font-style: italic;
  line-height: 1.5;
}

.services-card-wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.services-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 50px 30px;
  width: 350px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    border-color 0.3s ease, box-shadow 0.3s ease;
}

.services-card:hover {
  transform: translateY(-10px);
  border-color: #007aff;
  box-shadow: 0 15px 35px rgba(0, 122, 255, 0.1);
}

.service-num {
  font-family: "Courier New", monospace;
  font-size: 25px;
  font-weight: bold;
  color: #007aff;
  background: #f1f5f9;
  padding: 5px 15px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.services-card h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #0f172a;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.card-line {
  width: 30px;
  height: 2px;
  background: #cbd5e1;
  margin-bottom: 20px;
  transition: 0.4s;
}

.services-card:hover .card-line {
  width: 60px;
  background: #007aff;
}

.services-card p {
  color: #475569;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.btn-container {
  margin-top: 60px;
}

.btn-tech {
  display: inline-block;
  padding: 18px 45px;
  background: #ffffff;
  color: #0f172a;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 4px;
  transition: 0.3s;
  border: 1px solid #0f172a;
}

.btn-tech:hover {
  background: #0f172a;
  color: #ffffff;
}

/* --- CUSTOMER REVIEW SECTION --- */
.customer-review {
  width: 100%;
  min-height: 95vh;
  background-color: #f8fafc;
  background-image: radial-gradient(#e2e8f0 0.8px, transparent 0.8px);
  background-size: 40px 40px;
  padding: 120px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
}

.review-title {
  text-align: center;
  margin-bottom: 50px;
}

.review-title h2 {
  font-size: 42px;
  font-weight: 800;
  color: #0f172a;
  text-transform: uppercase;
  margin: 10px 0;
}

.review-title p {
  font-size: 16px;
  color: #64748b;
  font-style: italic;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}

.tech-tag {
  color: #007aff;
  font-family: "Courier New", monospace;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.review-container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

.review-ui-frame {
  background: #ffffff;
  border: 1px solid #0f172a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
}

.ui-header {
  background: #0f172a;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ui-dots {
  display: flex;
  gap: 6px;
}

.ui-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.ui-status {
  font-family: "Intel One Mono", monospace;
  font-size: 10px;
  color: #007aff;
  letter-spacing: 1px;
  font-weight: 700;
}

.widget-iframe-holder {
  width: 100%;
  background: #ffffff;
  padding: 20px 40px;
}

/* --- SHARED BASE STYLES --- */
.latest-product-hero {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100.5%;
  min-height: 100.5%;
  transform: translate(-50%, -50%) scale(1.02);
  object-fit: cover;
  z-index: 1;
  outline: none;
  border: none;
}

.hero-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  text-align: center;
  color: white;
  max-width: 700px;
  padding: 20px;
  z-index: 3;
}

/* --- DJI PANEL STYLE --- */
.dji-panel {
  position: relative;
  z-index: 1;
}

.script-font {
  font-family: "Brush Script MT", cursive;
  font-size: 2rem;
  margin-bottom: 10px;
}

.dji-panel .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 15px;
}

.dji-panel .hero-desc {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  font-style: italic;
}

.intel-panel {
  position: relative;
  z-index: 2;
  background: #000b1d;
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
  margin-top: -15vh;
  box-shadow: 0 -15px 35px rgba(0, 199, 255, 0.2);
}

.intel-theme {
  background: radial-gradient(
    circle at center,
    rgba(0, 113, 197, 0.1) 0%,
    rgba(0, 8, 20, 0.9) 100%
  );
}

.intel-theme .tech-font {
  color: #00c7ff;
  font-family: "Inter", sans-serif;
  letter-spacing: 6px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.intel-theme .hero-title {
  font-size: 3.2rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -1px;
  text-shadow: 0 0 30px rgba(0, 113, 197, 0.3);
}

.series-tag {
  color: #00c7ff;
  font-weight: 300;
}

.intel-theme .hero-desc {
  max-width: 650px;
  font-style: italic;
  margin: 30px auto;
  line-height: 1.8;
  color: #b0c4de;
  font-size: 1rem;
}

.btn-intel {
  background: #0071c5;
  color: #fff !important;
  padding: 14px 35px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #0071c5;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-intel:hover {
  background: #00c7ff;
  border-color: #00c7ff;
  box-shadow: 0 0 25px rgba(0, 199, 255, 0.6);
  transform: translateY(-2px);
}

/* Buttons */
.btn-primary,
.btn-outline {
  text-decoration: none;
  padding: 12px 35px;
  font-weight: bold;
  margin: 5px;
  display: inline-block;
  transition: 0.3s;
}

.btn-primary {
  background: white;
  color: black;
}

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

.btn-outline:hover {
  background: white;
  color: black;
}

/* --- CONTACT SECTION --- */
.contact-container {
  width: 100%;
  min-height: 60vh;
  background-color: #ffffff;
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-title h2 {
  font-size: 42px;
  font-weight: 800;
  color: #0f172a;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: "Inter", sans-serif;
}

.contact-title p {
  color: #64748b;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 40px;
}

.contact-content {
  width: 100%;
  max-width: 1100px;
}

.contact-content .content {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.contact-content .detail {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-content .detail i {
  font-size: 32px;
  color: #007aff;
  margin-bottom: 20px;
  background: #f1f5f9;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.contact-content .topic {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-content .text-group div {
  font-size: 15px;
  font-style: italic;
  color: #475569;
  line-height: 1.6;
}

/* --- SERVICE BAR --- */
.service-bar {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 50px 10%;
  background: #0f172a;
  color: #ffffff;
  flex-wrap: wrap;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.service-item .icon-box {
  font-size: 2rem;
  color: #007aff;
  display: flex;
  align-items: center;
}

.service-info strong {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}

.service-info span {
  font-size: 13px;
  color: #94a3b8;
  font-style: italic;
}

.mobile-about-hero {
  display: none;
}

.reveal-left,
.reveal-right,
.reveal-up,
.reveal-zoom,
.reveal-item {
  opacity: 0;
  will-change: transform, opacity;
}

.services-card-wrapper {
  min-height: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

/* --- FOOTER SECTION --- */
.footer {
  width: 100%;
  text-align: center;
  padding: 60px 0 40px;
  background-color: #0f172a;
  position: relative;
}

.footer-divider {
  width: 100px;
  height: 1px;
  background: rgba(0, 122, 255, 0.3);
  margin: 0 auto 40px;
}

.icons {
  margin-bottom: 30px;
}

.icons a {
  text-decoration: none;
}

.icons .fa {
  color: #ffffff;
  font-size: 20px;
  margin: 0 18px;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.icons .fa:hover {
  color: #007aff;
  opacity: 1;
  transform: translateY(-3px);
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer h6 {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #94a3b8;
  margin: 0;
  font-style: normal;
}

.footer .developer-tag {
  margin-top: 15px;
  font-size: 9px;
  color: #475569;
  letter-spacing: 1px;
}

#currentYear {
  font-weight: 700;
  color: #ffffff;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* --- UNIVERSAL MOBILE OPTIMIZATION --- */

@media (max-width: 1024px) {
  .home {
    padding-top: 70px !important;
    min-height: auto !important;
  }

  .home .box {
    aspect-ratio: 16 / 9;
    height: auto !important;
    min-height: auto !important;
    width: 100%;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center !important;
    display: block;
    padding: 0 !important;
  }

  .home .box .content {
    position: relative;
    top: 100%;
    padding: 20px;
    text-align: center;
    background: #fff;
  }

  .mouse-button {
    display: none !important;
  }

  .experiences,
  .contact-content .content,
  .services-card-wrapper,
  .service-bar {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }
  .experiences {
    padding: 80px 20px 40px;
    min-height: auto;
  }
  .experiences-info-container,
  .about-image {
    margin-left: 0 !important;
    flex: 1 1 100%;
    width: 100%;
  }
  #experience-title {
    font-size: 28px;
    letter-spacing: 0;
  }
  .experience-highlights {
    justify-content: center;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  
  .header {
    padding: 10px 0;
  }

  .logo {
    margin-left: 10px;
    max-width: 70%;
  }

  .logo img {
    width: 50px;
    margin: 5px;
  }
  .logo h3 {
    font-size: 14px;
  }

  .services-title h2 {
    font-size: 30px;
  }

  .services-card {
    width: 100%;
    max-width: 380px;
    min-height: auto;
    padding: 40px 20px;
  }

  .logos-container img {
    height: 30px;
    margin: 0 15px;
  }

  .logos-slide {
    padding: 20px 0;
  }

  .logos-slide:before,
  .logos-slide:after {
    background: none !important;
    display: none !important;
  }

  .logos-slide h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .logos-slide p {
    white-space: normal;
  }

  .customer-review {
    padding: 80px 20px;
    min-height: 50vh;
  }

  .review-title h2 {
    font-size: 28px !important;
  }

  .review-container {
    max-width: 100%;
  }

  .widget-iframe-holder {
    padding: 10px 15px;
  }

  .widget-iframe-holder iframe {
    height: 450px;
  }

  .review-title h2 {
    font-size: 28px !important;
    margin-bottom: 5px;
  }
  .review-title p {
    font-size: 14px;
    padding: 0 10px;
  }

  .latest-product-hero {
    height: 450px;
  }

  .hero-title {
    font-size: 1.8rem !important;
    letter-spacing: 1px;
  }

  .hero-desc {
    font-size: 0.85rem !important;
    line-height: 1.5;
    margin: 15px auto !important;
    max-width: 90%;
  }

  .tech-font,
  .script-font {
    font-size: 1rem !important;
    letter-spacing: 3px;
    margin-bottom: 5px;
  }

  .intel-panel {
    margin-top: -5vh;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
  }

  .hero-btns .btn-outline,
  .btn-intel {
    padding: 10px 25px !important;
    font-size: 13px !important;
  }

  .service-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px;
    gap: 35px;
    background: #0f172a;
  }

  .service-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    gap: 20px;
  }

  .service-item .icon-box {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #007aff;
  }

  .service-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .contact-container {
    padding: 60px 20px;
    height: auto;
  }

  .contact-title h2 {
    font-size: 32px;
  }

  .contact-content .content {
    margin-top: 40px;
    gap: 30px;
  }

  .contact-content .detail {
    min-width: 100%;
  }

  .footer {
    padding: 40px 20px;
  }
}

@media (max-width: 480px) {
  .home .box {
    background-position: 70% center !important;
  }

  .hero-desc {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .logos-slide {
    padding: 20px 10px;
  }

  .footer h6 {
    font-size: 9px;
    letter-spacing: 1px;
  }
}
