/* ==========================================================================
   Responsive Design & Media Queries
   ========================================================================== */

  /* Hero Section Mobile */
  @media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
    margin-bottom: 80px;
  }

  
  .hero-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-left: 10px;
    align-items: center;
    text-align: center;
  }

  .hero-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 1.5rem;
  }

  .hero-subtitle {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .hero-visual {
    display: none;
  }

  .cta-button {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 2rem;
    font-size: 0.9rem;
    width: max-content;
    max-width: 90%;
  }




  .cta-button::before {
    font-size: 1rem;
  }

  .hero-button-icon {
    width: 28px;
    height: 28px;
  }

  
  .cta-button:hover .hero-button-icon {
    transform: translateX(-180px);
  }
  
  /* Why Us Section Mobile */
  .why-us .section-title {
    font-size: 2rem;
    padding-left: 0;
    text-align: center;
    margin-bottom: 2rem;
  }

  .why-us-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 20px;
  }

  .why-us-visual {
    display: none;
  }

  .why-us-text {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
    text-align: center;
  }

  /* About Cards Mobile - Simple Static Layout */
  .about-cards {
    padding: 3rem 0;
  }

  .about-cards .container {
    height: auto;
    padding: 0 20px;
  }

  .about-cards-grid {
    flex-direction: column;
    height: auto;
    gap: 16px;
    margin-top: 20px;
  }

  .about-card {
    flex: none !important;
    width: 100%;
    min-height: 356px;
    padding: 2rem 1.5rem;
    background: #1a1a1a;
    border-radius: 20px;
    display: block !important;
    position: relative;
    cursor: default;
    pointer-events: auto;
  }

  /* Remove all expanded states on mobile */
  .about-card.expanded {
    flex: none !important;
    min-height: 356px;
    background: #1a1a1a;
  }

  .about-card-header {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    margin-top: 30px;
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .about-card.expanded .card-header {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
  }

  .about-card-logo img {
    width: 100px;
    height: 100px;
  }

  /* Make content always visible on mobile */
  .about-card-content {
    margin-top: 1rem;
    margin-bottom: 2rem;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    max-height: none !important;
    pointer-events: auto !important;
    display: block !important;
  }

  .about-card.expanded .about-card-content {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    max-height: none !important;
  }

  .about-card-content-divider {
    width: 160px !important;
    opacity: 1 !important;
    margin: 1.5rem 0;
    background: #0500EF;
    height: 1px;
  }

  .about-card:nth-child(2) .content-divider {
     width: 175px !important;
     opacity: 1;
}

  .about-card-content p {
    padding-right: 0;
    color: #999999;
    line-height: 1.6;
    font-size: 17px;
    width:350px;
    height: 160px;
    display: block !important;
  }

  /* Disable all card interactions and hover states on mobile */
  .about-card-logo,
  .about-card-header,
  .about-card-icon,
  .about-card-content-divider,
  .about-card-header h3 {
   transition: none !important;
   transform: none !important;
  }

  /* Remove any pointer events that might trigger JavaScript interactions */
 .about-card:hover {
    transform: none;
 }

  /* Building Blocks Mobile */
  .building-blocks {
    padding: 4rem 0 8rem;
  }

  
   .building-blocks-section-label{
    font-size: 12px;
   }

   .building-blocks-section-title{
    font-size: 1.3rem;
   }
   
  .blocks-grid {
    flex-direction: column;
    gap: 1rem;
    padding: 0;
  }

  .block-card {
    width: 100%;
    max-height: none;
    min-height: 200px;
    padding: 30px 25px;
    flex: none !important;
  }

  .block-icon {
    margin-bottom: 1.5rem;
  }

  .block-arrow {
    left: 25px;
    bottom: 30px;
  }

  /* Philosophy Section Mobile */
  .philosophy {
    padding: 4rem 0;
  }

   .philosophy-content {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 40px 15px;
    border-radius: 12px;
  }

.philosophy .section-label{
    margin-top: 50px;
}

  .philosophy-title {
    font-size: 35px;
    margin-bottom: 1rem;
  }

  .philosophy-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .philosophy-hierarchy {
    gap: 0rem;
    font-size: 1.8rem;
    margin: 1.5rem 0;
  }

  .hierarchy-arrow {
    font-size: 1.5rem;
  }

  .philosophy-subtitle {
    font-size: 15px;
    margin-bottom: 1.5rem;
  }

  .talk-button {
    padding: 0.6rem 0.9rem;
    font-size: 1.2rem;
  }

  /* Testimonial Mobile */
  .testimonial {
    grid-template-columns: 1fr;
  }

  .testimonial-left {
    padding: 3rem 1.5rem;
  }

  .testimonial-text {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 2rem;
  }

  .author-avatar {
    width: 60px;
    height: 60px;
  }

  .author-info h4.author-name {
    font-size: 1.1rem;
  }

  .author-title {
    width: auto;
    font-size: 0.9rem;
  }

  .testimonial-right {
    min-height: 250px;
    padding: 2rem 1.5rem;
  }

  .testimonial-content h3 {
    font-size: 28px;
    line-height: 36px;
  }

  /* Our Works Mobile */
  .works-grid {
    grid-template-columns: 1fr;
  }

  .work-title {
    font-size: 1.3rem;
    padding: 0 1.5rem;
  }

  .work-card {
    width: 100%;
  }

   .work-card-number {
    font-size: 95px;
   }

  .work-icon img {
    width: 35px;
    height: 35px;
  }

  /* Team Section Mobile */
  .team {
    padding: 2rem 0;
  }

  .team .container{
    padding: 0;
  }

  .team-card{
    height: 425px;
  }

  .team-title {
    font-size: 1.3rem;
    padding: 0 1.5rem;
    line-height: 30px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
    padding: 0 20px;
  }

  .team-card {
    width: 100%;
  }

  .team-member-image {
    height: 280px;
  }

  .team-member-description p {
    transition:opacity 0.1s ease;
  }


  .articles-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 1.5rem;
  }

  .section-header .section-title{
    font-size: 1.3rem;
  }

  .article-card {
    width: 100%;
    height: auto;
  }

  .read-more-blogs-btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .article-content {
    padding: 15px;
  }

  .article-content h3 {
    font-size: 20px;
    line-height: 1.4;
  }

  .article-content p {
    font-size: 0.9rem;
  }

}

  @media (max-width: 480px) {
  .about-card-content p {
    font-size: 14px;
    width:286px;
    height: 160px;
  }

   .testimonial-text {
    font-size: 16px;
  
  }

}







 