:root {
    --orange-color: #f96f0c;
}

body {
  color:#000;
  background:#fff;
  margin:0;
}

a {
  text-decoration: none !important;
  color: #fff;
}

a:hover{
    color: #fff;
}

button{
    color: #fff;
}

ul{
    list-style: none;
    padding: 0;
}

.form-label{
    font-size: 14px;
    font-weight: 500;
}

.form-control{
    border-radius: 8px;
    transition: border-color 0.2s;
    font-size: 14px;
}

.form-control:focus{
    border-color: var(--orange-color) !important;
    box-shadow: 0 0 0 2px #e0e7ff;
}

.fs-14{
    font-size: 14px;
}

.fs-16{
    font-size: 16px;
}

.fs-18{
    font-size: 18px;
}

.fs-22{
    font-size: 22px;
}

.fw-400{
    font-weight: 400;
}

.fw-500{
    font-weight: 500;
}

.fw-600{
    font-weight: 600;
}

.bg-orange{
    background: var(--orange-color);
}

.text-orange{
    color: var(--orange-color);
}

.bg-black{
    background: #000;
}

.dropdown-item{
    font-size: 16px;
    padding: 0.7rem 1rem;
}

.dropdown-item:hover{
    background: none;
    color: #d3b574;
}

.swiper-button-prev,
.swiper-button-next{
    color: #fff !important
}

.swiper-pagination-bullet-active{
    background: #fff !important;
}

.title{
    color: #03345C;
}

.card-image-wrapper img {
    width: 100%;
    border-radius: 1rem;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.custom-card-title {
    font-weight: 500;
    color: #111827;
    line-height: 1.5rem;
}

.custom-card-text {
    color: #4b5563;
    flex-grow: 1;
    line-height: 1.5;
}

.custom-button{
    padding: 8px;
    border-radius: 8px;
    border:none;
}

.custom-button:hover{
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.10);
}

.custom-card {
  background: #fff;
  border: 1px solid var(--orange-color);
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  padding: 2rem 1.5rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.custom-card:hover {
  box-shadow: 0 0px 8px var(--orange-color);
  border-color: var(--orange-color);
}

.custom-card-black-hover{
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 1rem;
}

.custom-card-black-hover:hover,
.custom-card-black-hover:hover .custom-card-title,
.custom-card-black-hover:hover .custom-card-text,
.custom-card-black-hover:hover svg{
    background: #000;
    color: #fff !important;
    fill: #fff !important;
}

.yorum-text{
    font-size: 1.3em;
    font-style: italic;
    line-height: 1.5;
    color: #7A7A7A;
    font-family: "Times New Roman";
}

.yorum-danisan-text{
    font-weight: 500;
    color: #7A7A7A;
}

.custom-yazi{
    color: #7A7A7A
}

.custom-yazi{
    font-size: 14px;
}

.custom-footer-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.custom-footer-list li {
  margin-bottom: 0.5rem;
}

.social-bar {
    position: fixed;
    right: -250px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 2000;
    transition: right 0.6s ease, bottom 0.6s ease;
    opacity: 0;
}

.social-bar.show {
    right: 0;
    opacity: 1;
}

.toggle-btn {
    background: #000;
    color: #fff;
    width: 48px;
    height: 32px;
    border-radius: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 48px;
    height: 48px;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    transition: width 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.social-link i {
    font-size: 22px;
    margin: 0 12px;
    min-width: 22px;
    text-align: center;
}

.social-link span {
    white-space: nowrap;
    margin-left: 12px;
    font-size: 15px;
    display: none;
}

.social-link:hover {
    width: 200px;
    border-radius: 10px 0 0 10px;
}

.social-link:hover span {
    display: inline;
}

.social-bar.collapsed .social-link {
    opacity: 0;
    transform: translateX(50px);
    pointer-events: none;
}

.social-bar.collapsed .toggle-btn {
    display: flex;
}

.whatsapp { background: #25d366; }
.phone    { background: #1877f2; }
.instagram{ background: linear-gradient(45deg,#feda75,#d62976,#4f5bd5); }

.nav-tabs.galeri{
  display: flex;
  width: 100%;
}

.nav-tabs.galeri .nav-item.galeri{
  flex: 1;
  text-align: center;
}

.nav-tabs.galeri .galeri.nav-link{
  width: 100%;
}

.galeri.nav-link.active{
  background: #333;
  color: #fff;
  border:none
}

.galeri.nav-link{
  background: #f1f1f1;
  color: #333;
  padding: 1em 1.5em;
}

.gallery-img {
    cursor: pointer;
    transition: transform 0.2s;
}

.iletisim-text{
    color: var(--orange-color);
}

.iletisim-text:hover{
    color: var(--orange-color);
}

.swiper-slide img {
    height: 500px;
    object-fit: cover;
}

.swiper-slide {
    position: relative;
}

.slider-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.slider-desc{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 30px); /* H1’in altına hafif kaydır */
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    z-index: 2;
    max-width: 80%;
    line-height: 1.4;
    opacity: 1;
}

.slider-title.active {
    opacity: 1;
    transform: translate(-50%, -60%);
}

.card-header{
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 2rem;
}

.card-body{
    padding: 0;
}

.card-title{
    margin-bottom: 0.1rem;
}

.card-footer{
    padding: 0;
    background: none;
    border-radius: 0;
    border: none;
    margin-top: 2rem;
}

.panel-card{
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    padding: 1.5rem;
    background-color: #fff;
    border: 1px solid rgb(226 232 240 / 1);
    border-radius: 8px;
}

.remix-spin {
    display: inline-block;
    animation: remix-spin 1s linear infinite;
    font-size: 1.2em;
    vertical-align: middle;
}

@keyframes remix-spin {
    100% { transform: rotate(360deg); }
}

#panelRoot { min-height: 100vh; }

#sidebar {
  width: 250px;
  background: #10172a;
  color: #fff;
  transition: width .25s ease, left .25s ease;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.sidebar-header {
  border-bottom: 1px solid #737373;
  text-align: center;
}

#sidebar .nav-link {
  color: rgba(255,255,255,0.95);
  padding: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow: hidden;
  text-align: left;
  outline: none;
  height: 2rem;
  width: 100%;
  justify-content: flex-start;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
  margin-top: 0.75rem;
}

#sidebar .nav-link:hover {
  background-color: #1e293b;
  color: #ffffff;
}

#sidebar .nav-link.active,
#sidebar .nav-link.active:hover {
  background: var(--orange-color);
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}

#sidebar.collapsed { width: 80px; }
#sidebar.collapsed .menu-text { display: none; }

#sidebarToggle{
  padding: 0.25rem 0.5rem;
  font-size: 18px;
  line-height: 1;
}

#sidebarToggle:focus{
  box-shadow: none;
  outline: none;
  border-color: transparent;
}

#sidebarToggle.close-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 2000;
}

table thead tr th{
  font-size: 14px;
  font-weight: 500;
}

table tbody tr td{
  font-size: 14px;
}