
/*** Color Override — NVonsult Palette ***/
:root {
    --bs-primary: #0B3C5D !important;
    --bs-secondary: #F59E0B !important;
    --bs-dark: #0B3C5D !important;
    --bs-light: #F5F5F5 !important;
}

/* Override Bootstrap utility classes for new palette */
.bg-primary { background-color: #0B3C5D !important; }
.bg-secondary { background-color: #F59E0B !important; }
.bg-dark { background-color: #0B3C5D !important; }
.bg-light { background-color: #F5F5F5 !important; }
.text-primary { color: #0B3C5D !important; }
.text-secondary { color: #F59E0B !important; }
.text-dark { color: #0B3C5D !important; }
.border-primary { border-color: #0B3C5D !important; }
.border-secondary { border-color: #F59E0B !important; }

.btn-primary {
    background-color: #0B3C5D !important;
    border-color: #0B3C5D !important;
    color: #fff !important;
}
.btn-primary:hover {
    background-color: #0a3350 !important;
    border-color: #0a3350 !important;
}
.btn-secondary {
    background-color: #F59E0B !important;
    border-color: #F59E0B !important;
    color: #fff !important;
}
.btn-secondary:hover {
    background-color: #d97706 !important;
    border-color: #d97706 !important;
}

h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1 {
    color: #0B3C5D;
}

a { color: #0B3C5D; }
a:hover { color: #F59E0B; }

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: #F59E0B !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    transition: 0.5s;
    border-color: #F59E0B !important;
}

.btn.btn.btn-primary:hover {
    background: #0B3C5D !important;
    color: #F59E0B !important;
    border: 1px solid #F59E0B !important;
}

.btn.btn-secondary {
    background: transparent;
    color: #F59E0B;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border: none;
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    color: #0B3C5D !important;
}


/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #0B3C5D;
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: -6px;
    margin-left: -100px;
    border: 1px solid #F59E0B !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -8px;
    margin-left: -50px;
    border: 1px solid #0B3C5D !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #0B3C5D;
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: -8px;
    margin-right: -100px;
    border: 1px solid #F59E0B !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: -6px;
    margin-right: -50px;
    border: 1px solid #0B3C5D !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: #0B3C5D !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: #F59E0B !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #0B3C5D !important;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: #0B3C5D !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #F59E0B !important;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: #0B3C5D;
    color: #F59E0B;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid #0B3C5D !important;
        color: #0B3C5D;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: #0B3C5D !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 991.98px) {
    .sticky-top .navbar-light {
        background: var(--bs-light) !important;
    }

    /*** Top and Bottom borders go out ***/
    .navbar-light .navbar-nav .nav-link:after,
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        top: 30px;
        bottom: 30px;
        left: 0px;
        width: 100%;
        height: 2px;
        background: #0B3C5D;
        opacity: 0;
        transition: all 0.5s;
    }

    .navbar-light .navbar-nav .nav-link:before {
        bottom: auto;
    }

    .navbar-light .navbar-nav .nav-link:after {
        top: auto;
    }

    .navbar-light .navbar-nav .nav-link:hover:before,
    .navbar-light .navbar-nav .nav-link.active:before {
        top: 20px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        bottom: 20px;
        opacity: 1;
    }
}

#searchModal .modal-content {
    background: rgba(240, 245, 251, 0.5);
}
/*** Navbar End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(11, 60, 93, 0.9), rgba(11, 60, 93, 0.8)), url(../img/breadcrumb.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    padding: 100px 0 60px 0;
}
/*** Single Page Hero Header End ***/


/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev .carousel-control-prev-icon,
.carousel-header .carousel-control-next .carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    margin-left: -60px;
    border-radius: 50%;
    background-size: 60% 60%;
    transition: 0.5s;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    margin-left: 0;
    margin-right: -60px;
}

.carousel-header .carousel .carousel-indicators {
    padding-bottom: 0;
    transition: 0.5s;
}


.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 8px solid #0B3C5D;
    border-radius: 50%;
    margin-right: 30px;
    transition: 0.5s;
}

.carousel-header .carousel .carousel-indicators li.active {
    width: 8px;
    height: 8px;
    border: 8px solid #F59E0B;
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh 
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(11, 60, 93, .7), rgba(11, 60, 93, 0.7));
    background-size: cover;
}


@media (max-width: 768px) {
    .carousel-header {
        height: auto !important;
        min-height: 100vh;
    }

    .carousel-header .carousel-inner .carousel-item {
        min-height: 100vh;
    }

    .carousel-header .carousel-inner .carousel-item .carousel-caption {
        padding-top: 80px !important;
        padding-bottom: 60px !important;
    }

    .carousel-header .carousel-inner .carousel-item .carousel-caption .text-center {
        padding-top: 40px !important;
    }

    .carousel-header .carousel-inner .carousel-item .carousel-caption h1 {
        font-size: 2rem !important;
    }

    .carousel-header .carousel-inner .carousel-item .carousel-caption h4,
    .carousel-header .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 0.9rem !important;
        margin-top: 10px;
    }

    .carousel-header .carousel-inner .carousel-item .carousel-caption p.fs-5 {
        font-size: 0.95rem !important;
    }

    .carousel-header .carousel-inner .carousel-item .carousel-caption .wow {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .carousel-header .carousel-inner .carousel-item .carousel-caption .wow .btn {
        margin: 0 !important;
        width: 80%;
        max-width: 280px;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-top: 0;
        width: 2.5rem;
        height: 2.5rem;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon {
        margin-left: 0px;
    }

    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-right: 0px;
    }

    .carousel-header .carousel .carousel-indicators {
        padding: 0;
        margin-bottom: 15px;
    }

    .trust-badge {
        flex-direction: column;
        gap: 8px;
        font-size: 0.8rem;
    }
}
/*** Carousel Hero Header End ***/


/*** service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-inner .service-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: 0.5s;
}

.service .service-item .service-inner .service-title .service-content {
    position: absolute;
    bottom: -100%; 
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
    background: #0B3C5D;
    opacity: 0;
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
    bottom: 0;
    opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.service .service-item .service-inner .service-title .service-title-name {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
    opacity: 0;
}

.service .service-item .service-inner .service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: 1;
}

.service .service-item .service-inner .service-img img {
    transition: 0.5s;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.3);
}
/*** Service End ***/


/*** testimonial Start ***/
.testimonial .owl-carousel.testimonial-carousel {
    position: relative;
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content {
    position: relative;
    border-radius: 10px;
    background: #F5F5F5;
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    bottom: -20px;
    left: 30px;
    transform: rotate(45deg);
    background: #F5F5F5;
    z-index: -1;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: #0B3C5D;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
    color: #F59E0B;
}
/*** testimonial end ***/


/*** Contact Start ***/
.contact .office .office-item {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
    background: #F5F5F5;
    transition: 0.5s;
}

.contact .office .office-item:hover {
    box-shadow: 20px 20px 20px rgba(11, 60, 93, 0.3);
}

.contact .office .office-item .office-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.contact .office .office-item .office-img img {
    transition: 0.5s;
}

.contact .office .office-item:hover .office-img img {
    transform: scale(1.3);
}

.contact .office .office-item .office-content a.text-secondary,
.contact .office .office-item .office-content a.text-muted {
    transition: 0.5s;
}

.contact .office .office-item .office-content a.text-muted:hover {
    color: #F59E0B !important;
}

.contact .office .office-item .office-content a.text-secondary:hover {
    color: #0B3C5D !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: #0B3C5D;
}
.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 30px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: #F59E0B;
}

/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #F59E0B !important;
}
/*** copyright end ***/


/*** Pricing Start ***/
.pricing .pricing-item {
    position: relative;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: 0.5s;
    overflow: hidden;
}

.pricing .pricing-item:hover {
    box-shadow: 0 10px 40px rgba(11, 60, 93, 0.2);
    transform: translateY(-10px);
}

.pricing .pricing-item .pricing-header {
    padding: 30px 0;
    background: #0B3C5D;
    color: #fff;
    position: relative;
}

.pricing .pricing-item.popular .pricing-header {
    background: #F59E0B;
}

.pricing .pricing-item .pricing-header h4 {
    color: #fff;
    margin-bottom: 10px;
}

.pricing .pricing-item .pricing-header h1 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 0;
}

.pricing .pricing-item .pricing-header h1 sup {
    font-size: 1.2rem;
    top: -1.2em;
}

.pricing .pricing-item .pricing-header .pricing-badge {
    position: absolute;
    top: 12px;
    right: -30px;
    background: #F59E0B;
    color: #fff;
    padding: 5px 40px;
    font-size: 0.8rem;
    font-weight: 600;
    transform: rotate(45deg);
    text-transform: uppercase;
}

.pricing .pricing-item.popular .pricing-header .pricing-badge {
    background: #0B3C5D;
}

.pricing .pricing-item .pricing-content {
    padding: 30px;
}

.pricing .pricing-item .pricing-content p {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
    color: #555;
    font-size: 0.95rem;
}

.pricing .pricing-item .pricing-content p i {
    color: #F59E0B;
    margin-right: 8px;
}

.pricing .pricing-item .pricing-content p:last-child {
    border-bottom: none;
}
/*** Pricing End ***/


/*** Premium Section Start ***/
.premium-section {
    background: linear-gradient(rgba(11, 60, 93, 0.92), rgba(11, 60, 93, 0.92)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/*** Premium Section End ***/


/*** CTA Section Start ***/
.cta-section {
    background: #F59E0B;
}

.cta-section h1,
.cta-section h2,
.cta-section h3,
.cta-section h4,
.cta-section h5,
.cta-section p {
    color: #fff;
}
/*** CTA Section End ***/


/*** Trust Badges Start ***/
.trust-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.trust-badge .badge-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

.trust-badge .badge-item i {
    color: #F59E0B;
    font-size: 1.1rem;
}
/*** Trust Badges End ***/


/*** Floating CTA Button Start ***/
.floating-cta {
    position: fixed;
    bottom: 30px;
    right: 90px;
    z-index: 999;
    animation: float-pulse 2s ease-in-out infinite;
}

.floating-cta a {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F59E0B;
    color: #fff !important;
    padding: 14px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
    transition: 0.3s;
}

.floating-cta a:hover {
    background: #d97706;
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(245, 158, 11, 0.5);
}

.floating-cta a i {
    font-size: 1.1rem;
}

@keyframes float-pulse {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@media (max-width: 768px) {
    .floating-cta {
        right: 15px;
        bottom: 15px;
    }
    .floating-cta a {
        padding: 12px 18px;
        font-size: 0.8rem;
    }
}
/*** Floating CTA Button End ***/


/*** Urgency Banner Start ***/
.urgency-text {
    color: #F59E0B;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 10px;
    animation: urgency-blink 2s ease-in-out infinite;
}

@keyframes urgency-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}
/*** Urgency Banner End ***/


/*** WhatsApp Button Start ***/
.whatsapp-btn {
    position: fixed;
    bottom: 100px;
    left: 30px;
    z-index: 999;
    width: 55px;
    height: 55px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
    transition: 0.3s;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
}

.whatsapp-btn i {
    color: #fff;
    font-size: 1.8rem;
}

@media (max-width: 768px) {
    .whatsapp-btn {
        bottom: 80px;
        left: 15px;
        width: 48px;
        height: 48px;
    }
    .whatsapp-btn i {
        font-size: 1.5rem;
    }
}
/*** WhatsApp Button End ***/


/*** Resource Cards Start ***/
.resource-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    transition: 0.5s;
    height: 100%;
}

.resource-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(11, 60, 93, 0.15);
}

.resource-card .resource-icon {
    width: 70px;
    height: 70px;
    background: #F5F5F5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.resource-card .resource-icon i {
    font-size: 1.8rem;
    color: #F59E0B;
}
/*** Resource Cards End ***/


/*** Description Font — Inter 400 ***/
p,
li,
span,
label,
.form-control,
.form-select,
td,
th,
blockquote,
figcaption,
.text-muted,
.footer-item a,
.pricing-content p,
.testimonial-content p,
.breadcrumb-item,
.office-content p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
/*** Description Font End ***/


/*** Blog Cards Start ***/
.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(11, 60, 93, 0.18);
}

.blog-card .blog-card-img {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.blog-card .blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-img img {
    transform: scale(1.1);
}

.blog-card .blog-card-img .blog-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #F59E0B;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-card .blog-card-body {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card .blog-card-body .blog-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
    font-size: 0.85rem;
    color: #888;
}

.blog-card .blog-card-body .blog-meta i {
    color: #F59E0B;
    margin-right: 4px;
}

.blog-card .blog-card-body h5 {
    margin-bottom: 12px;
    line-height: 1.4;
    transition: color 0.3s;
}

.blog-card .blog-card-body h5 a {
    color: #0B3C5D;
    text-decoration: none;
}

.blog-card .blog-card-body h5 a:hover {
    color: #F59E0B;
}

.blog-card .blog-card-body .blog-excerpt {
    color: #666;
    font-size: 0.92rem;
    line-height: 1.7;
    flex: 1;
}

.blog-card .blog-card-footer {
    padding: 15px 25px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-card .blog-card-footer .read-more {
    color: #F59E0B;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'Poppins', sans-serif;
}

.blog-card .blog-card-footer .read-more:hover {
    color: #0B3C5D;
    letter-spacing: 1px;
}

.blog-card .blog-card-footer .read-more i {
    transition: transform 0.3s;
}

.blog-card .blog-card-footer .read-more:hover i {
    transform: translateX(5px);
}

/* Blog Filter Buttons */
.blog-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
}

.blog-filters .filter-btn {
    padding: 8px 22px;
    border-radius: 50px;
    border: 2px solid #0B3C5D;
    background: transparent;
    color: #0B3C5D;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 0.88rem;
    cursor: pointer;
    transition: 0.3s;
}

.blog-filters .filter-btn:hover,
.blog-filters .filter-btn.active {
    background: #0B3C5D;
    color: #fff;
}

/* Blog Pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.blog-pagination .page-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #0B3C5D;
    background: transparent;
    color: #0B3C5D;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-pagination .page-btn:hover,
.blog-pagination .page-btn.active {
    background: #0B3C5D;
    color: #fff;
}

/* Blog Search */
.blog-search {
    position: relative;
    max-width: 400px;
    margin: 0 auto 30px;
}

.blog-search input {
    padding-right: 50px;
}

.blog-search button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #0B3C5D;
    font-size: 1.1rem;
    cursor: pointer;
}

