
/* ========================================= */
/* RESET */
/* ========================================= */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

/* ======================================== */
/* SLIDER */
/* ========================================= */

.slider-img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

/* ========================================= */
/* CONTENT */
/* ========================================= */

.home-content-wrapper{
    background: #f5f7fa;
    padding: 30px 0;
}

.home-content{
    max-width: 1300px;
    font-size: 17px;
    line-height: 1.8;
    color: #222;
    text-align: justify;
}

/* ========================================= */
/* SERVICES */
/* ========================================= */

.services-section{
    padding:20px 0 50px;
    background:#f8f8f8;
}

.icon{
    font-size: 40px;
}

.service-box{
    display: block;
    border: 3px solid #1e3a8a;
    padding: 16px;
    border-radius: 14px;
    font-weight: bold;
    background: #f8f8f8;
    transition: 0.3s ease;
    text-decoration: none;
    color: #111827;
    text-align: center;
    height: 100%;
}

.service-box:hover{
    background: #1e3a8a;
    color: white;
    transform: translateY(-5px);
}

/* =========================
   DYNAMIC SERVICES
========================= */

.slider{
    margin-bottom: 0 !important;
}

.carousel{
    margin-bottom: 0 !important;
}

/* BOX */

.dynamic-service-box{
    border:3px solid #233f99;
    border-radius:22px;
    background:#f4f4f4;
    overflow:hidden;
    transition:0.3s;
}

/* TITLE */

.service-title{
    border:none;
    background:transparent;
    width:100%;
    text-align:left;
    padding:20px 20px;
    font-size:17px;
    font-weight:700;
    color:#001b4e;
    cursor:pointer;
    transition:0.3s;
    text-transform:uppercase;

    display:flex;
    align-items:center;
    justify-content:space-between;
}

/* HOVER */

.service-icon{
    font-size:28px;
    font-weight:300;
    line-height:1;
    transition:0.3s;
    color:#233f99;
}

.dynamic-service-box:hover{
    transform:translateY(-4px);
    background:#ffffff;
}

/* EXPAND */

.service-expand{
    display:none;
}

/* MODAL */

.modal-overlay{
    position:fixed;
    inset:0;
    background:rgba(10, 25, 58, 0.62);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    opacity:0;
    pointer-events:none;
    transition:opacity 0.25s ease;
    z-index:11000;
}

.modal-overlay.active{
    opacity:1;
    pointer-events:auto;
}

.modal-box{
    width:min(720px,100%);
    background:#ffffff;
    border-radius:24px;
    box-shadow:0 26px 60px rgba(15, 23, 42, 0.22);
    overflow:hidden;
    position:relative;
    max-height:calc(100vh - 64px);
    transform:translateY(24px);
    opacity:0;
    transition:transform 0.25s ease, opacity 0.25s ease;
}

.modal-overlay.active .modal-box{
    transform:translateY(0);
    opacity:1;
}

.modal-close{
    position:absolute;
    top:18px;
    right:18px;
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:#f1f5f9;
    color:#102a43;
    font-size:24px;
    line-height:1;
    cursor:pointer;
    transition:background 0.2s ease, transform 0.2s ease;
}

.modal-close:hover{
    background:#e2e8f0;
}

.modal-header{
    padding:32px 32px 0;
}

.modal-title{
    font-size:28px;
    font-weight:800;
    color:#233f99;
    margin:0;
}

.modal-body{
    padding:24px 32px 32px;
    color:#334155;
    max-height:calc(100vh - 240px);
    overflow:auto;
}

.modal-description{
    font-size:16px;
    line-height:1.8;
    margin-bottom:22px;
}

.modal-bullets p{
    margin-bottom:12px;
    color:#102a43;
    font-size:15px;
}

.modal-footer{
    padding:0 32px 32px;
    display:flex;
    justify-content:flex-end;
    gap:12px;
}

.modal-button{
    border:none;
    border-radius:10px;
    padding:12px 22px;
    font-weight:700;
    cursor:pointer;
    transition:background 0.2s ease, transform 0.2s ease;
}

.modal-button:hover{
    transform:translateY(-1px);
}

.modal-secondary{
    background:#f1f5f9;
    color:#102a43;
}

.modal-secondary:hover{
    background:#e2e8f0;
}

.modal-primary{
    background:#233f99;
    color:#ffffff;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.modal-primary:hover{
    background:#0f1c4a;
}

body.modal-open{
    overflow:hidden;
}

/* DESCRIPTION */

.service-desc{
    font-size:15px;
    line-height:1.8;
    color:#444;
    margin-bottom:20px;
    text-align:left;
}

/* BULLETS */

.service-bullets p{
    margin-bottom:12px;
    text-align:left;
    font-size:14px;
    color:#111;
}

/* BUTTON */

