body {
    margin: 0;
    background: linear-gradient(to bottom, rgba(241, 234, 234, 0.47) 0px, #ffffff 500px);
}
a{
    color: #0c23e3;
}
.text-xxl {
    font-size: 45px;
    line-height: 1.2;
}
.text-xxl-xl {
    font-size: 56px;
    line-height: 1.2;
}
.text-xl {
    font-size: 34px;
}

.text-lg {
    font-size: 28px;
}

.text-md {
    font-size: 24px;
}

.text-md-sm {
    font-size: 22px;
}

.text-md-xl{
    font-size: 20px;
}
.text-base {
    font-size: 18px!important;
}

.text-body {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a3a;
}

.text-sm {
    font-size: 13px;
    line-height: 1.6;
    color: #3a3a3a;

}

.lh15{
    line-height: 1.5;
}

.lh16{
    line-height: 1.6;
}

.lh18{
    line-height: 1.8;
}

.lh20{
    line-height: 2;
}
.text-white {
    color: #fff;
}

.text-light-blue{
    color: #5e7d8e;
}

.text-green {
    color: #00c853;
}

.text-blue {
    color: #0c23e3;
}

.text-gray {
    color: #0a0a0a;
}

.blog-sidebar-related{
    color: #3a3a3a;
}

.blog-sidebar-related a:hover{
    color: #0c23e3;
    text-decoration: underline!important;
}


.text-yellow {
    color: #ffeb3b;
}

.mt05  { margin-top: 5px;  }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }


.box01{
    background: #fff1e5;
    border: 1px solid #ffddbf;
    border-radius: 45px;
    padding: 32px 80px;
}

.box02{
    background: #ffffff;
    border-radius: 32px;
    padding: 20px;
    -webkit-box-shadow: inset 0 0 0 1px #c5d6e0;
    box-shadow: inset 0 0 0 1px #c5d6e0;
    transition: all 0.3s ease; /* smooth fade, move & shadow */

}

.box02:hover{
    padding: 20px;
    -webkit-box-shadow: inset 0 0 0 1px #c5d6e0, 0 32px 56px rgba(7, 29, 43, .08);
    box-shadow: inset 0 0 0 1px #c5d6e0, 0 2px 50px rgba(0, 0, 0, 0.12);
}

.box02a{
    background: #ffffff;
    border-radius: 25px;
    padding: 20px;
    -webkit-box-shadow: inset 0 0 0 1px #c5d6e0;
    box-shadow: inset 0 0 0 1px #c5d6e0;
}

.box03{
    padding: 80px;
    background: #071D2B;

}



.box04{
    background: #ffffff;
    border-radius: 32px;
    padding: 30px 25px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(197, 214, 224, 0.49);
    transition: all 0.3s ease; /* smooth fade, move & shadow */
}

