   html {
        scroll-behavior: smooth;
    }
main.px-4 {
padding:0 10px!important;
}
.btn-primary {
    background-color: #0100a6;
    border-color: #0100a6;
}

.navbar-brand img {
    height: 50px;
    width: auto;
}

.top-banner {
    position: relative;
    width: 100%;
    height: 80dvh;
    background: url('../images/banner/banner1.jpg') center/cover no-repeat;
    border-radius: 12px;
    overflow: hidden;
    top:0;
}

.top-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35); /* dark overlay */
}

.top-banner-content {
    position: absolute;
    bottom: 60px;
    left: 60px;
    color: #fff;
    z-index: 2;
    width: 50%; 
}

.top-banner-content h1 {
    font-size:90px;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    
}

.top-banner-content p {
    font-size: 16px;
    margin: 6px 0 0 0;
}

.top-banner-drone {

    position: absolute;
    top: 20%;
    right: 60px;
    width: 50%;
    z-index: 2;
    text-align: center;
    animation: droneFloat 3s ease-in-out infinite;
}

.top-banner-drone img {
    width: 100%;
    height: auto;
}

/* Up–down floating animation */
@keyframes droneFloat {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}



.section-content {
    padding: 80px 60px;
}

.section-content h2 {
    font-size: 60px;
    font-weight: 700;
    padding-bottom:30px;
    width: 50%;
}
.section-content .content p {
    font-size: 16pt;
    padding-bottom:25px;
}

    /* Vertical divider on desktop */
    .uav-divider-right {
        border-right: 1px solid #ddd;
    }

    /* Remove divider on mobile */
    @media (max-width: 767px) {
        .uav-divider {
            border-right: none;
            border-bottom: 1px solid #ddd;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }
    }

    .text-primary { color:#d02c2b!important; }
    .text-secondary { color:#0100a6!important; }


    .best-uav-products .product-box {
    padding: 0 30px;
}



.uav-360 {
    position: relative;
    height: 100%;
    cursor: grab;
    text-align: center;
}

.uav-360 img.uav-frame {
    height:360px;
    width:auto;
    user-select: none;
    pointer-events: none;
}

.icon-360 {
    position: absolute;
    bottom: 8px;
    right: 10%;
    transform: translateX(-50%);
    opacity: 0.85;
    z-index: 3; background:#333; padding-left:2px;
}

.icon-360 img {
    width: 40px;
    height: 40px;
}

.uav-360 img {
    width: 90%;
    object-fit: contain;
    user-select: none;
    pointer-events: none;
}

.uav-divider {
    border-top: 2px solid #ddd;
    width: 60%;
    margin: auto;
}

.fw-normal {
    font-weight: 400 !important;
}

.product-highlight h4 { font-size:30pt; font-weight: 400!important; }

.features img {
    width: 80px; 
    height: auto;
}

.feature-item {
    padding: 20px 10px 30px 10px;
  
}

.feature-item.no-divider {
    border-bottom: none;
}

.feature-item.mid-divider {
    border-left: 1px dashed #ccc;
        border-right: 1px dashed #ccc;
   
}

.dash-line {
    border: none;margin-top:40px;
    border-top: 1px dashed #666;
}

.mission-section {
    width: 100%;
    padding: 80px 0;
    background: skyblue;
    border-radius: 20px;
    margin: 40px auto;
}

.mission-container {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 0 50px;
    background:#87ceeb; 
    padding:100px 80px; border-radius: 60px;
}

.mission-text {
    flex: 1;
}

.mission-title {
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 500px;
}

.mission-sub {
    font-size: 18px;
    margin-bottom: 30px;
    color: #444;
        max-width: 500px;

}

.mission-btn {
    display: inline-block;
    background: #ffea3b;
    padding: 14px 28px;
    border-radius: 10px;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    margin-bottom: 40px;
}

.mission-feature {
    display: flex;
    gap: 15px;
    max-width: 500px;
    margin-top: 30px;

}

.feature-icon {
    width: 50px;
    height: 50px;
}

.feature-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.feature-desc {
    font-size: 14px;
    color: #666;
}

/* RIGHT IMAGE */
.mission-image img {
    width: 100%;
    max-width: 700px;
    object-fit: contain;
}


.uav-feature-card {
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.04);
    transition: 0.25s ease;
}

.uav-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 18px rgba(0,0,0,0.08);
}

.uav-feature-card h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #0100a6;
}

