/* ------------------------------------------
[Tables of Content]

> style (this)
    - Import
    - 1.0 Body/Main Styling
    - 2.0 Spacing
    - 3.0 Preloader
    - 4.0 Heading
    - 5.0 BackToTop/ ProgressBar
    - 6.0 Buttons
    - 7.0 Header
    - 8.0 Hero
    - 9.0 Animations
    - 10.0 Footer
    - 11.0 Softwares
    - 12.0 About
    - 13.0 Timelines/Summary
    - 14.0 Breadcrumb
    - 15.0 Blog
    - 16.0 Works By NRFZ
    - 17.0 Hero Details
    - 18.0 Skills Section
    - 19.0 Works By NRFZ_Details Section
    - 20.0 Blog Post Section
    - 21.0 EICW
    - 22.0 Filter/Jumplist Controls

> style-breakpoints
> dark theme
--------------------------------------------- */

/* ------------------------------------------ Import ------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(owl.carousel.min.css);
@import url(magnific-popup.css);
@import url(default-assets/themify-icons.css);

/* ------------------------------------------ 1.0 Body/Main Styling ------------------------------------------ */

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}


body {
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    z-index: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Onest", sans-serif;
    color: #252525;
    line-height: 1.3;
    font-weight: 600;
    cursor: default;
}

a,
a:active,
a:focus,
a:hover {
    color: #da8c08;
    text-decoration: none;
    transition-duration: 500ms;
    font-weight: 500;
}


li {
    list-style: none;
}

p {
    line-height: 1.9;
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    cursor: default;
}

b:hover {
    color: #d3a3a5;
    transition-duration: 500ms;
}

img {
    width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #e5e5e5b7;
    backdrop-filter: blur(10px);
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
}

.container-xxl {
    max-width: 90em;
}

.mfp-arrow {
    top: 75%;
}

.bg-img {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    position: fixed;
    z-index: 100;
    color: #fff;
    right: 20px;
    text-align: center;
    padding-right: 0;
    width: 100%;
    top: 20px;
    width: 30px;
    background: #ae7356;
    height: 30px;
    line-height: 30px;
}

img.mfp-img {
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
}

button.mfp-close,
button.mfp-arrow {
    background: #000;
    height: 7em;
    border-radius: 20px;
}

.mfp-bottom-bar {
    display: none !important;
}

.mfp-bg {
    background-color: #000000;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gray {
    background-color: #e9eae5 !important;
}

textarea:focus,
input:focus {
    outline: none;
}

textarea:invalid,
input:invalid,
textarea:required,
input:required {
    box-shadow: none !important;
}

.border {
    border-color: #ebebeb;
}

.mfp-arrow-left::after {
    border-right-color: transparent;
}

.mfp-arrow-left::before {
    border-right-color: #ffffff;
}

.mfp-arrow-right::after {
    border-left-color: transparent;
}

.mfp-arrow-right::before {
    border-left-color: #ffffff;
}

/*  ------------------------------------------ */

/* ------------------------------------------ 2.0 Spacing ------------------------------------------ */
.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.pt-50 {
    padding-top: 50px !important;
}

.section-padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #e9eae5;
}

.section-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f6f7f2;
}

.section-padding-0-80 {
    padding-top: 0;
    padding-bottom: 80px;
    background-color: #f6f7f2;
}

.section-padding-80-0 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f6f7f2;
}

.section-padding-80-50 {
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #f6f7f2;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f6f7f2;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
    background-color: #f6f7f2;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
    background-color: #f6f7f2;
}

.follow-area.clearfix {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f8faf4;
}

/* ------------------------------------------ */

/* ------------------------------------------ 3.0 Preloader ------------------------------------------ */
/* Preloader Styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8faf4;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: preloaderFlashLight 0.1s linear;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #eb6767;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#preloader-text {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}

@keyframes preloaderFlashLight {
    0%,
    60% { background-color: #f8faf4; }
    100% { background-color: #f8faf4; }
}
@keyframes preloaderFlashDark {
    0%,
    60% { background-color: #181818; }
    100% { background-color: #181818; }
}

/* ------------------------------------------ */

/* ------------------------------------------ 4.0 Heading ------------------------------------------ */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.section-heading h2 {
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: block;
    line-height: 1.2;
    cursor: default;
}

/* ------------------------------------------ */

/* ------------------------------------------ 5.0 BackToTop/ ProgressBar ------------------------------------------ */
#scrollUp {
    position: fixed;
    right: 40px;
    font-size: 20px;
    line-height: 47px;
    width: 46px;
    height: 46px;
    bottom: 60px;
    background-color: #ae7356;
    color: #fff;
    text-align: center;
    transition-duration: 500ms;
    border-radius: 25px;
    box-shadow: 0 2px 40px 0px rgba(15, 15, 15, 0.15);
    z-index: 12345111212;
    animation: pulse-animation 2s infinite;
}

#scrollUp:focus,
#scrollUp:hover {
    background-color: #da8c08;
    color: #ffffff;
}


/* Scroll Indicator Container */
#scroll-indicator-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 9999;
    /* Ensure it stays on top of other elements */
}

/* Scroll Indicator */
#scroll-indicator {
    height: 100%;
    width: 0;
    /* Start with 0 width */
    background: linear-gradient(90deg,
            #de650f 0%,
            #fd1d1d 50%,
            #df9e43 100%);
    transition: width 0.1s ease;
    /* Smooth transition for the indicator */
}

.scroll-bar {
    height: 5px;
    background: #b9683f;
    width: 0%;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}


/* ------------------------------------------ */

/* ------------------------------------------ 6.0 Buttons ------------------------------------------ */
.btn:focus {
    box-shadow: none;
}

.pw-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    height: 46px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    text-transform: capitalize;
    background-color: #eb6767;
    color: #252525;
    border-radius: 60px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.pw-btn.btn-2 {
    color: #fff;
}

