/* ============================================
   GFXSTUDIO - Responsive Stylesheet
   Version: 3.2.1
   Mobile-first responsive design
   ============================================ */

/* ============================================
   CONTAINER BREAKPOINTS
   ============================================ */
@media (min-width: 576px) {
    .container { max-width: 540px; }
}

@media (min-width: 768px) {
    .container { max-width: 720px; }
}

@media (min-width: 992px) {
    .container { max-width: 960px; }
}

@media (min-width: 1200px) {
    .container { max-width: 1140px; }
}

@media (min-width: 1400px) {
    .container { max-width: 1320px; }
}

/* ============================================
   RESPONSIVE GRID SYSTEM
   ============================================ */

/* SM - Small devices (≥576px) */
@media (min-width: 576px) {
    .col-sm-1 { flex: 0 0 8.333%; max-width: 8.333%; }
    .col-sm-2 { flex: 0 0 16.666%; max-width: 16.666%; }
    .col-sm-3 { flex: 0 0 25%; max-width: 25%; }
    .col-sm-4 { flex: 0 0 33.333%; max-width: 33.333%; }
    .col-sm-5 { flex: 0 0 41.666%; max-width: 41.666%; }
    .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
    .col-sm-7 { flex: 0 0 58.333%; max-width: 58.333%; }
    .col-sm-8 { flex: 0 0 66.666%; max-width: 66.666%; }
    .col-sm-9 { flex: 0 0 75%; max-width: 75%; }
    .col-sm-10 { flex: 0 0 83.333%; max-width: 83.333%; }
    .col-sm-11 { flex: 0 0 91.666%; max-width: 91.666%; }
    .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
}

/* MD - Medium devices (≥768px) */
@media (min-width: 768px) {
    .col-md-1 { flex: 0 0 8.333%; max-width: 8.333%; }
    .col-md-2 { flex: 0 0 16.666%; max-width: 16.666%; }
    .col-md-3 { flex: 0 0 25%; max-width: 25%; }
    .col-md-4 { flex: 0 0 33.333%; max-width: 33.333%; }
    .col-md-5 { flex: 0 0 41.666%; max-width: 41.666%; }
    .col-md-6 { flex: 0 0 50%; max-width: 50%; }
    .col-md-7 { flex: 0 0 58.333%; max-width: 58.333%; }
    .col-md-8 { flex: 0 0 66.666%; max-width: 66.666%; }
    .col-md-9 { flex: 0 0 75%; max-width: 75%; }
    .col-md-10 { flex: 0 0 83.333%; max-width: 83.333%; }
    .col-md-11 { flex: 0 0 91.666%; max-width: 91.666%; }
    .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}

/* LG - Large devices (≥992px) */
@media (min-width: 992px) {
    .col-lg-1 { flex: 0 0 8.333%; max-width: 8.333%; }
    .col-lg-2 { flex: 0 0 16.666%; max-width: 16.666%; }
    .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
    .col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; }
    .col-lg-5 { flex: 0 0 41.666%; max-width: 41.666%; }
    .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
    .col-lg-7 { flex: 0 0 58.333%; max-width: 58.333%; }
    .col-lg-8 { flex: 0 0 66.666%; max-width: 66.666%; }
    .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
    .col-lg-10 { flex: 0 0 83.333%; max-width: 83.333%; }
    .col-lg-11 { flex: 0 0 91.666%; max-width: 91.666%; }
    .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
}

/* XL - Extra large devices (≥1200px) */
@media (min-width: 1200px) {
    .col-xl-1 { flex: 0 0 8.333%; max-width: 8.333%; }
    .col-xl-2 { flex: 0 0 16.666%; max-width: 16.666%; }
    .col-xl-3 { flex: 0 0 25%; max-width: 25%; }
    .col-xl-4 { flex: 0 0 33.333%; max-width: 33.333%; }
    .col-xl-5 { flex: 0 0 41.666%; max-width: 41.666%; }
    .col-xl-6 { flex: 0 0 50%; max-width: 50%; }
    .col-xl-7 { flex: 0 0 58.333%; max-width: 58.333%; }
    .col-xl-8 { flex: 0 0 66.666%; max-width: 66.666%; }
    .col-xl-9 { flex: 0 0 75%; max-width: 75%; }
    .col-xl-10 { flex: 0 0 83.333%; max-width: 83.333%; }
    .col-xl-11 { flex: 0 0 91.666%; max-width: 91.666%; }
    .col-xl-12 { flex: 0 0 100%; max-width: 100%; }
}

