/* ========== RESPONSIVE STYLES ========== */

/* Large Devices (Desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .header-section .nav-link {
        padding: 0.5rem 1rem;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.3rem;
    }

    /* Key Points - keep in one line */
    .key-points-wrapper {
        flex-wrap: nowrap;
        gap: 1rem;
    }

    .key-point-item {
        padding: 0 1rem;
    }

    .key-point-number {
        font-size: 1.8rem;
    }

    .key-point-label {
        font-size: 0.85rem;
    }

    .key-point-divider {
        height: 60px;
    }
}

/* Medium Devices (Tablets, less than 992px) */
@media (max-width: 991.98px) {

    /* Header */
    .header-section .navbar-nav {
        padding: 1rem 0;
        gap: 0;
    }

    .header-section .nav-link {
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header-section .nav-link.active::after {
        display: none;
    }

    .header-actions {
        margin-left: 0;
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        justify-content: center;
        width: 100%;
    }

    .btn-get-consultant {
        flex: 1;
        text-align: center;
    }

    /* Hero Section */
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-overlay {
        width: 100%;
        background: linear-gradient(180deg, rgba(15, 22, 41, 0.3) 0%, rgba(15, 22, 41, 0.7) 100%);
    }

    /* Key Points - 2x2 Grid */
    .key-points-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .key-point-divider {
        display: none;
    }

    .key-point-number {
        font-size: 2rem;
    }

    .key-point-label {
        font-size: 0.9rem;
    }

    /* Portfolio */
    .portfolio-item {
        height: 400px;
    }

    /* Services */
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-card:last-child {
        grid-column: span 2;
    }

}

/* Small Devices (Landscape Phones, less than 768px) */
@media (max-width: 767.98px) {
    .header-logo {
        height: 50px;
    }

    body {
        padding-top: 75px;
    }

    /* Hero Section */
    .hero-section {
        min-height: calc(100vh - 75px);
        padding-bottom: 60px;
    }

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

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-description {
        font-size: 0.9rem;
    }

    /* Key Points - 2x2 Grid */
    .key-points-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .key-point-divider {
        display: none;
    }

    .key-point-number {
        font-size: 1.6rem;
    }

    .key-point-label {
        font-size: 0.85rem;
    }

    /* Portfolio */
    .portfolio-item {
        height: 350px;
    }
}

/* Extra Small Devices (Portrait Phones, less than 576px) */
@media (max-width: 575.98px) {
    .header-logo {
        height: 45px;
    }

    .btn-get-consultant {
        font-size: 0.8rem;
        padding: 0.4rem 1rem;
    }

    .btn-phone {
        width: 34px;
        height: 34px;
        font-size: 0.85rem;
    }

    /* Hero Section */
    .hero-title {
        font-size: 1.6rem;
    }

    .hero-subtitle {
        font-size: 0.85rem;
    }

    .hero-description {
        font-size: 0.85rem;
    }

    /* .hero-buttons {
        flex-direction: column;
    } */

    .btn-hero-outline,
    .btn-hero-dark {
        width: 100%;
        text-align: center;
    }

    /* Key Points - 2x2 Grid */
    .key-points-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .key-point-item {
        padding: 0;
    }

    .key-point-divider {
        display: none;
    }

    .key-point-number {
        font-size: 1.2rem;
    }

    .key-point-label {
        font-size: 0.8rem;
    }

    /* Portfolio */
    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-item {
        height: 280px;
    }

    .portfolio-title {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    /* Services */
    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card-title {
        font-size: 1.2rem;
    }

    .service-card {
        height: auto;
    }

    .service-card:last-child {
        grid-column: auto;
    }

    /* Values Section */
    .values-bg-text {
        font-size: 4rem;
    }

    .value-item {
        font-size: 2rem;
    }

    .value-separator img {
        width: 20px;
        height: 20px;
    }

    /* CTA Section */
    .cta-section {
        padding: 4rem 0;
    }

    .cta-title {
        font-size: 1.7rem;
    }

    .cta-overlay {
        background: linear-gradient(180deg, rgba(0, 25, 43, 0.3) 0%, rgba(0, 25, 43, 0.95) 40%, #00192B 100%);
    }

    /* Footer */
    .footer-title {
        margin-top: 1.5rem;
    }

    .footer-bottom-link {
        display: block;
        margin-bottom: 0.5rem;
    }
}


@media (min-width: 321px) and (max-width: 482px) {

    /* ========================================HOME PAGE=================================== */
    .cta-bg-image {
        position: absolute;
        top: 0;
        /* left: 0; */
        width: 0px;
        height: 100%;
        background-size: cover;
        background-position: center;
        z-index: 1;
    }

    .industry-content h3 {
        font-size: 1.4rem;
    }

    .btn-cta-outline {
        padding: 0.5rem 1.2rem;
    }

    .hero-buttons {
        flex-wrap: nowrap;
    }

    .testimonials-section {
        background-color: #00192B;
        padding: 0px;
        padding-bottom: 44px;
    }

    /* ----home about section----- */
    #home-about {
        padding: 78px 0px;
        padding-bottom: 71px;
    }

    .about-info {
        font-weight: 300;
        font-size: 15px;
    }

    .experience {
        display: none;
    }

    #presence-section {
        padding: 25px 0px;
        padding-bottom: 76px;
    }

    .map-image {
        width: 100%;
        margin-top: 56px;
    }

    .countrys {
        font-size: 12px;
        margin-top: 12px;
    }

    .industries-section {
        padding: 1rem 0;
        padding-bottom: 6rem;
    }

    /* slick button arrow */
    .industries-slider button {
        width: 40px;
        height: 41px;
    }

    #industry-content .slick-arrow {
        right: 52%;
    }

    .slider-arrows button {
        width: 40px;
        height: 41px;
    }

    .portfolio-section {
        padding: 3rem 0;
    }

    .hero-overlay {
        background: linear-gradient(180deg, rgba(15, 22, 41, 0.3) 0%, rgb(15 22 41 / 51%) 100%);
    }


    /* =====================================ABOUT PAGE ========================================*/
    .about-hero {
        height: 68vh;
    }

    .about-title {
        font-size: 1.5rem;
    }

    .about-subtitle {
        font-size: 1.1rem;
    }

    .about-section {
        padding: 50px 0;
    }

    .about-label {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .abt-title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .about-subheading {
        font-size: 14px;
        line-height: 1.5;
    }

    /* Stack columns */
    .about-section .row>div {
        margin-bottom: 25px;
    }

    .about-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    /* Button center */
    .about-content .btn {
        display: inline-block;
        margin-top: 10px;
    }

    /* ===== IMAGES ===== */
    .about1-image {
        width: 100%;
        display: block;
    }

    /* Second image spacing */
    .about-section .row:last-child {
        margin-top: 15px;
    }

    .services-section {
        padding: 2rem 0;
    }

    /* ===================Approach============ */
    .approach-hding .section-header {
        margin-bottom: 1.1rem;
    }

    /* Section padding */
    .business-philosophy-section {
        padding: 60px 0;
        text-align: center;
    }

    /* Section Header */
    .section-label {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .section-title {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .section-description {
        font-size: 14px;
        line-height: 1.6;
        max-width: 100%;
    }

    /* Left Content */
    .approach-description {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 25px;
        text-align: left;
    }

    .philosophy-list {
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 12px;
    }

    .philosophy-list p {
        font-size: 14px;
        line-height: 1.5;
    }

    .stats-grid-section {
        display: none;
    }

    /* =======================WHAT WE DOO======================== */
    .capabilities-section {
        padding: 60px 0;
    }

    /* Section Heading */
    .section-title {
        font-size: 23px;
    }

    .section-description {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Capability background */
    .capability-bg {
        padding: 20px 15px;
    }

    /* Capability items - single column */
    .capability-item {
        padding: 18px 15px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    /* Remove last item border */
    .capability-item:last-child {
        border-bottom: none;
    }

    .capability-item h5 {
        font-size: 16px;
    }

    .capability-item p {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Image spacing */
    .capability-image img {
        margin-top: 20px;
        border-radius: 8px;
    }

    #project-gallery {
        padding: 64px 0px;
        padding-bottom: 0px;
    }

    /* ==================WHY CHOOSE================= */
    .why-choose-icc {
        /* background-image: linear-gradient(rgb(46 46 46 / 60%), rgb(9 9 9 / 60%)), url(../images/why_choose.png); */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .values-bg-text {
        font-size: 2.8rem;
    }

    .values-section {
        padding: 1rem 0;
    }

    .why-choose-icc {
        background-position: center;
        padding: 70px 0;
    }

    .why-choose-icc::before {
        background: linear-gradient(180deg, rgba(0, 16, 32, 0.95) 0%, rgba(0, 16, 32, 0.9) 40%, rgba(0, 16, 32, 0.85) 100%);
    }

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

    .section-desc {
        font-size: 14px;
    }

    .heroabt-image {
        margin-top: 47px;
        height: 194px;
        object-fit: cover;
    }

    /* =================================================SERVICE PAGE=================================== */
    #execution {
        padding: 46px 0px;
    }

    .execution-cnt h4,
    .execution-cnt-2 h4 {
        font-size: 19px;
        line-height: 1.3;
    }

    .execution-cnt p,
    .execution-cnt-2 p {
        font-size: 14px;
        line-height: 1.6;
    }

    .srvc-image {
        width: 100%;
        max-width: 100%;
        margin: 20px 0;
        height: 229px;
        object-fit: cover;
    }

    .srvc-desc {
        font-size: 14px;
        margin-top: 20px;
        padding: 0 10px;
    }

    .execution-cnt-2 {
        margin-top: 60px;
    }

    /*========================== CONCEPT========================= */
    #service-concept {
        height: auto;
        /* fixed height remove */
        padding: 29px 0;
        background-position: center;
        background-size: cover;
    }

    .left-cnt {
        height: auto;
        justify-content: flex-start;
        /* mobile il natural flow */
    }

    .left-cnt h3 {
        font-size: 22px;
        line-height: 1.4;
    }

    .concept-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .cncpt-img {
        margin-top: 30px;
        width: 100%;
    }

    .btn-portfolio-outline {
        margin-top: 15px;
        display: inline-block;
    }

    .service-hero {
        height: 68vh;
    }

    /* =========================================PROJECT PAGE======================================== */
    #project-gallery {
        padding: 40px 0;
    }

    /* .section-header {
        padding: 0 10px;
    } */

    .section-label {
        font-size: 13px;
    }

    .section-title {
        font-size: 22px;
        line-height: 1.3;
    }

    .section-description {
        font-size: 14px;
    }

    /* Tabs */
    .project-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .tab-btn {
        font-size: 13px;
        padding: 8px 16px;
    }

    /* Project grid spacing */
    /* .row.g-3 {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 16px;
    } */

    .project-card img {
        height: 240px;
        object-fit: cover;
    }

    .project-overlay {
        padding: 15px;
    }

    .project-overlay h5 {
        font-size: 15px;
    }

    .project-overlay p {
        font-size: 13px;
    }

    .slide img {
        height: 260px;
    }

    .slide-overlay {
        padding: 15px;
    }

    .slide-overlay h3 {
        font-size: 15px;
        padding: 12px 15px;
        text-align: center;
    }


    /* ===================================================CAREER PAGE======================================== */
    .career-section {
        padding: 40px 12px;
    }

    .career-section .container {
        padding-left: 0;
        padding-right: 0;
    }

    .career-container {
        padding: 25px 20px;
    }

    .career-container h2 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 25px;
        text-align: center;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .career-form input,
    .career-form textarea {
        padding: 14px 15px;
        font-size: 14px;
    }

    .file-input {
        padding: 14px 15px;
        font-size: 14px;
    }

    .file-input label {
        font-size: 13px;
        padding-left: 10px;
    }

    .career-form textarea {
        height: 140px;
        margin-top: 20px;
    }

    .career-form .btn {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }


    /* ============================================CONTACT PAGE============================================= */
    .contact-section {
        padding: 45px 0;
    }

    .contact-form-area h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .contact-form-area p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .custom-input {
        padding: 14px 15px;
        font-size: 14px;
    }

    .textarea {
        height: 130px;
    }

    .send-btn {
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }

    .contact-info-box {
        padding: 25px 20px;
    }

    .contact-info-box h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    /* Contact list */
    .contact-info li {
        gap: 12px;
        font-size: 14px;
        margin-bottom: 18px;
    }

    .contact-info li i {
        font-size: 14px;
        margin-top: 3px;
    }

    /* Social box */
    .social-box {
        padding: 18px 18px;
        margin-top: 25px;
    }

    .social-box h5 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .social-icons a {
        font-size: 16px;
        margin-right: 12px;
    }

    /* ===================FIXED BUTTONS================================ */
    .whatsapp-icon,
    .call-icon {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }

    .whatsapp-icon i,
    .call-icon i {
        width: 46px;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {

    /* =================Home Page==================== */
    .cta-title {
        font-size: 2.2rem;
    }

    .testimonials-section {
        padding: 2rem 0;
        padding-bottom: 6rem;
    }

    .map-image {
        margin-top: 91px;
    }

    /* ================================ABOUT PAGE====================================== */

    .capabilities-section {
        padding: 80px 0;
    }

    .section-title {
        font-size: 36px;
    }

    .capability-item {
        padding: 26px 22px;
    }

    .capability-item h5 {
        font-size: 17px;
    }

    .capability-item p {
        font-size: 14.5px;
        line-height: 1.65;
    }

    /* GRID */
    .capability-grid .col-md-6 {
        width: 50%;
    }

    /* BORDER FIX */
    .capability-item:nth-child(2n) {
        border-right: none;
    }

    .capability-item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .about-title {
        font-size: 2.2rem;
    }

    .about-subtitle {
        font-size: 1.8rem;
    }

    .stats-grid {
        padding: 0rem 1rem;
    }

    .shape {
        width: 70%;
    }

    .values-section {
        padding: 1rem 0;
    }


    /* =========================================CONTACT PAGE======================================= */
    .contact-form-area h2 {
        font-size: 28px;
    }

    .contact-info-box h3 {
        font-size: 24px;
    }

    .social-icons a i {
        width: 36px;
    }

    /* ===============================FOOTER======================= */
    .footer-title {
        font-size: 0.9rem;
    }

    /*  */
    .why-choose-icc::before {
        background: linear-gradient(180deg,
                rgba(0, 16, 32, 0.95) 0%,
                rgba(0, 16, 32, 0.9) 40%,
                rgba(0, 16, 32, 0.85) 100%);
    }

}

@media (min-width: 768px) and (max-width: 992px) {

    /* =============HOME PAGE========== */
    .cta-title {
        font-size: 2.3rem;
    }

    .values-section {
        padding: 1rem 0;
    }

    .industries-section {
        padding: 4rem 0;
        padding-bottom: 107px;
    }

    #presence-section {
        padding: 49px 0px;
    }

    /* ==========================ABOUT PAGE========================== */
    .about-subtitle {
        font-size: 1.7rem;
    }

    .about-title {
        font-size: 2.2rem;
    }

    .abt-title {
        font-size: 32px;
    }

    .about-label {
        font-size: 1.2rem;
    }

    .about-subheading {
        font-size: 17px;
    }

    .about-content p {
        font-size: 15px;
    }

    .section-title {
        font-size: 33px;
    }

    .img-fluid {
        height: 500px;
        object-fit: revert-layer;
    }

    /* --------Projects------------------ */

    #project-gallery {
        padding: 60px 0;
    }

    /* SECTION HEADING */
    #project-gallery .section-title {
        font-size: 30px;
    }

    #project-gallery .section-description {
        font-size: 14.5px;
        line-height: 1.6;
        padding: 0 40px;
    }

    /* IMAGE GRID SPACING */
    #project-gallery .row.g-2 {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 12px;
    }

    /* IMAGE BOX */
    #project-gallery .gallery-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    /* BUTTON */
    #project-gallery .btn-portfolio-outline {
        padding: 10px 26px;
        font-size: 14px;
    }

    /* ----------capabilty------ */
    .capabilities-section {
        padding: 70px 0;
    }

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

    /* LEFT CONTENT */
    .capability-bg {
        padding: 20px;
    }

    .capability-item {
        padding: 22px 18px;
    }

    .capability-item h5 {
        font-size: 16px;
    }

    .capability-item p {
        font-size: 14px;
        line-height: 1.6;
    }

    /* GRID FIX */
    .capability-grid .col-md-6 {
        width: 50%;
    }

    /* BORDER ADJUST */
    .capability-item:nth-child(2n) {
        border-right: none;
    }

    .capability-item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    /* IMAGE */
    .capability-image {
        margin-top: 30px;
        text-align: center;
    }

    .capability-image img {
        object-fit: cover;
    }

    .values-bg-text {
        font-size: 5.5rem;
    }

    .approach-hding .section-header {
        margin-bottom: 1.1rem;
    }

    /* ========home about=========================== */

    /* section spacing */
    #home-about {
        padding: 71px 0;
    }

    /* left content */
    .hero-aboutcnt h3 {
        font-size: 26px;
    }

    .about-info {
        font-size: 14px;
        line-height: 1.6;
    }

    /* experience grid */
    .experience {
        margin-top: 20px;
    }

    /* stat box layout */
    .stat-box {
        padding: 20px;
    }

    .stat-content-wrapper {
        gap: 16px;
    }

    /* numbers */
    .stat-number {
        font-size: 32px;
    }

    .stat-label {
        font-size: 13px;
    }

    .shape-badge-large,
    .shape-house {
        width: 70px;
        height: 70px;
    }

    .stat-box-border-right {
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .stat-box-border-bottom {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .heroabt-image {
        margin-top: 40px;
        height: 229px;
        object-fit: cover;
    }
    
    .stats-grid {
        padding: 0rem 0rem;
    }


    .why-choose-icc::before {
        background: linear-gradient(180deg,
                rgba(0, 16, 32, 0.95) 0%,
                rgba(0, 16, 32, 0.9) 40%,
                rgba(0, 16, 32, 0.85) 100%);
    }

    .shape {
        width: 70%;
    }

    /* =================================CONTACT PAGE====================================== */
    .about-title {
        font-size: 2.2rem;
    }

    /* =====================================CAREER PAGE============================= */
    .career-box {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    /* Outer spacing control */
    .career-section {
        padding: 80px 60px;
    }

    /* ========================================SERVICE PAGE============================== */
    #service-concept {
        height: auto;
        padding: 53px 0;
        background-position: center;
        background-size: cover;
    }

    .concept-content {
        text-align: left;
    }

    .left-cnt {
        height: auto;
        justify-content: center;
        padding-right: 20px;
    }

    .left-cnt h3 {
        font-size: 26px;
        line-height: 1.4;
    }

    .concept-content p {
        font-size: 14.5px;
        line-height: 1.7;
    }

    /* IMAGE */
    .cncpt-img {
        max-width: 100%;
        margin-top: 0;
    }

    .map-image {
        margin-top: 59px;
    }

    .testimonials-section {
        padding: 2rem 0;
        padding-bottom: 6rem;
    }
}

@media (min-width: 482px) and (max-width: 768px) {

    /* ===============================SERVICE PAGE============================================== */

    #service-concept {
        height: auto;
        /* fixed vh remove */
        padding: 60px 0;
        background-position: center;
        background-size: cover;
    }

    .left-cnt {
        height: auto;
        justify-content: flex-start;
        padding-bottom: 30px;
    }

    .left-cnt h3 {
        font-size: 24px;
        line-height: 1.4;
    }

    .concept-content p {
        font-size: 14.5px;
        line-height: 1.7;
    }

    .btn-portfolio-outline {
        margin-top: 10px;
    }

    /* IMAGE */
    .cncpt-img {
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .about-title {
        font-size: 2.2rem;

    }

    .about-subtitle {
        font-size: 1.7rem;
    }

    /* =====================================CAREER PAGE================================= */
    .career-box {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .career-section {
        padding: 70px 45px;
    }

    /* ==================================================ABOUT PAGE==================================== */
    .about-label {
        font-size: 1.2rem;
    }

    .abt-title {
        font-size: 31px;
    }

    .about-subheading {
        font-size: 20px;

    }

    .about-content p {
        font-size: 15px;
    }

    /* -----------------status box------- */
    .stat-number {
        font-size: 2.5rem;
    }

    .stat-box {
        min-height: 190px;
    }

    .business-philosophy-section {
        padding: 50px;
    }

    /* ------------capabilty----------------------- */
    .capabilities-section {
        padding: 70px 0;
    }

    /* SECTION HEADING */
    .section-title {
        font-size: 26px;
    }

    .section-description {
        font-size: 14.5px;
        line-height: 1.6;
        padding: 0 10px;
    }

    /* STACK CONTENT */
    .capability-bg {
        padding: 20px;
    }

    .capability-grid .col-md-6 {
        width: 100%;
    }

    /* CAPABILITY ITEMS */
    .capability-item {
        padding: 22px 18px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        opacity: 1;
        transform: translateY(0);
    }

    .capability-item:last-child {
        border-bottom: none;
    }

    /* IMAGE */
    .capability-image {
        text-align: center;
    }

    .capability-image img {
        max-width: 90%;
        margin: 0 auto;
    }

    .values-bg-text {
        font-size: 3.5rem;
    }

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

    /*  */
    .why-choose-icc {
        background-position: center;
        padding: 70px 0;
    }

    .why-choose-icc::before {
        background: linear-gradient(180deg,
                rgba(0, 16, 32, 0.95) 0%,
                rgba(0, 16, 32, 0.9) 40%,
                rgba(0, 16, 32, 0.85) 100%);
    }

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

    .section-desc {
        font-size: 14px;
    }

    .approach-hding .section-header {
        margin-bottom: 1.1rem;

    }

    /* =====================================HOME PAGE====================================== */
    .cta-bg-image {
        position: absolute;
        top: 0;
        width: 0px;
        height: 100%;
        background-size: cover;
        background-position: center;
        z-index: 1;
    }

    .cta-title {
        font-size: 1.9rem;
    }

    .testimonials-section {
        padding: 1rem 0;
        padding-bottom: 35px;
    }

    .values-section {
        padding: 0rem 0;
    }

    .industries-section {
        padding: 1rem 0;
        padding-bottom: 84px;
    }

    .heroabt-image {
        margin-top: 34px;
        height: 211px;
        object-fit: cover;
    }

    .services-section {
        padding: 2rem 0;
    }

    #presence-section {
        padding: 0;
        padding-bottom: 78px;
    }
}

@media (min-width: 1400px) and (max-width: 1500px) {

    #service-concept {
        height: 80vh;
    }
}

@media (min-width: 321px) and (max-width: 352px) {
    .hero-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

}

@media (min-width: 1200px) and (max-width: 1400px) {
    .why-choose-icc::before {
        background: linear-gradient(90deg, rgba(0, 16, 32, 0.95) 0%, rgba(0, 16, 32, 0.85) 34%, rgba(0, 16, 32, 0.55) 83%, rgb(0 16 32 / 34%) 85%, rgb(0 16 32 / 49%) 100%);
        z-index: 1;
    }

    .stats-grid {
        padding: 0rem 1rem;
    }

    .values-section {
        padding: 2rem 0;
    }


}