/* ============================================================
   SALES CONSULTANCY - COMPLETE STYLES
   ============================================================ */

/* -------- BASE -------- */
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
}

body, p {
    font-family: Lato, sans-serif;
    font-size: 17px;
    line-height: 1.6;
}

img {
    max-width: 100%;
}

.container {
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 1rem;
}

/* -------- PAGE HEADING -------- */
.page-heading {
    background: url('../Images/sales/sales-banner.jpg') center/cover no-repeat;
    position: relative;
    padding: 80px 0 70px;
    margin-top: -10px;
    min-height: 350px;
    display: flex;
    align-items: center;
}

.page-heading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.page-heading .container {
    position: relative;
    z-index: 2;
}

.page-heading-title {
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 10px 0;
    font-family: 'JaapokkiRegular', sans-serif;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.breadcrumb-custom {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}

.breadcrumb-custom span {
    color: #f7e202;
}

.breadcrumb-custom a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-custom a:hover {
    color: #f7e202;
}

/* -------- SECTION BADGE -------- */
.section-badge {
    display: inline-block;
    background: rgba(198, 40, 40, 0.08);
    color: #c62828;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 20px;
    border-radius: 30px;
    border: 1px solid rgba(198, 40, 40, 0.15);
    margin-bottom: 15px;
}

/* -------- SECTION HEADER -------- */
.section-header {
    margin-bottom: 50px;
    text-align: center;
}

.section-header h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1d1c1c;
    text-transform: uppercase;
    font-family: 'JaapokkiRegular', sans-serif;
    line-height: 1.2;
}

.section-header h2 .highlight {
    color: #c62828;
    position: relative;
}

.section-header h2 .highlight::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(198, 40, 40, 0.2);
    border-radius: 2px;
}

.section-header p {
    font-size: 17px;
    color: #666;
    max-width: 700px;
    margin: 10px auto 0;
}

/* -------- INTRO SECTION -------- */
.intro-section {
    padding: 60px 0;
    background: #ffffff;
}

.intro-badge {
    display: inline-block;
    background: rgba(198, 40, 40, 0.08);
    color: #c62828;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 4px 16px;
    border-radius: 30px;
    border: 1px solid rgba(198, 40, 40, 0.15);
    margin-bottom: 15px;
}

.intro-content h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1d1c1c;
    text-transform: uppercase;
    font-family: 'JaapokkiRegular', sans-serif;
    margin-bottom: 20px;
    line-height: 1.2;
}

.intro-content h2 .highlight {
    color: #c62828;
    position: relative;
}

.intro-content h2 .highlight::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(198, 40, 40, 0.2);
    border-radius: 2px;
}

.intro-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.intro-stats {
    display: flex;
    gap: 40px;
    margin: 25px 0 30px;
}

.intro-stats .stat-item {
    display: flex;
    flex-direction: column;
}

.intro-stats .stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #c62828;
    font-family: 'JaapokkiRegular', sans-serif;
    line-height: 1.2;
}

.intro-stats .stat-label {
    font-size: 13px;
    color: #999;
    font-weight: 400;
}

.btn-consult {
    background: #c62828 !important;
    border-color: #c62828 !important;
    color: #ffffff !important;
    padding: 14px 35px;
    font-weight: 700;
    border-radius: 50px !important;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
}

.btn-consult:hover {
    background: #b71c1c !important;
    border-color: #b71c1c !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(198, 40, 40, 0.3);
    color: #fff !important;
    text-decoration: none;
}

/* -------- INTRO IMAGE -------- */
.intro-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.intro-img {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.5s ease, transform 0.5s ease;
    animation: float-image 4s ease-in-out infinite;
}

.intro-image-wrapper:hover .intro-img {
    filter: grayscale(0%);
    transform: scale(1.02);
}

@keyframes float-image {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-12px);
    }
}

