/* =============================================
   Bilinçaltı Telkin - Custom Styles
   Colors: #3A3A3A, #F5F1EC, #A56A5E, #E6DFD8
   Fonts: Inter (headings), Inter (body)
   ============================================= */

/* --- Global --- */
body {
  font-family: 'Inter', sans-serif;
  color: #3A3A3A;
  background-color: #F5F1EC;
}

/* --- All section headings: bold + centered --- */
h1,
h2,
h3,
h4 {
  font-family: 'Inter', serif !important;
  font-weight: 700 !important;
}

h1 {
  font-weight: 800 !important;
}

.mcb-section h2.title {
  text-align: center !important;
  font-weight: 600 !important;
  font-family: 'Inter', serif !important;
}

/* --- Section Divider --- */
.section-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #A56A5E, #c9928a);
  border-radius: 2px;
  margin: 15px auto 20px;
}

/* --- Glass Card --- */
.glass-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  border: 1px solid rgba(165, 106, 94, 0.15);
  padding: 35px 30px;
  transition: all 0.3s ease;
  height: 100%;
  box-sizing: border-box;
}

.glass-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(165, 106, 94, 0.15);
}

.glass-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 700;
  color: #3A3A3A;
  margin: 15px 0 10px;
}

.glass-card p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #555;
  margin: 0;
}

/* --- Card Icon --- */
.card-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #A56A5E, #c9928a);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.card-icon i {
  font-size: 24px;
  color: #fff;
}

/* ===== HERO SECTION ===== */
.hero-section .mcb-background-overlay {
  background: linear-gradient(135deg, rgba(245, 241, 236, 0.85) 0%, rgba(230, 223, 216, 0.75) 100%) !important;
  opacity: 1 !important;
}

.hero-section .mcb-wrap-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 25px;
  box-sizing: border-box;
}

.hero-section .hero-heading .title {
  font-family: 'Inter', serif !important;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.35 !important;
  margin-bottom: 25px !important;
  padding-right: 10px;
}

.hero-section .hero-heading+.mcb-column,
.hero-section .column_attr {
  padding-top: 10px;
}

.hero-section p {
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Trust Badges */
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px 16px;
  margin: 20px 0 30px;
  align-items: center;
}

.trust-badges span {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  color: #A56A5E;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

/* Hero CTA Button */
.hero-cta-button .button {
  background: linear-gradient(135deg, #A56A5E, #c9928a) !important;
  color: #fff !important;
  border: none !important;
  padding: 16px 36px !important;
  border-radius: 50px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px;
  transition: all 0.3s ease !important;
  box-shadow: 0 8px 25px rgba(165, 106, 94, 0.3);
}

.hero-cta-button .button:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 35px rgba(165, 106, 94, 0.4);
}

/* Hero Portrait */
.hero-portrait .image_frame {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(165, 106, 94, 0.25);
}

.hero-portrait .image_frame img {
  border-radius: 24px;
}

/* ===== PROBLEM SECTION ===== */
.problem-section .mcb-wrap-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== SOLUTION SECTION ===== */
.solution-section .mcb-wrap-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.solution-card {
  min-height: 220px;
}

/* CTA Banner */
.cta-banner {
  background: linear-gradient(135deg, #A56A5E, #c9928a);
  border-radius: 20px;
  padding: 30px 40px;
  text-align: center;
}

/* ===== SERVICES SECTION ===== */
.services-section .mcb-wrap-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  min-height: 200px;
}

/* ===== ABOUT SECTION ===== */
.about-section .mcb-wrap-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.about-portrait .image_frame {
  border-radius: 20px;
  overflow: hidden;
}

.about-portrait .image_frame img {
  border-radius: 20px;
}

.about-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(165, 106, 94, 0.2);
}

.about-credentials span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #A56A5E;
  font-weight: 500;
}

/* ===== TESTIMONIALS SECTION ===== */
.testimonials-section .mcb-wrap-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-card {
  text-align: center;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-avatar {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #A56A5E, #c9928a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
  flex-shrink: 0;
}

.testimonial-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #555;
  font-style: italic;
  flex-grow: 1;
}

.testimonial-name {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #A56A5E;
  margin-top: 12px;
}

/* ===== CONTACT SECTION ===== */
.contact-section .mcb-background-overlay {
  background: rgba(165, 106, 94, 0.75) !important;
  opacity: 1 !important;
}

.contact-section .mcb-wrap-inner {
  max-width: 800px;
  margin: 0 auto;
}

.whatsapp-cta-button .button {
  background: #25D366 !important;
  color: #fff !important;
  border: none !important;
  padding: 16px 40px !important;
  border-radius: 50px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}

.whatsapp-cta-button .button:hover {
  background: #20BA5A !important;
  transform: scale(1.05);
}

/* ===== DISCLAIMER ===== */
.disclaimer-box {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  border: 1px solid #f0e3db;
  padding: 20px 30px;
  max-width: 800px;
  margin: 0 auto;
}

