/* Google Fonts */
@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,400&display=swap');
@import url('//fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

/* Font Awesome */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

/* Existing Liberty Styles */
@import url('style-liberty.css');

/* Özel Stiller */
.brand-name {
  font-family: 'Courgette', cursive;
  font-size: 28px;
  text-transform: none;
  transition: color 0.3s ease;
  vertical-align: middle;
  margin-left: 5px;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

#brandLogo {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}

.brand-name {
  font-family: 'Courgette', cursive;
  font-size: 35px !important;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
}

.social-icons a.facebook {
  background: #3b5998;
}

.social-icons a.instagram {
  background: #e4405f;
}

.social-icons a.twitter {
  background: #1da1f2;
}

.social-icons a.youtube {
  background: #ff0000;
}

.social-icons a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.social-media-links {
  display: none;
}

.top-social-bar {
  background-color: #f1f3f5;
  padding: 8px 0;
  border-bottom: 1px solid #dee2e6;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
}

.top-social-bar .social-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.top-social-bar .social-icons a {
  margin-left: 15px;
  color: #495057;
  transition: color 0.3s ease;
  font-size: 14px;
}

.top-social-bar .social-icons a:hover {
  color: #007bff;
}

#whatsAppWidget {
  position: fixed !important;
  bottom: 20px !important;
  left: 20px !important;
  z-index: 9999 !important;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
  font-size: 34px;
  text-align: center;
  line-height: 52px;
  color: white;
  background: #25d366;
  animation: whatsapp-bounce 2s infinite;
}

#site-header {
  margin-top: 0;
}

.social-media-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  z-index: 10000 !important;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.social-media-modal.show {
  opacity: 1;
  visibility: visible;
}

.social-media-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999 !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.social-media-modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.social-media-modal .social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.social-media-modal .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.social-media-modal .social-icons a:hover {
  transform: scale(1.1);
}

.social-media-modal .social-icons a.facebook {
  background-color: #3b5998;
}

.social-media-modal .social-icons a.instagram {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.social-media-modal .social-icons a.twitter {
  background-color: #1da1f2;
}

.social-media-modal .social-icons a.youtube {
  background-color: #ff0000;
}

.social-media-modal .close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
  transition: color 0.3s ease;
}

.social-media-modal .close-modal:hover {
  color: #333;
}

.brand-name {
  font-family: 'Courgette', cursive;
  font-size: 28px;
  text-transform: none;
  transition: color 0.3s ease;
  vertical-align: middle;
  margin-left: 5px;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

#brandLogo {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.brand-name {
  font-family: 'Courgette', cursive;
  font-size: 35px !important;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
}

.social-icons a.facebook {
  background: #3b5998;
}

.social-icons a.instagram {
  background: #e4405f;
}

.social-icons a.twitter {
  background: #1da1f2;
}

.social-icons a.youtube {
  background: #ff0000;
}

.social-icons a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#whatsAppWidget {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
  font-size: 34px;
  text-align: center;
  line-height: 52px;
  color: white;
  background: #25d366;
  animation: whatsapp-bounce 2s infinite;
}

#whatsAppWidget:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, .6);
  animation: none;
}

@keyframes whatsapp-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
  /* Arama sonuçları için stiller */
#searchResults {
margin-top: 50px;
padding-top: 30px;
border-top: 1px solid #eee;
}

.available-dates {
font-size: 13px;
color: #666;
padding-left: 20px;
}

.tour-dates {
display: inline-flex;
align-items: center;
font-size: 14px;
color: #6c757d;
background-color: #f8f9fa;
padding: 5px 12px;
border-radius: 50px;
width: fit-content;
flex-wrap: wrap;
}

.tour-dates i {
margin-right: 5px;
color: #ff4e00;
}

/* Tarihlerin listesi için stiller */
.tour-dates .available-dates {
width: 100%;
margin-top: 5px;
}

/* Responsive düzeltmeler */
@media (max-width: 576px) {
.tour-dates {
  width: 100%;
}
}

/* Arama bölümü için stiller */
.search-section {
background-color: #f8f9fa;
border-bottom: 1px solid #e9ecef;
position: relative;
z-index: 99;
}

.search-section .form-control {
height: 50px;
border-radius: 4px;
border: 1px solid #ced4da;
}

.search-section .btn {
height: 50px;
}

/* Arama sonuçları için stiller */
#searchResults {
margin-top: 0;
padding-top: 0;
}

