/* ============================================
   BOCHI CILACAP - RESPONSIVE STYLES
   ============================================ */

/* Tablet & Mobile (991px and below) */
@media (max-width: 991px) {
  /* Dark Mode Agency Section */
  body.dark-mode .agency .section-title span {
    color: #e0e0e0 !important;
  }

  body.dark-mode .agency p {
    color: #b0b0b0 !important;
  }

  /* Hero Section */
  .site-hero .big-title {
    font-size: 32px !important;
    padding: 8px 25px !important;
    border-width: 6px !important;
  }

  .site-hero .small-title {
    font-size: 13px !important;
    padding: 6px 10px !important;
  }

  .site-hero p {
    width: 80% !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }

  /* Agency Section */
  .agency {
    margin-top: 50px !important;
  }

  .agency p {
    text-align: center;
  }

  .agency .col-md-5 {
    margin-bottom: 30px;
  }

  .agency img {
    max-height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
  }

  /* Portfolio Filter */
  .portfolio_filter {
    text-align: center;
  }

  .portfolio_filter li {
    display: inline-block;
    float: none;
    margin: 5px;
  }

  /* Green Section */
  .green-section .col-md-6 {
    margin-bottom: 30px;
  }

  /* Footer */
  .main-footer .col-md-8,
  .main-footer .col-md-4 {
    width: 100%;
    float: none;
    text-align: center;
  }

  .main-footer .col-md-8 {
    margin-bottom: 30px;
  }
}

/* Tablet (768px and below) */
@media (max-width: 768px) {
  /* Hero Section */
  .site-hero .big-title {
    font-size: 26px !important;
    padding: 6px 20px !important;
    border-width: 4px !important;
  }

  .site-hero .small-title {
    font-size: 12px !important;
    padding: 5px 8px !important;
  }

  .site-hero p {
    width: 90% !important;
    font-size: 13px !important;
    line-height: 22px !important;
  }

  /* Agency Image */
  .agency img {
    max-height: 350px;
  }

  /* Green Section */
  .green-section .white-section {
    margin-top: 20px;
  }

  /* Newsletter Section */
  .newsletter-section {
    text-align: center;
  }

  /* Footer Navigation */
  .footer-nav ul {
    text-align: center !important;
  }

  .footer-nav ul li {
    display: inline-block;
    margin: 0 8px 10px 0;
  }

  .footer-nav ul li a {
    font-size: 13px;
  }

  /* Footer Columns */
  .main-footer .col-md-8,
  .main-footer .col-md-4 {
    text-align: center !important;
    margin-bottom: 20px;
  }

  .main-footer .gray-text {
    font-size: 12px;
    padding: 0 15px;
  }

  /* Social Icons */
  .social-icons {
    justify-content: center !important;
  }

  .social-icons li {
    margin: 5px !important;
  }

  /* Portfolio Grid */
  .portfolio_container .col-md-4 {
    width: 50%;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  /* Hero Section */
  .site-hero .big-title {
    font-size: 20px !important;
    padding: 4px 15px !important;
    border-width: 3px !important;
    margin-bottom: 15px !important;
  }

  .site-hero .small-title {
    font-size: 11px !important;
    padding: 4px 6px !important;
  }

  .site-hero p {
    width: 95% !important;
    font-size: 12px !important;
    line-height: 20px !important;
  }

  /* Agency Image */
  .agency img {
    max-height: 300px;
  }

  /* Portfolio Filter */
  .portfolio_filter li a {
    font-size: 11px !important;
    padding: 5px 8px !important;
  }

  /* Portfolio Grid */
  .portfolio_container .col-md-4 {
    width: 100%;
  }

  /* Buttons */
  .btn {
    width: 100% !important;
    margin: 10px 0 !important;
  }

  /* Footer Navigation */
  .footer-nav ul li {
    display: block;
    margin: 0 0 12px 0 !important;
    width: 100%;
  }

  .footer-nav ul li a {
    font-size: 14px;
    display: block;
    padding: 8px 0;
  }

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

  .main-footer .gray-text {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 15px !important;
  }

  /* Social Icons */
  .social-icons li {
    margin: 8px 6px !important;
  }

  .social-icons li a {
    font-size: 20px;
  }

  /* Dark Mode Toggle */
  .dark-mode-toggle {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }

  .dark-mode-toggle i {
    font-size: 20px;
  }
}
