/* /////////////////////// Other changes: /////////////////////// */

/* Highlight only the View More menu item */
.menu-view-more > a {
    font-weight: 700 !important;
}

/* animation change faster on mobile  */
@media (max-width: 767px) {
    .wow,
    .fadeInUp,
    .fadeInDown,
    .fadeInLeft,
    .fadeInRight,
    .fadeIn {
        animation-duration: 0.40s !important;
        transition-duration: 0.40s !important;
    }

    [data-wow-delay] {
        animation-delay: 0.05s !important;
        transition-delay: 0.05s !important;
    }
}

/* turn off animations on mobile */
/* @media (max-width: 767px) {
    .wow {
        visibility: visible !important;
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
} */
.custom-cursor {
    display: none;
  }


/* Breadcrumb color + no underline (theme + Yoast output) */
.page-header-box .breadcrumb,
.page-header-box ol li.breadcrumb-item {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: normal;
  color:white !important;
}

/* Links: white + no underline */
.page-header-box .breadcrumb a,
.page-header-box ol li.breadcrumb-item a {
  color: white !important;
  text-decoration: none;
}

/* Hover: keep no underline (or change if you want) */
.page-header-box .breadcrumb a:hover,
.page-header-box ol li.breadcrumb-item a:hover {
  color:white !important;
  text-decoration: none;
}

/* Yoast "current" text also white */
.page-header-box .breadcrumb .breadcrumb_last {
  color: white !important;
}

.page-header {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center 30% !important;
}
/* ////////////////////////////////////////////// */


/* hero title style */
.hero .section-title h1 .hero-highlight-word,
.hero .section-title h1 .hero-highlight-word * {
    color: var(--accent-color) !important;
    font-weight: 900 !important;
}

/* // Hero quote: add transition for fade effect (if needed in JS) */
.hero-quote {
  transition: opacity 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}



/*//////////////////// hero slider style /////////////////////////*/
/* HERO background crossfade slider (no markup change) */
.hero {
  position: relative;
  overflow: hidden;
  background: transparent !important;
}

.hero::before,
.hero::after {
  display: none !important;
  content: none !important;
}

.hero.hero-has-layered-slider > *:not(.hero-bg-layer):not(.hero-overlay-layer) {
  position: relative;
  z-index: 3;
}

.hero-bg-layer {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 1.4s ease;
  z-index: 1;
  will-change: transform, opacity;
  pointer-events: none;
}

.hero-bg-layer.is-active {
  opacity: 1;
}

.hero-overlay-layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 52, 86, 0.00) 29.57%, #43213a 88.12%);
  z-index: 2;
  pointer-events: none;
}

/* ///////////////////////////////////////////////////////////// */




/* ///////////////// About client box style ///////////////// */

/* Assurix small subtitle box */
.assurix-subtitle-box {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 360px;
    padding: 18px 22px;
    background: #ffffff;
    border: 1px solid rgba(69, 29, 69, 0.12);
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(69, 29, 69, 0.06);
}

.assurix-subtitle-logo-link {
    display: block;
    flex: 0 0 60px;
}

.assurix-subtitle-box img {
    width: 60px;
    height: auto;
    display: block;
}

.assurix-subtitle-box p {
    margin: 0;
    color: #451d45;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}



.about-client-badge-heading {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
     margin: 10px 0;
}
.about-client-badge-heading strong, .about-client-box-content strong {
    color: var(--accent-color);
    font-weight: 900;
}

/* Remove italic style only from the big Assurix box text */
.about-client-box-content-assurix,
.about-client-box-content-assurix p,
.about-client-box-content-assurix strong {
    font-style: normal;
}

/* ///////////////// About client box end ///////////////// */



/* ///////////////// Testimonial slider style ///////////////// */

.page-testimonials .testimonial-content .js-tm-text {
  max-height: 150px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.page-testimonials .testimonial-readmore {
  display: inline-block;
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 12px;
  font-weight: 600;
  cursor: pointer;
}

.page-testimonials .testimonial-item {
  height: auto !important;
}

.page-testimonials .testimonial-content {
  overflow: visible !important;
}

.page-testimonials .swiper {
  overflow: hidden;
  padding-bottom: 60px;
}

.page-testimonials .swiper-slide {
  height: auto !important;
}

.testimonial-content p {
  font-size: 16px;
  font-weight: 500;
}

/* Fade-out overlay at the bottom */
.page-testimonials .testimonial-content .js-tm-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(245, 245, 245, 0) 0%,
    rgba(245, 245, 245, 0.75) 55%,
    rgba(245, 245, 245, 1) 100%
  );
  transition: opacity 0.3s ease;
}

