/* =============================================
   ÇAĞKAR MİMARLIK - Responsive Styles
   ============================================= */

/* ==============================================
   BREAKPOINT: 1200px (Large desktops down)
   ============================================== */
@media (max-width: 1200px) {

  /* Typography */
  .section-title {
    font-size: 2rem;
  }

  /* Hero */
  .hero-content h1,
  .hero-content h2 {
    font-size: 3rem;
  }

  /* Header */
  .header-nav-left a,
  .header-nav-right a {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
  .header-nav-left,
  .header-nav-right {
    gap: 18px;
  }
  .btn-talep {
    padding: 10px 20px;
    font-size: 0.75rem;
  }

  /* Projects */
  .project-slide {
    width: 300px;
    height: 380px;
  }

  /* Contact */
  .contact-form-card {
    padding: 35px;
  }
}

/* ==============================================
   BREAKPOINT: 992px (Tablets landscape)
   ============================================== */
@media (max-width: 992px) {

  /* Header - Hide desktop nav and CTA, show hamburger */
  .header-nav-left,
  .header-nav-right,
  .header-right .btn-talep {
    display: none;
  }
  .header-right {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  /* Hero */
  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .hero-content h1,
  .hero-content h2 {
    font-size: 2.5rem;
  }

  .hero-desc {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  .hero-desc h1,
  .hero-subtitle {
    max-width: 100%;
  }

  /* About */
  .about-info {
    padding-left: 0;
    margin-top: 40px;
  }

  /* Projects Marquee */
  .projects-marquee .col-lg-5,
  .projects-marquee .col-lg-7 {
    text-align: center;
  }

  .projects-marquee .btn-cagkar {
    margin: 0 auto;
  }

  /* Kentsel */
  .kentsel-card {
    min-height: 350px;
  }

  /* Contact */
  .contact-text {
    text-align: center;
  }

  .contact-text .section-label {
    text-align: center;
  }

  .contact-text .section-title {
    text-align: center;
  }

  .contact-text .btn-cagkar {
    margin: 20px auto 0;
  }

  .contact-cta-section .col-lg-6.offset-lg-1 {
    margin-top: 40px;
  }

  /* Footer */
  .footer-main .col-lg-3,
  .footer-main .col-md-6 {
    margin-bottom: 30px;
  }

  .footer-legal {
    justify-content: center;
  }

  .footer-bottom .col-lg-6:first-child {
    text-align: center;
    margin-bottom: 10px;
  }
}

/* ==============================================
   BREAKPOINT: 768px (Tablets portrait)
   ============================================== */
@media (max-width: 768px) {

  /* Section spacing */
  .section-padding {
    padding: 60px 0;
  }

  /* Typography */
  .section-title {
    font-size: 1.8rem;
  }

  /* Hero */
  .hero-content h1,
  .hero-content h2 {
    font-size: 2rem;
  }

  .hero-content {
    gap: 30px;
  }

  /* About */
  .about-image {
    min-height: 300px;
  }

  /* Projects */
  .project-slide {
    width: 280px;
    height: 350px;
  }

  /* Kentsel */
  .kentsel-card {
    min-height: 300px;
  }

  /* Blog */
  .blog-card-image {
    height: 180px;
  }

  /* Footer - Stack columns */
  .footer-main .row {
    flex-direction: column;
  }

  .footer-main .col-lg-3,
  .footer-main .col-md-6 {
    width: 100%;
    margin-bottom: 30px;
  }

  /* Newsletter */
  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form input {
    width: 100%;
  }

  .newsletter-form button {
    width: 100%;
  }

  .newsletter-title {
    text-align: center;
    margin-bottom: 15px;
  }

  .newsletter-desc {
    text-align: center;
  }

  /* Footer legal */
  .footer-legal {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    align-items: center;
  }

  .footer-bottom .col-lg-6 {
    text-align: center;
  }

  .footer-bottom .col-lg-6:first-child {
    margin-bottom: 10px;
  }

  /* Contact */
  .contact-cta-section {
    padding: 60px 0;
  }

  .contact-form-card {
    padding: 30px;
  }

  /* Projects Marquee */
  .projects-marquee {
    padding: 60px 0;
  }

  .projects-marquee .col-lg-5,
  .projects-marquee .col-lg-7 {
    text-align: center;
  }

  /* Swiper navigation */
  .swiper-nav-container {
    gap: 40px;
  }
}

/* ==============================================
   BREAKPOINT: 576px (Mobile phones)
   ============================================== */
@media (max-width: 576px) {

  /* Section spacing */
  .section-padding {
    padding: 40px 0;
  }

  /* Hero */
  .hero {
    min-height: 500px;
  }

  .hero-content h1,
  .hero-content h2 {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }

  .hero-desc h1,
  .hero-subtitle {
    font-size: 0.85rem;
  }

  /* Typography */
  .section-title {
    font-size: 1.5rem;
  }

  /* Projects Marquee */
  .projects-marquee {
    padding: 40px 0;
  }

  /* Contact */
  .contact-form-card {
    padding: 25px;
  }

  .contact-cta-section {
    padding: 40px 0;
  }

  /* Mobile menu */
  .mobile-menu {
    padding: 80px 25px 25px;
  }

  .mobile-menu .mobile-nav-links a {
    font-size: 16px;
    padding: 15px 0;
  }

  /* Button */
  .btn-cagkar {
    padding: 12px 25px;
    font-size: 12px;
  }

  /* About */
  .about-image {
    min-height: 250px;
  }

  .about-side-image {
    min-height: 200px;
  }

  .about-quote {
    padding: 20px 0;
  }

  /* Kentsel */
  .kentsel-card {
    min-height: 280px;
  }

  .kentsel-section h2 {
    font-size: 1.4rem;
  }

  /* Blog */
  .blog-card-image {
    height: 160px;
  }

  .blog-card-body {
    padding: 20px;
  }

  .blog-card-body h3 {
    font-size: 14px;
  }

  /* Footer */
  .footer-newsletter {
    padding: 20px 0;
  }

  .newsletter-title {
    font-size: 16px;
  }

  .footer-main {
    padding: 40px 0 20px;
  }

  .footer-heading {
    font-size: 13px;
  }

  .footer-links li {
    font-size: 13px;
  }

  /* Swiper navigation */
  .swiper-nav-container {
    gap: 30px;
  }

  .projects-swiper .swiper-button-prev,
  .projects-swiper .swiper-button-next {
    transform: scale(0.8);
  }

  /* Project slides */
  .project-slide {
    width: 260px;
    height: 320px;
  }

  /* WhatsApp & Scroll-top responsive */
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .scroll-top {
    bottom: 80px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
