/*
Theme Name: Scalex Technologies Solutions Child
Template: scalex-technologies-theme
Description: Child theme for the Scalex Technologies Solutions theme
Author: Scalex Technologies Solutions
Version: 1.0
*/

/* Add any custom styles for the child theme below */
 

 .single-main {
  position: relative;
  background-color: #121212; 
   margin-top: -40px;
}

/* Overlay image */
.single-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('https://mediumvioletred-whale-754194.hostingersite.com/wp-content/uploads/2025/02/star-pattern.webp?v=2'); 
  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  opacity: 1; 
  height:100vh;
}

section.case-study-main.pattern-bg {
    background-image: url(https://mediumvioletred-whale-754194.hostingersite.com/wp-content/uploads/2025/03/pattern-left-no-bg.svg);
    background-repeat: no-repeat;
    background-size: auto;
}

/* Ensures text is on top of the overlay */
.single-main > * {
  position: relative;
 
}


.scalex-breadcrumb {
        display: flex;
        align-items: center;
        gap: 4px;
        justify-content: flex-start;
      }
      .scalex-breadcrumb .page-name {
        display: flex;
        min-width: max-content;
        color: #f8f8f8;
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.11px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        padding: 8px 16px;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(200px);
        border: 1px solid #f8f8f833;
        border-radius: 8px;
      }
      /* .scalex-breadcrumb .title {
        color: #f8f8f8;
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.11px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      } */
     .main-container-single {
      max-width: 1920px;
      width: 100%;
      min-height: 700px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin: 0 auto;
      padding: 164px 120px 1px 120px;
      justify-content: flex-start;
  }
  .main-container.overlay-explore.mt-0{
    margin-top: 0;
    padding-bottom: 0;
  }
  .pt-0{
     padding-top: 64px!important;
  }
     
      .single-header .single-category-name p {
        margin: 0!important;
        padding: 0;
      }

      .single-header .single-category-name a {
        margin: 0;
        padding: 0;
        color: #f8f8f8;
        font-family: Source Sans Pro;
        font-size: 20px;
        font-weight: 400;
        line-height: 25.14px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      }
        .single-header .single-category-name{
           color: rgba(242, 242, 242, 0.7); 
            font-family: "Inter", sans-serif;
            font-optical-sizing: auto;
            font-size:16px!important;
            font-weight:400!important
      }
      /* .single-header .date-read-time {
        margin: 0;
        padding: 0;
        color: #f8f8f8;
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.11px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      } */
      /* .title-date-time {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding:0;
      } */
      /* .single-container {
        display: flex;
        gap: 64px;
        width: 100%;
        align-items: flex-start;
        justify-content: space-between;
        padding: 32px 0;
      } */
      .single-contents-left {
        width: 65%;
      }
      .single-contents-right {
        width: 30%;
       
      }
      /* .single-contents-left p {
        padding: 0;
        color: #f8f8f8;
        font-family: Source Sans Pro;
        font-size: 20px;
        font-weight: 400;
        line-height: 25.14px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 32px;
      } */
      /* .single-contents-left li {
        padding: 0;
        color: #f8f8f8;
        font-family: Source Sans Pro;
        font-size: 20px;
        font-weight: 400;
        line-height: 25.14px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 16px;
      } */
      /* .ol.wp-block-list {
        margin-left: 21px!important;
      } */
      /* .single-contents-left strong {
       font-weight: 600!important;
      } */
       /* .single-contents-left h3 {
        padding: 0;
        color: #f8f8f8;
        font-family: Lato;
        font-size: 25px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 24px;

       } */
      .popular {
        display: flex;
        flex-direction: column;
        gap: 16px;
        flex-wrap: wrap;
        width: 100%;
      }
      .popular h2 {
        margin: 0;
        padding: 0;
        color: #f8f8f8;
        font-family: Lato;
        font-size: 25px;
        font-weight: 600;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      }
  
      .popular a, p {
        margin: 0;
        padding: 0;
        color: #f8f8f8;
        font-family: Source Sans Pro;
        font-size: 20px;
        font-weight: 400;
        line-height: 25.14px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      }
       .popular a:hover {
         color: #3185FF;
       }
      .popular .date-read-time {
        margin-top: -6px;
        padding: 0;
        color: #f8f8f8;
        font-family: Source Sans Pro;
        font-size: 14px;
        font-weight: 400;
        line-height: 17.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      }
      .seperator {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #383838;
      }
      @media only screen and (max-width: 1024px) {
        .main-container-single {
          padding: 124px 32px 32px 32px;
        }
        .cta-layout{
          padding:32px!important;
        }
        .ebook-container, .blog-main-right-container{
          width:100%!important;
        }
        .cta-action-container{
          padding:0 32px!important;
        }
       
        /* .single-container {
          flex-direction: column;
          gap: 32px;
        } */
        .single-contents-left {
          width: 100%;
        }
        .single-contents-right {
          width: 100%;
          display: flex;
          gap: 32px;
          align-items: center;
        }
        .popular{
          width: 65%;
        }
        /* .title-date-time {
          padding:0;
        } */
        .main-container{
          margin-top: -400px;
        }
      }
      @media only screen and (max-width: 600px) {
        .main-container-single {
          padding: 100px 24px 45px 24px;
        }
        .post-category {
          gap: 12px!important;;
          flex-wrap: nowrap!important;;
          white-space: nowrap!important;
          overflow-x: scroll;
          scrollbar-width: none;
      }
        .case-study-main-thumbnail{
          height: 190px!important;
        }
        .inner-case-study-slider-container-main{
          padding: 24px!important;
        }
        .single-container {
          gap: 32px;
          flex-direction: column;
        }
        .single-contents-left {
          width: 100%;
         
        }
        .single-contents-right {
          width: 100%;
           flex-direction: column;
           align-items: flex-start;
        }
        /* .title-date-time {
          padding: 0;
        } */

         .main-container{
          margin-top: 0!important;
        }
        .single-header .single-title {
        font-size: 28px;
        line-height: 31px;
        }
        .popular{
          width: 100%;
        }
        .popular h2 {
          font-size: 21px;
          line-height: 26px;
        }
        /* .cta-container{
          margin-top: 32px;
        } */
        

      }
.cta-container{
  /* background: linear-gradient(120.85deg, #1847C9 18.7%, #0092FF 81.3%);
  background-image:url('https://scalex-static-assets.s3.ap-south-1.amazonaws.com/img/cta-bg.svg');
  background-repeat:no-repeat;
  background-size:cover;
  width: 100%;
  height:280px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:24px;
  border-radius:16px;
  margin-top: 64px;
  gap:16px; */
}


/* #sticky_right_top70 {
    position: sticky!important;
    top: 100px!important;;
    height: max-content!important;;
} */
/* .single-contents-left{
  height: 100vh;
} */

.primary-btn {
    background: linear-gradient(109deg, #1847c7, #0092ff);
    border-radius: 100px;
    border: none;
    padding: 12px 16px;
    height: 44px;
    max-width: max-content;
    color: #f8f8f8;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.11px;
    cursor: pointer;
    z-index: 1;
}
.btn-2{
  display: flex;
  align-items: center;
  padding: 14px 16px!important;
}

.primary-btn:hover {
    background: linear-gradient(180deg, #1847C7, #0092FF);
}


      .case-study-main {
        background-color: #121212;
      }
      .main-container {
        max-width: 1920px;
        margin: 0 auto;
       padding: 164px 122px 1px 120px;
        /* margin-top: -300px; */
        margin-top: 0!important; 
        position: relative
      }

      .case-study-main-container {
        display: flex;
        width: 100%;
        gap: 32px;
        padding-bottom: 64px;
      }

      .case-study-main-left-container {
        width: 75%;
      
        display: flex;
        gap: 16px;
        /* justify-content: center; */
        flex-direction: column;
        border-radius: 8px;
      }

      .case-study-main-right-container {
        width: 50%;
        display: flex;
        gap: 16px;
        flex-direction: column;
      }

      .case-study-main-top-right,
      .case-study-main-bottom-right {
        flex: 1;
        display: flex;
        gap: 16px;
        justify-content: center;
        align-items: left;
        border-radius: 8px;
      }

      .case-study-main-bottom-right {
        border-bottom: none;
      }

      .case-study-main-top-right {
     
        flex-direction: column;
        justify-content: flex-start;
      }

      .case-study-main-bottom-right {
       
        flex-direction: column;
        justify-content: flex-start;
      }
      .case-study-main-title {
        margin: 0;
        padding: 0;
        color: #f2f2f2;
        font-family: Lato;
        font-size: 31.25px;
        font-weight: 500;
        line-height: 37.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        padding: 16px 0;
        margin-top: -24px;
      } 
      .case-study-main-top-right .case-study-main-title {
        margin: 0;
        padding: 0;
        color: #f2f2f2;
        font-family: Lato;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        padding: 16px 0;
        margin-top: -30px;
        transition: all .4s ease;
      }
      .case-study-main-bottom-right .case-study-main-title, .case-study-main-heading{
        margin: 0;
        padding: 0;
        color: #f2f2f2;
        font-family: Lato;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        padding: 16px 0;
        margin-top: -24px;
      }
       .case-study-main-heading, .single-title  {
        margin: 0;
        padding: 0;
        color: #f2f2f2;
        font-family: Lato;
        font-size: 31.25px;
        font-weight: 700;
        line-height: 37.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      }
      .case-study-main-left-container p {
        margin: 0;
        padding: 0;
        color: #f2f2f2;
        font-family: Source Sans Pro;
        font-size: 20px;
        font-weight: 400;
        line-height: 25.14px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      }
      .case-study-main-left-container img {
        margin: 0;
        padding: 0;
        border-radius: 8px;
      }
      .case-study-main-thumbnail {
        width: 100%;
        border-radius: 8px;
        height: 400px;
        object-fit: cover;
        transition: all .4s ease!important;
      }
      .case-study-main-top-right .case-study-main-thumbnail {
        width: 100%;
        border-radius: 8px;
        height: 190px;
        object-fit: cover;
      }
      .case-study-main-bottom-right .case-study-main-thumbnail {
        width: 100%;
        border-radius: 8px;
        height: 220px;
        object-fit: cover;
      }
      .case-study-main-top-content .description {
        margin: 0;
        padding: 0;
        color: #f2f2f2;
        font-family: Source Sans Pro;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      }
      .case-study-main-top-content {
        display: flex;
        flex-direction: column;
        gap: 32px;
        margin-bottom: 24px;
      }
      .explore-more{
        margin-bottom: 0px!important;
      }

      /* Responsive Styles */

       @media (min-width: 1600px) {
        .case-study-main-thumbnail {
        height: 560px;
      }
      .case-study-thumbnail img{
          /* height: 400px!important; */
      }
      .case-study-main-top-right .case-study-main-thumbnail{
         height: 280px;
      }
      .case-study-main-bottom-right .case-study-main-thumbnail{
        height: 280px;
      }
      }


      @media (max-width: 1024px) {
        .main-container{
         padding: 100px 32px 1px 32px;
        }
        .case-study-main-container{
          padding-bottom: 32px;
        }
        .cta-action-container{
          margin: 32px 0!important;
        }
        .pt-0 {
        padding-top: 32px !important;
       }
      }

      @media (max-width: 768px) {
        .case-study-main-container {
          flex-direction: column;
          width: 100%;
          height: auto;
          gap: 32px;
        }
        .inner-case-study-slider-container-main{
         padding: 32px 32px 64px 32px !important;
        }
       

        .case-study-main-left-container {
          width: 100%;
          height: 50%;
          border-right: none;
        
        }

        .case-study-main-right-container {
          width: 100%;
          flex-direction: column;
          height: 50%;
        }

        .case-study-main-top-right,
        .case-study-main-bottom-right {
          flex: 1;
          border-bottom: none;
         
        }

        .case-study-main-bottom-right {
          border-right: none;
        }
      }

      @media (max-width: 480px) {
        .single-main::before{
          background-size: contain!important;
        }
      .main-container.p-64 {
            padding-top: 0!important;
        }
        .case-study-main-container {
          flex-direction: column;
          gap:0;
          width: 100%;
        }
         .main-container {
          padding: 100px 24px 1px 24px;
        }
        .slider-control-btn {
          top: -55px!important;
      }
 
        .case-study-main-heading{
          font-size: 28px;
          line-height: 31px;
        }
        .case-study-main-title{
          font-size: 20px;
          line-height: 24px;
        }
        .case-study-main-top-content{
          margin-bottom: 32px;
        }

        .case-study-main-left-container,
        .case-study-main-right-container {
          height: auto;
          padding-bottom: 20px!important;
        }
        .case-study-main-left-container .description{
          display:none!important;
        }

        .case-study-main-right-container {
          flex-direction: column;
          gap:26px!important;
        }

        .case-study-main-top-right,
        .case-study-main-bottom-right {
          border-right: none;
         
        }

        .case-study-main-bottom-right {
          border-bottom: none;
        }
      }

  .case-study-main-category {
    border: none;
    background: linear-gradient(120.85deg, #1847C9 18.7%, #0092FF 81.3%);
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: fit-content;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -45px;
    left: 20px;
    padding: 8px 12px;
    
}







      .post-category {
        display: flex;
        flex-direction: row;
        gap: 24px;
        flex-wrap: wrap;
      }

      .post-category button {
       background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(200px);
        border: 1px solid #F8F8F833;
        width: fit-content;
        padding: 12px 24px;
        border-radius: 8px;
        color: #f2f2f2;
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.11px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        
      }
      input[type="search"] {
        color: #f2f2f2;
        max-width: 730px;
       background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(200px);
        border: 1px solid #F8F8F833;
        height: 44px;
        border-radius: 8px;
        padding-inline: 32px;
        background: url("/wp-content/uploads/2024/11/search-lg.svg")
          no-repeat left center;
        background-size: 16px 16px;
        background-position: 10px center;
      }

::-webkit-search-cancel-button {
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>') no-repeat center;    background-size: contain;
    cursor: pointer;
    border: none; /* Optional to remove any border */
    appearance: none; /* Ensures consistent rendering */
}


  input[type="search"]::placeholder {
    color: #A4A4A4;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.11px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

    /* For older browsers */
    input[type="search"]::-webkit-input-placeholder {
    color: #A4A4A4;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.11px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    }

    input[type="search"]::-moz-placeholder {
    color: #A4A4A4;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.11px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    }

    input[type="search"]:-ms-input-placeholder {
    color: #A4A4A4;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.11px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    }

      input[type="search"]:focus {
        background: #121212;
        outline: none;
        border: 0.5px solid #DADADA;
        color: #f2f2f2;
        background-image: url(/wp-content/uploads/2024/11/search-lg.svg); 
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: 16px 16px;
      }

      .grid-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        margin-top:0;
       
      }
      .p-64{
        padding-top:64px!important;
      }

      .grid-item {
        text-align: center;
        border-radius: 8px;
        font-size: 20px;
      }
      .grid-item:hover .case-study-title{
         color: #0092FF;
       }
       .grid-item:hover .case-study-thumbnail img{
        transform: scale(1.05) rotate(2deg);
        opacity: .8;
        display:block;
       }
       .case-study-thumbnail{
        overflow:hidden;
        border-radius: 8px;
       }
      .case-study-thumbnail img{
        width: 100%;
        /* height: 248px; */
        object-fit: cover;
        border-radius: 8px;
        transition: all .4s ease;
      }
      .case-study-title {
      margin: -20px 0 0 0;
      padding: 0;
      color: #F2F2F2;
      font-family: Lato;
      font-size: 20px;
      font-weight: 500;
      line-height: 24px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      transition: all .4s ease;
      }
      .case-study-main-title, .description{
         transition: all .4s ease;
      }
      
      .case-study-main-left-container:hover .case-study-main-title,
      .case-study-main-top-right:hover .case-study-main-title,
      .case-study-main-bottom-right:hover .case-study-main-title,
      .case-study-main-left-container:hover .description,
      .case-study-main-top-right:hover .description,
      .case-study-main-bottom-right:hover .description {
        color: #0092FF !important;
      }

      .case-study-main-left-container:hover .case-study-main-thumbnail,
      .case-study-main-top-right:hover .case-study-main-thumbnail,
      .case-study-main-bottom-right:hover .case-study-main-thumbnail {
        transform: scale(1.05) rotate(2deg);
        opacity: 0.8;
        display: block;
      }

      .featured-thumbnail-container{
        overflow:hidden;
        border-radius: 8px;
        transition: all .4s ease;
      }
     

      .case-study-main-top-right:hover .case-study-main-title{
        color: #0092FF;
      }
      .case-study-main-bottom-right:hover .case-study-main-title{
        color: #0092FF;
      }
      /* Responsive design for tablets or smaller screens */
      @media (max-width: 768px) {
        .grid-container {
          grid-template-columns: repeat(
            2,
            1fr
          ); /* 2 equal columns on medium screens */
         
        }
      }

      @media (max-width: 600px) {
        .grid-container {
          grid-template-columns: repeat(
            1,
            1fr
          ); 
          margin-top: 32px;
         
        }
      
      }

#loading-spinner {
    text-align: center;
    font-size: 21px;
    color: #f2f2f2;
    margin-top: 20px;
    padding: 0;
    margin: 0;
    /* position: absolute;
    position: absolute;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    font-weight: 600;
}
.category-filter {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(200px);
    border: 1px solid #F8F8F833;
    color: #333;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}
.post-category .category-filter:first-child {
  min-width: 100px;
}


.category-filter:hover {
  background: rgba(255, 255, 255, 0.10);
}

.category-filter.active {
    background: linear-gradient(120.85deg, #1847c9 18.7%, #0092ff 81.3%);
    color: #f2f2f2;
    border:none;
}



#load-more-button {
    display: block;
    background: linear-gradient(120.85deg, #1847C9 18.7%, #0092FF 81.3%);
    color: #f2f2f2;
    border: none;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10000px;
    width: 220px;
    height: 44px;
    line-height: 20.11px;
    padding: 12px 16px;
    transition: background-color 0.3s;
}

#load-more-button:hover {
   background: linear-gradient(180deg, #1847C9 18.7%, #0092FF 81.3%);
}

section.load-more.case-study-main {
    padding: 32px 0 64px 0px;
}

.category-comma {
    margin-left: 3px; /* Small space before the comma */
    margin-right: 3px; /* Small space after the comma */
    color: #fff; /* Adjust the comma color */
    font-weight: normal; /* Adjust the weight for visual distinction */
    font-size: 14px; /* Match the font size of categories */
}



.case-study-slider-wrapper {
    position: relative;
}

.case-study-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 32px 0 0 0;
}

.case-study-item {
    border-radius: 8px;
    transition: transform 0.3s ease;
}
/* .case-study-item {
  position: relative;
  overflow: hidden;
}

.case-study-item .case-study-slider-thumbnail {
  display: block; 
  position: relative; 
  transform-origin: center; 
}

.case-study-item:hover .case-study-slider-thumbnail {
  transform: scale(1.05) rotate(2deg);
  opacity: 0.8;
  transition: transform 0.4s ease, opacity 0.4s ease; 
} 
*/
/* .case-study-item:hover {
    transform: translateY(-5px);
} */

.case-study-slider-thumbnail img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 0px;
}


.slider-read-more-btn {
color: #F8F8F8;
font-family: Source Sans Pro;
font-size: 16px;
font-weight: 600;
line-height: 20.11px;
text-align: left;
background: none;
border: none;
padding: 12px 0;
margin: 0;
display: flex;
align-items: center;
gap: 8px;
justify-content: center;

}

.slider-read-more-btn .btn-icon {
    margin-left: 8px; /* Space between text and icon */
    transition: all 0.3s ease; /* Smooth transition for hover effect */
}

.slider-read-more-btn:hover .btn-icon {
    content: url('/wp-content/uploads/2024/11/arrow-hover.svg'); 
}
.slider-read-more-btn:hover{
  text-decoration: underline;
  color: #0092FF;
  background: none;
}

.case-study-slider-title{
color: #F2F2F2;
font-family: Lato;
font-size: 20px;
font-weight: 600;
line-height: 25px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
margin: -45px 0 0 0!important;
padding: 0!important;
}



/* Custom Arrow Buttons */

.slider-arrow span{
  display:flex;
  align-items:center;
}


.slider-arrow {
    position: absolute;
    top: 0;
    right: 10px; 
    z-index: 10;
    background: #ffffff40;
    border-radius: 1000px;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    transition: background-color 0.3s;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content:center;
    overflow: hidden;
    z-index: 1;

}
.slider-arrow:focus{
  background: #ffffff40!important;
}

.slider-arrow::before {
    content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(109deg, #0092ff, #1847c7);
            opacity: 0;
            transition: opacity 0.5s ease;
            z-index: -1;
        }

.slider-arrow:hover::before {
            opacity: 1;
        }
.slider-prev {
    right: 50px; /* Move the left arrow slightly to the left */
}

.slider-next {
    right: 0px; /* Keep the right arrow in the exact top-right corner */
}

.case-study-slider-category{
  background: linear-gradient(120.85deg, #1847C9 18.7%, #0092FF 81.3%);
    width: fit-content;
    height: 38px;
    padding: 8px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.11px;
    text-align: left;
    color: #f2f2f2;
    text-decoration-skip-ink: none;
    margin: 0;
    position: relative;
    top: -50px;
    bottom: 0;
    left: 14px;
}

/* Add spacing between slider items */
.slick-slide {
    margin: 0 20px; /* 20px on each side for a total gap of 40px */
}

/* Remove padding or overflow to ensure spacing is applied correctly */
.case-study-slider {
    margin: 0 -20px; /* Adjust for negative margins to align with slick container */
}

/* Prevent stretching or overlapping issues */
.slick-list {
    overflow: visible !important;
}

.arrow-right{
  margin-left: 8px;
}


.case-study-slider-container-main{
  background-color: #121212;
}
.inner-case-study-slider-container-main{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 120px 120px 0px 120px;
}

@media only screen and (min-width: 1800px) {
  .case-study-slider-thumbnail img {
    max-height: 450px;
  }
}

.btn-link{
  width: fit-content;
}
.mw-900{
  max-width: 900px;
}


.ebook-container img {
  width: 223px;
  height: 320px;
  object-fit: contain;
}
.ebook-card-description{
color:#F2F2F2;
font-family: Source Sans Pro;
font-size: 16px;
font-weight: 400;
line-height: 20.11px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.blog-main-right-container{
    width:40%;
    display: flex;
    gap: 32px;
    flex-direction: column;
}

.ebook-container {
    width:60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(200px);
    border: 1px solid #F8F8F833;
    border-radius: 12px;
    padding: 24px;
}
.book-content{
    width: 84%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.book-content h3{
color:#F2F2F2;
font-family: Lato;
font-size: 25px;
font-weight: 600;
line-height: 30px;
text-align: left;
}
.book-content h4
{
color:#F2F2F2;
font-family: Source Sans Pro;
font-size: 20px;
font-weight: 600;
line-height: 25.14px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.ebook-btn {
    color: #F8F8F8;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.11px;
    text-align: left;
    background: transparent!important;
    border: none;
}
.ebook-btn:hover {
    background: transparent!important;
    color: #0092FF;
    text-decoration: underline;
}
.blog-main-img-container{
    height: fit-content;
    display: contents;
}
.blog-righ-card{
  width: 100%;
  display: flex;
  align-items:center;
  gap:16px;
}
.blog-righ-card:hover .blog-main-content-container *{
  color:#3185FF!important;
}
.blog-main-content-container{
  display:flex;
  flex-direction:column;
  gap:12px;
  transition:all 0.3s;
}
img.blogs-main-thumbnail {
    width: 180px;
    height: 168px;
    object-fit: cover;
    border-radius:8px;
}
.blog-main-title{
color: #F8F8F8;
font-family: Lato;
font-size: 20px;
font-weight: 500;
line-height: 24px;
text-align: left;
}
.blog-main-des{
color: #F8F8F8;
font-family: Source Sans Pro;
font-size: 14px;
font-weight: 400;
line-height: 17.6px;
text-align: left;
}

.blog-main-category{
color:#DADADA;
font-family: Source Sans Pro;
font-size: 14px;
font-weight: 600;
line-height: 17.6px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

@media only screen and (max-width:600px){
  .ebook-container{
    flex-direction: column;
    padding: 24px;
    margin: 0 0 64px 0;
  }
  /* .slider-prev {
  display: none!important;
}

.slider-next {
  display: none!important;
} */
  .book-content{
    width: 100%;
  }
  .ebook-btn-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
   .main-container-single {
      min-height: auto!important;
   }
}

.ebook-form-container input[type=url], input[type=text], input[type=email], input[type=text], .ff-custom-select-trigger{
    margin-top: 10px;
}
.cta-layout{
  max-width: 1920px;
  margin: 0 auto;
  padding: 32px 120px;
  position:relative;
  z-index:1;

}
.cta-action-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 200px;
  max-height: 200px;
  border-radius: 24px;
  width: auto;
  padding: 0 95px;
  padding:0 95px;
  background: url('https://scalex-static-assets.s3.us-east-1.amazonaws.com/img/bg-blue.svg');
  background-color: #1847C9;
  background-position: center;
  background-size:cover;
  background-repeat:no-repeat;
}

@media only screen and (min-width:1440px){
.cta-action-container h2{
	font-size:39.06px!important;
  line-height: 48px!important;
}
.cta-action-container button{
  font-size: 20px!important;
}
}

.cta-action-container h2{
color: #F8F8F8;
font-family: Lato;
font-size: 31.24px;
font-weight: 600;
line-height: 37.5px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}
.cta-action-container button{
min-width:190px!important;
font-family: Source Sans Pro;
font-size: 16px;
font-weight: 600;
line-height: 20.11px;
background:#F2F2F2;
min-width: 175px;
max-width: 175px;
padding: 12px 16px;
color:#0092FF;
height: 44px;
display: flex;
justify-content: center;
align-items: center;
gap: 4px;
border: none;
border-radius: 1000px;
transition: all .3s;

}
.cta-action-container button:hover{
  background: transparent;
  border:2px solid #F2F2F2;
  color: #F2F2F2!important;
 
}

.cta-action-container button:hover .cta-action-arrow{
 content: url('/wp-content/uploads/2024/12/arrow-narrow-right-white.svg'); 
}



@media only screen and (max-width:600px){
  .cta-action-container{
    background:url('https://scalex-static-assets.s3.us-east-1.amazonaws.com/img/bg-blue.svg');
    background-repeat:no-repeat;
    background-size:cover;
    flex-direction: column;
    align-items:flex-start;
    padding: 24px;
    margin: 32px 0;
    gap: 24px;
    max-height: 200px;

  }
  .cta-action-container h2{
    font-size: 25px;
    line-height: normal;
  }
}
.error404 {
    background-color: #121212; 
    background-image: url('https://scalex-static-assets.s3.us-east-1.amazonaws.com/img/gradient-top-hero.webp'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: top; 
    position: relative; 
    min-height: 700px;
}



.page-not-found-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  padding: 120px;
}

.page-not-found-container .content{
  display: flex;
  flex-direction: column;
  gap: 16px;

}

.page-not-found-container .content h1{
color: #F8F8F8;
font-family: Lato;
font-size: 76.29px;
font-weight: 700;
line-height: 91.55px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.page-not-found-container .content h3{
color: #F8F8F8;
font-family: Lato;
font-size: 25px;
font-weight: 600;
line-height: 30px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}

.page-not-found-container .content p{
color: #F8F8F8;
font-family: Source Sans Pro;
font-size: 20px;
font-weight: 400;
line-height: 25.14px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

@media only screen and (max-width:600px){
  .page-not-found-container{
    padding: 24px;
    flex-direction: column-reverse;
  }

  .page-not-found-container .content h1{
    font-size: 51px;
    line-height: normal;
  }
    .page-not-found-container .img{
   width: 90%;
  }
}

.py-22{
  padding: 12px 22px!important;
}

.slider-control-btn{
  position: relative;
  top: -35px;
  z-index:2;
}






