* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background: #fff8f0;
  animation: fadeIn 1s ease;
}

.logo img {
  height: 80px !important;
  width: auto !important;
  display: block;
  object-fit: contain;
}

.menu {
  display: flex;
  list-style: none;
  gap: 30px;
}

.menu a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  position: relative;
}
.menu a::after {
  content: "";
  width: 0;
  height: 3px;
  background: #ff914d;
  position: absolute;
  bottom: -8px;
  left: 0;
  transition: 0.4s;
}

.menu a:hover::after {
  width: 100%;
}

.menu a:hover {
  color: #ff914d;
}

.quote-btn {
  background: #ff914d;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 30px;
  cursor: pointer;
}
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 8%;
  min-height: 90vh;

  background: linear-gradient(135deg, #fff8f0 0%, #ffe4cc 50%, #fff8f0 100%);
}

.hero-content {
  width: 50%;
}

.hero-buttons {
  display: flex;
  gap: 15px;
}

.btn1 {
  background: #ff914d;
  color: white;
  border: none;
  padding: 14px 30px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
}

.btn2 {
  background: white;
  color: #ff914d;
  border: 2px solid #ff914d;
  padding: 14px 30px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 576px) {
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn1,
  .btn2 {
    width: 220px;
    text-align: center;
  }
}

.hero-image {
  width: 45%;
}

.services {
  padding: 80px 8% 50px;
  background: #fff8f0;
  text-align: center;
  padding-bottom: 40px !important;
}

.services h2 {
  font-size: 42px;
  color: #4a3428;
  margin-bottom: 50px;
  font-weight: 700;
}

.service-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-card {
  background: white;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.service-card h3 {
  font-size: 22px;
  color: #4a3428;
  margin-bottom: 15px;
}

.service-card p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 15px;
}

.service-card a {
  text-decoration: none;
  color: #ff914d;
  font-weight: 600;
}

.service-btn {
  margin-top: 35px;
}

.service-btn a {
  text-decoration: none;
  background: #ff914d;
  color: white;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
}
.why-us {
  padding: 100px 8%;
  background: #ffffff;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #4a3428;
  margin-bottom: 15px;
}

.section-title p {
  color: #666;
  font-size: 18px;
}

.why-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.why-card {
  background: #fff8f0;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(255, 145, 77, 0.25);
}

.why-icon {
  font-size: 50px;
  margin-bottom: 20px;
}

.why-card h3 {
  color: #4a3428;
  margin-bottom: 15px;
  font-size: 24px;
}

.why-card p {
  color: #666;
  line-height: 1.8;
}
.how-it-works {
  padding: 100px 7% 30px;
  background: #fff8f0;
  padding-bottom: 20px !important;
  margin-bottom: 0 !important;
  padding-top: 40px !important;
}

.steps-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.step-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.step-number {
  width: 70px;
  height: 70px;
  background: #ff914d;
  color: white;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.step-card h3 {
  color: #4a3428;
  margin-bottom: 15px;
  font-size: 24px;
}

.step-card p {
  color: #666;
  line-height: 1.8;
}
.testimonials {
  padding: 100px 8%;
  background: #ffffff;
}

.testimonial-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.testimonial-card {
  background: #fff8f0;
  padding: 35px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.stars {
  font-size: 24px;
  color: #ffb400;
  margin-bottom: 20px;
}

.testimonial-card p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.testimonial-card h4 {
  color: #4a3428;
  margin-bottom: 5px;
}

.testimonial-card span {
  color: #888;
  font-size: 14px;
}
.final-cta {
  background: #0b1f4d;
  padding: 100px 8%;
  text-align: center;
}

.cta-content h2 {
  color: white;
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 700;
}

.cta-content p {
  color: #d6d6d6;
  font-size: 20px;
  margin-bottom: 35px;
}

.cta-btn {
  display: inline-block;
  background: #ffb26b;
  color: #0b1f4d;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.4s;
}

.cta-btn:hover {
  transform: translateY(-5px);
  background: white;
}
.footer {
  background: #08162f;
  color: white;
  padding-top: 70px;
}

.footer-container {
  width: 85%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-box h3 {
  margin-bottom: 20px;
  color: #ffb26b;
}

.footer-box p {
  line-height: 1.8;
  color: #ddd;
}

.footer-box ul {
  list-style: none;
}

.footer-box ul li {
  margin-bottom: 10px;
  transition: 0.3s;
}

.footer-box ul li a {
  text-decoration: none;
  color: #ddd;
}
.footer-box ul li:hover {
  transform: translateX(10px);
}

.footer-box ul li a:hover {
  color: #ffb26b;
}

.footer-bottom {
  text-align: center;
  margin-top: 50px;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.quote-btn:hover,
.btn1:hover,
.btn2:hover,
.cta-btn:hover {
  transform: translateY(-5px) scale(1.05);
}
/* Hero Image Floating Animation */

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}
/* Smooth Scrolling */

html {
  scroll-behavior: smooth;
}

/* Logo Animation */

.logo {
  transition: 0.4s;
}

.logo:hover {
  transform: scale(1.08);
}

.stats-container {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 50px;
  text-align: center;
}

.stat-box h3 {
  font-size: 60px;
  color: #ff914d;
  font-weight: bold;
}

.stat-box p {
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}
/* ===== PREMIUM HERO ===== */

.hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.hero::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: #ff914d;
  opacity: 0.08;
  border-radius: 50%;
  top: -200px;
  left: -150px;
}

.hero::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: #0b1f4d;
  opacity: 0.05;
  border-radius: 50%;
  bottom: -150px;
  right: -150px;
}

/* ===== BIGGER HERO HEADING ===== */
.hero-content h1 {
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.1;
  font-weight: 800;
  color: #1f2937;
  text-shadow: 0 4px 20px rgba(255, 145, 77, 0.25);
}

.hero-content p {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.8;
  max-width: 600px;
}

/* ===== MODERN BUTTONS ===== */

.btn1,
.btn2,
.cta-btn,
.quote-btn {
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}

.btn1::before,
.btn2::before,
.cta-btn::before,
.quote-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}

