/********** Template CSS **********/
html {
    overscroll-behavior: none;
    margin: 0;
    padding: 0;
}

body {
    overscroll-behavior: none;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

:root {
    --primary: #348E38;
    --secondary: #525368;
    --light: #E8F5E9;
    --dark: #0F4229;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 40px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** 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;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.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;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: 0;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 48px
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 10px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 400;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

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

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(15, 66, 41, .6);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(15, 66, 41, .6), rgba(15, 66, 41, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

.page-header .container {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

.page-header h1 {
    font-size: 28px !important;
    margin-bottom: 14px !important;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 15px;
    color: var(--light);
}


/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
    }
}

/* ========== Features Section ========== */
.features-section {
    background: linear-gradient(135deg, #f4f8fb, #f9fcfc, #f7fbfb); /* Futuristic dark gradient */
    color: #0e0e0e;
    padding: 80px 0;
  }
  
  .features-section .features-content .subheading {
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  
  .features-section .features-content h1,
  .features-section .features-content p {
    color: #0a0a0a;
  }
  
  /* Feature Cards Container */
  .features-cards .feature-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 40px 20px;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .features-cards .feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  }
  
  /* Icon Wrapper with Gradient and Neon Glow */
  .features-cards .icon-wrapper {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #0dfd39, #00d4ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }
  
  .features-cards .icon-wrapper i {
    color: #fff;
  }
  
  /* Feature Title */
  .features-cards .feature-title {
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
  }
  
/*** Facts & Quote ***/
.facts,
.quote {
    background: rgba(15, 66, 41, .6);
}


/*** Service ***/
.service-item {
    position: relative;
    text-align: center;
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.service-item:hover .service-img img {
    transform: scale(1);
}

.service-item .service-text {
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
}

.service-item:hover .service-text {
    background: rgba(15, 66, 41, .6);
}

.service-item .service-text h4,
.service-item .service-text p {
    transition: .3;
}

.service-item:hover .service-text h4 {
    color: #FFFFFF;
}

.service-item:hover .service-text p {
    color: var(--light);
}

.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}

.service-item:hover .service-text .btn-square {
    background: var(--light);
}

.service-item .service-text .btn {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

.service-item:hover .service-text .btn {
    width: 112px;
}


/*** Service Stacked Card Carousel ***/

/* Section layout */
.svc-layout { margin-top: 2.75rem; }

/* Outer row: stack + right arrow side by side */
.svc-outer-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

/* Wrapper — right-aligned, overflow visible for fanned cards */
.svc-stack-wrapper {
    position: relative;
    width: 100%;
    height: 354px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 50px;
    padding-right: 0;
    overflow: visible;
    flex: 1;
}

/* Stack container */
.svc-stack {
    position: relative;
    width: 440px;
    height: 270px;
    cursor: grab;
    user-select: none;
    overflow: visible;
}
.svc-stack:active { cursor: grabbing; }

/* Each card */
.svc-card {
    position: absolute;
    width: 100%;
    height: 230px;
    top: 40px;
    left: 0;
    border-radius: 0 !important;
    transition: transform 0.85s cubic-bezier(.25,.1,.25,1), opacity 0.85s, box-shadow 0.4s;
    will-change: transform, opacity;
}
.svc-card.is-dragging { transition: transform 0.08s linear !important; }

/* Stack fan positions — front card right, back cards spread upper-left */
.svc-card[data-pos="0"] {
    transform: translate(0px,    0px)  rotate(0deg)   scale(1);
    opacity: 1; z-index: 10;
    box-shadow: 0 8px 36px rgba(0,0,0,0.22);
}
.svc-card[data-pos="1"] {
    transform: translate(-100px,-13px) rotate(-6deg)  scale(0.97);
    opacity: 1; z-index: 9;
    box-shadow: 0 6px 22px rgba(0,0,0,0.16);
}
.svc-card[data-pos="2"] {
    transform: translate(-195px,-24px) rotate(-12deg) scale(0.94);
    opacity: 0.88; z-index: 8;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}
.svc-card[data-pos="3"] {
    transform: translate(-280px,-34px) rotate(-18deg) scale(0.91);
    opacity: 0.72; z-index: 7;
    box-shadow: 0 6px 12px rgba(0,0,0,0.09);
}
.svc-card[data-pos="4"] {
    transform: translate(-355px,-43px) rotate(-24deg) scale(0.88);
    opacity: 0.55; z-index: 6;
    box-shadow: 0 6px 8px rgba(0,0,0,0.06);
}
.svc-card[data-pos="hidden"] {
    transform: translate(-425px,-50px) rotate(-28deg) scale(0.85);
    opacity: 0; z-index: 1;
    pointer-events: none;
}

/* Exit — card flies off to the right */
.svc-card.svc-exit-left {
    transform: translate(115%, 20px) rotate(8deg) !important;
    opacity: 0 !important;
    transition: transform 0.80s cubic-bezier(.25,.1,.25,1), opacity 0.70s !important;
}

/* Service item fills card */
.svc-card .service-item {
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
    overflow: hidden;
    box-shadow: none;
    text-align: left;
}

.svc-card .service-img { border-radius: 0 !important; }

/* Full-bleed gradient overlay — always on, not just hover */
.svc-card .service-item .service-text {
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.50) 45%, transparent 75%) !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 1.1rem 1.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

/* Always-white heading & description */
.svc-card .service-item .service-text h4 {
    color: #ffffff !important;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.svc-card .service-item .service-text p {
    color: rgba(255,255,255,0.88) !important;
    font-size: 0.82rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    text-shadow: 0 1px 3px rgba(0,0,0,0.35);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* READ MORE — plain arrow link style like reference */
.svc-card .service-item .service-text .btn {
    width: 100% !important;
    height: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 0 0 4px 0 !important;
    border: none !important;
    text-transform: uppercase;
    display: block !important;
    text-align: left !important;
    overflow: visible !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
    border-radius: 0 !important;
    transition: color 0.25s !important;
    position: relative;
}
.svc-card .service-item .service-text .btn span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.svc-card .service-item .service-text .btn::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.6);
    margin-top: 8px;
    transition: background 0.25s;
}
.svc-card .service-item .service-text .btn:hover {
    color: #6fcf97 !important;
}
.svc-card .service-item .service-text .btn:hover::after {
    background: #6fcf97;
}

/* Side arrow buttons — plain icon style matching projects section */
.svc-side-arrow {
    flex-shrink: 0;
    background: none;
    border: none;
    color: #2d6a4f;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 8px;
    line-height: 1;
    transition: color 0.2s, transform 0.2s;
}
.svc-side-arrow:hover {
    color: #1b4332;
    transform: scale(1.2);
}

/* Both arrows are flex siblings of svc-stack-wrapper */
.svc-outer-row > .svc-side-left,
.svc-outer-row > .svc-side-right {
    position: static;
    transform: none;
    flex-shrink: 0;
    align-self: center;
}
.svc-outer-row > .svc-side-left:hover,
.svc-outer-row > .svc-side-right:hover {
    color: #1b4332;
    transform: scale(1.2);
}

/* Bottom dots */
.svc-bottom-nav {
    display: flex;
    justify-content: center;
    margin-top: 0.75rem;
}
.svc-dots { display: flex; gap: 8px; align-items: center; }
.svc-dot {
    width: 9px; height: 9px;
    border-radius: 50%;
    background: rgba(26,107,60,0.22);
    border: none; cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    padding: 0;
}
.svc-dot.active {
    background: #1a6b3c;
    transform: scale(1.35);
}

/* Responsive */
@media (max-width: 768px) {
    .svc-stack-wrapper { height: 280px; padding-right: 20px; padding-top: 40px; }
    .svc-stack { width: 90%; }
    .svc-card { height: 200px; top: 24px; }
}

/*** Project Portfolio ***/
#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}

#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--dark);
    border-color: var(--dark);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
}

.portfolio-inner::before,
.portfolio-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 66, 41, .6);
    transition: .5s;
}

