/* Hero Button Styles */
.heading-divider {
  height: 2px;
  width: 120px; /* Genişliği artırdım ki yuvarlak kısımlar içeride kalsın */
  background-color: #72AE44;
  margin: 8px auto;
  position: relative;
  border-radius: 2px; /* Köşeleri yuvarlatma */
  animation: pulse 1.5s infinite ease-in-out;
}

.hero-btn {
    background-color: #72AE44 !important;
    border-color: #72AE44 !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
  }
  .hero-btn:hover {
    background-color: #f07c00 !important;
    border-color: #f07c00 !important;
    color: #ffffff !important;
  }
  .hero-single::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  
  /* Feature Item Styles */
  .feature-item[style*="background-color: #72AE44"]:hover {
    background-color: #f07c00 !important;
  }
  .feature-item[style*="background-color: #f07c00"]:hover {
    background-color: #72AE44 !important;
  }
  .feature-item .feature-content h4 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
  }
  
  /* Social Links Styles */
  .social-links-box {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
  }
  .social-link-box {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    transition: all 0.3s ease;
  }
  .social-link-box:hover {
    transform: translateY(-2px);
    color: white;
  }
  .social-link-box.whatsapp {
    background: #25D366;
  }
  .social-link-box.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  }
  
  /* About Card Styles */
  .about-card-container {
    position: relative;
    margin-bottom: 40px;
  }
  .about-area .site-title {
    color: #72AE44;
  }
  .about-image-card {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    height: 400px;
    margin-bottom: 0;
  }
  .title-box {
    background: #72AE44;
    padding: 20px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  }
  .title-box h3 {
    color: white;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
  }
  .title-box p {
    color: white;
    margin: 5px 0 0;
    font-size: 16px;
  }
  .image-wrapper {
    height: 100%;
  }
  .about-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
  }
  .content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(240, 124, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 30px;
  }
  .about-image-card:hover img {
    opacity: 0;
  }
  .about-image-card:hover .content-overlay {
    opacity: 1;
  }
  .content {
    text-align: center;
    color: white;
  }
  .title-box h3 {
    color: white;
    margin: 0;
    font-size: 24px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
  }
  .title-box p {
    color: white;
    margin: 5px 0 0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
  }
  .content h3 {
    color: white;
    margin-bottom: 15px;
    font-size: 28px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
  }
  .content p {
    color: white;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
  }
  