.pw-btn:focus,
.pw-btn:hover,
.wbnrfz_btn:focus,
.wbnrfz_btn:hover {
    font-weight: 500;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    background-color: #da8c08;
    color: #fff;
}

.badges-btn {
    background-color: #ebebeb;
    padding: 5px 15px;
    display: inline-block;
    color: #636363;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    letter-spacing: 1px;
}

.badges-btn:hover,
.badges-btn:focus {
    background-color: #df7d4d;
    color: #ffffff;
    font-weight: 500;
}

.wbnrfz_btn_theme:hover {
    background-color: #da8c08;
}

#theme-icon {
    transition: transform 1.8s ease, opacity 1.8s ease;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

#theme-icon.animate {
    animation: pulse 0.5s infinite;
    opacity: 0.5;
}

/* ------------------------------------------ */

/* ------------------------------------------ 7.0 Header ------------------------------------------ */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    background: #ffffffea;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}


.nav-item {
    position: relative;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.13px;
    text-decoration: none;
    margin-left: 2.5rem;
    transition: all 0.5s ease;
}

.nav-item:hover {
    color: #da8c08;
}


.nav-item.active {
    font-weight: bold;
    border-bottom: 2px solid #eb6767;
    text-decoration: none;
    line-height: 40px;
    color: #eb6767;
}

.nav-item:hover:after {
    width: 100%;
}

.nav-item-toggle {
    position: relative;
    line-height: 25px;
    letter-spacing: -0.13px;
    text-decoration: none;
    margin-left: 2.5rem;
    transition: all 0.5s ease;
}

.nav-item-toggle:hover:after,
.nav-item-toggle::after {
    background-color: none;
}

.logo {
    width: 58px;
}

.icons {
    position: absolute;
    right: 5%;
    font-size: 2.3rem;
    color: #000;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

/* ------------------------------------------ */

/* ------------------------------------------ 8.0 Hero ------------------------------------------ */
#centered-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

#profile-picture {
    background-image: url("../img/bg-img/about.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 110px;
    width: 270px;
    height: 270px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

#title {
    margin-top: 24px;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    display: block;
    cursor: default;
    color: #fff;
}

#position {
    font-size: 20px;
    color: #407edb;
    text-align: center;
    display: block;
    cursor: default;
}

#media {
    margin-top: 60px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.media_link {
    color: #ffffff;
    transition: all .083s ease-in-out;
}

.media_link:hover {
    transform: translateY(-2px);
    opacity: 1;
}


/* #hero {
    width: 100%;
    height: 100vh;
    background: url("../img/bg-img/hero-bg.png") top right no-repeat;
    background-size: cover;
    position: relative;
} */

.hero-img {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: block;
}


#hero:before {
    content: "";
    background-color: #f0efef4b;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#hero:before {
    transition: opacity 0.4s;
}

#hero.hide-before:before {
    opacity: 0;
    pointer-events: none;
}

#hero h1 {
    margin: 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    cursor: default;
}

#hero p {
    color: #45505b;
    margin: 15px 0 0 0;
    font-size: 26px;
    font-family: 'Onest', sans-serif;
    cursor: default;
}

#hero p span {
    color: #1d2434;
    letter-spacing: 1px;
    cursor: default;
}

#hero .social-links {
    margin-top: 30px;
}

/* ------------------------------------------ */

/* ------------------------------------------ 9.0 Animations ------------------------------------------ */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 8%, 0);
        transform: translate3d(0, 8%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}


@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

/* ------------------------------------------ */