.portfolio-inner::after {
    left: auto;
    right: 0;
}

.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
    width: 50%;
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.portfolio-inner:hover .portfolio-text {
    transition-delay: .3s;
    opacity: 1;
}

.portfolio-inner .portfolio-text .btn {
    background: var(--light);
    color: var(--primary);
}

.portfolio-inner .portfolio-text .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
}

.team-item .team-text {
    position: absolute;
    width: calc(100% - 45px);
    left: -100%;
    bottom: 45px;
    padding: 1.5rem;
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}


/*** Testimonial — Stacked tilt-card ***/

/* stage: keep overflow hidden so cards don't spill during slide */
.testimonial-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 28px 0 44px;
}

/* testimonial section */
.testimonial-section-wrap {
    overflow: hidden;
    padding: 0;
}

/* ── Card base ── */
.tcard {
    background: #fff;
    border-radius: 14px;
    padding: 16px 16px 14px;
    margin: 0 8px;
    position: relative;
    box-shadow: 0 6px 32px rgba(10,30,15,.11);
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* non-center cards tilt alternately */
    transform: rotate(-4deg) scale(.92);
    transform-origin: center center;
    opacity: .72;
    transition: transform .45s cubic-bezier(.25,.8,.25,1),
                box-shadow .45s, opacity .45s;
}

/* even owl items tilt the opposite way */
.testimonial-carousel .owl-item:nth-child(even) .tcard {
    transform: rotate(4deg) scale(.92);
}

/* center/active card — upright, full size */
.testimonial-carousel .owl-item.center .tcard {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    box-shadow: 0 16px 56px rgba(10,30,15,.18);
}

