/* Layout 1 */
.layout-1 .cta-section-row{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:60px;
}
.cta-section .cta-item.cta-btn-item {
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    gap: 15px;
}

.cta-section .cta-item.cta-btn-item a {
    margin: 10px;
    background: #0c425e;
    justify-content: center;
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 10px auto;
    text-align: center;
    box-sizing: border-box;
    border-radius: 6px;
    border: 0;
    padding: 20px;
    font-weight: bold;
}
.layout-1 .cta-section-row .section-title {
    color: #fff;
}

.layout-1 .left-col,
.layout-1 .right-col{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.layout-1 .heading-wrap{
    width:100%;
}

.layout-1 .section-desc{
    max-width:700px;
    margin:0 auto;
}
.main-header .cta-items .cta-btn-item a.site-btn:first-child {
    background: #fff;
    color: #2081b4;
    display: block;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    pointer-events: none;
}
.main-header .cta-items .cta-btn-item a.site-btn
 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.why-anchor-link{
    display:block;
    text-align:center;
    margin-top:8px;
    font-size:14px;
    font-weight:600;
    color:#0c5d7f;
    text-decoration:none;
}

.why-anchor-link:hover{
    text-decoration:underline;
}

.anchor-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.65);
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:999999;
    padding:20px;
}

.anchor-modal.active{
    opacity:1;
    visibility:visible;
}

.anchor-modal-box{
    background:#fff;
    width:100%;
    max-width:680px;
    border-radius:12px;
    padding:40px;
    max-height:85vh;
    overflow-y:auto;
    position:relative;
    box-shadow:0 25px 60px rgba(0,0,0,.25);
}

.anchor-modal-close{
    position: absolute;
    top: 18px;
    right: 20px;
    width: 30px;
    height: 30px;
    border: none;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0!important;
}

.anchor-modal-close:hover{
    background:#0c5d7f;
    color:#fff;
}

.anchor-modal-box h2{
    color:#0c5d7f;
    margin-bottom:25px;
}

.anchor-modal-box p{
    margin-bottom:18px;
    line-height:1.8;
    color:#444;
}

.anchor-modal-box blockquote{
    margin-top:30px;
    padding:18px 20px;
    border-left:4px solid #0c5d7f;
    background:#f7f9fb;
    font-style:italic;
}

.anchor-modal-box blockquote span{
    display:block;
    margin-top:10px;
    font-weight:700;
    font-style:normal;
    color:#0c5d7f;
}
.table-3d .wp-block-column {
    padding: 20px;
    border-right: 1px solid;
}

.table-3d {
    width: 100%;
    border-collapse: collapse;
    border: 4px solid #0d4763;
    background: #eef3f6;
    margin-bottom: 80px;
    /* 3D bottom-right effect */
    filter: drop-shadow(12px 12px 0 #063b55);
}

/* Header */
.table-3d thead th {
    background: linear-gradient(to bottom, #0f5678 0%, #08415d 100%);
    color: #fff;
    text-align: left;
    padding: 20px 25px;
    font-size: 24px;
    font-weight: 700;
    border: 0;
    box-shadow:
        inset 0 -8px 12px rgba(255,255,255,.15),
        inset 0 8px 12px rgba(0,0,0,.15);
}

.table-3d thead {
    z-index: 2;
    position: relative;
}

.table-3d thead::after {
    content: '';
    position: absolute;
    width: 99%;
    bottom: -15px;
    height: 30px;
    background: rgb(45 99 117 / 60%);
    filter: blur(15px);
}
/* Body Cells */
.table-3d tbody {
    position: relative;
    z-index: 1;
}
.table-3d tbody td {
    padding: 30px 25px;
    border-top: 2px solid #d3e9f3;
    color: #000;
}

/* Left Column */
.table-3d tbody td:first-child {
    width: 50%;
    background: #f4f7f9;
    font-weight: 600;
}

/* Right Column */
.table-3d tbody td:last-child {
    background: #e2f1f6;
}

.site-inner .ft-page-item .ft-desc li:before {
    content: "\f058";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #fff!important;
    font-size: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.site-inner .ft-page-item .ft-desc li {
    list-style: none;
    padding: 0 0 5px 30px;
    position: relative;
}
/* Vertical Divider */
.table-3d tbody td + td {
    border-left: 1px solid #d6e0e6;
}

/* Responsive */
@media (max-width: 1023px) {

    .table-3d {
        display: block;
        border: none;
        filter: none;
        background: transparent;
        margin-bottom: 40px;
    }

    .table-3d thead {
        display: none;
    }

    .table-3d tbody,
    .table-3d tr,
    .table-3d td {
        display: block;
        width: 100%;
    }

    .table-3d tr {
        margin-bottom: 20px;
        border: 4px solid #0d4763;
        background: #eef3f6;
        box-shadow: 8px 8px 0 #063b55;
    }

    .table-3d tbody td {
        padding: 18px 20px;
        border: 0;
    }

    .table-3d tbody td:first-child {
        width: 100%;
        border-bottom: 2px solid #d3e9f3;
    }

    .table-3d tbody td:last-child {
        border-left: 0;
    }

    .table-3d tbody td + td {
        border-left: 0;
    }
}