/* ------------------------------------------ 10.0 Footer ------------------------------------------ */
.footer-area {
    background-color: #fdfdfd;
    padding: 10px 0;
    padding-top: 1em;
    position: relative;
    z-index: 10;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-area .social-info a {
    margin: 0 10px;
    font-size: 14px;
    color: #f8f9fa;
    background-color: #6c757d;
    border-radius: 50%;
    transition: color 0.3s ease;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 7px;
    text-align: center;
    transition: all 0.3s ease;

}

.footer-area .social-info a:hover {
    background-color: #da8c08;
    color: #fff;
}

.footer-area .copywrite-text p {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
    margin-top: 10px;
}

/* Ensure footer width matches the navbar */
.footer-area .container {
    max-width: 1200px;
    /* Adjust this value to match your navbar's width */
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

/* ------------------------------------------ */

/* ------------------------------------------ 11.0 Softwares ------------------------------------------ */
.single-software-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-software-item img {
    width: 100%;
    -webkit-transition-duration: 1500ms;
    -o-transition-duration: 1500ms;
    transition-duration: 1500ms;
}

.single-software-item .instagram-hover-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(252, 96, 96, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-software-item .instagram-hover-content a {
    text-align: center;
}

.single-software-item .instagram-hover-content a i {
    color: #ffffff;
    font-size: 32px;
    display: block;
    margin-bottom: 15px;
}

.single-software-item .instagram-hover-content a span {
    font-size: 14px;
    margin-bottom: 0;
    color: #ffffff;
}

.single-software-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.single-software-item:hover .instagram-hover-content {
    opacity: 1;
    visibility: visible;
}

.instagram-gallery-single-item:hover .instagram-hover-content .zoom-img {
    margin-top: 0;
    opacity: 1;
}

/* ------------------------------------------ */

/* ------------------------------------------ 12.0 About ------------------------------------------ */
.about-us-content h3 {
    font-size: 36px;
    display: block;
    margin-bottom: 5px;
}

.about-me-content {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: #ffffff;
    padding: 47px 20px 17px;
    border-radius: 10px;
    box-shadow: 3px 0 15px -1px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.about-me-content .wsd-icon {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    height: 76px;
    width: 76px;
    background-color: #da8c08;
    display: inline-block;
    text-align: center;
    line-height: 76px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -38px;
}

.about-me-content .ui-icon {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    height: 76px;
    width: 76px;
    background-color: #511919;
    display: inline-block;
    text-align: center;
    line-height: 76px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -38px;
}

.about-me-content .ux-icon {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    height: 76px;
    width: 76px;
    background-color: #da8c08;
    display: inline-block;
    text-align: center;
    line-height: 76px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -38px;
}

.about-me-content h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    cursor: default;
}

.about-me-content p {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    font-size: 14px;
    margin-bottom: 0;
    cursor: default;
}

.about-me-content:hover,
.about-me-content:focus {
    background-color: #ffb6b9;
}

.about-me-content:hover .chosse-us-icon,
.about-me-content:focus .chosse-us-icon {
    background-color: #000000;
    box-shadow: 0 5px 15px 2px rgba(255, 255, 255, 0.15);
}

.about-me-content:hover h4,
.about-me-content:hover p,
.about-me-content:focus h4,
.about-me-content:focus p {
    color: #000;
}

.box-indiv {
    margin-bottom: -4em;
}

.box-indiv-2 {
    margin-bottom: 1em;
}

.sect-title {
    margin-bottom: -2em;
}

canvas#mkbf-smrt-mrt {
    height: 400px !important;
}


/* ------------------------------------------ */

/* ------------------------------------------ 13.0 Timelines/Summary ------------------------------------------ */
.timeline-horizontal {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 items per row */
    gap: 20px;
    /* Space between items */
    align-items: stretch;
    margin: 20px 0;
}

.timeline-item {
    background: #fff;
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 3px 0 15px -1px rgba(0, 0, 0, 0.15);
    text-align: center;
    position: relative;
    transition-duration: 800ms;
}

.timeline-item:hover {
    background-color: #c7e3fb;
}

.timeline-item h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.timeline-item p {
    margin: 0;
    font-size: 14px;
    text-align: center;
}

h4.timeline-date-edu {
    font-size: 18px;
    background-color: #da8c08;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    text-align: center;
}

h4.timeline-date-exp {
    font-size: 18px;
    background-color: #ffb6b9;
    color: #000;
    border-radius: 20px;
    padding: 5px 15px;
    text-align: center;
}

h4.timeline-date-aa {
    font-size: 18px;
    background-color: #ce8763;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    text-align: center;
}

.about-me-summary {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: #fff;
    padding: 46px 36px 13px;
    border-radius: 10px;
    box-shadow: 3px 0 15px -1px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.about-me-summary:hover {
    background-color: #c7e3fb;
}

.about-me-summary .summ-icon {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    height: 76px;
    width: 76px;
    background-color: #eb6767;
    display: inline-block;
    text-align: center;
    line-height: 76px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -38px;
}

.about-me-summ {
    background-color: #f8faf4;
    /* padding-top: 50px; */
    padding-bottom: 5em;
    position: relative;
    z-index: 0;
}

/* to rel */

/* ------------------------------------------ */

/* ------------------------------------------ 14.0 Breadcrumb ------------------------------------------ */
.breadcrumb-area {
    position: relative;
    z-index: 1;
    height: 100vh;
}

.breadcrumb-area-subp {
    position: relative;
    z-index: 1;
    height: 370px;
}

.breadcrumb-area .page-title,
.breadcrumb-area-subp .page-title {
    color: #ffffff;
    font-size: 36px;
    cursor: default;
}

.breadcrumb-content {
    position: relative;
    z-index: 1;
    scale: 0.87;
}

.breadcrumb-content .breadcrumb {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
}

.breadcrumb-content .breadcrumb .breadcrumb-item {
    color: #b5b69f;
    font-weight: 400;
    font-size: 16px;
    cursor: default;
}

.breadcrumb-content .breadcrumb .breadcrumb-item a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.breadcrumb-content .breadcrumb .breadcrumb-item a:hover,
.breadcrumb-content .breadcrumb .breadcrumb-item a:focus {
    color: #da8c08;
}

.breadcrumb-content .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '\f105';
    color: #ffffff;
    font-family: "FontAwesome";
}

.breadcrumb-area.blog {
    height: 550px;
}

.breadcrumb-area.blog .breadcrumb-content .post-catagory {
    padding: 2px 15px;
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #fc6060;
    font-weight: 500;
    margin-bottom: 15px;
}

.breadcrumb-area.blog .breadcrumb-content .post-catagory:hover,
.breadcrumb-area.blog .breadcrumb-content .post-catagory:focus {
    font-weight: 500;
    background-color: #000000;
}

.breadcrumb-area.blog .breadcrumb-content .page-title {
    display: block;
    font-size: 48px;
    margin-bottom: 20px;
}

.breadcrumb-area.blog .breadcrumb-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}

.breadcrumb-area.blog .breadcrumb-content .post-meta a {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin-right: 21px;
}

.breadcrumb-area.blog .breadcrumb-content .post-meta a::after {
    content: '|';
    position: absolute;
    top: 0;
    right: -11px;
    z-index: 1;
}

.breadcrumb-area.blog .breadcrumb-content .post-meta a:last-child::after {
    display: none;
}

.breadcrumb-area.blog .breadcrumb-content .post-meta a:hover,
.breadcrumb-area.blog .breadcrumb-content .post-meta a:focus {
    color: #fc6060;
}

.breadcrumb-area.blog .breadcrumb-content .post-meta a:hover::after,
.breadcrumb-area.blog .breadcrumb-content .post-meta a:focus::after {
    color: #ffffff;
}

li.breadcrumb-item.active a {
    color: #eb6767 !important;
}

/* ------------------------------------------ */

/* ------------------------------------------ 15.0 Blog ------------------------------------------ */
.single-post-area {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 20px;
}

.single-post-area .post-thumbnail {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.single-post-area .post-thumbnail img {
    width: 100%;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
}

.single-post-area .post-catagory {
    position: absolute;
    padding: 2px 15px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: #252525;
    background-color: #e4e6cf;
    top: 15px;
    right: 15px;
    z-index: 20;
    font-weight: 500;
}

.single-post-area .post-catagory:hover,
.single-post-area .post-catagory:focus {
    font-weight: 500;
    background-color: #da8c08;
}

.single-post-area .post-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 100;
}

.single-post-area .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}

