.elementor-8 .elementor-element.elementor-element-b02e652{--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-8 .elementor-element.elementor-element-f7a5d9e{--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;}.elementor-8 .elementor-element.elementor-element-6682f2d{--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;}.elementor-8 .elementor-element.elementor-element-1999bd6{--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;}.elementor-8 .elementor-element.elementor-element-fd393e5{--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:50px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-8 .elementor-element.elementor-element-f7a5d9e{--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-12887b0 */<style>
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;800&display=swap');

:root {
    --brand-blue: #0056b3;
    --accent-blue: #eef7ff;
    --deep-navy: #0a192f;
    --white: #ffffff;
}

.premium-hero {
    position: relative;
    background: var(--white);
    min-height: 100vh;
    display: flex;
    align-items: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 0 5%;
    overflow: hidden;
}

/* Background Animation */
.bg-shape {
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, var(--accent-blue) 0%, rgba(255,255,255,0) 70%);
    z-index: 1;
    border-radius: 50%;
    filter: blur(80px);
    animation: floatShape 10s infinite alternate;
}

.hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    z-index: 2;
}

/* Text Content */
.tagline {
    display: inline-block;
    color: var(--brand-blue);
    background: var(--accent-blue);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.main-title {
    font-size: clamp(3rem, 5vw, 4.5rem);
    font-weight: 800;
    color: var(--deep-navy);
    line-height: 1.1;
    margin-bottom: 25px;
}

.highlight {
    color: var(--brand-blue);
    background: linear-gradient(to right, var(--brand-blue), #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.description {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.8;
    max-width: 520px;
    margin-bottom: 40px;
}

/* Buttons with Fixed Hover */
.cta-group {
    display: flex;
    gap: 20px;
}

.btn-primary-new {
    background: var(--brand-blue);
    color: var(--white) !important; /* Forces white text */
    padding: 16px 35px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(0, 86, 179, 0.2);
}

.btn-primary-new:hover {
    background: var(--deep-navy);
    color: var(--white) !important; /* Text remains white on hover */
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(10, 25, 47, 0.2);
}

.btn-outline-new {
    border: 2px solid var(--brand-blue);
    color: var(--brand-blue);
    padding: 14px 33px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-outline-new:hover {
    background: var(--accent-blue);
}

/* Visual Slider */
.visual-box {
    position: relative;
    display: flex;
    justify-content: center;
}

.image-frame {
    width: 100%;
    height: 600px;
    border-radius: 40px 150px 40px 40px; /* Modern Asymmetric curve */
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

.hero-slider-new {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide-new {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    animation: kenBurns 15s infinite;
}

.slide-new:nth-child(1) { animation-delay: 0s; opacity: 1; }
.slide-new:nth-child(2) { animation-delay: 5s; }
.slide-new:nth-child(3) { animation-delay: 10s; }

/* Floating Elements */
.floating-badge {
    position: absolute;
    bottom: 30px;
    left: -20px;
    background: var(--white);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    animation: float 4s ease-in-out infinite;
}

.floating-badge p {
    margin: 0;
    font-weight: 700;
    color: var(--brand-blue);
    font-size: 0.9rem;
}

/* Keyframes */
@keyframes kenBurns {
    0% { opacity: 0; transform: scale(1); }
    10% { opacity: 1; }
    33% { opacity: 1; }
    40% { opacity: 0; transform: scale(1.1); }
    100% { opacity: 0; }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@keyframes floatShape {
    from { transform: translate(0, 0); }
    to { transform: translate(-50px, 50px); }
}

/* Mobile Fix */
@media (max-width: 992px) {
    .hero-wrapper { grid-template-columns: 1fr; text-align: center; }
    .description { margin: 0 auto 40px auto; }
    .cta-group { justify-content: center; }
    .image-frame { height: 400px; border-radius: 40px; }
    .floating-badge { display: none; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89efb6d */<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 25px;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    color: #555;
}

.v17-filter-btn.active, .v17-filter-btn:hover {
    background: #004AAD;
    color: #fff;
    border-color: #004AAD;
    box-shadow: 0 10px 20px rgba(0, 74, 173, 0.2);
}

/* Grid Layout */
.v17-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.v17-item {
    transition: opacity 0.4s ease;
}

.v17-card {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 400px;
    cursor: pointer;
}

.v17-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

.v17-info {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 45, 107, 0.9), transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    opacity: 0;
    transition: 0.4s;
    transform: translateY(20px);
}

.v17-card:hover img { transform: scale(1.1); }
.v17-card:hover .v17-info { opacity: 1; transform: translateY(0); }

.v17-info h3 { color: #fff; font-size: 22px; font-weight: 800; margin-bottom: 5px; }
.v17-info span { color: rgba(255,255,255,0.8); font-size: 14px; font-weight: 600; text-transform: uppercase; }

/* Responsive */
@media (max-width: 991px) {
    .v17-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .v17-grid { grid-template-columns: 1fr; }
    .v17-card { height: 350px; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9845481 */<style>
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;800&display=swap');

.ginou-interactive-v6 {
    padding: 100px 5%;
    background: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: flex;
    justify-content: center;
}

.v6-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    max-width: 1300px;
    width: 100%;
}

.v6-mini-badge {
    color: #004AAD;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}

.v6-heading {
    font-size: 48px;
    font-weight: 800;
    color: #002D6B;
    margin: 10px 0 40px;
}

/* Options Styling */
.v6-options-list { display: flex; flex-direction: column; gap: 10px; }

.v6-option {
    padding: 30px;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    border-radius: 20px;
    transition: 0.4s all ease;
    position: relative;
    border: 1px solid transparent;
}

.v6-num {
    font-size: 16px;
    font-weight: 800;
    color: #cbd5e0;
    margin-right: 25px;
    transition: 0.3s;
}

.v6-info h3 {
    font-size: 24px;
    color: #2d3748;
    margin-bottom: 8px;
    font-weight: 700;
}

.v6-info p { color: #718096; line-height: 1.5; font-size: 15px; }

/* Active & Hover States */
.v6-option:hover, .v6-option.active {
    background: #f8fbff;
    border-color: #e2e8f0;
}

.v6-option.active .v6-num, .v6-option:hover .v6-num { color: #004AAD; }

.highlight-blue.active {
    background: #004AAD !important;
}
.highlight-blue.active .v6-num, 
.highlight-blue.active h3, 
.highlight-blue.active p { color: #ffffff !important; }

/* Right Image Box */
.v6-image-column { position: sticky; top: 100px; height: 600px; }

.v6-image-container {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 74, 173, 0.1);
}

#v6-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.v6-blue-tint {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 74, 173, 0.2), transparent);
    pointer-events: none;
}

/* Mobile responsive */
@media (max-width: 991px) {
    .v6-wrapper { grid-template-columns: 1fr; }
    .v6-image-column { display: none; }
    .v6-heading { font-size: 36px; }
}
</style>

<script>
document.querySelectorAll('.v6-option').forEach(option => {
    option.addEventListener('mouseenter', function() {
        const targetImg = this.getAttribute('data-image');
        const imgDisplay = document.getElementById('v6-main-img');
        
        // Dynamic Switch with Fade
        imgDisplay.style.transform = 'scale(1.05)';
        imgDisplay.style.opacity = '0.7';
        
        setTimeout(() => {
            imgDisplay.src = targetImg;
            imgDisplay.style.opacity = '1';
            imgDisplay.style.transform = 'scale(1)';
        }, 150);

        // Update active class
        document.querySelectorAll('.v6-option').forEach(opt => opt.classList.remove('active'));
        this.classList.add('active');
    });
});
</script>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ffbfaf */<style>
.ginou-process-bento {
    background: #fcfdfe;
    padding: 100px 5%;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.bento-container {
    max-width: 1200px;
    margin: 0 auto;
}

.bento-header {
    text-align: center;
    margin-bottom: 60px;
}

.bento-badge {
    color: #004AAD;
    background: #E3F2FD;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
}

.bento-title {
    font-size: 45px;
    font-weight: 800;
    color: #002D6B;
    margin-top: 15px;
}

.blue-glow {
    color: #004AAD;
    text-shadow: 0 0 15px rgba(0, 74, 173, 0.2);
}

/* Bento Grid Core */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 300px);
    gap: 20px;
}

.bento-item {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f0f0f0;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}

/* Box Sizes */
.lg-box { grid-column: span 2; grid-row: span 2; }
.md-box { grid-column: span 2; }
.sm-box { grid-column: span 1; }

.bento-img-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
}

.bento-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 45, 107, 0.8), transparent);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}

.bento-step {
    font-size: 14px;
    font-weight: 800;
    background: rgba(255,255,255,0.2);
    width: fit-content;
    padding: 4px 12px;
    border-radius: 10px;
    margin-bottom: 15px;
    backdrop-filter: blur(5px);
}

.bento-item h3 { font-size: 24px; font-weight: 700; margin-bottom: 10px; }
.bento-item p { font-size: 15px; opacity: 0.9; line-height: 1.6; }

/* Special Accent Box */
.blue-accent {
    background: #004AAD;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
}

.bento-icon { font-size: 40px; margin-bottom: 20px; }

/* Hover Interactions */
.bento-item:hover { transform: scale(0.98); }
.bento-item:hover .bento-img-bg { transform: scale(1.1); }

/* Responsive */
@media (max-width: 991px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
    .lg-box, .md-box, .sm-box { grid-column: span 2; height: 350px; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32512f4 */<style>
.ginou-legacy {
    padding: 120px 5%;
    background: #f8fbff; /* Very light blue tint */
    font-family: 'Plus Jakarta Sans', sans-serif;
    overflow: hidden;
}

.legacy-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

.legacy-text { flex: 1; }
.legacy-visual { flex: 1; position: relative; }

.legacy-tag {
    color: #004AAD;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}

.legacy-title {
    font-size: 48px;
    font-weight: 800;
    color: #002D6B;
    margin: 15px 0 25px;
    line-height: 1.2;
}

.blue-glow { color: #004AAD; }

.legacy-desc {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* Stats Styling */
.legacy-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.stat-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 74, 173, 0.05);
    border: 1px solid #eef4ff;
}

.stat-num {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #004AAD;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 12px;
    font-weight: 600;
    color: #777;
    text-transform: uppercase;
}

.legacy-btn {
    display: inline-block;
    background: #004AAD;
    color: #fff;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(0, 74, 173, 0.2);
}

.legacy-btn:hover {
    background: #002D6B;
    transform: translateY(-3px);
}

/* Visual Side Styling */
.visual-main-frame {
    position: relative;
    z-index: 2;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

.img-main { width: 100%; display: block; }

.floating-badge {
    position: absolute;
    bottom: 30px;
    left: -30px;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    z-index: 3;
}

.badge-icon {
    font-size: 24px;
    background: #E3F2FD;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.badge-text strong { display: block; color: #1a1a1a; font-size: 14px; }
.badge-text span { color: #777; font-size: 12px; }

.visual-accent-box {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 200px;
    height: 200px;
    background: #004AAD;
    opacity: 0.1;
    border-radius: 30px;
    z-index: 1;
}

@media (max-width: 991px) {
    .legacy-container { flex-direction: column; text-align: center; }
    .legacy-stats { grid-template-columns: 1fr; }
    .floating-badge { left: 50%; transform: translateX(-50%); width: 80%; }
}
</style>/* End custom CSS */