.uav-feature-card p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

.uav-capabilities .icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
}


  /* Sticky Navigation */
    .product-nav {
        position: sticky;
        top: 0;
        z-index: 1;
        background: #ffffffee;
        backdrop-filter: blur(10px);
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    .border-right {
        border-right: 1px solid #ddd;
        padding-right: 10px;
    }

    .section-content a.btn {

    padding: 10px 20px;
    font-size: 18pt;
    font-weight:700; 
}

  .check-list li {
        margin-bottom: 10px;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: 16px;
        line-height: 1.5;
    }

    .check-list li::before {
        content: "✔";
        color: #0d6efd;
        font-weight: bold;
        margin-top: 3px;
    }

 

    .image-rounded {
        border-radius: 12px;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .text-muted-custom {
        color: #5d5d5d;
    }

    /* Nav item styling */
    .product-nav img {
        width: 55px;
        height: 55px;
        object-fit: contain;
        cursor: pointer;
        transition: 0.2s;
        border-radius: 8px;
    }
    .product-nav img:hover {
        transform: scale(1.1);
    }

    /* Product section spacing */
    .product-section {
        padding: 80px 0 60px;
        border-bottom: 1px solid #eee;
    }

    /* -------- DESKTOP (≥992px) -------- */
    .feature-grid {
        position: relative;
    }

    /* Row separator (horizontal line) */
    .feature-grid::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
                top: calc(50% + 10px); /* FIX: move line up to eliminate 20px space */

        border-top: 1px dashed #ccc;
    }

    /* Column borders for col 1 and col 2 only */
    .feature-box {
        border-right: 1px dashed #ccc;
    }

    /* Remove border from 3rd column */
    .feature-box.last {
        border-right: none !important;
    }

    footer { padding:80px 0px; }


    .uav-capabilities h2 { font-size:42px; }

    /* 1) Remove Bootstrap SVG icon */
.navbar-toggler .navbar-toggler-icon{
  background-image: none !important;
}

/* 2) Button styling (optional, Skyfront-ish) */
.navbar-toggler{
  border: 0 !important;
  padding: 5px 12px;
  border-radius: 10px;
  background: #fff;
}

/* 3) Build 3 lines using span + pseudo elements */
.navbar-toggler .navbar-toggler-icon{
  width: 26px;
  height: 18px;
  position: relative;
  display: inline-block;
}

/* Middle line */
.navbar-toggler .navbar-toggler-icon{
  border-top: 2px solid #111;          /* TOP line (line 1) */
}

/* Create middle + bottom lines */
.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after{
  content: "";
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  background: #111;
  border-radius: 2px;
  transition: transform .25s ease, top .25s ease, opacity .2s ease;
}

/* line 2 */
.navbar-toggler .navbar-toggler-icon::before{
  top: 6px;
}

/* line 3 */
.navbar-toggler .navbar-toggler-icon::after{
  top: 14px;
}

/* 4) Open state -> turn into X */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
  border-top-color: transparent; /* hide line 1 (top) */
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before{
  transform: rotate(45deg);
  top: 6px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after{
  transform: rotate(-45deg);
  top: 6px;
}


.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.page-header { padding:100px 50px; }
.page-header h1 { font-size:36pt; margin-bottom:30px; }
.page-header p { font-size:14pt; }

    .section h2 {
     font-size: 32pt; 
     font-weight:700
    }
  .section {
        padding: 110px 0;
    }


.section h1 {
     font-size: 64px;      font-weight:700;

    }
.section h5 { margin-top: 60px;}
  .industry-section {
        padding: 80px 0;
        border-bottom: 1px solid #eee;
    }
hr { border-color:#ccc; }
    .industry-card {
        padding: 25px;
        border-radius: 12px;
        border: 1px solid #ddd;
        background: #fff;
        transition: 0.25s;
    }

    .industry-card:hover {
        box-shadow: 0 8px 25px rgba(0,0,0,0.08);
        transform: translateY(-3px);
    }

    .industry-card h3 {
        font-weight: 700;
    }

    .industry-icons img {
        width: 60px;
        height: 60px;
        object-fit: contain;
        margin-right: 10px;
    }

    .industry-tag {
        background: #eef5ff;
        color: #0a58ca;
        padding: 5px 12px;
        border-radius: 20px;
        font-size: 14px;
        margin-right: 5px;
        display: inline-block;
        margin-bottom: 5px;
    }



/* On mobile — stack into 1 column */
@media (max-width: 576px) {
    .uav-feature-card {
        padding: 16px;
    }

     .uav-feature-card h5 {
font-size:10pt;     }
}

.feature-title-main {
    font-size: 26px;
    font-weight: 700;
}

@media (max-width: 576px) {
    .feature-title-main {
        font-size: 16px;
        text-align: center;
    }
}

/* ✔ RESPONSIVE */
@media (max-width: 992px) {
    .mission-container {
        flex-direction: column;
        text-align: center;
    }
    .mission-text {
        text-align: center;
    }
    .mission-image img {
        max-width: 90%;
        margin-top: 40px;
    }
    .mission-feature {
        margin: 0 auto;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .mission-title {
        font-size: 38px;
    }
    .mission-section {
        padding: 50px 20px;
    }
}



@media (max-width: 1366px) {

    .top-banner {
    position: relative;
    width: 100%;
    height: 60dvh;

}


.top-banner-content h1 {
    font-size:70px;
    line-height: 1.1;
    
}

.section-content {
    padding: 40px 30px;
}

.section-content h2 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom:0px;
}

.section-content p {
    font-size: 14pt;
    padding-bottom:15px;
}
.uav-360 { 
    width: 100%;
    margin: 0 auto
}

.uav-360 img.uav-frame {
    height: 280px;
    width:auto;
    user-select: none;
    pointer-events: none;
}

mr-0 { margin-right:0!important }
.product-highlight h4 { font-size:32pt; font-weight: 400!important; }
.features img {
    width: 40px; 
    height: auto;
}


.mission-section {
    width: 100%;
    padding: 80px 0;
    background: skyblue;
    border-radius: 20px;
    margin: 40px auto;
}

.mission-container {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 0 50px;
    background:#87ceeb; 
    padding:40px 40px; border-radius: 60px;
}

.mission-text {
    flex: 1;
}

.mission-title {
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 700px;
}

.mission-sub {
    font-size: 18px;
    margin-bottom: 30px;
    color: #444;
        max-width: 700px;

}

.mission-btn {
    display: inline-block;
    background: #ffea3b;
    padding: 14px 28px;
    border-radius: 10px;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    margin-bottom: 40px;
}

.mission-feature {
    display: flex;
    gap: 15px;
    max-width: 500px;
    margin-top: 30px;

}

.mission-image img {
    width: 100%;
    max-width: 500px;
    object-fit: contain;
}

}


@media (max-width: 1024px) {

    .top-banner {
    position: relative;
    width: 100%;
    height: 35dvh;

}

.features { margin-top:30px; }

.top-banner-content h1 {
    font-size:50px;
    line-height: 1.1;
    
}

.top-banner-drone {

    top: 20%;
    right: 30px;
    width: 50%;

}

.top-banner-drone img {
    width: 100%;
    height: auto;
}

.section-content {
    padding: 40px 30px;
}

.section-content h2 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom:0px;
    width: 70%;
    text-align: center;
    margin:0 auto
}

.col-12 { width: 100%!important; }

.section-content p {
    font-size: 14pt;
    padding-bottom:15px;
}
.uav-360 { 
    width: 100%;
    margin: 0 auto
}

.uav-360 img.uav-frame {
    height: 200px;
    width:auto;
    user-select: none;
    pointer-events: none;
}

mr-0 { margin-right:0!important }
.product-highlight h4 { font-size:24pt; font-weight: 400!important; }
.features img {
    width: 40px; 
    height: auto;
}


.mission-section {
    width: 100%;
    padding: 20px 30px;
    background: skyblue;
    border-radius: 20px;
    margin: 40px auto;
}

.mission-container {
    margin: auto;
    display: block;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 30px;
    background:#87ceeb; 
    padding:20px 20px; border-radius: 20px;
}

.mission-text {
    flex: 1; display: block;
}

.mission-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
        max-width: 100%;
}

.mission-sub {
    font-size: 18px;
    margin-bottom: 30px;
    color: #444;
        max-width: 100%;

}

.mission-btn {
    display: inline-block;
    background: #ffea3b;
    padding: 14px 28px;
    border-radius: 10px;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    margin-bottom: 40px;
}

.mission-feature {
    display: flex;
    gap: 15px;
    max-width: 100%;
    margin-top: 10px;

}

.mission-image img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}

}
@media (max-width: 991px) {


        .top-banner-content h1 {
        font-size: 40px;
    }

.navbar {
    position: relative;
    z-index: 1050;
}


   /* Collapse container becomes overlay */
    .navbar-collapse {
        position: absolute;
        top: 100%;                /* directly below navbar */
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(10px);
        padding: 10px 10px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        border-radius: 0 0 20px 20px;
        text-align: center;
        /* Prevent layout push */
        z-index: 1040;
    }

    /* Center menu items vertically */
    .navbar-nav {
        text-align: center;
    }

    .navbar-nav .nav-item {
        margin: 5px 0;
        text-align: center;
    }

    /* Make dropdown items clean */
    .dropdown-menu {
        position: static;
        float: none;
        background: transparent;
        border: none;
        box-shadow: none;
        text-align: center;
    }

    .dropdown-item {
        padding: 10px 0;
    }

    /* Move CTA button into menu nicely */
    .navbar-collapse .btn {
        margin: 15px auto;
    }

    footer img { width: 40px; height:auto; }

footer ul li, footer p { font-size:10pt; }

}