.btn1:hover::before,
.btn2:hover::before,
.cta-btn:hover::before,
.quote-btn:hover::before {
  left: 100%;
}

.btn1,
.quote-btn {
  background: linear-gradient(135deg, #ff914d, #ff6b00);
  box-shadow: 0 10px 25px rgba(255, 145, 77, 0.3);
}

.btn2 {
  background: white;
  border: 2px solid #ff914d;
}

/* ===== GLASSMORPHISM CARDS ===== */

.service-card,
.step-card,
.testimonial-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.service-card:hover,
.step-card:hover,
.testimonial-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 60px rgba(255, 145, 77, 0.25);
  transform: translateY(-15px) scale(1.03);
}

/* ===== PREMIUM ICONS ===== */

.icon {
  width: 85px;
  height: 85px;
  background: #fff3ea;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 20px;
  font-size: 38px;
  transition: 0.4s;
}
.icon i {
  font-size: 38px;
  color: #ff914d;
}
.service-card:hover .icon {
  transform: rotate(15deg) scale(1.1);
}

/* ===== SECTION TITLES ===== */

.section-title h2,
.services h2 {
  position: relative;
  display: inline-block;
}

.section-title h2::after,
.services h2::after {
  content: "";
  width: 60%;
  height: 4px;
  background: #ff914d;
  position: absolute;
  bottom: -12px;
  left: 20%;
  border-radius: 20px;
}

/* ===== STATS CARDS ===== */

.stat-box {
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  min-width: 220px;
  transition: 0.4s;
}

.stat-box:hover {
  transform: translateY(-10px);
}

/* ===== IMAGE PREMIUM LOOK ===== */
.hero-image img {
  width: 100%;
  border-radius: 30px;
  border: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  animation: float 4s ease-in-out infinite;
}
.hero-content {
  animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 8%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  position: sticky;
  top: 0;
  z-index: 1000;
}
/* ==========================
   CTA SECTION
========================== */

.cta-section {
  padding: 100px 8%;
  background: #fff8f0;
  padding-top: 20px !important;
  margin-top: 0 !important;
}

.cta-box {
  background: #0b1f4d;
  border-radius: 30px;
  padding: 80px 40px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(11, 31, 77, 0.15);
  position: relative;
  overflow: hidden;
}
.cta-box::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  top: -100px;
  left: -100px;
}

.cta-box h2 {
  color: white;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-box p {
  color: #d6d6d6;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.cta-btn {
  display: inline-block;
  text-decoration: none;
  background: #ffb26b;
  color: #0b1f4d;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.4s;
}

.cta-btn:hover {
  background: white;
  transform: translateY(-5px);
}

/* Mobile Responsive */

@media (max-width: 768px) {
  .cta-box {
    padding: 50px 25px;
  }

  .cta-box h2 {
    font-size: 32px;
  }

  .cta-box p {
    font-size: 16px;
  }
}
.logo img {
  height: 60px;
  width: auto;
  display: block;
}

.logo a {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .hero {
    flex-direction: column;
    text-align: center;
    padding: 120px 8% 60px;
  }

  .hero-content,
  .hero-image {
    width: 100%;
  }

  .hero-image {
    margin-top: 40px;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .service-container,
  .steps-container,
  .testimonial-container,
  .footer-container {
    grid-template-columns: 1fr;
  }

  .services h2,
  .section-title h2,
  .cta-box h2 {
    font-size: 32px;
  }

  .footer-container {
    text-align: center;
  }

  .menu {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .stats-container {
    flex-direction: column;
    gap: 30px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Social Media Icons Footer */

.social-icons {
  margin-top: 20px;
}

.social-icons a {
  color: white;
  font-size: 22px;
  margin-right: 15px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #ff914d;
  transform: translateY(-5px);
}
.menu-toggle {
  display: none;
  font-size: 35px;
  cursor: pointer;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  background: white;
  min-width: 220px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 10px 0;
}

.dropdown-menu li a {
  display: block;
  padding: 10px 20px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

@media (max-width: 991px) {
  .menu-toggle {
    display: block;
  }

  .menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }

  .menu.active {
    display: flex;
  }

  .quote-btn {
    display: none;
  }

  .dropdown-menu {
    position: static;
    box-shadow: none;
    display: none;
    padding-left: 20px;
  }

  .dropdown.active .dropdown-menu {
    display: block;
  }
}