.page-testimonials .testimonial-item.is-expanded .testimonial-content .js-tm-text::after {
  opacity: 0;
}

.page-testimonials .testimonials-layout {
  display: flex;
  align-items: center;
  gap: 32px;
}

.page-testimonials .testimonials-badge {
  flex: 0 0 240px;
  max-width: 240px;
  text-align: center;
}

.page-testimonials .testimonials-badge img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.page-testimonials .testimonials-slider-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.page-testimonials .testimonials-badge-text {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #1f1f1f;
}

@media (max-width: 991px) {
  .page-testimonials .testimonials-layout {
    flex-direction: column;
    align-items: stretch;
  }

  .page-testimonials .testimonials-badge {
    flex: 0 0 auto;
    max-width: 220px;
    margin: 0 auto 20px;
  }
}

/* ////////////////////////////////////// */


/* single service text style */
body.single-services .page-service-details .our-testimonials-content {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
}



/* /////////////// Partners slider //////////////////////// */
.partners-slider-section {
/*   padding: 40px 0; */
  overflow: hidden;
}

.partners-slider {
  overflow: hidden;
}

.partners-slider .swiper-wrapper {
  align-items: center;
}

.partners-slider .swiper-slide {
  height: auto;
}

.partner-logo-item{
  min-height: 150px;
}

.partner-logo-item img{
  height: auto !important;
  max-height: 80px;
  width: 100%;
  max-width: 300px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .partners-slider-section {
    padding: 25px 0;
  }

  .partners-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .partner-logo-item {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .partner-logo-item img {
    max-height: 55px;
    max-width: 160px;
    width: auto;
    object-fit: contain;
  }
}
/* //////////////////////////////////////////////////// */




/* //////////// Blog card on front-page ///////////////// */
/* ==========================================
   Blog cards - inner alignment only
   ========================================== */
   @media only screen and (min-width: 1100px) {
.our-blog .post-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.our-blog .post-item-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    margin-top: 15px;
}

.our-blog .post-item-content {
    flex: 1;
}
   }


/* //////////////////////////////////////////////////// */

/* //////////// Single post content ///////////////// */
/* Single post content width alignment */
.sc-project-pages-area{
  margin-top: 50px;
}


.page-single-post .post-content .post-entry > * {
  width: 86vw;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.page-single-post .post-content .post-entry img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.page-single-post .post-image {
  width: 86vw;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.page-single-post .post-image figure {
  width: 100%;
  margin: 0;
}
.page-single-post .post-content .post-entry .wp-block-embed,
.page-single-post .post-content .post-entry .wp-block-embed__wrapper{
    width: 86vw;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.page-single-post .post-content .post-entry .wp-block-embed iframe,
.page-single-post .post-content .post-entry .wp-block-embed__wrapper iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
   margin-bottom: 15px;
}












.blog-author-card-small {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 30px;
}

.blog-author-card-left {
    display: flex;
    align-items: center;
    gap: 22px;
}

.blog-author-card-image {
    flex: 0 0 130px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
}

.blog-author-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-author-card-label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
}

.blog-author-card-content h3 {
    margin-bottom: 6px;
    color: var(--primary-color);
    font-size: 22px;
}

.blog-author-card-job {
    margin-bottom: 6px;
    font-weight: 700;
    color: var(--primary-color);
}

.blog-author-card-content {
    max-width: 620px;
}

.blog-author-card-description {
    max-width: 520px;
    overflow-wrap: break-word;
    word-break: break-word;
}

.blog-author-card-linkedin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-color);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 12px;
    padding: 12px 22px;
    line-height: 1;
    transition: all 0.3s ease;
}

