html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 19, 84, 1);
}

/* Ana sayfa wrapper'ı */
.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Ana içerik alanı - footer'ı itmek için */
.main-content {
  flex: 1;
}

/* Footer - her zaman en altta */
.footer {
  margin-top: auto; /* Footer'ı en alta iter */
}

/* ====== TAM CSS DOSYASI ====== */

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1;
}

:root {
  --primary: #0070f3;
  --primary-foreground: #ffffff;
  --secondary: #f5f5f5;
  --secondary-foreground: #111111;
  --background: #ffffff;
  --foreground: #111111;
  --card: #ffffff;
  --card-foreground: #111111;
  --border: #e5e5e5;
  --input: #f5f5f5;
  --ring: #0070f3;
}

body {
  font-family: 'Inter', sans-serif !important;
  line-height: 1.6;
  color: var(--foreground);
  background: var(--background);
}

.active {
  background: var(--primary);
  border-radius: 5px;
}

.active button {
  color: white;
}

.active:hover {
  color: white;
}

.dropdown-div {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
  min-width: 120px;
  z-index: 2;
}

.dropdown-div:hover .dropdown-content,
.dropdown-content:hover {
  display: block;
}

.dropdown-item2 {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: black;
  border-radius: 5px;
}

.dropdown-item2:hover {
  background-color: #f1f1f1;
}

.signup-btn,
.login-btn {
  color: white;
  background-color: #0070f3;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .hero-section {
    text-align: center;
  }

  .hero-section img {
    margin-top: 2rem;
  }
}

/* ADDITIONAL */
.carousel-item img {
  width: 100vw;
  height: auto;
  object-fit: cover;
}

.carousel-item img {
  width: 100vw;
  height: auto;
  object-fit: cover;
}

/* Orta ekranlar (tablet) */
@media (max-width: 1024px) {
  .carousel-caption {
    font-size: 16px;
  }

  .col1 {
    width: 300px !important;
  }
}

/* Büyük ekranlarda yazıları büyüt */
@media (min-width: 1200px) {
  .carousel-caption h2 {
    font-size: 28px;
  }

  .carousel-caption p {
    font-size: 16px;
  }

  .col1 {
    width: 100% !important;
  }
}

/* FOOTER - STICKY DESIGN */
.footer {
  background-color: rgba(0, 19, 84, 1);
  padding: 20px;
  width: 100%;
  margin: 0;
  margin-top: auto; /* Footer'ı en alta iter */
}

.footer-col {
  width: 25%;
  padding: 20px;
}

.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}

.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #273256;
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
  color: #273256;
  background-color: #ffffff;
}

#c2 {
  margin: 100px;
}

.container-fluid-mobil {
  display: none;
}

/*responsive*/


@media (max-width: 767px) {
  #caro-h1 {
    font-size: 15px;
    margin: 0;
  }

  #caro-p {
    font-size: 10px;
    margin: 0;
  }

  #caro-btn1,
  #caro-btn2 {
    font-size: 10px;
    margin: 0;
    height: 16px !important;
    text-align: center;
  }

  #secondary-id-h {
    font-size: 32px;
  }

  .carouselExampleMobil22 {
    display: block;
  }

  .carouselExample {
    display: none;
  }

  .footer-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 19, 84, 1);
  }

  #c1,
  #c2,
  #c3 {
    max-width: 70%;
    margin: auto;
  }

  #baslik,
  #baslik11,
  #baslik3 {
    font-size: 20px;
  }

  #c2 {
    width: 70%;
    margin: auto;
  }

  #rate-card {
    width: 90%;
    position: relative;
    border: none;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 0;
  }

  .rating {
    font-size: small;
  }

  .footer {
    text-align: center;
    height: auto;
    padding: 20px 0;
    margin: 0;
    margin-top: auto; /* Sticky footer mobilde de */
    width: 100%;
  }

  .footer .container {
    max-width: none !important; /* Mobilde max-width kaldır */

    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 19, 84, 1);
  }

  .footer-col {
    width: 100%;
    padding: 15px 20px;
  }
}

@media (max-width: 574px) {
  #secondary-id-h {
    font-size: 32px;
  }

  #caro-h1 {
    font-size: 15px;
  }

  .carouselExampleMobil22 {
    display: block;
  }

  .carouselExample {
    display: none;
  }

  .footer-col {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 19, 84, 1);
  }

  #c1,
  #c2,
  #c3 {
    max-width: 70%;
    margin: auto;
  }

  #baslik,
  #baslik11,
  #baslik3 {
    font-size: 20px;
  }

  #c2 {
    width: 70%;
  }

  #rate-card {
    width: 90%;
    position: relative;
    border: none;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 0;
  }

  .rating {
    font-size: small;
    margin: 0;
  }

  .footer {
    width: 100vw !important; /* Viewport genişliği */
    text-align: center;
    height: auto;
    /* padding: 15px 0; */
    width: 100%;
    margin-top: auto; /* Sticky footer küçük mobilde de */
  }

  .footer .container {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 19, 84, 1);
  }

  .footer-col {
    width: 100%;
    padding: 10px 15px;
  }
}

/* STATİSTİCS START */
.statistic-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background: rgba(0, 19, 84, 1);
  /* fallback for old browsers */
  background: -webkit-linear-gradient(rgba(0, 19, 84, 0.15) 0%, rgba(0, 19, 84, 0) 100%);
  background: linear-gradient(rgba(0, 19, 84, 0.15) 0%, rgba(0, 19, 84, 0) 100%);
}

.count-title {
  font-size: 50px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  color: rgba(0, 19, 84, 1);
}

.stats-text {
  font-size: 15px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: rgba(0, 19, 84, 1);
  text-transform: uppercase;
  font-weight: bold;
}

.stats-line-black {
  margin: 12px auto 0;
  width: 55px;
  height: 2px;
  background-color: #fff;
}

.stats-icon {
  font-size: 35px;
  margin: 0 auto;
  float: none;
  display: table;
  color: #fff;
}

@media (max-width: 992px) {
  .counter {
    margin-bottom: 40px;
  }

  #img-about {
    height: auto !important;
    width: 100% !important;
    margin-bottom: 30px;
  }

  #text2 {
    text-align: center;
  }
}

/* STATİSTİCS END */

@media (min-width: 992px) {
  .row.g-3 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    /* Eşit yükseklikte olmalarını sağlar */
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 991px) {
  .row.g-3 {
    display: flex;
    flex-direction: column;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  .order-lg-1 {
    order: 0;
  }

  .order-lg-2 {
    order: 1;
  }

  #img-about {
    width: 100%;
    height: auto;
    display: block; /* Ensure image behaves as block element */
    margin-bottom: 10px; /* Add space below image */
    padding: 0; /* Override any padding */
    margin-left: 0;
    margin-right: 0;
  }
}




/* ADDITIONAL FOOTER */
.footer{
	background-color: rgba(0, 19, 84, 1);
  padding: 20px;
}

.footer-col{
   width: 25%;
   padding: 20px;
}

.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}

.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}

.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}

.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}

.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: #273256;
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}

.footer-col .social-links a:hover{
	color: #273256;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 19, 84, 1);
  }

  .footer{
    text-align: center;
  }
}

@media(max-width: 574px){
  .footer{
    height: 100%;
  }

  .footer-col{
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 19, 84, 1);
  }

  .footer{
    text-align: center;
  }
}

