@charset "UTF-8";
body {
  font-family: "Roboto", sans-serif;
  background-color: #f8f9fa;
  color: #333333;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: inherit;
}
a:hover {
  color: #0a3d6e;
}

.main-header .social-btn {
  width: 38px;
  height: 38px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease-in-out;
}
.main-header .social-btn i {
  transition: all 0.3s ease-in-out;
}
.main-header .social-btn:hover {
  background-color: #0a3d6e;
  border-color: #0a3d6e;
  transform: translateY(-3px);
}
.main-header .social-btn:hover i {
  color: #ffffff !important;
}

.main-nav {
  background: #ffffff;
  border-bottom: 2px solid #dee2e6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.main-nav.sticky-top {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}
.main-nav .nav-link {
  color: #333333 !important;
  font-weight: 700;
  padding: 1rem 0.8rem !important;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease-in-out;
}
.main-nav .nav-link:hover, .main-nav .nav-link.active {
  color: #0a3d6e !important;
  border-bottom-color: #0a3d6e;
  background-color: rgba(10, 61, 110, 0.03);
}
.main-nav {
  position: relative;
}
.main-nav .dropdown-menu {
  border-top: 3px solid #0a3d6e !important;
}
.main-nav .dropdown-menu .dropdown-item {
  transition: all 0.3s ease-in-out;
  padding: 8px 15px;
}
.main-nav .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #0a3d6e;
  padding-left: 20px !important;
  font-weight: bold;
}
.main-nav .search-wrapper {
  position: relative;
}
.main-nav .search-wrapper .search-overlay-input {
  position: absolute;
  right: 0;
  top: 100%;
  width: 350px;
  background: #ffffff;
  border: 1px solid #dee2e6;
  padding: 10px 0;
  display: none;
  z-index: 1050;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .main-nav .search-wrapper .search-overlay-input {
    width: 280px;
  }
}

.section-title h3, .section-title h4 {
  border-left: 4px solid #0a3d6e;
  padding-left: 10px;
  color: #0a3d6e;
}

.border-danger {
  border-color: #0a3d6e !important;
}

.bg-danger {
  background-color: #0a3d6e !important;
}

.text-danger {
  color: #0a3d6e !important;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: #0a3d6e;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0.8;
}
.back-to-top:hover {
  opacity: 1;
  color: #ffffff;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.main-footer h6 {
  letter-spacing: 1px;
}
.main-footer .footer-links li {
  margin-bottom: 8px;
}
.main-footer .footer-links li a {
  color: rgba(255, 255, 255, 0.5);
}
.main-footer .footer-links li a:hover {
  color: #0a3d6e;
  padding-left: 5px;
}
.main-footer .footer-social a {
  display: inline-flex;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.main-footer .footer-social a:hover {
  background: #0a3d6e;
}

.social-icons .social-btn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #6c757d;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.social-icons .social-btn i {
  font-size: 16px;
}
.social-icons .social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  color: #fff !important;
}
.social-icons .social-btn.facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.social-icons .social-btn.twitter:hover {
  background-color: #000000;
  border-color: #000000;
}
.social-icons .social-btn.instagram:hover {
  background-color: #e4405f;
  border-color: #e4405f;
}
.social-icons .social-btn.youtube:hover {
  background-color: #cd201f;
  border-color: #cd201f;
}

.main-hero .row {
  align-items: stretch;
}

.hero-side-list {
  margin-top: 0 !important;
  padding-top: 0 !important;
  gap: 8px;
}

.slider-nav-numbers .nav-num {
  width: 35px;
  height: 35px;
  border: none;
  background: #f0f2f5;
  color: #333;
  margin: 0 4px;
  border-radius: 6px;
  font-weight: bold;
  transition: 0.3s;
}
.slider-nav-numbers .nav-num.active {
  background: #ff6600 !important;
  color: #fff !important;
  transform: scale(1.1);
}

.carousel-caption {
  bottom: 0 !important;
  padding-bottom: 30px !important;
}

.finance-ticker-bar .transition-hover:hover {
  transform: translateY(-2px);
  background-color: #ffffff !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
}

.service-card {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.service-card:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1) !important;
}

