/*Theme Name: Workforce Theme


Theme URI: Workforce Theme - www.dinokanlic.com

Author: Dino Kanlic

Author URI: dinokanlic@gmail.com

Version: 1.1

Description: Workforce theme.





/* MARK BG */



 ::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #C4A46D;
}

 ::selection {
    color: #fff;
    background: #C4A46D;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5 !important;
    color: #000000;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

body p {
     font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.5 !important;
    color: #000000;
    margin-bottom: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1em;
    color: #000000;
    margin-bottom: 20px;
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 4em;
    font-weight: 800;
    line-height: 1.1em;
}
h2 {
    font-weight: bold;
    font-size: 3em;
}
h3 {
    font-size: 2.5em;
    color: #171717;
    font-weight: 600;
    margin-bottom: 0px;
}
a.btn {
    background: linear-gradient(246.66deg, #FFECD3 15.29%, #FFFFFF 46.54%, #FFECD3 89.81%);
    background: linear-gradient(95.89deg, #C4A46D 4.96%, #FFECD3 31.07%, #FFFFFF 47.76%, #FFECD3 70.87%, #C4A46D 93.99%);
    box-shadow: 0px 6px 6.9px rgba(0, 0, 0, 0.05);
    border-radius: 9px;
    border: none;
    color: #000000;
    font-weight: 600;
    padding: 12px 15px;
}
a.btn:hover {
    background: #C4A46D;
    color: #000;
}

/* NAV */
ul#menu-main-navigation li a {
    color: #171717;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}
ul#menu-main-navigation li a.nav-link.active {
    color: #C4A46D;
}
ul#menu-main-navigation {
    gap: 1.5em;
}
.header-cta {
    background: linear-gradient(95.89deg, #C4A46D 4.96%, #FFECD3 31.07%, #FFFFFF 47.76%, #FFECD3 70.87%, #C4A46D 93.99%);
    border-radius: 5px;
    padding: 0px 12px;
}
.header-cta:hover {
    background: #C4A46D;
}
/* default (top of page) */
.navigation-bg {
  background: transparent;
  transition: background-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
  will-change: background-color, box-shadow, backdrop-filter;
}

/* when stuck / scrolled */
.navigation-bg.is-stuck {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    backdrop-filter: saturate(180%) blur(8px);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .navigation-bg {
    transition: none;
  }
}

/* HAMBURGER MENU */

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #151515;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}


/* when navigation is clicked */

.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}


/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
}



/* HOMEPAGE */
div#hp-banner-area {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFECD3 50%, #C4A46D 100%);
}
div#hp-banner-area-white {
    background: #fff;
}
.content {
    display: flex;
    gap: 1em;
    flex-direction: column;
}
.header-img {
    margin-top: -3em;
    z-index: 1;
}
div#hp-about-area {
    margin-top: -4em;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    background: linear-gradient(180deg, #FFECD3 0%, #FFFFFF 20%, #FFFFFF 100%);
    padding-top: 3em;
    z-index: 2;
    position: relative;
}
div#hp-about-area .content {
    display: flex;
    gap: 2em;
    flex-direction: column;
    text-align: center;
}

/* Gradient panel wrapper */
.gradient-panel {
    background: linear-gradient(180deg, rgba(255, 236, 211, 0.136) 0%, rgba(255, 236, 211, 0.68) 40.38%), linear-gradient(270deg, #FFFFFF 1.14%, rgba(255, 255, 255, 0) 49.57%, #FFFFFF 98.01%), linear-gradient(180deg, #FFFFFF 6.2%, #C4A46D 47.56%, #C4A46D 53.47%, #FFFFFF 93.98%);
    border: 1px solid rgba(196, 164, 109, 0.66);
    border-radius: 35px;
}

/* Inner spacing for the panel */
.gradient-panel-inner {
  padding: 4rem;
}

/* Testimonial card basics */
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.05);
  padding: 1.5rem;
  height: 100%;
}

/* Testimonial image */
.testimonial-avatar {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
}

/* Five-per-row logos on lg+ (20% each).
   Falls back to 1/2 on xs, 1/3 on md (via extra classes below). */
.logo-20 {
  flex: 0 0 20%;
  max-width: 20%;
}

/* Make logos look tidy */
.logo-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: grayscale(0);
}

/* Optional: tone down super-large logos */
.logo-item {
  padding: 1rem 0;
}

/* SUCCESS STORIES */
/* Success Stories: hero right background */
.ss-hero-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 340px; /* adjust as needed for mobile */
}