@media (max-width: 565px) {
    .navbar-brand {
    font-size:12pt;
    }
.navbar-brand img {
    height: 30px;
    width: auto;
}

    .top-banner {
    position: relative;
    width: 100%;
    height: 40dvh;

}
.icon-360 {
    position: absolute;
    bottom: 8px;
    right: 0%;
    transform: translateX(-50%);
    opacity: 0.85;
    z-index: 3; background:#333; padding-left:2px;
}

.icon-360 img {
    width: 25px;
    height: 25px;
}

    .section-content a.btn {

    padding: 5px 10px;
    font-size: 12pt;
    font-weight:700; 
}

.features { margin-top:30px; }

.top-banner-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 2;
    width: 80%; 
}

.top-banner-content h1 {
    font-size:28px;
    line-height: 1.1;
    
}

.top-banner-drone {

    top: 10%;
    right: 10%;
    width: 80%;
    left:10%;

}

.top-banner-drone img {
    width: 100%;
    height: auto;
}

.section-content {
    padding: 20px 10px;
}

.section-content h2 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom:0px;
    width: 100%;
    text-align: center;
    margin:0 auto
}

.section-content .content p {
    font-size: 10pt;
    padding-bottom:25px;
}



.col-12 { width: 100%!important; }

.section-content p {
    font-size: 10pt;
    padding-bottom:10px;
}


