/* ===============================
   Landing Page Scoped Styles
   =============================== */
/* Width of the scrollbar */
::-webkit-scrollbar {
  width: 0px;   
  height: 3px;  
}

::-webkit-scrollbar-track {
  background: #111;  
}

::-webkit-scrollbar-thumb {
  background: #05b7cb; 
}

::-webkit-scrollbar-thumb:hover {
  background:  #ffc800;
}

.ads-landing-page body,
.ads-landing-page html {
  margin: 0;
  padding: 0;
}

body.ads-landing-page {
  font-family: "DM Serif Display", serif !important;
    position: relative;
    background-color: #011639;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
 
}

p{
    font-family: "Montserrat", sans-serif!important;
}
 
/* .ads-bg-banner{
    background: url("../images/lpbg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
     background-color: #011433;
} */

.ads-bg-banner {
    position: relative;
    overflow: hidden;
    
}

.ads-bg-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/lpbg.webp) center/cover no-repeat;
    
    transform-origin: center;
    z-index: -1;
}

.ads-bg-banner::after{
    content: "";
    position: absolute;  
    inset: 0;
    background: rgb(0 0 0 / 14%);
    z-index: 1;
}

.ads-bg-banner > *{
    position: relative;
    z-index: 2;  
}

.ads-landing-page .custom-container {
  padding: 50px 4% 70px;
  max-width: 100%;
}
.ads-landing-page .header-main .custom-container {
  padding: 15px 4%;
  max-width: 100%;
}

/* Header */
.ads-landing-page .header-main {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
}

.ads-landing-page .header-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ads-landing-page .header-branding img {
  max-height: 50px;
}

.ads-landing-page .ads-bg-banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.ads-landing-page .ads-bg-banner .video-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
/* Banner Title */
.ads-landing-page .banner-title h1 {
    font-size: 45px;
    margin-bottom: 1rem;
    color: #fff;
    text-shadow: 3px 3px 5px #000000ad;
    
}

.ads-landing-page .banner-title h1 span{
    color: #3EC2FF;
    font-style: italic;
}

.ads-landing-page .banner-title h2 {
    color: #3EC2FF;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding: 8px 20px;
    width: max-content;
    border: 1px solid transparent;
    border-radius: 30px;
    /* background: 
        linear-gradient(to right, #0a1128, #0a1128) padding-box, 
        linear-gradient(
            to right, 
            #8c622d 0%, 
            #fabd51 15%,   
            #8c622d 30%, 
            #8c622d 70%, 
            #fabd51 85%,   
            #8c622d 100%
        ) border-box; */
     background: linear-gradient(to right, #0a1128, #0a1128) padding-box, linear-gradient(to right, #3ec2ff 0%, #3ec2ff 15%, #ffffff 30%, #3ec2ff 70%, #3ec2ff 85%, #ffffff 100%) border-box;   
    
    box-shadow: inset 0 0 5px rgba(250, 189, 81, 0.2);
}

.ads-landing-page .banner-title p {
    font-size: 18px;
    color: #fff;
}

.stats-section .stats-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 0px;
    background: transparent;
    font-family: sans-serif;
    color: #ffffff;
}

.stats-section .stat-item {
    text-align: center;
    position: relative;
    flex: 1;
}

.stats-section .stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0%;
    height: 90%;
    width: 1px;
    background: rgb(250 189 81 / 45%);
}

.stats-section .stat-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff91;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    font-size: 24px;
}

.stats-section .stat-icon img {
     width: 30px;
     height: 30px;
     object-fit: contain;
}

.stats-section .stat-number {
    display: inline-block;
    font-size: 32px;
    font-weight: 400;
    margin: 0;
    color: #ffffff;
    font-family: "DM Serif Display", serif !important;
    text-shadow: 3px 3px 5px #000;
}

.stats-section span {
    font-size: 22px;
    font-weight: 700;
    vertical-align: top;
    padding-left: 4px;
}

.stats-section .stat-label {
    font-size: 16px;
    color: #ffffff;
}

/* Form */
.col-md-6.banner-form {
    display: flex;
    justify-content: center;
}