.available-dates {
font-size: 13px;
color: #666;
padding-left: 20px;
}

.tour-dates {
display: inline-flex;
align-items: center;
font-size: 14px;
color: #6c757d;
background-color: #f8f9fa;
padding: 5px 12px;
border-radius: 50px;
width: fit-content;
flex-wrap: wrap;
}

.tour-dates i {
margin-right: 5px;
color: #ff4e00;
}

/* Tarihlerin listesi için stiller */
.tour-dates .available-dates {
width: 100%;
margin-top: 5px;
}

/* Responsive düzeltmeler */
@media (max-width: 576px) {
.tour-dates {
  width: 100%;
}

.contact-options {
  flex-direction: column;
  gap: 10px;
}

.contact-btn, .whatsapp-btn {
  width: 100%;
  justify-content: center;
  margin-right: 0 !important;
}
}

/* Hover effect on the tour cards */
.hover-effect {
transition: all 0.3s ease;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.hover-effect:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Custom button styles */
.contact-btn, .whatsapp-btn {
display: inline-flex;
align-items: center;
padding: 8px 16px;
border-radius: 50px;
font-size: 14px;
font-weight: 600;
transition: all 0.3s ease;
text-decoration: none;
box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.contact-btn {
background: linear-gradient(135deg, #42a5f5, #4377e8);
color: white;
}

.contact-btn:hover {
background: linear-gradient(135deg, #4377e8, #3f51b5);
transform: translateY(-2px);
box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}

.whatsapp-btn {
background: linear-gradient(135deg, #25d366, #128C7E);
color: white;
}

.whatsapp-btn:hover {
background: linear-gradient(135deg, #128C7E, #075E54);
transform: translateY(-2px);
box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}

.contact-icon {
margin-right: 5px;
}

/* Tour duration styling */
.tour-duration {
display: inline-flex;
align-items: center;
font-size: 14px;
color: #6c757d;
background-color: #f8f9fa;
padding: 5px 12px;
border-radius: 50px;
width: fit-content;
}

.tour-duration i {
margin-right: 5px;
color: #ff4e00;
}

/* Make the images more attractive */
.subject-img img {
transition: all 0.5s ease;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.subject-card:hover .subject-img img {
transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 576px) {
.contact-options {
  flex-direction: column;
  gap: 10px;
}

.contact-btn, .whatsapp-btn {
  width: 100%;
  justify-content: center;
  margin-right: 0 !important;
}
}

/* Rezervasyon Bölümü Stilleri */
.reservation-section {
background-color: var(--bg-light);
position: relative;
}

.reservation-section::before {
content: "";
background: url('assets/images/pattern.png') repeat;
opacity: 0.05;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
}

.reservation-section .container {
position: relative;
z-index: 1;
}

.reservation-card {
border: none;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
}

.reservation-card:hover {
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
transform: translateY(-5px);
}

.reservation-card .card-header {
background: linear-gradient(135deg, var(--secondary-color), #ec9f05) !important;
padding: 18px 25px;
border-bottom: none;
}

.reservation-card .card-header h4 {
font-size: 20px;
letter-spacing: 0.5px;
}

.reservation-form label {
font-weight: 600;
font-size: 14px;
color: var(--heading-color);
margin-bottom: 8px;
}

.custom-select, 
.reservation-form .form-control {
height: 50px;
border: 1px solid var(--border-color);
border-radius: 8px;
font-size: 15px;
color: var(--heading-color);
box-shadow: none;
transition: all 0.3s ease;
}

.custom-select:focus, 
.reservation-form .form-control:focus {
border-color: var(--secondary-color);
box-shadow: 0 0 0 0.2rem rgba(255, 22, 84, 0.15);
}

.custom-select {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12'%3e%3cpath fill='%23FF1654' d='M2 0L0 2h4zm0 12L0 10h4z'/%3e%3c/svg%3e") !important;
background-repeat: no-repeat;
background-position: right 1rem center;
background-size: 8px 12px;
padding-right: 2rem;
}

.reservation-btn {
height: 50px;
background: linear-gradient(135deg, var(--secondary-color), #ec9f05);
border: none;
box-shadow: 0 4px 15px rgba(255, 22, 84, 0.3);
transition: all 0.3s ease;
font-weight: 600;
letter-spacing: 0.5px;
text-transform: uppercase;
font-size: 14px;
}

.reservation-btn:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(255, 22, 84, 0.4);
}

.custom-checkbox .form-check-input {
margin-top: 0.3em;
}

.form-check-label a {
color: var(--secondary-color);
font-weight: 600;
text-decoration: none;
}

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

.reservation-info {
padding: 10px 15px;
background-color: #f8f9fa;
border-radius: 6px;
border-left: 3px solid var(--secondary-color);
}

/* Rezervasyon Avantajları */
.reservation-advantages {
margin-top: 40px;
}

.advantage-item {
display: flex;
align-items: center;
padding: 15px;
background-color: var(--bg-color);
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
}

.advantage-item:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.advantage-icon {
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--secondary-color), #ec9f05);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
color: white;
font-size: 20px;
}

.advantage-text h5 {
font-size: 16px;
margin-bottom: 5px;
color: var(--heading-color);
font-weight: 600;
}

.advantage-text p {
font-size: 14px;
margin-bottom: 0;
color: var(--font-color);
}

/* Şartlar ve Koşullar Modal */
.modal-content {
border: none;
border-radius: 10px;
overflow: hidden;
}

.modal-header {
background: linear-gradient(135deg, var(--secondary-color), #ec9f05);
color: white;
border-bottom: none;
}

.modal-title {
font-weight: 600;
}

.modal-body {
padding: 25px;
}

.modal-footer {
border-top: none;
}

.modal-footer .btn-primary {
background: linear-gradient(135deg, var(--secondary-color), #ec9f05);
border: none;
}

/* Responsive Düzenlemeler */
@media (max-width: 991px) {
.reservation-card .card-header h4 {
font-size: 18px;
}

.reservation-btn {
font-size: 13px;
}
}

@media (max-width: 767px) {
.advantage-item {
margin-bottom: 15px;
}

.reservation-btn {
margin-top: 10px;
}
}

@media (max-width: 576px) {
.reservation-card .card-body {
padding: 20px 15px;
}

.advantage-item {
flex-direction: column;
text-align: center;
}

.advantage-icon {
margin-right: 0;
margin-bottom: 10px;
}
}
/* Gece Modu (Dark Mode) Stil Ayarları */
body.dark-mode {
--bg-color: #1a1a1a;
--heading-color: #ffffff;
--font-color: #e0e0e0;
--border-color: #333333;
--card-bg: #2a2a2a;
--section-bg: #222222;
--footer-bg: #222222;
background-color: var(--bg-color);
color: var(--font-color);
}

/* Header ve Navigasyon */
body.dark-mode #site-header {
background-color: rgba(32, 32, 32, 0.9);
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

body.dark-mode .navbar-nav .nav-link {
color: #e0e0e0;
}

body.dark-mode .navbar-nav .nav-link:hover,
body.dark-mode .navbar-nav .nav-item.active .nav-link {
color: #ff4e00;
}

body.dark-mode .navbar-toggler {
background-color: #333;
}

/* Kartlar ve Bölümler */
body.dark-mode .card,
body.dark-mode .subject-card-header {
background-color: var(--card-bg);
border-color: var(--border-color);
}

body.dark-mode .area-box {
background-color: var(--card-bg);
}

body.dark-mode .hover-effect {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

body.dark-mode .hover-effect:hover {
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Başlıklar ve Metinler */
body.dark-mode h1, 
body.dark-mode h2, 
body.dark-mode h3, 
body.dark-mode h4, 
body.dark-mode h5, 
body.dark-mode h6 {
color: var(--heading-color);
}

body.dark-mode p {
color: var(--font-color);
}

body.dark-mode .hny-title {
color: var(--heading-color);
}

body.dark-mode .sub-title {
color: #ff4e00;
}

body.dark-mode a {
color: #4db8ff;
}

body.dark-mode a:hover {
color: #ff4e00;
}

/* Form Elemanları */
body.dark-mode input, 
body.dark-mode select, 
body.dark-mode textarea {
background-color: #333;
border-color: #555;
color: #fff;
}

body.dark-mode input:focus, 
body.dark-mode select:focus, 
body.dark-mode textarea:focus {
border-color: #ff4e00;
box-shadow: 0 0 0 0.2rem rgba(255, 78, 0, 0.25);
}

body.dark-mode ::placeholder {
color: #aaa;
}

/* Butonlar */
body.dark-mode .btn-secondary {
background-color: #ff4e00;
border-color: #ff4e00;
}

body.dark-mode .btn-primary {
background-color: #061c2a;
border-color: #4db8ff;
}

/* Rezervasyon Widget */
body.dark-mode .reservation-card {
background-color: var(--card-bg);
}

body.dark-mode .reservation-card .card-header {
background: linear-gradient(135deg, #ff4e00, #8B0000) !important;
}

body.dark-mode .form-check-label {
color: var(--font-color);
}

body.dark-mode .custom-select {
background-color: #333;
color: #fff;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
}

/* Turlar Bölümü */
body.dark-mode .tour-duration {
background-color: #333;
color: #ddd;
}

body.dark-mode .tour-dates {
background-color: #333;
color: #ddd;
}

body.dark-mode .available-dates {
color: #bbb;
}

body.dark-mode .tour-price .price {
color: #ff6e3a;
}

body.dark-mode .tour-price .price-from, 
body.dark-mode .tour-price .per-person {
color: #aaa;
}

/* İletişim ve Yorum Bölümleri */
body.dark-mode .contact-info {
background-color: #2d2d2d;
}

body.dark-mode .contact-details h4 {
color: #fff;
}

body.dark-mode .contact-details p, 
body.dark-mode .contact-details a {
color: #ccc;
}

body.dark-mode .comment-item:hover {
background-color: #2a2a2a;
}

body.dark-mode .comment-reply {
background-color: #2a2a2a;
}

body.dark-mode .media .name {
color: #fff;
}

/* Search Section */
body.dark-mode .search-section {
background-color: #272727;
border-bottom: 1px solid #333;
}

/* Footer */
body.dark-mode .w3l-footer-16-main {
background-color: var(--footer-bg);
}

body.dark-mode .footer-gd-16 li a {
color: #bbb;
}

body.dark-mode .footer-gd-16 li a:hover {
color: #ff4e00;
}

body.dark-mode .below-section {
border-top: 1px solid #333;
}

/* Slider */
body.dark-mode #sliderTitle, body.dark-mode #sliderSubtitle {
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

/* Modal */
body.dark-mode .social-media-modal {
background-color: #222;
color: #fff;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}

body.dark-mode .close-modal {
color: #ccc;
}

body.dark-mode .alert-success {
background-color: #1e4620;
color: #a4e9a4;
border-color: #2a6b2a;
}

body.dark-mode .alert-info {
background-color: #1b3a4a;
color: #93d4f0;
border-color: #2c6280;
}

/* WhatsApp Widget */
body.dark-mode #whatsAppWidget {
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

/* Stats Section */
body.dark-mode .counter {
color: #ff4e00;
}

body.dark-mode .stats_info h4 {
color: #fff;
}

/* Testimonials */
body.dark-mode .testimonial {
background-color: var(--card-bg);
}

body.dark-mode blockquote {
color: #ddd;
}

body.dark-mode .icon-quote span {
color: #ff4e00;
}

body.dark-mode .peopl h3 {
color: #fff;
}

body.dark-mode .peopl .indentity {
color: #aaa;
}

/* Scroll to Top Button */
body.dark-mode #movetop {
background-color: #ff4e00;
color: #fff;
}

/* Dark mode için arama bölümü stilleri - daha güçlü seçicilerle */
.dark-mode .search-section,
.dark-mode section.search-section,
.dark-mode .search-section.py-4,
.dark-mode section.search-section.py-4.bg-light {
background-color: #222 !important;
border-bottom: 1px solid #333 !important;
}

.dark-mode .search-section .title-content h3,
.dark-mode section.search-section .title-content h3,
.dark-mode .search-section .hny-title {
color: #fff !important;
}

.dark-mode .search-section .title-content p,
.dark-mode section.search-section .title-content p {
color: #aaa !important;
}

.dark-mode .search-section .form-control,
.dark-mode .search-section input,
.dark-mode .search-section select,
.dark-mode #locationSelect,
.dark-mode #tourDate {
background-color: #333 !important;
border-color: #444 !important;
color: #fff !important;
}

.dark-mode .search-section .form-control::placeholder,
.dark-mode .search-section input::placeholder {
color: #aaa !important;
}

.dark-mode .search-section .selectpicker,
.dark-mode .search-section .form-control.selectpicker {
background-color: #333 !important;
color: #fff !important;
}

.dark-mode .search-section select option,
.dark-mode #locationSelect option {
background-color: #333 !important;
color: #fff !important;
}

/* Arama sonuçları için dark mode stilleri */
.dark-mode #searchResults,
.dark-mode section#searchResults {
background-color: #2a2a2a !important;
}

/* Ek olarak bg-light sınıfını geçersiz kılma */
.dark-mode .bg-light {
background-color: #222 !important;
}

.dark-mode #searchResults .hny-title {
color: #fff;
}

.dark-mode #searchResults #resultsCount {
color: #ddd;
}

.dark-mode .subject-card-header {
background-color: #333;
}

.dark-mode .subject-card-header h4 {
color: #fff;
}

.dark-mode .subject-card-header p {
color: #ccc;
}

.dark-mode .tour-duration {
background-color: #444;
color: #ddd;
}

.dark-mode .tour-dates {
background-color: #444;
color: #ddd;
}

.dark-mode .tour-dates .available-dates {
color: #bbb;
}

/* Rezervasyon formu için dark mode stilleri */
.dark-mode #reservationForm,
.dark-mode form#reservationForm,
.dark-mode .reservation-form {
background-color: #333 !important;
border-color: #444 !important;
padding: 20px !important;
border-radius: 8px !important;
margin-top: 15px !important;
margin-bottom: 15px !important;
}

.dark-mode #reservationForm label {
color: #ddd;
}

.dark-mode #reservationForm .form-control {
background-color: #444;
border-color: #555;
color: #fff;
}

.dark-mode #reservationForm .custom-select {
background-color: #444;
border-color: #555;
color: #fff;
}

.dark-mode #reservationForm .form-check-label {
color: #ccc;
}

/* Tarih seçici için dark mode düzeltmesi */
.dark-mode input[type="date"] {
color-scheme: dark;
background-color: #333 !important;
color: #fff !important;
border-color: #444 !important;
}

/* Ek CSS düzeltmeler - inline styling ile mücadele için */
.dark-mode [style*="background-color"] {
background-color: #222 !important;
}

.dark-mode [style*="color: white"],
.dark-mode [style*="color:#fff"],
.dark-mode [style*="color: #fff"] {
color: #fff !important;
}

.dark-mode section[style*="background"] {
background-color: #222 !important;
}

/* Dark mode için ek stil düzeltmeleri */
.dark-mode .book-form {
background-color: #222 !important;
}

.dark-mode .btn-style.btn-secondary {
background-color: #b60000 !important;
border-color: #555 !important;
color: #fff !important;
}

.dark-mode .btn-style.btn-secondary:hover {
background-color: #ef3939 !important;
border-color: #870606 !important;
}

/* Çerçeve ve kenarlık renkleri */
.dark-mode .search-wthree-field {
background-color: #222 !important;
}

.dark-mode .flex-wrap.search-wthree-field {
background-color: #222 !important;
}

/* Mobil ve responsive düzeltmeler */
@media (max-width: 576px) {
.dark-mode .search-section .form-control,
.dark-mode .search-section .btn {
margin-bottom: 10px;
}
}
  /* TURSAB Belge Stili */
  .tursab-verification {
    margin-top: 15px;
  }
  
  .tursab-badge {
    display: block;
  }
  
  .tursab-img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
  }
  
  @media (max-width: 768px) {
    .tursab-img {
      max-width: 180px;
    }
  }

   /* Sertifikalar Bölümü Stilleri */
   .certificates-container {
    margin-top: 30px;
}

.certificate-card {
    background-color: var(--bg-color, #fff);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.certificate-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.certificate-header {
    background: linear-gradient(135deg, var(--secondary-color, #ff4e00), #ec9f05);
    padding: 15px 20px;
    color: white;
}

.certificate-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: white !important;
}

.certificate-header h4 i {
    margin-right: 10px;
    font-size: 20px;
}

.certificate-img {
    padding: 20px;
    background-color: var(--bg-color, #fff);
    display: flex;
    justify-content: center;
    align-items: center;
}

.certificate-img img {
    max-height: 300px;
    width: auto;
    object-fit: contain;
    border-radius: 5px;
    border: 1px solid var(--border-color, #eee);
}

.certificate-info {
    padding: 20px;
    flex-grow: 1;
    border-top: 1px solid var(--border-color, #eee);
}

.certificate-info p {
    margin-bottom: 10px;
    color: var(--font-color, #666);
}

.certificate-info p:last-child {
    margin-bottom: 0;
}

.certificate-info p strong {
    color: var(--heading-color, #333);
    font-weight: 600;
}

.certificates-note {
    margin-top: 30px;
}

.alert-info {
    background-color: rgba(var(--primary-rgb, 0, 123, 255), 0.1);
    border-left: 4px solid var(--primary-color, #0d6efd);
    color: var(--heading-color, #333);
    padding: 15px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.alert-info i {
    color: var(--primary-color, #0d6efd);
    font-size: 18px;
    margin-right: 10px;
}


/* Responsive Ayarlamalar */
@media (max-width: 991px) {
    .certificate-header h4 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .certificate-img img {
        max-height: 250px;
    }
}

@media (max-width: 576px) {
    .certificate-header h4 {
        font-size: 15px;
    }
    
    .certificate-info {
        padding: 15px;
    }
}


/* Improved Dark Mode CSS for Certificates Section */

/* Target the entire certificates section */
body.dark-mode #certificates {
  background-color: #222222 !important;
  color: #e0e0e0 !important;
}

/* Certificate section titles */
body.dark-mode #certificates .sub-title {
  color: #ff4e00 !important;
}

body.dark-mode #certificates .hny-title {
  color: #ffffff !important;
}

body.dark-mode #certificates h3, 
body.dark-mode #certificates h4, 
body.dark-mode #certificates h6 {
  color: #ffffff !important;
}

body.dark-mode #certificates p {
  color: #e0e0e0 !important;
}

/* Certificate cards */
body.dark-mode #certificates .certificate-card {
  background-color: #2a2a2a !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3) !important;
}

body.dark-mode #certificates .certificate-card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4) !important;
}

/* Certificate card header */
body.dark-mode #certificates .certificate-header {
  background: linear-gradient(135deg, #ff4e00, #ec9f05) !important;
}

body.dark-mode #certificates .certificate-header h4 {
  color: #ffffff !important;
}

/* Certificate image container */
body.dark-mode #certificates .certificate-img {
  background-color: #2a2a2a !important;
}

body.dark-mode #certificates .certificate-img img {
  border: 1px solid #444444 !important;
}

/* Certificate info section */
body.dark-mode #certificates .certificate-info {
  background-color: #2a2a2a !important;
  border-top: 1px solid #444444 !important;
}

body.dark-mode #certificates .certificate-info p {
  color: #cccccc !important;
}

body.dark-mode #certificates .certificate-info p strong {
  color: #ffffff !important;
}