.standings-card table th {
  background: #f8f9fa;
  font-size: 0.8rem;
}
.standings-card table td {
  vertical-align: middle;
  padding: 10px 8px;
}

.main-gallery-card, .video-card {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.main-gallery-card:hover, .video-card:hover {
  transform: scale(1.02);
}
.main-gallery-card:hover img, .video-card:hover img {
  opacity: 0.9;
}
.main-gallery-card:hover i, .video-card:hover i {
  color: #0a3d6e !important;
  opacity: 1 !important;
}

.author-card {
  transition: all 0.3s ease-in-out;
}
.author-card:hover {
  transform: translateY(-8px);
}
.author-card:hover img {
  border-color: #0a3d6e !important;
  box-shadow: 0 5px 15px rgba(10, 61, 110, 0.2);
}

.zodiac-wrapper .zodiac-item {
  transition: all 0.3s ease-in-out;
}
.zodiac-wrapper .zodiac-item:hover {
  transform: scale(1.15);
}
.zodiac-wrapper .zodiac-item:hover .z-name {
  color: #0a3d6e;
  font-weight: 800;
}

@media (max-width: 991px) {
  .main-hero {
    margin-bottom: 20px;
  }
  .media-gallery-section .col-lg-6:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .finance-ticker-bar .container {
    padding: 0;
  }
}
.slider-numbers-wrapper .nav-num {
  width: 45px !important;
  height: 45px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #0a3d6e !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 10px !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.slider-numbers-wrapper .nav-num.active {
  background-color: #ff6600 !important;
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 15px rgba(255, 102, 0, 0.4);
}
.slider-numbers-wrapper .nav-num:hover:not(.active) {
  background-color: #1a5a96 !important;
  transform: translateY(-2px);
}

@media (max-width: 576px) {
  .slider-numbers-wrapper .nav-num {
    width: 35px !important;
    height: 35px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .slider-nav-numbers button {
    width: 32px !important;
    height: 32px !important;
    font-size: 14px !important;
  }
}
.video-gallery-section .play-icon-circle {
  width: 70px;
  height: 70px;
  background-color: rgba(10, 61, 110, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  transition: all 0.3s ease;
}
.video-gallery-section .play-icon-circle i {
  margin-left: 5px;
}
.video-gallery-section .video-card:hover .play-icon-circle {
  transform: scale(1.15);
  background-color: #ff6600;
  border-color: #ff6600;
}
.video-gallery-section .video-card-sm:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  transform: translateX(5px);
}

.hero-slider .carousel-control-prev, .hero-slider .carousel-control-next {
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.hero-slider:hover .carousel-control-prev, .hero-slider:hover .carousel-control-next {
  opacity: 0.8;
}
.hero-slider .carousel-control-prev-icon, .hero-slider .carousel-control-next-icon {
  background-size: 50% 50%;
}

.hero-side-list {
  gap: 10px !important;
}

@media (max-width: 991px) {
  .carousel-inner {
    height: 280px !important;
  }
  .hero-side-list {
    flex-direction: row !important;
    overflow-x: auto !important;
    padding: 5px 0;
    -webkit-overflow-scrolling: touch;
  }
  .hero-side-list .card {
    width: 280px !important;
    margin-right: 10px;
  }
  .carousel-caption h2 {
    font-size: 1.1rem !important;
  }
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.zodiac-wrapper {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.zodiac-wrapper::-webkit-scrollbar {
  display: none;
}
.zodiac-wrapper .z-item {
  flex: 0 0 75px;
  text-align: center;
  text-decoration: none;
  scroll-snap-align: start;
  padding: 5px;
  transition: transform 0.2s;
}
.zodiac-wrapper .z-item img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  margin-bottom: 5px;
  display: block;
  margin: 0 auto 5px;
}
.zodiac-wrapper .z-item span {
  font-size: 0.8rem;
  font-weight: 700;
  color: #333;
  display: block;
}
.zodiac-wrapper .z-item:hover {
  transform: translateY(-3px);
}
.zodiac-wrapper .z-item:hover span {
  color: #0a3d6e;
}

.zodiac-nav button {
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 1;
  font-size: 0.8rem;
}
.zodiac-nav button:hover {
  background: #0a3d6e !important;
  color: white !important;
}

.gez-gor-section .gez-card {
  border-radius: 0 !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #eee !important;
  overflow: hidden;
}
.gez-gor-section .gez-card .img-holder {
  overflow: hidden;
  position: relative;
}
.gez-gor-section .gez-card .img-holder img {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.gez-gor-section .gez-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12) !important;
  border-color: #0a3d6e !important;
  z-index: 5;
}
.gez-gor-section .gez-card:hover .img-holder img {
  transform: scale(1.1);
}
.gez-gor-section .gez-card:hover .card-body-fixed h6 {
  color: #0a3d6e !important;
}
.gez-gor-section .gez-card:hover .card-overlay {
  background: linear-gradient(transparent, rgba(10, 61, 110, 0.95));
}
.gez-gor-section .gez-card .card-body-fixed {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #fff;
  transition: 0.3s;
}
.gez-gor-section .gez-card .card-body-fixed h6 {
  font-size: 0.85rem !important;
  font-weight: 700;
  color: #333;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gundem-section .gundem-main-card {
  height: 100%;
  min-height: 400px;
}
.gundem-section .gundem-main-card img {
  transition: 0.5s ease;
}
.gundem-section .gundem-main-card .card-overlay {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.95));
  z-index: 2;
}
.gundem-section .gundem-main-card:hover img {
  transform: scale(1.05);
}
.gundem-section .gundem-sub-card {
  transition: 0.3s;
  background: #fff;
}
.gundem-section .gundem-sub-card:hover {
  transform: translateY(-5px);
  border-color: #0a3d6e !important;
}
.gundem-section .gundem-sub-card:hover h6 {
  color: #0a3d6e;
}
.gundem-section .gundem-sub-card h6.limit-text-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.9rem !important;
  line-height: 1.3;
}
.gundem-section .list-group-item-action {
  transition: 0.2s;
}
.gundem-section .list-group-item-action:hover {
  background: #f8f9fa;
  border-left: 3px solid #0a3d6e;
}
.gundem-section .list-group-item-action:hover h6 {
  color: #0a3d6e;
}