/* ============================================
   TABLET - (max-width: 924px)
   ============================================ */
@media (max-width: 924px) {
    /* Heading adjustments */
    .about h2,
    .excel-heading,
    .bh h2,
    .process-heading h2,
    .services h2 {
        font-size: 46px;
        line-height: 42px;
    }
}

/* ============================================
   TABLET - (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {
    /* Header & Navigation */
    .header-inner {
        padding: 0 24px;
    }

    .header-nav {
        display: none;
    }

    .header-hamburger {
        display: flex;
    }

    .header-drawer {
        display: flex;
    }

    /* Problem/Solution Section */
    .ps-title {
        font-size: 32px;
    }

    .ps-stat-num {
        font-size: 34px;
    }

    /* Excel/Portfolio Slider */
    .excel-heading {
        padding: 0 24px;
    }

    .excel-slider-track {
        padding: 0 24px;
        gap: 14px;
    }

    .excel-col {
        flex: 0 0 78vw;
        min-width: 260px;
    }

    .excel-scrollbar-track {
        display: none;
    }

    .excel-nav-arrows {
        display: none;
    }

    .excel-dots {
        display: flex;
    }

    /* Bento Grid */
    .bento-grid {
        flex-direction: column;
    }

    .bento-left {
        min-height: 260px;
    }

    .bento-right-top,
    .bento-right-bottom {
        min-height: 160px;
    }

    /* Footer */
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .footer-brand {
        grid-column: 1 / 3;
    }

    .footer-contact {
        grid-column: 1 / 3;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ============================================
   MOBILE - (max-width: 767px)
   ============================================ */
@media (max-width: 767px) {
    /* Service section mobile adjustments */
    .main-heading h2 {
        font-size: 1.75rem;
    }

    .service-title {
        font-size: 1.75rem;
    }

    .service-number {
        font-size: 1.75rem;
    }

    .service-section {
        padding: 1.5rem 0;
    }

    .col-md-3,
    .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .service-number {
        margin-bottom: 0.5rem;
    }

    .service-title {
        margin-bottom: 0;
    }
}

/* ============================================
   MOBILE - (max-width: 560px)
   ============================================ */
@media (max-width: 560px) {
    /* Problem/Solution section */
    .ps-title {
        font-size: 26px;
    }

    .ps-grid {
        grid-template-columns: 1fr 1fr;
        border-radius: 12px;
    }

    .ps-stat:nth-child(2) {
        border-right: none;
    }

    .ps-stat:nth-child(1),
    .ps-stat:nth-child(2) {
        border-bottom: 1px solid #cccccc;
    }

    /* Mobile-specific images */
    .app-01 {
        background-image: url("../../assets/images/mobile_img_01.webp");
    }

    .app-02 {
        background-image: url("../../assets/images/mobile_img_02.webp");
    }
    .header-logo img {
   max-width: 180px;
    width: 180px; 
    }
}

/* ============================================
   MOBILE - (max-width: 520px)
   ============================================ */
@media (max-width: 520px) {
    /* Before/After grid */
    .bgrid {
        grid-template-columns: 1fr;
    }

    .bh h2 {
        font-size: 28px;
    }
}

/* ============================================
   MOBILE - (max-width: 480px)
   ============================================ */
@media (max-width: 480px) {
    /* Excel slider full width */
    .excel-col {
        flex: 0 0 88vw;
    }

    /* Footer single column */
    .footer-main {
        grid-template-columns: 1fr;
    }

    .footer-brand {
        grid-column: 1;
    }

    .footer-contact {
        grid-column: 1;
    }

    /* Hero heading */
    .hero-title {
        font-size: 42px;
        line-height: 46px;
    }

    /* Problem/Solution section */
    .ps {
        padding: 40px 24px;
    }

    /* Common heading adjustments */
    .about h2,
    .excel-heading,
    .bh h2,
    .process-heading h2,
    .services h2 {
        font-size: 36px;
        line-height: 42px;
    }
}
/* ============================================
   RESPONSIVE (Keep in separate responsive.css)
   ============================================ */
@media (max-width: 600px) {
    .pum-container {
        padding: 24px 18px;
    }

    .gfx-form-container .form-header h3 {
        font-size: 28px;
    }

    .form-row {
        flex-direction: column;
    }
    .section-heading h2 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 47px;
    text-align: center;
}
}
  @media (max-width: 991.98px) {
            .card-custom {
                margin-bottom: 24px;
                padding: 40px 32px;
            }
        }

        @media (max-width: 767.98px) {
           
            .card-custom {
                padding: 32px 24px;
            }

            .step-number,
            .step-title {
                font-size: 24px;
            }

            .step-description {
                font-size: 16px;
            }

            .icon-circle {
                width: 64px;
                height: 64px;
                margin-bottom: 24px;
            }

            .icon-svg {
                width: 28px;
                height: 28px;
            }
        }
         @media (max-width: 991.98px) {
            .main-title {
                font-size: 56px;
                margin-bottom: 60px;
            }

            .service-card {
                padding: 40px;
                margin-bottom: 24px;
            }
        }

        @media (max-width: 767.98px) {
            body {
                padding: 40px 0 60px;
            }

            .main-title {
                font-size: 36px;
                margin-bottom: 40px;
                padding: 0 20px;
            }

            .service-card {
                padding: 32px 24px;
            }

            .service-title {
                font-size: 26px;
            }

            .service-description {
                font-size: 16px;
            }
            
            
        /* rem / spacing perfect for mobile */
        @media (max-width: 640px) {
            
            .logo-grid {
                grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
                gap: 1rem;
            }
            .logo-card {
                padding: 1rem 0.5rem;
            }
             
        }

        /* extra small devices */
        @media (max-width: 480px) {
            .logo-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 0.9rem;
            } 
        }

        /* interactive links for each logo – they are functional dummy links */
        .logo-link {
            text-decoration: none;
            display: block;
            width: 100%;
            height: 100%;
        }
