@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

html {
    overflow-x: hidden;
}

body {
    font-family: Inter, sans-serif;
    background: rgb(255, 255, 255);
    overflow: hidden auto;
    color: rgb(0, 0, 0);
    font-size: 14px;
    padding-top: 0px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: 400ms;
}

img {
    max-width: 100%;
}

input,
button {
    outline: none;
    box-shadow: none;
}

.colorOrange {
    color: rgb(244, 109, 107) !important;
}

.owl-carousel .owl-item img {
    width: auto;
}

.mobile {
    display: none !important;
}

.text-end {
    text-align: right;
}

.navbar-brand a {
    outline: none;
    box-shadow: none;
}

section {
    padding: 90px 0px;
    overflow: hidden;
}

.sectionHeading h2 {
    font-size: 56px;
    color: rgb(30, 72, 65);
    font-weight: 600;
    margin: 10px 0px 15px;
}

.sectionHeading h4 {
    color: rgb(123, 123, 123);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.sectionHeading h3 {
    font-size: 20px;
    font-weight: 400;
    color: rgb(103, 116, 137);
}

.sectionHeading p span {
    display: inline-flex;
    padding: 10px 25px;
    border: 2px solid rgb(227, 232, 239);
    font-size: 14px;
    font-weight: 500;
    color: rgb(103, 116, 137);
    border-radius: 30px;
}

.heading-span {
    display: inline-flex;
    padding: 10px 25px;
    border: 2px solid rgb(236, 239, 235) !important;
    font-size: 14px;
    font-weight: 500;
    color: #014242 !important;
    border-radius: 30px;
    background: rgb(236, 239, 235) !important;
}

.para {
    font-size: 20px;
    color: rgb(103, 116, 137);
    font-weight: 400;
}

header.mainHeader ul.navbar-nav.m-auto {
    position: relative;
    left: 10%;
}

.listInline {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    gap: 10px;
}

.unorderList {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.gap20 {
    gap: 20px;
}

header.mainHeader {
    position: fixed;
    left: 0px;
    top: 20px;
    width: 100%;
    z-index: 99;
    transform: translateY(0px);
    transition: 500ms;
}

.mainHeader.fixedHeader {
    transform: translateY(-30px);
    transition: 500ms;
    background: #184444;
}

.navbar-brand.p-0.desktop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.navbar-brand img {
    width: 130px;
}

nav#mainNav .container {
    background: transparent;
    padding: 15px 25px;
    border-radius: 20px;
}

nav#mainNav .nav-item>a {
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    padding: 10px 5px;
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center;
}

nav#mainNav .nav-item>a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: rgb(174, 230, 128);
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: 500ms;
}

nav#mainNav .nav-item>a:hover::after {
    width: 100%;
    transition: 500ms;
}

nav#mainNav .nav-item>a:hover {
    color: rgb(2, 165, 255);
}

header.mainHeader .container {
    background: rgb(1, 67, 67) !important;
}

img.logoScrollBottom {
    display: none;
}

nav#mainNav .nav-item {
    padding: 0px 15px;
}

.dropmenu {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgb(255, 255, 255);
}

.dropmenuWrp {
    position: absolute;
    left: 0px;
    top: 100%;
    background: rgb(255, 255, 255);
    min-width: 210px;
    padding: 0px 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.18) 4px 10px 10px;
    display: none;
    list-style: none;
    border-radius: 5px;
}

.dropmenuWrp li a {
    display: block;
    padding: 7px 10px;
    color: rgb(0, 0, 0);
    font-size: 14px;
}

.dropmenu:hover .dropmenuWrp {
    display: block;
}

nav#mainNav .nav-item>a:hover,
.dropmenu:hover>a {
    color: rgb(174, 230, 128);
}

.dropmenuWrp li a:hover {
    background: rgb(202, 46, 42);
    color: rgb(255, 255, 255);
}

.dropmenuToggle {
    position: absolute;
    right: 0px;
    top: 19px;
    color: rgb(255, 255, 255);
}

.bannerContent h3 {
    font-weight: 600;
    font-size: 24px;
    color: rgb(255, 255, 255);
    margin: 0px;
    line-height: 32px;
}

