html,body {
    overflow-x: hidden;
}

body {
    font-family: "Nunito Sans", sans-serif;
}
.zyn-nx-top-scx-nav {
    padding: 25px 0;
    background: #fff;
}
.zyn-nx-top-scx-logo img {
    height: 58px;
}
.zyn-nx-top-scx-nav .nav-link {
    color: #0b1d3a;
    font-size: 16px;
    margin: 0 15px;
    font-weight: 500;
}
.zyn-nx-top-scx-nav .nav-link.active {
    color: #c7982e;
    position: relative;
}
.zyn-nx-top-scx-nav .nav-link.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #c7982e;
}
.zyn-nx-top-scx-btn-nav {
    background: #052d6b;
    color: #fff;
    text-decoration: none;
    padding: 15px 34px;
    border-radius: 12px;
    transition: 0.3s;
}
.zyn-nx-top-scx-btn-nav:hover {
    background: #c7982e;
    color: #fff;
}
.zyn-nx-top-scx {
    padding: 0 0 0;
    background: #f8f9fc;
}
.zyn-nx-top-scx-subtitle {
    color: #c7982e;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding-left: 48px;
}
.zyn-nx-top-scx-subtitle:before {
    content: "";
    width: 34px;
    height: 2px;
    background: #c7982e;
    position: absolute;
    left: 0;
    top: 50%;
}
.zyn-nx-top-scx-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.12;
    color: #081c42;
    margin: 28px 0;
}
.zyn-nx-top-scx-title span {
    color: #c7982e;
}
.zyn-nx-top-scx-desc {
    color: #4f5968;
    font-size: 20px;
    line-height: 1.5;
    max-width: 600px;
}
.zyn-nx-top-scx-btns {
    display: flex;
    gap: 20px;
    margin-top: 45px;
}
.zyn-nx-top-scx-primary {
    background: #052d6b;
    color: #fff;
    text-decoration: none;
    padding: 18px 34px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.zyn-nx-top-scx-primary:hover {
    background: #c7982e;
    color: #fff;
}
.zyn-nx-top-scx-secondary {
    background: #fff;
    color: #052d6b;
    text-decoration: none;
    padding: 18px 34px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 30px rgb(0 0 0 / 0.05);
}
.zyn-nx-top-scx-secondary:hover {
    background: #c7982e; 
}
.zyn-nx-top-scx-secondary i {
    width: 40px;
    height: 40px;
    background: #edf2fb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zyn-nx-top-scx-image {
    position: relative;
}
.zyn-nx-top-scx-image img {
    width: 100%;
}
.zyn-nx-top-scx-row {
    padding-right: 0;
}
.zyn-nx-top-scx-content {
    padding-left: 90px;
}
.zyn-nx-top-scx-bottom {
    margin-top: -60px;
    position: relative;
    z-index: 20;
}
@media (max-width: 991px) {
    .zyn-nx-top-scx {
        padding: 40px 0;
    }
    .zyn-nx-top-scx-title {
        font-size: 48px;
    }
    .zyn-nx-top-scx-desc {
        font-size: 18px;
    }
    .zyn-nx-top-scx-btns {
        flex-direction: column;
    }
    .zyn-nx-top-scx-image {
        margin-top: 40px;
    }
    .zyn-nx-top-scx-shape-blue,
    .zyn-nx-top-scx-shape-gold {
        display: none;
    }
    .zyn-nx-top-scx-bottom {
        margin-top: 40px;
    }
    .zyn-nx-top-scx-service {
        margin-bottom: 30px;
    }
    .zyn-nx-top-scx-client-title {
        text-align: center;
        margin-bottom: 25px;
    }
}
.zyn-nx-ban-btm-scx {
    padding: 80px 0 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.zyn-nx-ban-btm-scx-left {
    padding: 0 30px 0 90px;
}
.zyn-nx-btm-scx-cd-1 {
    padding: 30px 120px 0 0;
}
.zyn-nx-ban-btm-scx-subtitle {
    color: #c89b2c;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding-left: 42px;
}
.zyn-nx-ban-btm-scx-subtitle:before {
    content: "";
    width: 28px;
    height: 2px;
    background: #c89b2c;
    position: absolute;
    left: 0;
    top: 50%;
}
.zyn-nx-ban-btm-scx-title {
    font-size: 45px;
    line-height: 1;
    color: #071d44;
    margin: 25px 0;
    font-weight: 700;
}
.zyn-nx-ban-btm-scx-title span {
    color: #c89b2c;
}
.zyn-nx-ban-btm-scx-desc {
    color: #5c6471;
    line-height: 1.5;
    margin-bottom: 15px;
}
.zyn-nx-ban-btm-scx-stats {
    margin-top: 50px;
    display: flex;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 0.05);
    overflow: hidden;
}
.zyn-nx-ban-btm-scx-stat {
    flex: 1;
    padding: 35px 25px;
    text-align: center;
    border-right: 1px solid #ececec;
}
.zyn-nx-ban-btm-scx-stat:last-child {
    border: none;
}
.zyn-nx-ban-btm-scx-stat-icon {
    width: 62px;
    height: 62px;
    background: #072d69;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 20px;
    font-size: 22px;
}
.zyn-nx-ban-btm-scx-stat-icon.gold {
    background: #c89b2c;
}
.zyn-nx-ban-btm-scx-stat h3 {
    font-size: 42px;
    color: #072d69;
    margin-bottom: 10px;
    font-weight: 700;
}
.zyn-nx-ban-btm-scx-stat h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #222;
}
.zyn-nx-ban-btm-scx-stat p {
    color: #777;
    font-size: 14px;
    margin: 0;
}
.zyn-nx-ban-btm-scx-feature {
    display: flex;
    gap: 18px;
    margin-bottom: 35px;
}
.zyn-nx-ban-btm-scx-feature-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #072d69;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}
.zyn-nx-ban-btm-scx-feature-icon.gold {
    background: #c89b2c;
}
.zyn-nx-ban-btm-scx-feature h4 {
    color: #071d44;
    margin-bottom: 5px;
    font-weight: 600;
}
.zyn-nx-ban-btm-scx-feature p {
    color: #666;
    line-height: 1.5;
    margin: 0;
}
.zyn-nx-ban-btm-scx-image {
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: end;
}
.zyn-nx-ban-btm-scx-image img {
    width: 85%;
    border-radius: 80px 0 0 0;
    display: block;
}
@media (max-width: 991px) {
    .zyn-nx-ban-btm-scx {
        padding: 70px 0;
    }
    .zyn-nx-ban-btm-scx-title {
        font-size: 40px;
    }
    .zyn-nx-ban-btm-scx-stats {
        display: block;
    }
    .zyn-nx-ban-btm-scx-stat {
        border-right: none;
        border-bottom: 1px solid #eee;
    }
}
.zyn-nx-ban-iws-scx {
    padding: 110px 0;
    background: #f7f8fb;
    overflow: hidden;
}
.zyn-nx-ban-iws-scx-subtitle {
    color: #c89b2c;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-left: 45px;
}
.zyn-nx-ban-iws-scx-subtitle:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #c89b2c;
    position: absolute;
    left: 0;
    top: 50%;
}
.zyn-nx-ban-iws-scx-title {
    font-size: 40px;
    color: #071d44;
    line-height: 1;
    margin: 25px 0;
    font-weight: 700;
}
.zyn-nx-ban-iws-scx-title span {
    color: #c89b2c;
    display: block;
}
.zyn-nx-ban-iws-scx-content p {
    color: #596273;
    line-height: 1.9;
    margin-bottom: 35px;
}
.zyn-nx-ban-iws-scx-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 30px;
    background: #072d69;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}