/* Ekonomi Bölümü Tasarımı - Fix */
.economy-section .row {
  align-items: stretch;
}
.economy-section .eco-card {
  border-radius: 0 !important;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  background: #fff;
  /* Üstteki 2 Büyük Kart */
}
.economy-section .eco-card.main-eco {
  height: 320px;
  position: relative;
  overflow: hidden;
}
.economy-section .eco-card.main-eco img {
  transition: transform 0.6s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.economy-section .eco-card.main-eco .card-overlay {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.92));
  z-index: 2;
  transition: 0.3s;
}
.economy-section .eco-card.main-eco:hover img {
  transform: scale(1.05);
}
.economy-section .eco-card.main-eco:hover .card-overlay {
  background: linear-gradient(transparent, rgba(25, 135, 84, 0.85)); /* Yeşil Hover */
}
.economy-section .eco-card {
  /* Alttaki 4 Yatay Kart */
}
.economy-section .eco-card.sub-eco {
  height: 85px;
  border: 1px solid #eee !important;
}
.economy-section .eco-card.sub-eco:hover {
  background: #fff !important;
  border-color: #198754 !important; /* Yeşil Kenarlık */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-2px);
}
.economy-section .eco-card.sub-eco:hover h6 {
  color: #198754 !important;
}
.economy-section .eco-card {
  /* Başlık Sınırlandırma (2 Satır) */
}
.economy-section .eco-card .limit-text-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.82rem !important;
  line-height: 1.25;
  margin-top: 2px;
  color: #212529;
}

/* Mobil Uyumluluk */
@media (max-width: 767px) {
  .economy-section .eco-card.main-eco {
    height: 250px !important;
    margin-bottom: 10px;
  }
}
.sports-section .sports-card {
  border-radius: 0 !important;
  transition: all 0.3s ease;
  text-decoration: none;
}
.sports-section .sports-card.main-card {
  height: 300px;
}
.sports-section .sports-card.main-card .card-overlay {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.95));
  transition: 0.3s;
}
.sports-section .sports-card.main-card:hover img {
  transform: scale(1.04);
}
.sports-section .sports-card.main-card:hover .card-overlay {
  background: linear-gradient(transparent, rgba(220, 53, 69, 0.85));
}
.sports-section .sports-card.sub-card {
  height: 75px;
  border-color: #eee !important;
}
.sports-section .sports-card.sub-card:hover {
  border-color: #dc3545 !important;
  background: #fff !important;
}
.sports-section .sports-card.sub-card:hover h6 {
  color: #dc3545 !important;
}
.sports-section .sports-card .limit-text-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
}
.sports-section .standings-card {
  border-radius: 0 !important;
}
.sports-section .standings-card .table td {
  vertical-align: middle;
  padding: 8px 4px;
}

