/* ==========================================================================
   3i World - Responsive Stylesheet
   ========================================================================== */

/* Large Screens (Desktop) */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 46px;
    }
    
    .section-title {
        font-size: 34px;
    }
    
    .process-line-svg {
        display: none; /* Hide svg paths if steps don't align nicely */
    }
    
    .process-step-node {
        margin-bottom: 15px;
    }
}

/* Medium Screens (Tablets & Landscape Mobile) */
@media (max-width: 991px) {
    .section-padding {
        padding: 70px 0;
    }
    
    .navbar-custom {
        background-color: #fff !important;
        backdrop-filter: blur(15px);
        padding: 1px 0;
        border-bottom: 1px solid var(--border-color);
    }
    
    .navbar-collapse {
        background-color: #fff;
        border: 1px solid var(--border-color);
        border-radius: 12px;
        margin-top: 15px;
        padding: 15px;
    }
    
    .navbar-custom .nav-link {
        margin: 8px 0;
    }
    
    .navbar-custom .dropdown-menu {
        border: none;
        background-color: rgba(111, 176, 70, 0.2); 
        box-shadow: none;
        padding-left: 0px;
    }
    
    .hero-section {
        padding: 120px 0 60px;
        text-align: center;
    }
    
    .hero-desc {
        margin: 0 auto 30px;
    }
    
    .hero-social-proof {
        justify-content: center;
        margin-top: 30px;
    }
    
    .hero-image-container {
        margin-top: 60px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .floating-card-1 {
        right: -10px;
    }
    
    .floating-card-2 {
        left: -15px;
    }
    
    .counter-item {
        margin-bottom: 30px;
    }
    
    .counter-item::after {
        display: none;
    }
    
    .process-wrapper {
        margin-top: 30px;
    }
    
    .process-step {
        margin-bottom: 40px;
    }
    
    .process-step:last-child {
        margin-bottom: 0;
    }
    
    .process-step p {
        max-width: 100%;
    }
    
    .faq-img-wrapper {
        margin-top: 20px;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Small Screens (Mobiles) */
@media (max-width: 767px) {

  #indHero .ind-breadcrumb {
    font-family: var(--font-heading);
    font-size: 10px;
    color: var(--text-muted);
}
    .section-title {
        font-size: 23px;
    }
    .blog-details-main {
    margin-top: 0px;
}
    
    .hero-title {
        font-size: 36px;
    }
    
    .action-cta-card {
        padding: 35px 25px;
        text-align: center;
    }
    
    .action-cta-title {
        font-size: 24px;
    }
    
    .action-cta-card .d-flex {
        flex-direction: column;
        align-items: center;
        gap: 25px !important;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
}

/* Extra Small Screens (Portrait Mobile) */
@media (max-width: 575px) {
    .hero-title {
        font-size: 32px;
    }
    
    .btn-custom {
        width: 100%;
        justify-content: center;
    }
    
    .hero-section .d-flex {
        flex-direction: column;
        gap: 15px !important;
    }
    
    .floating-card {
        display: none; /* Hide floating cards on very small screens to clear space */
    }
    
    .logo-item {
        min-width: 0%;
    }
    
    .tech-item {
        width: 100%;
        justify-content: center;
    }
    
}

/* ==========================================================================
   Vision & Mission Page Responsiveness
   ========================================================================== */

@media (max-width: 991.98px) {
    .mv-hero-section {
        padding-top: 130px;
        padding-bottom: 70px;
        text-align: center;
    }
    
    .mv-hero-section .text-start {
        text-align: center !important;
    }
    
    .mv-hero-actions {
        justify-content: center;
    }
    
    .mv-hero-graphic-wrap {
        width: 300px;
        height: 300px;
        margin-top: 45px;
    }
    
    .mv-hero-orb {
        width: 240px;
        height: 240px;
    }
    
    .mv-orb-brand {
        font-size: 64px;
    }
    
    .mv-floating-card {
        width: 200px;
    }
    
    .mv-floating-card.card-vision {
        top: -10px;
        right: -60px;
    }
    
    .mv-floating-card.card-mission {
        bottom: -10px;
        left: -60px;
    }
    
    .mv-timeline-line {
        display: none; /* Hide timeline horizontal bar */
    }
    
    .mv-timeline-card {
        padding: 15px;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 16px;
        margin-bottom: 15px;
    }
    
    .mv-bottom-cta-wrap {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }
    
    .mv-bottom-cta-wrap .text-start {
        text-align: center !important;
    }
    
    .mv-bottom-cta-wrap .d-flex {
        justify-content: center !important;
    }
}

@media (max-width: 767.98px) {
    .mv-hero-title {
        font-size: 34px;
    }
    
    .mv-section-title {
        font-size: 21px;
    }
    
    .mv-hero-graphic-wrap {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    
    .mv-hero-orb {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
    }
    #sdServices, #mvVisionMissionSection, #mvCoreValuesSection {
        padding-top: 60px;
    }
    .section-padding {
        padding: 40px 0;
    }
    
    .mv-orb-ring {
        display: none; /* Hide ring outlines on mobile */
    }
    
    .mv-floating-card {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        margin: 10px 0;
        transform: none !important;
    }
    
    .mv-target-wrapper {
        width: 250px;
        height: 250px;
    }
    
    .mv-detail-img {
        height: 240px;
    }
    
    .mv-stats-strip {
        text-align: center;
    }
    
    .mv-stat-item {
        text-align: center;
        margin-bottom: 0px;
    }
}

@media (max-width: 575.98px) {
    .mv-hero-title {
        font-size: 28px;
    }
    
    .mv-hero-actions {
        flex-direction: column;
        gap: 12px !important;
    }
    
    .mv-hero-actions .btn-custom {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   Our Leadership Page Responsiveness
   ========================================================================== */
@media (max-width: 991.98px) {
    .leaders-title {
        font-size: 30px;
    }
    
    .leaders-section {
        padding: 60px 0;
    }
    
    .leaders-subtitle-desc {
        font-size: 14px;
    }
    
    .leader-card {
        margin-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .leaders-title {
        font-size: 26px;
    }
    
    .leaders-section {
        padding: 50px 0;
    }
    
    .leader-img-wrapper {
        height: 240px; /* slightly taller image on mobile for better aspect ratio */
    }

    .btn-custom-outline{
    font-size: 12px;
}
.timeline-node{
font-size: 11px;}

.journey-timeline-container::before{
display: none;}

.journey-row.active .timeline-central-dot{
display: none;}

.journey-row:nth-child(even) .timeline-central-dot {
 display: none;
}

.timeline-central-dot {
  display: none;
}
 
.journey-left-col {
        margin-bottom: 16px;
        padding-left: 25px !important;
    }

        .journey-right-col {
        padding-left: 0px !important;
    }

    .hero-section {
    padding: 160px 0 100px;
    position: relative;
    overflow: hidden;
    height: 50vh;
}
.trusted-card-wrapper {
    padding: 18px 15px 15px;
}
    .cb-hero-title {
        font-size: 27px !important;
    }

    .section-title-cb {
    font-size: 23px;
}

    #indHero {
        padding: 91px 0 38px 0;
        text-align: center;
    }
        #indHero .ind-hero-title {
        font-size: 23px;
    }
.py-6 {
    padding-top: 39px;
    padding-bottom: 39px;
}

    .flow-steps-wrap {
        /* flex-direction: column; */
         gap: 0px !important; 
        align-items: center !important;
    }

    .flow-steps-wrap{
     justify-content: start !important; }



}

@media (max-width: 575.98px) {
    .leaders-title {
        font-size: 24px;
    }
    
    .mobile-custom-toggler {
        padding: 4px 6px !important;
         margin-right: 20px;

    }
}

/* ==========================================================================
   Careers Page Responsiveness
   ========================================================================== */
@media (max-width: 991.98px) {
    .career-potential-section,
    .career-apply-section {
        padding: 60px 0;
    }
    
    .career-section-title {
        font-size: 30px;
    }
    
    .career-graphic-img {
        max-height: 320px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .career-potential-section,
    .career-apply-section {
        padding: 50px 0;
    }
    
    .career-section-title {
        font-size: 26px;
    }
    
    .career-form-card {
        padding: 30px 20px !important;
    }
}


/* ==========================================================================
   AI & Automation (Chatbot Page) Responsiveness
   ========================================================================== */
@media (max-width: 991px) {
  .cb-hero-section {
    /* padding-top: 130px; */
    padding-bottom: 50px;
    text-align: center;
  }
  .cb-hero-title {
    font-size: 34px;
  }
  .cb-hero-desc {
    margin: 0 auto 25px;
  }
  .cb-hero-actions {
    justify-content: center;
    margin-bottom: 40px;
  }
  .cb-hero-visual-area {
    min-height: 320px;
    margin-bottom: 30px;
  }
  .cb-stats-column {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .cb-stat-card {
    width: 45%;
  }
  .flow-steps-wrap {
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }
  .flow-step-item {
    width: 80%;
  }
  .flow-connector-line {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 90%;
    border-left: 1px dashed rgba(13, 110, 253, 0.2);
    border-top: none;
  }
  .cb-cta-card {
    padding: 30px;
    text-align: center;
  }
  .cb-cta-actions {
    justify-content: center;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .cb-stats-column {
    flex-direction: column;
    align-items: center;
  }
  .cb-stat-card {
    width: 90%;
  }
  .channels-grid {
    grid-template-columns: 1fr;
  }
}


/* ==========================================================================
   AI & Automation (Blog Page) Responsiveness
   ========================================================================== */
@media (max-width: 991px) {
  .blog-hero-section {
    padding-top: 130px;
    padding-bottom: 40px;
    text-align: center;
  }
  .blog-hero-title {
    font-size: 32px;
  }
  .blog-hero-desc {
    margin: 0 auto 20px;
  }
  .blog-hero-visual-area {
    min-height: 280px;
    margin-top: 20px;
  }
  .blog-post-card .row {
    flex-direction: column;
  }
  .blog-card-thumbnail {
    min-height: 180px;
    width: 100%;
  }
  .blog-bottom-newsletter-card {
    padding: 30px 20px;
    text-align: center;
  }
  .blog-cta-robot {
    margin: 0 auto 15px;
  }
  .blog-cta-info {
    margin-bottom: 20px;
  }
  .blog-cta-input-group {
    max-width: 440px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .blog-filter-card {
    padding: 12px;
  }
  .blog-search-input,
  .blog-filter-select {
    height: 40px;
    font-size: 13px;
  }
  .blog-post-card {
    padding: 12px;
  }
  .blog-card-thumbnail {
    min-height: 180px;
    height: auto;
    border-radius: 12px;
  }
  .blog-card-content {
    padding: 16px 8px 8px;
  }
  .blog-card-title {
    font-size: 18px;
  }
  .blog-pagination-nav .page-link {
    padding: 6px 12px;
    font-size: 13px;
  }
  .blog-sidebar-widget {
    padding: 18px;
  }
}


/* ==========================================================================
   AI & Automation (Blog Details Page) Responsiveness
   ========================================================================== */
@media (max-width: 991px) {
  .blog-details-hero {
    padding-top: 130px;
    padding-bottom: 40px;
    text-align: center;
  }
  .blog-author-meta {
    justify-content: center;
  }
  .blog-share-bar {
    position: relative;
    left: 0;
    top: 0;
    flex-direction: row;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 16px;
    width: 100%;
  }
  .share-title {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .blog-prev-next-nav {
    flex-direction: column;
    gap: 15px;
  }
  .blog-prev-next-nav .text-end {
    text-align: left !important;
  }
  .next-card-nav {
    justify-content: flex-start !important;
    text-align: left !important;
  }
  .blog-article-content-wrap .blog-article-banner {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .blog-article-content-wrap .blog-article-banner {
    height: 220px;
  }
  .stats-circle-card {
    padding: 20px 15px;
  }
  .stat-circle-val {
    font-size: 26px;
  }
}