.bannerContent {
    position: relative;
    z-index: 9;
}

.bannerContent h1 {
    color: rgb(255, 255, 255);
    font-size: 72px;
    margin: 10px 0px 20px;
    font-weight: 500;
    line-height: 1.2;
}

.bannerContent h1 span {
    color: rgb(174, 230, 127);
    font-weight: 900;
    letter-spacing: 1px;
}

.cursor {
    display: inline-block;
    animation: 0.7s ease 0s infinite normal none running blink;
    font-weight: 300;
}

@keyframes blink {

    0%,
    50% {
        opacity: 1;
    }

    51%,
    100% {
        opacity: 0;
    }
}

.whiteBg {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
    border-radius: 10px;
}

.lineBtn,
.colorBtn,
.blackBtn,
.greyBtn {
    display: inline-flex;
    padding: 8px 25px;
    background: rgb(174, 230, 127);
    position: relative;
    z-index: 1;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    font-size: 16px;
    border: 1px solid transparent;
    font-weight: 500;
    color: rgb(0, 0, 0) !important;
    border-radius: 9px !important;
}

.colorBtnmob {
    display: inline-flex;
    padding: 8px 25px;
    background: rgb(174, 230, 127);
    position: relative;
    z-index: 1;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    font-size: 16px;
    border: 1px solid transparent;
    font-weight: 500;
    color: rgb(0, 0, 0) !important;
    border-radius: 9px;
}

.colorBtn:hover {
    background: transparent;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(245, 245, 245) !important;
}

.colorBtnmob:hover {
    background: transparent;
    border: 1px solid rgb(245, 245, 245);
    color: rgb(240, 243, 238) !important;
}

.lineBtn {
    background: transparent;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255) !important;
}

.blackBtn {
    background: rgb(31, 31, 31);
    color: rgb(255, 255, 255) !important;
}

.blackBtn:hover {
    background: transparent;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255) !important;
}

.colorBtn svg,
.whiteLineBtn svg,
.blackBtn svg,
.colorBtn svg {
    width: 16px;
    height: 16px;
    position: relative;
    left: 0px;
    transition: 500ms;
}

.greyBtn {
    background: rgb(234, 236, 253);
    text-transform: none;
    border: none;
    font-size: 12px;
    color: rgb(97, 97, 103) !important;
    outline: none !important;
}

.banner {
    padding: 15px 0px 20px;
}

/* .banner {
    background: url("../images/banner.png") left top / cover;
    border-radius: 0px;
    position: relative;
    min-height: calc(100vh);
    display: flex;
    align-items: center;
    width: 100%;
} */

.banner {
    position: relative;
    width: 100%;

    /* Maintain original image ratio */
    aspect-ratio: 15 / 9;
    /* adjust if your image ratio differs */

    display: flex;
    align-items: center;

    /* FULL image visible – NO CUT */
    background-image: url("../images/banner2.webp");
    background-repeat: no-repeat;
    /* background-position: center center; */
    background-size: cover;

    background-color: #0b3a3a;
    /* fill empty space (important) */
    overflow: hidden;
}

.banner::before {
    content: "";
    position: absolute;
    inset: 0;

    background: url("../images/blur.webp") center / cover no-repeat;
    filter: blur(20px);
    transform: scale(1.1);
    opacity: 0.85;

    /* Blur only left 70% */
    -webkit-mask-image: linear-gradient(to right,
            rgba(0, 0, 0, 1) 30%,
            rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right,
            rgba(0, 0, 0, 1) 30%,
            rgba(0, 0, 0, 0) 100%);

    z-index: 1;
}