.floating-badge {
    position: absolute;
    top: -5px;
    right: 10px;
    background: #c62828;
    color: #ffffff;
    padding: 14px 18px;
    border-radius: 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    box-shadow: 0 4px 20px rgba(198, 40, 40, 0.35);
    animation: pulse-badge 2s ease-in-out infinite;
    min-width: 90px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    z-index: 2;
}

.floating-badge span {
    display: block;
}

@keyframes pulse-badge {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* -------- FEATURES SECTION -------- */
.features-section {
    padding: 70px 0 60px;
    background: linear-gradient(135deg, #d2242a 0%, #c62828 100%);
    position: relative;
    overflow: hidden;
}

.features-section .section-badge {
    background: rgba(255, 255, 255, 0.15);
    color: #f7e202;
    border-color: rgba(255, 255, 255, 0.2);
}

.features-section .section-header h2 {
    color: #ffffff;
}

.features-section .section-header h2 .highlight {
    color: #f7e202;
}

.features-section .section-header h2 .highlight::after {
    background: rgba(247, 226, 2, 0.3);
}

.features-section .section-header p {
    color: rgba(255, 255, 255, 0.8);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 30px 20px 25px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
}

.feature-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
    border-color: rgba(247, 226, 2, 0.3);
}

.feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.feature-card:hover .feature-icon {
    background: rgba(247, 226, 2, 0.2);
    transform: scale(1.05);
}

.feature-icon i {
    font-size: 30px;
    color: #f7e202;
}

.feature-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: 'JaapokkiRegular', sans-serif;
    text-transform: uppercase;
}

.feature-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0;
}

/* -------- SERVICES SECTION -------- */
.services-section {
    padding: 70px 0 60px;
    background: #f8f9fa;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.service-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 25px 25px;
    border: 1px solid #e8eaed;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #c62828, #f7e202);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    border-color: #c62828;
}

.service-card:hover::before {
    opacity: 1;
}

