/* Global Styles */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mina:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #F05C00;
  --secondary-color: #A7A79B;
  --dark-color: #000;
  --light-color: #fff;
  --text-color: #EEA66E;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: var(--dark-color);
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

h1 {
  font-size: 69px;
}

h2 {
  font-size: 40px;
}

.cmn-gap {
  margin: 50px 0px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col50 {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 15px;
}

.col33 {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0 15px;
}

/* Container */
.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header */
.header {
  background: var(--secondary-color);
  padding: 15px 0;
  position: relative;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo a {

  display: block;
  max-width: 40px;
  color: var(--dark-color);
  font-weight: 600;
  font-size: 20px;

}




.nav-links {
  display: flex;
  gap: 41px;
}

/* Mobile menu toggle */
.mobile-menu-toggle,
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
}

.mobile-menu-toggle span,
.hamburger span {
  width: 25px;
  height: 3px;
  background: var(--dark-color);
  border-radius: 3px;
  transition: 0.3s ease;
}

/* Animated underline for nav-links */
.nav-links a {
  position: relative;
  color: var(--light-color);
  font-weight: 500;
  padding-bottom: 4px;
  transition: color 0.3s;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  transition: width 0.3s ease;
}

.nav-links a.active::after,
.nav-links a:hover::after {
  width: 100%;
}

.av-links {
  display: flex;
  gap: 25px;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.login-btn {
  background: var(--primary-color);
  color: var(--light-color);
  padding: 8px 15px;
  border-radius: 25px;
  font-weight: 600;
  transition: 0.3s;
  white-space: nowrap;
  display: inline-block;
}

.login-btn:hover {
  background: var(--dark-color);
  color: var(--light-color);
  border: 1px solid var(--light-color);
}

.login-btn i {
  font-size: 12px;
}

/* Hero Section */
.deliveries {
  position: relative;
  min-height: 100vh;
  background: url('images/banner-img.png') no-repeat center center/cover;
  display: flex;
  align-items: center;
}

.deliveries-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.deliveries-text {
  max-width: 600px;
}

.deliveries-text h1 {
  line-height: 1.2;
  margin-bottom: 55px;
  color: var(--light-color);
  font-family: "Lexend", sans-serif;
}

.deliveries-text span {
  color: var(--primary-color);
}

.price-box {
  background: url(images/pricebox-img.png) no-repeat center /cover;
  color: var(--dark-color);
  padding: 20px;
  border-radius: 17px;
  max-width: 442px;
  width: 100%;
  margin-top: 40px;
}

.price-box h2 {
  font-weight: 700;
  color: #412929;
  margin-bottom: 33px;
}

.price-box h2 span {
  font-size: 14px;
  color: #412929;
}

.price-box .quote {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 320px;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.price-box .desc {
  font-size: 13px;
  color: #302C2C;
}

.floating-box {
  position: absolute;
  bottom: 0px;
  right: 30px;
  background: url(images/right-side-img.png) no-repeat center;
  padding: 20px;
  margin-bottom: -8%;
}

.drone-card {
  position: relative;
  border-radius: 20px;
  padding: 20px;
  width: 300px;
  text-align: center;
}

/* Drone Image */
.drone-card img {
  width: 100%;
  border-radius: 15px;
  display: block;
  margin-bottom: 60%;
  padding-left: 20%;
  margin-left: 10px;
}

.drone-text {
  position: absolute;
  bottom: 30%;
}

/* Text below the image */
.drone-card p {
  position: absolute;
  bottom: 5px;
  left: 50px;
  font-size: 13px;
  color: #333;
  width: 212px;
}

/* Orange Arrow Button */
.arrow-btn {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: #f15a24;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--light-color);
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.arrow-btn:hover {
  background: var(--dark-color);
  color: var(--light-color);
  border: 1px solid var(--light-color);
}

.about {
  display: flex;
  gap: 17px;
  width: 100%;
}

.about img {
  border-radius: 18px;
  object-fit: cover;
  display: block;
  padding-top: 100px;
  transition: 0.3s ease;
}

.about img:hover {
  transform: scale(1.05);
}

.center-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.exp-badge {
  margin-top: 24px;
  background: linear-gradient(29deg, #1c1c1c, #2b2b2b, #0f0f0f);
  color: var(--text-color);
  padding: 21px 20px;
  border-radius: 17px;
  border: 1px solid var(--primary-color);
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.15);
  font-style: normal;
  transition: all 0.3s ease;
}

.exp-badge span {
  color: var(--text-color);
  font-size: 18px;
}

.exp-badge:hover {
  background: var(--dark-color);
  color: var(--light-color);
  border: 1px solid var(--light-color);
  transform: scale(1.05);
}

.about-card {
  background: linear-gradient(135deg, #1c1c1c, #2b2b2b, #0f0f0f);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.8);
  transition: transform 0.3s ease;
  width: 100%;
  margin-left: 0;
}

.about-card:hover {
  transform: scale(1.05);
}

.about-card h4 {
  color: var(--text-color);
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 500;
}

.about-card h2 {
  color: var(--light-color);
  font-weight: 700;
  margin-bottom: 27px;
}

.about-card p {
  font-size: 16px;
  line-height: 27px;
  color: var(--light-color);
  margin-bottom: 43px;
}

.about-card ul {
  margin-bottom: 35px;
}

.about-card ul li {
  margin: 12px 0;
  font-size: 16px;
  color: var(--light-color);
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-card ul li i {
  color: var(--primary-color);
  font-size: 21px;
}

.btn-explore {
  display: inline-block;
  background: var(--primary-color);
  color: var(--light-color);
  padding: 12px 28px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}

.btn-explore:hover {
  background: var(--dark-color);
  color: var(--light-color);
  border: 1px solid var(--light-color);
}

.btn-explore i {
  font-size: 12px;
  padding-right: 6px;
}

.drone-service {
  position: relative;
  padding: 40px 80px;
  overflow: hidden;
}

.background-design {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.bg-drone {
  position: absolute;
  opacity: 0.06;
  max-width: 500px;
}

.drone-right {
  top: -10%;
  right: 30px;
  opacity: 1;
  transform: rotate(15deg);
}

.drone-service-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.drone-service-header h4 {
  color: var(--primary-color);
  font-size: 18px;
  margin-bottom: 10px;
}

.drone-service-header h2 {
  color: var(--light-color);
  font-weight: 700;
  line-height: 1.4;
}

.service {
  gap: 30px;
  background: url(images/DRONE\ SERVICE.png) no-repeat top;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.service-card {
  margin-top: 100px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
  margin-bottom: 40px;
}

.service-image {
  position: relative;
}

.service-image img {
  width: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 15px
}

.now {
  margin-top: 20px;
}




.service-image:hover {
  transform: scale(1.07);
  transition: 0.3s ease;
}

.drone-label {
  position: absolute;
  bottom: 10px;
  left: 15px;
  background: rgba(0, 0, 0, 0.2);
  color: var(--light-color);
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 8px;
}

.service-content {
  padding: 20px;
}

.service-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--light-color);
}

.service-content p {
  font-size: 14px;
  color: var(--light-color);
  margin-bottom: 20px;
  line-height: 1.5;
}

.btn-book {
  display: inline-block;
  background: var(--primary-color);
  color: var(--light-color);
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s ease;
}

.btn-book i {
  font-size: 12px;
  padding-right: 6px;
}

.btn-book:hover {
  background: var(--dark-color);
  color: var(--light-color);
  border: 1px solid var(--light-color);
}

.fly {
  position: relative;
  width: 100%;
  min-height: 532px;
  background: url('images/ready\ to\ fly-img.png') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.fly-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.fly .content {
  position: relative;
  z-index: 1;
  color: var(--light-color);
  padding: 20px;
}

.fly-text {
  font-size: 48px;
  font-weight: 600;
  color: var(--light-color);
  line-height: 1.5;
  margin-bottom: 70px;
}

.fly-text span {
  color: var(--primary-color);
}

.cta-btn {
  background: var(--primary-color);
  color: var(--light-color);
  padding: 14px 25px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease;
  display: inline-block;
}

.cta-btn i {
  font-size: 12px;
  padding-right: 6px;
}

.cta-btn:hover {
  background: var(--dark-color);
  color: var(--light-color);
  border: 1px solid var(--light-color);
}

.how-it-work {
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.work-drone-left {
  top: -10%;
  left: 30px;
  opacity: 1;
}

.how-it-work-header h4 {
  color: var(--text-color);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 28px;
}

.how-it-work-header h2 {
  color: var(--light-color);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 50px;
}

.steps-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.step {
  flex: 0 0 calc(25% - 15px);
  min-width: 200px;
  text-align: center;
  padding: 20px;
  position: relative;
}

.step img {
  font-size: 35px;
  margin-right: 0;
  margin-bottom: 20px;
  max-width: 100%;
  margin-right: 80px;
}

.step h3 {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 31px;
}

.step p {
  font-size: 13px;
  color: #bbb;
  line-height: 27px;
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 35%;
  height: 50%;
  width: 2px;
  background: linear-gradient(to top, #F05C00, transparent);
}

.step-btn-wrapper {
  text-align: center;
  margin-top: 58px;
  width: 100%;
}

.explore-btn {
  display: inline-block;
  background: var(--primary-color);
  color: var(--light-color);
  padding: 14px 25px;
  border-radius: 30px;
  font-size: 16px;
  transition: 0.3s ease;
}

.explore-btn i {
  font-size: 12px;
  padding-right: 6px;
}

.explore-btn:hover {
  background: var(--dark-color);
  color: var(--light-color);
  border: 1px solid var(--light-color);
}

.testimonial {
  padding: 20px 138px;
  color: var(--light-color);
  position: relative;
  overflow: hidden;
}

.testimonial-drone-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 211px;
  max-width: 100%;
  z-index: 0;
  opacity: 0.8;
  pointer-events: none;
}

.testimonial-section {
  margin-top: 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.section-subtitle {
  color: var(--text-color);
  font-size: 24px;
  margin-bottom: 28px;
}

.section-title {
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 48px;
}

.section-description {
  font-size: 16px;
  color: #bbb;
  line-height: 27px;
  max-width: 500px;
  margin-bottom: 70px;
}

.testimonial-drone img {
  max-width: 352px;
  width: 100%;
  display: block;
}

.testimonial-btn {
  display: inline-block;
  background: var(--primary-color);
  color: var(--light-color);
  padding: 14px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.testimonial-btn:hover {
  background: var(--dark-color);
  color: var(--light-color);
  border: 1px solid var(--light-color);
}

.testimonial-btn i {
  margin-right: 12px;
}

.customer-reviews {
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  flex-wrap: wrap;
}

.review-card {
  flex: 1;
  min-width: 200px;
  max-width: 240px;
  background: var(--light-color);
  border-radius: 150px;
  text-align: center;
  padding: 40px 15px;
  border: 1px dashed var(--dark-color);
  color: var(--dark-color);
  transition: all 0.3s ease;
  position: relative;
}

.review-card:hover {
  transform: translateY(-70px);
}

.review-img {
  width: 100%;
  height: auto;
  border-radius: 45%;
  overflow: hidden;
  margin-bottom: -40px;
  z-index: 1;
  position: relative;
}

.review-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.review-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.review-card p {
  font-size: 13px;
  color: var(--dark-color);
  line-height: 1.4;
}

.pink-bg {
  background: #FFB9CE;
  color: var(--dark-color);
}

.blue-bg {
  background: #CAD5D4;
  color: var(--dark-color);
}

.beige-bg {
  background: #E4DCD3;
  color: var(--dark-color);
}

.orange-bg {
  background: #EEA66E;
  color: var(--dark-color);
}

footer {
  background-color: #A7A79B;
  color: var(--dark-color);
  padding: 40px 20px 20px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-logo {
  padding-right: 20px;
  flex: 1;
  min-width: 300px;

}



.footer-logo .logo a {
  display: block;
  max-width: 40px;
  margin-bottom: 29px;
  color: var(--dark-color);
  font-weight: 600;
  font-size: 20px;

}

.footer-logo .logo a img,
.footer-logo .logo a svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.footer-logo .logo a:hover {
  opacity: 0.85;
}



.footer-logo p {
  font-size: 16px;
  color: #473F3F;
  max-width: 509px;
  line-height: 27px;
  margin-bottom: 40px;
}

.mt-3 {
  font-size: 17px;
}

.social-icons {
  margin-top: 20px;
  display: flex;
}

.social-icons a {
  display: inline-block;
  font-size: 20px;
  margin-right: 15px;
  color: var(--dark-color);
  transition: color 0.3s;
}

.social-icons a:hover {
  color: var(--primary-color);
}

.footer-links {
  padding-right: 65px;
  flex: 0 0 auto;
  min-width: 200px;
}

.footer-links h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 33px;
}

.footer-links ul li {
  list-style: disc;
  margin-bottom: 19px;
}

.footer-links ul li a {
  font-size: 16px;
  color: #473F3F;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover {
  color: var(--primary-color);
}

.footer-contact {
  flex: 1;
  min-width: 250px;
}

.footer-header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 33px;
}

.footer-contact a {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #473F3F;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: var(--primary-color);
}

.footer-contact .mt-3 {
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
}

.footer-bottom {
  text-align: center;
  padding-top: 15px;
  margin-top: 20px;
  font-size: 14px;
  color: #473F3F;
}

.footer-bottom a {
  color: #473F3F;
  transition: color 0.3s ease;
}

.footer-bottom a:hover {
  color: var(--primary-color);
}

/*login*/
.login {
  padding: 40px 30px;
}

.sing_up {
  padding: 40px 30px;
}

.left-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.left-col h3 {
  font-size: 20px;
  color: var(--light-color);
}

.login-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 48px;
}

.login-logo img {
  max-width: 40px;

}

.login-title {
  font-size: 40px;
  color: var(--primary-color);
  font-weight: bold;
  margin-bottom: 24px;
}

.login-text {
  color: var(--light-color);
  font-size: 16px;
  margin-bottom: 48px;
  text-align: center;
}

/* ===== Form Styling ===== */
.form-group {
  margin-bottom: 17px;
  width: 100%;
}

.input-box {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #1c1c1c, #2b2b2b, #0f0f0f);
  border: 1px solid #444;
  border-radius: 5px;
  overflow: hidden;
}

.input-box i {
  padding: 10px;
  color: var(--secondary-color);
  min-width: 40px;
  text-align: center;
}

.input-box input {
  padding: 10px;
  background: transparent;
  border: none;
  outline: none;
  color: var(--light-color);
  font-size: 18px;
  width: 100%;
}

.input-box input::placeholder {
  color: var(--secondary-color);
}

/* ===== Forgot Password ===== */
.forgot-text {
  display: block;
  font-size: 16px;
  color: var(--light-color);
  margin-bottom: 52px;
  transition: color 0.3s ease;
}

.forgot-text:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

/* ===== Button ===== */
.btn-login {
  width: 100%;
  background: var(--primary-color);
  border: none;
  display: inline-block;
  padding: 8px 80px;
  border-radius: 40px;
  color: var(--light-color);
  font-size: 24px;
  transition: 0.3s ease;
  cursor: pointer;
}

.btn-login i {
  font-size: 12px;
  padding-right: 17px;
}

.btn-login:hover {
  background: var(--dark-color);
  color: var(--light-color);
  border: 1px solid var(--light-color);
}

.btn-login:active {
  background-color: var(--secondary-color);
  color: var(--light-color);
}

/* ===== Signup Text ===== */
.signup-text {
  padding-top: 26px;
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  color: var(--light-color);
}

.signup-text a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.signup-text a:hover {
  text-decoration: underline;
}

.signup-text a:active {
  color: var(--secondary-color);
}

/* ===== Right Side (Image Section) ===== */
.right-col {
  padding: 0;
}

.right-col img {
  min-width: 100%;

}

.sing_up-text {
  color: var(--light-color);
  max-width: 428px;
  font-size: 16px;
  margin-bottom: 30px;
  width: 100%;
}

.checkbox-content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 372px;
  padding-top: 26px;
  width: 100%;
  color: var(--light-color);
}

.checkbox-content input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #e5e1c5;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  background: transparent;
  margin-top: 3px;
  flex-shrink: 0;
}

.checkbox-content input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 10px;
  border: solid #e5e1c5;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* ===== Text Styling ===== */
.checkbox-content p {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

.checkbox-content p a {
  color: #e5e1c5;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.checkbox-content p a:hover {
  text-decoration: none;
}

/* ==============================
   RESPONSIVE STYLES
   ============================== */

/* 1024px and below (Desktop/Laptop) */
@media (max-width: 1024px) {
  .container {
    max-width: 960px;
  }

  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 36px;
  }

  .deliveries-text h1 {
    font-size: 56px;
    margin-bottom: 45px;
  }

  .price-box {
    max-width: 380px;
  }

  .price-box .quote {
    font-size: 22px;
    max-width: 280px;
  }

  .floating-box {
    right: 20px;
  }

  .drone-card {
    width: 260px;
  }

  .testimonial {
    padding: 20px 80px;
  }

  .drone-service {
    padding: 40px 60px;
  }

  .how-it-work {
    padding: 60px 30px;
  }

  .fly-text {
    font-size: 42px;
    margin-bottom: 50px;
  }

  .header {
    width: 100%;
  }

  .login-btn {
    margin-left: 0 !important;
  }

  .exp-badge {
    margin-left: 0 !important;
  }

}

/* 991px and below (Tablet Landscape) */
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--secondary-color);
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    z-index: 999;
  }

  .bg-drone {
    display: none;
  }

  .nav-links.active {
    display: flex;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .av-links {
    gap: 15px;
  }

  .col50 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  .col33 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 32px;
  }

  .deliveries-text h1 {
    font-size: 48px;
    margin-bottom: 35px;
  }

  .deliveries-text {
    max-width: 100%;
    text-align: center;
  }

  .price-box {
    margin: 0 auto;
    margin-top: 20px;
    padding: 15px;
  }

  .floating-box {
    position: relative;
    right: auto;
    bottom: auto;
    margin-bottom: 0;
    margin-top: 40px;
  }


  .drone-card {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .about {
    flex-direction: column;
    gap: 20px;
  }

  .center-col {
    flex-direction: column;
    gap: 20px;
  }

  .about-card {
    padding: 30px;
  }

  .testimonial {
    padding: 20px 40px;
  }

  .testimonial-section {
    flex-direction: column;
    text-align: center;
    margin-top: 10%;
  }

  .drone-service {
    padding: 40px 30px;
  }

  .steps-wrapper {
    justify-content: center;
  }

  .step {
    flex: 0 0 calc(50% - 15px);
    min-width: 250px;
  }

  .step:not(:last-child)::after {
    display: none;
  }

  .fly-text {
    font-size: 36px;
  }

  .review-content {
    gap: 60px;
  }

  /* .third-card{
    width: 100%;;
    margin-left: 150px;
    margin-top: -30px;
  } */



  .review-card {
    min-width: 180px;
    max-width: 200px;
  }

  .nav-links.active,
  .nav-links.show {
    display: flex;
  }

  .mobile-menu-toggle,
  .hamburger {
    display: flex;
  }

  .mobile-menu-toggle.active span:nth-child(1),
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .mobile-menu-toggle.active span:nth-child(2),
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.active span:nth-child(3),
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }

  .about img {
    width: 100%;
  }

  .yers {
    width: 100%;
  }

  .exp-badge {
    margin-left: 200px;

  }

  .login-btn {
    margin-left: 500px;
  }
}

/* 768px and below (Tablet Portrait) */
@media (max-width: 768px) {
  .container {
    max-width: 540px;
    padding: 0 20px;
  }

  .col33 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  .deliveries-text h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .deliveries {
    min-height: 70vh;
    padding: 60px 0;
  }

  .price-box {
    max-width: 100%;
    margin-top: 30px;
    padding: 15px;
  }

  .price-box h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .price-box .quote {
    font-size: 20px;
    max-width: 100%;
  }

  .exp-badge {
    font-size: 14px;
    padding: 15px;
    margin-bottom: 80px;
  }

  .about-card {
    padding: 25px;
    margin-bottom: 30px;
  }

  .about-card h4 {
    font-size: 20px;
  }

  .about-card h2 {
    font-size: 28px;
  }

  .testimonial {
    padding: 20px;
  }

  .section-subtitle {
    font-size: 20px;
  }

  .drone-service {
    padding: 30px 20px;
  }

  .drone-service-header h2 {
    font-size: 28px;
  }

  .service-card {
    margin-top: 50px;
  }

  .about img {
    width: 100%;
  }

  .yers {
    width: 100%;
  }

  .exp-badge {
    margin-left: 150px;

  }

  .login-btn {
    margin-left: 280px;
  }

  .how-it-work {
    padding: 50px 20px;
  }

  .how-it-work-header h4 {
    font-size: 20px;
  }

  .how-it-work-header h2 {
    font-size: 28px;
  }

  .step {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  .fly {
    min-height: 400px;
  }

  .fly-text {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .customer-reviews {
    padding: 60px 20px;
  }

  .review-content {
    flex-direction: column;
    align-items: center;
  }

  .review-card {
    min-width: 200px;
    max-width: 280px;
    margin-bottom: 20px;
  }

  .review-card:hover {
    transform: translateY(-20px);
  }

  .footer-content {
    flex-direction: column;
  }

  .footer-logo {
    min-width: auto;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .footer-links {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .step img {
    margin-right: 0px;
  }

  .login,
  .sing_up {
    padding: 18px 12px;
  }

  

  .login,
  .sing_up {
    padding: 18px 12px;
  }

  .left-col {
    width: 100%;
    align-items: center;
    padding: 0;
  }

  .right-col {
    width: 100%;
    padding: 0;
    margin-top: 18px;
  }

  .right-col img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .login-logo {
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 18px;
  }

  .login-logo img {
    max-width: 36px;
    height: auto;
  }

  .login-title {
    font-size: 28px;
    margin-bottom: 12px;
    text-align: left;
  }

  .login-text,
  .sing_up-text {
    font-size: 14px;
    text-align: left;
    margin-bottom: 18px;
  }

  .form-group,
  .input-box {
    width: 100%;
  }

  .input-box input {
    font-size: 16px;
    padding: 10px;
  }

  .btn-login {
    width: 100% !important;
    padding: 12px 18px;
    font-size: 18px;
    border-radius: 32px;
    margin-left: 0 !important;
  }

  .exp-badge,
  .login-btn {
    margin-left: 0 !important;
  }

  /* Keep action buttons full width for easy tapping */
  .btn-explore,
  .cta-btn,
  .testimonial-btn,
  .btn-book {
    width: 100%;
    text-align: center;
  }

  /* Fix alignment of checkbox block on narrow screens */
  .checkbox-content {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
  }


}

/* 575px and below (Large Mobile) */
@media (max-width: 575px) {
  .container {
    padding: 0 15px;
  }

  .logo span {
    font-size: 18px;
  }

  .login-btn {
    padding: 6px 12px;
    font-size: 14px;
  }

  .login-btn {
    margin-left: 100px;
  }

  .hamburger {
    margin-right: 80px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  .deliveries-text h1 {
    font-size: 32px;
    line-height: 1.3;
  }

  .deliveries {
    min-height: 60vh;
    padding: 40px 0;
  }

  .price-box {
    padding: 12px;
  }

  .price-box h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .price-box .quote {
    font-size: 18px;
  }

  .drone-card {
    width: 100%;
    padding: 15px;
  }

  .arrow-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .exp-badge {
    font-size: 12px;
    padding: 12px;
  }

  .about-card {
    padding: 20px;
  }

  .about-card h4 {
    font-size: 18px;
  }

  .about-card h2 {
    font-size: 24px;
  }

  .about-card p {
    font-size: 14px;
  }

  .drone-service-header h2 {
    font-size: 24px;
  }

  .how-it-work-header h4 {
    font-size: 18px;
  }

  .how-it-work-header h2 {
    font-size: 24px;
  }

  .fly-text {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .section-subtitle {
    font-size: 18px;
  }

  .section-title {
    font-size: 24px;
  }

  .login-title {
    font-size: 26px;
  }

  .login-text,
  .sing_up-text {
    font-size: 14px;
  }

  .btn-login {
    font-size: 18px;
    padding: 10px 16px;
  }

  .login-logo img {
    max-width: 32px;
  }

  .exp-badge {
    margin-left: 0 !important;
  }

  .login-btn {
    margin-left: 0 !important;
  }
}

/* 375px and below (Medium Mobile) */
@media (max-width: 375px) {
  .container {
    padding: 0 20px;
  }

  .logo img {
    width: 35px;
  }

  .logo span {
    font-size: 16px;
  }

  .login-btn {
    padding: 5px 10px;
    font-size: 12px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
  }

  .deliveries-text h1 {
    font-size: 28px;
  }

  .price-box h2 {
    font-size: 22px;
  }

  .price-box .quote {
    font-size: 16px;
  }

  .about-card {
    padding: 15px;
  }

  .about-card h4 {
    font-size: 16px;
  }

  .about-card h2 {
    font-size: 22px;
  }

  .drone-service {
    padding: 20px 10px;
  }

  .how-it-work {
    padding: 40px 10px;
  }

  .fly-text {
    font-size: 20px;
  }

  .testimonial {
    padding: 15px 10px;
  }

  .customer-reviews {
    padding: 40px 10px;
  }

  .review-card {
    min-width: 160px;
    max-width: 200px;
    padding: 30px 10px;
  }

  .login-title {
    font-size: 28px;
  }

  .btn-login {
    font-size: 18px;
    padding: 10px 40px;
  }

  .exp-badge {
    margin-left: 70px;
  }

}

/* 320px and below (Small Mobile) */
@media (max-width: 320px) {
  .container {
    padding: 0 20px;
  }

  .header {
    padding: 10px 0;
  }

  .logo img {
    width: 30px;
  }

  .logo span {
    font-size: 14px;
  }

  .login-btn {
    padding: 4px 8px;
    font-size: 11px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  .deliveries-text h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .deliveries {
    min-height: 50vh;
    padding: 30px 0;
  }

  .price-box {
    padding: 10px;
  }

  .price-box h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .price-box .quote {
    font-size: 14px;
  }

  .price-box .desc {
    font-size: 11px;
  }

  .exp-badge {
    font-size: 11px;
    padding: 10px;
  }

  .about-card {
    padding: 12px;
  }

  .about-card h4 {
    font-size: 14px;
  }

  .about-card h2 {
    font-size: 20px;
  }

  .about-card p {
    font-size: 12px;
  }

  .drone-service {
    padding: 15px 8px;
  }

  .drone-service-header h2 {
    font-size: 20px;
  }

  .how-it-work {
    padding: 30px 8px;
  }

  .how-it-work-header h4 {
    font-size: 16px;
  }

  .how-it-work-header h2 {
    font-size: 20px;
  }

  .fly-text {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .section-title {
    font-size: 20px;
  }

  .testimonial {
    padding: 10px 8px;
  }

  .customer-reviews {
    padding: 30px 8px;
  }

  .review-card {
    min-width: 140px;
    max-width: 180px;
    padding: 25px 8px;
  }

  .review-card h3 {
    font-size: 14px;
  }

  .review-card p {
    font-size: 11px;
  }

  .login-title {
    font-size: 24px;
  }

  .login-text {
    font-size: 14px;
  }

  .btn-login {
    font-size: 16px;
    padding: 8px 30px;
  }

  .input-box input {
    font-size: 14px;
    padding: 8px;
  }

  .footer-logo .logo a {
    font-size: 24px;
  }

  .footer-logo p {
    font-size: 14px;
  }

  .footer-links h5 {
    font-size: 18px;
  }

  .footer-contact a {
    font-size: 14px;
  }

  .hamburger {
    margin-right: 20px;
  }
}

/* Utility Classes for Better Mobile Experience */
@media (max-width: 768px) {
  .mobile-center {
    text-align: center;
  }

  .mobile-stack {
    flex-direction: column;
  }

  .mobile-full-width {
    width: 100%;
  }

  .mobile-no-gap {
    gap: 0;
  }

  .mobile-small-gap {
    gap: 10px;
  }
}