.elementor-40683 .elementor-element.elementor-element-21a0256{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-40683 .elementor-element.elementor-element-86be5fa > .elementor-container{max-width:800px;}.elementor-40683 .elementor-element.elementor-element-211cf02{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-40683 .elementor-element.elementor-element-2f114b8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-21a0256 */.belka-landing-page-container {
  min-height: 100vh;
  background-color: #fffffa;
}

/* Hero Section */
.belka-hero-section {
  padding: 5rem 1rem;
}

.belka-hero-content-wrapper {
  max-width: 72rem;
  margin: 0 auto;
}

.belka-hero-grid-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .belka-hero-grid-layout {
    grid-template-columns: 1fr 1fr;
  }
}

.belka-hero-visual-container {
  position: relative;
}

.belka-hero-image-wrapper {
  position: relative;
  aspect-ratio: 4 / 4;
  border-radius: 1rem;
  overflow: hidden;
}

.belka-hero-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.belka-hero-badges-top-left {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.belka-hero-badges-bottom-right {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.belka-trustpilot-badge,
.belka-guarantee-badge,
.belka-customers-badge {
  background-color: rgba(255, 255, 255, 0.9);
  color: #0f172a;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.belka-star-icon,
.belka-shield-icon,
.belka-users-icon {
  width: 0.75rem;
  height: 0.75rem;
}

.belka-star-icon {
  color: #eab308;
  fill: #eab308;
}

.belka-shield-icon {
  color: #16a34a;
}

.belka-users-icon {
  color: #2563eb;
}

.belka-hero-text-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.belka-hero-official-badge {
  background-color: #f1f5f9;
  color: #475569;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  width: fit-content;
}

.belka-hero-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .belka-hero-main-title {
    font-size: 3rem;
  }
}

.belka-hero-subtitle {
  font-size: 1.25rem;
  color: #64748b;
}

.belka-hero-description {
  font-size: 1.125rem;
  color: #0f172a;
  line-height: 1.7;
}

.belka-hero-buttons-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px) {
  .belka-hero-buttons-container {
    flex-direction: row;
  }
}

/* Fixed button sizing for better mobile responsiveness */
.belka-primary-button {
  background-color: #059669;
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: background-color 0.2s;
  min-height: 3rem;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .belka-primary-button {
    padding: 1.25rem 2rem;
    font-size: 1.125rem;
    min-height: 3.5rem;
  }
}

.belka-primary-button:hover {
  background-color: #047857;
}

.belka-secondary-button {
  background-color: transparent;
  color: #059669;
  padding: 0.5rem 1rem; /* Daha küçük padding */
  border: 2px solid #059669;
  border-radius: 0.375rem; /* Hafif daha az yuvarlatma */
  font-size: 0.9rem;       /* Daha küçük font */
  font-weight: 500;        /* Orta kalınlık */
  text-decoration: none;
  display: inline-flex;    /* inline daha dar görünmesini sağlar */
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: all 0.2s;
  white-space: nowrap;
}

.belka-secondary-button:hover {
  background-color: #059669;
  color: white;
}

.belka-phone-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.belka-hero-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding-top: 1rem;
}

.belka-hero-benefit-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.belka-check-icon,
.belka-leaf-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #059669;
  flex-shrink: 0;
}

.belka-hero-benefit-item span {
  font-size: 0.875rem;
  font-weight: 500;
}

/* City Check Section */
.belka-city-check-section {
  padding: 4rem 1rem;
  background-color: #d4faef;
}

.belka-city-check-content-wrapper {
  max-width: 64rem;
  margin: 0 auto;
}

.belka-city-check-header {
  text-align: center;
  margin-bottom: 2rem;
}

.belka-city-check-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .belka-city-check-title {
    font-size: 1.875rem;
  }
}

.belka-city-check-description {
  color: #64748b;
}

.belka-city-check-input-container {
  max-width: 28rem;
  margin: 0 auto;
}

.belka-city-input-wrapper {
  position: relative;
}

.belka-map-pin-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  color: #64748b;
}

.belka-city-input-field {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  font-size: 1.125rem;
  border: 2px solid #e2e8f0;
  border-radius: 0.5rem;
  outline: none;
  transition: border-color 0.2s;
}

.belka-city-input-field:focus {
  border-color: #059669;
}

.belka-city-input-field.available {
  border-color: #16a34a;
}

.belka-city-input-field.unavailable {
  border-color: #dc2626;
}