/* ===== RESPONSIVE ===== */

/* --- Mobile Centering Fix --- */
@media (max-width: 959px) {
  body {
    min-width: 0 !important;
    width: 100% !important;
    overflow-x: hidden !important;
  }

  html {
    overflow-x: hidden !important;
  }

  #Wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    overflow-x: hidden !important;
  }

  .section_wrapper,
  .container,
  .content_wrapper .section_wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .mcb-section .mcb-wrap-inner,
  .hero-section .mcb-wrap-inner,
  .problem-section .mcb-wrap-inner,
  .solution-section .mcb-wrap-inner,
  .services-section .mcb-wrap-inner,
  .about-section .mcb-wrap-inner,
  .testimonials-section .mcb-wrap-inner,
  .contact-section .mcb-wrap-inner {
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
  }

  #Content {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .mcb-section {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  img,
  .image_frame,
  .image_frame img {
    max-width: 100% !important;
    height: auto !important;
  }

  .mfn-parallax {
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .trust-badges {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px 14px;
    justify-content: flex-start;
  }

  .trust-badges span {
    font-size: 12px;
  }

  .about-credentials {
    flex-direction: column;
    gap: 8px;
  }

  .glass-card {
    padding: 25px 20px;
  }

  .cta-banner {
    padding: 20px 25px;
  }

  .hero-cta-button .button {
    padding: 14px 28px !important;
    font-size: 15px !important;
  }
}

/* ===== SMOOTH SCROLL ===== */
html {
  scroll-behavior: smooth;
}

/* ===== BeTheme Overrides ===== */
#Content {
  background-color: #F5F1EC;
}

.section_wrapper {
  max-width: 1200px;
}

/* --- Fix Section Divider (prevent BeTheme from collapsing it) --- */
.section-divider {
  width: 60px !important;
  height: 4px !important;
  min-height: 4px !important;
  background: linear-gradient(90deg, #A56A5E, #c9928a) !important;
  border-radius: 2px !important;
  margin: 15px auto 20px !important;
  display: block !important;
}

/* --- Fix WhatsApp Button (class is on the <a> itself) --- */
a.button.whatsapp-cta-button,
.contact-section a.whatsapp-cta-button,
body a.whatsapp-cta-button.button {
  background-color: #25D366 !important;
  background-image: none !important;
  background: #25D366 !important;
  color: #fff !important;
  border: none !important;
  padding: 16px 40px !important;
  border-radius: 50px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3) !important;
}

a.button.whatsapp-cta-button .button_label {
  color: #fff !important;
}

a.button.whatsapp-cta-button:hover {
  background: #20BA5A !important;
  background-color: #20BA5A !important;
  transform: scale(1.05);
}

/* Also fix the contact section heading to white */
.contact-section h2.title,
body .mcb-section.contact-section h2 {
  color: #fff !important;
}

/* --- Fix Hero CTA Button (class is on the <a> itself) --- */
a.button.hero-cta-button,
body a.hero-cta-button.button {
  background: linear-gradient(135deg, #A56A5E, #c9928a) !important;
  background-image: linear-gradient(135deg, #A56A5E, #c9928a) !important;
  color: #fff !important;
  border: none !important;
  padding: 16px 36px !important;
  border-radius: 50px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  box-shadow: 0 8px 25px rgba(165, 106, 94, 0.3) !important;
  transition: all 0.3s ease !important;
}

a.button.hero-cta-button .button_label {
  color: #fff !important;
}

a.button.hero-cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 35px rgba(165, 106, 94, 0.4) !important;
}

/* --- Hide default footer widgets/sidebar --- */
.footer_widgets,
#Footer .widgets_wrapper,
#Footer .footer_widgets {
  display: none !important;
}

/* --- Fix header height and remove dark band --- */
#Action_bar,
#Header_wrapper .action_bar {
  display: none !important;
}

body:not(.template-slider) #Header {
  min-height: 0 !important;
}

body.header-below:not(.template-slider) #Header {
  padding-top: 0 !important;
}

#Header_wrapper {
  background-color: #F5F1EC !important;
}

#Top_bar {
  background-color: #F5F1EC !important;
}

/* --- Header styling --- */
#Top_bar #logo img {
  max-height: 120px !important;
  height: 120px !important;
}

#Top_bar #logo {
  padding: 8px 0;
}

#Top_bar {
  background-color: #F5F1EC !important;
}

#Top_bar .menu>li>a {
  color: #3A3A3A !important;
  font-family: 'Inter', sans-serif !important;
}

#Top_bar .menu>li.current-menu-item>a,
#Top_bar .menu>li>a:hover {
  color: #A56A5E !important;
}

/* --- Footer bar styling --- */
#Footer .footer_copy {
  background-color: #3A3A3A !important;
  border: none !important;
}

#Footer .footer_copy .one {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
}

/* ===== HAKKIMIZDA PAGE ===== */