/* Content above images */
.banner>* {
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {

    .banner {
        /* Make banner taller for mobile */
        aspect-ratio: 4 / 5;

        /* Prevent image cut */
        background-position: top center;
    }

    .bannerContent {
        margin-top: 30% !important;
    }

    /* Adjust blur for mobile */
    .banner::before {
        filter: blur(14px);
        transform: scale(1.2);

        /* Blur TOP 45% for text readability */
        -webkit-mask-image: linear-gradient(to bottom,
                rgba(0, 0, 0, 1) 45%,
                rgba(0, 0, 0, 0) 100%);
        mask-image: linear-gradient(to bottom,
                rgba(0, 0, 0, 1) 45%,
                rgba(0, 0, 0, 0) 100%);
    }
}

.financeSec {
    background: rgb(24, 68, 68);
}

.financeSec .sectionHeading h2 {
    font-size: 72px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.financeSec .para {
    font-size: 20px;
    color: rgb(236, 239, 235);
    font-weight: 300;
}

.financeSec li {
    font-size: 12px;
    color: rgb(255, 255, 255);
}

section.financeSec .sectionHeading p span {
    background: rgb(236, 244, 233);
    color: rgb(0, 52, 52);
}

.howWorksSec {
    background: rgb(236, 239, 235);
}

.contentBx {
    display: flex;
    gap: 30px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(227, 232, 239);
    padding: 25px;
    align-items: self-start;
    border-radius: 16px;
    transform: scale(1);
    transition: 300ms;
}

.contentImg {
    min-width: 50px;
}

.contentContent h3 {
    font-size: 20px;
    color: rgb(14, 17, 9);
}

.contentContent .para {
    margin: 0px;
    font-size: 17px;
    font-weight: 300;
}

.greyBx {
    background: rgb(236, 239, 235);
    padding: 30px;
    border-radius: 20px;
    transform: scale(1);
    transition: 300ms;
    height: 100%;
}

.imgList {
    display: flex;
    align-items: end;
    margin-bottom: 30px;
}

.greyBx h3 {
    font-size: 18px;
    color: rgb(32, 36, 39);
    font-weight: 800;
}

.greyBx p {
    color: rgb(99, 102, 104);
    font-size: 16px;
    margin: 0px;
}

.builtBx {
    text-align: center;
    padding: 25px 10px;
    background: rgb(246, 246, 246);
    border-radius: 20px;
    transform: scale(1);
    transition: 300ms;
    height: 100%;
}

.builtBx:hover,
.greyBx:hover,
.contentBx:hover {
    transform: scale(1.05);
    transition: 300ms;
}

.builtBx h3 {
    font-size: 22px;
    color: rgb(0, 52, 52);
    font-weight: 500;
    margin: 20px 0px 0px;
}

.testimonialSec {
    background: rgb(236, 244, 233);
}

.testimonialBx {
    padding: 30px;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    min-height: 320px;
}

.testimonialBx p {
    font-size: 18px;
    color: rgb(103, 116, 137);
    margin: 0px 0px 35px;
}

.testimonialDetails {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonialInfo h3 {
    font-size: 18px;
    font-weight: 600;
    color: rgb(14, 17, 9);
}

.testimonialInfo h4 {
    color: rgb(103, 116, 137);
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}

.testimonialDetails>img {
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    width: 60px !important;
}

.testimonialSec .owl-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

div#accordionExample {
    border: none;
}

.accordion-item {
    margin-bottom: 30px;
    overflow: hidden;
    background: rgb(236, 239, 235) !important;
    border: 1px solid rgb(227, 232, 239) !important;
    border-radius: 16px !important;
}

.accordion-button {
    font-size: 20px;
    font-weight: 600;
    color: rgb(0, 52, 52);
    padding: 24px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.aboutWrp {
    border-radius: 20px;
    background: rgb(236, 244, 233);
    display: flex;
    overflow: hidden;
    align-items: center;
}

.aboutContent {
    padding: 50px;
    max-width: 58%;
}

.aboutContent h2 {
    color: rgb(0, 52, 52);
    margin-bottom: 30px;
}

.aboutContent p {
    color: rgb(0, 52, 52);
    font-weight: 300;
    font-size: 20px;
    margin: 0px 0px 30px;
}

.aboutImg {
    border-radius: 0 20px 20px 0;
    /* top-left | top-right | bottom-right | bottom-left */
    overflow: hidden;
}

@media (max-width: 768px) {
    .aboutImg {
        border-radius: 0px;
    }
}

.mainFooter {
    background-color: rgb(0, 52, 52);
    padding: 80px 0px 30px;
    background-size: cover !important;
}

.footerLogo p {
    font-size: 17px;
    color: rgb(214, 214, 216);
    margin: 20px 0px 0px;
}

.footerLinks h3 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin: 0px 0px 15px;
    font-weight: 500;
}

.footerLinks ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.footerLinks ul li {
    margin: 0px 0px 8px;
    color: rgb(214, 214, 216);
    font-size: 17px;
}

.footerLinks ul li a {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 300;
}

.footerLinks ul li a:hover {
    color: rgb(174, 230, 128);
}

.copyright>span,
.priLink a {
    color: rgb(255, 255, 255);
    font-size: 15px;
    display: inline-block;
}

.priLink a {
    margin-left: 15px;
}

.priLink a:not(:first-child)::before {
    content: "•";
    position: relative;
    left: -9px;
}

.copyright {
    border-top: 1px solid rgba(178, 178, 178, 0.15);
    padding-top: 30px;
    margin-top: 30px;
}

.footerLogo p {
    font-size: 15px;
    color: rgb(255, 255, 255);
    margin: 20px 0px 0px;
}

.socialIcons {
    margin: 20px 0px 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
}

.accordion-body {
    padding-top: 0px;
    font-size: 16px;
    color: rgb(103, 116, 137);
}

.accordion-button::after {
    content: "+";
    font-size: 32px;
    font-weight: 300;
    width: auto;
    height: auto;
    transform: none;
    background: none !important;
}

.accordion-button:not(.collapsed)::after {
    content: "−";
}

.newsletterBx input {
    width: 100%;
    border: 1px solid rgb(227, 232, 239);
    background: rgb(250, 250, 250);
    padding: 10px 15px;
    font-size: 14px;
    color: rgb(103, 116, 137);
    border-radius: 10px;
}

.socialIcons a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgb(174, 230, 127);
    color: #003434;
}

.socialIcons a:hover {
    background: #184444;
    color: rgb(174, 230, 127);
}

.aboutSection {
    padding: 60px 0px 60px 0px;
    overflow: hidden;
}

.contact-card {
    background: #eef6ec;
    border-radius: 20px;
    padding: 30px;
}

.form-card {
    background: rgb(246, 246, 246);
    border-radius: 20px;
    padding: 30px;
    height: 100%;
}

.icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #b9f28c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f5132;
    font-weight: bold;
}