.belka-search-result-container {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid;
}

.belka-search-result-container.available {
  background-color: #f0fdf4;
  border-color: #bbf7d0;
  color: #166534;
}

.belka-search-result-container.unavailable {
  background-color: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}

.belka-search-result-content {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.belka-result-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.belka-result-icon.available {
  color: #16a34a;
}

.belka-result-icon.unavailable {
  color: #dc2626;
}

.belka-result-main-text {
  font-weight: 500;
}

.belka-result-sub-text {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

/* Gallery Section */
.belka-gallery-section {
  padding: 5rem 1rem;
  background-color: rgba(241, 245, 249, 0.2);
}

.belka-gallery-content-wrapper {
  max-width: 72rem;
  margin: 0 auto;
}

.belka-gallery-header {
  text-align: center;
  margin-bottom: 3rem;
}

.belka-gallery-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .belka-gallery-title {
    font-size: 2.25rem;
  }
}

.belka-gallery-description {
  font-size: 1.125rem;
  color: #64748b;
  max-width: 48rem;
  margin: 0 auto;
}

/* Fixed gallery image sizing and aspect ratios */
.belka-gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .belka-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .belka-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.belka-gallery-item {
  border-radius: 0.5rem;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.belka-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.belka-gallery-image:hover {
  transform: scale(1.05);
}

/* About Section */
.belka-about-section {
  padding: 5rem 1rem;
}

.belka-about-content-wrapper {
  max-width: 72rem;
  margin: 0 auto;
}

.belka-about-header {
  text-align: center;
  margin-bottom: 4rem;
}

.belka-about-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .belka-about-title {
    font-size: 2.25rem;
  }
}

.belka-about-description {
  font-size: 1.125rem;
  color: #64748b;
  max-width: 64rem;
  margin: 0 auto;
  line-height: 1.7;
}

.belka-about-features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .belka-about-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .belka-about-features-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.belka-about-feature-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.belka-about-feature-header {
  margin-bottom: 1rem;
}

.belka-about-feature-icon {
  width: 3rem;
  height: 3rem;
  color: #059669;
  margin: 0 auto 1rem;
}

.belka-about-feature-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
}

.belka-about-feature-description {
  color: #64748b;
}

/* Services Section */
.belka-services-section {
  padding: 5rem 1rem;
  background-color: rgba(241, 245, 249, 0.3);
}

.belka-services-content-wrapper {
  max-width: 72rem;
  margin: 0 auto;
}

.belka-services-header {
  text-align: center;
  margin-bottom: 4rem;
}

.belka-services-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .belka-services-title {
    font-size: 2.25rem;
  }
}

.belka-services-description {
  font-size: 1.125rem;
  color: #64748b;
  max-width: 64rem;
  margin: 0 auto;
}

.belka-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .belka-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Fixed service card image sizing */
.belka-service-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.belka-service-image-container {
  position: relative;
  height: 10rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

@media (min-width: 640px) {
  .belka-service-image-container {
    height: 12rem;
  }
}

.belka-service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.belka-service-header {
  padding: 0 1.5rem;
  margin-bottom: 1rem;
}

.belka-service-recommended-badge {
  background-color: #059669;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  width: fit-content;
  margin-bottom: 1rem;
}

.belka-service-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.belka-service-subtitle {
  color: #64748b;
  font-size: 0.875rem;
}

.belka-service-content {
  padding: 0 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.belka-service-description {
  color: #64748b;
}

.belka-service-features-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.belka-service-feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.belka-service-feature-item span {
  font-size: 0.875rem;
}

/* Contact Form Section */
.belka-contact-form-section {
  padding: 5rem 1rem;
  background-color: #faf7d4;
}

.belka-contact-form-content-wrapper {
  max-width: 72rem;
  margin: 0 auto;
}

.belka-contact-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .belka-contact-form-grid {
    grid-template-columns: 2fr 3.5fr;
  }
}

.belka-contact-form-text-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.belka-contact-form-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}

@media (max-width: 640px) {
  .belka-contact-form-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .belka-contact-form-title {
    font-size: 2.25rem;
  }
}

.belka-contact-form-description {
  font-size: 1.125rem;
  color: #64748b;
  line-height: 1.7;
}

@media (max-width: 640px) {
  .belka-contact-form-description {
    font-size: 1rem;
  }
}

.belka-contact-form-benefits-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.belka-contact-form-benefit-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  align-items: flex-start;
}