.single-post-area .post-content .post-meta a {
    position: relative;
    z-index: 1;
    font-size: 13px;
    color: #ffffff;
    font-weight: 300;
    margin-right: 21px;
}

.single-post-area .post-content .post-meta a:hover,
.single-post-area .post-content .post-meta a:focus {
    color: #da8c08;
}

.single-post-area .post-content .post-meta a:hover::after,
.single-post-area .post-content .post-meta a:focus::after {
    color: #ffffff;
}

.single-post-area .post-content .post-title {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
}

.single-post-area .post-content .post-title:hover,
.single-post-area .post-content .post-title:focus {
    color: #da8c08;
}

.single-post-area:hover .post-thumbnail img,
.single-post-area:focus .post-thumbnail img {
    -webkit-transform: scale(1.4) rotate(10deg);
    -ms-transform: scale(1.4) rotate(10deg);
    transform: scale(1.4) rotate(10deg);
}

.ftco-section-blog {
    padding: 7em 0;
    background-color: #f6f7f2;
}

.hover-content-blog {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    backdrop-filter: blur(5px);
    background-color: #572525d0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    border-radius: 25px;

}

.single-portfolio-content .hover-content-blog a {
    position: absolute;
    top: 70%;
    margin-top: 0;
    z-index: 100;
    display: inline-block;
    width: 80px;
    height: 56px;
    border-radius: 25px;
    background-color: #eb6767;
    text-align: center;
    line-height: 56px;
    font-size: 30px;
    color: #fff;
}

.single-portfolio-content .hover-content-blog a:hover {
    background-color: #da8c08;
}

.single-portfolio-content .hover-content-blog h4 {
    margin-bottom: 2rem;
    padding: 0 2em 0 2em;
    color: #fff;
}

/* Show the hover content on hover */
.single-portfolio-content:hover .hover-content-blog {
    opacity: 1;
}

/* Ensure the parent container is positioned correctly */
.single-portfolio-content {
    position: relative;
    overflow: hidden;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 25px;
}

iframe {
    aspect-ratio: 16 / 9;
    width: 70% !important;
}


/* ------------------------------------------ */

/* ------------------------------------------ 16.0 Works By NRFZ ------------------------------------------ */
.row.pw-portfolio {
    min-height: 600px;
    /* Adjust as needed */
    transition: none;
    z-index: 1;
}

.pw-portfolio {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* Space between items */
}

.single_gallery_item {
    flex: 1 1 calc(25% - 20px);
    /* 4 items per row with spacing */
    max-width: calc(25% - 20px);
    /* Ensure items don't exceed 25% width */
    box-sizing: border-box;
}

.pw-portfolio-area .container-fluid {
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 3%;
    background-color: #f6f7f2;
}


.pw-projects-menu {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}


