/* Wysihtml5 Content Formatting for Insights */
.insights {
    font-family: 'Playfair Display', serif;
    line-height: 1.6;
    color: #333;
}

.insights p {
    margin-bottom: 1.2em;
    font-size: 16px;
    line-height: 1.7;
}

.insights b, 
.insights strong {
    font-weight: bold;
    color: #2c3e50;
    padding-top: 12px;
    padding-bottom: 4px;
    display: inline;
}

.insights i, 
.insights em {
    font-style: italic;
    color: #555;
}

.insights h1 {
    font-size: 2.5em;
    font-weight: bold;
    margin: 1.2em 0 0.8em 0;
    color: #2c3e50;
    line-height: 1.2;
}

.insights h2 {
    font-size: 2.1em;
    font-weight: bold;
    margin: 1.1em 0 0.7em 0;
    color: #2c3e50;
    line-height: 1.3;
}

.insights h3 {
    font-size: 1.8em;
    font-weight: bold;
    margin: 1em 0 0.6em 0;
    color: #2c3e50;
    line-height: 1.4;
}

.insights h4 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.9em 0 0.5em 0;
    color: #2c3e50;
}

.insights h5 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0.8em 0 0.4em 0;
    color: #2c3e50;
}

.insights h6 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0.7em 0 0.3em 0;
    color: #2c3e50;
}

.insights ul {
    margin: 1em 0;
    padding-left: 2em;
    list-style-type: disc;
}

.insights ol {
    margin: 1em 0;
    padding-left: 2em;
    list-style-type: decimal;
}

.insights li {
    margin-bottom: 0.5em;
    line-height: 1.6;
    font-size: 16px;
}

.insights ul ul,
.insights ol ol {
    margin: 0.5em 0;
    padding-left: 1.5em;
}

.insights ul ul {
    list-style-type: circle;
}

.insights ul ul ul {
    list-style-type: square;
}

.insights blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    border-left: 4px solid #c51011;
    background-color: #f8f9fa;
    font-style: italic;
    color: #555;
}

.insights blockquote p {
    margin-bottom: 0;
}

.insights a {
    color: #c51011;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.insights a:hover {
    color: #a00f10;
    text-decoration: none;
}

.insights table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    border: 1px solid #ddd;
}

.insights table th,
.insights table td {
    border: 1px solid #ddd;
    padding: 0.75em;
    text-align: left;
}

.insights table th {
    background-color: #f8f9fa;
    font-weight: bold;
    color: #2c3e50;
}

.insights table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.insights pre {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1em;
    overflow-x: auto;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.4;
    margin: 1em 0;
}

.insights code {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0.2em 0.4em;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #d14;
}

.insights hr {
    border: none;
    border-top: 2px solid #eee;
    margin: 2em 0;
}

/* Special formatting for the main content wrapper */
.insights > p:first-child {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #444;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .insights h1 { font-size: 2em; }
    .insights h2 { font-size: 1.7em; }
    .insights h3 { font-size: 1.5em; }
    .insights h4 { font-size: 1.3em; }
    .insights h5 { font-size: 1.2em; }
    .insights h6 { font-size: 1.1em; }
    
    .insights p,
    .insights li {
        font-size: 15px;
    }
    
    .insights ul,
    .insights ol {
        padding-left: 1.5em;
    }
}

body {
    font-family: 'Playfair Display', serif; !important;
}