/* Appointment Area - BMI stilinde düzenlenmiş */
.appointment-area {
    background-color: #72AE44;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
  }
  
  /* Resim stili - BMI'daki gibi soldan negatif transform ile kaydırılmış */
  .appointment-img {
    position: relative;
    width: 1024px;
    height: 683px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    transform: translateX(-500px); /* BMI'daki gibi sola doğru kaydırma */
  }
  
  .appointment-image {
    width: 1024px;
    height: 683px;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  }
  
  /* Site başlığı için özel stil */
  .appointment-area .site-heading {
    margin-bottom: 25px;
  }
  
  .appointment-area .site-title {
    color: #050505;
  }
  
  .appointment-area .site-heading p {
    color: #fff;
  }
  
  /* Form içeriği */
  .appointment-content {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }
  
  /* .appointment-form .form-group {
    margin-bottom: 0;
  } */
  
  .appointment-form .form-control,
  .appointment-form .form-select {
    height: 50px;
    border: 2px solid #eee;
    border-radius: 12px;
    padding: 0 20px;
    font-size: 16px;
    transition: all 0.3s ease;
  }
  
  .appointment-form textarea.form-control {
    height: auto;
    padding: 15px 20px;
  }
  
  .appointment-form .form-control:focus,
  .appointment-form .form-select:focus {
    border-color: #ff7e31;
    box-shadow: 0 0 0 3px rgba(255,126,49,0.1);
  }
  
  .appointment-form input[type="tel"],
  .appointment-form input[type="email"],
  .appointment-form input[type="text"] {
    letter-spacing: 0.5px;
  }
  
  .appointment-form .theme-btn {
    padding: 15px 40px;
    font-size: 16px;
    margin-top: 20px;
    background-color: #72AE44;
    transition: background-color 0.3s ease;
  }
  
  .appointment-form .theme-btn:hover {
    background-color: #ff7e31;
  }
  
  /* Responsive düzenlemeler */
  @media (max-width: 1200px) {
    .appointment-img {
      width: 100%;
      height: auto;
      max-width: 1024px;
      transform: none; /* Küçük ekranlarda transform kaldırılır */
      margin: 0;
    }
    
    .appointment-image {
      width: 100%;
      height: auto;
    }
  }
  
  @media (max-width: 768px) {
    .appointment-img {
      margin-bottom: 30px;
    }
    
    .appointment-content {
      padding: 25px;
    }
  }
  
  @keyframes float {
    0% {
      transform: translateX(0px);
    }
    50% {
      transform: translateX(11px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  
  /* BMI Calculator Styles */
  .bmi-calculator-area {
    background-color: #f8f9fa;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
  }
  .bmi-image {
    position: relative;
    width: 1024px;
    height: 683px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    transform: translateX(-500px);
  }
  .bmi-image img {
    width: 1024px;
    height: 683px;
    object-fit: cover;
    border-radius: 20px;
    animation: float 3s ease-in-out infinite;
    position: relative;
    z-index: 2;
  }
  @media (max-width: 1200px) {
    .bmi-image {
      width: 100%;
      height: auto;
      max-width: 1024px;
      transform: none;
      margin: 0;
    }
  }
  @media (max-width: 768px) {
    .bmi-image {
      margin-bottom: 30px;
    }
  }
  .bmi-calculator-content {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }
  .bmi-form .form-group {
    margin-bottom: 0;
  }
  .bmi-form .form-label {
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
  }
  .bmi-form .form-label i {
    color: #ff7e31;
    margin-right: 8px;
  }
  .bmi-form .form-control {
    height: 55px;
    border: 2px solid #eee;
    border-radius: 12px;
    padding: 0 20px;
    font-size: 16px;
    transition: all 0.3s ease;
  }
  .bmi-form input[type="tel"],
  .bmi-form input[type="email"],
  .bmi-form input[type="text"] {
    letter-spacing: 0.5px;
  }
  .bmi-form .form-control:focus {
    border-color: #ff7e31;
    box-shadow: 0 0 0 3px rgba(255,126,49,0.1);
  }
  .bmi-form .theme-btn {
    padding: 15px 40px;
    font-size: 16px;
    margin-top: 20px;
    background-color: #72AE44;
    transition: background-color 0.3s ease;
  }
  .bmi-form .theme-btn:hover {
    background-color: #ff7e31;
  }
  .bmi-result {
    margin-top: 30px;
    text-align: center;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 15px;
    border-left: 4px solid #ff7e31;
  }
  .bmi-value {
    font-size: 32px;
    font-weight: bold;
    color: #ff7e31;
    margin: 15px 0;
  }
  .bmi-category {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
  }
  .bmi-scale {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }
  .scale-item {
    text-align: center;
    flex: 1;
    padding: 0 10px;
  }
  .scale-item .dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 auto 8px;
    background: #ddd;
  }
  .scale-item[data-range="Zayıf"] .dot { background: #ffd700; }
  .scale-item[data-range="Normal"] .dot { background: #72ae44; }
  .scale-item[data-range="Fazla Kilolu"] .dot { background: #ffa500; }
  .scale-item[data-range="Obez"] .dot { background: #ff4444; }
  .scale-item .label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
  }
  .scale-item .range {
    display: block;
    font-size: 12px;
    color: #666;
  }
  @media (max-width: 768px) {
    .bmi-calculator-content {
      padding: 25px;
    }
    .bmi-scale {
      flex-wrap: wrap;
    }
    .scale-item {
      flex: 0 0 50%;
      margin-bottom: 15px;
    }
  }
  @keyframes float {
    0% {
      transform: translateX(0px);
    }
    50% {
      transform: translateX(11px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  
  /* Meal Details Styles */
  .meal-details {
    padding: 20px;
  }
  .meal-details ul li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-family: 'Poppins', sans-serif;
  }
  .meal-details ul li:last-child {
    border-bottom: none;
  }
  .nutrition-info {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
  }
  .nutrition-info p {
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
    color: #000000;
  }
  .modal-content {
    border-radius: 10px;
  }
  .modal-header {
    background-color: #72AE44;
    color: #f07c00;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .modal-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    text-align: center;
    width: 100%;
  }
  .btn-close {
    color: white;
    position: absolute;
    right: 15px;
  }
  
  /* Tuesday Meal Details Styles */
  .tuesday-meal-details {
    padding: 20px;
    font-family: 'Poppins', sans-serif;
  }
  .tuesday-meal-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .tuesday-meal-details ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
  }
  .tuesday-meal-details ul li:last-child {
    border-bottom: none;
  }
  .tuesday-nutrition-info {
    margin-top: 25px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  }
  .tuesday-nutrition-info p {
    margin-bottom: 10px;
    color: #333;
  }
  #tuesdayDietModal .modal-content {
    border-radius: 15px;
    border: none;
  }
  #tuesdayDietModal .modal-header {
    background-color: #72AE44;
    color: white;
    border-radius: 15px 15px 0 0;
    padding: 15px 20px;
  }
  #tuesdayDietModal .modal-title {
    font-weight: 600;
    font-size: 1.2rem;
  }
  #tuesdayDietModal .btn-close {
    background-color: white;
    opacity: 0.8;
  }
  #tuesdayDietModal .btn-close:hover {
    opacity: 1;
  }
  
  /* Wednesday Meal Details Styles */
  .wednesday-meal-details {
    padding: 20px;
    font-family: 'Poppins', sans-serif;
  }
  .wednesday-meal-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .wednesday-meal-details ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
  }
  .wednesday-meal-details ul li:last-child {
    border-bottom: none;
  }
  .wednesday-nutrition-info {
    margin-top: 25px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  }
  .wednesday-nutrition-info p {
    margin-bottom: 10px;
    color: #333;
  }
  #wednesdayDietModal .modal-content {
    border-radius: 15px;
    border: none;
  }
  #wednesdayDietModal .modal-header {
    background-color: #72AE44;
    color: white;
    border-radius: 15px 15px 0 0;
    padding: 15px 20px;
  }
  #wednesdayDietModal .modal-title {
    font-weight: 600;
    font-size: 1.2rem;
  }
  #wednesdayDietModal .btn-close {
    background-color: white;
    opacity: 0.8;
  }
  #wednesdayDietModal .btn-close:hover {
    opacity: 1;
  }
  
  /* Thursday Meal Details Styles */
  .thursday-meal-details {
    padding: 20px;
    font-family: 'Poppins', sans-serif;
  }
  .thursday-meal-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .thursday-meal-details ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
  }
  .thursday-meal-details ul li:last-child {
    border-bottom: none;
  }
  .thursday-nutrition-info {
    margin-top: 25px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  }
  .thursday-nutrition-info p {
    margin-bottom: 10px;
    color: #333;
  }
  #thursdayDietModal .modal-content {
    border-radius: 15px;
    border: none;
  }
  #thursdayDietModal .modal-header {
    background-color: #72AE44;
    color: white;
    border-radius: 15px 15px 0 0;
    padding: 15px 20px;
  }
  #thursdayDietModal .modal-title {
    font-weight: 600;
    font-size: 1.2rem;
  }
  #thursdayDietModal .btn-close {
    background-color: white;
    opacity: 0.8;
  }
  #thursdayDietModal .btn-close:hover {
    opacity: 1;
  }
  
  /* Friday Meal Details Styles */
  .friday-meal-details {
    padding: 20px;
    font-family: 'Poppins', sans-serif;
  }
  .friday-meal-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .friday-meal-details ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
  }
  .friday-meal-details ul li:last-child {
    border-bottom: none;
  }
  .friday-nutrition-info {
    margin-top: 25px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  }
  .friday-nutrition-info p {
    margin-bottom: 10px;
    color: #333;
  }
  #fridayDietModal .modal-content {
    border-radius: 15px;
    border: none;
  }
  #fridayDietModal .modal-header {
    background-color: #72AE44;
    color: white;
    border-radius: 15px 15px 0 0;
    padding: 15px 20px;
  }
  #fridayDietModal .modal-title {
    font-weight: 600;
    font-size: 1.2rem;
  }
  #fridayDietModal .btn-close {
    background-color: white;
    opacity: 0.8;
  }
  #fridayDietModal .btn-close:hover {
    opacity: 1;
  }
  
  /* Saturday Meal Details Styles */
  .saturday-meal-details {
    padding: 20px;
    font-family: 'Poppins', sans-serif;
  }
  .saturday-meal-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .saturday-meal-details ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
  }
  .saturday-meal-details ul li:last-child {
    border-bottom: none;
  }
  .saturday-nutrition-info {
    margin-top: 25px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  }
  .saturday-nutrition-info p {
    margin-bottom: 10px;
    color: #333;
  }
  #saturdayDietModal .modal-content {
    border-radius: 15px;
    border: none;
  }
  #saturdayDietModal .modal-header {
    background-color: #72AE44;
    color: white;
    border-radius: 15px 15px 0 0;
    padding: 15px 20px;
  }
  #saturdayDietModal .modal-title {
    font-weight: 600;
    font-size: 1.2rem;
  }
  #saturdayDietModal .btn-close {
    background-color: white;
    opacity: 0.8;
  }
  #saturdayDietModal .btn-close:hover {
    opacity: 1;
  }
  
  /* Sunday Meal Details Styles */
  .sunday-meal-details {
    padding: 20px;
    font-family: 'Poppins', sans-serif;
  }
  .sunday-meal-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .sunday-meal-details ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
  }
  .sunday-meal-details ul li:last-child {
    border-bottom: none;
  }
  .sunday-nutrition-info {
    margin-top: 25px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  }
  .sunday-nutrition-info p {
    margin-bottom: 10px;
    color: #333;
  }
  #sundayDietModal .modal-content {
    border-radius: 15px;
    border: none;
  }
  #sundayDietModal .modal-header {
    background-color: #72AE44;
    color: white;
    border-radius: 15px 15px 0 0;
    padding: 15px 20px;
  }
  #sundayDietModal .modal-title {
    font-weight: 600;
    font-size: 1.2rem;
  }
  #sundayDietModal .btn-close {
    background-color: white;
    opacity: 0.8;
  }
  #sundayDietModal .btn-close:hover {
    opacity: 1;
  }
  
  /* Blog Button Styles */
  .site-heading .theme-btn {
    transition: all 0.3s ease;
  }
  .site-heading .theme-btn:hover {
    background-color: #ff7e31;
    border-color: #ff7e31;
    color: #ffffff;
  }
  .service-arrow .theme-btn {
    transition: all 0.3s ease;
  }
  .service-arrow .theme-btn:hover {
    background-color: #ff7e31;
    border-color: #ff7e31;
    color: #ffffff;
  }
  
