*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:Arial,sans-serif;background:#f4fbff;}
.container{width:90%;max-width:1200px;margin:auto;}

.topbar{background:#dbeeff;padding:10px;text-align:center;font-size:14px;}

header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,0.05);}
.navbar{display:flex;justify-content:space-between;align-items:center;padding:20px 0;}

.logo{font-size:32px;font-weight:bold;color:#2563eb;}

nav{display:flex;gap:20px;}
nav a{text-decoration:none;color:#111;}

.btn{background:#2563eb;color:#fff;border:none;padding:12px 20px;border-radius:8px;cursor:pointer;}

 
.services{padding:80px 0;}
.section-title{text-align:center;font-size:40px;margin-bottom:40px;}

.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;}

.card{background:#fff;padding:20px;border-radius:20px;text-align:center;box-shadow:0 5px 20px rgba(0,0,0,0.06);}
.card img{width:100px;height:100px;object-fit:contain;margin-bottom:15px;}
.card h3{margin-bottom:10px;}
.card p{font-size:14px;color:#666;margin-bottom:15px;}

footer{background:#071b36;color:#fff;padding:60px 0 20px;}
.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}
.footer-grid p{margin-top:10px;color:#d4dbe5;}
.copyright{margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,0.1);text-align:center;}

.logo-box img{ width:100px;}

.cdnter{
    width:100%;  background-color:#F4FBFF;
    display:flex;
    justify-content:center; /* horizontal center */
    align-items:center;     /* vertical center */
    
}

.offer-box{
    display:flex;
    align-items:center;
    gap:12px;

     
    padding:14px 22px;
    
}

.offer-text{
    font-size:15px;
    color:#1e293b;
    font-weight:500;
}

.offer-code{
    background:#2f6bff;
    color:#fff;

    padding:7px 16px;
    border-radius:8px;

    font-size:13px;
    font-weight:700;
    letter-spacing:0.5px;
}/* NAVBAR */
.navbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

/* LEFT */
.nav-left{
    display:flex;
    align-items:center;
    gap:45px;
}

/* LOGO */
.logo-box{
    display:flex;
    align-items:center;
    gap:10px;
}

.logo-icon{
    width:42px;
    height:42px;
    border:2px solid #2563eb;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#2563eb;
    font-size:22px;
    font-weight:bold;
}

.logo-text h2{
    font-size:30px;
    color:#1d2a57;
    line-height:1;
    font-weight:700;
}

.logo-text p{
    font-size:11px;
    color:#6b7280;
    margin-top:3px;
}

/* MENU */
nav{
    display:flex;
    align-items:center;
    gap:35px;
}

nav a{
    text-decoration:none;
    color:#111827;
    font-size:15px;
    font-weight:500;
    position:relative;
    padding-bottom:8px;
}

nav a.active{
    color:#2563eb;
}

nav a.active::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:3px;
    background:#2563eb;
    border-radius:10px;
}

/* RIGHT */
.nav-right{
    display:flex;
    align-items:center;
    gap:14px;
}

/* LOCATION */
.location-btn{
    border:1px solid #dbe3ff;
    background:#fff;
    padding:11px 18px;
    border-radius:10px;
    display:flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
    font-size:14px;
    color:#1f2937;
    font-weight:500;
}

/* LOGIN BUTTON */
.login-btn{
    background:#2563eb;
    color:#fff;
    border:none;
    padding:12px 24px;
    border-radius:10px;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
}.location-dropdown{
    position:relative;
}

.location-dropdown select{
    border:1px solid #dbe3ff;
    background:#fff;
    padding:11px 40px 11px 18px;
    border-radius:10px;

    font-size:14px;
    font-weight:500;
    color:#1f2937;

    cursor:pointer;
    outline:none;

    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}

/* LOCATION ICON */
.location-dropdown::before{
    content:"📍";
    position:absolute;
    left:12px;
    top:50%;
    transform:translateY(-50%);
    font-size:14px;
}

/* DOWN ARROW */
.location-dropdown::after{
    content:"▼";
    position:absolute;
    right:14px;
    top:50%;
    transform:translateY(-50%);
    font-size:11px;
    color:#555;
    pointer-events:none;
}

/* SPACE FOR ICON */
.location-dropdown select{
    padding-left:35px;
}

/*banner 
*/
/* HERO SECTION */
.hero{
    padding:70px 0;
    background:linear-gradient(to right,#eef5fc,#dbeafe);
    min-height:350px;

    display:flex;
    align-items:center;
}

.container{
    width:90%;
    max-width:1280px;
    margin:auto;
}

/* GRID */
.hero-wrapper{
    display:grid;
    grid-template-columns:55% 45%;
    align-items:center;
    gap:30px;
}

/* LEFT CONTENT */
.hero-text{
    width:100%;
}

/* TOP BADGE */
.top-badge{
    display:inline-block;
    background:#dbeafe;
    color:#2563eb;
    padding:10px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:25px;
}

/* TITLE */
.hero-text h1{
    font-size:36px;
    line-height:1.05;
    font-weight:800;
    color:#071133;
    margin-bottom:25px;
}

.hero-text h1 span{
    color:#2563eb;
}

/* PARAGRAPH */
.hero-text p{
    font-size:22px;
    line-height:1.7;
    color:#475569;
    max-width:650px;
    margin-bottom:35px;
}

/* FEATURES */
.hero-features{
    display:flex;
    align-items:center;
    gap:35px;
    margin-bottom:45px;
    flex-wrap:wrap;
}

.feature{
    font-size:16px;
    font-weight:600;
    color:#0f172a;
}

/* SEARCH BOX */
 /* SEARCH BOX */
.search-box{
    background:#fff;
    border-radius:22px;
    padding:18px 20px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;

    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    max-width:900px;
}

/* COMMON FIELD */
.search-field{
    flex:1;
}

/* LABEL */
.search-field label{
    font-size:12px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:8px;
    display:block;
}

/* INPUT */
.search-field input{
    border:none;
    outline:none;
    background:transparent;

    font-size:16px;
    color:#64748b;

    width:100%;
}

/* DIVIDER */
.search-divider{
    width:1px;
    height:55px;
    background:#e2e8f0;
}

/* SERVICE FIELD */
.service-field,
.location-field{
    display:flex;
    align-items:center;
    gap:14px;
}

/* ICON STYLE */
.service-icon,
.location-icon{
    width:42px;
    height:42px;

    border:2px solid #dbeafe;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#2563eb;
    font-size:18px;

    flex-shrink:0;
}

/* TEXT AREA */
.service-text,
.location-text{
    display:flex;
    flex-direction:column;
}

/* BUTTON */
.search-btn{
    background:#2563eb;
    color:#fff;

    border:none;
    border-radius:16px;

    padding:20px 30px;
    min-width:230px;

    font-size:16px;
    font-weight:700;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    cursor:pointer;
    transition:0.3s;
}

.search-btn:hover{
    background:#1d4ed8;
}

/* RIGHT IMAGE */
.hero-image{
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%;
}

.hero-image img{
    width:100%;
    max-width:700px;
    object-fit:contain;
}


/* SECTION */
.services-section{
    padding:80px 0;
    background:#fff;
}

/* CONTAINER */
.container{
    width:90%;
    max-width:1300px;
    margin:auto;
}

/* TOP */
.section-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
}

/* TITLE */
.section-title{
    text-align:center;
    margin:auto;
}

.section-title h2{
    font-size:42px;
    color:#0f172a;
    font-weight:800;
    margin-bottom:12px;
}

.title-line{
    width:50px;
    height:4px;
    background:#2563eb;
    border-radius:10px;
    display:block;
    margin:auto;
}

/* VIEW ALL */
.view-all{
    position:absolute;
    right:5%;
    text-decoration:none;
    color:#2563eb;
    font-size:16px;
    font-weight:700;
}

/* GRID */
.services-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:22px;
}

/* CARD */
.service-card{
    background:#fff;
    border:1px solid #edf0f7;
    border-radius:18px;
    padding:28px 18px;

    text-align:center;

    transition:0.3s;
    box-shadow:0 4px 15px rgba(0,0,0,0.03);
}

.service-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* IMAGE */
.service-card img{
    width:90px;
    height:90px;
    object-fit:contain;
    margin-bottom:18px;
}

/* TITLE */
.service-card h3 {
	font-size: 13px;
	color: #0f172a;
	margin-bottom: 0;
	font-weight: 800;
}
/* TEXT */
.service-card p {
	font-size: 12px;
	color: #64748b;
	line-height: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

/* BUTTON */
.service-card button{
    border:2px solid #bfdbfe;
    background:#fff;
    color:#2563eb;

    padding:12px 20px;
    border-radius:10px;

    font-size:14px;
    font-weight:700;

    cursor:pointer;
    transition:0.3s;
}

.service-card button:hover{
    background:#2563eb;
    color:#fff;
}






/* SECTION */
.how-work-section{
    padding:0px 0;
    background:#fff;
}

/* CONTAINER */
.container{
    width:90%;
    max-width:1300px;
    margin:auto;
}

/* TITLE */
.section-title{
    text-align:center;
    margin-bottom:20px;
}

.section-title h2{
    font-size:30px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:12px;
}

.title-line{
    width:55px;
    height:4px;
    background:#2563eb;
    border-radius:10px;
    display:block;
    margin:auto;
}

/* WRAPPER */
.work-wrapper{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
    flex-wrap:nowrap;
}

/* STEP */
.work-step{
    flex:1;
    text-align:center;
    position:relative;
}

/* ICON */
.work-icon{
    width:105px;
    height:105px;
    background:#eff6ff;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:0 auto 25px;

    color:#2563eb;
    font-size:42px;

    position:relative;
    z-index:2;
}

/* TITLE */
.work-step h3{
    font-size:18px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:12px;
    line-height:1.5;
}

/* TEXT */
.work-step p{
    font-size:15px;
    line-height:1.8;
    color:#64748b;
}

/* ARROW */
.work-step::after{
    content:"";
    position:absolute;

    top:50px;
    right:-60px;

    width:120px;
    border-top:3px dotted #3b82f6;
}

/* ARROW ICON */
.work-step::before {
	content: ">";
	position: absolute;
	top: 42px;
	right: -66px;
	color: #2563eb;
	font-size: 18px;
}
/* REMOVE LAST ARROW */
.work-step:last-child::after,
.work-step:last-child::before{
    display:none;
}





/* SECTION */
.why-section{
    padding:80px 0;
    background:#fff;
}

/* CONTAINER */
 
/* TITLE */
 
 
.title-line{
    width:55px;
    height:4px;
    background:#2563eb;
    border-radius:10px;
    display:block;
    margin:auto;
}

/* GRID */
.why-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

/* CARD */
.why-card{
    background:#fff;
    border:1px solid #edf0f7;
    border-radius:18px;

    padding:28px 24px;

    display:flex;
    align-items:flex-start;
    gap:18px;

    transition:0.3s;
    box-shadow:0 5px 18px rgba(0,0,0,0.03);
}

.why-card:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 30px rgba(0,0,0,0.08);
}

/* ICON */
.why-icon{
    width:70px;
    height:70px;

    min-width:70px;

    border-radius:18px;
    /*background:#eff6ff;*/

    display:flex;
    align-items:center;
    justify-content:center;

    color:#2563eb;
    font-size:34px;
}

/* CONTENT */
.why-content h3{
    font-size:12px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:10px;
    line-height:1.4;
}

.why-content p{
    font-size:12px;
    line-height:1.8;
    color:#64748b;
}













/* SECTION */
.app-section{
    padding:80px 0;
    background:#fff;
}

 

/* APP BOX */
.app-box{
    background:linear-gradient(to right,#eef5fc,#e8f1ff);
    border-radius:22px;

    padding:35px 45px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;

    overflow:hidden;
}

/* MOBILE IMAGE */
.app-image img{
    width:280px;
    max-width:100%;
}

/* CONTENT */
.app-content{
    flex:1;
}

.app-content h2{
    font-size:25px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:10px;
}

.app-content h3{
    font-size:21px;
    color:#2563eb;
    margin-bottom:18px;
    font-weight:700;
}

.app-content p{
    font-size:13px;
    color:#475569;
    margin-bottom:28px;
}

/* STORE BUTTONS */
.store-buttons{
    display:flex;
    align-items:center;
    gap:18px;
}

.store-buttons img{
    height:58px;
    transition:0.3s;
}

.store-buttons img:hover{
    transform:translateY(-3px);
}

/* QR */
.qr-box{
    display:flex;
    align-items:center;
    gap:18px;
}

.qr-box img{
    width:120px;
    height:120px;
    background:#fff;
    padding:10px;
    border-radius:14px;
}

.qr-box p{
    font-size:16px;
    color:#334155;
    line-height:1.8;
    font-weight:600;
}

/* STATS BOX */
.stats-box{
    margin-top:28px;

    background:linear-gradient(to right,#0f67ff,#3b82f6);
    border-radius:22px;

    padding:35px 20px;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

/* ITEM */
.stat-item{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;

    position:relative;
}

/* DIVIDER */
.stat-item:not(:last-child)::after{
    content:"";
    position:absolute;
    right:-10px;
    top:50%;
    transform:translateY(-50%);

    width:1px;
    height:55px;
    background:rgba(255,255,255,0.25);
}

/* ICON */
.stat-item i{
    font-size:42px;
    color:#fff;
}

/* NUMBER */
.stat-item h3{
    font-size:42px;
    color:#fff;
    font-weight:800;
    margin-bottom:5px;
}

/* TEXT */
.stat-item p{
    font-size:17px;
    color:#e2e8f0;
}





/* =========================
   NEWSLETTER SECTION
========================= */

.newsletter-section{
    padding: 70px 0;
    background: #f7f8fc;
}

.newsletter-box{
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 18px;
    padding: 30px 35px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.newsletter-left{
    display: flex;
    align-items: center;
    gap: 18px;
}

.newsletter-icon{
    width: 65px;
    height: 65px;
    background: #1B6CF2;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 28px;

    flex-shrink: 0;
}

.newsletter-text h2{
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.newsletter-text p{
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.newsletter-form{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 470px;
}

.newsletter-form input{
    width: 100%;
    height: 55px;

    border: 1px solid #ddd;
    border-right: none;

    border-radius: 10px 0 0 10px;

    padding: 0 18px;

    font-size: 15px;
    outline: none;
}

.newsletter-form button{
    height: 55px;
    padding: 0 30px;

    border: none;
    border-radius: 0 10px 10px 0;

    background: #1B6CF2;
    color: #fff;

    font-size: 15px;
    font-weight: 600;

    cursor: pointer;
    transition: 0.3s;
}

.newsletter-form button:hover{
    background: #1558c9;
}


/* =========================
   FOOTER
========================= */

.footer{
    background: linear-gradient(90deg, #001b4d, #002a72);
    padding-top: 60px;
    color: #fff;
}

.footer-grid{
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.3fr;
    gap: 40px;
    padding-bottom: 40px;
}

.footer-about img{
    width: 170px;
    margin-bottom: 20px;
}

.footer-about p{
    font-size: 15px;
    line-height: 2;
    color: rgba(255,255,255,0.85);
    margin-bottom: 25px;
}

.footer-social{
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-social a{
    color: #fff;
    font-size: 22px;
    transition: 0.3s;
}

.footer-social a:hover{
    color: #1B6CF2;
}

.footer-links h3,
.footer-contact h3{
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600;
}

.footer-links{
    display: flex;
    flex-direction: column;
}

.footer-links a{
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    margin-bottom: 15px;
    font-size: 15px;
    transition: 0.3s;
}

.footer-links a:hover{
    color: #1B6CF2;
    padding-left: 5px;
}

.contact-item{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}

.contact-item i{
    font-size: 18px;
    margin-top: 3px;
}

.contact-item span{
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
}

.footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.12);
    text-align: center;
    padding: 22px 0;
    font-size: 15px;
    color: rgba(255,255,255,0.8);
}


/* =========================
   RESPONSIVE
========================= */

@media(max-width: 992px){

    .footer-grid{
        grid-template-columns: 1fr 1fr;
    }

}

@media(max-width: 768px){

    .footer{
        padding-top: 40px;
    }

    .footer-grid{
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-about img{
        width: 150px;
    }

    .footer-links h3,
    .footer-contact h3{
        margin-bottom: 18px;
    }

}



/* =========================
   RESPONSIVE
========================= */

@media(max-width: 768px){

    .newsletter-box{
        flex-direction: column;
        align-items: flex-start;
        padding: 25px;
    }

    .newsletter-left{
        align-items: flex-start;
    }

    .newsletter-text h2{
        font-size: 24px;
    }

    .newsletter-form{
        width: 100%;
        max-width: 100%;
    }

    .newsletter-form button{
        padding: 0 20px;
    }

}



/* RESPONSIVE */
@media(max-width:1100px){

    .app-box{
        flex-direction:column;
        text-align:center;
    }

    .store-buttons{
        justify-content:center;
    }

    .qr-box{
        justify-content:center;
    }

    .stats-box{
        grid-template-columns:repeat(2,1fr);
    }

    .stat-item::after{
        display:none;
    }
}

@media(max-width:768px){

    .stats-box{
        grid-template-columns:1fr;
    }

    .app-content h2{
        font-size:38px;
    }

    .app-content h3{
        font-size:28px;
    }
}




/* RESPONSIVE */
@media(max-width:1100px){

    .why-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .why-grid{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:34px;
    }

    .why-card{
        flex-direction:column;
        text-align:center;
        align-items:center;
    }
}






/* RESPONSIVE */
@media(max-width:1100px){

    .work-wrapper{
        flex-wrap:wrap;
        justify-content:center;
        gap:50px;
    }

    .work-step{
        max-width:250px;
    }

    .work-step::after,
    .work-step::before{
        display:none;
    }
}

@media(max-width:768px){

    .section-title h2{
        font-size:34px;
    }
}








/* RESPONSIVE */
@media(max-width:1200px){

    .services-grid{
        grid-template-columns:repeat(4,1fr);
    }
}

@media(max-width:768px){

    .services-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-top{
        flex-direction:column;
        gap:20px;
    }

    .view-all{
        position:static;
    }
}

@media(max-width:500px){

    .services-grid{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:32px;
    }
}



/* RESPONSIVE */
@media(max-width:992px){

    .hero{
        padding:60px 0;
    }

    .hero-wrapper{
        grid-template-columns:1fr;
    }

    .hero-text{
        text-align:center;
    }

    .hero-text p{
        margin:auto auto 30px;
    }

    .hero-features{
        justify-content:center;
    }

    .search-box{
        flex-direction:column;
        align-items:stretch;
    }

    .search-divider{
        display:none;
    }

    .search-btn{
        width:100%;
    }

    .hero-text h1{
        font-size:55px;
    }
}

@media(max-width:600px){

    .hero-text h1{
        font-size:42px;
    }

    .hero-text p{
        font-size:18px;
    }
}

/*banner 
*/


/* MOBILE */
@media(max-width:992px){

    .navbar{
        flex-direction:column;
        gap:20px;
    }

    .nav-left{
        flex-direction:column;
        gap:20px;
    }

    nav{
        flex-wrap:wrap;
        justify-content:center;
        gap:18px;
    }
}

@media(max-width:992px){
.hero-wrapper,.footer-grid{grid-template-columns:1fr;}
.service-grid{grid-template-columns:repeat(2,1fr);}
nav{display:none;}
.hero-text h1{font-size:42px;}
}

@media(max-width:600px){
.service-grid{grid-template-columns:1fr;}
.hero-text h1{font-size:34px;}
}
