/* ==================================================================
   BLOGS PAGE – RESPONSIVE 

/* ——————————————— MOBILE ≤767px ——————————————— */
@media (max-width: 767px) {
  .blogs-hero {
    height: 65vh;
  }
  .blogs-hero-content h1 {
    font-size: 32px !important;
    letter-spacing: 2px;
  }
  .blogs-hero-content p {
    font-size: 16px !important;
  }

  .blogs-magazine-section {
    padding: 50px 20px;
  }

  .blogs-magazine-grid {
    grid-template-columns: 1fr !important;
    gap: 30px;
    max-width: 400px;
  }

  .mag-blog-card img {
    height: 220px;
  }

  .mag-blog-content {
    padding: 18px;
    min-height: auto;
  }
  .mag-blog-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .mag-blog-footer {
    padding: 14px 18px;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .mag-blog-footer a {
    font-size: 15px;
  }
}

/* ——————————————— TABLET 768px – 1023px ——————————————— */
@media (min-width: 768px) and (max-width: 1023px) {
  .blogs-hero {
    height: 70vh;
  }
  .blogs-hero-content h1 {
    font-size: 33px;
  }
  .blogs-hero-content p {
    font-size: 17px;
  }

  .blogs-magazine-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px;
    max-width: 900px;
  }

  .mag-blog-card img {
    height: 240px;
  }
}

/* ——————————————— LAPTOP 1024px – 1439px ——————————————— */
@media (min-width: 1024px) and (max-width: 1439px) {
  .blogs-hero {
    height: 75vh;
  }
  .blogs-hero-content h1 {
    font-size: 46px;
  }

  .blogs-magazine-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

/* ——————————————— DESKTOP 1440px+ (Your original – untouched) ——————————————— */
@media (min-width: 1440px) {
  .blogs-hero {
    height: 80vh;
  }
}


/* blog cards */

/* ——————————————— MOBILE ≤767px ——————————————— */
@media (max-width: 767px) {
  .blog-banner {
    height: 60vh;
  }
  .blog-banner-content h1 {
    font-size: 28px !important;
    padding: 0 15px;
    line-height: 1.3;
  }

  .blog-main-section {
    padding: 50px 15px;
  }

  /* Switch to single column */
  .blog-container {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }

  /* Left Side */
  .blog-meta {
    font-size: 18px;
  }
  .blog-meta span {
    font-size: 15px;
  }
  .blog-content h3 {
    font-size: 20px;
    margin-top: 22px;
  }
  .blog-content p {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
  }

  /* Previous / Next Navigation */
  .blog-nav {
    flex-direction: column;
    gap: 30px !important;
    margin-top: 40px;
  }
  .blog-nav-item {
    max-width: 100%;
  }
  .nav-label {
    font-size: 13px;
  }
  .blog-nav a {
    font-size: 16px;
  }

  /* Right Sidebar (More Posts + Form) */
  .more-posts h3,
  .blog-form h3 {
    font-size: 20px;
  }
  .more-post-item {
    padding: 12px;
  }
  .more-post-item img {
    width: 80px;
    height: 80px;
  }
  .more-post-item span {
    font-size: 15px;
  }

  .blog-form form {
    padding: 18px;
  }
  .blog-form input,
  .blog-form textarea {
    font-size: 15px;
  }
}

/* ——————————————— TABLET 768px – 1023px ——————————————— */
@media (min-width: 768px) and (max-width: 1023px) {
  .blog-banner {
    height: 65vh;
  }
  .blog-banner-content h1 {
    font-size: 30px;
    font-weight: 600;
  }

  .blog-container {
    grid-template-columns: 1fr !important;
    gap: 45px;
  }

  .blog-nav {
    gap: 80px;
    flex-direction: row;
  }
  .blog-nav-item {
    max-width: 48%;
  }
}

/* ——————————————— LAPTOP 1024px – 1439px ——————————————— */
@media (min-width: 1024px) and (max-width: 1439px) {
  .blog-banner {
    height: 70vh;
  }
  .blog-banner-content h1 {
    font-size: 35px;
  }

  /* Back to 2-column layout */
  .blog-container {
    grid-template-columns: 2fr 1fr;
    gap: 50px;
  }

  .blog-nav {
    gap: 150px;
  }
}

/* ——————————————— DESKTOP 1440px+ (Your original – untouched) ——————————————— */
@media (min-width: 1440px) {
  .blog-banner {
    height: 75vh;
  }
  .blog-nav {
    gap: 320px; /* your original big gap */
  }
}

/* Extra small phones – final polish */
@media (max-width: 480px) {
  .blog-banner-content h1 {
    font-size: 26px !important;
  }
  .more-post-item {
    flex-direction: column;
    text-align: center;
  }
  .more-post-item img {
    width: 100%;
    height: 160px;
    border-radius: 6px;
  }
}



/* ====================== RESPONSIVE ======================== */
/* ========================================================= */

/* --------- MOBILE ≤ 767px --------- */
@media (max-width: 767px) {

  /* HERO */
  .contact-hero {
    height: 55vh;
    background-position: center;
  }

  .contact-hero-content h1 {
    font-size: 34px;
  }

  .contact-hero-content p {
    font-size: 16px;
  }

  /* CONTACT */
  .contact-section {
    padding: 50px 20px;
  }

  .contact-heading {
    font-size: 24px;
    text-align: center;
  }

  .contact-details p {
    font-size: 15px;
  }

  /* MAP */
  .contact-map iframe {
    height: 320px;
  }
}


/* --------- TABLET 768px – 1023px --------- */
@media (min-width: 768px) and (max-width: 1023px) {

  .contact-hero {
    height: 60vh;
  }

  .contact-hero-content h1 {
    font-size: 42px;
  }

  .contact-hero-content p {
    font-size: 18px;
  }

  .contact-section {
    padding: 60px 40px;
  }

  .contact-heading {
    font-size: 26px;
  }

  .contact-map iframe {
    height: 380px;
  }
}


/* --------- LAPTOP 1024px – 1439px --------- */
@media (min-width: 1024px) and (max-width: 1439px) {

  .contact-hero {
    height: 65vh;
  }

  .contact-hero-content h1 {
    font-size: 48px;
  }

  .contact-hero-content p {
    font-size: 19px;
  }

  .contact-section {
    padding: 70px 60px;
  }

  .contact-map iframe {
    height: 420px;
  }
}


/* --------- LARGE DESKTOP ≥ 1440px --------- */
@media (min-width: 1440px) {
  .contact-hero {
    height: 75vh;
  }

  .contact-hero-content h1 {
    font-size: 55px;
  }

  .contact-hero-content p {
    font-size: 20px;
  }

  .contact-map iframe {
    height: 480px;
  }
}