.ads-form-wrapper.box {
    padding: 20px 40px 40px;
    text-align: left;
    border-radius: 24px;
    background-color: #0121434f;
    
    border: 1px solid transparent;
    background-image: 
        linear-gradient(#012143c9, #012143c9), 
        radial-gradient(circle at 20% 0%, #4da3ff 0%, #2b5a9e 10%, rgba(255, 255, 255, 0.2) 30%, transparent 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    margin-left: 30px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1);
}

.ads-form-wrapper.box p {
    font-size: 14px;
    font-weight: 200;
    margin: 10px 0px;
    color: #fff;
}

.ads-form-wrapper.box label {
    font-size: 13px;
    font-weight: 100;
    color: #fff;
    font-family: "Montserrat", sans-serif
}

@keyframes gradientBG {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes floatForm {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.ads-form-wrapper .heading {
   color: #ffffffe8;
    font-weight: 400;
    font-size: 27px;
    /* animation: fadeIn 2s ease forwards; */
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 10px;
}


@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.ads-form-wrapper .box-name {
       width: 100%;
    outline: none;
    border: 1px solid #ffffff3d;
    border-radius: 9px;
    padding: 10px 10px;
    background: none;
    display: block;
    margin: 2px 0px;
    text-align: left;
    color: #fff;
    transition: 0.25s;
    font-size: 12px;
    font-family: "Montserrat", sans-serif
}

.ads-form-wrapper .box-name:focus {
  
  border-color: #fabd518a;
}

.ads-form-wrapper .box-name::placeholder {
  color: #ffffffa9;
  opacity: 1;
  animation: blinkPlaceholder 1.5s infinite;
  font-weight: 300;
}

@keyframes blinkPlaceholder {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.ads-form-wrapper .submit {
    outline: none;
    border-radius: 7px;
    padding: 10px 50px;
    background: linear-gradient(270deg, #3EC2FF 0%, #0072FF 100%);
    display: block;
    text-align: center;
    color: #fff;
    transition: 500ms;
    cursor: pointer;
    font-weight: 600;
    margin-top: 20px;
    width: 100%;
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    border: 0;
    transform: all .3s ease-in-out;
}

.ads-form-wrapper .submit::after {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
  display: inline-block;
  margin-left: 10px;
  color: #fff;  
  transition: transform 0.3s ease;
}

.ads-form-wrapper .submit:hover::after {
  transform: translateX(5px);
}

.ads-form-wrapper .submit:hover {
    background-color: #ffffff;
}

.banner-wrapper .custom-container {
    padding: 75px 4% 0px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
 
.form-group:last-child {
  grid-column: 1 / -1;
}
 
.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 0px;
  font-weight: 600;
}

.form-group input {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
}

.message-box{
    height:80px;
    resize:none;
    padding-top:12px;
}

@media (max-width: 768px) {
 
    

  /* .form-group:last-child {
    grid-column: auto;
  } */
}

.ads-form-wrapper .box-name:-webkit-autofill,
.ads-form-wrapper .box-name:-webkit-autofill:hover,
.ads-form-wrapper .box-name:-webkit-autofill:focus,
.ads-form-wrapper .box-name:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* offerings */
.offerings-wrapper {
    font-family: 'Montserrat', sans-serif;
}

.offerings-wrapper{
    display: none;
}

.offerings-wrapper .custom-container {
    padding: 10px 4% 10px;
    margin-top: -20px;
}

.offerings-wrapper .offerings-title {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #3EC2FF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    white-space: nowrap;
    text-transform: uppercase;
}

.offerings-wrapper .offering-card {
    padding: 10px;
    outline: none;
}

.offerings-wrapper .card-content {
    background: #0477ff26;
    padding: 10px 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 70px;
    transition: all .3s ease-in-out;
}

.offerings-wrapper .card-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.12);
}

.offerings-wrapper .icon-box {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    border: 1px solid #fabd518c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;  
    box-sizing: border-box;
    flex-shrink: 0;
}

.offerings-wrapper .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border: none; 
    border-radius: 0;  
    padding: 0;  
}

.offerings-wrapper .card-content h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #ffffff;
    line-height: 1.4;
}

.offerings-wrapper .slick-dots {
    bottom: -35px;
}

.offerings-wrapper .slick-dots li button:before {
    font-size: 10px;
    color: #fff;
}

.offerings-wrapper .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 0; 
}

.offerings-wrapper .slick-arrow:hover {
    background: #fabd51;
    border-color: #fabd51;
    color: #000;
}

.offerings-wrapper .slick-prev {
    left: -12px;
}

.offerings-wrapper .slick-next {
    right: -15px;
}

.offerings-wrapper .slick-prev:before {
    content: '\f053'; 
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 11px;
}

.offerings-wrapper .slick-next:before {
    content: '\f054'; 
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 11px;
}

.offerings-wrapper .offerings-slider {
    position: relative;
    /* margin: 0 40px; */
}

.offerings-wrapper .slick-dots li button:before {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.5;
}

.offerings-wrapper .slick-dots li.slick-active button:before {
    color: #fabd51;
    opacity: 1;
}

@media (max-width: 1300px) {
    .offerings-wrapper .slick-prev { left: -10px; }
    .offerings-wrapper .slick-next { right: -5px; }
    .offerings-wrapper .offerings-slider { margin: 0; }
}

/* case study slider */

.case-studies-section {
    padding: 10px 0;
    color: #ffffff;
}

.case-studies-section{
    display: none;
}

.case-studies-section .custom-container {
    padding: 10px 4%;
}

.case-studies-section .section-title {
      text-align: left;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #3EC2FF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    white-space: nowrap;
    text-transform: uppercase;
}

.case-studies-section .industry-tabs {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
}

.case-studies-section .tab-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 5px 7px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.case-studies-section .tab-btn img {
  width: 20px;
  height: 20px;
}

.case-studies-section .tab-btn.active {
    background: rgb(255 204 0 / 22%);
    border-color: #fabd51;
    color: #fabd51;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid transparent;
    background-image: linear-gradient(#00000052, #2c2c2c66), radial-gradient(circle at 20% 0%, #fabd51 0%, #fabd51 10%, rgba(255, 255, 255, 0.2) 30%, transparent 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.case-studies-section .tab-pane {
  display: none;
}

.case-studies-section .tab-pane.active {
  display: block;
}

.case-studies-section .case-card {
  display: flex;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  margin: 0 5px;
  min-height: 150px;
}

.case-studies-section .card-image {
  flex: 0 0 40%;
}

.case-studies-section .card-image img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.case-studies-section .card-content {
  flex: 0 0 60%;
  padding: 12px;
  display: flex;
  flex-direction: column;
      justify-content: center;
}

.case-studies-section .card-content h3 {
      font-size: 16px;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}

.case-studies-section .industry-tag {
    color: #d9d9d9;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
}

.case-studies-section .description {
    color: #e7e7e7;
    line-height: 18px;
    font-size: 13px;
}

.case-studies-section .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.case-studies-section .stat {
    color: #3EC2FF;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 15px;
    padding-top: 10px;
}

.case-studies-section .arrow {
  color: #3EC2FF;
  font-size: 24px;
}

.case-studies-section .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 0;
}

.case-studies-section .slick-prev {
    left: -12px;
}

.case-studies-section .slick-next {
    right: -15px;
}

.case-studies-section .slick-prev:before {
    content: '\f053';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 11px;
    opacity: .8 !important;
}

.case-studies-section .slick-next:before {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 11px;
    opacity: .8 !important;
}

.case-studies-section .slick-arrow:hover {
    background: #fabd51;
    border-color: #fabd51;
    color: #000;
}
 
/* logos slider */

.logo-slider-section .custom-container {
    padding: 15px 4% 20px;
}


.logo-item img {
   max-width: 100%;
    height: 60px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    width: 140px;
}

.logo-slider-section .logo-item {
   padding: 7px 5px;
    outline: none;
    width: 180px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #0477ff0d;
    border-radius: 10px;
    margin: 4px;
}
 

.logo-slider-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.logo-slider-section .logo-title {
   text-align: left;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #3EC2FF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    white-space: nowrap;
    text-transform: uppercase;
}

.logo-slider-section .logo-slider {
    flex-grow: 1;
    overflow: hidden;
}



.logo-slider-section {
    display: none;
}



/* Linear motion fix for Slick */
.logo-slider-section .slick-track {
    display: flex;
    align-items: center;
    transition-timing-function: linear !important;
}

@media (max-width: 991px) {
    .logo-slider-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
}

.form-logos.logo-slider-wrapper .logo-item img {
    height: 40px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.form-logos.logo-slider-wrapper .logo-item {
    padding: 0 15px;
    outline: none;
}

 
@media only screen and (max-width:767.5px) {
    .ads-landing-page .banner-title h1 {
        font-size: 30px;    
    }
    .ads-landing-page .banner-title h2 {
        font-size: 11px;
        margin: 15px 0px;
        padding: 8px 10px;
        max-width: 100%;
    }
    .ads-landing-page .banner-title p {
        font-size: 16px;
    }

    .stats-section .stat-label {
        font-size: 12px;
        color: #ffffff;
         margin-bottom: 0px;
    }
 
    .ads-form-wrapper .submit {
        padding: 10px 10px;
    }

    .stats-section .stats-container {
        flex-wrap: wrap;
        gap: 20px 0;
    }
    .stats-section .stat-item {
        flex: 0 0 50%;
    }
    .stats-section .stat-item:nth-child(2)::after {
        display: none;
    }
    .ads-form-wrapper.box {
        margin-left: 0;
        margin-top: 30px;
        padding: 20px;
    }
    .ads-form-wrapper .heading {
        font-size: 26px;
        margin-top: 15px;
    }

    .ads-form-wrapper.box p {
        font-size: 15px;
        font-weight: 300;
    }

    .banner-wrapper .custom-container {
        padding: 80px 15px 40px;
    }
    .logo-slider-wrapper {
        flex-direction: column;
        gap: 15px;
        display: block; 
    }

    .logo-slider-section .logo-item img {
        height: 50px;
    }

    .form-logos.logo-slider-wrapper .logo-item img {
        height: 18px;
    }

    .case-studies-section .industry-tabs {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        padding-left: 0px;
    }

    .offerings-wrapper .offerings-title,
    .logo-slider-section .logo-title {
        padding-left: 3px;
    }

    .logo-slider-section .logo-slider {
        padding: 0px 5px;
    }

    .case-studies-section .tab-btn {
        flex: 0 0 auto;
    }

    .case-studies-section .case-card {
        flex-direction: column;
        min-height: auto;
    }

    .case-studies-section .card-image {
        flex: 0 0 180px;
    }

    .case-studies-section .card-content {
        flex: 0 0 auto;
        padding: 15px;
    }

    .case-studies-section .slick-dots {
        bottom: -30px;
    }

    .case-studies-section .slick-dots li button:before {
        color: #fabd51;
    }

    .case-studies-section .section-title {
        padding-left: 0px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .ads-landing-page .banner-title h1 {
        font-size: 38px;
    }
    .stats-section .stat-number {
        font-size: 28px;
    }

    .offerings-wrapper .custom-container {
        margin-top: 10px;
    }
    .stats-section .stat-label {
        font-size: 14px;
    }
    .ads-form-wrapper.box {
        margin-left: 0;
        margin-top: 40px;
    }
    .banner-wrapper .custom-container {
        padding-top: 100px;
    }
    .col-lg-7, .col-lg-5 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .case-studies-section .card-content h3 {
        font-size: 15px;
    }

    .case-studies-section .card-image img {
        height: 100%;
    }

    .logo-slider-wrapper {
        flex-direction: column;
        gap: 15px;
        display: block; 
    }

    .logo-slider-section .logo-item img {
        height: 90px;
    }

         .case-studies-section .industry-tabs {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        padding-left: 0px;
    }

}

@media only screen and (max-width:991px){
    .case-studies-section .industry-tabs::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
    }

    .case-studies-section .industry-tabs::-webkit-scrollbar-thumb {
        background: #fabd51;
        border-radius: 10px;
    }
}

/* Hide mobile form by default */
.mobile-form{
    display:none;
}

/* Desktop / Tablet form visible by default */
.banner-form{
    display:block;
}


/* Mobile View */
@media (max-width: 767px){

    /* Show mobile form */
    .mobile-form{
        display:block;
        margin-top:30px;
    }

    /* Hide desktop form */
    .banner-form{
        display:none;
    }

}