:root{
    --blue-color: #1B325C;
    --yellow-color: #ded2bc;
    --soft-yellow-color: #fbf6ed;
}

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

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color:#000;
    background:#fff;
    margin:0;
    font-size: 14px;
}

footer {
    margin-top: auto;
}

a {
    text-decoration: none !important;
}

a:hover{
    color: #fff;
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.fw-500{
    font-weight: 500 !important;
}

.fw-600{
    font-weight: 600 !important;
}

.fs-12{
    font-size: 12px !important;
}

.fs-14{
    font-size: 14px !important;
}

.fs-16{
    font-size: 16px !important;
}

.rounded-xl{
    border-radius: 1rem;
}

.custom-navbar {
    background-color: rgb(255 255 255 / 0.8);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #dbdbdb;
    z-index: 1050;
}

.custom-navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-menu-item{
    font-weight: 500;
    color: #020817b3;
    margin-right: 1rem;
}

.navbar-menu-item:last-child {
    margin-right: 0;
}

.navbar-menu-item:hover{
    color: var(--blue-color);
}

.custom-button {
    margin-left: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    height: 2.25rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(to right, #3a5785, var(--blue-color));
    color: white;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    border: none;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
}

.custom-button:hover {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.10);
}

.navbar-toggler {
    width: 35px;
    height: 35px;
    border: 1px solid #dbdbdb;
    background: transparent;
    font-size: 1.25rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler:focus {
    outline: none;
}

.bg-blue{
  background: var(--blue-color);
}

.bg-yellow{
  background: var(--yellow-color);
}

.bg-soft-yellow{
  background: var(--soft-yellow-color);
}

.text-blue,
.text-blue:hover{
  color: var(--blue-color);
}

.inset-0 {
    inset: 0px;
}

.banner-section{
    position: relative;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.6)
    ),
    url('/default-assets/img/banner/bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.banner-section.error{
  background: linear-gradient(to bottom right, hsl(249 58% 11%) , hsl(249 58% 11% / 0.9) , hsl(348 84% 29% / 0.8));
}

.arabic-watermark {
    font-family: var(--font-arabic);
    font-size: clamp(48px, 12vw, 140px);
    opacity: 0.08;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    line-height: 1;
    white-space: nowrap;
}

.resp-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 1rem;
}

.resp-img-sm {
    max-width: 80%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.px-c-2{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    text-align: center;
}

.circle-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.circle-avatar.green{
  background-color: #26ab7a1a;
  color: #26ab7a;
}

.swipe-wrapper {
  position: relative;
}

.swipe-container {
  scroll-behavior: smooth;
  padding-bottom: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.swipe-container::-webkit-scrollbar {
  display: none;
}

.swipe-item {
  flex: 0 0 auto;
  width: 33.3333%;
}

.swipe-wrapper .prev-btn,
.swipe-wrapper .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.swipe-wrapper .prev-btn {
  left: -15px;
}

.swipe-wrapper .next-btn {
  right: -15px;
}

.egitim-banner img{
  border-radius: 12px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.egitim-seviye{
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: #fff;
  color: #000;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 6px;
}

.egitim-card-tur{
  display: inline-block;
  color: #fff;
  padding: 2px 8px;
  border-radius: 8px;
  margin-right: 8px;
}

.egitim-card-tur span{
  font-size: 12px;
  color: #fff;
}