.pw-projects-menu .portfolio-menu .btn {
    position: relative;
    z-index: 1;
    border: 0;
    background-color: #e4e6cf;
    border-radius: 10px;
    padding: 15px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 30px;
    margin: 7px 36px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.pw-projects-menu .portfolio-menu .btn.active {
    background-color: #b5b69f;
    color: #000;
}

.pw-projects-menu .portfolio-menu .btn:hover {
    background-color: #da8c08;
    color: #fff;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
}

.single-portfolio-content {
    position: relative;
    z-index: 1;
    transition-duration: 500ms;
    overflow: hidden;
    border-radius: 25px;
}

.single-portfolio-content img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-portfolio-content .hover-content {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.single-portfolio-content .hover-content a {
    position: absolute;
    top: 70%;
    left: 40%;
    margin-top: 0;
    margin-left: -26px;
    z-index: 100;
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #b5b69f;
    text-align: center;
    line-height: 52px;
    font-size: 30px;
    color: #000;
}


.single-portfolio-content .hover-content a.info {
    left: 60%;
}

.single-portfolio-content .hover-content h4 {
    color: #fff;
    text-align: center;
    margin-top: 2em;
    display: -webkit-box;
    max-width: 450px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 1.2em;
    padding-right: 1.2em;
    font-size: 22px;
    cursor: default;
}

.single-portfolio-content .hover-content a:hover,
.single-portfolio-content .hover-content a:focus {
    background-color: #da8c08;
}

.single-portfolio-content:hover img,
.single-portfolio-content:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.single-portfolio-content:hover .hover-content,
.single-portfolio-content:focus .hover-content {
    opacity: 1;
    visibility: visible;
}

.single-portfolio-content:hover .hover-content a,
.single-portfolio-content:focus .hover-content a {
    margin-top: -12px;
}

.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

/* ------------------------------------------ */

/* ------------------------------------------  17.0 Hero Details ------------------------------------------ */
img.profile-pic {
    width: 220px;
    height: 220px;
}

.profile-det {
    padding: 4em;
    padding-top: 0.5em;
    padding-bottom: 2.5em;
}

.profile-name {
    color: #000;
    font-size: 35px;
    padding-top: 0.5em;
    cursor: default;
}

.profile-desc {
    color: #5e6044;
    font-size: 20px;
    font-weight: normal;
    cursor: default;
}

.profile-link a {
    color: #000;
    padding: 1.0em;
}

.profile-link a:hover {
    color: #da8c08;
}

/* ------------------------------------------ */

/* ------------------------------------------ 18.0 Skills Section ------------------------------------------ */
.owl-carousel.owl-loaded {
    display: block;
    scale: 0.8;
    padding-top: 15px;
}

.skill-ara {
    padding-left: 20px;
    padding-right: 20px;
}


.skill-ara .single-skill {
    margin-bottom: 25px;
}

.skill-ara .single-skill .progress-count {
    display: flex;
    justify-content: space-between;
}

.skill-ara .single-skill .progress-count p {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000d21;
    margin-bottom: 10px;
    cursor: default;
}

.skill-ara .single-skill .progress-count span {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #b5b69f;
    margin: 0;
    cursor: default;
}

.skill-ara .single-skill .progress {
    height: 5px;
    border-radius: 0;
    background-color: #dbe3e9;
    border-radius: 4px;
}

.skill-ara .single-skill .progress-bar {
    background: linear-gradient(90deg, #708ea8 0%, #619bcd 45%, #72a7d6 100%);
    width: 0%;
    filter: drop-shadow(0 0 5px);
    border-radius: 5px;
}

/* ------------------------------------------ */

/* ------------------------------------------ 19.0 Works By NRFZ_Details Section ------------------------------------------ */
.collapse .details_catagory_wrap,
.collapsing .details_catagory_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1400px;
}

.collapse .details_catagory_wrap .single_catagory .social_links a,
.collapsing .details_catagory_wrap .single_catagory .social_links a {
    font-size: 16px;
    color: #000;
    margin-right: 20px;
}

.collapse .details_catagory_wrap .single_catagory .social_links a:hover {
    color: #da8c08;
}

.collapse .details_catagory_wrap .single_catagory,
.collapsing .details_catagory_wrap .single_catagory {
    margin-top: 2em;
    margin-bottom: 0px;
    text-align: left;
}

.collapse .details_catagory_wrap .single_catagory h4,
.collapsing .details_catagory_wrap .single_catagory h4 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
}

.collapse .details_catagory_wrap .single_catagory span,
.collapsing .details_catagory_wrap .single_catagory span {
    font-size: 16px;
    color: #828793;
    font-weight: 400;
    font-family: "Onest", sans-serif;
    display: block;
    margin-bottom: 6px;
}

.wbnrfz_details .banner {
    margin-bottom: 30px;
}

.wbnrfz_details .details_info {
    margin-bottom: 20px;
    text-align: justify;
}

.wbnrfz_details h1 {
    font-size: clamp(34px, 8.5vw, 40px) !important;
    margin-bottom: 50px;
    font-weight: bold;
}

h1.brc {
    font-size: clamp(34px, 8.5vw, 40px) !important;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
}

.wbnrfz_btn {
    position: relative;
    z-index: 1;
    min-width: auto;
    height: 46px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    text-transform: capitalize;
    background-color: #b5b69f;
    color: #252525;
    border-radius: 60px;
    transition-duration: 500ms;
    margin-bottom: 10px;
    margin-top: 5px;
}

.wbnrfz_details_section .col-lg-6,
.wbnrfz_details_section .col-lg-4 {
    padding-top: 25px;
}

.wbnrfz_details_section .banner img {
    width: 80%;
    border-radius: 25px;
    transition: all 0.5s ease;
}

.wbnrfz_details_section .thumb img {
    border-radius: 25px;
}


.wbnrfz_details_section img:hover,
.banner-eicw:hover,
.cp-img:hover,
.column-pic:hover {
    transform: scale(1.03);
    transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), filter 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    /* Smooth transition */
    cursor: pointer;
}

.dropdown-item:focus {
    background-color: #da8c08;
    color: #fff;
}

.dropdown-item:hover {
    background-color: #da8c08;
    color: #fff;
}

/* ------------------------------------------ */

/* ------------------------------------------ 20.0 Blog Post Section ------------------------------------------ */
.breadcrumb-area .page-title-blog {
    color: #ffffff;
    font-size: 55px;
}

.mb-3 {
    margin-top: 3.2rem !important;
    margin-bottom: 2rem !important;
}

.row-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 4em !important;
    padding: 10px;
}

.column-pic {
    float: left;
    width: 50% !important;
    padding: 10px !important;
}

.column-pic-single {
    float: left;
    width: 100% !important;
    padding: 10px !important;
}

figcaption p {
    margin-top: 10px;
    font-size: 15px;
    color: #636457;
}

.container-blog {
    width: 100%;
    padding-right: 42px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

.sidebar-box {
    margin-bottom: 40px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #e9eae5;
    padding: 20px;
    border-radius: 20px;
}

.sidebar-box .heading {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin: 20px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    cursor: default;
}

.sidebar-box *:last-child {
    margin-bottom: 0;
}

.mb-4 {
    margin-bottom: 0rem !important;
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #252525;
    background-color: #e4e6cf;
    font-size: 11px;
}

.tagcloud a:hover {
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    background-color: #da8c08;
    color: #ffffff;
}

.bg-light {
    background-color: #e9eae5 !important;
    box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
    border-radius: 20px;
    padding-bottom: 2px;
}

.about-author {
    background-color: #e4e6cf;
    box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
    border-radius: 20px;
    padding-bottom: 2px;
}

.p-4 {
    padding: 1.5rem !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.desc {
    margin-left: 2em;
}

.sidebar-box h3 {
    font-size: 18px;
    font-weight: 700;
}

.blog-img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 1.8em;
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
}

.block-21 .text {
    width: calc(100% - 100px);
}

.block-21 .text .heading {
    font-size: 18px;
    font-weight: 400;
}

.block-21 .text .meta {
    margin-left: 20px;
}

h3.heading {
    border-bottom: none !important;
    margin-bottom: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-col {
    flex: 0 0 auto;
    width: 100%;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.row-blog>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}

blockquote {
    background-color: #d9d9d8;
    padding: 2em;
    color: #000;
    border-radius: 1em;
    cursor: default;
}

.befaft-slider {
    padding-top: 3em;
}

hr {
    border: 0;
    border-top: 1px solid #000;
    margin: 20px 0;
    width: 100%;
}

.ftco-section {
    background-color: #f6f7f2;
    padding-bottom: 10px;
}

#proposal {
    scroll-margin-top: 8vh;
}

.img-logo {
    scale: 0.3;
}

.img-blog-profile {
    width: 60%;
    height: auto;
}

.container-blogList {
    padding-right: 5%;
    padding-left: 5%;
}

.blog-entry {
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 3px 0 15px -1px rgba(0, 0, 0, 0.15);
}


.blog-entry .col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.blog-entry .block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 45%;
    position: relative;
    display: block;
    border-radius: 20px;
}