/* Initial state: invisible, slightly down, and smaller */
.fade-in {
    opacity: 0;
    transform: translateY(60px) scale(0.8); /* Start 20px lower and at 80% of its original size */
    transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

/* When the fade-in is triggered */
.fade-in.show {
    opacity: 1;
    transform: translateY(0) scale(1); /* Move to the original position and full size */
}

.job-list-location{
    line-height: 33px;
}

.font-12 {
  font-size: 12px !important;
}
/* Each sentence starts invisible */
.sentence {
    opacity: 0;
    display: inline-block;
    transition: opacity 0.5s ease-in; /* Adjust fade-in speed if needed */
}

/* When the 'show' class is added, the sentence fades in */
.sentence.show {
    opacity: 1;
}
.bage-bg {
    background: #fcf1db;
}

.insights-grid .card {
    border: unset;
    border-radius: 0;
    background: unset;
}

.insights-grid .card .card-body {
  padding-left: 0;
padding-right: 0;
}
.insights-grid .card .card-img-top{
  border-radius: 0;
}
.bg-fisher {
      background: #c51011;
}
.bg-fisher .text-danger {
    color: #fff !important;
}

.bg-fisher p {
      font-size: 20px;
}
.insights-grid .card .card-text {
    font-size: 12px;
}
.insights-grid .card h5.card-title {
  font-size: 18px;
      font-weight: bold;
      line-height: 20px;
}
/* Optional letter-based fade-in, if still needed */
.letter {
    opacity: 0;
    display: inline-block;
    transition: opacity 0.3s ease-in;
}

.letter.show {
    opacity: 1;
}
/* Each word starts invisible */
.word {
    opacity: 0;
    display: inline-block;
    transition: opacity 0.5s ease-in; /* Adjust fade-in speed if needed */
}

/* When the 'show' class is added, the word fades in */
.word.show {
    opacity: 1;
}
.header-section {
    position: relative;
        background: #c40f10;
    padding-top: 50px;
    padding-bottom: 50px;
}

h1.customh1 {
  text-transform: uppercase;
    font-size: 61px;
}
h2.customh2 {
  text-transform: uppercase;
    font-size: 40px;
        line-height: 33px;
}

.para-custom {
    font-family: initial;
    font-weight: 100;
    color: #2e2b26;
    font-style: italic;
    font-size: 18px;
}
.bage-bg {
    background-color: #fcf1d8 !important;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1100px !important;
    }
}
.p-custom {
  font-family: initial;
  font-size: 19px;
}
.mission{
max-width: 450px;
}
.mission-container{
    padding-top: 150px;
}
.customh5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 21px;
}
.mission-vision-section {
    background: url('../img/Mission_Vision_Bckg.jpg') no-repeat center center/cover;
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.mission-vision-section .container {
    z-index: 2;
}
.mission-vision-section .customh2 {
    font-size: 30px;
}

.mission-vision-section .lead.text-start{
      font-weight: bold;
}
.team-circle img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  margin: 20px auto;
  display: block;
}

.team-member {
    width: 310px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}
.get-in .custom-text p {
    padding: 0;
}
.featured-title {
  font-weight: bold;
}



.job-des-title {
    padding-top: 30px;
}
.featured-description a {
  color: #c51011 !important;
text-decoration: unset;
}
.get-in .custom-text {
  font-size: 21px;
line-height: 23px;
}
hr {
  border: 1px solid #c40f10 !important;
  opacity: 1 !important;
}
.featured-meta {
  color: #c51011;
font-style: italic;
}
.container .customh4vlaue {
    font-size: 37px;
    color: #c40f10 !important;
}
.customh4 {
  text-align: left;
      font-size: 29px;
      font-weight: normal;
      line-height: 26px;
      text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
      font-family: 'Playfair Display', serif!important;
}

.btn.btn-dark.btn-lg {
  border-radius: 0;
  background: #000;
  font-size: 17px;
  padding-left: 40px;
  padding-right: 40px;
      color: #fff !important;
}
.custom-flow {
  width: 460px;
}
.btn-dark:hover {
    box-shadow: unset !important;
}

