.elementor-67 .elementor-element.elementor-element-9612a07{--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-67 .elementor-element.elementor-element-807621b{--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-67 .elementor-element.elementor-element-6a4f7f2{--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:100px;--padding-left:0px;--padding-right:0px;}.elementor-67 .elementor-element.elementor-element-2743d21{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a417fb9 */<style>
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;800&display=swap');

.about-hero-v9 {
    padding: 120px 5%;
    background: #fcfdfe; /* Ultra-light blue tint */
    font-family: 'Plus Jakarta Sans', sans-serif;
    overflow: hidden;
}

.v9-container {
    max-width: 1300px;
    margin: 0 auto;
}

.v9-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Text Content Styling */
.v9-hero-text {
    position: relative;
    z-index: 10;
}

.v9-badge {
    color: #004AAD;
    background: #E3F2FD;
    padding: 7px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    display: inline-block;
}

.v9-title {
    font-size: 56px;
    font-weight: 800;
    color: #002D6B;
    line-height: 1.15;
    margin-bottom: 30px;
}

.blue-glow {
    color: #004AAD;
    position: relative;
}

.v9-desc {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 45px;
    max-width: 550px;
}

/* CTA Buttons */
.v9-cta-group {
    display: flex;
    gap: 20px;
}

.v9-btn-primary {
    background: #004AAD;
    color: #fff;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0, 74, 173, 0.2);
}

.v9-btn-primary:hover {
    background: #002D6B;
    transform: translateY(-3px);
}

.v9-btn-secondary {
    background: #fff;
    color: #004AAD;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    border: 2px solid #004AAD;
}

.v9-btn-secondary:hover {
    background: #E3F2FD;
}

/* Visual Side Styling (Image Stack) */
.v9-hero-visual {
    position: relative;
}

.v9-image-stack {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.v9-img-box {
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.v9-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

/* Main Image (Embroidery) */
.v9-img-main {
    width: 90%;
    height: 550px;
    position: relative;
    z-index: 5;
}

.v9-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 45, 107, 0.2), transparent);
}

/* Accent Image (Engraving Event) */
.v9-img-accent {
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: -50px;
    left: -80px;
    z-index: 10;
    border: 8px solid #fff;
}

/* Decorative Accent */
.v9-blue-accent-ring {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 200px;
    height: 200px;
    border: 20px solid rgba(0, 74, 173, 0.05);
    border-radius: 50%;
    z-index: 1;
}

/* Hover Interaction */
.v9-img-box:hover img {
    transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .v9-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 60px;
    }
    .v9-title { font-size: 42px; }
    .v9-desc { margin: 0 auto 40px; }
    .v9-cta-group { justify-content: center; }
    .v9-img-main { width: 100%; height: 400px; }
    .v9-img-accent { width: 180px; height: 180px; left: 10px; bottom: -30px; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b05f1d */<style>
.about-philosophy-v10 {
    padding: 100px 5%;
    background: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.v10-container { max-width: 1200px; margin: 0 auto; }

.v10-header { text-align: center; margin-bottom: 80px; }

.v10-badge {
    color: #004AAD;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}

.v10-title { font-size: 45px; font-weight: 800; color: #002D6B; margin-top: 15px; }
.blue-text { color: #004AAD; }
.v10-subtitle { color: #666; font-size: 17px; max-width: 700px; margin: 20px auto 0; line-height: 1.6; }

/* Grid Layout */
.v10-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.v10-card {
    padding: 50px 40px;
    background: #f8fbff;
    border-radius: 40px;
    border: 1px solid #eef4ff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.v10-icon-box {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    box-shadow: 0 10px 20px rgba(0, 74, 173, 0.05);
}

.v10-icon { width: 40px; height: 40px; }

.v10-card h3 { font-size: 24px; font-weight: 700; color: #1a1a1a; margin-bottom: 15px; }
.v10-card p { font-size: 15px; color: #666; line-height: 1.7; }

/* Featured Card (Center Focus) */
.featured-v10 {
    background: #004AAD;
    border: none;
    transform: scale(1.05);
    box-shadow: 0 30px 60px rgba(0, 74, 173, 0.2);
}

.featured-v10 .v10-icon-box { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); }
.white-icon { filter: brightness(0) invert(1); }
.text-white { color: #ffffff !important; }
.text-white-op { color: rgba(255,255,255,0.8) !important; }

/* Interactive Hover */
.v10-card:hover {
    transform: translateY(-10px);
    border-color: #004AAD;
}

.featured-v10:hover { transform: translateY(-10px) scale(1.05); }

@media (max-width: 991px) {
    .featured-v10 { transform: none; }
    .featured-v10:hover { transform: translateY(-10px); }
    .v10-grid { gap: 20px; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab05089 */<style>
.ginou-collection-final {
    padding: 100px 5%;
    background: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.gc-container { max-width: 1250px; margin: 0 auto; }

.gc-header { text-align: center; margin-bottom: 60px; }

.gc-badge {
    color: #004AAD;
    background: #F0F7FF;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gc-title { font-size: 45px; font-weight: 800; color: #002D6B; margin: 20px 0 10px; }
.gc-blue { color: #004AAD; }
.gc-subtitle { color: #666; font-size: 16px; }

/* Grid Styling */
.gc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* Card Styling */
.gc-card {
    text-decoration: none;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
}

.gc-card-img {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.gc-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

.gc-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.9);
    color: #004AAD;
    padding: 5px 12px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    backdrop-filter: blur(5px);
}

.gc-card-info { padding: 25px; text-align: left; }

.gc-card-info h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    transition: 0.3s;
}

.gc-card-info p { font-size: 14px; color: #777; line-height: 1.5; margin: 0; }

/* Hover States */
.gc-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 74, 173, 0.12);
    border-color: #004AAD;
}

.gc-card:hover .gc-card-img img { transform: scale(1.1); }
.gc-card:hover h3 { color: #004AAD; }

/* Featured Card (Blue Accent) */
.gc-featured { border-left: 5px solid #004AAD; }

@media (max-width: 768px) {
    .gc-title { font-size: 32px; }
    .gc-grid { grid-template-columns: 1fr; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed35d74 */<style>
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;800&display=swap');

.about-process-v11 {
    padding: 120px 5%;
    background: #fcfdfe; /* Ultra-light blue tint */
    font-family: 'Plus Jakarta Sans', sans-serif;
    overflow: hidden;
}

.v11-container {
    max-width: 1300px;
    margin: 0 auto;
}

.v11-header {
    text-align: center;
    margin-bottom: 100px;
}

.v11-badge {
    color: #004AAD;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2.5px;
    margin-bottom: 20px;
    display: inline-block;
}

.v11-title {
    font-size: 52px;
    font-weight: 800;
    color: #002D6B;
    line-height: 1.2;
    margin-bottom: 25px;
}

.blue-glow {
    color: #004AAD;
    text-shadow: 0 0 20px rgba(0, 74, 173, 0.15);
}

.v11-subtitle {
    color: #555;
    font-size: 18px;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Timeline Core Layout */
.v11-timeline {
    display: flex;
    flex-direction: column;
    gap: 80px;
    position: relative;
}

/* Vertical Connecting Line */
.v11-timeline::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% - 100px);
    background: linear-gradient(to bottom, transparent, rgba(0, 74, 173, 0.1), transparent);
    z-index: 1;
}

.v11-step-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 5;
}

/* Step Content Styling */
.v11-step-content {
    padding: 60px 50px;
    background: #ffffff;
    border-radius: 40px;
    border: 1px solid #eef4ff;
    box-shadow: 0 15px 40px rgba(0, 74, 173, 0.03);
    transition: 0.4s;
    position: relative;
}

.v11-step-row:hover .v11-step-content {
    border-color: #004AAD;
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 74, 173, 0.08);
}

.v11-number {
    font-size: 14px;
    font-weight: 800;
    color: #004AAD;
    background: #E3F2FD;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 25px;
}

.v11-step-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.v11-step-content p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

/* Visual Side Styling */
.v11-img-wrapper {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
    height: 450px;
    transition: 0.5s;
}

.v11-img-wrapper:hover {
    transform: scale(1.03);
}

.v11-realistic-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v11-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 45, 107, 0.2), transparent);
}

/* Featured (Blue) Step Styling */
.featured-v11-step .v11-step-content {
    background: #004AAD;
    border: none;
    box-shadow: 0 30px 60px rgba(0, 74, 173, 0.2);
}

.featured-v11-step .v11-step-content:hover {
    background: #002D6B;
}

.text-white {
    color: #ffffff !important;
}

.text-white h3 {
    color: #ffffff !important;
}

.text-white-num {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .v11-title { font-size: 38px; }
    .v11-timeline::before { display: none; }
    .v11-step-row { grid-template-columns: 1fr; text-align: center; gap: 40px; }
    .featured-v11-step { flex-direction: column-reverse; } /* Maintain visual balance */
    .v11-number { margin: 0 auto 20px; }
    .v11-img-wrapper { height: 350px; }
    .v11-step-content { padding: 40px 30px; }
}
</style>/* End custom CSS */