.order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
    width: 55%;
}

.blog-entry a {
    position: relative;
    border-top: 0;
    border-radius: 20px;
    width: 55%;
    color: #000;
}

.blog-entry .category {
    position: absolute;
    padding: 2px 15px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: #252525;
    background-color: #e4e6cf;
    top: 15px;
    left: 15px;
    font-weight: 500;
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
}

.blog-entry .icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog-entry:hover .icon {
    opacity: 1;
}

.blog-entry a.blog-date {
    color: #6d7072
}

.blog-entry .blog-date-div {
    margin-top: 2em;
    font-size: 14px;
    color: #da8c08;
}

.p-4 {
    padding: 1.5rem !important;
}

.d-block {
    display: block !important;
}

.ftco-section-blog {
    padding: 7em 0;
    background-color: #f6f7f2;
}

.mt-5 {
    margin-top: 3rem !important;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 45%;
    position: relative;
    display: block;
}

.block-27 ul li a,
.block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #4a5562;
    border: 1px solid #dee2e6;
}

.block-27 ul {
    padding: 0;
    margin: 0;
}

.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
}

.block-27 ul li a,
.block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #4a5562;
    border: 1px solid #dee2e6;
    border-radius: 20px;
}

.block-27 ul li.active a,
.block-27 ul li.active span {
    background: #b5b69f;
    color: #000;
    border: 1px solid transparent;
    border-radius: 20px;
}

/* ------------------------------------------ */

/* ------------------------------------------ 21.0 EICW ------------------------------------------ */
.wbnrfz-summ-micro {
    background-color: #f5f6f2;
    padding-top: 8em;
    padding-bottom: 10px;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.breadcrumb-item+.breadcrumb-item::before {
    content: '\f105';
    color: #000;
    font-family: "FontAwesome";
}

li.breadcrumb-item a {
    color: #000;
}

.wbnrfz_details .banner-eicw img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}

.breadcrumb-area-eicw-cover {
    position: relative;
    z-index: 1;
    height: 50vh;
}

.breadcrumb-area-eicw-backCover {
    position: relative;
    z-index: 1;
    height: 100vh;
}


.breadcrumb-area-eicw-subs {
    position: relative;
    z-index: 1;
    height: 40vh;
}

h2.page-title {
    color: #fff;
}

.cp-img {
    border-radius: 20px;
}

.column-vid {
    width: 100% !important;
    border-radius: 30px;
    padding: 10px !important;
}

.col-lg-6-noPads {
    padding: 0px !important;
}

.ftco-section-otb {
    padding: 5em 0;
    background-color: #e9eae5;
}

/* ------------------------------------------ */

/* ------------------------------------------ xx.x Portfolio Controls ------------------------------------------ */
.portfolio-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.portfolio-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.portfolio-filter-sub {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.portfolio-filter .btn {
    padding: 10px 15px;
    border: none;
    background: #eb6767;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 200px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
}

.portfolio-filter .btn-filter {
    width: 146px;
    height: 40px;
    font-size: 16px;
}

.portfolio-filter .btn-filter-blog {
    width: 185px;
    height: 40px;
    font-size: 16px;
}


.portfolio-filter .btn.active,
.portfolio-filter .btn:hover {
    background: #da8c08;
    color: #fff;
    border-radius: 25px;
}

.portfolio-sort {
    display: flex;
    align-items: center;
    gap: 10px;
}

.portfolio-sort label {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}


#sort-options {
    appearance: none;
    background: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path fill="white" d="M0 0L5 6L10 0H0Z"/></svg>') no-repeat right 10px center;
    background-size: 10px;
    padding-right: 30px;
    padding-left: 15px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    height: 40px;
    line-height: 1.5;
    background-color: #eb6767;
    color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease, background-image 0.3s ease;
}

#sort-options:hover {
    cursor: pointer;
}

/* Change dropdown option hover color */
#sort-options option:hover {
    background-color: #da8c08 !important;
    /* Desired hover background color */
    color: #fff;
    /* Desired hover text color */
}

select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    border-radius: 25px;
}

.wbnrfz-summ {
    background-color: #f5f6f2;
    padding-top: 7em;
    padding-bottom: 10px;
}

.wbnrfz-summ::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff83;
    /* backdrop-filter: blur(5px); */
    z-index: 1;
}

.wbnrfz-summ-indiv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wbnrfz-summ>*,
.wbnrfz-summ-indiv>* {
    position: relative;
    z-index: 2;
}

.wbnrfz_details {
    background: #ffffffe0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    margin-top: 4.8em;
    padding-top: 3em;
    padding-bottom: 2em;
}

.wbnrfz_details_blog {
    background: #ffffffe0;
    box-shadow: 0 4px 30px #0000001a;
    backdrop-filter: blur(10px);
    margin-top: -4.2em;
    padding-top: 3em;
    padding-bottom: 3em;
    /* mask-image: linear-gradient(to bottom, white calc(100% - 32px), transparent 100%); */
}