.image-container {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

/* KNOW MORE button styling */
.know-more-btn {
    position: absolute;
    top: 18%; /* Adjust this to align with the top of the circle */
    left: 6%; /* Adjust this to align with the left of the circle */
    padding: 10px 20px;
    font-size: 18px;
    color: white;
    background-color: #d32f2f; /* Red background */
    border: none;
    border-radius: 50px;
    font-family: 'Times New Roman', serif;
    font-weight: bold;
    text-decoration: none;
    z-index: 2;
    cursor: pointer;
    transform: translate(-50%, -50%); /* Center the button horizontally */
}

/* Media query for responsiveness */
@media (max-width: 768px) {
    .know-more-btn {
        font-size: 16px; /* Adjust font size for smaller screens */
        padding: 8px 16px; /* Adjust padding for smaller screens */
        top: 22%; /* Adjust the top position for smaller screens */
        left: 10%; /* Adjust the left position for smaller screens */
    }

    .mission-container {
      padding-top: 30px;
  }
}

.know-more-btn:hover {
    background-color: #b71c1c; /* Darker red on hover */
}
#aboutUsSection {
  background: url(https://basita1.ngrok.app/storage/bf-c-1.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: auto;
}


a:hover, a:focus {
    color: #c41010 !important;
    text-decoration: none;
    outline: none;
}

.thesaas-sections-split .section,
.thesaas-sections-split .main-content .topbar,
.thesaas-sections-split .main-content .site-footer {
  margin: 30px 50px 100px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
}

.thesaas-sections-split .main-content .topbar {
  position: static;
}

.thesaas-sections-split .main-content .topbar .topbar-toggler {
  display: none;
}

.main-content  {
  background-color: #ffffff !important;
}

.thesaas-sections-split .section-info {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 60px;
}

.thesaas-sections-split.topbar-reveal .main-content .topbar-nav {
  display: none;
}

@media (max-width: 768px) {

  .thesaas-sections-split .section,
  .thesaas-sections-split .main-content .site-footer {
    margin: 30px 0 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }


  h1.customh1 {
    font-size: 40px;
}

}

.navbar-toggler:focus {

    box-shadow: unset !important;
}
.carousel-item {
    position: relative;
    height: 50vh; /* Set to half of the viewport height */
}


.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
}
.hero-title {

  font-size: 87px;
  font-weight: bold;
  color: #fcf0d7;
  line-height: 68px;
  padding-bottom: 20px;
}
.main-content .clients {
  background-color: #121212 !important;
}
.hero-text-padding {
  padding-left: 50px !important;
padding-top: 0px !important;
}
/* Clients Section Styling */
.clients-section {
    background-color: #1b1b1b;
    color: #fff;
}
.expertise-section {
    background-color: #fcf0d7; /* Light background to match the image */
    padding: 50px 0;
}

.expertise-section h2 {
    font-size: 2rem;
    color: #b50000;
}