/* 5-per-row logos on lg+; stacks nicely on smaller screens */
.logo-20 {
  flex: 0 0 20%;
  max-width: 20%;
}

/* Logos row gradient */
.ss-logos-gradient {
  background: linear-gradient(97.16deg, #FFECD3 4.96%, #C4A46D 20.06%, #FFECD3 43.36%, #FFFFFF 53.72%, #C4A46D 78.21%, #FFECD3 94.71%);

}

/* Optional: tidy cards */
.ss-card {
  border-radius: 16px;
}
/* Success Stories hero: full-width bg + generous vertical padding */
.ss-hero-section {
  background-size: cover;
  background-position: top !important;
  background-repeat: no-repeat;
  padding-top: 6rem;  
  padding-bottom: 6rem;
}
.ss-hero-section h1,
.ss-hero-section p {
  color: #fff;
}
.quote-icon {
    max-width: 30px;
}
div#logos-moved-area {
    margin-top: -4em;
    padding-top: 7em !important;
    padding-bottom: 5em !important;
}

/* About Page */
#about-area {
    padding-top: 3em;
    padding-bottom: 3em;
    z-index: 2;
    position: relative;
    margin-bottom: 3em;
}

/* Team gradient section */
.about-team-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 236, 211, 0.65) 78.37%, rgba(255, 236, 211, 0.65) 92.31%);
}

/* Optional polish */
.team-card {
  border-radius: 16px;
}
/* SERVICES */
#our-process {
    padding-top: 9em;
    padding-bottom: 11em;
    background: #C4A46D;
    z-index: 1;
    position: relative;
    margin-top: -4em;
}
#our-process h2,
#our-process p {
    color: #fff;
}
div#steps {
    margin-top: -5em;
    z-index: 2;
    position: relative;
}
.step-list h5 {
    padding-top: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.5em;
}

/* OUR PROCESS */

.z-2 {
    z-index: 2;
}
/* Steps: right background */
.steps-right-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 420px; /* tweak as needed */
}

/* --- Steps timeline: make connectors continuous and extend past the last step --- */
.step-list {
    background: #FFECD3;
    padding: 2em;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
}
.step-list .step-item {
  position: relative;
  padding-left: 56px;              /* space for icon */
  margin-bottom: 2rem;
}
.step-list .step-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #fff;
  border: 1px dashed rgba(196,164,109,.66);
}
.step-list .step-icon img { width: 32px; height: 32px; }

/* draw a connector after EVERY icon */
.step-list .step-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 125px;       /* bridges to the next item */
  border-left: 2px dashed rgba(196,164,109,.66);
}
/* extend below the last item so the line reaches the next section */
.step-list .step-item:last-child .step-icon::after {
  height: 48px;                    /* tweak to visually touch the section below */
}
/* Don’t draw the dashed connector after the final step */
.step-list .step-item:last-child .step-icon::after {
  display: none;
  /* (belt-and-suspenders, in case previous styles linger)
  height: 0;
  border: 0;
  content: "";
  */
}

/* --- FAQ: prevent horizontal overflow/scroll --- */
/* --- FAQ reset from earlier fix (keeps horiz scroll away) --- */
#FAQ{ overflow-x:hidden; }
#FAQ .row{ margin-left:0; margin-right:0; }
#FAQ .col-12, #FAQ .col-lg-10{ padding-left:15px; padding-right:15px; }

/* --- FAQ cards & toggle button --- */
.faq-card{
  border:1px solid rgba(196,164,109,.35);
  border-radius:12px;
  background:#fff;
  overflow:hidden;              /* keeps rounded corners when open */
}
.faq-toggle {
    width: 100%;
    text-align: left;
    padding: 1rem 1.25rem;
    border: 0;
    background: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-size: 1.5em;
}
.faq-toggle:focus{ outline:0; box-shadow:0 0 0 .2rem rgba(196,164,109,.25); }

.faq-caret img{
  width:36px; height:36px;
  transition:transform .25s ease;
}
.faq-toggle[aria-expanded="true"] .faq-caret img{ transform:rotate(180deg); }

.faq-body{ padding:1rem 1.25rem 1.25rem; }


/* Reuse from homepage features (5-per-row logos helper if you use later) */
.logo-20 { flex: 0 0 20%; max-width: 20%; }


