
.industry-boxes-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0;
}
        
        @media (max-width: 1200px) {
            .industry-boxes-wrapper {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        
        @media (max-width: 900px) {
            .industry-boxes-wrapper {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 600px) {
            .industry-boxes-wrapper {
                grid-template-columns: 1fr;
            }
        }
        
        .industry-box {
            position: relative;
            width: 100%;
            min-height: 477px;
            border-radius: 20px;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .industry-box:hover {
            transform9: translateY(-5px);
            box-shadow9: 0 15px 40px rgba(0, 0, 0, 0.3);
        }
        
        .industry-box-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            transition: transform 0.3s ease;
        }
        
        .industry-box:hover .industry-box-bg {
            transform9: scale(1.05);
        }
        
        .industry-box-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .industry-box:hover .industry-box-overlay {
            opacity9: 0.85;
        }
        
        .industry-box-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 30px 80px 30px 30px;
            color: #fff;
            z-index: 2;
        }
        
        .industry-box-title {
            font-size: 50px;
			line-height: 60px;
            font-weight: 700;
            margin: 0 0 10px 0;
        }
        
        .industry-box-text {
            font-size: 24px;
            line-height: 34px;
            margin: 0;
            opacity: 0.95;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        }
        
        .industry-box-arrow {
            position: absolute;
            bottom: 30px;
            right: 30px;
            width: 45px;
            height: 45px;
            background: rgba(255, 255, 255, 1);
            border: 0px solid rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
            transition: background 0.3s ease, transform 0.3s ease;
        }
        
        99.industry-box:hover .industry-box-arrow {
            background: rgba(255, 255, 255, 0.3);
            transform: translateX(5px);
        }
        
        .industry-box-arrow svg {
            width: 20px;
            height: 20px;
            fill: none;
            stroke: #293170;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
        
        .industry-box a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 3;
            text-decoration: none;
        }
		

/* ===================================
   Success Stories Shortcode CSS
   =================================== */

.success-stories-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.success-story-box {
    position: relative;
    width: 50%;
    min-height: 400px;
    padding: 40px 80px 40px 40px;
    box-sizing: border-box;
    transition: opacity 0.3s ease;
}

.success-story-box:hover {
    opacity9: 0.9;
}

.success-story-content {
    position: relative;
    z-index: 2;
}

.success-story-label {
    display: block;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 120px;
    text-transform: uppercase;
}

.success-story-title {
    font-size: 50px;
    font-weight: 800;
    color: #000;
    margin: 0 0 20px 0;
    line-height: 60px;
}

.success-story-text {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    margin: 0;
     
}

.success-story-arrow {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow9: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.success-story-box:hover .success-story-arrow {
    transform: translateX(5px);
    box-shadow9: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.success-story-arrow svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #000;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.success-story-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    text-decoration: none;
}
.success-story-box {
    border-radius: 20px;
}
/* Responsive */
@media (max-width: 768px) {
    .success-story-box {
        width: 100%;
        min-height: 400px;
        padding: 30px;
    }
    
    .success-story-title {
        font-size: 32px;
    }
    
    .success-story-arrow {
        bottom: 30px;
        right: 30px;
    }
}

.pinkbuttom .elementor-button {
    background: #ea1d78;
    border-radius: 50px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 225px;
    height: 60px;
}

.pinkbuttom .elementor-button:hover {
    background: #d4186b;
    transform: translateY(-2px);
}

.pinkbuttom .elementor-button-text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.pinkbuttom .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 8px 0 30px;
}

.pinkbuttom .elementor-button-content-wrapper::after {
    content: '';
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231a0a78' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.footerformsubmit .elementor-button {
    background: #ea1d78;
    border-radius: 50px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 195px;
    height: 60px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.footerformsubmit .elementor-button:hover {
    background: #d4186b;
    transform: translateY(-2px);
}

.footerformsubmit .elementor-button-text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.footerformsubmit .elementor-button-content-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 8px 0 25px;
}

.footerformsubmit .elementor-button-content-wrapper::after {
    content: '';
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231a0a78' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
.footerformsubmit  .elementor-button .elementor-button-content-wrapper {
    gap: 40px;
}
/* ============================================
   Industry Bar
   ============================================ */
.industry-bar {
    display: flex;
    gap: 25px;
    padding: 0px;
    max-width: 1200px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
	 
}

.industry-card {
    background: #ffffff;
    border: 2px solid #6ebdf6;
	border-bottom:none ;
    padding: 20px 25px;
    text-align: center;
    flex: 1;
    max-width: 380px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.industry-card img {
    
}

.industry-card .icon-blue  { display: block; }
.industry-card .icon-white { display: none;  }

.industry-card:hover,
.industry-card.activebar {
    background: #6ebdf6;
    border-color: #6ebdf6;
}

.industry-card:hover .icon-blue,
.industry-card.activebar .icon-blue  { display: none;  }

.industry-card:hover .icon-white,
.industry-card.activebar .icon-white { display: block; }

.industry-card-title {
    font-size: 34px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    transition: color 0.3s ease;
    text-align: left;
}

.industry-card:hover .industry-card-title,
.industry-card.activebar .industry-card-title {
    color: #ffffff;
}

@media (max-width: 768px) {
    .industry-bar {
        flex-direction: column;
        align-items: center;
    }
    .industry-card {
        max-width: 100%;
        width: 100%;
    }
}