.service-icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(198, 40, 40, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.service-card:hover .service-icon-wrapper {
    background: #c62828;
    transform: scale(1.05) rotate(5deg);
}

.service-icon-wrapper i {
    font-size: 30px;
    color: #c62828;
    transition: all 0.4s ease;
}

.service-card:hover .service-icon-wrapper i {
    color: #ffffff;
}

.service-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1d1c1c;
    margin-bottom: 12px;
    font-family: 'JaapokkiRegular', sans-serif;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.service-card:hover h4 {
    color: #c62828;
}

.service-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
    flex: 1;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.service-list li {
    font-size: 13px;
    color: #555;
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-list li i {
    color: #c62828;
    font-size: 12px;
}

.service-link {
    font-size: 13px;
    font-weight: 600;
    color: #c62828;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    margin-top: auto;
    padding-top: 12px;
    border-top: 2px solid #f0f0f0;
}

.service-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.service-link:hover {
    color: #b71c1c;
    text-decoration: none;
}

.service-link:hover i {
    transform: translateX(6px);
}

/* -------- BENEFITS SECTION -------- */
.benefits-section {
    padding: 70px 0 60px;
    background: #ffffff;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.benefit-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px 25px 25px;
    text-align: center;
    border: 1px solid #e8eaed;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.benefit-card:hover {
    transform: translateY(-5px);
    border-color: #c62828;
    box-shadow: 0 8px 25px rgba(198, 40, 40, 0.08);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(198, 40, 40, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.4s ease;
}

.benefit-card:hover .benefit-icon {
    background: #c62828;
    transform: scale(1.05);
}

.benefit-icon i {
    font-size: 30px;
    color: #c62828;
    transition: all 0.4s ease;
}

.benefit-card:hover .benefit-icon i {
    color: #ffffff;
}

.benefit-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1d1c1c;
    margin-bottom: 10px;
    font-family: 'JaapokkiRegular', sans-serif;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.benefit-card:hover h4 {
    color: #c62828;
}

.benefit-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* -------- INDUSTRY SECTION -------- */
.industry-section {
    padding: 70px 0 60px;
    background: #f8f9fa;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.industry-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 20px 25px;
    text-align: center;
    border: 1px solid #e8eaed;
    transition: all 0.4s ease;
}

.industry-item:hover {
    transform: translateY(-5px);
    border-color: #c62828;
    box-shadow: 0 8px 25px rgba(198, 40, 40, 0.08);
}

.industry-item i {
    font-size: 35px;
    color: #c62828;
    margin-bottom: 12px;
    display: block;
}

.industry-item h4 {
    font-size: 15px;
    font-weight: 600;
    color: #1d1c1c;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin: 0;
}

/* -------- CONTACT SECTION -------- */
.contact-section {
    padding: 70px 0 60px;
    background: #f8f9fa;
}

.contact-wrapper {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    padding: 50px;
}

.contact-info {
    padding-right: 40px;
}

.contact-badge {
    display: inline-block;
    background: rgba(198, 40, 40, 0.08);
    color: #c62828;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 20px;
    border-radius: 30px;
    border: 1px solid rgba(198, 40, 40, 0.15);
    margin-bottom: 15px;
}

.contact-info h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1d1c1c;
    text-transform: uppercase;
    font-family: 'JaapokkiRegular', sans-serif;
    margin-bottom: 20px;
    line-height: 1.2;
}

.contact-info h2 .highlight {
    color: #c62828;
    position: relative;
}

.contact-info h2 .highlight::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(198, 40, 40, 0.2);
    border-radius: 2px;
}

.contact-info p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-detail i {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(198, 40, 40, 0.08);
    color: #c62828;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-detail div {
    display: flex;
    flex-direction: column;
}

.contact-detail strong {
    font-size: 14px;
    color: #1d1c1c;
    font-weight: 700;
}

.contact-detail span {
    font-size: 14px;
    color: #666;
}

.contact-form-wrapper {
    padding-left: 20px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    background: #fafafa;
}

.contact-form .form-control:focus {
    border-color: #c62828;
    box-shadow: 0 0 0 3px rgba(198, 40, 40, 0.1);
    background: #ffffff;
}

.contact-form .form-control::placeholder {
    color: #aaa;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.btn-submit {
    background: #c62828 !important;
    border-color: #c62828 !important;
    color: #ffffff !important;
    padding: 14px 35px;
    font-weight: 700;
    border-radius: 50px !important;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
    border: none;
}

.btn-submit:hover {
    background: #b71c1c !important;
    border-color: #b71c1c !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(198, 40, 40, 0.3);
    color: #fff !important;
    text-decoration: none;
}

.btn-submit i {
    transition: transform 0.3s ease;
}

.btn-submit:hover i {
    transform: translateX(4px);
}

/* -------- PHONE & WHATSAPP FLOATING BUTTONS -------- */
.phone-icon-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.phone-icon-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.phone-icon-container a:hover {
    transform: scale(1.1);
}

.phone-icon-container i {
    font-size: 28px;
    color: white;
}

.phone-icon-container h5 {
    font-weight: 600;
    text-align: center;
    color: #333;
    margin-top: 5px;
    font-size: 12px;
}

.whatsapp-icon-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.whatsapp-icon-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.whatsapp-icon-container a:hover {
    transform: scale(1.1);
}

.whatsapp-icon-container i {
    font-size: 28px;
    color: white;
}

.whatsapp-icon-container h5 {
    font-weight: 600;
    text-align: center;
    color: #333;
    margin-top: 5px;
    font-size: 12px;
}

/* -------- RESPONSIVE -------- */
@media (max-width: 1199px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .industry-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .section-header h2 {
        font-size: 32px;
    }
    .intro-content h2 {
        font-size: 32px;
    }
    .contact-wrapper {
        padding: 35px;
    }
}

@media (max-width: 991px) {
    .page-heading {
        padding: 60px 0 50px;
        min-height: 280px;
    }
    .page-heading-title {
        font-size: 36px;
    }
    .intro-content {
        text-align: center;
        margin-bottom: 30px;
    }
    .intro-stats {
        justify-content: center;
    }
    .btn-consult {
        margin: 0 auto;
        display: inline-block;
    }
    .intro-image-wrapper img {
        max-width: 60%;
    }
    .contact-info {
        padding-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }
    .contact-details {
        align-items: center;
    }
    .contact-form-wrapper {
        padding-left: 0;
    }
    .contact-wrapper {
        padding: 30px;
    }
    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .page-heading {
        padding: 50px 0 40px;
        min-height: 220px;
    }
    .page-heading-title {
        font-size: 28px;
        letter-spacing: 2px;
    }
    .breadcrumb-custom {
        font-size: 13px;
    }
    .intro-section {
        padding: 40px 0;
    }
    .intro-content h2 {
        font-size: 26px;
    }
    .intro-stats {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .intro-stats .stat-number {
        font-size: 24px;
    }
    .intro-image-wrapper img {
        max-width: 80%;
    }
    .floating-badge {
        top: 10px;
        right: 10px;
        padding: 8px 12px;
        font-size: 10px;
    }
    .features-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .feature-card {
        padding: 20px 15px 18px;
    }
    .feature-card h4 {
        font-size: 15px;
    }
    .feature-card p {
        font-size: 13px;
    }
    .services-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .service-card {
        padding: 22px 18px 20px;
    }
    .service-card h4 {
        font-size: 15px;
    }
    .service-card p {
        font-size: 13px;
    }
    .benefits-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .benefit-card {
        padding: 22px 18px 20px;
    }
    .benefit-card h4 {
        font-size: 15px;
    }
    .benefit-card p {
        font-size: 13px;
    }
    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .industry-item {
        padding: 20px 15px 18px;
    }
    .section-header h2 {
        font-size: 24px;
    }
    .contact-wrapper {
        padding: 20px;
    }
    .contact-info h2 {
        font-size: 24px;
    }
    .features-section {
        padding: 50px 0 40px;
    }
    .services-section {
        padding: 50px 0 40px;
    }
    .benefits-section {
        padding: 50px 0 40px;
    }
    .industry-section {
        padding: 50px 0 40px;
    }
    .contact-section {
        padding: 50px 0 40px;
    }
    .phone-icon-container a,
    .whatsapp-icon-container a {
        width: 45px;
        height: 45px;
    }
    .phone-icon-container i,
    .whatsapp-icon-container i {
        font-size: 22px;
    }
    .phone-icon-container h5,
    .whatsapp-icon-container h5 {
        font-size: 10px;
    }
    .phone-icon-container {
        bottom: 15px;
        left: 10px;
    }
    .whatsapp-icon-container {
        bottom: 15px;
        right: 10px;
    }
}

@media (max-width: 500px) {
    .page-heading {
        padding: 40px 0 30px;
        min-height: 180px;
    }
    .page-heading-title {
        font-size: 22px;
        letter-spacing: 1px;
    }
    .breadcrumb-custom {
        font-size: 12px;
    }
    .features-grid {
        grid-template-columns: 1fr;
        max-width: 350px;
        margin: 0 auto;
    }
    .services-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
    .benefits-grid {
        grid-template-columns: 1fr;
        max-width: 350px;
        margin: 0 auto;
    }
    .industry-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        max-width: 350px;
        margin: 0 auto;
    }
    .intro-content h2 {
        font-size: 22px;
    }
    .section-header h2 {
        font-size: 22px;
    }
    .contact-info h2 {
        font-size: 22px;
    }
    .btn-consult,
    .btn-submit {
        padding: 12px 24px;
        font-size: 13px;
        width: 100%;
        justify-content: center;
    }
    .industry-item i {
        font-size: 28px;
    }
    .industry-item h4 {
        font-size: 13px;
    }
}