/* ------------ Welcome Modal Styles ------------ */

/* Modal genel stilleri */
#welcomeModal .modal-content {
    border-radius: 15px;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
  /* Modal boyutunu artırma */
  #welcomeModal .modal-dialog {
    max-width: 900px; /* Modal'ın toplam genişliğini artırıyoruz */
  }
  
  /* Resim alanı stilleri */
  #welcomeModal .welcome-image {
    height: 100%;
  }
  
  #welcomeModal .object-fit-cover {
    object-fit: cover;
  }
  
  /* Başlık için divider çizgisi */
  #welcomeModal .heading-divider {
    height: 3px;
    width: 70px;
    background-color: #72AE44;
    margin: 15px auto;
  }
  
  /* Kapatma butonu */
  #welcomeModal .btn-close {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 10px;
    opacity: 0.8;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  
  #welcomeModal .btn-close:hover {
    opacity: 1;
    transform: scale(1.1);
  }
  
  #welcomeModal .modal-header {
    z-index: 100;
  }
  
  /* İçerik stilleri */
  #welcomeModal .modal-title {
    font-size: 28px;
    letter-spacing: 0.5px;
  }
  
  #welcomeModal p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
  }
  
  /* Butonlar için stil */
  #welcomeModal .welcome-btn {
    background-color: #72AE44;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(114, 174, 68, 0.2);
    min-width: 140px;
  }
  
  #welcomeModal .welcome-btn:hover {
    background-color: #f07c00;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(240, 124, 0, 0.3);
  }
  
  /* Animasyon efekti */
  #welcomeModal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: scale(0.95);
  }
  
  #welcomeModal.show .modal-dialog {
    transform: scale(1);
  }
  
  /* Responsive ayarlamalar - Tablet */
  @media (max-width: 991.98px) {
    #welcomeModal .modal-dialog {
      max-width: 700px;
    }
    
    #welcomeModal .modal-title {
      font-size: 24px;
    }
    
    #welcomeModal p {
      font-size: 14px;
    }
  }
  
  /* Responsive ayarlamalar - Mobil */
  @media (max-width: 767.98px) {
    #welcomeModal .modal-dialog {
      margin: 10px;
    }
    
    #welcomeModal .welcome-image {
      height: 200px;
    }
    
    #welcomeModal .p-md-5 {
      padding: 2rem !important;
    }
    
    #welcomeModal .welcome-btn {
      width: 100%;
      margin-bottom: 10px;
    }
    
    #welcomeModal .modal-title {
      font-size: 22px;
    }
    
    #welcomeModal .heading-divider {
      margin: 10px auto;
    }
    
    #welcomeModal .row .col-md-5,
    #welcomeModal .row .col-md-7 {
      width: 100%;
    }
    
    #welcomeModal .modal-content {
      border-radius: 10px;
    }
  }
  
  /* Extra küçük ekranlar için ayarlamalar */
  @media (max-width: 575.98px) {
    #welcomeModal .modal-dialog {
      margin: 5px;
    }
    
    #welcomeModal .modal-body {
      padding: 0;
    }
    
    #welcomeModal .welcome-image {
      height: 160px;
    }
    
    #welcomeModal .p-4 {
      padding: 1rem !important;
    }
    
    #welcomeModal .btn-close {
      top: 10px;
      right: 10px;
    }
  }
  
  /* Popup medya sorguları */
  @media (max-width: 767px) {
    #welcomeModal .row .col-md-6:first-child,
    #welcomeModal .row .col-md-6:last-child {
      flex: 0 0 100%;
      max-width: 100%;
    }
    
    #welcomeModal .welcome-image {
      height: 250px; /* Mobilde yüksekliği ayarla */
      border-radius: 15px 15px 0 0;
    }
  }
  
  /* Genel Form Elemanları */
  .form-group {
    margin-bottom: 15px;
  }
  .form-control, .form-select {
    height: 50px;
    padding: 10px 15px;
  }
  textarea.form-control {
    height: auto;
    min-height: 120px;
  }