@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}
#wrapper {
  flex: 1;
}

.navbar {
  padding: 15px 0;
  background: #5b2d90;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar-brand img {
  height: 40px;
}
.nav-link {
  color: #333;
  font-weight: 500;
  padding: 8px 15px;
}
.btn-contact {
  background-color: #dc3545;
  color: white;
  border-radius: 25px;
  padding: 8px 20px;
}
.form-group label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.2px;
  color: #756f6b;
  margin: 10px 0 10px 0;
}

.btn-primary {
  color: #fff;
  width: 100%;
  max-width: 350px;

  font-size: 14px;
  cursor: pointer;
  line-height: 18px;
  border: 1px solid transparent;
  letter-spacing: -0.1px;
  font-weight: 700;
  border-radius: 1rem;
  min-height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 150ms ease-in-out;
}
.iletisim-bilgi ul {
  list-style: none;
}

.iletisim-bilgi ul li {
  margin-top: 30px;
  font-size: 18px;
}
.iletisim-bilgi ul li svg {
  width: 7%;
}
.header-top {
  background: #8957cb;
  color: #fff;
  text-decoration: underline;
  text-align: center;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.gap-2 a {
  position: relative;
  color: #fff;
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 20px 0;
  }
  .nav-item {
    margin: 5px 0;
  }
}

/* Hero Section Styles */
.hero-section {
  /* background: url("../images/hero-images-1.jpg") no-repeat;
  background-size: cover;*/
  color: #3a2366;
  background: #fff;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}

.hero-content {
  padding: 60px 0;
}

.hero-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2;
}
.hero-content h2 span {
  transition: 0.3s;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: #18181c;
  font-style: italic;
  background-color: red;
  background-image: linear-gradient(
    to right,
    #6d38aa 0,
    #95347f 51%,
    #00afab 100%
  );
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-text {
  font-size: 1.25rem;
  margin-bottom: 35px;
  opacity: 0.9;
}

.hero-buttons .btn {
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 500;
}

.btn-primary {
  background-color: #522783;
  border-color: #522783;
}

.btn-primary:hover {
  background-color: #6c32ae;
  border-color: #6c32ae;
}

.hero-image {
  position: relative;
  text-align: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  transform: translateY(20px);
}

.hero-features {
  /*background: rgba(255, 255, 255, 0.05);*/
  background: #fff;
  padding: 40px 0;
  margin-top: 60px;
}
.hero-features p {
  font-weight: 300;
  margin-top: 30px;
}
.hero-features h2 {
  position: relative;
}
.hero-features h2::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 37%;
  background-color: #dddadf;
  left: 0;
  top: 100%;
}

.feature-item {
  text-align: center;
  padding: 20px;
}

.feature-item i {
  font-size: 2.5rem;
  color: #f7b928;
  margin-bottom: 15px;
}