/* --- Step Number Badge --- */
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #A56A5E, #c9928a);
  border-radius: 50%;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* --- Process Card --- */
.process-card {
  min-height: 260px;
}

.process-card h3 {
  font-family: 'Inter', serif;
  font-size: 20px;
  font-weight: 700;
  color: #3A3A3A;
  margin: 10px 0 12px;
}

.process-card p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #555;
}

/* --- Goal Items --- */
.goals-card .goal-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.goals-card .goal-item:last-child {
  margin-bottom: 0;
}

.goals-card .goal-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: rgba(165, 106, 94, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.goals-card .goal-item p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #555;
  margin: 0;
}

/* --- Value Card --- */
.value-card {
  min-height: 220px;
}

.value-card h3 {
  font-family: 'Inter', serif;
  font-size: 20px;
  font-weight: 700;
  color: #3A3A3A;
  margin: 0 0 10px;
}

.value-card p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #555;
  margin: 0;
}

/* --- Hakkımızda CTA Section --- */
.hakkimizda-cta-section {
  background-image: url('https://bilincaltitelkin.com.tr/wp-content/uploads/2026/03/cta_bg.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}

.hakkimizda-cta-section .mcb-background-overlay {
  background: rgba(165, 106, 94, 0.55) !important;
  opacity: 1 !important;
}

.hakkimizda-cta-section .mcb-wrap-inner {
  max-width: 800px;
  margin: 0 auto;
}

/* --- About Page Portrait --- */
.about-page-portrait .image_frame {
  border-radius: 20px;
  overflow: hidden;
}

.about-page-portrait .image_frame img {
  border-radius: 20px;
}

/* --- Team Member Cards --- */
.ekip-section .section_wrapper {
  max-width: 1200px;
}

.team-member-card {
  transition: transform 0.3s ease;
  padding: 20px;
}

.team-member-card:hover {
  transform: translateY(-5px);
}

/* --- Hakkımızda Hero --- */
.hakkimizda-hero-section .mcb-wrap-inner {
  max-width: 800px;
  margin: 0 auto;
}

/* --- Sections max-width --- */
.telkin-nedir-section .section_wrapper,
.nasil-calisir-section .section_wrapper,
.biz-kimiz-section .section_wrapper,
.degerler-section .section_wrapper {
  max-width: 1200px;
}

/* --- About page responsive --- */
@media (max-width: 768px) {
  .process-card {
    min-height: auto;
    margin-bottom: 15px;
  }

  .value-card {
    min-height: auto;
    margin-bottom: 15px;
  }
}

/* ===== ÇALIŞMALARIMIZ PAGE ===== */

/* --- Çalışmalarımız Hero --- */
.calismalar-hero-section .mcb-wrap-inner {
  max-width: 800px;
  margin: 0 auto;
}

/* --- Service Detail Sections --- */
.service-detail-section .section_wrapper {
  max-width: 1200px;
}

/* --- Service Image --- */
.service-image .image_frame {
  border-radius: 20px;
  overflow: hidden;
  max-height: 400px;
}

.service-image .image_frame img {
  border-radius: 20px;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.service-img-wrap .mcb-wrap-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- Service Bullets --- */
.service-bullets {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
}

.service-bullets li {
  position: relative;
  padding-left: 28px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #555;
  margin-bottom: 8px;
}

.service-bullets li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #A56A5E;
  font-weight: 700;
  font-size: 16px;
}

/* --- Service CTA Button --- */
a.button.service-cta-button,
body a.service-cta-button.button {
  background: linear-gradient(135deg, #A56A5E, #c9928a) !important;
  color: #fff !important;
  border: none !important;
  padding: 14px 32px !important;
  border-radius: 50px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  box-shadow: 0 6px 20px rgba(165, 106, 94, 0.25) !important;
  transition: all 0.3s ease !important;
  margin-top: 10px !important;
}

a.button.service-cta-button .button_label {
  color: #fff !important;
}

a.button.service-cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(165, 106, 94, 0.35) !important;
}

/* --- Service Title --- */
.service-detail-section .service-title .title {
  font-family: 'Inter', serif !important;
  font-weight: 700 !important;
}

/* --- Çalışmalarımız CTA Section --- */
.calismalar-cta-section {
  background-image: url('https://bilincaltitelkin.com.tr/wp-content/uploads/2026/03/cta_bg.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}

.calismalar-cta-section .mcb-background-overlay {
  background: rgba(165, 106, 94, 0.55) !important;
  opacity: 1 !important;
}

.calismalar-cta-section .mcb-wrap-inner {
  max-width: 800px;
  margin: 0 auto;
}

/* --- Services Responsive --- */
@media (max-width: 768px) {
  .service-detail-section .service-img-wrap {
    order: -1;
    margin-bottom: 20px;
  }

  .service-image .image_frame,
  .service-image .image_frame img {
    max-height: 280px;
    height: 280px;
  }
}