.sectors h5 {
      font-family: 'Playfair Display', serif;
    font-weight: bold;
    color: #000;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

.sectors .dot {
    height: 12px;
    width: 12px;
    background-color: #b50000;
    border-radius: 50%;
    position: absolute;
    left: 6px;
        top: 3px;
}
.custom-text p {
  font-family: sans-serif;
  padding-left: 60px;
  padding-top: 7px;
}
body .text-danger {
  --bs-text-opacity: 1;
  color: rgb(195 24 22) !important;
}
.red-bg {
    background: url(https://fisher.hr/storage/find-hire.png), linear-gradient(to right, #c41010 50%, #c41010 50%);
    color: white;
    background-position: right;
    background-repeat: no-repeat;
}

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

.quote {
    font-size: 170px;
    color: #c4100f;

}
.qleft {
  position: absolute;
  left: -70px;
  top: -90px;
}
.footer {
    background-color: #000;
    color: #fff;
    padding: 40px 0;
}
.footer-logo {
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.footer-logo img {
    width: 120px;
    margin-right: 10px;
}
.footer p,
.footer ul a {
    font-family: sans-serif;
    text-decoration: auto;
}


.social-icons a {
    margin-right: 15px;
    font-size: 1.5rem;
    color: #fff;
}



.qright {
  position: absolute;
  right: -40px;
  top: -80px;
  transform: rotate(180deg);
}

.testimonial-text {
    font-size: 1.25rem;
    font-style: italic;
    color: #b71234;
}
.author {
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 20px;
}
.author-title {
    font-style: italic;
    color: gray;
}
.testimonial-img {
    width: 150px;
    height: 150px;
}



 .divider1 {
     border-top: 1px solid white;
     margin: 20px 0;
 }

.container .m-custom1 .col-6 {

}
.container .m-custom1 {
  margin-right: 0px;
  margin-left: 0px;
}
.clients-section h2 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0;
}
.display-4 {

}
.logo-wrapper {
    overflow: hidden; /* Hide overflow for smooth scrolling */
    position: relative;
    width: 100%;
}

.logo-scroll {
    display: flex;
    align-items: center;
    animation: scroll 10s linear infinite; /* Smooth continuous scrolling */
}

.client-logo img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.client-logo img:hover {
    filter: grayscale(0%);
}

/* Continuous scrolling animation */
@keyframes scroll {
    0% {
        transform: translateX(0); /* Start position */
    }
    100% {
        transform: translateX(-50%); /* End position */
    }
}
@media (max-width: 820px) {
  .hero-text-padding {
      padding-left: 10px !important;
      padding-top: 0px !important;
  }
  .d-flex.flex-column.justify-content-center.align-items-start.h-100.w-100 {
background: #00000096;
}
}
@media (min-width: 992px) {


.hero-text-padding {
    padding-left: 0px !important;
    padding-top: 0px !important;
}
.hero-title {
  font-size: 64px;
  line-height: 52px;
}
}
.custom-font-1 {
  font-size: 33px !important;
  line-height: 36px !important;
}

.hero-description {
  font-size: 18px;
      color: #fff;
      line-height: 21px;
}

  #neubar {
box-shadow: -8px -7px 12px rgba(0, 0, 0, 0.4);
}
    .nav-item .active {
color: #c51b21 !important;
    }
    #neubar .dropdown-menu a:hover {
      color: #454545
    }
    #neubar .nav-item {
      margin : auto 4px;
    }
    #neubar a {
      padding-left: 12px;
      padding-right: 12px;
      font-family: 'Playfair Display', serif !important;
      font-size: 18px;
    }
    #neubar .dropdown-menu {
      background : #545454
    }
    a.navbar-brand {
      color: #454545
    }
    .py-custom {
      padding-top: 3rem !important;
      padding-bottom: 2rem !important;
    }
    @media (max-width: 768px) {
        #heroSlider .carousel-item {
            background-size: cover;
            background-position: center;
            height: 60vh;
        }



        .hero-text-padding {
            padding: 15px;
        }

        .hero-title {
            font-size: 1.5rem;
        }

        .hero-description {
            font-size: 1rem;
        }

        .clients-section h2 {
            font-size: 1.25rem;
        }

        .red-bg {
            padding: 20px;
        }

        .display-5 {
            font-size: 1.75rem;
        }

        .logo-scroll {
            display: flex;
            overflow-x: auto;
            gap: 10px;
            padding: 10px;
        }

        .client-logo {
            flex: 0 0 auto;
            max-width: 120px;
        }
    }

    @media (max-width: 576px) {
        .hero-title {
        font-size: 3.25rem;
            line-height: 40px;
        }
        .hero-text-padding {
            padding: 0px !important;
        }
        .quote {
display: none!important;
}
.py-custom {
    padding-top: 1rem !important;
    padding-bottom: 13rem !important;
    background-size: contain !important;
background-position: bottom !important;
}
.navbar-light .navbar-toggler {
    margin-top: 13px;
}
.custom-text p {
    font-family: sans-serif;
    padding-left: 0;
    padding-top: 0;
    text-align: left;
}

        .mb-container {
          background: #00000087;
          padding: 30px !important;
        }

        .hero-description {
            font-size: 1.1rem;
        }

        .text-content {
            text-align: center;
        }
    }
    a {
        color: unset !important;
        text-decoration: unset !important;
    }
  .text-muted.custom-meta{
    color: #c51011 !important;
    font-size: 22px;
    font-style: italic;

    }


    .modal-content.job-list {

    }
.item-center {
  margin:0 auto;
}
