/********** Template CSS **********/
:root {
    --primary: #6aae43;
    --secondary: #f9fdf8;
    --light: #EFFDF5;
    --dark: #0E2E50;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/* STICKY BUTTON  */
/*.sticky-button {*/
/*  position: fixed;*/
/*  bottom: 25px;*/
/*  left: 40px;*/
/* display: none; */
/*}*/

/*.sticky-button .icon {*/
/*  background-color: rgb(35 94 162 / 50%);*/
/*  padding: 10px;*/
/*  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;*/
/*  border-radius: 50%;*/
/*  margin: 5px 0px;*/

/*}*/

/*.sticky-button img {*/
/*  width: 30px;*/
/*}*/

/* Container for sticky buttons */
.sticky-buttons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* Space between the buttons */
    z-index: 1000;
}

/* Individual button styling */
.sticky-button {
    width: 50px;
    height: 50px;
    /*background: white;*/
    background-color: rgb(35 94 162 / 50%);
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sticky-button img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

/* Hover effect */
.sticky-button:hover {
    transform: scale(1.1);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

/* Customize for specific buttons */
.call-button {
    background-color: rgb(35 94 162 / 50%);
}

.whatsapp-button {
    background-color: rgb(35 94 162 / 50%);
}


@media(min-width: 992px) {
    .sticky-button img {
        width: 40px;
    }
}

/* STICKY BUTTON  */

/* breadcrumb  */
.banner-about {
    background: url('../img/breadcrumb.jpg') center center no-repeat;
    height: 50vh;
}

.banner-about h2 {
    color: #a5e981;
}

.banner-about .h6 {
    color: var(--prime-one);
    font-weight: 700;
}

.banner-about .h2::after {
    content: url(../images/shape/shape-16.png);
    position: absolute;
    bottom: -51px;
    left: 40%;
}

.banner-about p a {
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.banner-about p a:hover {
    color: #a5e981;
}

/* breadcrumb  */



/*** 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;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

/* div {
    overflow-x: hidden;
    overflow-y: hidden;
} */

/*** Navbar ***/
.nav-bar {
    position: relative;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand {
    height: 80px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;

    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {
    .header {
        margin-top: -120px;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

@media (max-width: 768px) {
    .header-carousel .owl-nav {
        left: 25px;
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #DDDDDD;
}


/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    border: 1px dashed var(--primary) !important;
}


/*** About ***/
/* .about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transform: skew(20deg);
    z-index: 1;
} */
/* Section */
.about-section {
    background: #ffffff;
}

/* Text */
.about-subtitle {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 1px;
}

.about-title {
    font-weight: 700;
    line-height: 1.2;
    font-size: 20px;
}

.about-text {
    color: #666;
    /* max-width: 500px; */
}

/* Button */
.btn-primary-custom {
    background-color: var(--primary);
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary-custom:hover {
    background-color: #5a9a3a;
    color: #fff;
}

/* Image */
.about-image-wrapper {
    position: relative;
    display: inline-block;
}

.about-img {
    border-radius: 12px;
    max-width: 90%;
}

/* Floating Icons */
.floating-icon {
    position: absolute;
    background: #fff;
    color: var(--primary);
    padding: 8px 14px;
    border-radius: 20px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.floating-icon.like {
    top: 20%;
    left: -20px;
}

.floating-icon.heart {
    bottom: 20%;
    right: -20px;
}



/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    border: 1px dashed rgba(0, 185, 142, .3);
    transition: .5s;
}

.cat-item:hover div {
    background: var(--primary);
    border-color: transparent;
}

.cat-item div * {
    transition: .5s;
}

.cat-item:hover div * {
    color: #FFFFFF !important;
}


/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item img {
    transition: .5s;
}

.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
}

.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: #e7ffcd !important;
}

.footer .form-control {
    border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


/* Bannner  */
/* .hero-section {
    background-color: #fff;
}

.hero-image-wrapper {
    position: relative;
}

.hero-image-wrapper::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: #ff6b4a;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 991px) {
    .hero-image-wrapper::before {
        width: 200px;
        height: 200px;
    }
} */


.hero-section {
    background-color: #e7ffcd;
}

/* Wrapper */
.image-shape-wrapper {
    position: relative;
    width: 100%;
    max-width: 420px;
}

/* PNG Image */
.hero-img {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Background Shape */
.bg-shape {
    position: absolute;
    width: 320px;
    height: 320px;
    background: #ff6b4a;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* .bg-shape {
    background: url("assets/images/shape.svg") no-repeat center/contain;
    width: 360px;
    height: 360px;
} */

/* Responsive */
@media (max-width: 991px) {
    .bg-shape {
        width: 240px;
        height: 240px;
    }
}

/* FAQ */

.faq-title {
    text-align: center;
    color: #6aae43;
    margin-bottom: 40px;
    font-weight: 700;
}

.faq {
    border: 1px solid #e0f0d9;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    background: #ffffff;
    border-bottom: 1px solid #e0f0d9;
}

.faq-question:hover {
    background: #eef7ea;
}

.faq-question .faq-icon {
    font-size: 22px;
    color: #6aae43;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    font-size: 15px;
    color: #555;
    transition: all 0.3s ease;
    background: #ffffff;
}

.faq.active .faq-answer {
    max-height: 200px;
    padding: 15px 20px 20px;
}

.faq.active .faq-icon {
    content: "-";
    transform: rotate(45deg);
}

.mint-approach {
    padding: 80px 0;
    /*background: #f9fdf8;*/
}

.mint-title {
    text-align: center;
    margin-bottom: 30px;
    color: #6aae43;
    font-weight: 700;
}

/* our approach  */
.approach-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.approach-card {
    background: #ffffff;
    padding: 6px 30px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.approach-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #6aae43, #9bd57c);
    opacity: 0;
    transition: 0.4s ease;
}

.approach-card:hover::before {
    opacity: 0.08;
}

.approach-card:hover {
    transform: translateY(-12px);
}

.approach-card h4 {
    margin-bottom: 12px;
    font-weight: 600;
}

.approach-card p {
    color: #555;
}

.step {
    font-size: 48px;
    font-weight: 700;
    color: #6aae43;
    margin-bottom: 15px;
}

/* why chooes us  */
.mint-why {
    padding: 40px 0;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 25px;
}

.why-card {
    background: #ffffff;
    padding: 35px 25px;
    border: 1px solid #6aae43;
    border-radius: 16px;
    position: relative;
    text-align: center;
    transition: all 0.4s ease;
}

.why-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    border: 2px solid transparent;
    background: linear-gradient(135deg, #6aae43, #9bd57c) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: 0.4s ease;
}

.why-card:hover::after {
    opacity: 1;
}

.why-card:hover {
    transform: translateY(-10px);
}

.why-card span {
    font-size: 36px;
    display: inline-block;
    margin-bottom: 12px;
}

.why-card h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

/* case study  */
.portfolio-section {
    padding: 80px 0;
    background: #f9fdf8;
}

.portfolio-title {
    text-align: center;
    font-weight: 700;
    color: #6aae43;
    margin-bottom: 10px;
}

.portfolio-subtitle {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px;
    color: #555;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.2),
            rgba(106, 174, 67, 0.9));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    opacity: 0;
    transition: all 0.4s ease;
}

.portfolio-overlay h5 {
    margin-bottom: 5px;
    font-weight: 600;
}

.portfolio-overlay span {
    font-size: 14px;
    opacity: 0.9;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

/* vision-mission  */
.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #6aae43;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.separator {
    width: 50px;
    height: 3px;
    background: #6aae43;
    margin-bottom: 20px;
}

.mission-section,
.vision-section {
    padding: 20px;
    font-size: 16px;
    color: #555;
}

.mission-section p,
.vision-section p {
    line-height: 1.6;
    font-size: 16px;
}

.separator-line {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical-line {
    width: 2px;
    height: 100%;
    background: #6aae43;
}

@media (max-width: 768px) {
    .mission-vision-section {
        padding: 40px 15px;
    }

    .mission-section,
    .vision-section {
        text-align: center;
        margin-bottom: 30px;
    }

    .separator-line {
        display: none;
    }

    .row {
        flex-direction: column;
    }

    .section-title h2 {
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    .separator-line {
        display: block;
    }
}


/* serivce page  */
/* SIDEBAR */
.service-sidebar {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 20px;
}

.sidebar-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-left: 12px;
}

.sidebar-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: 18px;
    background: var(--primary);
}

/* SERVICE LIST */
.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    margin-bottom: 10px;
}

.service-list a {
    display: block;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    border: 1px solid #6aae43;
    transition: 0.3s;
}

.service-list li.active a,
.service-list a:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

/* CONTENT */
/* .service-content {
    padding: 10px;
} */

.service-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 40px 0 18px;
    position: relative;
    padding-left: 14px;
    color: var(--primary);
}

.service-content h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 22px;
    background: var(--primary);
    border-radius: 2px;
    box-shadow: 0 0 12px var(--glow-cyan);
}

/* PARAGRAPHS */
.service-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #000000;
    margin-bottom: 18px;
}

/* SERVICE POINTS LIST */
.service-points {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.service-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 15.5px;
    color: #000000;
}

/* CUSTOM BULLET */
.service-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 12px var(--glow-cyan);
}

/* .service-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
} */

.service-image img {
    width: 100%;
    border-radius: 16px;
}

/* .service-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
} */

/* .service-content h3 {
    margin-top: 30px;
    font-weight: 700;
}

.service-points {
    padding-left: 18px;
}

.service-points li {
    margin-bottom: 8px;
} */


.tools-section {
    padding: 80px 0;
    /*background-color: #f4f7f6;*/
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #6aae43;
    margin-bottom: 10px;
}

.section-subtitle {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}

.tool-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tool-card i {
    font-size: 50px;
    color: #6aae43;
    margin-bottom: 15px;
}

.tool-card h5 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.tool-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.tool-card:hover i {
    color: #4e8e2e;
}

@media (max-width: 768px) {
    .tools-section {
        padding: 40px 15px;
    }

    .tool-card {
        padding: 20px;
    }

    .section-title {
        font-size: 28px;
    }

    .tool-card h5 {
        font-size: 16px;
    }
}

/*Blog */
.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
}

.blog-card-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-card-body {
  padding: 20px;
}

.blog-category {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
}

.blog-card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.blog-card-text {
  font-size: 15px;
  color: #555;
}

.read-more {
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

.blog-detail-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
}

.blog-page h3{
    font-size: 26px;
}

.blog-page a{
    color: #6aae43;
    font-weight: 800;
    text-decoration: none;
}


.blog-detail-img img {
  width: 100%;
  border-radius: 16px;
}

.blog-meta {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

/* SIDEBAR */
.blog-sidebar {
  position: sticky;
  top: 20px;
}

.sidebar-box {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.sidebar-title {
  font-size: 18px;
  font-weight: 700;
  padding-left: 12px;
  position: relative;
}

.sidebar-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 18px;
  background: var(--primary);
}

.tag-list a {
  display: inline-block;
  margin: 6px 6px 0 0;
  padding: 6px 14px;
  border-radius: 6px;
  border: 1px solid #eee;
  font-size: 13px;
  text-decoration: none;
  color: #555;
}

.tag-list a:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