.map-card {
    background: #eef6ec;
    border-radius: 20px;
    height: 180px;
    position: relative;
}

.map-pin {
    width: 22px;
    height: 22px;
    background: #0f5132;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #fff;
}

.map-label {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 6px 14px;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.btn-send {
    background: #b9f28c !important;
    border: none;
    font-weight: 600;
    padding: 12px;
    border-radius: 12px;
}

.btn-send:hover {
    background: #b9f28c;
    border: none;
    font-weight: 600;
    padding: 12px;
    border-radius: 12px;
}

.contact-card h3,
h6 {
    color: #0f5132;
    font-weight: bold !important;
}

.form-card .form-label {
    font-weight: 600;
}

.aboutSec p span {
    display: inline-flex;
    padding: 10px 10px !important;
    border: 2px solid #eef6ec;
    font-size: 14px;
    font-weight: 500;
    color: #0f5132;
    background-color: #eef6ec;
    border-radius: 10px;
}

.alert-primary {
    background: #fff !important;
}

@media (max-width: 991px) {

    header.mainHeader {
        position: fixed !important;
        top: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        height: auto !important;
    }
}

.inner-banner {
    background: url("../images/inner_banner.jpg") center / cover no-repeat;
    height: 50vh;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
}

.inner-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
}

.inner-banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 60px;
}

.inner-banner-content .heading1 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 10px;
    margin-top: 2rem;

}