.utility-services .service-box {
  border-radius: 0 !important;
  background: #fff;
  min-height: 85px;
}
.utility-services .service-box .box-label {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 0.6rem;
  font-weight: 800;
  color: #999;
  letter-spacing: 1px;
}
.utility-services .v-item small {
  font-size: 0.6rem;
}
.utility-services .v-item b {
  font-size: 0.8rem;
}
.utility-services #pharmacyList {
  transition: transform 0.4s ease-in-out;
  scroll-behavior: smooth;
}
.utility-services .pharmacy-controls {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 5;
}
.utility-services .pharmacy-controls button {
  border: none;
  background: #f8f9fa;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 4px;
}
.utility-services .pharmacy-controls button:hover {
  background: #eee;
}
.utility-services .pharmacy-card .btn-danger {
  transition: transform 0.2s;
}
.utility-services .pharmacy-card .btn-danger:hover {
  transform: scale(1.1);
  background-color: #bb2d3b;
}
.utility-services .pharmacy-card h6 {
  letter-spacing: -0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.media-hub-section .cinema-bar .movie-wrapper::-webkit-scrollbar {
  display: none;
}
.media-hub-section .cinema-bar .movie-card .img-box {
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
.media-hub-section .cinema-bar .movie-card:hover .img-box {
  transform: scale(1.05);
  border-color: #ffc107;
}
.media-hub-section .gallery-block .media-card {
  border-radius: 0 !important;
  transition: all 0.3s ease;
}
.media-hub-section .gallery-block .media-card img {
  border-radius: 0 !important;
  transition: 0.5s ease;
}
.media-hub-section .gallery-block .media-card .card-overlay {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
}
.media-hub-section .gallery-block .media-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}
.media-hub-section .gallery-block .media-card:hover img {
  transform: scale(1.08);
}
.media-hub-section .gallery-block .media-card.main-photo, .media-hub-section .gallery-block .media-card.main-video {
  border: 1px solid #ddd;
}
.media-hub-section .gallery-block .media-card.sm-photo, .media-hub-section .gallery-block .media-card.sm-video {
  border: 1px solid #eee;
}

.media-gallery-section .media-card {
  border-radius: 0 !important;
  background: #000;
}
.media-gallery-section .media-card .card-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.media-gallery-section .media-card .sub-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
  transition: 0.3s;
  z-index: 2;
}
.media-gallery-section .media-card .sub-overlay h6, .media-gallery-section .media-card .sub-overlay small {
  font-size: 0.75rem !important;
  display: block;
}
.media-gallery-section .media-card:hover img {
  transform: scale(1.1);
}
.media-gallery-section .media-card:hover .sub-overlay {
  background: rgba(220, 53, 69, 0.85);
}
.media-gallery-section .media-card:hover.main-card .card-overlay {
  padding-bottom: 25px !important;
}
.media-gallery-section .media-card.sub-card:hover .sub-overlay {
  background: rgba(13, 110, 253, 0.85);
}
.media-gallery-section .limit-text-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-footer {
  background-color: #111 !important;
}
.main-footer .footer-brand h2 {
  letter-spacing: 1px;
}
.main-footer .footer-links a {
  color: #888;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.main-footer .footer-links a:hover {
  color: #fff;
  transform: translateX(5px);
}
.main-footer .social-btn {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #333;
  color: #888;
}
.main-footer .social-btn:hover {
  background-color: #0a3d6e;
  border-color: #0a3d6e;
  color: #fff;
}
.main-footer .form-control:focus {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #0a3d6e;
  box-shadow: none;
  color: #fff;
}
.main-footer .footer-bottom {
  font-size: 0.75rem;
}

/*# sourceMappingURL=main.css.map */