.blog-author-card-linkedin:hover {
    background: var(--primary-color);
    color: #ffffff;
}

.blog-author-card-social ul {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-author-card-social ul li a {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--accent-color);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .blog-author-card-small {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 25px;
        padding: 30px 22px;
    }

    .blog-author-card-left {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 18px;
    }





}

/* ////////////////////////////////////////////////// */


/*//////////// Single team style /////////////// */
/* Single Team layout fix */
.single-image {
  width: 45%;
}
.page-team-single .team-single-image img {
  display: block;
  width: 100%;
  height: auto !important;
  max-width: 100%;
  object-fit: contain;

     
}

/* Single Team member card */
.page-team-single .team-member-card-content {
  text-align: center;
  margin-top: 24px;
}

.team-content h3, .project-content h3 {
    margin-top: 0;
    margin-bottom: 0px;
}


/* @media only screen and (max-width: 1440px) {
    .team-body {
        right: 15px;
        bottom: 15px;
        left: 15px;
			padding: 10px;

    } */

/* ////////////////////////////////////////////////// */


/*//////////// Services Cards ///////////////// */
/* Make color #89BA44 SVG icon on contact us */
/* .contact-us-icon img[src$=".svg"]{
  filter: brightness(0) saturate(100%) invert(58%) sepia(23%) saturate(1105%) hue-rotate(51deg) brightness(95%) contrast(92%);
} *
 /* Color contact icons on Contact Us page */
.contact-us-icon img,
.services-item-header .icon-box img,
.about-us-icon img {
  filter: brightness(0) saturate(100%) invert(58%) sepia(23%) saturate(1105%) hue-rotate(51deg) brightness(95%) contrast(92%);
  max-width: 75px !important;
  transition: filter 0.3s ease;
}

.about-body-item:hover .about-us-icon img {
    filter: brightness(0) invert(1) !important;
}



.our-services .services-item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.our-services .services-item-content h3 {
    min-height: 0;
    margin-bottom: 20px;
}

.our-services .services-item-content p {
    margin-bottom: 10px;
}

.our-services .services-item-content ul {
    margin-top: auto;
}
.services-item-content ul{
	border-top: none;
}


/* Reduce spacing inside the office card content */
.page-contact-us .contact-item-content h3 {
    margin-bottom: 20px;
}

.page-contact-us .office-location-title {
    margin: 0 0 8px;
}
.page-contact-us .office-location-address {
    margin: 0 0 18px;
    line-height: 1.5;
}



/* //////////////////////////////////////// */


.main-footer {
    margin-top: 70px;
}

/*////////// Footer SEO links block ////////// */
.footer-seo-links {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 0 26px;
 
}

.footer-seo-links .footer-seo-links-list {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px; /* row gap / column gap */
}

.footer-seo-links .footer-seo-links-list li {
  margin: 0;
  padding: 0;
}

.footer-seo-links .footer-seo-links-list a {
   color: white;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
  opacity: 0.9;
}

.footer-seo-links .footer-seo-links-list a:hover {
  opacity: 1;
  text-decoration: none;
}

@media (max-width: 768px) {
  .footer-seo-links .footer-seo-links-list a {
    font-size: 13px;
  }
}

/* ///////////////////////////////  */


/*////////// case studies ////////// */
.feature-body .image-box {
    width: 100%;
    height: 260px;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 20px;
}

.feature-body .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.post-type-archive-case_study .our-features.case-studies-archive {
    margin-top: 80px;
    margin-bottom: 80px;
}
/* single-studies */
.page-project-single .project-category-list ul li .project-info-label {
    text-align: left;
    flex: 0 0 140px;
    max-width: 140px;
}

