/* Global Styles */
body {
  font-family: 'Poppins', sans-serif;
  background-color: #121212;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Belanosima', sans-serif;
}
section{
  padding: 80px 0px;
}

/* Navbar */
.navbar-brand {
    color: white;
    padding: 0 15px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 3px;

}

.nav-menu {
    background: transparent;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: all .4s;
    backdrop-filter: blur(20px);
}


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

.menu-item {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: white;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;
}

.menu-item:hover, .menu-item:focus, .menu-item.active{color: #ffffff !important; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}

.menu-item:hover:before, .menu-item:focus:before, .menu-item.active:before {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;
}

.nav-active {
    color: white !important;
}

.dropdown-item {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.custom-navbar {
    padding-top: 5px;
    padding-bottom: 5px;  
    position: fixed;
    backdrop-filter: blur(20px);
}
.navbar-brand img{
  width: 100%;
  max-width: 140px;
}
.ham {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px 0;
    transition: 0.4s;
  }
  /* Optional: Animate toggle */
  .navbar-toggler{box-shadow: none !important;}
  .navbar-toggler.collapsed .line1 {
    transform: rotate(0deg) translate(0, 0);
  }
  .navbar-toggler.collapsed .line2 {
    opacity: 1;
  }
  .navbar-toggler.collapsed .line3 {
    transform: rotate(0deg) translate(0, 0);
  }
  .navbar-toggler:not(.collapsed) .line1 {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .navbar-toggler:not(.collapsed) .line2 {
    opacity: 0;
  }
  .navbar-toggler:not(.collapsed) .line3 {
    transform: rotate(-45deg) translate(6px, -6px);
  }


/* Hero Section */
.hero {
  background: url('../img/drone-bg.jpg') no-repeat center center/cover;
  height: 100vh;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2);
}

.hero .container {
  position: relative;
  z-index: 2;
  margin-top: -250px;
}

.hero h1 {
  font-size: 48px;
  font-weight: 600;
}
.hero a.btn{background: #000000 !important; color: #ffffff !important;}

/* Section 2: Low-Altitude Economy */
.low-altitude {
  background-color: #111;
}
.low-altitude .card{
  background: #1C1C1C;
}
.low-altitude .card ul li{
  color: #ff7b00;
  line-height: 40px;
}
.low-altitude .card ul li i{margin-right: 10px;}
.cardinfo{
  margin-bottom: 150px !important;
}
.cardinfo h5{font-size: 26px !important;}
.carousel{
  background: #000000;
}
.procarousel{
  position: relative;
}
.procarousel .speed{
  position: absolute;
  left: 0;
  top: -28%;
  z-index: 1;

}
.text-orange {
  color: #ff7b00;
}

.btn-orange {
  background-color: #ff7b00;
  color: #fff;
  transition: 0.3s;
}
.btn-orange:hover {
  background-color: #e66e00;
  color: #fff;
}

.carousel img {
  max-height: 250px;
  object-fit: contain;
}
/* Section 3: Drones */
.drones {
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.95), #000);
  position: relative;
  overflow: hidden;
}
.drones .nav-item{padding: 0px;}
.drones h2 {
  font-family: 'Belanosima', sans-serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}

/* Tab buttons */
.drones .nav{position: relative;z-index: 2;}
.drones .nav-pills .nav-link {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin: 0 3px;
  border-radius: 50px;
  padding: 0.5rem 1.25rem;
  transition: all 0.3s ease;
}

.drones .nav-pills .nav-link.active {
  background-color: #ff7b00;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(255, 123, 0, 0.4);
}

.drones .nav-pills .nav-link:hover {
  color: #ff7b00;
  background: rgba(255, 123, 0, 0.2);
}

/* Drone image */
.drone-content {
  max-width: 1020px;
  position: relative;
}

.drone-img {
  width: 100%;
  height: auto;
  animation: float 4s ease-in-out infinite;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

/* Floating drone animation */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Title */
.drones h1 {
  font-size: 90px;
  letter-spacing: 2px;
  margin-top: 1.5rem;
  font-family: 'Belanosima', sans-serif;
  margin-top: -200px;
}

/* Paragraph */
.drones p {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Orange button */
.btn-orange {
  background-color: #ff7b00;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}

.btn-orange:hover {
  background-color: #e56e00;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 123, 0, 0.5);
}

/* Glow effect behind drone */
.drone-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  width: 1000px;
  height: 1000px;
  background: radial-gradient(circle, rgba(255,123,0,0.3), transparent 70%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
}
.drone-content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 80%;
  width: 1000px;
  height: 1000px;
  background: radial-gradient(circle, rgba(61,108,100,0.6), transparent 70%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
}
/* Section 4: Gallery */
.gallery {
  background-color: #111;
}
.gallery h2 {
  font-family: 'Belanosima', sans-serif;
  font-size: 2rem;
}
.text-orange {
  color: #ff7b00;
}

/* Filter Buttons */
.filter-btn {
  background: #222;
  color: #fff;
  border-radius: 50px;
  margin: 0 6px;
  padding: 0.5rem 1.25rem;
  transition: all 0.3s ease;
  border: none;
}
.filter-btn.active,
.filter-btn:hover {
  background: #ff7b00;
  color: #fff;
  border: none;
}

/* Gallery Cards */
.gallery-card img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-radius: 15px;
}
.gallery-card img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(255, 123, 0, 0.4);
}
/* Video Badge */
.video-badge {
  position: absolute;
  top: 10px;
  right: 15px;
  background: #ff7b00;
  color: #fff;
  padding: 6px 10px;
  border-radius: 50%;
  font-size: 0.9rem;
}
/* Footer */
.footer {
  background-color: #000;
  font-family: 'Poppins', sans-serif;
}
.footer h5 {
  font-family: 'Belanosima', sans-serif;
  margin-bottom: 1rem;
}
.footer-links li {
  margin-bottom: 0.6rem;
}
.footer-links a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-links a:hover,
.footer-links a.active {
  color: #ff7b00;
}

/* Social Icons */
.social-icons a {
  font-size: 1.2rem;
  color: #fff;
  transition: all 0.3s ease;
}
.social-icons a:hover {
  color: #ff7b00;
  transform: translateY(-3px);
}
/* Newsletter */
.newsletter-form .form-control {
  border-radius: 30px;
  padding: 0.6rem 1rem;
  border: none;
  outline: none;
}
.newsletter-form .btn-orange {
  border-radius: 50px;
  padding: 0.6rem 0.9rem;
  font-size: 1rem;
}
/* Footer Bottom */
.footer-bottom {
  background-color: #000;
  border-top: 1px solid #111;
  color: #bbb;
  font-family: 'Poppins', sans-serif;
}
.footer-bottom p {
  font-size: 0.9rem;
}

/*About Us*/
.about-banner {
  background: url('../img/about-bg.jpg') no-repeat center center/cover;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 200px !important;
}
.about-banner::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.3); /* dark overlay */
}
.about-banner .container {
  position: relative;
  z-index: 2;
}
.about-banner h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}
.about-banner .breadcrumb-text {
  font-size: 16px;
  color: #ddd;
}
.about-content {
  background: #111; /* dark theme */
}
.sub-title {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  color: #aaa;
  margin-bottom: 10px;
  position: relative;
}
.text-gradient {
  background: linear-gradient(90deg, #ff7b00, #ffb347);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-content img {
  border-radius: 12px;
}
.about-features {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.about-features li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #ddd;
}
.our-story {
  position: relative;
  background: url('../img/storybg.jpg') no-repeat center center/cover;
  padding: 100px 0;
  color: #000;
}
.our-story .container {
  position: relative;
  z-index: 2; /* bring content above overlay */
}
.sub-title {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ddd;
}
.text-gradient {
  background: linear-gradient(90deg, #ff7b00, #ffb347);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.story-features {
  position: relative;
  margin-top: 30px;
}
.story-features .feature-line {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  height: 2px;
  background: #444;
  z-index: 1;
}
.story-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.story-features li {
  flex: 1;
  font-size: 13px;
  color: #eee;
  font-weight: 500;
  margin: 0 5px;
}
.story-features .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #ff7b00;
  border-radius: 50%;
  margin-bottom: 0px;
}
/* Strategy cards */
.drone-strategies{
  background-color: #121212;
}
/* Card styles */
.strategy-card {
  background: #2a2a2a;
  border-radius: 50px;
  transition: all 0.4s ease;
  color: #fff;
  position: relative;
  text-align: left;
  height: 100%;
  align-items: center;
}
.strategy-card .icon {
  font-size: 2.5rem;
  color: #ff7a00; /* orange icons */
  transition: all 0.3s ease;
}
.strategy-card h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.strategy-card p {
  font-size: 0.95rem;
  color: #bbb;
  text-align: center;
}
.strategy-card .arrow {
  margin-top: auto;
  display: inline-block;
  font-size: 1rem;
  color: #ff7a00;
  transition: all 0.3s ease;
}

/* Hover Effect */
.strategy-card:hover {
  background: #ff7a00;
  color: #fff;
  transform: translateY(-10px);
}
.strategy-card:hover .icon,
.strategy-card:hover .arrow {
  color: #fff;
}
.strategy-card:hover p {
  color: #fff;
}

  /* Fade & Slide Animations */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeRight {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes zoomIn {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}

/* Apply Animations */
.animate-left { animation: fadeLeft 1s ease forwards; }
.animate-right { animation: fadeRight 1s ease forwards; }
.animate-zoom { animation: zoomIn 1s ease forwards; }

/* Delay effect for contact boxes */
.info-box:nth-child(1) { animation-delay: 0.3s; }
.info-box:nth-child(2) { animation-delay: 0.6s; }
.info-box:nth-child(3) { animation-delay: 0.9s; }

/* Button hover animation */
.contact-section{background: #000;}
.btn-submit {
  background: #ff7a00;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.btn-submit:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255,122,0,0.6);
}
.contact-form{background: #171717; border-radius: 30px;}
.contact-form input,
.contact-form input:focus,
.contact-form textarea,
.contact-form textarea:focus{background: #313131; border: none; color: #ffffff; padding-top: 15px; padding-bottom: 15px;}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder { color: #A0A0A0; font-size: 14px;}


.info-box{margin-bottom: 40px;}
.contact-info .info-box i{background: #202020; padding: 10px 20px; border-radius: 10px; margin-right: 28px; height: fit-content; font-size: 30px;}
.contact-info .sub-title{font-size: 26px; margin-bottom: 30px;}
.contact-info h6{font-size: 14px; color: #D9D9D9;}

.modal-content {
  border-radius: 1rem;
  text-align: center;
  padding: 20px;
}
.success-icon {
  font-size: 150px;
  color: #28a745;
  margin-bottom: 15px;
  text-align: center;
  display: inline-block;
}
.failed-icon {
  font-size: 150px;
  color: #dc3545;
  margin-bottom: 15px;
  text-align: center;
  display: inline-block;
}