/* =============================================================
   31. RESPONSIVE BREAKPOINTS
============================================================= */

/* ─── 31a. ≥ 1440px ─── */
@media (min-width: 1440px) {
    .banner-header-container        { padding: 90px; }
    .banner-header-content h1       { font-size: 70px; }
    .banner-header-content p        { font-size: 27px; }
    .about-mission-column h1        { font-size: 72px; }
    .about-mission-column p         { font-size: 28px; }
    .about-company-section          { padding: 90px; }
    .about-company-grid             { gap: 60px; margin-top: 90px; }
    .about-company-card             { min-height: 320px; }
    .global-brand-grid              { grid-template-columns: repeat(4, 1fr); }
    .smart-technology-main-title    { font-size: 48px; }
    .smart-technology-top-title h5  { font-size: 39px; }
    .service-pricing-card-wrapper   { grid-template-columns: repeat(4, 257px); }
    .service-pricing-card           { width: 257px; height: 336px; }
    .trusted-global-logos           { flex-wrap: nowrap; }
    .customer-testimonial-card      { width: 1011px; }
    .customer-testimonial-text      { font-size: 25px; }
    .blog-insights-main-title       { font-size: 50px; }
    .blog-insights-text-content p   { font-size: 27px; }
    .isi-contact-bottom-wrapper     { max-width: 1300px; gap: 180px; }
    .banner-3                       { width: 1100px; height: 520px; }
    .isi-resource-content p         { font-size: 28px; }
    .banner-header-container-1      { padding: 80px 100px; }
    .hiring-title                   { font-size: 72px; }
    .hiring-content                 { font-size: 22px; }
    .banner-header-image-1 img      { max-width: 650px; }
    .job-card                       { max-width: 850px; }
    .job-title                      { font-size: 38px; }
    .job-description                { font-size: 32px; }
    .isi-features-container         { gap: 80px; }
    .isi-feature-item h3            { font-size: 60px; }
    .isi-feature-item p             { font-size: 27px; }
    .who-we-are-text-bottom p       { font-size: 27px; line-height: 1.8; }
    .core-services-wrapper          { grid-template-columns: repeat(3, 1fr);  }
    .content-text                   { font-size: 27px; }
    .blog-def p                     { font-size: 27px; }
    .gallery-title{font-size: 72px;}
}