.inner-banner-content .subheading {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.inner-banner-content .inner_para {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}

.breadcrumb-text {
    color: #fff;
    font-size: 14px;
}

.breadcrumb-text a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-text span {
    margin: 0 4px;
}

.breadcrumb-text .current {
    font-weight: 300;
}

@media (max-width: 767px) {
    .inner-banner {
        height: 40vh;
        align-items: flex-start;
    }

    .inner-banner-content {
        /* margin-top: 90px; */
        padding: 0 15px;
    }

    .inner-banner-content .heading1 {
        font-size: 32px;
    }

    .inner-banner-content .subheading {
        font-size: 20px;
    }

    .inner-banner-content .inner_para {
        font-size: 16px;
    }


    .breadcrumb-text {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .header.mainHeader .container {
        margin-top: 20px !important;
    }
}

.greyBxImg {
    width: 330px;
    height: 250px;
    object-fit: contain;
}

.greyBxIcon {
    width: 65px;
    height: 100px;
}

.greyBx a {
    color: rgb(99, 102, 104);
    font-size: 16px;
    margin: 0px;
}

.footerLine {
    font-size: 12px;
    display: flex;
    text-align: end;
    justify-content: end;
}

.footerLogo img {
    height: 70px;
    object-fit: contain;
}


/* For Blog */
/* ===============================
   COMMON LINKS & TRANSITIONS
================================ */
a,
a:hover,
a:focus {
    text-decoration: none;
    transition: 400ms;
}

/* ===============================
   BUTTON STYLING
================================ */
.btn-outline-primary {
    --bs-btn-color: rgb(1, 67, 67);
    --bs-btn-border-color: rgb(1, 67, 67);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(1, 67, 67);
    --bs-btn-hover-border-color: rgb(1, 67, 67);
    --bs-btn-active-bg: rgb(1, 67, 67);
    --bs-btn-active-border-color: rgb(1, 67, 67);
}

.btn-primary {
    --bs-btn-bg: rgb(1, 67, 67);
    --bs-btn-border-color: rgb(1, 67, 67);
    --bs-btn-hover-bg: rgb(1, 67, 67);
    --bs-btn-hover-border-color: rgb(1, 67, 67);
    color: #fff !important;
}

.btn-outline-primary:hover,
.btn-primary:hover {
    color: #fff !important;
}

/* ===============================
   PAGINATION
================================ */
.page-link {
    color: rgb(1, 67, 67) !important;
}

.active>.page-link,
.page-link.active {
    background-color: rgb(1, 67, 67) !important;
    border-color: rgb(1, 67, 67) !important;
    color: #fff !important;
}

/* ===============================
   BLOG LIST CARD (NEW DESIGN)
================================ */
.blog-list-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.blog-list-card:hover {
    transform: translateY(-4px);
}

/* BLOG IMAGE */
.blogListImg {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
}

/* CATEGORY BADGE */
.blog-list-category {
    display: inline-block;
    background: #eef4ff;
    color: rgb(1, 67, 67);
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 20px;
    margin-bottom: 6px;
}

/* BLOG TITLE */
.blog-list-title {
    font-size: 20px;
    font-weight: 600;
    margin: 8px 0;
}

.blog-list-title a {
    color: rgb(1, 67, 67);
}

/* BLOG DESCRIPTION */
.blog-list-desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

/* READ MORE */
.read-more {
    color: rgb(1, 67, 67);
    font-weight: 500;
}

/* ===============================
   CATEGORY SIDEBAR
================================ */
.category-sidebar {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    position: sticky;
}

.category-sidebar h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(1, 67, 67);
}

/* CATEGORY LIST */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 10px;
}

.category-list a {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    border-radius: 6px;
    transition: 0.3s ease;
}

.category-list a:hover,
.category-list a.active {
    background: rgb(1, 67, 67);
    color: #fff;
}

/* ===============================
   OLD GRID BLOG SUPPORT (OPTIONAL)
================================ */
.blog-card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.blog-category {
    display: inline-block;
    background: #eef4ff;
    color: rgb(1, 67, 67);
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 20px;
    margin: 10px 0;
}

.blog-title {
    font-size: 18px;
    font-weight: 600;
    color: rgb(1, 67, 67);
}

.blog-desc {
    font-size: 14px;
    color: #555;
}

