
/* =========================
   GLOBAL
========================= */

body{
    font-family:'Poppins',sans-serif;
    background:#f7f9fc;
    color:#1f2937;
}

img{
    max-width:100%;
    height:auto;
}

/* =========================
   TOPBAR
========================= */

.topbar{
    background:#012f87;
    color:#fff;
    text-align:center;
    padding:12px;
    font-size:14px;
    letter-spacing:.3px;
}

/* =========================
   HEADER / NAVBAR
========================= */

.navbar{
    background:#fff;
    min-height:120px;
    border-bottom:1px solid #edf2f7;
}

.header-logo-icon{
    font-size:54px;
    color:#1565d8;
}

.header-logo-text{
    line-height:1;
    font-size:20px;
    font-weight:800;
    color:#0b3c8c;
}

.navbar-nav{
    gap:10px;
}

.nav-link{
    color:#1f2937;
    font-weight:500;
    padding:12px 14px !important;
}

.nav-link:hover{
    color:#1565d8;
}

.active-menu{
    color:#1565d8 !important;
    font-weight:700;
    position:relative;
}

.active-menu::after{
    content:'';
    position:absolute;
    left:12px;
    right:12px;
    bottom:0;
    height:3px;
    background:#1565d8;
    border-radius:20px;
}

.language-switch{
    font-weight:500;
    cursor:pointer;
}

.header-icon{
    color:#111827;
    font-size:22px;
    text-decoration:none;
    transition:.3s;
}

.header-icon:hover{
    color:#1565d8;
}

/* =========================
   ABOUT PAGE
========================= */

.about-page{
    background:linear-gradient(135deg,#f8fbff,#eef5ff);
    position:relative;
    overflow:hidden;
}

.about-badge{
    display:inline-block;
    padding:10px 20px;
    border-radius:30px;
    background:#eaf2ff;
    color:#1565d8;
    font-weight:700;
}

.about-title{
    font-size:72px;
    font-weight:800;
    color:#0b3c8c;
    margin-top:20px;
}

.about-line{
    width:80px;
    height:5px;
    background:#1565d8;
    border-radius:20px;
    margin:25px 0;
}

.about-desc{
    font-size:20px;
    line-height:2;
    color:#4b5563;
}

.about-img{
    width:100%;
    min-height:850px;
    object-fit:cover;
    border-radius:30px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

/* =========================
   BUTTON
========================= */

.btn-main{
    background:#1565d8;
    color:#fff;
    padding:15px 32px;
    border-radius:50px;
    border:none;
    font-weight:600;
    transition:.3s;
}

.btn-main:hover{
    background:#0b3c8c;
    color:#fff;
}

/* =========================
   FEATURE BOX
========================= */

.feature-bottom{
    background:#fff;
    border:1px solid #dbe6ff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.feature-item{
    display:flex;
    align-items:center;
    gap:15px;
}

.feature-icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#1565d8;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    flex-shrink:0;
}

.feature-title{
    font-size:18px;
    font-weight:700;
    color:#0b3c8c;
    margin-bottom:5px;
}

.feature-desc{
    font-size:14px;
    color:#6b7280;
    margin:0;
}
/* =========================
		FOOTER
		========================= */
      .footer-links {
        background: #fff;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
      }

      .footer-links ul {
        list-style: none;
        margin: 0;
        padding: 25px 0;
        display: flex;
        justify-content: center;
        gap: 35px;
        flex-wrap: wrap;
      }

      .footer-links a {
        text-decoration: none;
        color: #444;
        font-weight: 500;
      }

      .footer-main {
        background: #fff;
        padding: 40px 0;
      }

      .brand-logo {
        font-size: 34px;
        color: #1565d8;
      }

      .brand-name {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.2;
      }

      .payment {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 60px;
        height: 40px;
        border: 1px solid #ddd;
        border-radius: 10px;
        background: #fff;
        margin-left: 6px;
        font-size: 12px;
        font-weight: 700;
      }


/* =========================
   RESPONSIVE
========================= */

@media(max-width:1199px){

.navbar{
    min-height:auto;
}

.navbar-nav{
    margin-top:20px;
    gap:0;
}

}

@media(max-width:991px){

.footer-bottom{
    flex-direction:column;
    text-align:center;
}

.footer-links{
    gap:15px;
}

.about-title{
    font-size:52px;
}

.about-img{
    min-height:500px;
}

}

@media(max-width:768px){

.about-title{
    font-size:42px;
}

.about-desc{
    font-size:16px;
    line-height:1.8;
}

.about-img{
    min-height:350px;
}

.header-logo-icon{
    font-size:42px;
}

.header-logo-text{
    font-size:18px;
}

}

.logo-wrap img {
        height: 60px;
      }

/* HEADER */
.main-header {
background: #fff;
border-top: 3px solid #0B43C9;
border-bottom: 1px solid #edf2f7;
}
.navbar {
min-height: 85px;
}
.header-right {
display: flex;
align-items: center;
gap: 22px;
}