.wbnrfz_details_section {
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 2em;
}

.wbnrfz_details_indiv {
    margin-top: 4.8em;
    padding-top: 3em;
    padding-bottom: 2em;
}

.wbnrfz_details_body {
    background: #e9eae5;
    margin-top: -3.2em;
    padding-top: 3em;
    padding-bottom: 2em;
}

.wbnrfz_details_body_tchp {
    background: #e9eae5;
    margin-top: -3.2em;
    padding-top: 0em;
    padding-bottom: 2em;
}

#summary,
#tm,
#orp,
#obf,
#maps-routes {
    scroll-margin-top: 8vh;
}

#dc,
#ul {
    scroll-margin-top: 10vh;
}

/* ------------------------------------------ 21.0 EICW ------------------------------------------ */
.wbnrfz-summ-micro {
    background-color: #f5f6f2;
    padding-top: 8em;
    padding-bottom: 10px;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.breadcrumb-item+.breadcrumb-item::before {
    content: '\f105';
    color: #000;
    font-family: "FontAwesome";
}

li.breadcrumb-item a {
    color: #000;
}


li.breadcrumb-item a::after {
    color: inherit;
}

li.breadcrumb-item a:hover,
li.breadcrumb-item.active a:hover {
    color: #da8c08 !important;
}

.banner-eicw img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 2em;
    margin-top: 2em;
}

.banner {
    margin-bottom: 20px;
}

.breadcrumb-area-eicw-cover {
    position: relative;
    z-index: 1;
    height: 50vh;
}

.breadcrumb-area-eicw-backCover {
    position: relative;
    z-index: 1;
    height: 100vh;
}


.breadcrumb-area-eicw-subs {
    position: relative;
    z-index: 1;
    height: 40vh;
}

h2.page-title {
    color: #000;
}

.cp-img {
    border-radius: 20px;
}

.column-vid {
    width: 100% !important;
    border-radius: 30px;
    padding: 10px !important;
}

.col-lg-6-noPads {
    padding: 0px !important;
}

.ftco-section-otb {
    padding: 5em 0;
    background-color: #e9eae5;
}

#pid {
    scroll-margin-top: 8vh;
}

.wbnrfz_eicw {
    background: #e9eae5;
    backdrop-filter: blur(10px);
    padding-top: 3em;
    padding-bottom: 2em;
}

/* ------------------------------------------ */

/* ------------------------------------------ 22.0 Filter/Jumplist Controls ------------------------------------------ */
.portfolio-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portfolio-filter {
    display: flex;
    gap: 10px;
}

.collapsible-header {
    font-size: 16px;
    margin-top: 3em;
    background-color: #eb6767;
    padding: 1em;
    padding-left: 2em;
    padding-right: 2em;
    border-radius: 25px;
    transition: all 0.5s ease;
}

.collapsible-header i {
    transition: transform 0.3s ease;
}

.collapsible-header[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.collapsible-header:hover {
    background-color: #da8c08;
    padding: 1em;
    padding-left: 2em;
    padding-right: 2em;
    border-radius: 25px;
    transition: all 0.5s ease;
}

.nav-chev {
    color: #fff;
}

#portfolioFilter {
    transition: height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
}

#portfolioFilter.collapsing {
    height: 0;
    opacity: 0;
}

#portfolioFilter.collapse.show {
    height: auto;
    opacity: 1;
}

.details_catagory_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.single_catagory {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 200px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}


.single_catagory.text-center .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 46px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    text-align: center;
    text-transform: capitalize;
    background-color: #eb6767;
    color: #fff;
    border-radius: 60px;
    transition-duration: 500ms;
    margin-bottom: 10px;
    margin-top: 5px;
    box-sizing: border-box;
}

.single_catagory.text-center .btn:hover {
    background: #da8c08;
    color: #fff;
    box-shadow: none;
}


/* ------------------------------------------ 3.0 OMSI/OpenBVE Page ------------------------------------------ */

.accordion {
    padding-bottom: 5em;
}

.accordion-button {
    font-size: 1rem;
    padding: 0.75em 1em;
    display: flex;
    align-items: center;
    gap: 1.0em;
    text-align: left;
}

.accordion-button i {
    font-size: 1.2em;
    vertical-align: middle;
}

.accord-img {
    width: 50% !important;
    padding: 10px !important;
    border-radius: 25px;
}

.pw-btn-accord {
    position: relative;
    z-index: 1;
    min-width: 163px;
    height: 45px;
    line-height: 40px;
    font-size: 19px;
    font-weight: 500;
    display: inline-block;
    padding: 2px 30px;
    text-align: center;
    text-transform: capitalize;
    background-color: #e96060;
    color: #fff;
    border-radius: 60px;
    transition-duration: 500ms;
    margin: 10px;
}

.accordion-header {
    font-size: 15px;
}

.wbnrfz_details .details_catagory_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
}

.wbnrfz_details .details_catagory_wrap .single_catagory .social_links a {
    font-size: 16px;
    color: #000;
    margin-right: 10px;
}

.wbnrfz_details .details_catagory_wrap .single_catagory .social_links a:hover {
    color: #80a8cc;
}

.wbnrfz_details .details_catagory_wrap .single_catagory {
    margin-bottom: 30px;
}

.wbnrfz_details .details_catagory_wrap .single_catagory h4 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.wbnrfz_details .details_catagory_wrap .single_catagory span {
    font-size: 12px;
    color: #828793;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    display: block;
    margin-bottom: 6px;
    cursor: default;
}

.wbnrfz_details .banner {
    margin-bottom: 30px;
}

.wbnrfz_details .details_info {
    margin-bottom: 20px;
    text-align: justify;
}

