/* ===============================
   Global Dark Theme
   =============================== */
body, .frontend-theme {
  background-color: #0d0d0d; /* Dark background */
  color: #e0e0e0; /* Light text */
  font-family: 'Inter', sans-serif;
}

/* Links */
a, a.nav-link {
  color: #ff7f2a; /* Turuncu accent */
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover, a.nav-link:hover {
  color: #ffa54f;
}

/* ===============================
   Navbar
   =============================== */
/* Navbar arka plan */
.frontend-navbar {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  padding: 0.75rem 0;
}

/* Navbar brand */
.frontend-navbar .navbar-brand {
  font-weight: 700;
  font-size: 2.7rem;
  color: #ff7f2a; /* Turuncu premium accent */
  transition: color 0.3s ease;
}

.frontend-navbar .navbar-brand span {
    color: #fff;
}

.frontend-navbar .navbar-brand:hover {
  color: #ffa54f;
  text-shadow: 0 0 10px rgba(255,127,42,0.5);
}

/* Navbar links */
.frontend-navbar .nav-link {
  color: #fff;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
}

.frontend-navbar .nav-link::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background: linear-gradient(90deg, #ff7f2a, #ff9900);
  transition: width 0.3s ease;
}

.frontend-navbar .nav-link:hover {
  color: #ff7f2a;
}

.frontend-navbar .nav-link:hover::after {
  width: 100%;
}

/* Buttons */
.frontend-navbar .btn-primar {
  background: linear-gradient(135deg, #ff7f2a, #ff9900);
  color: #fff;
  font-weight: 600;
  border-radius: 1rem;
  padding: 0.45rem 1rem;
  transition: all 0.3s ease;
}

.frontend-navbar .btn-primar:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(255,153,0,0.4);
}

.frontend-navbar .btn-outline-light {
  color: #ff7f2a;
  border-color: #ff7f2a;
  transition: all 0.3s ease;
}

.frontend-navbar .btn-outline-light:hover {
  background: #ff7f2a;
  color: #fff;
  transform: scale(1.05);
}

/* Hamburger (mobile) */
.navbar-toggler {
  border: 1px solid rgba(255,255,255,0.2);
}

.navbar-toggler-icon {
  filter: brightness(0.8) invert(1);
}
.py-2 {
    background: rgb(0 0 0);;
    border-radius: 1rem;
}

/* Mobile collapse links background */
.navbar-collapse {
  padding: 1rem;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
}

/* ===============================
   Hero Section
   =============================== */
/* Hero badge */
.hero-section h3 {
    font-size:2.15rem;
    margin:0 auto;
}

.hero-section .badge {
  background: linear-gradient(135deg, #ff7f2a, #ff9900);
  color: #fff;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 0.45rem 0.9rem;
  border-radius: 1rem;
  letter-spacing: 0.5px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.hero-section .badge:hover {
  transform: scale(1.05);
}

/* Hero heading */
.hero-section h1 {
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

/* Hero paragraph */
.hero-section p {
  color: rgba(255,255,255,0.85);
}

/* Hero buttons */
.hero-section .btn-primary {
  background: linear-gradient(135deg, #ff7f2a, #ff9900);
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 1rem;
  padding: 0.65rem 1.5rem;
  transition: all 0.4s ease;
}

.hero-section .btn-primary:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(255,153,0,0.4);
}

.hero-section .btn-outline-light {
  color: #ff7f2a;
  border-color: #ff7f2a;
  background: transparent;
  border-radius: 1rem;
  padding: 0.65rem 1.5rem;
  transition: all 0.3s ease;
}

.hero-section .btn-outline-light:hover {
  background: #ff7f2a;
  color: #fff;
  transform: scale(1.05);
}

/* Metrics cards */
.hero-section .p-3 {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(8px); /* Glassmorphism */
  border-radius: 1rem;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: default;
}

.hero-section .p-3:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255,127,42,0.25);
}

.hero-section .p-3 h5 {
  font-weight: 700;
  color: #fff;
}

.hero-section .p-3 p {
  color: rgba(255,255,255,0.75);
  font-size: 0.85rem;
}

/* Metrics grid spacing */
.hero-section .row.g-3 {
  margin-top: 1.5rem;
}

/* Section Background */
#why-us {
  background-color: #0f0f0f; /* Dark theme */
  color: #e0e0e0;
}

/* Section header */
#why-us .text-center span.text-primary {
  background: linear-gradient(135deg, #ff7f2a, #ff9900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 2.9rem;
  letter-spacing: 2.5px;
}

#why-us .text-center h2 {
  font-weight: 700;
  color: #fff;
}

#why-us .text-center p {
  color: rgba(255,255,255,0.65);
  font-size: 0.95rem;
}

/* Cards */
#why-us .card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px); /* Glassmorphism */
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 1.25rem;
}

#why-us .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(255,127,42,0.25);
}

/* Card Titles and text */
#why-us .card h5 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

#why-us .card p {
  color: rgba(255,255,255,0.7);
  font-size: 0.875rem;
}

/* Responsive spacing */
@media (max-width: 768px) {
  #why-us .card {
    padding: 1rem;
  }
  .hero-section h3 {
    font-size:1.15rem;
}
.frontend-navbar .navbar-brand{font-size:2.45rem;}
}


/* ===============================
   Why Us / How it Works / Packages
   =============================== */
/* Section Background */
#how-it-works {
  background-color: #0f0f0f;
  color: #e0e0e0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Section Header */
#how-it-works .text-primary {
  background: linear-gradient(135deg, #ff7f2a, #ff9900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#how-it-works h2 {
  font-weight: 700;
  color: #fff;
  margin-top: 0.5rem;
}