.uav-360 { 
    width: 100%;
    margin: 0 auto
}

.uav-360 img.uav-frame {
    height: 160px;
    width:auto;
    user-select: none;
    pointer-events: none;
}

mr-0 { margin-right:0!important }
.product-highlight h4 { font-size:12pt; font-weight: 400!important; }
.features img {
    width: 40px; 
    height: auto;
}

.thumbnail-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 0 10px 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;

    justify-content: flex-start !important;  /* ← IMPORTANT */
    align-items: center;
}



/* Remove scrollbar (WebKit) */
.thumbnail-scroll::-webkit-scrollbar {
    display: none;
}

.thumbnail-scroll img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    flex: 0 0 auto;  /* prevents shrink */
    border-radius: 6px;
    cursor: pointer;
    scroll-snap-align: start;
    transition: transform 0.2s ease;
}

.thumbnail-scroll img:hover {
    transform: scale(1.08);
}


.uav-box.uav-divider-right {
    border-right: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 0;
}

.mission-section {
    width: 100%;
    padding: 20px 10px;
    background: skyblue;
    border-radius: 20px;
    margin: 20px auto;
}

.mission-container {
    margin: auto;
    display: block;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 10px;
    background:#87ceeb; 
    border-radius: 20px;
}

.mission-text {
    flex: 1; display: block;
}

