@charset "UTF-8";
/* CSS Document */

.features-section {
  padding: 80px 20px 10px;
  /*background-color: #f9f9f9; /* Light grey to make the white boxes pop */
}

.features-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  justify-content: center;
}

.feature-card {
  background: #ffffff;
  border-radius: var(--radius);
  padding: 40px 30px 30px;
  text-align: center;
  flex: 1;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  /* Animation Start State */
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.feature-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.icon-wrapper {
  position: absolute;
  top: -60px; /* Overlays half of the 120px image */
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
}

.feature-icon {
  width: 120px;
  height: auto;
  display: block;
}

.card-title {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--featuredark);
  text-transform: uppercase;
  border-bottom: 3px solid var(--highlight);
  display: inline-block;
  padding-bottom: 5px;
}

.card-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .features-container {
    flex-direction: column;
    gap: 80px; /* Space for the floating icon */
  }
  
  .feature-card {
    padding-top: 50px;
  }

  .card-title {
    font-size: 1.2rem;
  }

  .card-text {
    font-size: 0.9rem;
  }
}
	  
/************************************VID*******  color:#6E6E6E; ***********/
.drone-inspection-section{
    width:100%;
    padding:60px 0;
    text-align:center;
    overflow:hidden;
}


/* Intro */

.drone-intro{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    max-width:900px;
    margin:0 auto 40px auto;
}

.drone-icon{
    width:150px;
}

.drone-intro p{
    font-size:20px;
    line-height:1.5;
    color:#444;
    max-width:650px;
}

.company-name{
    font-weight:bold;
    color:#000;
}


/* VIDEO SECTION */

.video-wrapper{
    position:relative;
    width:100%;
    height:350px;
    overflow:visible; /* <-- IMPORTANT */
}


/* FULL BLEED VIDEO */
.inspection-video{
    position:absolute;
    right:0;
    top:0;
    height:100%;
    width:85%;
    object-fit:cover;
}


/* OVERLAY */
/* BLACK slash — sits exactly within video bounds */
.video-slash {
    position: absolute;
    left: 0;
    top: -15px;
    height: 100%;
    width: 50%;
    z-index: 2;
    overflow: visible;
}
/* YELLOW EDGE IMPROVEMENT */
.yellow-edge{
    filter: drop-shadow(3px 0 6px rgba(0,0,0,0.6));
}


/* ---------- MOBILE ---------- */

@media (max-width:768px){

    .drone-intro{
        flex-direction:column;
        padding:0 20px;
    }

    .drone-intro p{
        font-size:17px;
    }

    .inspection-video{
        width:100%;
        height:260px;
    }

    .video-wrapper{
        height:260px;
    }

    .video-slash{
        width:30%;
    }

}

/* ---- SERVICES --------------------------- */
.services-section {
    background: #f2f2f2;
    padding: 0 40px 40px;
    font-family: inherit;
}

/* ---- Header ---- */
.services-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 56px;
}
.services-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #000;
    background: #fff200;
    padding: 5px 14px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.services-eyebrow-img img {
    display: inline-block;
    margin-bottom: 10px;
	width: 80px;
}
.services-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    color: #000;
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
}
.services-subtitle {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* ---- Section divider label ---- */
.section-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto 20px;
}
.divider-line {
    flex: 1;
    height: 1px;
    background: #ddd;
    display: block;
}
.divider-text {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #888;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ---- Primary grid ---- */
.primary-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* ---- Primary card ---- */
.primary-card {
    background: #fff;
    border-radius: 4px;
    padding: 32px 28px 28px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
	border-radius: 0 0 20px 20px;
}
.primary-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.10);
}
.card-accent {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: #fff200;
}
.card-icon {
    width: 56px;
    height: 56px;
	/*
    background: #000;
    border-radius: 4px;
	*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    flex-shrink: 0;
}
.card-icon svg {
    width: 36px;
    height: 36px;
}

.card-icon img {
    width: 60px;
    
}
.card-title {
    font-size: 17px;
    font-weight: 800;
    color: #000;
    margin: 0 0 12px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
.card-desc {
    font-size: 13.5px;
    color: #555;
    line-height: 1.65;
    margin: 0 0 18px;
    flex: 1;
}
.card-checks {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.card-checks li {
    font-size: 12.5px;
    color: #333;
    padding-left: 18px;
    position: relative;
    line-height: 1.4;
}
.card-checks li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #fff200;
    border-radius: 1px;
    transform: rotate(45deg);
}
.card-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #fff200;
    padding-bottom: 2px;
    width: fit-content;
    transition: gap 0.2s ease;
}
.card-cta:hover {
    gap: 10px;
}

/* ---- Secondary grid ---- */
.secondary-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
}

