.elementor-70 .elementor-element.elementor-element-22789f6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-70 .elementor-element.elementor-element-fb2f025{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-70 .elementor-element.elementor-element-fb2f025{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for html, class: .elementor-element-6c6ccf3 */<style>
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;800&display=swap');

.work-hero-v15 {
    height: 90vh;
    min-height: 700px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    overflow: hidden;
}

/* Background Handling */
.v15-bg-image {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.v15-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v15-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 45, 107, 0.7) 0%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 2;
}

/* Glass Card Content */
.v15-container {
    width: 100%;
    max-width: 1300px;
    padding: 0 5%;
    position: relative;
    z-index: 10;
}

.v15-glass-content {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 60px;
    border-radius: 40px;
    max-width: 700px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.v15-badge {
    background: #004AAD;
    color: #fff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    display: inline-block;
}

.v15-title {
    font-size: 60px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 20px;
}

.v15-title .v12-blue {
    color: #E3F2FD; /* Soft Light Blue for Contrast */
}

.v15-desc {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 40px;
}

/* Scroll Animation */
.v15-scroll-indicator {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

.mouse-icon {
    width: 25px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 20px;
    position: relative;
}

.wheel {
    width: 4px;
    height: 8px;
    background: #ffffff;
    border-radius: 2px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollMove 2s infinite;
}

@keyframes scrollMove {
    0% { top: 6px; opacity: 1; }
    100% { top: 25px; opacity: 0; }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .v15-glass-content {
        padding: 40px 25px;
        border-radius: 30px;
        text-align: center;
    }
    .v15-title { font-size: 40px; }
    .v15-scroll-indicator { justify-content: center; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ca01e4 */<style>
.work-gallery-v17 {
    padding: 80px 5%;
    background: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.v17-container { max-width: 1300px; margin: 0 auto; }

/* Filter Buttons */
.v17-filter-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.v17-filter-btn {
    background: transparent;
    border: 1px solid #e0e0e0;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #555;
}

.v17-filter-btn.active, .v17-filter-btn:hover {
    background: #004AAD;
    color: #fff;
    border-color: #004AAD;
    box-shadow: 0 10px 25px rgba(0, 74, 173, 0.25);
    transform: translateY(-2px);
}

/* Grid Layout */
.v17-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.v17-item {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.v17-card {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    height: 420px;
    cursor: pointer;
    background: #f8f8f8;
}

.v17-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s ease;
}

.v17-info {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 45, 107, 0.95), transparent 70%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px;
    opacity: 0;
    transition: 0.4s;
    transform: translateY(30px);
}

.v17-card:hover img { transform: scale(1.15); }
.v17-card:hover .v17-info { opacity: 1; transform: translateY(0); }

.v17-info h3 { color: #fff; font-size: 24px; font-weight: 800; margin-bottom: 8px; }
.v17-info span { color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }

/* Responsive */
@media (max-width: 991px) {
    .v17-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 650px) {
    .v17-grid { grid-template-columns: 1fr; }
    .v17-card { height: 380px; }
    .v17-filter-nav { gap: 10px; }
    .v17-filter-btn { padding: 10px 20px; font-size: 14px; }
}
</style>/* End custom CSS */