/*
Template Name: Pintext Theme - Custom
*/
/* ==========================================================================
COLOR SCHEME
========================================================================== */
:root {
  --theme-secondary-color: #9370db;
  --theme-tertiary-color: #F2672B;
  --theme-blue-color: #04aaff;
  --bs-gutter-x: 1.5rem;
}

/* ==========================================================================
Root
========================================================================== */
h4,
h3 {
  font-weight: 400 !important;
}

h5,
h6 {
  font-weight: 500 !important;
}

.ico-55 [class*="fi fi-"] {
  font-size: 2.4375rem;
}

.section-id {
  color: var(--theme-secondary-color) !important;
}

/* ==========================================================================
Menu
========================================================================== */
.wsmainwp {
  max-width: 1320px !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-100 {
  width: 99% !important;
  left: 0%;
  padding: 20px 10px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-100 .col-lg-3 {
  padding: 0 6px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-100 .row ul:not(:last-child).link-list, .wsmenu > .wsmenu-list > li > .wsmegamenu.w-100 .row ul:not(:last-child).description-list {
  border-right: 1px solid var(--bs-gray-300);
}
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-100 .row ul .link-list.last-child {
  border-left: 1px solid var(--bs-gray-300);
}
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-100 ul.link-list > li .head-menu {
  padding: 11px 14px;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--theme-secondary-color);
  font-weight: 500;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-100 ul.link-list > li > a {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: var(--tra-white-smoke);
  color: var(--black);
  font-size: 0.9rem;
  font-weight: 400;
  padding: 11px 14px;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-100 ul.link-list > li > a:hover {
  background-color: var(--white-smoke);
}
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-100 ul.link-list > li > a:hover span.menu-info {
  color: var(--black) !important;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-100 ul.link-list > li > a > span.menu-info {
  position: relative;
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-100 ul.description-list > li .head-menu {
  padding-top: 11px;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--theme-secondary-color);
  font-weight: 500;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu.w-100 ul.description-list > li p {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: var(--tra-white-smoke);
  color: var(--black);
  margin-top: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
  font-weight: 400 !important;
}
.wsmenu > .wsmenu-list.nav-skyblue > li > .wsmegamenu.w-100 ul.link-list > li > a:hover {
  color: var(--sky-blue);
}
.wsmenu > .wsmenu-list.nav-theme > li > .wsmegamenu.w-100 ul.link-list > li > a:hover {
  color: var(--theme-color);
}

.desktoplogo img {
  max-height: 55px !important;
}

/* footer */
.footer .footer-socials.ico-25 img {
  width: 25px;
}
.footer .footer-socials.ico-35 img {
  width: 35px;
}
.footer .bottom-footer .bottom-footer-list .footer-list-divider {
  margin-left: 0px !important;
}

/* Industry */
.industry.int_tool-1 .tool_logo {
  padding: 0px !important;
}
.industry.int_tool-1 .tool_logo img {
  width: 100% !important;
  height: 100% !important;
}

.btn--secondary {
  color: var(--white) !important;
  border-color: var(--theme-secondary-color) !important;
  background-color: var(--theme-secondary-color) !important;
}

.btn--tertiary {
  color: var(--white) !important;
  border-color: var(--theme-tertiary-color) !important;
  background-color: var(--theme-tertiary-color) !important;
}

/*------------------------------------------*/
/*  BACKGROUND IMAGE
/*------------------------------------------*/
.bg--02-02 {
  background-image: url(../../images/web/bg-02.png) !important;
}

/*------------------------------------------*/
/*  CONTENT BOX WRAPPER
/*------------------------------------------*/
.bc-01 .section-overlay.testimonial {
  padding: 45px 40px !important;
}

.fbox-wrapper .col:hover .fbox-2 .fbox-txt h5 {
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
  color: var(--theme-secondary-color);
}
.fbox-wrapper .col:hover .fbox-3 .fbox-txt h6 {
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
  color: var(--theme-secondary-color);
}

.case-studies h4 {
  color: var(--theme-secondary-color) !important;
}

/*------------------------------------------*/
/*  Helpers
/*------------------------------------------*/
p.p-xs {
  font-size: 0.75em;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.img-width-65 {
  width: 65px;
}

.img-width-95-p {
  width: 95% !important;
}

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

/*------------------------------------------*/
/*  Forms
/*------------------------------------------*/
.enquiry-wrapper .contact-form-msg {
  width: 100% !important;
  display: none;
  margin-top: 20px;
  padding-left: 0;
}
.enquiry-wrapper .contact-form-msg .loading {
  color: #00b2e4;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 500;
}
.enquiry-wrapper span.required {
  color: #e74c3c;
}
.enquiry-wrapper .field-validation-error {
  color: #e74c3c;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
}

/*------------------------------------------*/
/*  Image overlay text 
/*------------------------------------------*/
.fbox-wrapper {
  /* Always-visible eye badge */
}
.fbox-wrapper .image-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.fbox-wrapper .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.fbox-wrapper .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.35s ease;
}
.fbox-wrapper .image-wrapper:hover img {
  transform: scale(1.05);
}
.fbox-wrapper .image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.12);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.fbox-wrapper .image-wrapper:hover::after {
  opacity: 1;
}
.fbox-wrapper .view-badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  background: var(--theme-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}
.fbox-wrapper .view-badge svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  stroke-width: 2;
  fill: none;
}

/* ==========================================================================
Plugins Customization
========================================================================== */
.gslide-title {
  font-size: 1.3125rem !important;
  font-weight: 700 !important;
  color: var(--theme-color) !important;
}

.gslide-desc {
  font-size: 1rem !important;
  color: var(--gray) !important;
  line-height: 1.6666 !important;
  font-weight: 400 !important;
}

/* ==========================================================================
Sections
========================================================================== */
.review-ico.ico-45.quote {
  position: absolute;
  top: 15px;
  left: 15px;
  opacity: 0.12;
}

.inner-page-hero {
  padding-top: 120px !important;
}
.inner-page-hero.add-more-height {
  padding-top: 170px !important;
}

.careers-section .jobs-category div.career-item:not(:last-child) {
  border-bottom: 1px solid var(--silver);
}
.careers-section .jobs-category div.career-item.case-study:is(:last-child) {
  padding-bottom: 0px !important;
}

.job-position-title .position-data {
  margin-top: 0px !important;
}
.job-position-title .position-data a {
  text-decoration: underline;
  color: var(--gray);
}
.job-position-title.blog-heading {
  padding-top: 120px !important;
  padding-bottom: 50px !important;
}
.job-position-title .single-post-title {
  padding: 0 !important;
}

.single-post-txt,
.blog-post-preview {
  padding: 0px !important;
}

.post-data {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 30px 0px !important;
}

.industry-expand-container.energy-natural-resources .panel .content .info-message {
  width: 700px !important;
}
.industry-expand-container.services .panel .content .info-message {
  width: 600px !important;
}
.industry-expand-container.consumer .panel .content .info-message {
  width: 800px !important;
}

.industry-expand-container {
  display: flex;
  height: 420px;
  overflow: hidden;
}
.industry-expand-container .panel {
  position: relative;
  background-size: cover;
  background-position: center;
  transition: flex-grow 0.6s ease;
  cursor: auto;
  flex-grow: 1;
  overflow: hidden;
}
.industry-expand-container .panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 70, 90, 0.65);
  transition: background 0.6s ease;
}
.industry-expand-container .panel:hover {
  flex: 3;
}
.industry-expand-container .panel:hover::before {
  background: rgba(147, 112, 219, 0.5);
}
.industry-expand-container .panel:hover .content {
  justify-content: start;
  background-color: var(--theme-secondary-color);
}
.industry-expand-container .panel .content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #ffffff;
  padding: 30px;
  color: #fff !important;
  border-right: 1px solid #ffffff;
  overflow: visible;
}
.industry-expand-container .panel .content h3 {
  color: var(--white) !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}
.industry-expand-container .panel .content .info-message {
  font-size: 15px;
  line-height: 1.6;
  width: 500px;
  display: none;
  transform: translateX(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  padding-top: 25px;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.industry-expand-container .panel.active {
  flex-grow: 3;
}
.industry-expand-container .panel.active .content {
  justify-content: start;
}
.industry-expand-container .panel.active::before {
  background: rgba(147, 112, 219, 0.5);
}
.industry-expand-container .panel.active h3 {
  color: var(--white) !important;
  transition-delay: 0.1s;
}
.industry-expand-container .panel.active .info-message {
  opacity: 1;
  transition-delay: 0.1s;
}
.industry-expand-container .panel.active .info-message, .industry-expand-container .panel:hover .info-message {
  display: block;
  transform: translateX(0);
}

.video-btn.bottom-right {
  top: 80% !important;
  left: 90% !important;
}

/*------------------------------------------*/
/*  HERO-16
/*------------------------------------------*/
#hero-16 {
  overflow: hidden;
  padding-top: 100px;
}

/* ==========================================================================
Theme colors by name 
========================================================================== */
.color--theme-blue,
.color--theme-blue a,
.color--theme-blue :is(h1, h2, h3, h4, h5, h6) {
  color: var(--theme-color-secondary) !important;
}

.shape-ico.color--theme-blue path {
  fill: rgba(4, 170, 255, 0.09);
}

.color--theme-azure,
.color--theme-azure a,
.color--theme-azure :is(h1, h2, h3, h4, h5, h6) {
  color: #3ebbed !important;
}

.shape-ico.color--theme-azure path {
  fill: rgba(62, 187, 237, 0.09);
}

.color--theme-yellow,
.color--theme-yellow a,
.color--theme-yellow :is(h1, h2, h3, h4, h5, h6) {
  color: #fa9319 !important;
}

.shape-ico.color--theme-yellow path {
  fill: rgba(250, 147, 25, 0.09);
}

.color--theme-green,
.color--theme-green a,
.color--theme-green :is(h1, h2, h3, h4, h5, h6) {
  color: #1dcb00 !important;
}

.shape-ico.color--theme-green path {
  fill: rgba(29, 203, 0, 0.09);
}

.color--theme-pink,
.color--theme-pink a,
.color--theme-pink :is(h1, h2, h3, h4, h5, h6) {
  color: #f61ee4 !important;
}

.shape-ico.color--theme-pink path {
  fill: rgba(246, 30, 228, 0.09);
}

/* ==========================================================================
Zoom
========================================================================== */
.zoom-card {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.zoom-card:before {
  background: #000000;
  opacity: 0.1;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.zoom-card img {
  height: 100%;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s;
  width: 100%;
}
.zoom-card:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

@media (min-width: 414px) and (max-width: 479.98px) {
  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/
  /* Header Logo */
  .wsmobileheader .smllogo {
    margin-top: 15px !important;
  }
  .wsmobileheader .smllogo img {
    max-height: 45px !important;
  }
}
@media (min-width: 1200px) {
  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/
  .wsmobileheader .smllogo {
    margin-top: 15px !important;
  }
  .wsmobileheader .smllogo img {
    max-height: 45px !important;
  }
}
@media (max-width: 767px) {
  .review-4 {
    text-align: left !important;
  }
  .carousel-padding {
    padding: 0 25px !important;
  }
  .img-block > img.has-padding {
    margin: 15px 0 !important;
  }
  .py-100 {
    padding: 50px 0;
  }
  .pt-100 {
    padding-top: 35px !important;
  }
  .pb-100 {
    padding-bottom: 35px !important;
  }
  .py-100 {
    padding: 35px 0 !important;
  }
  .inner-page-hero {
    padding-top: 60px !important;
  }
  .inner-page-hero.add-more-height {
    padding-top: 60px !important;
  }
  .video-btn.video-btn-sm {
    width: 3.375rem;
    height: 3.375rem;
  }
  .video-btn.video-btn-sm [class^=flaticon-]::before, .video-btn.video-btn-sm [class^=flaticon-]::after {
    font-size: 2.5rem;
    line-height: 3.375rem !important;
    margin-left: 3px;
  }
  .job-position-title.blog-heading {
    padding-top: 50px !important;
  }
}
/*------------------------------------------*/
/*   MEGA MENU    
  /*------------------------------------------*/
@media (min-width: 390px) and (max-width: 430px) {
  .wsmenu > .wsmenu-list > li > ul.sub-menu.w-100,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-100 {
    padding: 6px 10px;
    top: 0;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu.w-100 .row ul.link-list,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-100 .row ul.link-list {
    border-right: 0px !important;
  }
}
@media (max-width: 767px) {
  .wsmegamenu.w-100 .col-lg-3 {
    padding: 0 !important;
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-100 {
    width: 100% !important;
    left: 0;
    padding: 12px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.95px) {
  /* HERO-16 */
  #hero-16 {
    padding-top: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* HERO-16 */
  #hero-16 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  /* HERO-16 */
  #hero-16 {
    padding-top: 20px;
  }
}
/* ==========================================================================
Sections
========================================================================== */
@media (max-width: 768px) {
  .industry-expand-container {
    flex-direction: column;
    height: auto;
  }
  .industry-expand-container .panel {
    height: 220px;
    transition: height 0.4s ease;
  }
  .industry-expand-container .panel.active {
    min-height: 420px;
  }
  .industry-expand-container .panel .content {
    position: relative;
    height: 100%;
    justify-content: center;
    padding: 20px;
  }
  .industry-expand-container .panel .content .info-message {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1536px) {
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-100 {
    overflow-y: scroll;
    height: calc(100vh - 100px);
  }
}
/* --- Fix Review Author Alignment on Mobile --- */
/* --- Review Author Mobile Refinement --- */
@media (max-width: 767px) {
  .review-1.employee .author-data {
    display: flex !important;
  }
  .review-1.employee .author-data .review-avatar {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0;
  }
}