.belka-contact-form-benefit-item span {
  font-size: 0.875rem;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .belka-contact-form-benefit-item span {
    font-size: 0.8rem;
  }
}

.belka-contact-form-testimonial-card {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}

@media (max-width: 640px) {
  .belka-contact-form-testimonial-card {
    padding: 1rem;
  }
}

.belka-contact-form-testimonial-stars {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}

.belka-star-icon.filled {
  width: 1rem;
  height: 1rem;
  color: #eab308;
  fill: #eab308;
}

.belka-contact-form-testimonial-rating {
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 0.5rem;
}

@media (max-width: 640px) {
  .belka-contact-form-testimonial-rating {
    font-size: 0.8rem;
    margin-left: 0.25rem;
  }
}

.belka-contact-form-testimonial-text {
  font-size: 0.875rem;
  color: #64748b;
  margin-bottom: 0.5rem;
}

.belka-contact-form-testimonial-author {
  font-size: 0.75rem;
  color: #64748b;
}

.belka-contact-form-container {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 640px) {
  .belka-contact-form-container {
    padding: 1.5rem;
  }
}

.belka-contact-form-header {
  margin-bottom: 1.5rem;
}

.belka-contact-form-form-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

@media (max-width: 640px) {
  .belka-contact-form-form-title {
    font-size: 1.125rem;
  }
}

.belka-contact-form-form-description {
  color: #64748b;
  font-size: 0.875rem;
}

.belka-contact-form-form-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.belka-contact-form-placeholder {
  background-color: rgba(241, 245, 249, 0.5);
  padding: 0px;
  border-radius: 0.5rem;
  text-align: center;
  color: #64748b;
  word-break: break-word;
}

@media (max-width: 640px) {
  .belka-contact-form-placeholder {
    padding: 0.75rem;
    font-size: 0.875rem;
  }
}

.belka-contact-form-privacy-notice {
  font-size: 0.75rem;
  color: #64748b;
  text-align: center;
}

/* Reviews Section */
.belka-reviews-section {
  padding: 5rem 1rem;
}

.belka-reviews-content-wrapper {
  max-width: 72rem;
  margin: 0 auto;
}

.belka-reviews-header {
  text-align: center;
  margin-bottom: 4rem;
}

.belka-reviews-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .belka-reviews-title {
    font-size: 2.25rem;
  }
}

.belka-reviews-description {
  font-size: 1.125rem;
  color: #64748b;
  max-width: 48rem;
  margin: 0 auto;
}

.belka-reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .belka-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .belka-reviews-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.belka-review-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.belka-review-stars {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.belka-review-text {
  color: #64748b;
  margin-bottom: 1rem;
}

.belka-review-author-name {
  font-weight: 500;
}

.belka-review-author-location {
  color: #64748b;
  font-size: 0.875rem;
}

.belka-reviews-button-container {
  text-align: center;
}

/* FAQ Section */
.elementor-widget-html .belka-faq-section {
  padding: 5rem 1rem;
  background-color: rgba(241, 245, 249, 0.2);
}

.elementor-widget-html .belka-faq-content-wrapper {
  max-width: 64rem;
  margin: 0 auto;
}

.elementor-widget-html .belka-faq-header {
  text-align: center;
  margin-bottom: 4rem;
}

.elementor-widget-html .belka-faq-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .belka-faq-title {
    font-size: 2.25rem;
  }
}

.belka-faq-description {
  font-size: 1.125rem;
  color: #64748b;
}