.box04:hover{
    background: #ffffff;
    border-radius: 32px;
    padding: 30px 25px;
    box-shadow: 0 2px 50px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.box04a{
    background: #ffffff;
    border-radius: 15px;
    padding: 25px 25px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    transition: all 0.3s    ease;
}

.box04a:hover{
    background: #ffffff;
    border-radius: 15px;
    padding: 25px 25px;
    box-shadow: 0 2px 50px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
    transition: all 0.3s    ease;
}


.box04a a{
    color: #0a0a0a;
}
.box04a a:hover{
    color: #0c23e3;
    transition: all 0.3s ease; /* smooth fade, move & shadow */
}

.box06{
    background: #fbf7f2;
    border-radius: 15px;
    padding: 25px 25px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(197, 214, 224, 0.49);
    transition: all 0.3s    ease;
}

.sidebar{
    background: rgb(255, 255, 255);
    border-radius: 25px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    transition: all 0.3s
    ease;
}

.sidebar02{
    padding: 32px 40px;
    border-radius: 32px;
    background-color: #143347;
    border: 1px solid #e1eaf0;
    box-shadow: 0 20px 40px -20px #071D2B26;
}

.box07{
    background: #ffffff;
    border-radius: 15px;
    padding: 25px 35px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    transition: all 0.3s    ease;
}

.box07 a{
    color: #0a0a0a;
}
.box07 a:hover{
    color: #0c23e3;
}

.box07 a.btn-blue strong, .box07 a.btn-blue i{
    color: #ffffff;
}

.box08{
    background: #ffffff;
    border-radius: 32px;
    padding: 30px 25px;
    transition: all 0.3s ease; /* smooth fade, move & shadow */
}

.box08:hover{
    background: #ffffff;
    border-radius: 32px;
    padding: 30px 25px;
    box-shadow: 0 2px 50px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.box08 a{
    color: #0a0a0a;
}

.box08 a:hover {
    color: #0c23e3;
}

.box08:hover .btn-blog {
    background: #0c23e3;
    color: #ffffff;
}
.sidebar-content{
    padding: 25px 25px;
}
.sidebar a{
    color: #0a0a0a;
    border-radius: 15px!important;
    font-size: 14px!important;
    line-height: 1.5!important;
}

.sidebar a:hover{
    background: rgb(255, 255, 255);
    border-radius: 5px;
    color: #0c23e3;
    border:1px solid rgba(0, 112, 246, 0.17);
    box-shadow: 0 1px 50px rgba(108, 76, 76, 0.12);
}

.sidebar li:first-child a{
    background: rgba(255, 255, 255, 0);
    border-radius: 5px;
    color: #0c23e3;
    border:1px solid rgba(0, 112, 246, 0.17);
    box-shadow: 0 1px 50px rgba(108, 76, 76, 0.12);

}

.blog-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.blog-card-link:hover {
    opacity: 0.9;
}


.blog-card-link:hover .btn-blog {
    background: #0c23e3;
    color: #ffffff;
}
.blog-card-link:hover .btn-blog {
    background: #0c23e3 !important;
    color: #ffffff !important;
}
/*.box04a:hover a {
    color: #0c23e3;
}*/
.box04aA:hover{
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 2px 50px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}


.box05{
    background: #ffffff;
    border-radius: 32px;
    padding: 30px ;
    -webkit-box-shadow: inset 0 0 0 1px rgba(197, 214, 224, 0.49);
    transition: all 0.3s ease;


}
.img-round{
    border-radius: 45px;
}

.img-round2{
    border-radius: 25px;
}

.img-round03{
    border-radius: 12px;
}


.hero{
    background:url("../img/hero-img01.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 200px 40px;
    border-radius: 46px;
    margin-top: 75px;

}

.hero-footer{
    background:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../img/bigimage02.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 200px 40px;
    border-radius: 46px;

}


.btn-blue-top {
    border-radius: 40px;
    cursor: pointer;
    padding: 10px 30px!important;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: #008941;
    transition: padding 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 16px 32px -16px rgba(7, 29, 43, .32),
    0 8px 32px -16px rgba(0, 112, 246, .32);
}

.dropdown.menu > li.btn-blue-top > a {
    padding: 0px;
    margin: 0px;
    color: #fff;
}

.btn-blue {
    border-radius: 40px;
    cursor: pointer;
    color: #fff;
    background: #0c23e3;
    transition: padding 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 16px 32px -16px rgba(7, 29, 43, .32),
    0 8px 32px -16px rgba(0, 112, 246, .32);
}


.btn-blog {
    border-radius: 40px;
    cursor: pointer;
    padding: 10px 30px!important;
    font-size: 13px;
    background: rgb(245, 251, 255);
    transition: padding 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
    -webkit-box-shadow: inset 0 0 0 1px rgba(197, 214, 224, 0.49);
}

.btn-blog:hover{
    background: #0c23e3;
    color: #ffffff!important;
}

.btn-tag{
    border-radius: 40px;
    cursor: pointer;
    padding: 10px 30px!important;
    font-size: 12px;
    font-weight: bold;
    color: #3a3a3a;
    background: rgb(245, 251, 255);
    transition: padding 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
    -webkit-box-shadow: inset 0 0 0 1px rgba(197, 214, 224, 0.49);
}

.btn-tag:hover,
.btn-tag.active {
    background: #0c23e3;
    color: #ffffff;
    box-shadow: 0 2px 50px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

.button {
    margin: 0 !important;
}
.btn-text{
    padding: 16px 40px;
    font-size: 14px;
    font-weight: 500;
}
/* Hover effect — only increase padding */
.btn-blue:hover {
    padding: 18px 44px;   /* slight grow */
    background-color: #02139f;
    box-shadow: 0 16px 32px -16px rgba(7, 29, 43, .32),
    0 8px 32px -16px rgb(32, 33, 36);
}

.btn-blue-hollow {
    border-radius: 40px;
    padding: 16px 40px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #0c23e3;
    background: #ffffff;
    transition: padding 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 16px 32px -16px rgba(7, 29, 43, .32),
    0 8px 32px -16px rgba(0, 112, 246, .32);
}

/* Hover effect — only increase padding */
.btn-blue-hollow:hover {
    color: #ffffff;
    padding: 18px 44px;   /* slight grow */
    background-color: #0c23e3;
    box-shadow: 0 16px 32px -16px rgba(7, 29, 43, .32),
    0 8px 32px -16px rgba(0, 112, 246, .32);
}

/* Navigation Section*/

.top-section{
    padding: 10px 0;
    background: #ffffff;
    border-bottom: 1px solid #c5d6e0;
}

.logo {
    padding:  0;
}

.nav-section a{
    font-size: 14px;
    color: #071d2b;
}

.nav-section a:hover{
    color: #0c23e3;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff; /* Use your site’s background color */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 1000;
}




/*Footer Section*/

.footer-section {
    background: #071d2b;
    padding: 120px 0 100px;
    color: #567a8c;
    font-size: 14px;
}

.footer-section li a{
    color: #729baf;
    font-size: 13px;
    padding: 0.5rem 0;
}

.footer-section li a:hover{
    color: #ffffff;
    font-size: 13px;
    padding: 0.5rem 0;
    text-decoration: underline;
}

.footer-line{
    border-top: 1px solid #345970;
}

.f-left{
    padding-left: 8px!important;
}
.f-right a{
    padding-right: 20px!important;
    font-size: 13px;
}

.f-right a:hover{
    padding-right: 20px!important;
    font-size: 13px;
}

.social-icons{
    color: #729baf!important;
    font-size: 32px;
}

.social-icons a{
    color: #729baf;


}

.social-icons a:hover{
    color: #ffffff;
}
.blog-icons-gap{
    margin-right: 6px;
    margin-bottom: 7px;
    width: 32px;
}

.blog-top-gap{
    margin-right: 8px;
    margin-bottom: 5px;
    width: 28px;

    margin-left: 10px;
}

.blog-related-gap{
    margin-right: 10px;
    margin-bottom: 3px;
    width: 20px;
}
.social-icons-gap{
    margin-right: 10px;
    color: #ffffff!important;
}

.copyright-section{
    background: #02111b;
    padding: 20px 0 25px;
    color: #567a8c;
    font-size: 14px;
}

.copyright-section a{
    color: #567a8c;
    font-size: 13px;
}

/* Blog Styles  */

.body-bg{
    background: linear-gradient(to bottom, rgba(244, 249, 251, 0) 0px, #f4f9fb 1500px);
}
.blog-banner {
    background:url("../img/blog/blog-home.jpg") no-repeat;
    background-position: left center;
    background-size: cover;
    padding: 75px 50px 100px;
    margin-top: 75px;
}

.blog-menubox{
    background: #fff;
    box-shadow: 0 40px 60px -20px rgba(7, 29, 43, .15);
    border-radius: 16px;
    border: 1px solid #c5d6e0;
    padding: 15px 35px 35px;
    transform: translateY(-40px); /* move up only */

}

.blog-menubox a{
    color: #071d2b;
    font-size: 12px;
    display: block;
    padding: 0.4rem 1rem;
}

.blog-headline{
    letter-spacing: 1.5px;
    font-size: 14px;
    text-transform: uppercase;
}
.blog-menubox a:hover{
    color: #0c23e3;
    text-decoration: underline;
}

.blog-menubox-line{
    border-right: 1px solid #e9e9e9;
}
.blog-main-banner {
    padding: 75px 50px;
    margin-top: 75px;
}
.blog-post-banner {
    padding: 25px 50px 50px ;
    margin-top: 75px;
}


/* --- Show only on mobile --- */
@media (max-width: 767px) {
    .topnav {
        display: block;   /* Show mobile menu */
    }
    .top-section {
        display: none;    /* Hide desktop menu */
    }

    .hero {
        background: url(../img/hero-img01.jpg) no-repeat;
        background-position: 73% top;
        background-size: cover;
        padding: 100px 20px;
        border-radius: 46px;
        margin-top: 0px;
    }

    .box01 {
        background: #fff1e5;
        border: 1px solid #ffddbf;
        border-radius: 45px;
        padding: 30px;
    }
    .box03 {
        padding: 30px;
        background: #071D2B;
    }

    .box04 {
        border-radius: 32px;
        padding: 20px;

    }
    .img-round2 {
        border-radius: 15px;
    }

    .hero-footer {
        padding: 100px 40px;
    }

    .footer-section {
        padding: 100px 30px;
        text-align: center;
        font-size: 16px;
    }

    .text-xxl {
        font-size: 32px;
        line-height: 1.2;
    }

    .text-md {
        font-size: 18px;
    }

    .footer-section li a {
        color: #729baf;
        font-size: 15px;
        padding: 0.5rem 0;
    }

    .mt50{
        margin-top: 30px;
    }

    .copytight-m {
        display: block;!important;   /* Show mobile menu */
    }
    .copyright-pc {
        display: none;!important;    /* Hide desktop menu */
    }

    .blog-post-banner {
        padding: 25px 15px;
        margin-top: 75px;
    }
    .blog-banner {
        background: url(../img/blog/blog-home.jpg) no-repeat;
        background-position: center top;
        background-size: cover;
        padding: 45px 25px;
        margin-top: 0px;
    }
    .box07 {
        background: #ffffff;
        border-radius: 15px;
        padding: 25px 25px;
        -webkit-box-shadow: inset 0 0 0 1px rgba(197, 214, 224, 0.49);
        transition: all 0.3s
        ease;
    }

    .box04a a.text-base {
        display: block;      /* or inline-block */
        margin-top: 10px;
    }

    .box04a .img-round03{
        margin-top: 10px;
    }
}

/* --- Show only on desktop --- */
@media (min-width: 768px) {
    .topnav {
        display: none;    /* Hide mobile menu */
    }
    .top-section {
        display: block;   /* Show desktop menu */
    }

    .copytight-m {
        display: none ;   /* Show mobile menu */
    }
    .copyright-pc {
        display: block;    /* Hide desktop menu */
    }

}


/* Ensure correct viewport (add to <head> if missing) */
/* <meta name="viewport" content="width=device-width, initial-scale=1"> */

/* Force mobile/desktop visibility — put at the end of your CSS */
@media (max-width: 767px) {
    .topnav { display: block !important; }
    .top-section { display: none !important; }
}

@media (min-width: 768px) {
    .topnav { display: none !important; }
    .top-section { display: block !important; }
    .copytight-m {
        display: none ; !important;  /* Show mobile menu */
    }
    .copyright-pc {
        display: block; !important;   /* Hide desktop menu */
    }
}

/* Fix sidebar z-index to stay behind header */
.sticky-lg-top {
    z-index: 1 !important;
}

/* Ensure header stays on top */
.fixed-header,
.top-section {
    z-index: 1000 !important;
}

/* Fix blog card images to consistent size */
.blog-card-link img.img-round2 {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

/* Fix blog row images to consistent size */
.blog-row-link img.img-round03 {
    width: 100%;
    height: 90px;
    object-fit: cover;
    object-position: center;
}

/* Responsive adjustments */
@media screen and (max-width: 640px) {
    .blog-card-link img.img-round2 {
        height: 180px;
    }
    
    .blog-row-link img.img-round03 {
        height: 80px;
    }
}
