.elementor-653 .elementor-element.elementor-element-e6a0487{--display:flex;--background-transition:0.3s;}.elementor-653 .elementor-element.elementor-element-e6a0487:not(.elementor-motion-effects-element-type-background), .elementor-653 .elementor-element.elementor-element-e6a0487 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(135deg, #0A0A1A 0%, #14142E 100%);}.elementor-653 .elementor-element.elementor-element-da97c39{--display:flex;}.elementor-653 .elementor-element.elementor-element-5e83af2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-653 .elementor-element.elementor-element-5e83af2:not(.elementor-motion-effects-element-type-background), .elementor-653 .elementor-element.elementor-element-5e83af2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5EFE4;}.elementor-653 .elementor-element.elementor-element-c2ecdbd{--display:flex;}.elementor-653 .elementor-element.elementor-element-cb79ac6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-653 .elementor-element.elementor-element-da159fb{--display:flex;}.elementor-653 .elementor-element.elementor-element-f65c95b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-653 .elementor-element.elementor-element-e6a0487{--content-width:1440px;}.elementor-653 .elementor-element.elementor-element-5e83af2{--content-width:1440px;}.elementor-653 .elementor-element.elementor-element-cb79ac6{--content-width:1440px;}}/* Start custom CSS for html, class: .elementor-element-8204f6a *//* ===========================
   DRONE HERO SECTION
=========================== */

.drone-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 0;
  background: linear-gradient(135deg, #0a0a1a, #14142e);
}

.drone-hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  pointer-events: none;
  background-image: radial-gradient(
    circle,
    rgba(245, 239, 228, 0.4) 1px,
    transparent 1px
  );
  background-size: 28px 28px;
}

.drone-hero-container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px 60px;
}

/* ===========================
   BREADCRUMB
=========================== */

.drone-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-bottom: 22px;
  font-size: 12px;
}

.breadcrumb-link {
  cursor: pointer;
  color: var(--gold2);
}

.breadcrumb-separator {
  margin: 0 4px;
  color: rgba(245, 239, 228, 0.3);
}

.breadcrumb-current {
  font-weight: 500;
  color: rgba(245, 239, 228, 0.75);
}

/* ===========================
   BADGE
=========================== */

.drone-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 5px 14px;
  border-radius: 30px;
  background: rgba(196, 150, 58, 0.15);
  border: 1px solid rgba(196, 150, 58, 0.3);
}

.drone-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  animation: breathe 2s infinite;
}

.drone-badge-text {
  font-size: 11px;
  font-weight: 700;
  color: var(--gold2);
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

/* ===========================
   CONTENT
=========================== */

.drone-title {
  margin: 0 0 12px;
  font-family: Fraunces, serif;
  font-size: clamp(1.9rem, 4.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--white);
}

.drone-title span {
  color: var(--gold2);
}

.drone-description {
  max-width: 580px;
  margin: 0 0 24px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.82;
  color: rgba(245, 239, 228, 0.7);
}

/* ===========================
   BUTTONS
=========================== */

.drone-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.drone-btn {
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 10px;
  font-family: Inter, sans-serif;
  transition: all 0.3s ease;
}

.drone-btn-primary {
  padding: 12px 22px;
  font-weight: 700;
  color: var(--white);
  background: var(--gold);
  box-shadow: 0 6px 20px rgba(196, 150, 58, 0.35);
}

.drone-btn-secondary {
  padding: 12px 22px;
  color: rgba(245, 239, 228, 0.8);
  background: rgba(245, 239, 228, 0.1);
  border: 1.5px solid rgba(245, 239, 228, 0.25);
}

/* ===========================
   STATS
=========================== */

.drone-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  border-radius: 13px;
  background: rgba(245, 239, 228, 0.06);
  border: 1px solid rgba(245, 239, 228, 0.1);
}

.drone-stat {
  text-align: center;
}

.drone-stat-number {
  font-family: Fraunces, serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--gold2);
}

.drone-stat-label {
  margin-top: 2px;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(245, 239, 228, 0.45);
}

.drone-divider {
  width: 1px;
  height: 26px;
  background: rgba(245, 239, 228, 0.12);
}

/* ===========================
   RESPONSIVE
=========================== */

@media (max-width: 768px) {
  .drone-hero {
    padding-top: 70px;
  }

  .drone-hero-container {
    padding: 0 20px 50px;
  }

  .drone-title br {
    display: none;
  }

  .drone-description {
    font-size: 14px;
  }

  .drone-stats {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .drone-actions {
    flex-direction: column;
  }

  .drone-btn {
    width: 100%;
  }

  .drone-stats {
    flex-direction: column;
    gap: 16px;
  }

  .drone-divider {
    display: none;
  }

  .drone-stat {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f74b624 *//* ==========================
   DRONE SERVICE SECTION
========================== */

.drone-service-section {
  background: var(--beige);
  padding: 60px 0;
}

.drone-service-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

.drone-service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}

/* Badge */

.drone-service-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 14px;
  margin-bottom: 12px;
  border-radius: 30px;
  background: var(--white);
  border: 1px solid rgba(0, 90, 90, 0.1);
}

.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7b4ff0;
}

