.hero-section {
  background: linear-gradient(120deg, var(--main-blue), var(--main-blue-dark));
  color: #fff;
  min-height: 38vh;
  position: relative;
  padding-top: 2.2rem;
  padding-bottom: 1.2rem;
  display: flex;
  align-items: center;
}

.hero-section h1 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hero-section p {
  font-size: 0.95rem;
  margin-bottom: 0.7rem;
}

.hero-section .btn {
  font-size: 0.92rem;
  font-weight: 500;
  border-radius: 1.2rem;
  padding: 0.35rem 1.1rem;
  margin-right: 0.3rem;
}

.section-header h2 {
  font-weight: 700;
  font-size: 1.1rem;
}

.section-header p {
  color: #888;
  font-size: 0.92rem;
}

.section-header {
  margin-bottom: 1.1rem;
}

.section-header::after {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background: var(--main-blue);
  margin: 0.5rem auto 0 auto;
  border-radius: 2px;
}

.feature-card {
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  background: #fff;
  transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s;
  border: 1.2px solid #f2f4fa;
  padding: 0.7rem 0.7rem 0.7rem 0.7rem;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.feature-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.13);
  transform: translateY(-4px) scale(1.025);
  border-color: #dbeafe;
}

.feature-icon {
  width: 44px;
  height: 44px;
  font-size: 1.3rem;
  border-radius: 12px;
  margin-bottom: 0.7rem;
}

.feature-card:hover .feature-icon {
  background: #dbeafe;
  color: #1d4ed8;
  box-shadow: 0 4px 20px rgba(37,99,235,0.13);
}

.card-title {
  font-size: 1.08rem;
  margin-bottom: 0.3rem;
}

.card-text {
  font-size: 0.97rem;
}

.navbar .navbar-brand, .navbar .navbar-brand span, .navbar .navbar-brand i {
  color: #2563eb !important;
}

.navbar {
  background: rgba(37,99,235,0.92) !important; 
  box-shadow: 0 2px 16px rgba(37,99,235,0.10);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: none !important;
}

.navbar .navbar-brand, .navbar .navbar-brand span, .navbar .navbar-brand i {
  color: #fff !important;
}