/* ---- Secondary card ---- */
.secondary-card {
    background: #111;
    border-radius: 4px;
    padding: 24px 22px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    border: 1px solid #222;
    transition: transform 0.25s ease, border-color 0.25s ease;
}
.secondary-card:hover {
    transform: translateY(-3px);
    border-color: #fff200;
}
.sec-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background: #1e1e1e;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-icon svg {
    width: 26px;
    height: 26px;
}
.sec-content {
    flex: 1;
}
.sec-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
}
.sec-desc {
    font-size: 12.5px;
    color: #888;
    line-height: 1.6;
    margin: 0;
}

/* ---- CTA Strip ---- */
.services-cta-strip {
    max-width: 1200px;
    margin: 48px auto 0;
    background: #fff200;
    border-radius: 4px;
    padding: 24px 36px;
}
.cta-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.cta-strip-text {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin: 0;
}
.cta-strip-btn {
    display: inline-block;
    background: #000;
    color: #fff200;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 2px;
    white-space: nowrap;
    transition: background 0.2s ease;
    letter-spacing: 0.02em;
}
.cta-strip-btn:hover {
    background: #222;
}

/* =====================
   SCROLL REVEAL
   ===================== */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.6s ease calc(var(--delay, 0s)), transform 0.6s ease calc(var(--delay, 0s));
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 1100px) {
    .primary-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .secondary-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .services-section {
        padding: 60px 20px 60px;
    }
    .primary-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .secondary-grid {
        grid-template-columns: 1fr;
    }
    .primary-label {
        margin-left: 0;
        margin-right: 0;
    }
    .cta-strip-inner {
        flex-direction: column;
        text-align: center;
    }
}

/* ---- BOOK APPOINTMENT Shell — full width yellow background ---- */
.book-section {
    width: 100%;
    min-height: 300px;
    background: #fff200;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* =====================
   LEFT PANEL — 60% of width, normal flow
   ===================== */
.book-left {
    width: 70%;
    display: flex;
    align-items: center;
    padding: 36px 80px 36px 48px;
    position: relative;
    z-index: 2;
}
.book-left-inner {
    width: 100%;
    max-width: 900px;
}

.book-heading {
    font-size: clamp(17px, 1.8vw, 24px);
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
}

/* ---- Discount rows ---- */
.book-discounts {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
.book-disc-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}
.book-disc-divider {
    height: 1px;
    background: rgba(0,0,0,0.12);
}
.book-disc-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Shield — white with yellow star, bounces */
.book-shield-svg {
    width: 32px;
    height: 38px;
    animation: book-bounce 2s ease-in-out infinite;
}
@keyframes book-bounce {
    0%, 100% { transform: translateY(0); }
    40%       { transform: translateY(-5px); }
    60%       { transform: translateY(-2px); }
}

/* Return arrows — spin, dotted circle static */
.book-return-wrap {
    width: 38px;
    height: 38px;
    overflow: visible;
}
.book-arrows-spin {
    transform-origin: 26px 26px;
    animation: book-arrows-rotate 3s linear infinite;
}
@keyframes book-arrows-rotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.book-disc-pct {
    font-size: clamp(20px, 2.2vw, 30px);
    font-weight: 900;
    color: #000;
    letter-spacing: -0.03em;
    flex-shrink: 0;
    line-height: 1;
    min-width: 54px;
}
.book-disc-info { flex: 1; min-width: 0; }
.book-disc-title {
    font-size: 13px;
    font-weight: 800;
    color: #000;
    margin-bottom: 2px;
}
.book-disc-desc {
    font-size: 11.5px;
    color: #333;
    line-height: 1.5;
}

/* ---- Bottom row ---- */
.book-bottom-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 18px;
}
.book-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
}
.book-pricing-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    border-bottom: 1.5px solid #000;
    padding-bottom: 1px;
    white-space: nowrap;
    transition: gap 0.2s ease, opacity 0.2s;
}
.book-pricing-link:hover { gap: 9px; opacity: 0.6; }