.page-project-single .project-category-list ul li .project-info-value {
    text-align: right;
    flex: 1 1 auto;
    color: var(--text-color);
}

/* Category list background color */
.page-project-single .project-category-list h3 {
    margin: 0;
    background: #8fc043;
}
/* ///////////////////////////////  */


/*////////// Why Trust Us review box ////////// */
.feature-review-box .review-box > a {
    display: flex;
    justify-content: center;
}
.review-box {
      padding: 9px;
}
.review-box img{
  width: 100px;
  align-items: center;
}
.hero-review-content p {
  font-size: 14px;
}
/* ///////////////////////////////  */


/*////////// Our Services section ////////// */
.our-services {
  margin-top: 100px;
}
/* ///////////////////////////////  */



/* /////////// Contact form for all pages ////////// */

.cta-contact-form-box {
    margin-bottom: 50px;
}

.cta-contact-form-box .cta-contact-image,
.cta-contact-form-box .contact-us-form {
    width: 50%;
}

.cta-contact-form-box .cta-contact-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.cta-contact-form-box .cta-contact-image .why-choose-image-box {
    width: 100%;
}

@media (max-width: 991px) {
    .cta-contact-form-box {
        display: flex;
        flex-direction: column;
    }

    .cta-contact-form-box .cta-contact-image,
    .cta-contact-form-box .contact-us-form {
        width: 100%;
    }

    .cta-contact-form-box .cta-contact-image {
        padding: 35px 20px;
    }
}

/* /////////// End Contact form for all pages ////////// */

.assurix-full-card {
    background: #43213a;
    border-radius: 20px;
    overflow: hidden;
}

.assurix-full-card .assurix-card-inner {
    padding: 30px 32px;
}

.assurix-full-card .assurix-card-logo {
    margin-bottom: 18px;
    text-align: center;
}

.assurix-full-card .assurix-card-logo img {
    max-width: 150px;
    height: auto;
    display: inline-block;
}



.assurix-full-card .assurix-card-content h3 {
    color: #ffffff;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.15;
}

.assurix-full-card .assurix-card-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.42;
    margin-bottom: 0;
}

.assurix-full-card .assurix-card-footer {
    /* padding-top: 18px; */
    margin-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.assurix-full-card .assurix-card-footer h2 {
    color: #ffffff;
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 1.1;
}

.assurix-full-card .assurix-card-footer p {
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
}




/* ///////// Keep the LCP hero image behind the existing hero content. //////////// */
.hero {
    position: relative;
    overflow: hidden;
}

.hero .hero-lcp-image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    pointer-events: none !important;
    z-index: 0 !important;
}
/* Hide the helper LCP image after the real hero slider is ready. */
.hero.hero-lcp-ready .hero-lcp-image {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.35s ease;
}

/* Keep existing hero content above the image. */
.hero .container,
.hero .hero-box,
.hero .hero-content,
.hero .hero-counter-box {
    position: relative;
    z-index: 3;
}
/* ///////// End Keep the LCP hero image behind the existing hero content. //////////// */


/* ///////// services, solutions, security margin fix. //////////// */
.services-content{
	     padding: 0px 0 !important;
}

@media only screen and (min-width: 1200px) {
.intro-video-box{
	margin-bottom: 60px;
}
}


@media (min-width: 1200px) {
/* Keep intro video responsive but not too narrow on large screens */
.intro-video-box.intro-video-contained .container-fluid {
    width: calc(100% - 130px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.intro-video-box.intro-video-contained .intro-video {
    width: 100%;
    max-width: 100%;
}
}
/* Slightly narrower on laptop / MacBook sizes */
@media (max-width: 1420px) {
    .intro-video-box.intro-video-contained .container-fluid {
        width: 100%;
        max-width: 1280px;
    }
}

/* Mobile/tablet safety */
@media (max-width: 767px) {
    .intro-video-box.intro-video-contained .container-fluid {
        width: 100%;
    }
}

/* /////////  End services, solutions, security margin fix. //////////// */