.belka-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.belka-faq-item {
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.elementor-widget-html .belka-faq-question {
  width: 100%;
  padding: 1.5rem;
  background: none;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  color: #0f172a;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s;
}

.elementor-widget-html .belka-faq-question:hover {
  background-color: #f8fafc;
}

.elementor-widget-html .belka-faq-chevron {
  width: 1.25rem;
  height: 1.25rem;
  color: #64748b;
  transition: transform 0.2s;
  flex-shrink: 0;
}

.belka-faq-question.active .belka-faq-chevron {
  transform: rotate(180deg);
}

.belka-faq-answer {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.belka-faq-answer.active {
  max-height: 500px;
  padding: 0 1.5rem 1.5rem;
}

.belka-faq-answer p {
  color: #64748b;
  line-height: 1.6;
}

/* CTA Section */
.belka-cta-section {
  padding: 5rem 1rem;
  background-color: #059669;
  color: white;
}

.belka-cta-content-wrapper {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
}

.belka-cta-title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .belka-cta-title {
    font-size: 2.25rem;
  }
}

.belka-cta-description {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

/* Fixed CTA button sizing for mobile */
.belka-cta-benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .belka-cta-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .belka-cta-benefits-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.belka-cta-benefit-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}

.belka-cta-benefit-item span {
  font-size: 0.875rem;
}

.belka-cta-button {
  background-color: #fff;
  color: #059669;
  padding: 0.6rem 1.2rem; /* Daha kompakt */
  border-radius: 0.375rem; /* Daha yumuşak köşe */
  font-size: 0.95rem;      /* Bir tık küçük font */
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: all 0.2s ease;
  min-height: 2.5rem;      /* 40px civarı daha doğal yükseklik */
  white-space: nowrap;
  text-align: center;
  line-height: 1.4;        /* Yazı ile kutu daha dengeli */
  cursor: pointer;
}

@media (min-width: 640px) {
  .belka-cta-button {
    padding: 0.75rem 1.25rem; 
    font-size: 1rem;
    min-height: 2.75rem; /* responsive uyumlu */
  }
}

.belka-cta-button:hover {
  background-color: #f8fafc;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); /* daha hafif shadow */
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Responsive Adjustments */
@media (max-width: 640px) {
  .belka-hero-benefits-grid {
    grid-template-columns: 1fr;
  }

  .belka-hero-benefit-item span {
    font-size: 0.8rem;
  }

  .belka-cta-benefits-grid {
    grid-template-columns: 1fr;
  }

  .belka-contact-form-section {
    padding:0px;
  }

  .belka-contact-form-grid {
    gap: 2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-211cf02 *//* === Belka Tapete Montageservice – Form Styles (temiz ve kısaltılmış) === */

/* Form kapsayıcı */
.wpcf7 form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #111;
  box-sizing: border-box;
}

/* Satır temel */
.wpcf7 .cf7-row {
  margin-bottom: 14px;
}

/* İki kolon düzen (masaüstü) */
.wpcf7 .cf7-row.cf7-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.wpcf7 .cf7-col { display: flex; flex-direction: column; }

/* Mobil: tek kolon */
@media (max-width: 640px) {
  .wpcf7 .cf7-row.cf7-2col {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* Etiketler */
.wpcf7 .cf7-row label {
  margin-bottom: 6px;
  font-weight: 600;
  color: #222;
  display: block;
}

/* Açıklama/metin ipucu */
.wpcf7 .cf7-hint {
  font-size: 12.5px;
  color: #666;
  margin: 6px 0 0;
}

/* Form kontrolleri */
.wpcf7 .cf7-input,
.wpcf7 .cf7-select,
.wpcf7 .cf7-textarea,
.wpcf7 .cf7-file {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 300;
  color: #333;
  transition: border-color .2s, box-shadow .2s;
  box-sizing: border-box;
}

/* Odak */
.wpcf7 .cf7-input:focus,
.wpcf7 .cf7-select:focus,
.wpcf7 .cf7-textarea:focus,
.wpcf7 .cf7-file:focus {
  border-color: #ff0000;
  box-shadow: 0 0 0 2px rgba(255,0,0,.15);
  outline: none;
}

/* Textarea */
.wpcf7 .cf7-textarea { min-height: 110px; resize: vertical; }

/* File alanı */
.wpcf7 .cf7-file { padding: 8px 12px; }

/* Acceptance */
.wpcf7 .cf7-acceptance {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #555;
}
.wpcf7 .cf7-acceptance a { color: #ff0000; text-decoration: underline; }

/* Submit */
.wpcf7 .cf7-submit-button {
  background: #ff0000;
  color: #fff;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background .2s, transform .1s;
  width: 100%;
}
.wpcf7 .cf7-submit-button:hover { background: #cc0000; transform: translateY(-2px); }
.wpcf7 .cf7-submit-button:active { background: #b30000; transform: translateY(0); }

/* Hata görünümleri (CF7 + özel) */
.wpcf7 .is-invalid,
.wpcf7 .wpcf7-not-valid { border-color: #e74c3c !important; }

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .custom-error-msg {
  color: #e74c3c !important;
  font-size: 14px;
  margin-top: 6px;
}

/* Küçük placeholder tonu */
.wpcf7 ::placeholder { color: #aaa; font-weight: 300; }/* End custom CSS */