#how-it-works p {
  color: rgba(255,255,255,0.7);
  margin-bottom: 1.5rem;
}

/* Primary Button */
#how-it-works .btn-primary {
  background: linear-gradient(135deg, #ff7f2a, #ff9900);
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 1rem;
  padding: 0.65rem 1.5rem;
  transition: all 0.4s ease;
}

#how-it-works .btn-primary:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(255,153,0,0.4);
}

/* Step Cards */
#how-it-works .col-md-4 .border {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  border-radius: 1.25rem;
  padding: 1.5rem;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

#how-it-works .col-md-4 .border:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(255,127,42,0.25);
}

/* Badges */
#how-it-works .badge {
  font-size: 1rem;
  font-weight: 700;
  background: linear-gradient(135deg, #ff7f2a, #ff9900);
  color: #fff;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

#how-it-works .col-md-4 .border:hover .badge {
  transform: scale(1.2);
}

/* Card Titles */
#how-it-works h6 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

/* Card Text */
#how-it-works p {
  color: rgba(255,255,255,0.7);
  font-size: 0.875rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  #how-it-works .btn-primary {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }

  #how-it-works .col-md-4 {
    margin-bottom: 1rem;
  }
}

/* Section Background */
#packages {
  background-color: #0f0f0f; /* Dark background */
  color: #e0e0e0;
}

/* Section header */
#packages .text-center span.text-primary {
  background: linear-gradient(135deg, #ff7f2a, #ff9900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.9rem;
  letter-spacing: 2.5px;
}

#packages h2 {
  font-weight: 700;
  color: #fff;
}

#packages p {
  color: rgba(255,255,255,0.65);
  font-size: 0.95rem;
}

/* Package cards */
#packages .card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  border-radius: 1.25rem, 1.25rem, 1.25rem, 0;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  padding: 1.5rem;
}

#packages .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(255,127,42,0.25);
}
.box1 {box-shadow: #ff7f2a -5px 5px, #ff7f2a9c -10px 10px, #ff7f2a5c -15px 15px, #ff7f2a5e -20px 20px, #ff7f2a63 -25px 25px; padding-left:0;}
.box2 {box-shadow: #ff7f2a 0px 5px, #ff7f2a9c 0px 10px, #ff7f2a5c 0px 15px, #ff7f2a5e 0px 20px, #ff7f2a63 0px 25px;}
.box3 {box-shadow: #ff7f2a 5px -5px, #ff7f2a9c 10px -10px, #ff7f2a5c 15px -15px, #ff7f2a5e 20px -20px, #ff7f2a63 25px -25px; padding-right:0;}

.stil {
    box-shadow: rgb(0 0 0 / 10%) 2px 3px 4px 5px inset;
    background: linear-gradient(135deg, #ff7f2a, #ff9900);
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}

/* Popular badge */
#packages .position-absolute.badge {
  background: linear-gradient(135deg, #ff7f2a, #ff9900);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  top: -10px;
  z-index: 10;
  box-shadow: 0 5px 15px rgba(255,127,42,0.35);
}

/* Card titles */
#packages h5 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

/* Price styling */
#packages h3 {
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
}

#packages h3 small {
  color: rgba(255,255,255,0.65);
  font-weight: 400;
}

/* Features list */
#packages ul li {
  color: rgba(255,255,255,0.75);
  font-size: 0.875rem;
}

/* Buttons */
#packages .btn-primary {
  background: linear-gradient(135deg, #ff7f2a, #ff9900);
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 1rem;
  padding: 0.65rem 1.5rem;
  transition: all 0.4s ease;
}

#packages .btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(255,153,0,0.4);
}

#packages .btn-outline-primary {
  color: #ff7f2a;
  border-color: #ff7f2a;
  transition: all 0.3s ease;
}

#packages .btn-outline-primary:hover {
  background: #ff7f2a;
  color: #fff;
  transform: scale(1.05);
}




/* ===============================
   FAQ Section
   =============================== */
/* Accordion card */
#faq .accordion-item {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#faq .accordion-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(255,127,42,0.25);
}

/* Header */
#faq .accordion-button {
  background: linear-gradient(135deg, #ff7f2a, #ff9900);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  position: relative;
  transition: all 0.3s ease;
}

/* Icon (+/-) */
#faq .accordion-button::after {
  content: '\25BC';
  font-size: 1rem;
  transition: transform 0.3s ease;
  color: #fff;
}

#faq .accordion-button.collapsed::after {
  transform: rotate(0deg);
}

#faq .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

/* Body */
#faq .accordion-body {
  background: rgba(255,255,255,0.05);
  color: #ccc;
  padding: 1rem 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s ease;
  border-radius: 0 0 1rem 1rem;
}

/* Smooth collapse transition */
.accordion-collapse {
  transition: all 0.4s ease;
}

/* Responsive adjustments */

/* ===============================
   Footer
   =============================== */
footer {
  background-color: #000;
  color: #999;
}

footer a {
  color: #ff7f2a;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #ffa54f;
}

/* ===============================
   Carousel
   =============================== */
.carousel-inner {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* ===============================
   General Utilities
   =============================== */
.text-primary {
  color: #ff7f2a !important;
}

.text-secondary {
  color: #ccc !important;
}

.bg-body-tertiary {
  background-color: #111 !important;
}

/* Buttons hover for premium feel */
.btn-lg, .btn-sm {
  border-radius: 1rem;
  font-weight: 600;
}




/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-section .btn-lg {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  
  .hero-section .row.g-3 .col-sm-4 {
    margin-bottom: 1rem;
  }
    #faq .accordion-button {
    padding: 0.75rem 1rem;
  }
  
  #faq .accordion-body {
    padding: 0.75rem 1rem;
  }
}