.view-services-btn{
    display:inline-block;
    margin-top:20px;
    background:#233f99;
    color:#fff;
    padding:10px 22px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.view-services-btn:hover{
    background:#001b4e;
    color:#fff;
}

/* MOBILE */

@media(max-width:768px){

    .service-title{
        font-size:15px;
        padding:22px 15px;
    }
}



/* ========================================= */
/* SHARED SECTION LABELS */
/* ========================================= */

.sec-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #233f99;
    margin-bottom: 8px;
}

.sec-title {
    font-size: 32px;
    font-weight: 800;
    color: #001b4e;
    line-height: 1.25;
    margin-bottom: 14px;
}

.sec-sub {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    max-width: 620px;
    margin: 0 auto 40px;
}

/* ========================================= */
/* STATS SECTION */
/* ========================================= */

.stats-section {
    background: #001b4e;
    padding: 50px 24px;
}

.stats-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1000px;
    margin: 0 auto;
}

.stat-col {
    text-align: center;
    padding: 28px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.stat-col:last-child {
    border-right: none;
}

.s-icon {
    font-size: 24px;
    margin-bottom: 10px;
}

.s-num {
    font-size: 46px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.s-num em {
    color: #4f8ef7;
    font-style: normal;
}

.s-lbl {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 8px;
}

/* ========================================= */
/* WHY CHOOSE US */
/* ========================================= */

.why-section {
    padding: 60px 0;
    background: #f5f7fa;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
}

.why-card {
    background: #ffffff;
    border: 1.5px solid #e8ecf5;
    border-radius: 16px;
    padding: 28px 22px;
    transition: 0.25s ease;
}

.why-card:hover {
    border-color: #233f99;
    transform: translateY(-4px);
}

.why-icon-box {
    font-size: 26px;
    width: 52px;
    height: 52px;
    background: #edf0fb;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.why-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: #001b4e;
    margin-bottom: 8px;
}

.why-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
}

/* ========================================= */
/* HOW WE WORK */
/* ========================================= */

.process-section {
    padding: 60px 0;
    background: #ffffff;
}

.process-steps {
    display: flex;
    max-width: 900px;
    margin: 0 auto;
}

.pstep {
    flex: 1;
    text-align: center;
    padding: 0 12px;
    position: relative;
}

.pstep-num {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #233f99;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    position: relative;
    z-index: 1;
}

.pstep-line {
    position: absolute;
    top: 25px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #dce3f5;
    z-index: 0;
}

.pstep:last-child .pstep-line {
    display: none;
}

.pstep h4 {
    font-size: 13px;
    font-weight: 700;
    color: #001b4e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.pstep p {
    font-size: 12px;
    color: #777;
    line-height: 1.6;
}

/* ========================================= */
/* TESTIMONIALS */
/* ========================================= */

.testi-section {
    padding: 60px 0;
    background: #f5f7fa;
}

.testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
}

.testi-card {
    background: #ffffff;
    border: 1.5px solid #e4e9f5;
    border-left: 4px solid #233f99;
    border-radius: 14px;
    padding: 26px 22px;
}

.stars {
    color: #f5a623;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.testi-quote {
    font-size: 14px;
    color: #334155;
    line-height: 1.75;
    margin-bottom: 20px;
    font-style: italic;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #233f99;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.author-name {
    font-size: 14px;
    font-weight: 700;
    color: #001b4e;
}

.author-role {
    font-size: 12px;
    color: #888;
}

/* ========================================= */
/* TRUSTED CLIENTS */
/* ========================================= */

.clients-section {
    padding: 44px 24px;
    background: #ffffff;
}

.clients-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 20px auto 0;
}

.client-badge {
    background: #f0f3fa;
    border: 1.5px solid #dce3f5;
    border-radius: 10px;
    padding: 10px 22px;
    font-size: 13px;
    font-weight: 700;
    color: #233f99;
}

/* ========================================= */
/* CTA SECTION */
/* ========================================= */

.cta-section {
    background: #233f99;
    padding: 60px 24px;
    text-align: center;
}

.cta-section h2 {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
}

.cta-section p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 28px;
}

.cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta-white {
    background: #ffffff;
    color: #233f99;
    padding: 13px 30px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s;
}

.btn-cta-white:hover {
    background: #f0f3fa;
    color: #001b4e;
}

.btn-cta-outline {
    background: transparent;
    color: #ffffff;
    padding: 13px 30px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: 0.2s;
}

.btn-cta-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

.slider-video,
.slider-img {

    width: 100%;
    height: 100vh;

    object-fit: cover;
    display: block;
}
/* ========================================= */
/* MOBILE */
/* ========================================= */

@media (max-width: 768px) {
    .stats-inner { grid-template-columns: repeat(2, 1fr); }
    .stat-col { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .why-grid { grid-template-columns: 1fr; }
    .testi-grid { grid-template-columns: 1fr; }
    .process-steps { flex-direction: column; gap: 28px; }
    .pstep-line { display: none; }
    .sec-title { font-size: 24px; }
}