/* RESPONSIVE */

@media(max-width:991px){

.about-page{
    padding:80px 0;
}

.hero-title{
    font-size:52px;
}

.hero-desc,
.section-desc,
.philosophy-desc,
.cta-desc{
    font-size:17px;
}

.section-title,
.cta-title,
.philosophy-title{
    font-size:40px;
}

.float-card{
    position:relative;
    width:100%;
    bottom:auto;
    right:auto;
    margin-top:30px;
}

.image-wrapper{
    margin-top:70px;
}

.section-space{
    padding-top:100px;
}

.cta-box{
    padding:50px 35px;
}

}

@media(max-width:576px){

.hero-title{
    font-size:42px;
}

.section-title,
.cta-title,
.philosophy-title{
    font-size:32px;
}

.cta-box{
    padding:40px 25px;
    border-radius:30px;
}

.skills-card{
    padding:30px;
}

}
/* =========================
   RESPONSIVE
========================= */
@media(max-width:1200px){

    .hero-title{
        font-size:58px;
    }

    .hero-description{
        font-size:20px;
        line-height:1.8;
    }

    .links-title{
        font-size:52px;
    }

    .link-item{
        font-size:22px;
    }
}

@media(max-width:992px){

    .hero-section{
        min-height:auto;
        padding:60px 0;
    }

    .hero-title{
        font-size:46px;
        letter-spacing:-1px;
    }

    .hero-description{
        font-size:18px;
        line-height:1.8;
    }

   
    .links-grid{
        grid-template-columns:1fr 1fr;
        gap:35px;
    }

    .links-title{
        font-size:44px;
    }

    .link-item{
        font-size:20px;
    }
}

@media(max-width:767px){

     
    .hero-section{
        padding:70px 0 80px;
    }

    .hero-title{
        font-size:34px;
        line-height:1.18;
        margin-bottom:24px;
    }

    .hero-description{
        font-size:16px;
        line-height:1.8;
        margin-bottom:32px;
    }

   
    .links-section{
        padding:50px 0 70px;
    }

    .links-title{
        font-size:34px;
        margin-bottom:32px;
    }

    .links-grid{
        grid-template-columns:1fr;
        gap:22px;
    }

    .link-column{
        gap:24px;
    }

    .link-item{
        font-size:18px;
        gap:14px;
    }
}