/* ─── 31b. 1200px – 1439px ─── */
@media (min-width: 1200px) and (max-width: 1439px) {
    .banner-header-container        { padding: 70px; }
    .banner-header-content h1       { font-size: 58px; }
    .banner-header-content p        { font-size: 24px; }
    .who-we-are-text-bottom p       { font-size: 22px; }
    .about-mission-container        { column-gap: 100px; margin: 30px; }
    .about-mission-column h1        { font-size: 60px; margin-bottom: 45px; }
    .about-mission-column p         { font-size: 24px; }
    .about-company-section          { padding: 70px; }
    .about-company-grid             { gap: 50px; margin-top: 70px; }
    .about-company-left h2          { font-size: 52px; }
    .about-company-left p           { font-size: 24px; }
    .about-company-card             { min-height: 280px; padding: 35px 20px; }
    .global-brand-section           { padding: 70px 20px; }
    .global-brand-grid              { gap: 22px; }
    .global-brand-card              { min-height: 250px; padding: 28px 16px; }
    .global-brand-card h3           { font-size: 20px; }
    .smart-technology-section       { padding: 70px 20px 100px; }
    .smart-technology-main-title    { font-size: 42px; line-height: 1.3; }
    .smart-technology-description   { font-size: 22px; }
    .service-pricing-section        { padding: 0 70px; }
    .service-pricing-card-wrapper   { grid-template-columns: repeat(4, 1fr); gap: 20px; }
    .service-pricing-card           { width: 100%; height: auto; min-height: 300px; }
    .service-pricing-description    { font-size: 22px; }
    .service-pricing-bottom-text    { font-size: 22px; }
    .trusted-global-section         { padding: 70px 20px; }
    .trusted-global-logos           { gap: 30px; }
    .customer-testimonial-card      { width: 90%; max-width: 950px; }
    .customer-testimonial-text      { font-size: 22px; }
    .blog-insights-main-title       { font-size: 44px; }
    .blog-insights-text-content p   { font-size: 24px; }
    .isi-contact-bottom-wrapper     { max-width: 1140px; gap: 120px; }
    .isi-contact-form-box           { padding: 35px; }
    .core-services-main-title h2    { font-size: 56px; }
    .core-service-card h3           { font-size: 32px; }
    .core-service-card p            { font-size: 22px; }
    .core-services-wrapper          { grid-template-columns: repeat(3, 1fr);  gap: 15px; margin: 20px; }
    .scale-cta-container h1         { font-size: 60px; }
    .scale-cta-container h2        { font-size: 60px; }
    .isi-pricing-description        { font-size: 22px; }
    .isi-price-card                 { width: 220px; }
    .isi-price-card h2              { font-size: 48px; }
    .isi-pricing-factors li         { font-size: 24px; }
    .isi-pricing-bottom-text        { font-size: 24px; }
    .isi-why-main-title             { font-size: 50px; }
    .isi-why-subtitle               { font-size: 40px; }
    .isi-why-grid                   { gap: 30px; }
    .banner-3                       { width: 900px; height: 450px; }
    .banner-2, .banner-4            { width: 180px; height: 340px; }
    .banner-1, .banner-5            { width: 140px; height: 260px; }
    .work-gallery                   { height: auto !important; }
    .isi-resource-content p         { font-size: 24px; }
    .isi-resource-btn               { min-width: 220px; font-size: 22px; }
    .banner-header-container-1      { padding: 60px 70px; }
    .hiring-title                   { font-size: 64px; }
    .hiring-content                 { font-size: 20px; }
    .banner-header-image-1 img      { max-width: 550px; }
    .job-card                       { max-width: 800px; }
    .job-title                      { font-size: 34px; }
    .job-description                { font-size: 28px; }
    .portfolio-btn                  { min-width: 450px; }
    .isi-features-container         { gap: 60px; }
    .isi-feature-item h3            { font-size: 52px; margin-bottom: 40px; }
    .isi-feature-item p             { font-size: 28px; }
    .isi-contact-grid               { gap: 40px; }
    .content-text                   { font-size: 27px; }
    .blog-def p                     { font-size: 27px; }
    .isi-why-description            { font-size: 24px; }
    .blog-insights-content-wrapper {margin: 30px;}
    .pps-description{margin: 50px;}
    .pps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 20px;
}
    .work-gallery                   { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; height: auto !important; }
    .gallery-img                    { position: relative !important; width: 100% !important; height: auto !important; top: auto !important; left: auto !important; right: auto !important; transform: none !important; }
    .banner-3                       { grid-column: span 3; height: 380px !important; width: 100% !important; border-radius: 28px; }
    .work-main-title                { font-size: 52px; }
    .gallery-title{font-size: 60px;}
        .gallery-controls{margin-top: 50px;}
    
}
/* ─── 31c. 992px – 1199px ─── */
@media (min-width: 992px) and (max-width: 1199px) {
    h1 { font-size: 52px; }
    h2 { font-size: 42px; }
    h3 { font-size: 28px; }
    h4 { font-size: 22px; }
    h6 { font-size: 16px; }
    p  { font-size: 25px; line-height: 1.7; }
    li { font-size: 18px; }
.smart-technology-top-title h5 {font-size: 35px;}
    .banner-header-section          { overflow: hidden; }
    .banner-header-container        { padding: 60px 30px; }
    .banner-header-wrapper          { flex-direction: row; align-items: center; flex-wrap: nowrap; gap: 40px; }
    .banner-header-content          { width: 52%; flex-shrink: 0; }
    .banner-header-image            { flex: 1; width: 48%; max-width: 520px; overflow: hidden; }
    .banner-header-image img        { width: 100%; height: auto; border-radius: 35px; }
    .banner-header-content h1       { font-size: 44px; line-height: 1.15; }
    .banner-header-content p        { font-size: 22px; line-height: 1.75; text-align: justify; }
    .who-we-are-text-bottom p       { font-size: 20px; }
    .banner-header-buttons          { flex-wrap: wrap; gap: 14px;  }
    .banner-header-primary-btn,
    .banner-header-secondary-btn    { font-size: 15px; padding: 13px 22px; white-space: nowrap; }

    .about-company-section          { padding: 60px 40px; }
    .about-company-grid             { flex-wrap: wrap; gap: 40px; margin-top: 50px; }
    .about-company-left,
    .about-company-right            { flex: 1 1 100%; max-width: 100%; }
    .about-company-left h2          { font-size: 42px; }
    .about-company-left p           { font-size: 22px; }
    .about-company-card-grid        { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .about-company-card             { min-height: 260px; border-radius: 30px; padding: 30px 18px; }
    .about-company-card h3          { font-size: 22px; }
    .about-company-card p           { font-size: 16px; }

    .about-mission-container        { column-gap: 60px; }
    .about-mission-column h1        { font-size: 48px; margin-bottom: 35px; }
    .about-mission-column p         { font-size: 22px; line-height: 1.8; margin: 0 20px; }

    .global-brand-section           { padding: 60px 20px; }
    .global-brand-grid              { grid-template-columns: repeat(4, 1fr); gap: 20px; }
    .global-brand-title             { font-size: 34px; margin-bottom: 38px; }
    .global-brand-card              { min-height: 230px; padding: 26px 16px; }
    .global-brand-card h3           { font-size: 18px; }

    .smart-technology-section       { padding: 60px 20px 80px; }
    .smart-technology-main-title    { font-size: 36px; max-width: 700px; }
    .smart-technology-description   { font-size: 18px; }
    .smart-technology-subtitle      { font-size: 30px; margin: 50px 0; }
    .smart-technology-grid          { grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 38px; }
    .smart-technology-card          { min-height: 250px; padding: 28px 16px; border-radius: 28px; }
    .smart-technology-card h3       { font-size: 16px; }
    .smart-technology-card:nth-child(5),
    .smart-technology-card:nth-child(6) { grid-column: auto; }

    .service-pricing-section        { padding: 0 40px; }
    .service-pricing-top-title      { font-size: 28px; }
    .service-pricing-description    { font-size: 18px; margin-bottom: 45px; }
    .service-pricing-card-wrapper   { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .service-pricing-card           { width: 100%; height: auto; min-height: 270px; border-radius: 28px; }
    .service-pricing-card-content h3 { font-size: 22px; }
    .service-pricing-card-content h2 { font-size: 28px; }
    .service-pricing-card-content p  { font-size: 16px; }
    .service-pricing-start          { font-size: 20px; margin-bottom: 20px; }
    .service-pricing-factors h2     { font-size: 30px; }
    .service-pricing-bottom-text    { font-size: 18px; }

    .trusted-global-section         { padding: 60px 20px; }
    .trusted-global-logos           { justify-content: center; gap: 30px; }
    .trusted-global-item-one        { width: 110px; height: 84px; }
    .trusted-global-item-two        { width: 180px; height: 44px; }
    .trusted-global-item-three      { width: 170px; height: 66px; }
    .trusted-global-item-four       { width: 140px; height: 72px; }
    .trusted-global-item-five       { width: 130px; height: 130px; }

    .customer-testimonial-section   { padding: 60px 50px 80px; }
    .customer-testimonial-card      { width: 95%; padding: 36px; }
    .customer-testimonial-text      { font-size: 20px; }

    .blog-insights-section          { padding: 60px 20px 80px; }
    .blog-insights-small-title      { font-size: 28px; }
    .blog-insights-main-title       { font-size: 36px; }
    .blog-insights-content-wrapper  { gap: 36px; }
    .blog-insights-text-content p   { font-size: 22px; }

    .isi-contact-bottom-wrapper     { grid-template-columns: 280px 1fr; gap: 60px; max-width: 960px; }
    .isi-contact-heading h3         { font-size: 24px; }
    .isi-contact-info-text h4       { font-size: 20px; }
    .isi-contact-info-text p        { font-size: 16px; }
    .isi-contact-form-box           { padding: 30px; }
    .isi-form-group                 { grid-template-columns: 140px 1fr; }

    .core-services-main-title h2    { font-size: 48px; }
    .core-services-wrapper          { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .core-service-card              { padding: 30px 18px; }
    .core-service-icon img          { width: 140px; height: 140px; }
    .core-service-card h3           { font-size: 30px; }
    .core-service-card p            { font-size: 22px; }
    .core-service-btn               { min-width: auto; width: 100%; font-size: 15px; }

    .scale-cta-section              { padding: 80px 0; }
    .scale-cta-container h1         { font-size: 48px; margin: 0 20px; }
    .scale-cta-container h2         { font-size: 48px; margin: 0 20px; }

    .isi-pricing-section            { padding: 80px 20px; }
    .isi-pricing-description        { font-size: 20px; margin-bottom: 50px; }
    .isi-price-card                 { width: 260px; }
    .isi-pricing-factors h2         { font-size: 30px; }
    .isi-pricing-factors li         { font-size: 22px; }
    .isi-pricing-bottom-text        { font-size: 22px; }

    .isi-why-main-title             { font-size: 42px; }
    .isi-why-description            { font-size: 22px; }
    .isi-why-subtitle               { font-size: 34px; }
    .isi-why-grid                   { grid-template-columns: repeat(2, 1fr); max-width: 640px; gap: 28px; }
    .isi-why-card:nth-child(5),
    .isi-why-card:nth-child(6)      { grid-column: auto; }

    .isi-workflow-line              { display: none; }
    .isi-workflow-card-down         { margin-top: 0px; }
    .isi-workflow-grid              { row-gap: 40px; }

    .work-gallery                   { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; height: auto !important; }
    .gallery-img                    { position: relative !important; width: 100% !important; height: auto !important; top: auto !important; left: auto !important; right: auto !important; transform: none !important; }
    .banner-3                       { grid-column: span 3; height: 380px !important; width: 100% !important; border-radius: 28px; }
    .work-main-title                { font-size: 52px; }

    .banner-header-container-1      { padding: 50px; }
    .banner-header-wrapper-1        { flex-direction: row; flex-wrap: wrap; gap: 40px; }
    .banner-header-wrapper-1 .banner-header-content { flex: 1 1 50%; width: auto; }
    .banner-header-image-1          { flex: 1 1 40%; }
    .banner-header-image-1 img      { max-width: 450px; width: 100%; }
    .hiring-title                   { font-size: 52px; }
    .hiring-content                 { font-size: 18px; line-height: 1.7; max-width: 100%; }

    .job-card                       { max-width: 700px; padding: 25px; border-radius: 22px; }
    .job-title                      { font-size: 30px; }
    .job-meta                       { font-size: 14px; }
    .job-description                { font-size: 24px; }
    .apply-btn                      { min-width: 250px; font-size: 18px; }

    .portfolio-btn                  { min-width: 440px; font-size: 18px; }
    .portfolio-btn-wrap             { margin-top: 35px; }

    .isi-features-container         { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .isi-feature-item h3            { font-size: 44px; margin-bottom: 28px; }
    .isi-feature-item p             { font-size: 24px; }

    .isi-contact-parameters-box     { padding: 35px; }
    .isi-contact-form-row           { grid-template-columns: 220px 1fr; }
    .isi-contact-grid               { gap: 30px; }
    .isi-trust-badges               { gap: 40px; }

    .pps-grid                       { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .pps-title                      { font-size: 30px; min-height: auto; }
    .pps-text                       { font-size: 22px; min-height: auto; }
    .pps-icon-box img {        width: 140px;
        height: 140px;}

    .cr-grid                        { gap: 40px; }
    .cr-title                       { font-size: 46px; }
    .cr-description                 { font-size: 22px; }
    .cr-card                        { padding: 40px 25px; }
    .cr-card-title                  { font-size: 34px; }

    .ecs-hero                       { grid-template-columns: 1fr; gap: 60px; }
    .ecs-content                    { gap: 60px; }
    .ecs-left img                   { margin: auto; }
    .quote                          { display: none; }
    .ecs-stats                      { grid-template-columns: repeat(3, 1fr); }

    .isi-resource-content p         { font-size: 22px; line-height: 1.7; }
    .isi-resource-btn               { min-width: 200px; height: 52px; font-size: 20px; }

    .free-sample-cta-card           { padding: 50px 40px; }

    .testimonial-card               { padding: 40px; gap: 30px; }
    .testimonial-text               { font-size: 22px; text-align: justify; }
    .quote-right                    { left: 160px; }

    .content-text                   { font-size: 25px; }
    .blog-def p                     { font-size: 25px; }
        .gallery-controls{margin-top: 50px;}
}

/* ─── 31d. 768px – 991px ─── */
@media (min-width: 768px) and (max-width: 991px) {
    h1 { font-size: 38px; }
    h2 { font-size: 32px; }
    h3 { font-size: 22px; }
    h4 { font-size: 20px; }
    h5 { font-size: 28px; }
    h6 { font-size: 15px; }
    p  { font-size: 22px; line-height: 1.75; }
    li { font-size: 15px; }

    .banner-header-section          { overflow: hidden; }
    .banner-header-container        { padding: 50px 24px; }
    .banner-header-wrapper          { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 30px; }
    .banner-header-content          { align-items: center; gap: 20px;flex-wrap: wrap;width: 370px;} 
    .banner-header-image            { flex: 1 1 44%; max-width: 420px; overflow: hidden; }
    .banner-header-image img        { width: 100%; height: auto; border-radius: 28px; }
    .banner-header-content h1       { font-size: 40px; line-height: 1.3; margin-bottom: 20px; }
    .banner-header-content p        { font-size: 22px; line-height: 1.8; text-align: justify; }
    .banner-header-buttons          { flex-wrap: wrap; gap: 12px; }
    .banner-header-primary-btn,
    .banner-header-secondary-btn    { font-size: 14px; padding: 12px 20px; white-space: nowrap; }

    .about-company-section          { padding: 50px 24px; }
    .about-company-grid             { flex-direction: column; gap: 30px; margin-top: 36px; }
    .about-company-left,
    .about-company-right            { max-width: 100%; flex: 1 1 100%; }
    .about-company-left h2          { font-size: 30px; }
    .about-company-left p           { font-size: 22px; }
    .about-company-card-grid        { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .about-company-card             { min-height: 210px; border-radius: 24px; padding: 24px 16px; }
    .about-company-card img         { width: 65px; height: 65px; }
    .about-company-card h3          { font-size: 28px; }
    .about-company-card p           { font-size: 22px; }
    .smart-technology-top-title h5 {font-size: 40px;} 
    .about-mission-container        { grid-template-columns: 1fr; gap: 50px; }
    .about-mission-column h1        { font-size: 40px; margin-bottom: 22px; text-align: center; }
    .about-mission-column p         { font-size: 22px; line-height: 1.8; text-align: justify; margin: 0 100px; }
    .who-we-are-text-bottom p       { font-size: 22px; }

    .global-brand-section           { padding: 50px 20px; }
    .global-brand-grid              { grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .global-brand-title             { font-size: 30px; margin-bottom: 35px; }
    .global-brand-card              { min-height: 200px; border-radius: 26px; padding: 22px 14px; }
    .global-brand-card img          { width: 70px; height: 70px; }
    .global-brand-card h3           { font-size: 16px; line-height: 24px; }

    .smart-technology-section       { padding: 50px 20px 70px; }
    .smart-technology-main-title    { font-size: 30px; line-height: 1.3; }
    .smart-technology-description   { font-size: 16px; }
    .smart-technology-subtitle      { font-size: 26px; margin: 35px 0; }
    .smart-technology-grid          { grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 28px; }
    .smart-technology-card          { min-height: 210px; padding: 22px 14px; border-radius: 24px; }
    .smart-technology-card img      { width: 64px; height: 64px; margin-bottom: 14px; }
    .smart-technology-card h3       { font-size: 16px; }
    .smart-technology-card:nth-child(5),
    .smart-technology-card:nth-child(6) { grid-column: auto; }

    .service-pricing-section        { padding: 0 24px; }
    .service-pricing-top-title      { font-size: 22px; margin-bottom: 26px; }
    .service-pricing-description    { font-size: 15px; margin-bottom: 36px; }
    .service-pricing-card-wrapper   { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .service-pricing-card           { width: 100%; height: auto; min-height: 250px; border-radius: 24px; }
    .service-pricing-card-content h3 { font-size: 20px; }
    .service-pricing-card-content h2 { font-size: 26px; }
    .service-pricing-card-content p  { font-size: 14px; }
    .service-pricing-start          { font-size: 18px; margin-bottom: 18px; }
    .service-pricing-factors h2     { font-size: 26px; margin-bottom: 22px; }
    .service-pricing-bottom-text    { font-size: 15px; }

    .trusted-global-section         { padding: 50px 20px; }
    .trusted-global-logos           { justify-content: center; gap: 25px; }
    .trusted-global-item-one        { width: 90px;  height: 68px; }
    .trusted-global-item-two        { width: 150px; height: 37px; }
    .trusted-global-item-three      { width: 140px; height: 54px; }
    .trusted-global-item-four       { width: 110px; height: 57px; }
    .trusted-global-item-five       { width: 100px; height: 100px; }

    .customer-testimonial-section   { padding: 50px 20px 70px; }
    .customer-testimonial-card      { width: 96%; padding: 32px 24px; }
    .customer-testimonial-text      { font-size: 17px; margin-top: 14px; }

    .blog-insights-section          { padding: 50px 20px 70px; }
    .blog-insights-small-title      { font-size: 22px; }
    .blog-insights-main-title       { font-size: 28px; margin-bottom: 20px; }
    .blog-insights-content-wrapper  { flex-direction: column; gap: 26px; }
    .blog-insights-text-content,
    .blog-insights-image-box        { width: 100%; }
    .blog-insights-image-box        { justify-content: center; }
    .blog-insights-text-content p   { font-size: 22px; margin: 20px 30px; }

    .isi-contact-bottom-wrapper     { grid-template-columns: 1fr; gap: 44px; margin-top: 44px; }
    .isi-contact-info-box           { margin-bottom: 45px; }
    .isi-contact-form-box           { padding: 30px; }
    .isi-form-group                 { grid-template-columns: 130px 1fr; gap: 14px; }
    .isi-form-group label           { font-size: 17px; }

    .core-services-main-title h2    { font-size: 38px; }
    .core-service-card p            { font-size: 22px; line-height: 1.55; margin-bottom: 28px; }
    .core-services-wrapper          { grid-template-columns: repeat(2, 1fr);  }
    .pps-icon-box img {width: 100%;
        height: 90px;}
        

    .scale-cta-section              { padding: 80px 0; }
    .scale-cta-container h1         { font-size: 38px; }
      .scale-cta-container h2        { font-size: 38px; }


    .isi-pricing-section            { padding: 80px 20px; }
    .isi-pricing-description        { text-align: center; font-size: 18px; }
    .isi-price-card                 { width: 240px; }
    .isi-pricing-factors h2         { font-size: 28px; }
    .isi-pricing-factors li         { font-size: 22px; text-align: justify; }
    .isi-pricing-bottom-text        { font-size: 22px; }

    .isi-why-main-title             { font-size: 36px; }
    .isi-why-description            { font-size: 22px; }
    .isi-why-subtitle               { font-size: 28px; }
    .isi-why-grid                   { grid-template-columns: repeat(2, 1fr); max-width: 580px; gap: 22px; }
    .isi-why-card:nth-child(5),
    .isi-why-card:nth-child(6)      { grid-column: auto; }

    .isi-workflow-line              { display: none; }
    .isi-workflow-card-down         { margin-top: 0; }
    .isi-workflow-card              { max-width: 350px; margin: auto; }

    .work-gallery                   { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; height: auto !important; }
    .gallery-img                    { position: relative !important; width: 100% !important; height: auto !important; top: auto !important; left: auto !important; right: auto !important; transform: none !important; }
    .banner-3                       { grid-column: span 2; height: 380px !important; width: 100% !important; border-radius: 28px; }
    .work-main-title                { font-size: 44px; }
    .work-filter-buttons a          { min-width: 220px; }

    .banner-header-container-1      { padding: 36px; }
    .smart-technology-top-title-1 h5 { font-size: 26px; }
    .banner-header-wrapper-1        { flex-direction: column; align-items: center; text-align: center; gap: 32px; }
    .banner-header-wrapper-1 .banner-header-content { flex: 0 0 100%; max-width: 100%; width: 100%; }
    .banner-header-image-1          { flex: 0 0 100%; }
    .banner-header-image-1 img      { max-width: 420px; width: 100%; }
    .hiring-title                   { font-size: 44px; }
    .hiring-content                 { font-size: 17px; max-width: 100%; }

    .job-card                       { max-width: 100%; padding: 22px; border-radius: 22px; }
    .job-title                      { font-size: 26px; }
    .job-meta                       { font-size: 13px; }
    .job-description                { font-size: 20px; line-height: 1.6; }
    .apply-btn                      { min-width: 200px; height: 42px; font-size: 17px; }

    .portfolio-btn                  { min-width: 340px; height: 44px; font-size: 18px; }

    .isi-features-container         {  gap: 36px; }
    .isi-feature-item h3            { font-size: 38px; margin-bottom: 18px; }
    .isi-feature-item p             { font-size: 20px; }

    .isi-contact-parameters-box     { padding: 30px; }
    .isi-contact-form-row           { grid-template-columns: 1fr; gap: 10px; }
    .isi-contact-grid               { gap: 28px; }
    .isi-trust-badges               { flex-wrap: wrap; gap: 28px; }

    .pps-grid                       { grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .pps-title                      { font-size: 30px; min-height: auto; }
    .pps-text                       { font-size: 22px; min-height: auto; }

    .cr-grid                        { grid-template-columns: 1fr; gap: 36px; }
    .cr-title                       { font-size: 40px; }
    .cr-description                 { font-size: 22px; margin: 0 30px; }
    .cr-card                        { padding: 36px 22px;margin: 0 100px;  }
    .cr-card-title                  { font-size: 32px; }

    .ecs-hero                       { grid-template-columns: 1fr; gap: 50px; text-align: center; }
    .ecs-content                    { gap: 50px; }
    .ecs-left img                   { margin: auto; }
    .ecs-right                      { text-align: center; }
    .quote                          { display: none; }
    .ecs-stats                      {  gap: 36px; }
    .ecs-stat h3                    { font-size: 44px; }

    .isi-resource-content p         { font-size: 18px; line-height: 1.7; }
    .isi-resource-tags a            { font-size: 17px; margin: 0 10px; }
    .pagination-wrapper             { gap: 14px; padding: 10px 0 100px; }

    .form-row                       { grid-template-columns: 1fr; gap: 10px; }
    .city-pincode-wrapper           { flex-direction: column; }

    .free-sample-cta-card           { padding: 50px 40px; }

    .testimonial-card               { text-align: center; padding: 35px 25px; }
    .testimonial-stars              { text-align: center; }
    .testimonial-image              { flex: unset; }
    .testimonial-content            { width: 100%; }
    .testimonial-text               { text-align: justify; font-size: 22px; }
    .quote-left, .quote-right       { display: none; }
    .testimonial-footer             { flex-direction: column; align-items: center; text-align: center; }
    .testimonial-actions            { flex-direction: column; gap: 20px; }

    .content-text                   { font-size: 24px; text-align: justify; }
    .blog-def p                     { font-size: 24px; }

    .banner-header-content h1 span {font-size: 35px;}
    .cr-item p{max-width: 500px; font-size: 22px;}
        .gallery-controls{margin-top: 50px;}
        .core-service-icon img { width: 100%;height: 90px;}
        .core-service-card h3{font-size: 30px;}
       

}

/* ─── 31e. 472px – 767px ─── */
@media (min-width: 472px) and (max-width: 767px) {
    h1 { font-size: 26px; }
    h2 { font-size: 24px; }
    h3 { font-size: 19px; }
    h4 { font-size: 17px; }
    h5 { font-size: 34px; }
    h6 { font-size: 14px; }
    p  { font-size: 22px; line-height: 1.7; margin-bottom: 12px; }
    li { font-size: 13px; }
 .smart-technology-top-title h5 {font-size: 35px;}
    .banner-header-section          { overflow: hidden; }
    .banner-header-container        { padding: 32px 18px; }
    .banner-header-wrapper          { flex-direction: column; gap: 24px; }
    .banner-header-content,
    .banner-header-image            { width: 100%; max-width: 100%; flex: unset; }
    .banner-header-image            { overflow: hidden; }
    .banner-header-image img        { width: 100%; height: 560; border-radius: 22px; }
    .banner-header-content h1       { font-size: 45px; line-height: 1.2; margin-bottom: 18px; }
    .banner-header-content p        { font-size: 22px; line-height: 1.75; text-align: justify; }
    .banner-header-buttons          { flex-direction: row; flex-wrap: wrap; gap: 12px; }
    .banner-header-primary-btn,
    .banner-header-secondary-btn    { font-size: 15px; padding: 11px 20px; white-space: nowrap; }
    .who-we-are-text-bottom p       { font-size: 22px; line-height: 1.7; text-align: justify; }

    .about-company-section          { padding: 36px 18px; }
    .about-company-grid             { flex-direction: column; gap: 22px; margin-top: 26px; }
    .about-company-left,
    .about-company-right            { max-width: 100%; flex: 1 1 100%; }
    .about-company-left h2          { font-size: 30px; }
    .about-company-left p           { font-size: 22px; }
    .about-company-card-grid        { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .about-company-card             { min-height: 190px; border-radius: 20px; padding: 20px 12px; }
    .about-company-card img         { width: 52px; height: 52px; margin-bottom: 12px; }
    .about-company-card h3          { font-size: 17px; }
    .about-company-card p           { font-size: 16px; }

    .about-mission-container        { grid-template-columns: 1fr; gap: 44px; }
    .about-mission-column h1        { font-size: 32px; margin-bottom: 18px; }
    .about-mission-column p         { font-size: 22px; line-height: 1.75; margin:  0 50px; }

    .global-brand-section           { padding: 36px 16px; }
    .global-brand-grid              { grid-template-columns: repeat(2, 1fr); gap: 13px; }
    .global-brand-title             { font-size: 30px; margin-bottom: 26px; }
    .global-brand-card              { min-height: 170px; border-radius: 20px; padding: 18px 10px; }
    .global-brand-card img          { width: 50px; height: 50px; }
    .global-brand-card h3           { font-size: 14px; line-height: 20px; }

    .smart-technology-section       { padding: 36px 16px 55px; }
    .smart-technology-main-title    { font-size: 35px; line-height: 1.3; }
    .smart-technology-description   { font-size: 13px; }
    .smart-technology-subtitle      { font-size: 20px; margin: 26px 0; }
    .smart-technology-grid          { grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 22px; }
    .smart-technology-card          { min-height: 175px; padding: 18px 11px; border-radius: 20px; }
    .smart-technology-card img      { width: 54px; height: 54px; margin-bottom: 14px; }
    .smart-technology-card h3       { font-size: 14px; }
    .smart-technology-card:nth-child(5),
    .smart-technology-card:nth-child(6) { grid-column: auto; }

    .service-pricing-section        { padding: 0 18px; }
    .service-pricing-top-title      { font-size: 18px; margin-bottom: 20px; }
    .service-pricing-description    { font-size: 13px; margin-bottom: 28px; }
    .service-pricing-card-wrapper   { grid-template-columns: repeat(2, 1fr); gap: 13px; margin-bottom: 36px; }
    .service-pricing-card           { width: 100%; height: auto; min-height: 215px; border-radius: 20px; }
    .service-pricing-card-content h3 { font-size: 17px; }
    .service-pricing-card-content h2 { font-size: 22px; }
    .service-pricing-card-content p  { font-size: 12px; }
    .service-pricing-start          { font-size: 16px; margin-bottom: 16px; }
    .service-pricing-factors h2     { font-size: 20px; }
    .service-pricing-factors li     { font-size: 13px; margin-bottom: 16px; }
    .service-pricing-bottom-text    { font-size: 13px; }

    .trusted-global-section         { padding: 36px 16px; }
    .trusted-global-logos           { justify-content: center; gap: 10px; }
    .trusted-global-item-one        { width: 70px;  height: 53px; }
    .trusted-global-item-two        { width: 120px; height: 30px; }
    .trusted-global-item-three      { width: 110px; height: 42px; }
    .trusted-global-item-four       { width: 85px;  height: 44px; }
    .trusted-global-item-five       { width: 80px;  height: 80px; }

    .customer-testimonial-section   { padding: 36px 16px 56px; }
    .customer-testimonial-card      { width: 100%; padding: 26px 18px; }
    .customer-testimonial-text      { font-size: 14px; padding-left: 36px; }

    .blog-insights-section          { padding: 36px 16px 56px; }
    .blog-insights-small-title      { font-size: 18px; margin-bottom: 20px; }
    .blog-insights-main-title       { font-size: 22px; margin-bottom: 16px; }
    .blog-insights-content-wrapper  { flex-direction: column; gap: 22px; }
    .blog-insights-text-content,
    .blog-insights-image-box        { width: 100%; }
    .blog-insights-image-box        { justify-content: center; }
    .blog-insights-text-content p   { font-size: 22px; margin: 0 30px; }
    .blog-insights-btn              { width: 280px; height: 44px; font-size: 14px; }    

    .isi-contact-bottom-wrapper     { grid-template-columns: 1fr; gap: 36px; margin-top: 36px; padding: 0 18px; }
    .isi-contact-heading h3         { font-size: 22px; }
    .isi-contact-form-box           { padding: 22px; border-radius: 26px; }
    .isi-form-group                 { grid-template-columns: 1fr; gap: 8px; }
    .isi-form-group input,
    .isi-form-group select          { height: 42px; font-size: 14px; }
    .isi-message-group textarea     { height: 100px; }
    .isi-submit-btn                 { width: 100%; max-width: 100%; height: 46px; font-size: 15px; }

    .core-services-main-title h2    { font-size: 28px; }
    .core-service-card              { padding: 26px 18px; }
    .core-service-card h3           { font-size: 25px; }
    .core-service-card p            { font-size: 22px; }
    .core-services-wrapper          { grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .core-service-btn               { min-width: 100%; font-size: 14px; }
    .pps-icon-box img{width: 100px;
    height: 80px;}

    .scale-cta-section              { padding: 65px 0; }
    .scale-cta-container h1         { font-size: 32px; margin: 0 20px; }
     .scale-cta-container h2       { font-size: 38px; margin: 0 20px; }

    .isi-pricing-section            { padding: 56px 14px; }
    .isi-price-card                 { width: 100%; max-width: 300px; min-height: 270px; }
    .isi-price-card h3              { font-size: 22px; }
    .isi-price-card h2              { font-size: 40px; }
    .isi-pricing-factors h2         { font-size: 30px; }
    .isi-pricing-factors li         { font-size: 22px; text-align: justify; }
    .isi-pricing-bottom-text        { font-size: 22px; }

    .isi-why-main-title             { font-size: 30px; }
    .isi-why-description            { font-size: 22px; text-align: justify; margin: 20px 30px; }
    .isi-why-subtitle               { font-size: 30px; margin-bottom: 36px; }
    .isi-why-grid                   { grid-template-columns: repeat(2, 1fr); max-width: 500px; gap: 18px; }
    .isi-why-card:nth-child(5),
    .isi-why-card:nth-child(6)      { grid-column: auto;min-height: 190px; border-radius: 20px; padding: 20px 12px; }

    .isi-workflow-line              { display: none; }
    .isi-workflow-title             { font-size: 30px; }
    .isi-workflow-card-down         { margin-top: 0; }
    .isi-workflow-card              { margin-bottom: 40px; }

    .work-gallery                   { display: grid; grid-template-columns: 1fr; gap: 14px; height: auto !important; }
    .gallery-img                    { position: relative !important; width: 100% !important; height: auto!important; top: auto !important; left: auto !important; right: auto !important; transform: none !important; }
    .banner-3                       { grid-column: span 1; height: 280px !important; width: 100% !important; border-radius: 22px; }
    .work-main-title                { font-size: 34px; }
    .work-filter-buttons a          { width: 100%; min-width: 100%; }
    .view-details-btn               { width: 100%; }

    .portfolio-btn                  { width: 100%; min-width: 100%; font-size: 17px; height: 46px; }
    .apply-btn                      { width: 100%; min-width: 100%; font-size: 15px; }

    .banner-header-section-1        { padding: 28px 18px; }
    .banner-header-container-1      { padding: 28px; }
    .smart-technology-top-title-1 h5 { font-size: 22px; }
    .banner-header-wrapper-1        { flex-direction: column; align-items: center; text-align: center; gap: 28px; }
    .banner-header-wrapper-1 .banner-header-content { flex: 0 0 100%; max-width: 100%; width: 100%; }
    .banner-header-image-1          { flex: 0 0 100%; }
    .banner-header-image-1 img      { max-width: 340px; width: 100%; }
    .hiring-title                   { font-size: 36px; }
    .hiring-content                 { font-size: 15px; max-width: 100%; }

    .job-card                       { max-width: 100%; padding: 18px; border-radius: 18px; }
    .job-title                      { font-size: 22px; }
    .job-description                { font-size: 17px; }

    .isi-features-container         { grid-template-columns: 1fr; gap: 36px; }
    .isi-feature-item h3            { font-size: 34px; margin-bottom: 14px; }
    .isi-feature-item p             { font-size: 18px; }

    .isi-contact-parameters-box     { padding: 25px; border-radius: 25px; }
    .isi-contact-form-row           { grid-template-columns: 1fr; gap: 10px; }
    .isi-contact-grid               { grid-template-columns: 1fr; gap: 25px; }
    .isi-trust-badges               { flex-direction: column; gap: 20px; }

    .pps-grid                       { grid-template-columns: repeat(2, 1fr); gap: 14px;  margin: 0;}
    .pps-title                      { font-size: 25px; min-height: auto; }
    .pps-text                       { font-size: 22px; min-height: auto; }

    .cr-grid                        { grid-template-columns: 1fr; gap: 32px; }
    .cr-title                       { font-size: 34px; }
    .cr-description                 { font-size: 22px; margin:  0; }
    .cr-card                        { padding: 28px 18px; margin: 0 70px; }
    .cr-card-title                  { font-size: 26px; }

    .ecs-hero                       { grid-template-columns: 1fr; gap: 36px; text-align: center; }
    .ecs-content                    { grid-template-columns: 1fr; gap: 36px; }
    .ecs-left h1                    { font-size: 42px; }
    .ecs-left img                   { margin: auto; }
    .ecs-right p                    { font-size: 20px; text-align: justify; margin: 0 30px;}
    .quote                          { display: none; }
    .ecs-stats                      { grid-template-columns: 1fr; gap: 28px; }
    .ecs-stat h3                    { font-size: 38px; }

    .isi-resource-content p         { font-size: 17px; }
    .isi-resource-btn               { width: 100%; min-width: 100%; font-size: 17px; height: 48px; }
    .next-page                      { margin-left: 0; }

    .form-row                       { grid-template-columns: 1fr; gap: 8px; }
    .city-pincode-wrapper           { flex-direction: column; }
    .candidate-title                { font-size: 28px; }
    .submit-btn                     { font-size: 17px; }
    .job-opening-title              { font-size: 48px; }

    .free-sample-cta-card           { padding: 35px 20px; border-radius: 24px; }
    .free-sample-cta-btn            { padding: 12px 28px; font-size: 16px; }

    .testimonial-card               { flex-direction: column; text-align: center; padding: 35px 25px; }
    .testimonial-stars              { text-align: center; }
    .testimonial-image              { flex: unset; }
    .testimonial-content            { width: 100%; }
    .testimonial-text               { max-width: 100%; font-size: 20px; }
    .quote-left, .quote-right       { display: none; }
    .testimonial-footer             { flex-direction: column; align-items: center; text-align: center; }
    .testimonial-actions            { flex-direction: column; gap: 20px; }
    .testimonial-heading            { font-size: 28px; margin-bottom: 40px; }
    .testimonial-card               { border-radius: 25px; padding: 25px 20px; }
    .testimonial-image img          { max-width: 100%; } 
    .testimonial-stars              { font-size: 22px; }
    .testimonial-text               { font-size: 22px; text-align: justify; line-height: 1.7; }
    .testimonial-info h4            { font-size: 30px; }
    .testimonial-info p  ,.read-story           { font-size: 22px; }
    .slider-controls button         { width: 38px; height: 38px; font-size: 14px; }

    .content-text                   { font-size: 22px; text-align: justify; }
    .blog-def p                     { font-size: 22px; }
    .work-description {text-align: justify;}
        .gallery-controls{margin-top: 50px;}
       
    
}

/* ─── 31f. ≤ 480px ─── */
@media (max-width: 480px) {
    h1 { font-size: 22px; }
    h2 { font-size: 20px; }
    h3 { font-size: 17px; }
    h4 { font-size: 15px; }
    p  { font-size: 14px; margin-bottom: 10px; }
    li { font-size: 12px; }

    .banner-header-container        { padding: 28px 14px; }
    .banner-header-wrapper          { flex-direction: column; }
    .banner-header-content,
    .banner-header-image            { width: 100%; }
    .banner-header-content h1       { font-size: 44px; line-height: 1.2; }
    .banner-header-content p        { font-size: 22px; line-height: 1.6; text-align: justify; }
    .banner-header-buttons          { flex-direction: column; width: 100%; gap: 10px; }
    .banner-header-primary-btn,
    .banner-header-secondary-btn    { width: 100%; padding: 12px 18px; font-size: 14px; text-align: center; display: flex; justify-content: center; }
    .banner-header-image img        { width: 100%; border-radius: 20px; }
    .who-we-are-text-bottom p       { font-size: 22px; line-height: 1.6; text-align: justify; }

    .about-mission-container        { grid-template-columns: 1fr; gap: 40px; }
    .about-mission-column h1        { font-size: 30px; margin-bottom: 15px; }
    .about-mission-column p         { font-size: 22px; line-height: 1.7; margin: 0 30px; }

    .about-company-section          { padding: 28px 14px; }
    .about-company-grid             { flex-direction: column; gap: 20px; margin-top: 24px; }
    .about-company-left h2          { font-size: 31px; margin-bottom: 12px; line-height: 1.3; }
    .about-company-left p           { font-size: 22px; text-align: justify; }
    .about-company-card-grid        { grid-template-columns: 1fr; gap: 12px; }
    .about-company-card             { min-height: 160px; border-radius: 18px; padding: 18px 12px; }
    .about-company-card img         { width: 48px; height: 48px; margin-bottom: 10px; }
    .about-company-card h3          { font-size: 17px; }
    .about-company-card p           { font-size: 15px; }
    .about-company-btn              { width: 160px; height: 44px; font-size: 14px; }

    .global-brand-section           { padding: 28px 14px; }
    .global-brand-grid              { grid-template-columns: 1fr 1fr; gap: 12px; }
    .global-brand-title             { font-size: 30px; margin-bottom: 30px; line-height: 1.3; }
    .global-brand-card              { min-height: 150px; border-radius: 18px; padding: 16px 10px; }
    .global-brand-card img          { width: 45px; height: 45px; margin-bottom: 14px; }
    .global-brand-card h3           { font-size: 13px; line-height: 20px; }
     .isi-why-description            { font-size: 22px; text-align: justify;  }

    .smart-technology-section       { padding: 28px 14px 50px; }
    .smart-technology-top-title     { font-size: 30px; margin-bottom: 20px; }
    .smart-technology-top-title h5  { font-size: 25px; }
    .smart-technology-main-title    { font-size: 30px; margin-bottom: 20px; line-height: 1.3; }
    .smart-technology-description   { font-size: 12px; margin-bottom: 30px; }
    .smart-technology-subtitle      { font-size: 18px; margin: 20px 0; }
    .smart-technology-grid          { grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
    .smart-technology-card          { min-height: 150px; padding: 16px 10px; border-radius: 18px; }
    .smart-technology-card img      { width: 48px; height: 48px; margin-bottom: 12px; }
    .smart-technology-card h3       { font-size: 13px; }

    .service-pricing-section        { padding: 0 14px; }
    .service-pricing-top-title      { font-size: 17px; }
    .service-pricing-description    { font-size: 12px; }
    .service-pricing-card-wrapper   { grid-template-columns: 1fr; gap: 14px; }
    .service-pricing-card           { width: 100%; height: auto; min-height: 200px; border-radius: 18px; }
    .service-pricing-factors h2     { font-size: 18px; }
    .service-pricing-factors li     { font-size: 12px; }
    .service-pricing-bottom-text    { font-size: 12px; }

    .trusted-global-section         { padding: 28px 14px; }
    .trusted-global-logos           { gap: 4px; justify-content: center; }
    .trusted-global-item-one        { width: 55px; height: 42px; }
    .trusted-global-item-two        { width: 95px; height: 24px; }
    .trusted-global-item-three      { width: 88px; height: 34px; }
    .trusted-global-item-four       { width: 68px; height: 35px; }
    .trusted-global-item-five       { width: 62px; height: 62px; }

    .customer-testimonial-section   { padding: 28px 14px 50px; }
    .customer-testimonial-card      { width: 100%; padding: 24px 16px; }
    .customer-testimonial-text      { font-size: 14px; padding-left: 30px; }
    .quote-left-img                 { top: 50px; left: 50px; width: 30px; }
    .quote-right-img                { left: 150px; bottom: 80px; width: 30px; }
    .customer-name                  { font-size: 15px; }
    .customer-role                  { font-size: 12px; }

    .blog-insights-section          { padding: 28px 14px 50px; }
    .blog-insights-small-title      { font-size: 17px; }
    .blog-insights-main-title       { font-size: 20px; }
    .blog-insights-content-wrapper  { flex-direction: column; gap: 18px; }
    .blog-insights-text-content,
    .blog-insights-image-box        { width: 100%; }
    .blog-insights-text-content p, .free-sample-cta-text      { font-size: 22px; line-height: 1.9; }
    .blog-insights-btn              { width: 280px; height: 44px; font-size: 14px; }

    .isi-contact-bottom-wrapper     { grid-template-columns: 1fr; gap: 35px; padding: 0 15px; }
    .isi-contact-heading h3         { font-size: 22px; }
    .isi-contact-form-box           { padding: 20px; border-radius: 20px; }
    .isi-contact-form-box h3        { font-size: 20px; }
    .isi-form-group                 { grid-template-columns: 1fr; gap: 8px; }
    .isi-form-group input,
    .isi-form-group select          { height: 42px; font-size: 14px; }
    .isi-message-group textarea     { height: 100px; }
    .isi-submit-btn                 { width: 100%; max-width: 100%; height: 45px; font-size: 11px; }
    .isi-contact-info-box           { margin: 0 -20px; }

    .core-services-wrapper          { grid-template-columns: repeat(1, 1fr); }
    .core-services-main-title h2    { font-size: 25px; line-height: 1.3; }
    .core-service-card              { padding: 25px 15px; border-radius: 25px; }
    .core-service-icon img          { width: 140px; height: 80px; }
    .core-service-card h3           { font-size: 25px; }
    .core-service-card p            { font-size: 22px;}
    .core-service-btn               { min-width: 100%; font-size: 14px; }

    .scale-cta-section              { padding: 60px 0; }
    .scale-cta-container h1         { font-size: 30px; line-height: 1.4; }
     .scale-cta-container h2         { font-size: 30px; line-height: 1.4; }

    .isi-price-card                 { max-width: 100%; }
    .isi-price-card h2              { font-size: 38px; }
    .isi-pricing-factors h2         { font-size: 30px; }

    .isi-why-main-title             { font-size: 28px; }
    .isi-why-subtitle               { font-size: 30px; }
    .isi-why-card                   { min-height: 160px;border-radius: 18px;padding: 18px 12px; }

    .isi-workflow-section           { padding: 60px 0; }
    .isi-workflow-line              { display: none; }
    .isi-workflow-title             { font-size: 30px; margin-bottom: 40px; }
    .isi-workflow-card-down         { margin-top: 0; }
    .isi-workflow-icon              { width: 75px; height: 75px; }
    .isi-workflow-card h3           { font-size: 22px; }
    .isi-workflow-card p            { font-size: 18px; }

    .work-gallery                   { display: grid; grid-template-columns: 1fr; gap: 12px; height: auto !important; }
    .gallery-img                    { position: relative !important; width: 100% !important; height: 220px !important; top: auto !important; left: auto !important; right: auto !important; transform: none !important; }
    .gallery-title                  { font-size: 30px; }
    .gallery-subtitle               { font-size: 22px; }
    .view-details-btn               { width: 100%; font-size: 16px; }
    .work-main-title                { font-size: 30px; }
    .work-description               { font-size: 22px; text-align: justify; }

    .isi-resource-content p         { font-size: 16px; }
    .isi-resource-btn               { width: 100%; height: 48px; font-size: 16px; }
    .isi-resource-tags a            {  margin: 8px 0; font-size: 15px; }
    .pagination-wrapper             { gap: 10px; padding: 10px 0 60px; }
    .next-page                      { margin-left: 0; }

    .banner-header-section-1        { padding: 20px 15px; }
    .banner-header-container-1      { padding: 25px 20px; }
    .banner-header-wrapper-1        { flex-direction: column; text-align: center; gap: 25px; }
    .banner-header-wrapper-1 .banner-header-content { flex: 0 0 100%; max-width: 100%; width: 100%; }
    .hiring-title                   { font-size: 32px; }
    .hiring-content                 { font-size: 15px; }
    .banner-header-image-1 img      { max-width: 280px; }

    .job-card                       { padding: 15px; border-radius: 15px; }
    .job-title                      { font-size: 20px; }
    .job-meta                       { font-size: 11px; }
    .job-description                { font-size: 16px; }
    .apply-btn                      { width: 100%; height: 42px; font-size: 14px; }

    .portfolio-btn                  { width: 100%; height: 48px; font-size: 16px; min-width: unset; }

    .isi-features-container         { grid-template-columns: 1fr; gap: 30px; }
    .isi-feature-item h3            { font-size: 32px; }
    .isi-feature-item p             { font-size: 22px; }

    .isi-contact-parameters-box     { padding: 20px; border-radius: 20px; }
    .isi-contact-form-row           { grid-template-columns: 1fr; gap: 8px; }
    .isi-contact-form-row input,
    .isi-contact-form-row select    { height: 40px; font-size: 16px; }
    .isi-message-wrapper textarea   { height: 140px; }
    .isi-upload-box                 { height: 100px; font-size: 16px; }
    .isi-contact-grid               { grid-template-columns: 1fr; gap: 20px; }
    .isi-trust-badges               { flex-direction: column; gap: 15px; }
    .isi-trust-item span            { font-size: 16px; }
    .isi-copyright                  { font-size: 14px; }

    .pps-grid                       { grid-template-columns: 1fr; gap: 16px; margin:  0; }
    .pps-description                { text-align: justify; font-size: 22px; }
    .pps-title                      { font-size: 25px; min-height: auto; }
    .pps-text                       { font-size: 22px; min-height: auto; }

    .cr-grid                        { grid-template-columns: 1fr; gap: 30px; }
    .cr-title                       { font-size: 32px; }
    .cr-description                 { font-size: 22px; margin: 0 20px; text-align: justify; }
    .cr-item h4                     { font-size: 28px; }
    .cr-item p                      { font-size: 22px; }
    .cr-btn                         { width: 200px; height: 50px; font-size: 18px; }

    .ecs-hero                       { grid-template-columns: 1fr; gap: 30px; text-align: center; }
    .ecs-content                    { grid-template-columns: 1fr; gap: 30px; }
    .ecs-left h1                    { font-size: 40px; }
    .ecs-left img                   { margin: auto; width: 220px; }
    .ecs-right p                    { font-size: 18px; }
    .quote                          { display: none; }
    .ecs-stat h3                    { font-size: 36px; }
    .ecs-stat p                     { font-size: 18px; }
    .ecs-stats                      { grid-template-columns: 1fr; gap: 25px; }
    .author-info h4                 { font-size: 26px; }
    .author-info span               { font-size: 16px; }

    .form-row                       { grid-template-columns: 1fr; gap: 8px; }
    .form-row label,
    .full-section h3                { font-size: 18px; }
    .city-pincode-wrapper           { flex-direction: column; }
    .upload-box                     { height: 90px; font-size: 16px; }
    .submit-btn                     { width: 100%; font-size: 18px; }
    .candidate-title                { font-size: 26px; }
    .job-opening-title              { font-size: 40px; }
    .job-category                   { font-size: 18px; }
    .job-opening-meta               { font-size: 18px; }

    .blog-def                       { font-size: 20px; padding: 20px; }
    .blog-def p                     { font-size: 20px; text-align: justify; }
    .intro-text                     { font-size: 22px; margin-bottom: 40px; }
    .content-title                  { font-size: 38px; margin-bottom: 30px; }
    .content-text                   { font-size: 20px; text-align: justify; }

    .free-sample-cta-card           { padding: 35px 20px; border-radius: 24px; }
    .free-sample-cta-btn            { padding: 12px 28px; font-size: 16px; }

  .testimonial-card               { flex-direction: column; text-align: center; padding: 35px 25px; }
    .testimonial-stars              { text-align: center; }
    .testimonial-image              { flex: unset; }
    .testimonial-content            { width: 100%; }
    .testimonial-text               { max-width: 100%; font-size: 20px; }
    .quote-left, .quote-right       { display: none; }
    .testimonial-footer             { flex-direction: column; align-items: center; text-align: center; }
    .testimonial-actions            { flex-direction: column; gap: 20px; }
    .testimonial-heading            { font-size: 28px; margin-bottom: 40px; }
    .testimonial-card               { border-radius: 25px; padding: 25px 20px; }
    .testimonial-image img          { max-width: 500px;height: 150px; }
    .testimonial-stars              { font-size: 22px; }
    .testimonial-text               { font-size: 20px; line-height: 1.7; text-align: justify; }
    .testimonial-info h4            { font-size: 22px; }
    .testimonial-info p             { font-size: 20px; }
    .slider-controls button         { width: 38px; height: 38px; font-size: 14px; }

    .isi-pricing-factors li         { font-size: 20px; text-align: justify; }
    .isi-pricing-bottom-text { font-size: 22px; text-align: justify;}
    .banner-header-content h1 span {font-size: 35px;}
    .cr-card-title {font-size: 35px;}
    .gallery-controls{margin-top: 50px;}

}

/* ─── nth-child centering — 4-col layout only ─── */
@media (min-width: 1200px) {
    .smart-technology-card:nth-child(5) { grid-column: 2; }
    .smart-technology-card:nth-child(6) { grid-column: 3; }
    .isi-why-card:nth-child(5)          { grid-column: 2; }
    .isi-why-card:nth-child(6)          { grid-column: 3; }
}
/* ==========================================
   BASE STYLES (Desktop First)
========================================== */
/*------------------------faq------*/
.faq-card {
  background: #fff;
  border: 2px solid #ccecff;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
  margin: 0 50px 28px ;
}

.faq-header {
  width: 100%;
  background: transparent;
  border: none;
  padding: 26px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
}

.faq-header span:first-child {
  flex: 1;
  color: #15489b;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.faq-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #15489b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  flex-shrink: 0;
}

.faq-plus {
  color: #15489b;
  font-size: 34px;
  font-weight: 700;
  flex-shrink: 0;
}

.faq-content {
  padding: 0 40px 32px;
}

.faq-content p,
.faq-content li {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

.faq-content ul {
  padding-left: 28px;
}

.faq-content strong {
  color: #111;
}
/* ==========================================
   LARGE DESKTOP (1440px+)
========================================== */

@media (min-width:1440px){

    .faq-wrapper{
        max-width:1440px;
    }

    .faq-card{
        border-radius:40px;
    }

    .faq-header{
        padding:32px 42px;
    }

    .faq-header span:first-child{
        font-size:32px;
    }

    .faq-icon{
        width:58px;
        height:58px;
        font-size:24px;
    }

    .faq-plus{
        font-size:38px;
    }

    .faq-content{
        padding:0 45px 35px;
    }

    .faq-content p,
    .faq-content li{
        font-size:20px;
        line-height:1.9;
    }
}

/* ==========================================
   DESKTOP (1200px - 1439px)
========================================== */

@media (min-width:1200px) and (max-width:1439px){

    .faq-wrapper{
        padding:0 30px;
    }

    .faq-card{
        border-radius:34px;
    }

    .faq-header{
        padding:28px 34px;
    }

    .faq-header span:first-child{
        font-size:28px;
    }

    .faq-content p,
    .faq-content li{
        font-size:20px;
    }
}

/* ==========================================
   SMALL LAPTOP (992px - 1199px)
========================================== */

@media (min-width:992px) and (max-width:1199px){

    .faq-wrapper{
        padding:0 25px;
    }

    .faq-card{
        border-radius:30px;
        margin-bottom:22px;
    }

    .faq-header{
        padding:24px 28px;
    }

    .faq-header span:first-child{
        font-size:24px;
    }

    .faq-icon{
        width:46px;
        height:46px;
        font-size:18px;
    }

    .faq-plus{
        font-size:35px;
    }

    .faq-content{
        padding:0 30px 26px;
    }

    .faq-content p{
        font-size:18px;
        line-height:1.7;
        text-align: justify;
    }
    .faq-content li{
        font-size:18px;
        line-height:1.7;
    }
}

/* ==========================================
   TABLET (768px - 991px)
========================================== */

@media (min-width:768px) and (max-width:991px){

    .faq-wrapper{
        padding:0 20px;
    }

    .faq-card{
        border-radius:24px;
        margin-bottom:18px;
    }

    .faq-header{
        padding:20px 22px;
        gap:15px;
    }

    .faq-header span:first-child{
        font-size:27px;
        line-height:1.4;
    }

    .faq-icon{
        width:42px;
        height:42px;
        font-size:17px;
    }

    .faq-plus{
        font-size:35px;
    }

    .faq-content{
        padding:0 22px 22px;
    }

    
    .faq-content li{
        font-size:18px;
        line-height:1.7;
    }
.faq-content p{
    font-size:18px;
        line-height:1.7;
        text-align: justify;
}
    .faq-content ul{
        padding-left:22px;
    }
}

/* ==========================================
   MOBILE LARGE (481px - 767px)
========================================== */

@media (min-width:481px) and (max-width:767px){

    .faq-wrapper{
        padding:0 15px;
    }

    .faq-card{
        border-radius:18px;
        margin: 10px 20px;
    }

    .faq-header{
        padding:18px;
        gap:12px;
        align-items:flex-start;
    }

    .faq-header span:first-child{
        font-size:25px;
        line-height:1.5;
    }

    .faq-icon{
        width:36px;
        height:36px;
        min-width:36px;
        font-size:14px;
    }

    .faq-plus{
        font-size:35px;
    }

    .faq-content{
        padding:0 18px 18px;
    }

    .faq-content p,
    .faq-content li{
        font-size:18px;
        line-height:1.7;
    }

    .faq-content ul{
        padding-left:18px;
    }
}

/* ==========================================
   MOBILE SMALL (320px - 480px)
========================================== */

@media (max-width:480px){

    .faq-wrapper{
        padding:0 12px;
    }

    .faq-card{
        border-radius:14px;
        border-width:1px;
        margin: 25px 10px;
    }

    .faq-header{
        padding:14px;
        gap:10px;
        align-items:flex-start;
    }

    .faq-header span:first-child{
        font-size:25px;
        line-height:1.5;
    }

    .faq-icon{
        width:32px;
        height:32px;
        min-width:32px;
        font-size:12px;
    }

    .faq-plus{
        font-size:35px;
    }

    .faq-content{
        padding:0 14px 16px;
    }

   
    .faq-content li{
        font-size:18px;
        line-height:1.7;
      
    }
 .faq-content p{
      font-size:18px;
        line-height:1.7;
        text-align: justify;

 }

    .faq-content ul{
        padding-left:16px;
    }
}

/* ==========================================
   EXTRA SMALL DEVICES (320px and below)
========================================== */

@media (max-width:360px){

    .faq-header span:first-child{
        font-size:22px;
    }

  
    .faq-content li{
        font-size:16px;
    }
  .faq-content p{
     font-size:16px;
     text-align: justify;
  }
    .faq-icon{
        width:28px;
        height:28px;
        min-width:28px;
        font-size:11px;
    }

    .faq-plus{
        font-size:35px;
    }
}

.contact-link {
    color: #179CD8;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
/*-------------------------------------------------------*/
@media (max-width: 991px) {
  .isi-contact-details {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .isi-contact-heading {
    font-size: 30px;
  }

  .isi-contact-info-box {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 15px;
    padding: 20px 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .isi-contact-info-box img {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
  }

  .isi-contact-info-text h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .isi-contact-info-text p {
    font-size: 13px;
    line-height: 1.5;
    word-break: break-word;
  }
}
/* ====================================
   Small Mobile (320px - 480px)
==================================== */
@media (max-width: 480px) {
  .isi-contact-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .isi-contact-heading {
    font-size: 30px;
  }

  .isi-contact-info-box {
    background: #fff;
    border-radius: 15px;
    padding: 18px 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .isi-contact-info-box img {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
  }

  .isi-contact-info-text h4 {
    font-size: 15px;
  }

  .isi-contact-info-text p {
    font-size: 13px;
    line-height: 1.5;
    word-break: break-word;
  }
}

/* ====================================
   Large Mobile (481px - 767px)
==================================== */
@media (min-width: 481px) and (max-width: 767px) {
  .isi-contact-details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .isi-contact-heading {
    font-size: 30px;
  }

  .isi-contact-info-box {
    flex: 0 0 calc(50% - 8px);
    background: #fff;
    border-radius: 15px;
    padding: 20px 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .isi-contact-info-box:last-child {
    flex: 0 0 100%;
  }

  .isi-contact-info-box img {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
  }
}

/* ====================================
   Tablet (768px - 991px)
==================================== */
@media (min-width: 768px) and (max-width: 991px) {
  .isi-contact-details {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .isi-contact-heading {
    font-size: 30px;
  }

  .isi-contact-info-box {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 15px;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .isi-contact-info-box img {
    width: 55px;
    height: 55px;
    margin-bottom: 12px;
  }

  .isi-contact-info-text h4 {
    font-size: 17px;
  }

  .isi-contact-info-text p {
    font-size: 14px;
    line-height: 1.6;
  }
}
/*---------------contact------------*/
  /*==============================
  Image Solutions Info Section
===============================*/

.isi-info-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:25px;
}

.isi-box{
    background:#fff;
    padding:28px;
    border-radius:14px;
    border:1px solid #e8e8e8;
    transition:.35s ease;
    position:relative;
    overflow:hidden;
}

.isi-box::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:#0d6efd;
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s;
}

.isi-box:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.isi-box:hover::before{
    transform:scaleX(1);
}

.isi-box h3{
   line-height: 1.12;
    font-weight: 600;
    color: #1d47a7;
    margin-bottom: 35px;
    text-align: left;
    font-size: 35px;
}

.isi-box p{
    margin:0 0 15px;
    line-height:1.8;
    color:#0d0d0d;
    font-size: 22px;
    text-align: justify;
}

.isi-box ul{
    margin:0;
     font-size: 22px;
    text-align: justify;
    padding-left:18px;
}

.isi-box li{
    margin-bottom:10px;
    color:#060505;
    line-height:1.7;
     font-size: 22px;
    text-align: justify;
}

.isi-box li:last-child{
    margin-bottom:0;
}