/* CONTACT */
body.wp-singular.page-template.page-template-page-templates.page-template-Contact {
    background: url(/wp-content/uploads/2025/09/23123-1-scaled.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
}
.contact-area {
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 3em;
    margin-top: 4em;
}
.contact-area h1 {
    text-align: center;
    margin-bottom: 0.5em;
}
input#gform_submit_button_1 {
    border: none;
    color: #000000;
    font-weight: 600;
    padding: 12px 30px;
    background: linear-gradient(95.89deg, #C4A46D 4.96%, #FFECD3 31.07%, #FFFFFF 47.76%, #FFECD3 70.87%, #C4A46D 93.99%);
    box-shadow: 0px 6px 6.9px rgba(0, 0, 0, 0.05);
    border-radius: 9px;
}
#site-footer {
    background: #000;
    padding-top: 6em !important;
    padding-bottom: 6em !important;
}
footer h6.mb-3 {
    color: #fff;
}
ul.list-unstyled.mb-0 {
    line-height: 2.5em !important;
}

#CTA-AREA {
    background-image: url(/wp-content/uploads/2025/09/footer-cta-1-1.jpg);
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
footer a.btn.btn-primary.mt-2 {
    background: linear-gradient(246.66deg, #FFECD3 15.29%, #FFFFFF 46.54%, #FFECD3 89.81%);
    box-shadow: 0px 6px 6.9px rgba(0, 0, 0, 0.05);
    border-radius: 9px;
    padding: 1em 2em;
}
.cta-copy.mb-3 {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.cta-copy h3 {
    color: #fff;
    font-weight: bold;
    font-size: 3.2em;
}
.cta-copy p {
    color: #fff;
    font-weight: 500;
    font-size: 1.3em;
}
/* Blog */


/* Apply gradient only on this template (filename: template-blog.php) */
body.page-template-Blog {
  background: linear-gradient(
    180deg,
    rgba(196, 164, 109, 0.89) 0%,
    rgba(255, 236, 211, 0.89) 14.9%,
    rgba(255, 255, 255, 0.89) 100%
  );
  min-height: 100vh;
}
body.page-template-Blog article.card.shadow.post-card.w-100.h-100 {
    border-radius: 1em !important;
    overflow: hidden;
}
/* Blog cards */
.post-card .post-thumb {
  width: 100%;
  height: 220px;           /* consistent rectangle */
  object-fit: cover;      
  display: block;
}

.post-title a {
  color: inherit;
  text-decoration: none;
}
.post-title a:hover {
  text-decoration: underline;
}

/* SINGLE BLOG */


/* Single hero (match height/padding to your homepage banner) */
.single-hero-bg{
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 520px;     /* tweak to match your homepage hero */
  padding: 6rem 1rem;    /* generous vertical space */
}

/* Optional: subtle readability overlay (can remove if not needed) */
.single-hero-bg::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.25);
}
.single-hero-bg > .hero-inner{
  position: relative; /* keep text above overlay */
  z-index: 1;
}

#single-content{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
body.wp-singular.page-template.page-template-page-templates.page-template-Contact ul#menu-main-navigation li a.nav-link.active {
    color: #000;
}



/* ALL MOBILE DEVICES */

@media (max-width: 600px) {
#CTA-AREA {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
h1 {
    font-size: 1.6em;
}
h2 {
    font-size: 1.4em;
}
h2.mb-3 {
    text-align: center;
    width: 100%;
}
h3 {
    font-size: 1.3em !important;
}
h5,
h5.text-center.w-100.mb-2 {
    font-weight: 1.2em;
}
.navbar-toggler.collapsed .bottom-bar {
    margin-top: 8px;
    transform: rotate(0deg);
}
.navbar-toggler.collapsed .top-bar {
    margin-top: -8px;
    transform: rotate(0deg);
}
.header-img {
    margin-top: 1em;
    z-index: 1;
}
a.btn.btn-primary.mt-4 {
    width: 100%;
}
.gradient-panel-inner {
    padding: 2rem;
}
#our-process {
    padding-top: 6em;
    padding-bottom: 7em;
    margin-top: -4em;
}
.step-list .step-icon::after {
    height: 250px;
}
.faq-toggle {
    font-size: 1.1em;
}
#site-footer {
    padding-top: 3em !important;
    padding-bottom: 2em !important;
}
.col-12.col-md-8.col-lg-5.col-xl-5.offset-lg-1.offset-xl-1.d-flex.flex-column.flex-nowrap.align-content-start.align-items-start.justify-content-center {
    padding-left: 2em;
    padding-right: 2em;
}
#info-area-about .content h3 {
    margin-top: 1em;
    text-align: center;
}
}


/* TABLET DEVICES */