/* No Posts Found */
.no-posts {
    text-align: center;
    padding: 60px 20px;
}

.no-posts i {
    font-size: 4rem;
    color: #ddd;
    margin-bottom: 20px;
}
/*** Blog Cards End ***/


/*** Blog Post Page Start ***/
.blog-post-content {
    max-width: 800px;
    margin: 0 auto;
}

.blog-post-content .post-header {
    margin-bottom: 30px;
}

.blog-post-content .post-header .post-category {
    display: inline-block;
    background: #F59E0B;
    color: #fff;
    padding: 5px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.blog-post-content .post-header h1 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 15px;
}

.blog-post-content .post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    font-size: 0.9rem;
    color: #888;
}

.blog-post-content .post-meta i {
    color: #F59E0B;
    margin-right: 5px;
}

.blog-post-content .post-featured-img {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-post-content .post-featured-img img {
    width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: cover;
}

.blog-post-content .post-body {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #444;
}

.blog-post-content .post-body h2,
.blog-post-content .post-body h3,
.blog-post-content .post-body h4 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.blog-post-content .post-body p {
    margin-bottom: 18px;
}

.blog-post-content .post-body ul,
.blog-post-content .post-body ol {
    margin-bottom: 18px;
    padding-left: 25px;
}

.blog-post-content .post-body blockquote {
    border-left: 4px solid #F59E0B;
    padding: 20px 25px;
    margin: 25px 0;
    background: #f8f9fa;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #555;
}

.blog-post-content .post-body img {
    max-width: 100%;
    border-radius: 8px;
    margin: 15px 0;
}

/* Post Share */
.post-share {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 0;
    border-top: 1px solid #eee;
    margin-top: 30px;
}

.post-share .share-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    transition: 0.3s;
    text-decoration: none;
}