/* =====================
   RIGHT PANEL — absolute overlay, 40% width, angled left edge
   ===================== */
/*
.book-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    background-color: #0d0d0d;
    background-image:
        repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(255,255,255,0.018) 3px, rgba(255,255,255,0.018) 4px),
        repeating-linear-gradient( 45deg, transparent, transparent 3px, rgba(255,255,255,0.018) 3px, rgba(255,255,255,0.018) 4px);
    /* Angled left edge — slants from top-left inward 
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 40px 36px 80px;
    z-index: 3;
}
*/

.book-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    background-color: #111111; /* Dark base color from your pattern */
    
    /* This encodes your specific SVG pattern into a CSS background image */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' %3E%3Cg transform='rotate(-45 4 4)'%3E%3Crect width='4' height='4' fill='%231a1a1a'/%3E%3Crect x='4' width='4' height='4' fill='%23111111'/%3E%3Crect y='4' width='4' height='4' fill='%23111111'/%3E%3Crect x='4' y='4' width='4' height='4' fill='%231a1a1a'/%3E%3Crect width='4' height='1' fill='%23252525'/%3E%3Crect x='4' y='4' width='4' height='1' fill='%23252525'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 8px 8px;
    
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 40px 36px 80px;
    z-index: 3;
}

/* No ::before needed — yellow bg of section shows through any gap */
.book-right::before { display: none; }

.book-right-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

/* ---- Years badge ---- */
.book-years-wrap { display: flex; }
.book-years-outer {
    position: relative;
    width: 70px;
    height: 70px;
}
.book-ring-spin {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    animation: book-ring-rotate 10s linear infinite;
}
.book-ring-static {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
@keyframes book-ring-rotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
.book-years-text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.book-years-num {
    font-size: 19px;
    font-weight: 900;
    color: #fff200;
    line-height: 1;
    letter-spacing: -0.02em;
}
.book-years-label {
    font-size: 7px;
    font-weight: 700;
    color: #fff200;
    letter-spacing: 0.08em;
    opacity: 0.7;
    margin-top: 2px;
}

.book-right-heading {
    font-size: clamp(15px, 1.6vw, 20px);
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin: 0;
}

/* CTA Button */
.book-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff200;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    padding: 11px 18px;
    border-radius: 18px;
    transition: background 0.2s ease, gap 0.2s ease;
}
.book-cta-btn:hover {
    background: #ffe600;
    gap: 12px;
}

.book-right-note {
    font-size: 11px;
    color: #555;
    margin: 0;
}

/* =====================
   SCROLL REVEAL
   ===================== */
.book-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease var(--bd, 0s), transform 0.5s ease var(--bd, 0s);
}
.book-reveal.book-visible {
    opacity: 1;
    transform: translateY(0);
}

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 930px) {
    .book-section {
        flex-direction: column;
        align-items: stretch;
        padding-bottom: 0;
    }
    .book-left {
        width: 100%;
        padding: 36px 28px 48px;
        z-index: 2;
    }
    .book-right {
        position: relative;
        width: 100%;
        clip-path: polygon(0 28px, 100% 0, 100% 100%, 0 100%);
        padding: 52px 28px 36px;
        margin-top: -28px;
    }
    .book-right-inner {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 14px 20px;
    }
    .book-cta-btn { flex: 1; justify-content: center; }
    .book-bottom-row { gap: 8px 16px; }
    .book-pricing-link { margin-left: 0; }
}

