/* Responsive Fixes for Small Laptops (1024px - 1366px) */

/* Container Width Optimization */
@media (min-width: 993px) and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1201px) and (max-width: 1366px) {
  .container {
    max-width: 1100px;
  }
}

/* Navigation Bar Fixes */
@media (min-width: 993px) and (max-width: 1366px) {
  /* Top tier navigation */
  .bcs-top-tier {
    font-size: 0.8rem;
    min-height: 65px;
    padding: 10px 0;
  }
  
  .bcs-top-links {
    gap: 1rem;
    flex-wrap: wrap;
  }
  
  .bcs-top-links a {
    font-size: 0.8rem;
    white-space: nowrap;
  }
  
  .bcs-logo-link {
    margin-right: 30px;
  }
  
  .bcs-logo-link img {
    height: 65px !important;
  }
  
  .bcs-logo-text {
    font-size: 0.95rem;
  }
  
  /* Main navigation */
  .bcs-main-tier {
    min-height: 55px;
  }
  
  .bcs-main-link {
    padding: 0.75rem 0.7rem !important;
    font-size: 0.85rem;
  }
  
  .bcs-login-btn {
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
  }
  
  /* Dropdowns */
  .bcs-dropdown {
    min-width: 180px;
  }
  
  .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
}

/* Hero Section Fixes */
@media (min-width: 993px) and (max-width: 1366px) {
  .hero-bcs .hero-inner {
    min-height: 450px;
  }
  
  .hero-box {
    padding: 25px;
    max-width: 90%;
  }
  
  .hero-box h1 {
    font-size: 2rem;
    line-height: 1.1;
  }
  
  .hero-box .lead {
    font-size: 1rem;
  }
  
  .hero-box .btn {
    padding: 10px 20px;
    font-size: 0.95rem;
  }
}

/* Feature Cards Fixes */
@media (min-width: 993px) and (max-width: 1366px) {
  .feature-band {
    padding: 40px 0 35px;
  }
  
  .feature-cards {
    margin-top: -50px;
    gap: 18px;
  }
  
  .feature-card {
    width: 300px;
    padding: 2rem 1.5rem;
  }
  
  .feature-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
  }
  
  .feature-card p {
    font-size: 0.9rem;
  }
}

/* Section Heading Fixes */
@media (min-width: 993px) and (max-width: 1366px) {
  .heading-section h2 {
    font-size: 1.8rem;
  }
  
  .heading-section .subheading {
    font-size: 0.85rem;
  }
  
  .section-title-responsive {
    font-size: 2rem !important;
  }
  
  .section-subtitle-responsive {
    font-size: 1rem !important;
  }
}

/* Solution Cards (Something for Everyone) */
@media (min-width: 993px) and (max-width: 1366px) {
  .something-for {
    padding: 60px 0;
  }
  
  .solution-card {
    padding: 25px !important;
  }
  
  .card-title-responsive {
    font-size: 1.2rem !important;
  }
  
  .icon-box {
    width: 60px !important;
    height: 60px !important;
  }
  
  .icon-box i {
    font-size: 26px !important;
  }
  
  .solution-card p {
    font-size: 0.9rem;
  }
  
  .solution-card .list-unstyled {
    font-size: 0.9rem;
  }
}

/* Partnership/Blog Cards */
@media (min-width: 993px) and (max-width: 1366px) {
  .partnership-entry,
  .blog-entry {
    margin-bottom: 25px;
  }
  
  .partnership-entry h3,
  .blog-entry h3 {
    font-size: 1.1rem;
  }
  
  .partnership-entry p,
  .blog-entry p {
    font-size: 0.9rem;
  }
}

/* Counter Section */
@media (min-width: 993px) and (max-width: 1366px) {
  .ftco-counter .block-18 {
    flex-direction: column;
    text-align: center;
  }
  
  .ftco-counter .number {
    font-size: 2rem !important;
  }
  
  .ftco-counter .text-2 span {
    font-size: 0.9rem;
  }
}

/* Footer Fixes */
@media (min-width: 993px) and (max-width: 1366px) {
  .footer {
    padding: 3rem 0 1.5rem;
  }
  
  .footer-heading {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  
  .footer p,
  .footer a,
  .footer .list-unstyled li {
    font-size: 0.9rem;
  }
  
  .footer .col-md-3 {
    padding: 0 12px;
  }
}

/* Modal Fixes */
@media (min-width: 993px) and (max-width: 1366px) {
  .modal-lg {
    max-width: 800px;
  }
  
  .modal-body {
    padding: 1.5rem;
  }
  
  .modal-body h6 {
    font-size: 1rem;
  }
  
  .modal-body p,
  .modal-body ul {
    font-size: 0.9rem;
  }
}

/* Newsletter Section */
@media (min-width: 993px) and (max-width: 1366px) {
  .subscribe-form h3 {
    font-size: 1.2rem;
  }
  
  .subscribe-form .form-control {
    font-size: 0.9rem;
  }
  
  .subscribe-form .submit {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

/* About Section Tabs */
@media (min-width: 993px) and (max-width: 1366px) {
  .tabulation-2 .nav-link {
    font-size: 0.9rem;
    padding: 0.5rem 0.8rem;
  }
  
  .tab-content p {
    font-size: 0.9rem;
  }
}

/* Video Section */
@media (min-width: 993px) and (max-width: 1366px) {
  .img-video {
    min-height: 380px !important;
  }
  
  .icon-video {
    width: 70px !important;
    height: 70px !important;
  }
}

/* Ensure no horizontal overflow */
@media (min-width: 993px) and (max-width: 1366px) {
  body {
    overflow-x: hidden;
  }
  
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  
  .row > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
  }
}
