.elementor-10 .elementor-element.elementor-element-f9f6bcd{--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-10 .elementor-element.elementor-element-6e97578{--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:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-a285174{--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-10 .elementor-element.elementor-element-673d2a1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 100px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ccf80a7 */<style>
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;800&display=swap');

.services-hero-v12 {
    padding: 140px 5%;
    background: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    position: relative;
    overflow: hidden;
}

.v12-container { max-width: 1300px; margin: 0 auto; }

.v12-split {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Text Content */
.v12-glass-badge {
    background: rgba(0, 74, 173, 0.08);
    color: #004AAD;
    padding: 8px 20px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.v12-title {
    font-size: 64px;
    font-weight: 800;
    color: #002D6B;
    line-height: 1.1;
    margin-bottom: 25px;
}

.v12-blue { color: #004AAD; }

.v12-desc {
    font-size: 19px;
    color: #555;
    line-height: 1.8;
    max-width: 550px;
    margin-bottom: 40px;
}

/* Stats Row */
.v12-stats-row {
    display: flex;
    gap: 30px;
}

.v12-stat {
    font-size: 14px;
    font-weight: 600;
    color: #002D6B;
    display: flex;
    align-items: center;
    gap: 8px;
}

.v12-num {
    font-size: 20px;
    font-weight: 800;
    color: #004AAD;
}

/* Creative Visual Collage */
.v12-visual { position: relative; }

.v12-collage {
    position: relative;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v12-item {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.1);
    position: absolute;
    transition: 0.5s ease;
    border: 5px solid #fff;
}

.v12-item img { width: 100%; height: 100%; object-fit: cover; }

.v12-main-img {
    width: 350px;
    height: 450px;
    z-index: 5;
    transform: rotate(-3deg);
    top: 0;
    right: 50px;
}

.v12-sub-img {
    width: 250px;
    height: 300px;
    z-index: 6;
    bottom: 20px;
    left: 20px;
    transform: rotate(5deg);
}

.v12-label {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    padding: 6px 15px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 11px;
    color: #004AAD;
    text-transform: uppercase;
}

.v12-blob {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 74, 173, 0.1) 0%, transparent 70%);
    z-index: 1;
    border-radius: 50%;
}

/* Interactions */
.v12-item:hover {
    transform: scale(1.05) rotate(0deg);
    z-index: 10;
}

/* Responsive */
@media (max-width: 991px) {
    .v12-split { grid-template-columns: 1fr; text-align: center; }
    .v12-title { font-size: 45px; }
    .v12-desc { margin: 0 auto 40px; }
    .v12-stats-row { justify-content: center; margin-bottom: 50px; }
    .v12-collage { height: 400px; }
    .v12-main-img { width: 280px; height: 350px; right: auto; left: 50%; transform: translateX(-40%) rotate(-3deg); }
    .v12-sub-img { width: 200px; height: 250px; left: 10%; bottom: 0; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c287e0 */<style>
.services-detail-v13 {
    padding: 100px 5%;
    background: #fdfdfd;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.v13-container { max-width: 1200px; margin: 0 auto; }

.v13-row {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 120px;
}

.v13-row.reverse { flex-direction: row-reverse; }

/* Image Side */
.v13-image-side { flex: 1; }

.v13-img-frame {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 74, 173, 0.1);
    transform: perspective(1000px) rotateY(-5deg);
    transition: 0.6s ease;
}

.v13-row.reverse .v13-img-frame { transform: perspective(1000px) rotateY(5deg); }

.v13-main-img { width: 100%; height: 500px; object-fit: cover; display: block; }

.v13-floating-stat {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #ffffff;
    padding: 12px 25px;
    border-radius: 15px;
    font-weight: 800;
    font-size: 13px;
    color: #004AAD;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Text Side */
.v13-text-side { flex: 1; }

.v13-tag {
    color: #004AAD;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.v13-service-title {
    font-size: 42px;
    font-weight: 800;
    color: #002D6B;
    margin-bottom: 25px;
    line-height: 1.2;
}

.v13-blue { color: #004AAD; }

.v13-service-desc {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
}

.v13-features {
    list-style: none;
    padding: 0;
}

.v13-features li {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

/* Hover Interaction */
.v13-row:hover .v13-img-frame {
    transform: perspective(1000px) rotateY(0deg);
}

/* Responsive */
@media (max-width: 991px) {
    .v13-row, .v13-row.reverse { flex-direction: column; text-align: center; gap: 40px; }
    .v13-img-frame { transform: none !important; }
    .v13-service-title { font-size: 32px; }
    .v13-features { display: inline-block; text-align: left; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-673d2a1 */<style>
.services-cta-v14 {
    padding: 100px 5%;
    background: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.v14-container {
    max-width: 1100px;
    margin: 0 auto;
}

.v14-glass-card {
    background: #002D6B; /* Deep Navy Background */
    border-radius: 50px;
    padding: 80px 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 40px 80px rgba(0, 74, 173, 0.2);
}

.v14-content {
    position: relative;
    z-index: 5;
}

.v14-badge {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.v14-title {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.v14-blue-text {
    color: #004AAD; /* Brand Blue */
    text-shadow: 0 0 30px rgba(0, 74, 173, 0.5);
}

.v14-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    max-width: 650px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

/* Action Buttons */
.v14-action-group {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.v14-btn-main {
    background: #004AAD;
    color: #ffffff;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.v14-btn-main:hover {
    background: #ffffff;
    color: #004AAD;
    transform: translateY(-3px);
}

.v14-btn-sub {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: 0.3s ease;
}

.v14-btn-sub:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

/* Background Decorations */
.v14-circle-1 {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(0, 74, 173, 0.3) 0%, transparent 70%);
    border-radius: 50%;
}

.v14-circle-2 {
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 74, 173, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

/* Responsive */
@media (max-width: 768px) {
    .v14-title { font-size: 32px; }
    .v14-action-group { flex-direction: column; }
    .v14-glass-card { padding: 60px 20px; border-radius: 30px; }
}
</style>/* End custom CSS */