@media (min-width: 600px) and (max-width: 768px) {
#CTA-AREA {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
h1 {
    font-size: 1.6em;
}
h2 {
    font-size: 1.4em;
}
h2.mb-3 {
    text-align: center;
    width: 100%;
}
h3 {
    font-size: 1.3em !important;
}
h5,
h5.text-center.w-100.mb-2 {
    font-weight: 1.2em;
}
.navbar-toggler.collapsed .bottom-bar {
    margin-top: 8px;
    transform: rotate(0deg);
}
.navbar-toggler.collapsed .top-bar {
    margin-top: -8px;
    transform: rotate(0deg);
}
.header-img {
    margin-top: 1em;
    z-index: 1;
}
a.btn.btn-primary.mt-4 {
    width: 100%;
}
.gradient-panel-inner {
    padding: 2rem;
}
#our-process {
        padding-top: 3em;
        padding-bottom: 8em;
        margin-top: 1em;
}
.step-list .step-icon::after {
    height: 250px;
}
.faq-toggle {
    font-size: 1.1em;
}
#site-footer {
    padding-top: 3em !important;
    padding-bottom: 2em !important;
}
.col-12.col-md-8.col-lg-5.col-xl-5.offset-lg-1.offset-xl-1.d-flex.flex-column.flex-nowrap.align-content-start.align-items-start.justify-content-center {
    padding-left: 2em;
    padding-right: 2em;
}
#info-area-about .content h3 {
    margin-top: 1em;
    text-align: center;
}
div#hp-about-area {
    margin-top: 0em;
    border-top-left-radius: 0PX;
    border-top-right-radius: 0PX;
    background: linear-gradient(180deg, #FFECD3 0%, #FFFFFF 20%, #FFFFFF 100%);
    padding-top: 3em;
    z-index: 2;
    position: relative;
}
}


/* TABLETS AND SMALLER LAPTOPS */

@media (min-width: 769px) and (max-width: 1024px) {
h1 {
    font-size: 2.5em;
}
div#hp-about-area {
    margin-top: 0em;
    border-top-left-radius: 0PX;
    border-top-right-radius: 0PX;
    background: linear-gradient(180deg, #FFECD3 0%, #FFFFFF 20%, #FFFFFF 100%);
    padding-top: 3em;
    z-index: 2;
    position: relative;
}
.cta-copy h3 {
    color: #fff;
    font-weight: bold;
    font-size: 2.2em;
}
h2.mb-3 {
    font-size: 2.3em;
}
.header-img {
    margin-top: 1em;
    z-index: 1;
}
#CTA-AREA {
    padding-top: 5rem;
    padding-bottom: 4rem;
}
#our-process {
    padding-top: 6em;
    padding-bottom: 9em;
    background: #C4A46D;
    z-index: 1;
    position: relative;
    margin-top: 0em;
}
.step-list .step-icon::after {
    height: 250px;
}
}


@media (min-width: 769px) and (max-width: 991px) {
#CTA-AREA {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
h1 {
    font-size: 1.6em;
}
h2 {
    font-size: 1.4em;
}
h2.mb-3 {
    text-align: center;
    width: 100%;
}
h3 {
    font-size: 1.3em !important;
}
h5,
h5.text-center.w-100.mb-2 {
    font-weight: 1.2em;
}
.navbar-toggler.collapsed .bottom-bar {
    margin-top: 8px;
    transform: rotate(0deg);
}
.navbar-toggler.collapsed .top-bar {
    margin-top: -8px;
    transform: rotate(0deg);
}
.header-img {
    margin-top: 1em;
    z-index: 1;
}
a.btn.btn-primary.mt-4 {
    width: 100%;
}
.gradient-panel-inner {
    padding: 2rem;
}
#our-process {
    padding-top: 6em;
    padding-bottom: 7em;
    margin-top: -4em;
}
.step-list .step-icon::after {
    height: 250px;
}
.faq-toggle {
    font-size: 1.1em;
}
#site-footer {
    padding-top: 3em !important;
    padding-bottom: 2em !important;
}
.col-12.col-md-8.col-lg-5.col-xl-5.offset-lg-1.offset-xl-1.d-flex.flex-column.flex-nowrap.align-content-start.align-items-start.justify-content-center {
    padding-left: 2em;
    padding-right: 2em;
}
#info-area-about .content h3 {
    margin-top: 1em;
    text-align: center;
}
}


/* Bigger Laptops */

@media (min-width: 1025px) and (max-width: 1366px) {}


/* MEDIUM Laptops and zoomed in screens */

@media (min-width: 1440px) {}