.cnt-section-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 64px;
}

.cnt-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    color: #4d8aff;
    margin-bottom: 16px;
    position: relative;
    padding: 0 22px;
}

.cnt-eyebrow::before,
.cnt-eyebrow::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 2px;
    background: #4d8aff;
}
.cnt-eyebrow::before { left: 0; }
.cnt-eyebrow::after  { right: 0; }

.cnt-section-title {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.cnt-section-title span { color: #4d8aff; }

.cnt-section-sub {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
}

.cnt-section-header--light  { margin-bottom: 50px; }
.cnt-eyebrow--light         { color: #1f63db; }
.cnt-eyebrow--light::before,
.cnt-eyebrow--light::after  { background: #1f63db; }
.cnt-section-title--dark    { color: #071d43; }
.cnt-section-sub--dark      { color: #5a6a85; }

.cnt-new-info-scx {
    background: linear-gradient(180deg, #ffffff 0%, #f7fafd 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.cnt-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.cnt-shape {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 99, 219, 0.05) 0%, transparent 70%);
    filter: blur(40px);
}

.cnt-shape-1 {
    top: -10%;
    left: -10%;
    width: 400px;
    height: 400px;
}

.cnt-shape-2 {
    bottom: -10%;
    right: -10%;
    width: 500px;
    height: 500px;
}

.cnt-new-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #1f63db;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.cnt-new-title {
    font-size: 42px;
    font-weight: 800;
    color: #071d43;
    line-height: 1.15;
    margin-bottom: 24px;
}

.cnt-new-title span {
    color: #1f63db;
}

.cnt-new-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #5a6a85;
    margin-bottom: 40px;
}

/* Contact info card container */
.cnt-info-left {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cnt-info-card-container {
    background: #f8fafc;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #eef2f7;
    box-shadow: 0 4px 20px rgba(7, 29, 67, 0.02);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cnt-info-row-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 0;
    transition: transform 0.28s ease;
}

.cnt-info-row-item:first-child {
    padding-top: 0;
}

.cnt-info-row-item:last-child {
    padding-bottom: 0;
}

.cnt-info-row-item:not(:last-child) {
    border-bottom: 1px solid #eef2f7;
}

.cnt-info-row-item:hover {
    transform: translateX(6px);
}

.cnt-info-card-icon {
    width: 52px;
    height: 52px;
    background: rgba(31, 99, 219, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f63db;
    font-size: 20px;
    flex-shrink: 0;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.cnt-info-row-item:hover .cnt-info-card-icon {
    background: #1f63db;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(31, 99, 219, 0.3);
}

.cnt-info-card-content {
    display: flex;
    flex-direction: column;
}

.cnt-info-card-content span {
    font-size: 12px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.cnt-info-card-content a,
.cnt-info-card-content span:last-child {
    font-size: 16px;
    font-weight: 600;
    color: #071d43;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.22s ease;
}

.cnt-info-card-content a:hover {
    color: #1f63db;
}

.cnt-info-address {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #071d43 !important;
    text-transform: none !important;
}

/* Contact form layout */
.cnt-form-card-wrap {
    padding-left: 0;
    position: relative;
    filter: drop-shadow(0 15px 30px rgba(7, 29, 67, 0.08));
}

.cnt-form-card {
    background: linear-gradient(135deg, #071d43 0%, #0b3783 100%);
    border-radius: 0 20px 20px 20px;
    clip-path: polygon(45px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 45px);
    padding: 48px;
    border: none;
}

.cnt-form-title-wrap {
    text-align: left;
    margin-bottom: 36px;
}

.cnt-form-eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #4d8aff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.cnt-form-title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
    position: relative;
    display: inline-block;
}

.cnt-form-title span {
    color: #4d8aff;
    position: relative;
    white-space: nowrap;
}

.cnt-form-title span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 8px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'><path d='M3 7 C 30 3, 70 3, 97 7' stroke='%234d8aff' stroke-width='4' stroke-linecap='round' fill='none'/></svg>");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cnt-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cnt-form-group label {
    font-size: 12px;
    font-weight: 700;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cnt-input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14px;
    color: #ffffff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.cnt-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.cnt-input:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: #4d8aff;
    box-shadow: none;
    outline: none;
    color: #ffffff;
}

.cnt-textarea {
    resize: none;
}

.cnt-submit-btn {
    background: #1f63db;
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 28px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(31, 99, 219, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.cnt-submit-btn:hover {
    background: #4d8aff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(77, 138, 255, 0.45);
}

/* Responsiveness */
@media (max-width: 1199px) {
    .cnt-new-info-scx { padding: 90px 0; }
    .cnt-new-title { font-size: 36px; }
    .cnt-form-card { padding: 36px; }
    .cnt-form-card-wrap { padding-left: 0; }
}

@media (max-width: 991px) {
    .cnt-new-info-scx { padding: 80px 0; }
    .cnt-new-eyebrow { display: block; text-align: center; }
    .cnt-new-title { font-size: 32px; text-align: center; }
    .cnt-new-desc { text-align: center; }
    .cnt-form-card-wrap { margin-top: 40px; }
}

@media (max-width: 767px) {
    .cnt-new-info-scx { padding: 60px 0; }
    .cnt-new-title { font-size: 28px; }
}

@media (max-width: 575px) {
    .cnt-new-title { font-size: 24px; }
    .cnt-form-card { padding: 24px 20px; }
}

.cnt-map-scx {
    background: linear-gradient(180deg, #02173a 0%, #0a1d47 100%);
    padding: 100px 0 110px;
    position: relative;
    overflow: hidden;
}

.cnt-map-container {
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
}

.cnt-map-container iframe {
    width: 100%;
    height: 480px;
    border: none;
    display: block;
}

@media (max-width: 1199px) {
    .cnt-map-scx { padding: 80px 0 90px; }
    .cnt-map-container iframe { height: 430px; }
}

@media (max-width: 991px) {
    .cnt-map-scx { padding: 70px 0 80px; }
    .cnt-map-container iframe { height: 380px; }
}

@media (max-width: 767px) {
    .cnt-map-scx { padding: 60px 0 70px; }
    .cnt-map-container iframe { height: 320px; }
    .cnt-section-header--light { margin-bottom: 36px; }
}

@media (max-width: 575px) {
    .cnt-map-container iframe { height: 260px; }
}

/* Center Card FAQ Section Styles */
.cnt-faq-new-scx {
    background: linear-gradient(180deg, #ffffff 0%, #f4f7fc 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.faq-new-header {
    margin-bottom: 54px;
}

.faq-new-title {
    font-size: 44px;
    font-weight: 800;
    color: #071d43;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin: 0;
}

.faq-new-title span {
    color: #1f63db;
}

.faq-new-stack {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.faq-new-item {
    background-color: #f4f7fc;
    border: 1px solid #eef2f7;
    border-radius: 40px;
    margin-bottom: 16px;
    padding: 8px 12px;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.faq-new-item:has(.faq-new-card:not(.collapsed)) {
    background-color: #ffffff;
    border-color: rgba(31, 99, 219, 0.4);
    box-shadow: 0 10px 30px rgba(31, 99, 219, 0.08);
    border-radius: 24px;
}

.faq-new-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    user-select: none;
}

.faq-new-left {
    display: flex;
    align-items: center;
}

.faq-new-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #718096;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: background-color 0.35s ease, color 0.35s ease;
}

.faq-new-item:has(.faq-new-card:not(.collapsed)) .faq-new-num {
    background-color: #f4f7fc;
    color: #1f63db;
}

.faq-new-question {
    font-size: 16px;
    font-weight: 700;
    color: #071d43;
    margin-left: 16px;
}

.faq-new-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #000000;
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.faq-new-card:not(.collapsed) .faq-new-btn {
    background-color: #ffffff;
    color: #1f63db;
    border: 1px solid #c5dbf5;
    box-shadow: 0 2px 8px rgba(31, 99, 219, 0.1);
}

.faq-new-plus {
    display: inline-block;
    font-size: 14px;
}

.faq-new-close {
    display: none;
    font-size: 14px;
}

.faq-new-card:not(.collapsed) .faq-new-plus {
    display: none;
}

.faq-new-card:not(.collapsed) .faq-new-close {
    display: inline-block;
}

.faq-new-collapse {
    transition: opacity 0.3s ease;
    opacity: 0;
}

.faq-new-collapse.show {
    opacity: 1;
}

.faq-new-answer-content {
    padding: 8px 16px 20px 64px;
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
}

.faq-new-answer-content p {
    margin: 0;
}

/* Footer style */
.faq-new-footer {
    margin-top: 48px;
    position: relative;
    z-index: 2;
}

.faq-footer-text {
    font-size: 15px;
    color: #5a6a85;
    margin-bottom: 8px;
}

.faq-footer-link {
    font-size: 16px;
    font-weight: 700;
    color: #1f63db;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.25s ease;
}

.faq-footer-link:hover {
    color: #071d43;
}

/* FAQ Responsive Overrides */
@media (max-width: 1199px) {
    .cnt-faq-new-scx { padding: 90px 0; }
    .faq-new-title { font-size: 36px; }
}

@media (max-width: 991px) {
    .cnt-faq-new-scx { padding: 80px 0; }
    .faq-new-title { font-size: 32px; }
    .faq-new-header { margin-bottom: 40px; }
}

@media (max-width: 767px) {
    .cnt-faq-new-scx { padding: 60px 0; }
    .faq-new-title { font-size: 28px; }
    .faq-new-card { padding: 8px 8px; }
    .faq-new-question { font-size: 14px; margin-left: 12px; }
    .faq-new-answer-content { padding: 4px 12px 16px 60px; font-size: 14px; }
}

@media (max-width: 575px) {
    .faq-new-title { font-size: 24px; }
    .faq-new-question { font-size: 13px; }
    .faq-new-num { width: 28px; height: 28px; font-size: 12px; }
    .faq-new-btn { width: 32px; height: 32px; }
    .faq-new-answer-content { padding: 4px 8px 16px 52px; }
}
