
.legacy-section {
    background: #fffef9;
    padding: 80px 0;
    overflow: hidden;
}

.legacy-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 40px;
}


/* LEFT */

.legacy-left {
    flex: 1;
}

.legacy-top {
    color: #2563eb;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.legacy-left h2 {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 15px;
}

.legacy-text {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.legacy-btn {
    background: #e76f51;
    color: #fff;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
}


/* RIGHT */

.legacy-right {
    /*flex: 1;*/
    position: relative;
    width: 40%;
}


/* CARD STYLE */

.card {
    position: absolute;
    width: 220px;
    padding: 25px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    animation: float 4s ease-in-out infinite;
    transition: 0.3s;
}

.card:hover {
    transform: scale(1.05);
}


/* FLOAT ANIMATION */

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}


/* POSITION EXACT */

.card1 {
    left: 0;
    top: 140px;
    animation-delay: 0s;
}

.card2 {
    left: 200px;
    top: 0;
    animation-delay: 0.5s;
}

.card3 {
    left: 220px;
    top: 200px;
    animation-delay: 1s;
}

.card4 {
    left: 420px;
    top: 100px;
    animation-delay: 1.5s;
}


.card h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.card p {
    font-size: 14px;
    color: #666;
}



/* MOBILE */

@media (max-width: 992px) {

    .legacy-container {
        flex-direction: column;
        text-align: center;
    }

    .legacy-right {
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-top: 30px;
    }

    .card {
        position: static;
        width: 100%;
        animation: none;
    }

}


@media (max-width: 576px) {

    .legacy-right {
        grid-template-columns: 1fr;
    }

    .legacy-left h2 {
        font-size: 32px;
    }

}

.coverage-section {
    background: #fff6e0;
    padding: 80px 0;
}

.container {
    max-width: 1100px;
    margin: auto;
    padding: 0 15px;
}

.coverage-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
}

.coverage-sub {
    color: #555;
    margin-bottom: 40px;
}


/* GRID */

.coverage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}


/* CARD */

.coverage-card {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.coverage-card:hover {
    transform: translateY(-5px);
}


.coverage-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.coverage-card p {
    color: #555;
    margin-bottom: 15px;
}


.coverage-card ul {
    padding-left: 18px;
}

.coverage-card li {
    margin-bottom: 8px;
}


.corridor-list li {
    font-weight: 600;
}


.small-text {
    font-size: 14px;
    margin-top: 15px;
    color: #666;
}


.coverage-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.coverage-card ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-weight: 500;
}


/* CUSTOM ICON */

.coverage-card ul li::before {

       content: "➜";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: #ffffff;
    color: #ffcd1e;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #dbdbdb 1px solid;
}
/* MOBILE */

@media (max-width: 768px) {

    .coverage-grid {
        grid-template-columns: 1fr;
    }

    .coverage-title {
        font-size: 28px;
    }

}

.security-section {
    padding: 70px 0;
    background: #fffef9;
}

.security-img img {
    width: 100%;
    max-width: 420px;
    display: block;
    margin: auto;
}

.security-box h2 {
        margin-top: 10px;
    font-weight: 900;
    font-size: 38px;
    line-height: 1.2;
}

.security-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #1f3c88;
}

.security-box p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.security-list {
    margin-top: 10px;
}

.security-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    background: #fff;
    padding: 10px 12px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.security-item span {
    color: #ffcd1e;
    font-size: 18px;
    margin-right: 10px;
}

.security-item p {
    margin: 0;
    font-size: 14px;
}

.purpose-section {
    padding: 70px 0;
    background: #ffffff;
}

.purpose-title {
    font-size: 32px;
    font-weight: 900;
    color: #0a2540;
    margin-bottom: 18px;
}

.purpose-desc {
    font-size: 15px;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.7;
}


.purpose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}


.purpose-card {
    background: #f8fbff;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e6eef8;
    transition: 0.3s;
}

.purpose-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.purpose-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1f3c88;
    margin-bottom: 6px;
}

.purpose-card p {
    font-size: 14px;
    color: #555;
    margin: 0;
}


.purpose-img img {
    width: 75%;
    max-width: 420px;
    display: block;
    margin: auto;
}
 
 
/* Responsive */

@media(max-width:768px){

    .purpose-grid {
        grid-template-columns: 1fr;
    }

    .purpose-img {
        margin-top: 30px;
        text-align: center;
    }

}
.review-section{
background:#fffef9;
padding:100px 0;
overflow:hidden;
}

.slider-wrapper{
overflow:hidden;
width:130%;
}

.review-slider{
display:flex;
transition:0.5s;
}

.review-card{
min-width:50%;
padding:30px;
border-radius:25px;
margin-right:20px;
}

.light{background:#eef3ff;color:dark;}
.dark{background:#0e314c;color:white;}
.green{background:#eef3ff; color:dark;}

.review-nav button{
width:65px;
height:65px;
border:none;
border-radius:50%;
margin-right:10px;
cursor:pointer;
}

#next{background:#ffcd1e;}
.prev{background:#ddd;}