.feature-card {
  border-radius: 18px;
  box-shadow: 0 6px 32px rgba(37,99,235,0.10);
  background: #fff;
  transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s;
  border: 1.2px solid #f2f4fa;
  padding: 1.1rem 1.1rem 1.1rem 1.1rem;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.feature-card:hover {
  box-shadow: 0 12px 40px rgba(37,99,235,0.18);
  transform: translateY(-6px) scale(1.035);
  border-color: #dbeafe;
}

.feature-icon {
  width: 52px;
  height: 52px;
  font-size: 1.5rem;
  border-radius: 14px;
  margin: 0 auto 0.9rem auto;
  background: #e0eaff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(96,165,250,0.10);
  transition: background 0.2s, box-shadow 0.2s, color 0.2s;
}

.feature-card:hover .feature-icon {
  background: #dbeafe;
  color: #1d4ed8;
  box-shadow: 0 4px 20px rgba(37,99,235,0.13);
}

.card-title {
  font-size: 1.13rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.4rem;
}

.card-text {
  color: #444;
  font-size: 1.01rem;
  font-weight: 400;
  margin-bottom: 0;
}

.section-header {
  margin-bottom: 2.2rem;
}

.section-header h2 {
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.5px;
}

.section-header p {
  color: #6b7280;
  font-size: 1.01rem;
}

.section-header::after {
  content: '';
  display: block;
  width: 44px;
  height: 2.5px;
  background: var(--main-blue, #2563eb);
  margin: 0.7rem auto 0 auto;
  border-radius: 2px;
  opacity: 0.7;
}

.hero-section {
  margin-top: 0 !important;
  padding-top: 2.2rem;
}

.hero-section .btn {
  border-radius: 2rem;
  padding: 0.7rem 2.2rem;
  font-weight: 600;
  font-size: 1.08rem;
  box-shadow: 0 4px 24px rgba(37,99,235,0.13);
  background: linear-gradient(90deg, #2563eb 60%, #1e40af 100%);
  border: none;
  transition: all 0.18s cubic-bezier(.4,2,.6,1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-section .btn-dark {
  background: linear-gradient(90deg, #222 60%, #444 100%);
  color: #fff;
}

.hero-section .btn:hover, .hero-section .btn:focus {
  transform: scale(1.06);
  box-shadow: 0 8px 32px rgba(37,99,235,0.18);
  filter: brightness(1.08);
}

.section-header h2, .section-header p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.7rem;
}

.section-header h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  color: #555;
  margin-bottom: 0.7rem;
}

.section-header p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.18rem;
  font-weight: 400;
  color: #222;
  margin-bottom: 0.7rem;
}

.hero-section .btn-row {
  display: flex;
  gap: 1.2rem;
  justify-content: flex-start;
  margin-left: 0;
}

.rehberlazim-nedir-btns { 
  display: none !important; 
}

section.py-5 {
  padding-top: 2.5rem;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.section-header.mb-5 {
  margin-bottom: 0 !important;
}

section + section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.card-footer-gap {
  padding-bottom: 5rem;
  margin-bottom: 5rem; 
}

body, .bg-light, .footer, footer {
  background: #f7f9fb !important;
}

footer, .footer {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

footer .container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

footer h5 {
  margin-bottom: 0.7rem !important;
  font-size: 1.1rem !important;
}

footer p, footer a {
  font-size: 0.97rem !important;
}

footer hr {
  margin: 0.7rem 0 !important;
}

#backToTop {
  display: none;
  opacity: 0;
  transition: opacity 0.2s;
}

body.show-backtotop #backToTop {
  display: block;
  opacity: 1;
}

.footer-mail {
  color: #fff !important;
}

.footer-mail:hover {
  color: #60a5fa !important;
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .feature-card { max-width: 95%; }
}

@media (max-width: 900px) {
  .feature-card { max-width: 100%; margin-bottom: 1.5rem; }
  .row.g-4 { gap: 1.2rem 0; }
}

@media (max-width: 700px) {
  .container { padding-left: 0.7rem; padding-right: 0.7rem; }
  .feature-card { padding: 0.7rem 0.2rem; }
  .section-header h2, .section-header p { font-size: 1rem; }
  .hero-section h1 { font-size: 1.1rem; }
  .hero-section .btn { font-size: 0.97rem; padding: 0.5rem 1.2rem; }
  .footer-separator { height: 14px; }
  footer h5 { font-size: 0.98rem !important; }
  footer p, footer a { font-size: 0.89rem !important; }
}

@media (max-width: 500px) {
  .feature-card { font-size: 0.95rem; }
  .section-header h2, .section-header p { font-size: 0.93rem; }
  .hero-section h1 { font-size: 0.95rem; }
} 

.rounded-animation {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(197, 147, 21, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90vw;
  height: 90vw;
  max-width: 370px;
  max-height: 370px;
  margin: 0 auto;
} 

.rounded-animation dotlottie-wc {
  width: 100%;
  height: 100%;
  transform: scale(1.08);
  display: block;
  margin: 0 auto;
} 

@media (max-width: 600px) {
  .rounded-animation {
    width: 80vw;
    height: 80vw;
    max-width: 220px;
    max-height: 220px;
  }
  .hero-section {
    padding-top: 4.5rem !important;
  }
  .hero-section h1 {
    font-size: 1.5rem !important;
    margin-top: 0.5rem !important;
  }
  .hero-section p.lead {
    font-size: 1rem !important;
  }
}

@media (max-width: 400px) {
  .rounded-animation {
    width: 70vw;
    height: 70vw;
    max-width: 150px;
    max-height: 150px;
  }
  .rounded-animation dotlottie-wc {
    transform: scale(0.95);
  }
} 