/* ── CTA tag ── */
.tcard-cta {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #0b1f10;
    color: #fff;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 5px 11px;
    border-radius: 4px;
}

/* ── Stars ── */
.tcard-stars {
    color: #f5a623;
    font-size: .78rem;
    letter-spacing: 2px;
}

/* ── Quote text ── */
.tcard-text {
    font-size: .76rem;
    color: #3c4a3e;
    line-height: 1.8;
    margin: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ── Author row ── */
.tcard-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #eaf0ec;
}

.tcard-avatar {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px;
    max-width: 48px;
    border-radius: 50% !important;
    object-fit: cover;
    object-position: top center;
    border: 2.5px solid var(--primary);
    flex-shrink: 0;
    display: block;
}

.tcard-name {
    margin: 0 0 2px;
    font-size: .88rem;
    font-weight: 700;
    color: #0b1f10;
}

.tcard-role {
    font-size: .72rem;
    color: #6b7a6e;
    font-weight: 500;
}

/* ── Nav buttons ── */
.testimonial-carousel .owl-nav {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    background: transparent;
    border: 1.5px solid #c2d5c8;
    border-radius: 6px;
    padding: 0;
    line-height: 1;
    transition: border-color .25s, background .25s;
}

.tc-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 20px;
    font-size: .74rem;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #3c4c40;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    border-color: var(--primary);
    background: var(--primary);
}

.testimonial-carousel .owl-nav .owl-prev:hover .tc-nav-btn,
.testimonial-carousel .owl-nav .owl-next:hover .tc-nav-btn {
    color: #fff;
}

/* dots off */
.testimonial-carousel .owl-dots { display: none; }

/* ── Mobile: disable tilt ── */
@media (max-width: 767px) {
    .tcard,
    .testimonial-carousel .owl-item:nth-child(even) .tcard {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
    .testimonial-carousel.owl-carousel .owl-stage-outer {
        padding: 10px 0 24px;
    }
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    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 {
    color: #1c3d22;
    letter-spacing: 0;
    box-shadow: none;
}

.footer,
.container-fluid.bg-dark.footer {
    background-color: #3d7a4a !important;
}

.footer h4 { color: #ffffff !important; }
.footer p, .footer i { color: #ffffff !important; }
.footer .btn.btn-link { color: #ffffff; }
.footer h4 { font-size:0.9rem !important; letter-spacing:0.05em; text-transform:uppercase; border-bottom:2px solid rgba(255,255,255,.35); padding-bottom:10px; margin-bottom:16px !important; }
.footer p, .footer .btn.btn-link { font-size: 0.85rem; }

.copyright {
    color: var(--light);
    background: #085041;
    font-size: 0.82rem;
}

.copyright a {
    color: #FFFFFF;
}

.copyright a:hover {
    color: var(--ks-leaf);
}

/* =====================================================
   PROFESSIONAL IMPROVEMENTS
   ===================================================== */

/* Global typography */
body { font-family: "Open Sans", sans-serif !important; font-size: 1rem !important; line-height: 1.75 !important; color: #3a3a3a; }
h1, .h1 { font-family: "Jost", sans-serif !important; font-size: 1.9rem !important; line-height: 1.2 !important; }
h2, .h2 { font-family: "Jost", sans-serif !important; font-size: 1.7rem !important; line-height: 1.25 !important; }
h3, .h3 { font-family: "Jost", sans-serif !important; font-size: 1.4rem !important; }
h4, .h4 { font-family: "Jost", sans-serif !important; font-size: 1.15rem !important; }

/* Navbar improvements */
.navbar.sticky-top { box-shadow: 0 2px 12px rgba(0,0,0,.08); }
.navbar .navbar-brand h1 { font-size:1.15rem !important; color:#085041 !important; }
/* ── Navbar font — edit HERE to change font/size across ALL pages ── */
.navbar .navbar-nav .nav-link { margin-right:28px; padding:10px 0; color:#444; font-family:'Jost',sans-serif !important; font-size:14px; font-weight:600; letter-spacing:0.02em; }
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active { color: var(--primary); }

/* About section */
.about-section { background: #fff; }
.about-image-container { position: relative; display: inline-block; }
.about-image { border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,.12); width: 100%; }
.experience-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--primary);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(29,158,117,.4);
}
.experience-badge .years { font-size: 2rem; font-weight: 700; line-height: 1; }
.experience-badge .exp-text { font-size: .65rem; font-weight: 600; line-height: 1.2; }
.about-section .section-title { font-family: "Jost", sans-serif !important; font-size: 1.8rem !important; color: #085041; }

/* Back to top */
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 40px;
    z-index: 99;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: var(--primary) !important;
    transition: background-color 0.3s, color 0.3s;
}
.back-to-top:hover { box-shadow: 0 0 0 4px #1a4d2e !important; }