.banner-img {
  position: relative;
  background-image: url("../imgs/n8n/banner_3.jpg");
  height: auto;
  min-height: 90vh;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 30px 0;
}
.unique-contact-wrapper {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    max-width: 457px;
    width: 100%;
    height: 363px;
}.unique-input-field {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 12px 10px;
    width: 100%;
    margin-bottom: 20px;
}

.custom-carousel-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.custom-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.custom-slide-n8n {
  min-width: 100%;
  box-sizing: border-box;
}

.custom-slide-n8n img {
  width: 100%;
  height: auto;
  display: block;
}

.custom-carousel-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.nav-btn {
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}

.custom-carousel-dots {
  text-align: center;
  margin-top: 10px;
}
button.custom-prev-btn.nav-btn {
    position: absolute;
    background: #2f2f2f;
    border: 1px solid;
    z-index: 9;
    left: 45px;
}
button.custom-next-btn.nav-btn{right: -8px!important; left: auto!important;}

.custom-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.custom-dot.active-dot {
  background: #333;
}

.banner-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.banner-img > * {
  position: relative;
  z-index: 2;
}

/* Contact Form */

.unique-contact-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}



.unique-input-field::placeholder {
  color: #ddd;
}
div#card-custom-2 {
    height: 142px;
}
.what-we-para{

}
div#card-custom {
    background: #F5F5F5;
    border:none !important;
   
}
#card-custom-visual-workflow{
   height: 197px;
}
.check_circled{
  width: 20px;
}
.n8n-padding{
  padding-top:50px;
  padding-bottom: 50px;
}
.n8n-b-padding{
    padding-bottom: 50px;
}
/* button.custom-next-btn.nav-btn {
    background: #2f2f2f;
    border: 1px solid;
    z-index: 9;
    position: absolute !important;
    left: 0 !important;
} */
.numbers_card{
font-family:var(--font_secondary);font-weight: 500;
font-style: Medium;
font-size: 50px;
line-height: 100%;
letter-spacing: 0%;
color: #A91F25;
}
.numbers_card-para {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
}
.card-para
{
  font-family:var(--font_secondary);
font-weight: 600;

font-size: 20px;
line-height: 80px;
letter-spacing: 0%;
text-align: start;

}

.unique-input-field:focus {
  background: rgba(255, 255, 255, 0.25);
  outline: none;
  color: #fff;
}
.custom-workflow{
  width: 43px;
}

.unique-contact-button {
  width: 100%;
  background-color: #a91f25;
  color: #fff;
  padding: 10px;
  
  border: none;
  border-radius: 5px;
  font-weight: 600;
  transition: background 0.3s ease;
}
.what-we-para{
 font-family: var(--font_primary);
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 130%;
letter-spacing: 0%;
color: #494949;


}

.unique-contact-button:hover {
  background-color: #b71c1c;
}

#cta-banner-id{
  
    position: relative;
    align-items: center;
    display: flex
;
z-index: 999999999;
    height: 45vh;
}

 section.n8-page.padding-all.mt-5 {
            background-color: #A91F25;
        }
    .unique-contact-wrapper {
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
      max-width: 420px;
      width: 100%;
    }

    .unique-contact-title {
      text-align: center;
      font-size: 30px;
      font-weight: 500;
      color: #fff;
      margin-bottom: 20px;
    }

   

    .unique-input-field::placeholder {
      color: #ddd;
    }

    .unique-input-field:focus {
      background: rgba(255, 255, 255, 0.25);
      outline: none;
      color: #fff;
    }

    .unique-contact-button {
      width: 100%;
      background-color: #c62828;
      color: #fff;
      padding: 10px;
      border: none;
      border-radius: 5px;
      font-weight: 600;
      transition: background 0.3s ease;
    }

    .unique-contact-button:hover {
      background-color: #b71c1c;
    }
    .cta-banner-n8n{
      background-image: url("../imgs/n8n/cta-banner-n8m.jpg");
       position: relative;
  height: auto;
  min-height: 70vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 60px 0;

    }
    .cta-banner-n8n::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.cta-banner-n8n {
  position: relative;
  z-index: 2;
}
.contact-us-n8n{
  border: 1px solid white;
  padding: 14px 43px;
  border-radius: 8px ;

}
.descirion-statics {font-size: 16px; margin-left: 20px; margin-top: 20px;}
.descirion-statics li {list-style-type: circle; margin-bottom: 10px; line-height: 20px;}
.left-content{min-height: 330px; align-items: flex-start;}
.right-content {display: flex; align-items: flex-end; padding-bottom: 30px;}

/* Responsive spacing */
@media (max-width: 767.98px) {
  .right-content  {padding-bottom: 0;}
      .banner-img {
        padding: 80px 20px 30px;
        height: auto;
    }

  .unique-contact-wrapper {
    padding: 20px;
  }

  .banner-img h1 {
    font-size: 1.75rem;
  }
  .solutions-tabs .sidebar {
        display: block!important;
    }
   .solutions-tabs {
    flex-direction: column;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.solutions-tabs .sidebar {
    width: 100% !important;
    padding-left: 0px !important;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    height: fit-content;
    padding-right: 30px;
    padding-bottom: 30px;
}
.solutions-tabs .service-section{margin-bottom: 20px!important;}
  /* h2.heading-n8n {font-size: 36px;line-height: 50px;} */
}

@media screen and (max-width:1050px) and (min-width:600px){
  .unique-contact-wrapper {
  
    max-width: 457px;

    height: 363px;
}
div#card-custom-2 {
    height: 221px;
}
}
@media screen and (max-width:500px){
  h2.heading-n8n, .n8n-b-padding h3,.n8n-padding h3, .how-it-works h3 {
   
    font-size: 33px!important;
    line-height: 45px!important;
    padding-bottom: 0px!important;
    
   
}
.what-we-do {
    padding-bottom: 0px !important;
}
.how-it-works {
    padding: 0px 3px 0px 3px !important;
}
.custom-slide-n8n {
    min-width: 100% !important;
   
    padding: 20px;
   
}
}