.feature-item h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.feature-item p {
  opacity: 0.8;
  margin-bottom: 0;
}
footer {
  background-image: linear-gradient(to right, #001e42 0%, #a71d8e);
  padding: 20px 0;
}
.footer-list {
  color: #fff;
}

.footer-list ul {
  list-style: none;
  padding-left: 0;
}
.footer-list ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-list ul li a svg {
  width: 5%;
}
.footer-logo img {
  width: 30%;
}
.footer-logo p {
  padding-top: 20px;
  font-size: 12px;
  color: #fff;
}

.basarili,
.hata {
  display: flex;
  align-items: center;
  justify-content: center;
}
.basarili svg {
  width: 10%;
  color: #27a547;
}
.hata svg {
  width: 10%;
  color: #da3024;
}
.page {
  background-color: #ebebeb;
  padding: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 50px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}


/* Responsive Styles */
@media (max-width: 991.98px) {
  .hero-content {
    text-align: center;
    padding: 40px 0;
  }

  .hero-content h1 {
    font-size: 2.5rem;
  }

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

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

@media (max-width: 767.98px) {
  .feature-item {
    margin-bottom: 30px;
  }

  .hero-section {
    padding: 40px 0 0;
  }
}

/* Paketler Card Styles */
.paketler-wrapper {
  padding: 60px 0;
  background: #f8f9fa;
}

.paketler-box-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.paketler-box-card:hover {
  transform: translateY(-5px);
}

.card-header {
  background: url(../images/taraftar-paketi-1.jpg) no-repeat;
  background-size: cover;
  padding: 30px 20px;
  position: relative;
  text-align: center;
  height: 200px;
}

.icon-popcorn {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}

.leagues-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.leagues-wrapper img {
  height: 40px;
  width: auto;
}

.card-body {
  padding: 30px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.package-title {
  color: #4b2e83;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.price-wrapper {
  margin: 25px 0;
}

.currency {
  font-size: 24px;
  font-weight: 600;
  color: #4b2e83;
  vertical-align: top;
  margin-right: 5px;
}

.price {
  font-size: 48px;
  font-weight: 700;
  color: #4b2e83;
  line-height: 1;
}

.installment {
  color: #666;
  font-size: 16px;
  margin-bottom: 25px;
}

.package-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  text-align: left;
  flex: 1;
}

.package-features li {
  margin-bottom: 15px;
  color: #333;
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}

.package-features li i {
  color: #4b2e83;
  margin-right: 10px;
  margin-top: 4px;
}

/* Package Type Badge Styles */
.package-type-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.package-type-badge.neo {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.package-type-badge.satellite {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
}

/* Frequency Info with Border */
.frequency-info {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  text-align: center;
  padding: 10px 0;
  margin: 15px 0;
  border-bottom: 2px solid #e0e0e0;
  position: relative;
}

.frequency-info::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: linear-gradient(135deg, #4b2e83 0%, #f7b928 100%);
}

/* Gift Section Styles */
.gift-section {
  margin: 15px 0;
}

.gift-header {
  color: #d4740a;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 1px solid #f7b928;
}

.gift-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gift-item {
  background: linear-gradient(135deg, #fff5cd 0%, #ffec8b 100%);
  color: #8b4513;
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 6px;
  border-left: 3px solid #f7b928;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}

.gift-item:hover {
  transform: translateX(2px);
  box-shadow: 0 2px 6px rgba(247, 185, 40, 0.3);
}

.btn-detail {
  margin-top: auto;
  background: #4b2e83;
  color: white;
  padding: 12px 40px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn-detail:hover {
  background: #3a2366;
  color: white;
}

/* SSS (FAQ) Section Styles */
.sss-wrapper {
  padding: 80px 0;
  background: linear-gradient(135deg, #1e1656 0%, #8b1f93 100%);
  color: white;
}

.sss-left {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  left: 0;
  justify-content: flex-start;
}

.bein-logo {
  max-width: 50%;
  height: 100%;
}

.sss-right {
  padding: 20px 0;
}

/* Accordion Styles */
.accordion-item {
  background: transparent;
  border: none;
  margin-bottom: 15px;
}

.accordion-button {
  background: rgba(255, 255, 255, 0.1) !important;
  color: white !important;
  border: none;
  border-radius: 8px !important;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
}

.accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, 0.15) !important;
  color: white !important;
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.accordion-body {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .sss-left {
    margin-bottom: 40px;
  }

  .bein-logo {
    max-width: 240px;
  }
}

@media (max-width: 767.98px) {
  .sss-wrapper {
    padding: 40px 0;
  }

  .accordion-button {
    font-size: 16px;
    padding: 15px;
  }

  .accordion-body {
    font-size: 15px;
    padding: 15px;
  }
}

/* Responsive styles for package cards */
@media (max-width: 991.98px) {
  .paketler-box-card {
    margin-bottom: 30px;
  }

  .package-title {
    font-size: 22px;
  }

  .price {
    font-size: 42px;
  }
}

@media (max-width: 767.98px) {
  .card-header {
    padding: 20px 15px;
  }

  .card-body {
    padding: 20px;
  }

  .leagues-wrapper {
    gap: 10px;
  }

  .leagues-wrapper img {
    height: 30px;
  }
}

/* Başvuru Form Styles */
.basvuru-wrapper {
  padding: 60px 0;
  background: linear-gradient(135deg, #1e1656 0%, #8b1f93 100%);
  min-height: calc(100vh - 200px);
}

.basvuru-form-container {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-title {
  color: #1e1656;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  color: #333;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
  font-size: 13px;
}

.form-control,
.form-select {
  height: 48px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 8px 15px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: #1e1656;
  box-shadow: 0 0 0 0.2rem rgba(30, 22, 86, 0.15);
}

.form-check-label {
  font-size: 14px;
  color: #666;
}

.form-check-label a {
  color: #522783;
  text-decoration: underline;
}

.form-check-label a:hover {
  text-decoration: underline;
}

.btn-basvuru {
  width: 100%;
  height: 50px;
  background: #f7b928;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  transition: all 0.3s ease;
  margin: 0 auto;
}

.btn-basvuru:hover {
  background: #e5a816;
  transform: translateY(-2px);
}

.contact-info {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.contact-info h6 {
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
}

.phone-number {
  color: #1e1656;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.phone-number:hover {
  color: #f7b928;
}

/* Responsive styles */
@media (max-width: 767.98px) {
  .basvuru-wrapper {
    padding: 30px 0;
  }

  .basvuru-form-container {
    padding: 25px;
  }

  .form-title {
    font-size: 24px;
  }

  .form-control,
  .form-select {
    height: 44px;
  }
  .hero-buttons .btn {
    margin: 0 auto;
  }
}

/* Altyapı Sorgulama (alt-yapi-bg) Styles */
.alt-yapi-bg {
  min-height: 100vh;
  background: #1e1656 url("../images/stars-bg.png") repeat top left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alt-form-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 48px 32px 32px 32px;
  max-width: 420px;
  margin: 0 auto;
}

.alt-form-title {
  color: #23155b;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}

.alt-form-desc {
  color: #444;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 28px;
}

.alt-form-label {
  color: #23155b;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 18px;
  text-align: center;
}

.alt-form .form-select,
.alt-form .form-control {
  border-radius: 8px;
  border: 1px solid #d1d1e0;
  font-size: 1rem;
  color: #23155b;
  background: #f8f8fc;
  margin-bottom: 0.5rem;
  transition: border-color 0.2s;
}

.alt-form .form-select:focus,
.alt-form .form-control:focus {
  border-color: #8b1f93;
  box-shadow: 0 0 0 0.15rem rgba(139, 31, 147, 0.08);
}

.btn-alt-purple {
  background: linear-gradient(90deg, #8b1f93 0%, #23155b 100%);
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 8px;
  border: none;
  padding: 12px 0;
  transition: background 0.2s, transform 0.2s;
}

.btn-alt-purple:hover {
  background: linear-gradient(90deg, #23155b 0%, #8b1f93 100%);
  color: #fff;
  transform: translateY(-2px);
}

.alt-info-box {
  padding: 32px 24px;
}

.alt-info-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.alt-info-desc {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 18px;
}

.alt-info-img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(30, 22, 86, 0.18);
}
.success {
  padding: 20px;
  background-color: #f2f3f2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 20px;
}
.success svg {
  width: 10%;
}

span.small-fonts {
  font-size: 13px !important;
}
@media (max-width: 991.98px) {
  .alt-form-box {
    padding: 32px 12px 24px 12px;
  }
  .alt-info-box {
    padding: 24px 0;
  }
}

@media (max-width: 767.98px) {
  .alt-yapi-bg {
    padding: 30px 0;
  }
  .alt-form-box {
    max-width: 100%;
    padding: 24px 6px 18px 6px;
  }
  .alt-info-title {
    font-size: 1.3rem;
  }
  .alt-info-desc {
    font-size: 1rem;
  }
  .success {
    gap: 20px;
  }
  .success svg {
    width: 25%;
  }
}

/* Loader Spinner Styles */
.loader-spinner {
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #f7b928; /* Digiturk sarısı */
  border-radius: 50%;
  animation: spin 0.8s ease-in-out infinite;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.form-group .loader-spinner {
  margin-top: 2px; /* Dikey hizalama için ayar */
}

/* Altyapı Sonuç Sayfası Stilleri */
.alt-sonuc-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 40px;
  max-width: 720px;
  margin: 0 auto;
}

.sonuc-title {
  color: #23155b;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.sonuc-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}

.sonuc-item i {
  color: #8b1f93; /* Mor renk */
  font-size: 22px;
  margin-right: 15px;
  width: 25px; /* İkonların hizalanması için */
  text-align: center;
}

.sonuc-item strong {
  font-weight: 700;
  color: #23155b;
}

.girilen-adres-box {
  background: #f8f8fc;
  border: 1px solid #e0e0f0;
  border-radius: 12px;
  padding: 25px;
  margin-top: 30px;
}

.adres-baslik {
  color: #23155b;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.girilen-adres-box p {
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.baska-adres-sorgula {
  color: #8b1f93;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s;
}

.baska-adres-sorgula:hover {
  color: #f7b928; /* Sarı renk */
  text-decoration: underline;
}

.baska-adres-sorgula i {
  margin-right: 8px;
}
.footer-mobil {
  display: none;
}
@media (max-width: 767.98px) {
  .alt-sonuc-box {
    padding: 30px;
  }
  .sonuc-title {
    font-size: 24px;
  }
  .sonuc-item {
    font-size: 16px;
  }
  .sonuc-item i {
    font-size: 20px;
  }
  .adres-baslik {
    font-size: 16px;
  }
  .girilen-adres-box p {
    font-size: 14px;
  }
  .footer-mobil {
    display: block;
    background: #5b2d90;
    padding: 15px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 90%;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 8px;
  }
  .footer-mobil a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
  }
}

.circle {
  position: absolute;
  left: -7%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 15px;
  height: 15px;

  &:before {
    content: "";
    position: relative;
    display: block;
    width: 250%;
    height: 250%;
    box-sizing: border-box;
    margin-left: -75%;
    margin-top: -75%;
    border-radius: 45px;
    background-color: #ee3343;
    animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ee3343;
    border-radius: 50px;
    animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