.blogImg {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

/* ===============================
   BLOG DETAILS PAGE
================================ */
.mainBlogImg {
    width: 100%;
    /* height: 400px;
    object-fit: contain; */
}

.blogTitle {
    color: rgb(1, 67, 67) !important;
}

/* ===============================
   RESPONSIVE FIX
================================ */
@media (max-width: 768px) {
    .blogListImg {
        height: 180px;
    }

    .category-sidebar {
        position: static;
    }
}

/* ===============================
   FULL IMAGE BLOG CARD
================================ */
.blog-full-link {
    text-decoration: none;
}

.blog-full-card {
    position: relative;
    height: 320px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: 0.4s ease;
}

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

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

/* DARK OVERLAY */
.blog-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.15),
            rgba(0, 0, 0, 0.85));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

/* TOP BADGES */
.blog-top-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-cat {
    background: linear-gradient(135deg, rgb(1, 67, 67), #0aa);
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
}

.blog-date {
    color: #fff;
    font-size: 12px;
    opacity: 0.9;
}

/* CONTENT */
.blog-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.blog-content p {
    font-size: 14px;
    color: #ddd;
    margin: 0;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
    .blog-full-card {
        height: 260px;
    }

    .blog-content h3 {
        font-size: 18px;
    }
}


/* ===============================
   CATEGORY CARD (RIGHT FIXED)
================================ */
.category-card-fixed {
    background: #fff;
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* STICKY ONLY ON DESKTOP */
@media (min-width: 992px) {
    .category-card-fixed {
        position: sticky;
    }
}

/* TITLE */
.category-card-fixed h4 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(1, 67, 67);
    margin-bottom: 16px;
}

/* LIST */
.category-modern-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-modern-list li {
    margin-bottom: 10px;
}

/* LINK */
.category-modern-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 14px;
    color: #333;
    transition: 0.35s ease;
}

/* ICON */
.category-modern-list a i {
    font-size: 14px;
    opacity: 0.6;
    transition: 0.35s ease;
}

/* HOVER */
.category-modern-list a:hover {
    background: rgba(1, 67, 67, 0.08);
    color: rgb(1, 67, 67);
}

.category-modern-list a:hover i {
    transform: translateX(5px);
    opacity: 1;
}

/* ACTIVE */
.category-modern-list a.active {
    background: linear-gradient(135deg, rgb(1, 67, 67), #0aa);
    color: #fff;
}

.category-modern-list a.active i {
    color: #fff;
    opacity: 1;
}

/* MOBILE */
@media (max-width: 991px) {
    .category-card-fixed {
        position: static;
        margin-top: 30px;
    }
}



/* Blog Detail */

/* ===============================
   BLOG DETAIL PAGE
================================ */
.mainBlogImg {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.blogTitle {
    font-size: 28px;
    line-height: 1.4;
    color: #1c1c1c;
}

/* META INFO */
.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
}

.blog-meta i {
    color: rgb(1, 67, 67);
}

/* BLOG CONTENT */
.blog-description {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.blog-description h2,
.blog-description h3 {
    margin-top: 30px;
    font-weight: 600;
}

.blog-description img {
    max-width: 100%;
    border-radius: 12px;
    margin: 20px 0;
}


/* ===============================
   RELATED BLOGS
================================ */
.related-blogs-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.related-blogs-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(1, 67, 67);
}

.related-blog-item {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    text-decoration: none;
    color: #333;
}

.related-blog-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 12px;
}

.related-blog-content h6 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 4px;
    transition: 0.3s;
}

.related-blog-content span {
    font-size: 12px;
    color: #888;
}

.related-blog-item:hover h6 {
    color: rgb(1, 67, 67);
}

.aboutSec h2 {
    font-size: 25px;
    letter-spacing: 0.25px;
    margin-bottom: 12px;
}

.aboutSec h3 {
    font-size: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 12px;
}

.aboutSec p,
.aboutSec ul {
    margin-bottom: 20px;
}

.aboutSec li {
    padding-bottom: 10px;
}

.aboutSec h4 {
    font-size: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 12px;
}

.sectionHeadingSecond h2 {
    font-size: 32px;
    color: rgb(30, 72, 65);
    font-weight: 600;
    margin: 10px 0px 15px;
}

.wealthSecSecond p,
.wealthSecSecond li {
    font-size: 18px;
}