.zyn-nx-ban-iws-scx-image {
    position: relative;
}
.zyn-nx-ban-iws-scx-image img {
    width: 100%;
    border-radius: 90px 0 0 90px;
}
.zyn-nx-ban-iws-scx-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 10px 35px rgb(0 0 0 / 0.05);
    transition: 0.35s;
    position: relative;
}
.zyn-nx-ban-iws-scx-card:hover {
    transform: translateY(-8px);
}
.zyn-nx-ban-iws-scx-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #c89b2c;
    color: #072d69;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 22px;
}
.zyn-nx-ban-iws-scx-card h4 {
    color: #071d44;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}
.zyn-nx-ban-iws-scx-card p {
    color: #666;
    line-height: 1.5;
    margin-bottom: 25px;
}
@media (max-width: 991px) {
    .zyn-nx-ban-iws-scx {
        padding: 70px 0;
    }
    .zyn-nx-ban-iws-scx-title {
        font-size: 40px;
    }
    .zyn-nx-ban-iws-scx-image img {
        border-radius: 30px;
    }
    .zyn-nx-ban-iws-scx-shape-blue,
    .zyn-nx-ban-iws-scx-shape-gold {
        display: none;
    }
}
.zyn-nx-half-scx {
    background: #fff;
    overflow: hidden;
}
.zyn-nx-half-scx-img {
    height: 100%;
}
.zyn-nx-half-scx-img img {
    width: 100%;
    height: 760px;
    object-fit: cover;
    display: block;
}
.zyn-nx-half-scx-content {
    max-width: 680px;
    padding: 80px;
}
.zyn-nx-half-scx-subtitle {
    color: #c89b2c;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-left: 45px;
}
.zyn-nx-half-scx-subtitle:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #c89b2c;
    position: absolute;
    left: 0;
    top: 50%;
}
.zyn-nx-half-scx-title {
    font-size: 40px;
    color: #08254d;
    font-weight: 700;
    line-height: 1.15;
    margin: 25px 0;
}
.zyn-nx-half-scx-title span {
    color: #c89b2c; 
}
.zyn-nx-half-scx-desc {
    color: #5d6573;
    line-height: 1.5;
    margin-bottom: 15px;
}
.zyn-nx-half-scx-btn {
    margin-top: 25px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: #072d69;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.3s;
}
.zyn-nx-half-scx-btn:hover {
    background: #c89b2c;
    color: #fff;
}
@media (max-width: 991px) {
    .zyn-nx-half-scx-content {
        padding: 60px 25px;
    }
    .zyn-nx-half-scx-title {
        font-size: 38px;
    }
}
.zyn-nx-srv-card-scx {
    padding: 110px 0;
    background: #f7f8fb;
}
.zyn-nx-srv-card-scx-head {
    max-width: 760px;
    margin: 0 auto 60px;
}
.zyn-nx-srv-card-scx-subtitle {
    color: #c89b2c;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.zyn-nx-srv-card-scx-title {
    font-size: 50px;
    color: #08254d;
    font-weight: 700;
    margin: 20px 0;
    line-height: 1.2;
}
.zyn-nx-srv-card-scx-title span {
    color: #c89b2c;
}
.zyn-nx-srv-card-scx-head p {
    color: #666;
    line-height: 1.9;
}
.zyn-nx-srv-card-scx-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgb(0 0 0 / 0.06);
    transition: 0.35s;
    height: 100%;
}
.zyn-nx-srv-card-scx-card:hover {
    transform: translateY(-10px);
}
.zyn-nx-srv-card-scx-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.4s;
}
.zyn-nx-srv-card-scx-card:hover img {
    transform: scale(1.08);
}
.zyn-nx-srv-card-scx-body {
    padding: 30px;
}
.zyn-nx-srv-card-scx-body h4 {
    color: #08254d;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;
}
.zyn-nx-srv-card-scx-body p {
    color: #666;
    line-height: 1.5;
    margin-bottom: 25px;
}
.zyn-nx-srv-card-scx-body a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #08254d;
    font-weight: 600;
    transition: 0.3s;
}
.zyn-nx-srv-card-scx-body a i {
    color: #c89b2c;
}
.zyn-nx-srv-card-scx-body a:hover {
    color: #c89b2c;
}
@media (max-width: 991px) {
    .zyn-nx-srv-card-scx {
        padding: 70px 0;
    }
    .zyn-nx-srv-card-scx-title {
        font-size: 38px;
    }
    .zyn-nx-srv-card-scx-card img {
        height: 220px;
    }
}
.zyn-nx-cta-scx {
    padding: 110px 0;
    background: #f7f8fb;
}
.zyn-nx-cta-scx-wrap {
    background: linear-gradient(135deg, #041d45, #0b3d82);
    border-radius: 32px;
    padding: 70px;
    position: relative;
    overflow: hidden;
}
.zyn-nx-cta-scx-wrap::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgb(255 255 255 / 0.03);
    border-radius: 50%;
    right: -180px;
    top: -180px;
}
.zyn-nx-cta-scx-wrap::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: #c89b2c;
    opacity: 0.08;
    border-radius: 50%;
    left: -120px;
    bottom: -120px;
}
.zyn-nx-cta-scx-content {
    position: relative;
    z-index: 2;
}
.zyn-nx-cta-scx-subtitle {
    color: #d8b158;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.zyn-nx-cta-scx-title {
    color: #fff;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    margin: 20px 0;
}
.zyn-nx-cta-scx-title span {
    color: #d8b158;
}
.zyn-nx-cta-scx-desc {
    color: rgb(255 255 255 / 0.75);
    line-height: 1.9;
    margin-bottom: 35px;
    max-width: 620px;
}
.zyn-nx-cta-scx-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}
.zyn-nx-cta-scx-btn-primary {
    background: #d8b158;
    color: #08254d;
    text-decoration: none;
    padding: 16px 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
}
.zyn-nx-cta-scx-btn-outline {
    border: 1px solid rgb(255 255 255 / 0.25);
    color: #fff;
    text-decoration: none;
    padding: 16px 34px;
    border-radius: 10px;
    font-weight: 600;
}
.zyn-nx-cta-scx-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 2;
}
.zyn-nx-cta-scx-box {
    background: rgb(255 255 255 / 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255 / 0.08);
    border-radius: 18px;
    padding: 30px;
}
.zyn-nx-cta-scx-box i {
    width: 60px;
    height: 60px;
    background: #d8b158;
    color: #08254d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
}
.zyn-nx-cta-scx-box h4 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 5px;
}
.zyn-nx-cta-scx-box span {
    color: rgb(255 255 255 / 0.75);
}
@media (max-width: 991px) {
    .zyn-nx-cta-scx {
        padding: 70px 0;
    }
    .zyn-nx-cta-scx-wrap {
        padding: 40px 30px;
    }
    .zyn-nx-cta-scx-title {
        font-size: 38px;
    }
    .zyn-nx-cta-scx-right {
        margin-top: 40px;
    }
}
.zyn-nx-ftr-scx {
    background: #041a55;
    padding-top: 70px;
    color: #fff;
}
.zyn-nx-ftr-scx-top {
    padding-bottom: 50px;
    border-bottom: 1px solid rgb(255 255 255 / 0.08);
}
.zyn-nx-ftr-scx-contact {
    display: flex;
    align-items: center;
    gap: 18px;
}
.zyn-nx-ftr-scx-contact-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgb(255 255 255 / 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #d8ad42;
}
.zyn-nx-ftr-scx-contact span {
    display: block;
    color: rgb(255 255 255 / 0.65);
    margin-bottom: 6px;
}
.zyn-nx-ftr-scx-contact h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}
.zyn-nx-ftr-scx-middle {
    padding: 70px 0;
}
.zyn-nx-ftr-scx-about img {
    height: 65px;
    margin-bottom: 25px;
}
.zyn-nx-ftr-scx-about p {
    color: #fff;
    line-height: 1.9;
    margin-bottom: 30px;
}
.zyn-nx-ftr-scx-social {
    display: flex;
    gap: 12px;
}
.zyn-nx-ftr-scx-social a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgb(255 255 255 / 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.zyn-nx-ftr-scx-social a:hover {
    background: #d8ad42;
    color: #041a55;
}
.zyn-nx-ftr-scx-widget h4 {
    font-size: 24px;
    margin-bottom: 28px;
    position: relative;
    padding-bottom: 15px;
}
.zyn-nx-ftr-scx-widget h4:after {
    content: "";
    width: 45px;
    height: 2px;
    background: #d8ad42;
    position: absolute;
    left: 0;
    bottom: 0;
}
.zyn-nx-ftr-scx-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.zyn-nx-ftr-scx-widget li {
    margin-bottom: 14px;
}
.zyn-nx-ftr-scx-widget a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.zyn-nx-ftr-scx-widget a:hover {
    color: #d8ad42;
    padding-left: 8px;
}
.zyn-nx-ftr-scx-bottom {
    border-top: 1px solid rgb(255 255 255 / 0.08);
    padding: 28px 0;
}
.zyn-nx-ftr-scx-bottom p {
    margin: 0;
    color: rgb(255 255 255 / 0.65);
}
.zyn-nx-ftr-scx-bottom a {
    color: rgb(255 255 255 / 0.65);
    text-decoration: none; 
    transition: 0.3s;
}
.zyn-nx-ftr-scx-bottom a:hover {
    color: #d8ad42;
}
.zyn-nx-ftr-scx-bottom span {
    color: rgb(255 255 255 / 0.3);
}
@media (max-width: 991px) {
    .zyn-nx-ftr-scx {
        text-align: center;
    }
    .zyn-nx-ftr-scx-social {
        justify-content: center;
    }
    .zyn-nx-ftr-scx-widget {
        margin-top: 20px;
    }
    .zyn-nx-ftr-scx-widget h4:after {
        left: 50%;
        transform: translateX(-50%);
    }
}
.zyn-abtpg-scx-1{
padding:100px 0;
background:#ffffff;
}

.zyn-abtpg-scx-1-head{
margin-bottom:50px;
}

.zyn-abtpg-scx-1-head .row{
align-items:center;
}

.zyn-abtpg-scx-1-head h2{
font-size:40px;
font-weight:800;
line-height:1.05;
color:#0e2a5b; 
margin:0;
text-align:right;
padding-right:50px;
position:relative;
}

.zyn-abtpg-scx-1-head h2::after{
content:"";
position:absolute;
right:0;
top:50%;
transform:translateY(-50%);
width:4px;
height:110px;
background:#0e2a5b;
}

.zyn-abtpg-scx-1-head h2 span{
display:block;
    color: #c89b2c;
}

.zyn-abtpg-scx-1-desc{
padding-left:40px;
}

.zyn-abtpg-scx-1-desc p{
    font-size: 18px;
    line-height: 1.5;
    color: #5c6470;
    margin: 0;
}

.zyn-abtpg-scx-1-gallery{
margin-top:20px;
}

.zyn-abtpg-scx-1-card{
overflow:hidden;
background:#f8f8f8;
height:100%;
}

.zyn-abtpg-scx-1-card img{
width:100%;
height:420px;
object-fit:cover;
display:block;
transition:.4s;
    border-radius: 15px;
}

.zyn-abtpg-scx-1-card:hover img{
transform:scale(1.05);
}

@media(max-width:991px){

.zyn-abtpg-scx-1{
padding:70px 0;
}

.zyn-abtpg-scx-1-head h2{
font-size:44px;
text-align:left;
padding-right:0;
padding-bottom:25px;
margin-bottom:25px;
}

.zyn-abtpg-scx-1-head h2::after{
right:auto;
left:0;
top:auto;
bottom:0;
width:100px;
height:4px;
transform:none;
}

.zyn-abtpg-scx-1-desc{
padding-left:0;
}

.zyn-abtpg-scx-1-desc p{
font-size:18px;
}

}

@media(max-width:767px){

.zyn-abtpg-scx-1{
padding:60px 0;
}

.zyn-abtpg-scx-1-head{
margin-bottom:35px;
}

.zyn-abtpg-scx-1-head h2{
font-size:34px;
}

.zyn-abtpg-scx-1-desc p{
font-size:16px;
line-height:1.8;
}

.zyn-abtpg-scx-1-card img{
height:320px;
}

}

@media(max-width:575px){

.zyn-abtpg-scx-1-head h2{
font-size:28px;
}

.zyn-abtpg-scx-1-card img{
height:260px;
}

}
.zyn-abtpg-scx-2{
padding:100px 0;
background:#f5f6fa;
overflow:hidden;
}

.zyn-abtpg-scx-2-subtitle{
display:inline-flex;
align-items:center;
gap:15px;
font-size:14px;
font-weight:700;
color:#c89b2c;
text-transform:uppercase;
letter-spacing:.5px;
margin-bottom:25px;
}

.zyn-abtpg-scx-2-subtitle::before{
content:"";
width:28px;
height:3px;
background:#c89b2c;
display:block;
}

.zyn-abtpg-scx-2-left h2{
font-size:40px;
line-height:1.05;
font-weight:800;
color:#081c45;
margin-bottom:20px;
}

.zyn-abtpg-scx-2-left h2 span{
display:block;
color:#c89b2c;
}

.zyn-abtpg-scx-2-line{
width:110px;
height:4px;
background:#c89b2c;
border-radius:30px;
margin-bottom:25px;
position:relative;
}



.zyn-abtpg-scx-2-left p{
font-size: 16px;
    line-height: 1.5;
    color: #657087;
    margin-bottom: 35px;
}

.zyn-abtpg-scx-2-img{
border-radius:22px;
overflow:hidden;
}

.zyn-abtpg-scx-2-img img{
width:100%;
height:430px;
object-fit:cover;
display:block;
}

.zyn-abtpg-scx-2-content{
margin-bottom:30px;
}

.zyn-abtpg-scx-2-content p{
font-size:18px;
line-height:1.9;
color:#46536e;
margin:0;
}

.zyn-abtpg-scx-2-mainimg{
border-radius:22px;
overflow:hidden;
margin-bottom:20px;
}

.zyn-abtpg-scx-2-mainimg img{
width:100%;
height:380px;
object-fit:cover;
display:block;
}

.zyn-abtpg-scx-2-card{
background:#fff;
border-radius:20px;
padding:35px 25px;
text-align:center;
height:100%;
transition:.35s;
}

.zyn-abtpg-scx-2-icon{
width:68px;
height:68px;
border-radius:50%;
background:#eef3ff;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
color:#c89b2c;
margin:0 auto 25px;
}

.zyn-abtpg-scx-2-card h4{
font-size:16px;
line-height:1.5;
font-weight:700;
color:#081c45;
margin-bottom:18px;
}

.zyn-abtpg-scx-2-card p{
font-size:16px;
line-height:1.5;
color:#6c768b;
margin:0;
}

.zyn-abtpg-scx-2-card.active{
background:#012144;
}

.zyn-abtpg-scx-2-card.active h4,
.zyn-abtpg-scx-2-card.active p{
color:#fff;
}

.zyn-abtpg-scx-2-card.active .zyn-abtpg-scx-2-icon{
background:rgba(255,255,255,.15);
color:#fff;
}

@media(max-width:1399px){



.zyn-abtpg-scx-2-card h4{
font-size:22px;
}

}

@media(max-width:991px){

.zyn-abtpg-scx-2{
padding:80px 0;
}

.zyn-abtpg-scx-2-img{
margin-bottom:40px;
}

}

@media(max-width:767px){

.zyn-abtpg-scx-2{
padding:60px 0;
}

.zyn-abtpg-scx-2-left h2{
font-size:38px;
}

.zyn-abtpg-scx-2-content p,
.zyn-abtpg-scx-2-left p{
font-size:16px;
}

.zyn-abtpg-scx-2-mainimg img,
.zyn-abtpg-scx-2-img img{
height:300px;
}

.zyn-abtpg-scx-2-card{
padding:30px 20px;
}

.zyn-abtpg-scx-2-card h4{
font-size:20px;
}

}
.zyn-abtpgbtm-scx{
    padding:100px 0;
    background-image:url("https://zayanexora.com/wp-content/uploads/2026/07/765345.png");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

.zyn-abtpgbtm-scx-wrap{
    position:relative; 
    justify-content: end;
}


.zyn-abtpgbtm-scx-card{
 
    background:#ffffff;
    padding:45px;
    box-shadow:0 15px 50px rgba(0,0,0,.12);
        border-radius: 20px;
}

.zyn-abtpgbtm-scx-subtitle{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-size:11px;
    font-weight:700;
    letter-spacing:1px;
    color:#d9a321;
    text-transform:uppercase;
    margin-bottom:15px;
}

.zyn-abtpgbtm-scx-subtitle::before{
    content:"";
    width:22px;
    height:2px;
    background:#d9a321;
}

.zyn-abtpgbtm-scx-card h2{
    font-size:40px;
    line-height:1.08;
    font-weight:800;
    color:#0a2456;
    margin-bottom:18px;
}

.zyn-abtpgbtm-scx-card h2 span{
    display:block;
    color:#d9a321;
}

.zyn-abtpgbtm-scx-card p{
    font-size:16px;
    line-height:1.5;
    color:#6b7280;
    margin-bottom:30px;
}

.zyn-abtpgbtm-scx-feature{
    text-align:left;
}

.zyn-abtpgbtm-scx-icon{
    width:52px;
    height:52px;
    border-radius:12px;
    background:#f5f7fb;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:#d9a321;
    margin-bottom:15px;
}

.zyn-abtpgbtm-scx-feature h4{
    font-size:15px;
    font-weight:700;
    color:#0a2456;
    margin-bottom:8px;
}

.zyn-abtpgbtm-scx-feature p{
    font-size:12px;
    line-height:1.7;
    margin:0;
}

.zyn-abtpgbtm-scx-btns{
    display:flex;
    align-items:center;
    gap:25px;
    margin-top:35px;
    flex-wrap:wrap;
}

.zyn-abtpgbtm-scx-btn-primary{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:14px 24px;
    background:#0a2456;
    color:#fff;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
    border-radius: 10px;
}

.zyn-abtpgbtm-scx-btn-primary:hover{
    background:#163b87;
    color:#fff;
}

.zyn-abtpgbtm-scx-btn-link{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    font-weight:700;
    color:#d9a321;
    text-decoration:none;
}

@media(max-width:1199px){

    .zyn-abtpgbtm-scx-card{
        right:40px;
        width:470px;
        padding:35px;
    }

    .zyn-abtpgbtm-scx-card h2{
        font-size:42px;
    }

}

@media(max-width:991px){

    .zyn-abtpgbtm-scx{
        padding:70px 0;
    }

    .zyn-abtpgbtm-scx-bg{
        height:500px;
    }

    .zyn-abtpgbtm-scx-card{
        position:relative;
        top:auto;
        right:auto;
        transform:none;
        width:100%;
        margin-top:-40px;
    }

}

@media(max-width:767px){

    .zyn-abtpgbtm-scx{
        padding:60px 0;
    }

    .zyn-abtpgbtm-scx-bg{
        height:350px;
    }

    .zyn-abtpgbtm-scx-card{
        padding:25px;
    }

    .zyn-abtpgbtm-scx-card h2{
        font-size:32px;
    }

    .zyn-abtpgbtm-scx-btns{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

}
.zyn-abtpgmisvis-scx{
    padding:100px 0;
    background:#f7f7f7;
}

.zyn-abtpgmisvis-scx-item{
    padding-right:50px;
    margin-bottom: 30px;
}

.zyn-abtpgmisvis-scx-head{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:28px;
}

.zyn-abtpgmisvis-scx-num{
    font-size:48px;
    font-weight:800;
    line-height:1;
    color:#d9a321;
    flex-shrink:0;
}

.zyn-abtpgmisvis-scx-title{
    margin:0;
    font-size:26px;
    font-weight:700;
    line-height:1.2;
    color:#111827;
}

.zyn-abtpgmisvis-scx-desc{
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #4b5563;
}

@media(max-width:1199px){

    .zyn-abtpgmisvis-scx-item{
        padding-right:20px;
    }

    .zyn-abtpgmisvis-scx-num{
        font-size:42px;
    }

    .zyn-abtpgmisvis-scx-title{
        font-size:24px;
    }

}

@media(max-width:991px){

    .zyn-abtpgmisvis-scx{
        padding:80px 0;
    }


}

@media(max-width:767px){

    .zyn-abtpgmisvis-scx{
        padding:60px 0;
    }

    .zyn-abtpgmisvis-scx-head{
        gap:12px;
        margin-bottom:20px;
    }

    .zyn-abtpgmisvis-scx-num{
        font-size:34px;
    }

    .zyn-abtpgmisvis-scx-title{
        font-size:22px;
    }



}
.zyn-contpg-scx{
    padding:100px 0;
    background:#ffffff;
}

.zyn-contpg-scx-info{
    padding-right:40px;
}

.zyn-contpg-scx-title{
    font-size:56px;
    font-weight:800;
    color:#0b2742;
    margin-bottom:20px;
}

.zyn-contpg-scx-desc{
    font-size:17px;
    line-height:1.8;
    color:#6b7280;
    margin-bottom:40px;
}

.zyn-contpg-scx-contact-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom: 20px;
}

.zyn-contpg-scx-contact-icon{
    width:52px;
    height:52px;
    border-radius:10px;
    background:#072d69;
    color:#c89b2c;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    flex-shrink:0;
}

.zyn-contpg-scx-contact-content h4{
    font-size:24px;
    font-weight:700;
    color:#203040;
    margin-bottom:5px;
}

.zyn-contpg-scx-contact-content span{
    font-size:15px;
    color:#8b8b8b;
}

.zyn-contpg-scx-divider{
    width:100%;
    height:1px;
    background:#e5e7eb;
    margin:40px 0 30px;
}

.zyn-contpg-scx-social{
    display:flex;
    align-items:center;
    gap:30px;
}

.zyn-contpg-scx-social span{
    font-size:22px;
    font-weight:700;
    color:#203040;
}

.zyn-contpg-scx-social ul{
    display:flex;
    align-items:center;
    gap:20px;
    list-style:none;
    padding:0;
    margin:0;
}

.zyn-contpg-scx-social ul li a{
    color:#082d4f;
    font-size:18px;
}

.zyn-contpg-scx-form-box{
    background:#edf6f4;
    padding:35px;
    border-radius:4px;
}

.zyn-contpg-scx-field{
    margin-bottom:20px;
}
.zyn-contpg-scx-field br {
    display: none;
}
.zyn-contpg-scx-field label{
    display:block;
    font-size:14px;
    font-weight:600;
    color:#203040;
    margin-bottom:8px;
}

.zyn-contpg-scx-field input,
.zyn-contpg-scx-field textarea{
    width:100%;
    border:none;
    background:#ffffff;
    height:55px;
    padding:0 18px;
    font-size:15px;
    outline:none;
}

.zyn-contpg-scx-field textarea{
    height:140px;
    resize:none;
    padding-top:15px;
}

.zyn-contpg-scx-btn{
    border:none;
    background:#082d4f;
    color:#ffffff;
    padding:14px 30px;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    border-radius: 10px;
}

.zyn-contpg-scx-map{
    margin-top:80px;
}

.zyn-contpg-scx-map iframe{
    width:100%;
    height:380px;
    border:0;
    border-radius:6px;
}

@media(max-width:991px){

    .zyn-contpg-scx{
        padding:80px 0;
    }

    .zyn-contpg-scx-info{
        padding-right:0;
        margin-bottom:50px;
    }

    .zyn-contpg-scx-title{
        font-size:42px;
    }

}

@media(max-width:767px){

    .zyn-contpg-scx{
        padding:60px 0;
    }

    .zyn-contpg-scx-title{
        font-size:34px;
    }

    .zyn-contpg-scx-contact-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .zyn-contpg-scx-social{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .zyn-contpg-scx-form-box{
        padding:25px;
    }

    .zyn-contpg-scx-map{
        margin-top:50px;
    }

    .zyn-contpg-scx-map iframe{
        height:300px;
    }

}
.wa-fixed-btn{
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    z-index: 9999;
    transition: all .3s ease;
    animation: waPulse 2s infinite;
}

.wa-fixed-btn:hover{
    transform: scale(1.1);
    color: #fff;
}

@keyframes waPulse{
    0%{
        box-shadow: 0 0 0 0 rgba(37,211,102,.6);
    }
    70%{
        box-shadow: 0 0 0 15px rgba(37,211,102,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }
}

@media(max-width:768px){
    .wa-fixed-btn{
        width:55px;
        height:55px;
        bottom:20px;
        right:20px;
    }

    .wa-fixed-btn svg{
        width:24px;
        height:24px;
    }
}