.badge-text {
  font-size: 11px;
  font-weight: 700;
  color: #7b4ff0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Content */

.drone-service-title {
  margin: 0 0 10px;
  font-family: Fraunces, serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -0.02em;
}

.drone-service-description {
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--muted);
}

/* Features */

.drone-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 4px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--mid);
  line-height: 1.5;
}

.feature-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
  border-radius: 4px;
  background: rgba(0, 90, 90, 0.08);
  color: #7b4ff0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

/* Sidebar */

.why-card {
  padding: 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, #140a28, #0a0814);
}

.why-card-title {
  margin: 0 0 14px;
  font-family: Fraunces, serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--beige);
}

.why-card-item {
  padding: 8px 0;
  font-size: 13px;
  color: rgba(245, 239, 228, 0.7);
  border-bottom: 1px solid rgba(245, 239, 228, 0.08);
}

.why-card-btn {
  width: 100%;
  margin-top: 14px;
  padding: 11px;
  border: none;
  border-radius: 9px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  font-family: Inter, sans-serif;
  color: var(--white);
  background: var(--gold);
}

/* Result Card */

.result-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 12px;
  background: var(--teal);
}

.result-icon {
  flex-shrink: 0;
  font-size: 24px;
}

.result-title {
  margin: 0 0 3px;
  font-family: Fraunces, serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--beige);
}

.result-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(245, 239, 228, 0.65);
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 991px) {
  .drone-service-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .drone-service-section {
    padding: 50px 0;
  }

  .drone-service-container {
    padding: 0 20px;
  }

  .drone-features-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .why-card,
  .result-card {
    padding: 18px;
  }

  .drone-service-title {
    line-height: 1.2;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64cf34c *//* =========================
   DRONE FAQ SECTION
========================= */

.drone-faq-section {
  background: var(--white);
  padding: 60px 0;
}

.drone-faq-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

/* Badge */

.drone-faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 14px;
  margin-bottom: 12px;
  background: var(--white);
  border: 1px solid rgba(0, 90, 90, 0.1);
  border-radius: 30px;
}

.faq-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7b4ff0;
}

.faq-badge-text {
  font-size: 11px;
  font-weight: 700;
  color: #7b4ff0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Heading */

.drone-faq-title {
  margin: 0 0 10px;
  font-family: Fraunces, serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -0.02em;
}

.drone-faq-title span {
  color: #7b4ff0;
}

/* Grid */

.drone-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 16px;
}

/* Card */

.drone-faq-card {
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  transition: border-color 0.2s ease;
}

.drone-faq-card:hover {
  border-color: #7b4ff0;
}

.drone-faq-card h3 {
  margin: 0 0 7px;
  font-family: Fraunces, serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
}

.drone-faq-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
  .drone-faq-section {
    padding: 50px 0;
  }

  .drone-faq-container {
    padding: 0 20px;
  }

  .drone-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .drone-faq-card {
    padding: 16px;
  }

  .drone-faq-card h3 {
    font-size: 14px;
  }

  .drone-faq-card p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e518325 *//* =========================
   DRONE CTA SECTION
========================= */

.drone-cta-section {
  position: relative;
  overflow: hidden;
  padding: 56px 0;
  background: linear-gradient(135deg, #14142e, #0a0a1a);
}

.drone-cta-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.02) 0,
    rgba(255, 255, 255, 0.02) 1px,
    transparent 0,
    transparent 50%
  );
  background-size: 14px 14px;
}

.drone-cta-container {
  position: relative;
  z-index: 1;
  max-width: 660px;
  margin: 0 auto;
  padding: 0 28px;
  text-align: center;
}

/* Title */

.drone-cta-title {
  margin: 0 0 10px;
  font-family: Fraunces, serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--white);
}

/* Description */

.drone-cta-description {
  margin: 0 0 22px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(245, 239, 228, 0.65);
}

/* Buttons */

.drone-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.drone-btn-primary,
.drone-btn-secondary {
  border-radius: 10px;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
}

.drone-btn-primary {
  padding: 12px 24px;
  border: none;
  font-weight: 700;
  color: var(--white);
  background: var(--gold);
  box-shadow: 0 6px 20px rgba(196, 150, 58, 0.35);
}

.drone-btn-primary:hover {
  transform: translateY(-2px);
}

.drone-btn-secondary {
  padding: 12px 24px;
  border: 1.5px solid rgba(245, 239, 228, 0.25);
  background: rgba(245, 239, 228, 0.1);
  color: var(--beige);
}

.drone-btn-secondary:hover {
  background: rgba(245, 239, 228, 0.15);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
  .drone-cta-section {
    padding: 50px 0;
  }

  .drone-cta-container {
    padding: 0 20px;
  }

  .drone-cta-title br {
    display: none;
  }
}

@media (max-width: 480px) {
  .drone-cta-actions {
    flex-direction: column;
  }

  .drone-btn-primary,
  .drone-btn-secondary {
    width: 100%;
  }
}/* End custom CSS */