.wbnrfz_details h1 {
    font-size: clamp(34px, 8.5vw, 40px) !important;
    margin-bottom: 50px;
    font-weight: bold;
}

.wbnrfz_btn {
    position: relative;
    z-index: 1;
    min-width: auto;
    height: 46px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    text-transform: capitalize;
    background-color: #e96060;
    color: #fff;
    border-radius: 60px;
    transition-duration: 500ms;
    margin-bottom: 20px;
    margin-top: 5px;
}

.wbnrfz_details .col-lg-6,
.wbnrfz_details .col-lg-4 {
    padding-top: 25px;
}

.section-padding-80-0 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #e9eae5;
}

.row-line-diag {
    padding-bottom: 20px;
}

.ld-s-title {
    font-size: 30px;
    font-weight: bolder;
    padding-bottom: 30px;
}

.logo-operator {
    width: 120px;
}

.about-me-stations {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: #e9eae5;
    padding: 35px 26px 13px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    margin-left: 15em;
    margin-right: 15em;
}

.info-table td.first {
    font-weight: bold;
    border: 2px solid #b3b3b3;
    width: 20%;
    background-color: #dfdfdf;
}

/*  */
h4.stn {
    width: 160px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.32px;
    word-wrap: break-word;
    cursor: default;
}

h4.stn:hover {
    color: #ffb6b9;
    transition-duration: 500ms;
    cursor: pointer;
}


.station-pill-round {
    width: fit-content;
    height: fit-content;
    padding: 4px 8px;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.24px;
}

.station-pill-round-single {
    width: fit-content;
    height: fit-content;
    border-radius: 9px;
    padding: 4px 8px;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.24px;
    cursor: default;
}

.station-pill-round:first-child {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    cursor: default;
}

.station-pill-round:last-child {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    cursor: default;
}

.stationBlockChildItem {
    display: flex;
    flex-direction: row;
    padding-bottom: 25px;
    cursor: default;
}

.stationBlockItem {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 335px));
}

.line-strip {
    margin-right: 5px;
}

.info-table td.second {
    width: 40%;
    border: 2px solid #b3b3b3;
    background-color: #f5f6f2;
    text-align: left;
}

#ops-smrtt,
#ops-smrtb {
    width: 180px;
    height: auto;
}

.accordion-body .changelog {
    font-size: 16px;
    text-align: left;
}

.info-table th.first {
    font-weight: bold;
    border: 2px solid #b3b3b3;
    width: 20%;
    background-color: #b1b1b1;
    text-align: center;
}

.info-table th.second {
    font-weight: bold;
    border: 2px solid #b3b3b3;
    width: 20%;
    background-color: #b1b1b1;
    text-align: center;
}

.info-table th {
    border: 2px solid #b3b3b3;
    color: #000;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #ffe2b0;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* ------------------------------------------ 6.0 Fleets Pages ------------------------------------------ */
.filter-inputs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.filter-inputs .search-input {
  flex: 1;
  max-width: 300px;
}

#manufacturerFilter,
#categoryFilter {
  background-color: #fff;
}

.search-input {
  height: 50px;
  border-radius: 30px;
  padding-left: 35px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #000;
  width: 30%;
}

.search-input::placeholder {
  color: #000;
}

.fleet-table th {
  font-weight: bold;
  width: 9%;
  border: 2px solid #b3b3b3;
  background-color: #b1b1b1;
  text-align: center;
  vertical-align: middle;
}

.fleet-table .manu {
  font-weight: bold;
  text-align: center;
  background-color: transparent;
  border: 2px solid #b3b3b3;
  color: #000;
  vertical-align: top;
}

.fleet-table .model {
  font-weight: bold;
  text-align: center;
  width: 15%;
  background-color: transparent;
  border: 2px solid #b3b3b3;
  color: #000;
  vertical-align: top;
}

.fleet-table .type {
  font-weight: bold;
  text-align: center;
  background-color: transparent;
  border: 2px solid #b3b3b3;
  color: #000;
  vertical-align: top;
  width: 15%;
}

.fleet-table .cat {
  font-weight: bold;
  text-align: center;
  background-color: transparent;
  border: 2px solid #b3b3b3;
  color: #000;
  vertical-align: top;
}

.fleet-table .dev {
  font-weight: bold;
  text-align: center;
  background-color: transparent;
  border: 2px solid #b3b3b3;
  color: #000;
  vertical-align: top;
  width: 15%;
}

.fleet-table .disp {
  font-weight: bold;
  text-align: center;
  background-color: transparent;
  border: 2px solid #b3b3b3;
  color: #000;
  vertical-align: top;
}

.fleet-table .livery {
  font-weight: bold;
  text-align: center;
  background-color: transparent;
  border: 2px solid #b3b3b3;
  color: #000;
  vertical-align: top;
  width: 9%;
}

.fleet-table .rego {
  font-weight: bold;
  text-align: center;
  width: 40%;
  background-color: transparent;
  border: 2px solid #b3b3b3;
  color: #000;
}


.fleet-table tbody tr:nth-child(odd) {
  background-color: #dfdfdf;
  /* Darker gray for dark mode */
  border: 2px solid #b3b3b3;
}

.fleet-table tbody tr:nth-child(even) {
  background-color: #f5f6f2;
  /* Slightly lighter gray for dark mode */
  border: 2px solid #b3b3b3;
}

.tab-content {
  padding-top: 20px;
}

.nav-tabs {
  border-bottom: none !important;
  border-radius: 20px !important;
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #6ac144 !important;
  border: none;
  border-radius: 20px !important;
}

.nav-tabs .nav-link {
  color: #000 !important;
  border: none;
  border-radius: 20px !important;
}

.nav-tabs .nav-link:hover {
  background-color: #ffb6b9 !important;
  color: #000 !important;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 20px !important;
}

.table-responsive {
  overflow-x: auto;
}