.mission-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
        max-width: 100%;
}

.mission-sub {
    font-size: 18px;
    margin-bottom: 30px;
    color: #444;
        max-width: 100%;

}

.mission-btn {
    display: inline-block;
    background: #ffea3b;
    padding: 8px 14px;
    border-radius: 10px;
    color: #000;
    font-weight: 600;
    font-size: 12pt;
    text-decoration: none;
    margin-bottom: 40px;
}

.mission-feature {
    display: flex;
    gap: 15px;
    max-width: 100%;
    margin-top: 10px;

}

.mission-image img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}

 .feature-box {
        border: none !important;
        padding: 15px 0;
        position: relative;
           margin-top:0;
    }

    /* Right dashed border for 1,3,5 */
    .feature-box:nth-child(odd) {
        border-right: 1px dashed #ccc !important;
    }

    /* Bottom dashed border for rows 1 & 2 → items 1–4 */
    .feature-box:nth-child(-n+4) {
        border-bottom: 1px dashed #ccc !important;
        margin-bottom:0px;
     
    }

    /* Remove top horizontal line that desktop uses */
    .feature-grid::after {
        display: none !important;
    }

    .uav-capabilities.py-5 {
        padding:30px 0!important;
    }

    .uav-capabilities h2 { font-size:16pt!important; }


    .uav-capabilities .icon img {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

.uav-capabilities h5 { font-size:12pt; }

.page-header { padding:20px 10px; }
.page-header h1 { font-size:14pt; width: 80%; margin:0 auto 20px auto}
.page-header p { font-size:10pt; }
   .product-section {
        padding: 30px 0 20px;
        border-bottom: 1px solid #eee;
    }

       .product-section h2 {
     font-size: 12pt; 
    }

      .product-section p {
     font-size: 10pt; 
    }

      .product-section h6 {
     font-size: 10pt; 
    }

      .product-section img {
     width: 60%; margin: 0 auto; 
    }

    footer { padding:30px 10px; }

    .copyright { font-size:8pt; }


      .industry-section {
        padding: 30px 0;
        border-bottom: 1px solid #eee;
    }
 .industry-card {
        padding: 15px 12px;
    }
    .industry-card h3 {
        font-size:14pt;
    }
  .industry-card p {
        font-size:10pt;   
  }

.section { padding: 30px 20px; }
  .section h1 {
     font-size: 32px; 
    }

    .section h2 {
     font-size: 16pt; 
     font-weight:700
    }

    .section h5 {
     font-size: 12pt; 
     font-weight:700
    }


.section p, .section ul li {
     font-size: 10pt; 
    }

    .section ul { 

        padding-left:0; 
    }

}



@media (max-width: 991px) and (orientation: landscape) {

    /* Reduce hero height */
    .top-banner {
        height: 75vh;
    }

    /* Reduce big headings */
    .top-banner-content h1 {
        font-size: 30px;
    }

    /* Overlay menu height fix */
    .navbar-collapse {
        max-height: 80vh;
        overflow-y: auto;
    }

    .top-banner-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 2;
    width: 50%; 
}


.top-banner-drone {

    position: absolute;
    top: 20%;
    right: 20px;
    width: 40%;
    z-index: 2;
    text-align: center;
    animation: droneFloat 3s ease-in-out infinite;
}


}