.post-share .share-btn:hover {
    transform: scale(1.15);
}

.post-share .share-btn.facebook { background: #3b5998; }
.post-share .share-btn.twitter { background: #1da1f2; }
.post-share .share-btn.linkedin { background: #0077b5; }
.post-share .share-btn.whatsapp { background: #25d366; }
.post-share .share-btn.copy-link { background: #0B3C5D; }

/* Blog Sidebar */
.blog-sidebar .sidebar-widget {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
}

.blog-sidebar .sidebar-widget h5 {
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #F59E0B;
    font-family: 'Poppins', sans-serif;
}

.blog-sidebar .sidebar-widget .recent-post {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: 0.3s;
}

.blog-sidebar .sidebar-widget .recent-post:last-child {
    border-bottom: none;
}

.blog-sidebar .sidebar-widget .recent-post:hover {
    padding-left: 5px;
}

.blog-sidebar .sidebar-widget .recent-post img {
    width: 70px;
    height: 55px;
    object-fit: cover;
    border-radius: 6px;
}

.blog-sidebar .sidebar-widget .recent-post .rp-content h6 {
    font-size: 0.88rem;
    line-height: 1.4;
    margin-bottom: 4px;
}

.blog-sidebar .sidebar-widget .recent-post .rp-content h6 a {
    color: #0B3C5D;
    text-decoration: none;
    transition: 0.3s;
}

.blog-sidebar .sidebar-widget .recent-post .rp-content h6 a:hover {
    color: #F59E0B;
}

.blog-sidebar .sidebar-widget .recent-post .rp-content small {
    color: #999;
    font-size: 0.78rem;
}

.blog-sidebar .sidebar-widget .category-list a {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
    text-decoration: none;
    transition: 0.3s;
}

.blog-sidebar .sidebar-widget .category-list a:last-child {
    border-bottom: none;
}

.blog-sidebar .sidebar-widget .category-list a:hover {
    color: #F59E0B;
    padding-left: 5px;
}

.blog-sidebar .sidebar-widget .category-list a span {
    background: #f5f5f5;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 0.8rem;
    color: #888;
}

@media (max-width: 768px) {
    .blog-post-content .post-header h1 {
        font-size: 1.6rem;
    }
}
/*** Blog Post Page End ***/


/*** Admin Panel Start ***/
.admin-login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0B3C5D 0%, #1a5a8a 100%);
}

.admin-login .login-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.admin-login .login-card h2 {
    text-align: center;
    margin-bottom: 8px;
}

.admin-login .login-card .login-subtitle {
    text-align: center;
    color: #888;
    margin-bottom: 30px;
}

.admin-login .login-card .login-error {
    background: #fff5f5;
    border: 1px solid #fc8181;
    color: #c53030;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 0.9rem;
    display: none;
}

/* Admin Dashboard */
.admin-dashboard {
    min-height: 100vh;
    background: #f0f2f5;
}

.admin-topbar {
    background: #0B3C5D;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
}

.admin-topbar h4 {
    color: #F59E0B;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.admin-topbar .admin-actions {
    display: flex;
    gap: 10px;
}

.admin-topbar .admin-actions .btn {
    font-size: 0.85rem;
}

.admin-content {
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Admin Stats */
.admin-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.admin-stats .stat-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.admin-stats .stat-card i {
    font-size: 2rem;
    color: #F59E0B;
    margin-bottom: 10px;
}

.admin-stats .stat-card h3 {
    margin-bottom: 5px;
}

.admin-stats .stat-card p {
    color: #888;
    margin: 0;
    font-size: 0.9rem;
}

/* Admin Posts Table */
.admin-posts-table {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.admin-posts-table .table-header {
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.admin-posts-table .table-header h5 {
    margin: 0;
}

.admin-posts-table table {
    width: 100%;
    border-collapse: collapse;
}

.admin-posts-table table th {
    background: #f8f9fa;
    padding: 12px 20px;
    text-align: left;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.admin-posts-table table td {
    padding: 15px 20px;
    border-top: 1px solid #f0f0f0;
    vertical-align: middle;
}

.admin-posts-table table tr:hover {
    background: #fafbfc;
}

.admin-posts-table .post-title-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.admin-posts-table .post-title-cell img {
    width: 50px;
    height: 38px;
    object-fit: cover;
    border-radius: 6px;
}

.admin-posts-table .status-badge {
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
}

.admin-posts-table .status-badge.published {
    background: #c6f6d5;
    color: #22543d;
}

.admin-posts-table .status-badge.draft {
    background: #fefcbf;
    color: #744210;
}

.admin-posts-table .action-btns {
    display: flex;
    gap: 8px;
}

.admin-posts-table .action-btns .btn {
    padding: 5px 12px;
    font-size: 0.8rem;
    border-radius: 6px;
}

/* Admin Editor */
.admin-editor {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    padding: 30px;
}

.admin-editor .form-group {
    margin-bottom: 20px;
}

.admin-editor .form-group label {
    font-weight: 600;
    color: #0B3C5D;
    margin-bottom: 8px;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.admin-editor textarea#post-content {
    min-height: 350px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8;
}

.admin-editor .editor-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
}

.admin-editor .editor-toolbar button {
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s;
    font-size: 0.85rem;
    color: #555;
}

.admin-editor .editor-toolbar button:hover {
    background: #0B3C5D;
    color: #fff;
    border-color: #0B3C5D;
}

.admin-editor .editor-content {
    border: 1px solid #dee2e6;
    border-radius: 0 0 8px 8px;
    min-height: 350px;
    padding: 20px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8;
    font-size: 1rem;
    color: #333;
}

.admin-editor .editor-content:focus {
    border-color: #F59E0B;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
}

.admin-editor .image-preview {
    max-width: 300px;
    max-height: 200px;
    border-radius: 8px;
    margin-top: 10px;
    object-fit: cover;
    display: none;
}

/* Admin Subscribers */
.admin-subscribers {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-top: 25px;
}

.admin-subscribers .table-header {
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
}

.admin-subscribers table {
    width: 100%;
    border-collapse: collapse;
}

.admin-subscribers table th {
    background: #f8f9fa;
    padding: 12px 20px;
    text-align: left;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.admin-subscribers table td {
    padding: 12px 20px;
    border-top: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .admin-topbar {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }
    .admin-content {
        padding: 15px;
    }
    .admin-posts-table table {
        display: block;
        overflow-x: auto;
    }
}
/*** Admin Panel End ***/


/*** Newsletter Notification Start ***/
.newsletter-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 20px 25px;
    max-width: 380px;
    transform: translateX(120%);
    transition: transform 0.4s ease;
    border-left: 4px solid #F59E0B;
}

.newsletter-toast.show {
    transform: translateX(0);
}

.newsletter-toast .toast-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.newsletter-toast .toast-header h6 {
    margin: 0;
    color: #0B3C5D;
    font-family: 'Poppins', sans-serif;
}

.newsletter-toast .toast-header .close-toast {
    background: none;
    border: none;
    font-size: 1.2rem;
    color: #999;
    cursor: pointer;
}

.newsletter-toast .toast-body p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

.newsletter-toast .toast-body a {
    color: #F59E0B;
    font-weight: 600;
}

/* Newsletter Success Message */
.newsletter-success {
    display: none;
    background: #c6f6d5;
    color: #22543d;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
/*** Newsletter Notification End ***/

/*** Admin Tabs & Image Upload ***/
.admin-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 24px;
    border-bottom: 2px solid #e2e8f0;
}

.admin-tab {
    padding: 12px 24px;
    background: none;
    border: none;
    font-weight: 600;
    color: #718096;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.admin-tab:hover {
    color: #0B3C5D;
}

.admin-tab.active {
    color: #0B3C5D;
    border-bottom-color: #F59E0B;
}

.admin-tab-content {
    display: none;
}

.admin-tab-content.active {
    display: block;
}

.image-upload-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.img-tab {
    flex: 1;
    padding: 8px 12px;
    border: none;
    background: #f7fafc;
    font-weight: 500;
    font-size: 0.85rem;
    color: #718096;
    cursor: pointer;
    transition: all 0.2s ease;
}

.img-tab.active {
    background: #0B3C5D;
    color: #fff;
}

.img-tab-content {
    display: none;
}

.img-tab-content.active {
    display: block;
}

.file-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 24px 16px;
    border: 2px dashed #cbd5e0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    background: #f7fafc;
}

.file-upload-label:hover {
    border-color: #F59E0B;
    background: #fffbeb;
}

.file-upload-label i {
    font-size: 2rem;
    color: #F59E0B;
}

.file-upload-label span {
    font-weight: 500;
    color: #4a5568;
    font-size: 0.9rem;
}

.file-upload-label small {
    color: #a0aec0;
    font-size: 0.8rem;
}
/*** Admin Tabs & Image Upload End ***/

/*** Rich Text Editor Toolbar ***/
.editor-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;
    padding: 8px 10px;
}

.toolbar-group {
    display: flex;
    align-items: center;
    gap: 2px;
}

.toolbar-divider {
    width: 1px;
    height: 24px;
    background: #e2e8f0;
    margin: 0 6px;
}

.toolbar-select {
    padding: 4px 6px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-size: 0.8rem;
    color: #4a5568;
    background: #fff;
    cursor: pointer;
    outline: none;
    min-width: 80px;
    height: 32px;
    transition: border-color 0.2s;
}

.toolbar-select:hover {
    border-color: #F59E0B;
}

.toolbar-select:focus {
    border-color: #0B3C5D;
    box-shadow: 0 0 0 2px rgba(11, 60, 93, 0.1);
}

.toolbar-color {
    width: 28px;
    height: 28px;
    padding: 0;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    cursor: pointer;
    background: none;
    transition: border-color 0.2s;
}

.toolbar-color:hover {
    border-color: #F59E0B;
}

.toolbar-color::-webkit-color-swatch-wrapper {
    padding: 2px;
}

.toolbar-color::-webkit-color-swatch {
    border: none;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .toolbar-divider {
        display: none;
    }
    .editor-toolbar {
        gap: 3px;
    }
    .toolbar-select {
        min-width: 65px;
        font-size: 0.75rem;
    }
}
/*** Rich Text Editor Toolbar End ***/