/* ============================================
   RESPONSIVE.CSS - Responsive Design Styles
   ============================================ */

/* ===== Tablet and Medium Screens ===== */
@media screen and (max-width: 1023px) {
  .why-wrapper {
    grid-template-columns: 1fr;
  }
  .partnership-wrapper {
    grid-template-columns: 1fr;
  }
  .about-title {
    font-size: 3em;
  }
  .about-subtitle {
    font-size: 1.5em;
  }
  .about-intro {
    font-size: 1.1em;
  }
  .about-text {
    columns: 1;
  }
  .banner .title {
    font-size: 3em;
  }
  .section-title {
    font-size: 2.5em;
  }
  .section-subtitle {
    font-size: 1.1em;
  }
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
  .services-grid,
  .projects-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2em;
  }
  .about-features {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .about-stats {
    grid-template-columns: repeat(3, 1fr);
    padding: 2em;
  }
  .stat-number {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1024px) {
  .menu-toggle {
    display: flex;
  }
  header {
    height: 60px;
    padding-inline: 10px;
  }
  header .logo img {
    height: 50px;
  }
  header nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(10px);
    transition: right 0.3s ease;
    z-index: 999;
    padding: 80px 20px 20px;
    border-left: 1px solid #333;
  }
  header nav.active {
    right: 0;
  }
  header nav ul {
    flex-direction: column;
    gap: 0.5em;
  }
  header nav ul li a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #333;
    font-size: 1.1em;
  }
}
/* ===== Mobile Devices ===== */
@media screen and (max-width: 767px) {
  .menu-toggle {
    display: flex;
  }
  header {
    height: 60px;
    padding-inline: 10px;
  }
  header .logo img {
    height: 50px;
  }
  header nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(10px);
    transition: right 0.3s ease;
    z-index: 999;
    padding: 80px 20px 20px;
    border-left: 1px solid #333;
  }
  header nav.active {
    right: 0;
  }
  header nav ul {
    flex-direction: column;
    gap: 0.5em;
  }
  header nav ul li a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #333;
    font-size: 1.1em;
  }
  .banner .title {
    font-size: 1.8em;
  }
  .banner .content .item p {
    font-size: 0.9em;
  }
  .cta-buttons {
    flex-direction: column;
    gap: 1em;
  }
  .about-title {
    font-size: 2.5em;
  }
  .about-subtitle {
    font-size: 1.3em;
  }
  .about-intro {
    font-size: 1em;
    padding: 0 10px;
  }
 
  .about-text {
    columns: 1;
    padding: 0 10px;
  }
  .about-features {
    grid-template-columns: 1fr;
    gap: 1.5em;
  }
  .feature-box {
    padding: 1.5em;
  }
  .about-stats {
    grid-template-columns: 1fr;
    gap: 1.5em;
    padding: 2em 1.5em;
    margin: 2em 0;
  }
  .stat-number {
    font-size: 2.5em;
  }
  .stat-label {
    font-size: 1em;
  }
  .about-conclusion {
    padding: 1.5em;
    margin: 0 10px;
  }
  .about-conclusion p {
    font-size: 1em;
  }
  .about-tagline {
    font-size: 1.1em;
  }
  .section-title {
    font-size: 2em;
    margin-bottom: 0.8em;
  }
  .section-subtitle {
    font-size: 1em;
    margin-bottom: 2em;
    padding: 0 10px;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5em;
    margin-top: 2em;
  }
  .service-card {
    margin: 0 10px;
  }
  .service-image-wrapper {
    height: 200px;
  }
  .service-icon {
    font-size: 4em;
  }
  .service-content {
    padding: 1.5em;
  }
  .service-content h3 {
    font-size: 1.3em;
  }
  .service-content p {
    font-size: 0.9em;
  }
  .testimonials-slider {
    grid-auto-columns: 90%;
  }
  .why-media {
    min-height: 220px;
  }
  
  .story-section {
    padding: 4em 0;
  }
  
  .story-timeline-wrapper {
    padding: 1.5em 1em;
  }
  
  .timeline-items {
    gap: 3.5em;
  }
  
  .timeline-item {
    min-height: 150px;
  }
  
  .timeline-item:nth-child(2) {
    margin-bottom: 0 !important;
  }
  
  .timeline-line {
    left: 30px !important;
  }
  
  .timeline-card {
    margin-left: 3.5em !important;
    margin-right: 1em !important;
    max-width: calc(100% - 4.5em) !important;
    width: auto !important;
    padding: 1.5em !important;
  }
  .logo-item {
    height: 60px;
  }
  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 2em;
    margin-top: 2em;
  }
  .contact-info {
    gap: 1.5em;
  }
  .contact-item {
    flex-direction: column;
    text-align: center;
    gap: 0.5em;
  }
  .contact-icon {
    font-size: 2.5em;
  }
  .contact-form {
    gap: 1.2em;
  }
  .form-group input,
  .form-group textarea {
    padding: 14px 15px;
    font-size: 0.95em;
  }
  .footer {
    padding: 2em 0 1em;
  }
  .footer-content {
    grid-template-columns: 1fr;
    gap: 2em;
    padding: 0 15px;
  }
  .footer-section {
    text-align: center;
  }
  .social-links {
    justify-content: center;
  }
  .container {
    padding-inline: 15px;
  }
  main {
    padding-block: 0;
    gap: 0;
  }
  .section {
    padding: 0;
  }
  .services-header{
    margin-top: 10%;
  }
   .story-header {
    margin-top: 8%;
  }
  .why-header{
    margin-top: 12%;
  }
  .fs-activities-header{
    margin-top: 12%;
  }
  .fs-partnership-content{
    margin-top: 12%;
  }
  .fs-partnership-header{
    text-align: center;
  }
  .section-header{
    text-align: center;
    margin-top: 12%;
  }
  .stories-header{
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .about-title {
    font-size: 2em;
  }
  .about-subtitle {
    font-size: 1.1em;
  }
  .banner .title {
    font-size: 1.5em;
  }
  .section-title {
    font-size: 1.8em;
  }
  .service-image-wrapper {
    height: 180px;
  }
  .service-icon {
    font-size: 3.5em;
  }
  .stat-number {
    font-size: 2em;
  }
  .stat-label {
    font-size: 0.9em;
  }
  header nav {
    width: 85%;
  }
  .banner .content .item p {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  header nav {
    width: 50%;
    max-width: 250px;
  }
  .banner {
    min-height: 100vh;
  }
  .banner .content {
    grid-template-rows: auto auto auto auto;
  }
}