@media (max-width: 480px) {
    .book-disc-desc { display: none; }
    .book-bottom-row { flex-direction: column; align-items: flex-start; gap: 7px; }
    .book-right-inner { flex-direction: column; align-items: flex-start; }
    .book-cta-btn { width: 100%; justify-content: center; }
}


/* ---- FAQ --- Section shell ---- */
.faq-section {
    width: 100%;
    background: #f2f2f2;
    padding: 20px 40px 90px;
    font-family: inherit;
    box-sizing: border-box;
}

/* ---- Header ---- */
.faq-header {
    text-align: center;
    max-width: 85%;
    margin: 0 auto 20px;
}
.faq-eyebrow {
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 900;
    color: #000;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 18px;
    display: block;
}
.faq-subhead {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}
.faq-contact-link {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #fff200;
    padding-bottom: 1px;
    transition: border-color 0.2s, color 0.2s;
}
.faq-contact-link:hover {
    color: #000;
    border-color: #000;
}

/* ---- FAQ list ---- */
.faq-list {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ---- FAQ item ---- */
.faq-item {
    border-radius: 6px;
    /* Soft glow shadow — matches services card style */
    box-shadow: 0 2px 8px rgba(0,0,0,0.07), 0 0 0 1px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    overflow: hidden;
}
.faq-item:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.12), 0 0 0 1px rgba(0,0,0,0.07);
    transform: translateY(-1px);
}
.faq-item.faq-open {
    box-shadow: 0 8px 32px rgba(0,0,0,0.13), 0 0 0 2px #fff200;
}

/* ---- Question button ---- */
.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 22px;
    background: linear-gradient(135deg, #f7f7f7 0%, #eeeeee 100%);
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.25s ease;
}
.faq-question:hover {
    background: linear-gradient(135deg, #f0f0f0 0%, #e6e6e6 100%);
}
.faq-item.faq-open .faq-question {
    background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
}
.faq-q-text {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    flex: 1;
}

/* ---- Plus/minus icon ---- */
.faq-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: #fff200;
    border-radius: 50%;
    position: relative;
    box-shadow: 2px 3px 8px rgba(0,0,0,0.35);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
                background 0.2s ease;
}
/* Horizontal bar — always visible */
.faq-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 2px;
    background: #000;
    border-radius: 1px;
    transition: opacity 0.2s ease;
}
/* Vertical bar — hides when open */
.faq-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 12px;
    background: #000;
    border-radius: 1px;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
                opacity 0.25s ease;
}
.faq-item.faq-open .faq-icon {
    transform: rotate(45deg);
    background: #000;
    box-shadow: 2px 3px 8px rgba(0,0,0,0.4);
}
.faq-item.faq-open .faq-icon::before,
.faq-item.faq-open .faq-icon::after {
    background: #fff200;
}

/* ---- Answer panel ---- */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
}
.faq-item.faq-open .faq-answer {
    max-height: 600px;
}
.faq-answer-inner {
    padding: 22px 24px 24px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
}
.faq-item.faq-open .faq-answer-inner {
    opacity: 1;
    transform: translateY(0);
}
.faq-answer-inner p {
    font-size: 14.5px;
    color: #444;
    line-height: 1.75;
    margin: 0;
}
.faq-inline-link {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1.5px solid #fff200;
    transition: border-color 0.2s;
}
.faq-inline-link:hover {
    border-color: #000;
}

/* ---- Scroll reveal ---- */
.faq-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.55s ease var(--fd, 0s),
                transform 0.55s ease var(--fd, 0s);
}
.faq-reveal.faq-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ---- Mobile ---- */
@media (max-width: 640px) {
    .faq-section {
        padding: 60px 20px 70px;
    }
    .faq-q-text {
        font-size: 14px;
    }
    .faq-answer-inner p {
        font-size: 14px;
    }
    .faq-question {
        padding: 18px 18px;
    }
}