/* Alert box */
body.dark-mode #certificates .alert-info {
  background-color: #1b3a4a !important;
  border-left: 4px solid #4db8ff !important;
  color: #93d4f0 !important;
}

body.dark-mode #certificates .alert-info .mr-2 {
  color: #4db8ff !important;
}

/* Row background fix */
body.dark-mode #certificates .row {
  background-color: transparent !important;
}

/* Force override any inline background colors */
body.dark-mode #certificates [style*="background"] {
  background-color: #222222 !important;
}

body.dark-mode #certificates .container [style*="background"] {
  background-color: #222222 !important;
}

/* Column background fix */
body.dark-mode #certificates .col-lg-12,
body.dark-mode #certificates .col-lg-6,
body.dark-mode #certificates .col-md-4 {
  background-color: transparent !important;
}

/* Specific fix for alert-info inside certificates section */
body.dark-mode #certificates .certificates-note .alert-info {
  background-color: #1b3a4a !important;
  color: #93d4f0 !important;
}

/* Specific fixes for fas icons */
body.dark-mode #certificates .fas.fa-info-circle,
body.dark-mode #certificates .fas.fa-certificate,
body.dark-mode #certificates .fas.fa-award {
  color: #ff4e00 !important;
}

/* Override bootstrap classes if needed */
body.dark-mode #certificates .bg-light {
  background-color: #222222 !important;
}

body.dark-mode #certificates .text-dark {
  color: #ffffff !important;
}

/* Fix for backgrounds with !important */
body.dark-mode #certificates [style*="background"][style*="!important"] {
  background-color: #222222 !important;
}

/* Root level :is selector for better specificity */
body.dark-mode :is(#certificates, #certificates *) {
  --section-bg: #222222;
  --card-bg: #2a2a2a;
  --heading-color: #ffffff;
  --font-color: #e0e0e0;
  --border-color: #444444;
}


#musicControlButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 78, 0, 0.8);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

#musicControlButton:hover {
  transform: scale(1.1);
  background-color: rgba(255, 78, 0, 1);
}

#musicControlButton i {
  font-size: 20px;
}