.line {
  background-color: #2D2D2D;
  height: 1px;
  width: 100px;
}
.lights{
  color: #8F8F8F;
}

.btn_call {
  border-radius: 12px;
  padding: 10px 20px;
  background-color: #000;
  color: white;
  font-size: 17px;
  border: none;
}

.btn_call:hover {
  background-color: #00CC65;
  color: white;
}

.btn_view {
  border-radius: 12px;
  padding: 12px 35px;
  font-weight: bold;
  font-size: 17px;
  color: white;
  background-color: #00CC65;
  border: none;
}

.homeBtns .serBtn,.homeBtns .contactBtn
 {
    padding: 16px 25px;
    font-size: 18px;
    border-radius: 12.837px;
    cursor: pointer;

}

.homeBtns .serBtn {
    border: 1px solid #333;
    background-color: #1A1A1A;
    /* box-shadow: 0px 0px 17.843px 0px rgba(0, 204, 101, 0.25); */
    backdrop-filter: blur(7.702117919921875px);
    transition: all 0.5s ease;
}

.contactBtn {
     transition: all 0.5s ease;
    border-radius: 12.837px;
    border: 1px solid #333;
    background: #00CC65;
    /* box-shadow: 0px 0px 17.843px 0px rgba(0, 204, 101, 0.25); */
    backdrop-filter: blur(7.702117919921875px);
}


  /* Hover effects */
.homeBtns .serBtn:hover {
    background-color: #00CC65; /* Green */
  }
  
  .homeBtns .serBtn:hover + .contactBtn {
    background-color: #1A1A1A; /* Black */
  }
  
  .homeBtns .contactBtn:hover {
    background-color: #00CC65; /* Green */
  }
  
  .homeBtns .contactBtn:hover ~ .serBtn {
    background-color: #1A1A1A; /* Black */
  }
  


.animation_container {
  background-image: url(../images/Top-rated\ app\ company.webp);
  background-repeat: no-repeat;


  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform-style: preserve-3d;
  /* perspective: 1000px; */
}

input[type=radio] {
  display: none;
}

.cards {
  position: relative;
  width: 800px;
  height: 200px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 24.6px;
}

.card {
  position: absolute;
  width: 35%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden; 
  transition: transform 0.5s ease, opacity 0.5s ease;
  /* transition: all 0.5s ease;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); */
  /* opacity: 0;
  z-index: 0;
} */
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caroBg {
  position: absolute;
  z-index: -2;
  top: -50%;
  left: -25%;
  width: 100%;
}

#item-1:checked~.cards #card-1 {
  transform: translateX(0) scale(1);
  opacity: 1;
  z-index: 3;
}

#item-1:checked~.cards #card-2 {
  transform: translateX(50%) scale(0.8);
  opacity: 0.6;
  z-index: 2;
}

#item-1:checked~.cards #card-3 {
  transform: translateX(100%) scale(0.6);
  opacity: 0.4;
  z-index: 1;
}

#item-1:checked~.cards #card-5 {
  transform: translateX(-50%) scale(0.8);
  opacity: 0.6;
  z-index: 2;
}

#item-1:checked~.cards #card-4 {
  transform: translateX(-100%) scale(0.6);
  opacity: 0.4;
  z-index: 1;
}

#item-2:checked~.cards #card-2 {
  transform: translateX(0) scale(1);
  opacity: 1;
  z-index: 3;
}

#item-2:checked~.cards #card-3 {
  transform: translateX(50%) scale(0.8);
  opacity: 0.6;
  z-index: 2;
}

#item-2:checked~.cards #card-4 {
  transform: translateX(100%) scale(0.6);
  opacity: 0.4;
  z-index: 1;
}

#item-2:checked~.cards #card-1 {
  transform: translateX(-50%) scale(0.8);
  opacity: 0.6;
  z-index: 2;
}

#item-2:checked~.cards #card-5 {
  transform: translateX(-100%) scale(0.6);
  opacity: 0.4;
  z-index: 1;
}

#item-3:checked~.cards #card-3 {
  transform: translateX(0) scale(1);
  opacity: 1;
  z-index: 3;
}

#item-3:checked~.cards #card-4 {
  transform: translateX(50%) scale(0.8);
  opacity: 0.6;
  z-index: 2;
}

#item-3:checked~.cards #card-5 {
  transform: translateX(100%) scale(0.6);
  opacity: 0.4;
  z-index: 1;
}

#item-3:checked~.cards #card-2 {
  transform: translateX(-50%) scale(0.8);
  /* opacity: 0.6; */
  z-index: 2;
}

#item-3:checked~.cards #card-1 {
  transform: translateX(-100%) scale(0.6);
  /* opacity: 0.4; */
  z-index: 1;
}

/* When item-4 is checked */
#item-4:checked~.cards #card-4 {
  transform: translateX(0) scale(1);
  opacity: 1;
  z-index: 3;
}

#item-4:checked~.cards #card-5 {
  transform: translateX(50%) scale(0.8);
  /* opacity: 0.6; */
  z-index: 2;
}

#item-4:checked~.cards #card-1 {
  transform: translateX(100%) scale(0.6);
  /* opacity: 0.4; */
  z-index: 1;
}

#item-4:checked~.cards #card-3 {
  transform: translateX(-50%) scale(0.8);
  /* opacity: 0.6; */
  z-index: 2;
}

#item-4:checked~.cards #card-2 {
  transform: translateX(-100%) scale(0.6);
  /* opacity: 0.4; */
  z-index: 1;
}

/* When item-5 is checked */
#item-5:checked~.cards #card-5 {
  transform: translateX(0) scale(1);
  opacity: 1;
  z-index: 3;
}

#item-5:checked~.cards #card-1 {
  transform: translateX(50%) scale(0.8);
  /* opacity: 0.6; */
  z-index: 2;
}

#item-5:checked~.cards #card-2 {
  transform: translateX(100%) scale(0.6);
  /* opacity: 0.4; */
  z-index: 1;
}

#item-5:checked~.cards #card-4 {
  transform: translateX(-50%) scale(0.8);
  /* opacity: 0.6; */
  z-index: 2;
}

#item-5:checked~.cards #card-3 {
  transform: translateX(-100%) scale(0.6);
  /* opacity: 0.4; */
  z-index: 1;
}

.card {
  opacity: 1 !important;
  position: absolute;
  transition: transform 0.5s ease;
  /* Optional enhancement for depth */
  will-change: transform;
}
.counting{
  display: flex;
  justify-content: center;
  align-items: center;
 
}

/* banner secction */

  
 #canvas {
  display: block;
}
/* banner secction */
.abt_banner {
  background-color: #222222;
  padding: 30px 30px;
}

.abt_banner h4 {
  font-size: 40px;
 
  color: white;
  font-weight: bold;

}

.abtus_sec h5 {
  font-size: 40px;
  color: white;

}

.mission {
  font-size: 50px;
   line-height: 40px;
  color: transparent;
  opacity: 2;
  -webkit-text-stroke: 2px #023C1F;
  writing-mode: sideways-lr;
  transform: rotate(180deg);
  display: inline-block;
  white-space: nowrap;
   font-family: 'Inter-Regular';
}

.vision {
  /* padding-left: 50px; */
  gap: 20px;
  align-items: flex-start;
}


/* =========== */

.vision .content{
  padding-top: 80px;
}
    .service-cards {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
     
      scroll-snap-type: x mandatory;
      padding-bottom: 8px;
    }
.service-card {
  width: 260px;
  height: 300px;
  background: #1a1a1a;
  border: 1.5px solid #333;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: border-color 0.4s ease, transform 0.4s ease;
  cursor: pointer;
  color: #fff;
  flex: 0 0 auto;
  scroll-snap-align: start;
  padding-top: 8px;
  z-index: 1;
}

.service-card:hover {
  border-color: #25D366;
  transform: translateY(-1px);
  z-index: 5; 
}


.icon-box {
  position: absolute;
  top: 8px; /* match padding-top */
  left: 16px;
width: max-content;
  /* background-color: rgba(17, 17, 17, 0.9); */
  border-radius: 10.359px;
border: 1.036px solid #2E2E2E;
border-bottom: none !important;
padding: 16px 16px 10px 16px;
  border-radius: 12px  12px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  z-index: 0; /* This allows border to be drawn above icon */
}

.service-card:hover .icon-box {
  top: auto;
  left: auto;
  bottom: 16px;
  right: 16px;
  opacity: .5;
  border: none;
}

.icon-box img {
  /* width: 100%;
  height: 100%;
  object-fit: contain; */
  width: 30px;
}


    .content-wrapper {
      padding: 60px 16px 16px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      transition: transform 0.4s ease;
    }

    .service-card:hover .content-wrapper {
      transform: translateY(-15px); /* lift heading + text */
    }

    .service-name {
      font-size: 24px;
      margin-bottom: 10px;
      transition: transform 0.4s ease;
    }

    .text-container {
      max-height: 100px;
      overflow: hidden;
      position: relative;
      transition: max-height 0.4s ease;
    }

    .service-card:hover .text-container {
      max-height: 200px;
    }

    .text-container::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 30px;
      background: linear-gradient(to top, #1a1a1a, transparent);
      pointer-events: none;
      transition: opacity 0.3s ease;
    }

    .service-card:hover .text-container::after {
      opacity: 0;
    }

    .scroll-text {
      transition: none;
    }

    .service-card p {
      font-size: 14px;
      margin: 0;
      line-height: 1.5;
      color: #e0e0e0;
  
    }

/* founder section */
.founder_sec {
  background-image: url(../images/Frame.webp);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;

}
   .img_card {
      position: relative;
      overflow: hidden;
      cursor: pointer;
      border-radius: 8px;
      background: #000;
    }
    .img_card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .img_card .overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: opacity 0.4s ease;
      text-align: center;
      padding: 20px;
    }
    .img_card:hover .overlay {
      opacity: 1;
    }
    .img_card .overlay h2 {
      font-size: 24px;
      margin-bottom: 4px;
    }
    .img_card .overlay p {
      font-size: 16px;
      margin-bottom: 12px;
    }
    .img_card .social-icons {
      display: flex;
      gap: 12px;
    }
    .img_card .social-icons i {
      font-size: 18px;
      background: #000;
      padding: 8px;
      border-radius: 6px;
      color: #00FF65;
      transition: background 0.3s;
    }
    .img_card .underline {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 4px;
      background-color: #00FF65;
      width: 100%;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.3s ease;
    }
    .img_card:hover .underline {
      transform: scaleX(1);
    }
.impact_Btn {

  display: flex;
    align-items: center;
    gap: 10px;
    border: 1.082px solid #333;
    padding: 10px 15px 10px 25px;
    border-radius: 100px;
    background: rgba(36, 36, 36, 0.20);
}

.impact_Btn i {
     height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #000;
    display: flex
;
    justify-content: center;
    align-items: center;
    background-color: #FFF;

}
    /* Desktop card size */
    .founder_sec .img_card {
      width: 250px;
      height: 333px;
      margin: 0 auto 30px; /* center in its column, add bottom spacing */
    }

.result {
  font-size: 30px;
}


.page {

  color: #fff;
  margin: 0;
  padding: 0;
}

.right-panel {
  border: .5px solid #024A25;
  border-radius:9px;
  /* padding:10px; */
  background-color: #111;
}

.scroll-wrapper {
  max-height: 520px; /* show 3 rows (3 * 100px + gaps) */
  overflow-y: scroll;

}

.scroll-wrapper::-webkit-scrollbar {
  display: none; 
}



.team-thumb {
 filter: grayscale(100%);
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s ease;
}

.team-thumb:hover,
.team-thumb.active {
  border: 2px solid #00CC65;
   filter: grayscale(0%);
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.social-icons i {
     height: 40px;
    width: 40px;
    border-radius: 50%;
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:black;
}
.social-icons .fb:hover{
background-color: blue;
color: white;
}
.social-icons .insta:hover{
 background: linear-gradient(135deg, #feda75, #d62976, #962fbf);
  color: white;
}
.social-icons .linkd:hover{
 background: linear-gradient(146deg, #3C75C6 4.59%, #144589 78.97%);
}

.designer{
  color: #0f9257;
}
.connect{
 font-size: 14px;
}

/* coustomer voice  */
.individual{
  color: #7C7C7C;
}

.coustomer_sec {
  background-color: #222;
  ;
}


.highlight {
  color: #10cc70;
}

.avatar-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s ease;
  border: 3px solid transparent;
  cursor: pointer;
  position: relative;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.avatar.active {
  border-color: #10cc70;
  box-shadow: 0 0 0 1px #10cc70;
  transform: scale(1.1) translateY(0) !important;
  z-index: 2;
}

.avatar:nth-child(odd) {
  transform: translateY(-8px);
}

.avatar:nth-child(even) {
  transform: translateY(8px);
}

.testimonial-wrapper {

  max-width: 800px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-content {
  /* padding: 0 60px; */
  height: 200px;
  padding: 0 30px 0 30px;
}

.testimonial-icon {
  font-size: 2rem;
  color: #10cc70;
}

.testimonial-icon i {
  color: #10cc70;
}

.testimonial-name {
  font-size: 1.3rem;
  font-weight: 600;

}

.testimonial-role {
  font-size: 0.9rem;
  color: #999;

}

.testimonial-text {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
  margin-top: 10px;
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
   display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none;
    background-color: #2B2B2B;
}

.nav-button i {
  color: #00CC65;
  font-size: 25px;

}

.nav-button:hover {
  /* background-color: #10cc70; */
  opacity: 50%;
    color: #000;
}

#prevBtn {
 
  left: -25px;
}

#nextBtn {

  right: -25px;
}

  /* faq */

  .faqHead{
    border-bottom: 1px solid #2E2E2E;
    border-top: 1px solid #2E2E2E;
    height: 250px;
    background-image: url(../images/best_software_company_faq.webp);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
  }
  .faqHead p{
    width: 75%;
    margin-left: 12.5%;
  }

  .faq-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px;
   
    margin: auto;
    position: relative;
  }
  
  .faq-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #2a2a2a;
    transform: translateX(-50%);
  }
  
  .faq-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* gap: 24px; */
    min-width: 300px;
  }
  
  .faq-item {
    border-top: 1px solid  rgba(38, 38, 38, .6);;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  
  .faq-item:last-child {
    border-bottom: 1px solid  rgba(38, 38, 38, .6);
  }
  
  .faq-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    cursor: pointer;
    gap: 16px;
  }
  
  .faq-number {
    /* background: linear-gradient(180deg, #1d1d1d, #000); */
    
    padding: 16px;
    font-weight: bold;
    border-radius: 12px;
    font-size: 18px;
    /* width: 60px; */
    text-align: center;
    flex-shrink: 0;
  }
  
  .faq-item.active .faq-number {
    color: #00ff85;
  }
  
  .faq-question-container {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  
  .faq-question {
    font-size: 18px;
    transition: color 0.3s ease;

    
    
  }
  
  .faq-item.active .faq-question {
    color: #00ff85;
  }
  
  .faq-toggle {
    font-size: 24px;
    color: #00ff85;
    margin-top: 4px;
  }
  
  .faq-answer {
   margin-left: 70px;
    font-size: 16px;
    color: #bbb;
    /* display: none; */
    line-height: 1.6;
     max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  margin-top: 0;
  }
  
.faq-item.active .faq-answer {

  opacity: 1;
  margin-top: 8px;
}

/* Blog page css */

.blogHero_sec h4 {
  color: #666;
  font-size: 35px;
}

.blogHero_sec .content {
  color: #666;
}

.article_1 .plus {
  color: #00CC65;
  padding-left: 0px;
}

.row_sec {
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}

.article {
  border-left: 1px solid #262626;
}

.article_1 h4 {
  color: white;
}

.article_1 {
  text-align: center;
}

.light {
  position: absolute;
  top: -150px;
  left: -52px;
  z-index: -2;

}

.explore {
  margin-top: 350px;
  margin-left: 20px;
}

.explore i {
  margin-left: 7px;
  color: #00CC65;
  transform: rotate(60deg);
}

.left {
  border-left: 1px solid #262626;
  border-bottom: 1px solid #262626;
  position: relative;
}

/*unlock the power of future section  */
.future_sec {
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}

.unlock {
  padding: 10px 10px 10px 10px;
  width: 21%;
  background: #333;
  font-size: 20px;
}

.future {
  font-size: 34px;
}

.future_sec .content {
  color: #98989A;
}

.future_sec {
  border-bottom: 1px solid #262626;

}

.future_sub {
  border-right: 1px solid #262626;
}

.future_cards {
  border-radius: 12px;
  border: 1px solid var(--Dark-15, #262626);
  background: var(--Dark-10, #1A1A1A);
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}



.tab-contents {
  display: none;
}

.tab-contents.active {
  display: block;
}



.tab {
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease;
}


.tab::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 6px;
  /* Adjust thickness */
  width: 0;
  background: linear-gradient(to right, #00cc65, rgba(0, 204, 101, 0));
  /* Green to transparent */
  transition: width 0.4s ease;

  opacity: 0;
}

.tab.active::after {
  width: 100%;
  opacity: 1;
}



.tab .arrow {
  background: #5a5a5a;
  /* default grey */
  display: flex;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-left: 5px;
  align-items: center;
  justify-content: center;
  gap: 9.646px;
  transition: background 0.3s ease;
}

/* When the tab is active, make arrow background green */
.tab.active .arrow {
  background: #00CC65;
}



.arrow{
  
  background: #00CC65;
  display: flex;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-left: 5px;
align-items:center;
justify-content: center;
gap: 9.646px;

}


.arrow i {
  color: #000;
  transform: rotate(60deg);
}

.heart {
  border-radius: 100px;
  padding: 15px;
  width: max-content;
  border: 1px solid var(--Dark-15, #262626);
  background: var(--Dark-10, #1A1A1A);
    white-space: nowrap;
}

.heart i {
  color: #98989A;
    white-space: nowrap;
}

.heart h5 {
  color: #98989A;
    white-space: nowrap;
}

.read_btn {
  border-radius: 12px;
  border: 1px solid var(--Dark-15, #262626);
  background: var(--Dark-08, #141414);
  display: flex;
  padding: 15px 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
    white-space: nowrap;
}

.blog_sec {
  border-top: 1px solid #262626;
}

.blog_sec h6 {
  color: #98989A;
}

.hearts {
  padding: 10px;
  border-radius: 100px;
  border: 1px solid var(--Dark-15, #262626);
  background: var(--Dark-10, #1A1A1A);
    white-space: nowrap;
}

.hearts i {
  color: #98989A;
    white-space: nowrap;
}

.hearts h5 {
  color: #98989A;
    white-space: nowrap;
}
/* 

.readbtn {
  border-radius: 12px;
  border: 1px solid var(--Dark-15, #262626);
  background: var(--Dark-08, #141414);
  padding: 10px 40px;
  cursor: pointer;
  color: #98989A;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

}

.readbtn h6 {
  font-size: 20px;
}

.readbtn i {
  transform: rotate(60deg);
  color:#00CC65;
  font-size: 20px;

} */

/* blog search css */
.search {
  color: #7C7C7C;
  display: flex;
  padding: 12px 12px 12px 24px;
  align-items: center;
  border-radius: 999px ;
  border: 1.082px solid #333;
  background: rgba(36, 36, 36, 0.20);
  backdrop-filter: blur(6.494889736175537px);
}
.search input{
  background-color:transparent;
  border: none;
  width: 80%;

}

.phone {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;

}

.phone i {
  color: black;
}


.blogHero_sec h4 {
  color: #666;
  font-size: 30px;

}

.blogHero_sec .content {
  color: #666;
}




/* blog detail css */
.blog_detail {
  background-repeat: no-repeat;
  background-position: center;
background-size: 100% 100%;

}

.flutterBlog{
 background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,.3)), url(../images/flutterBlog.webp);

}

.digitalBlog{
  background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,.3)), url(../images/digitalBlog.webp);
}

.webBlog{
  background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,.3)), url(../images/webBlog.webp);

}

.webBlog2{
  
  background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,.3)), url(../images/webBlog2.webp);

}

.futureBlog{



}

.seoBlog{
    background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,.3)), url(../images/seo.webp);
}

.blog_txt {
  min-height: 500px;
  /* padding-bottom: 50px; */
  display: flex;
  align-items: center;
  /* align-items: flex-end; Push content to bottom */
 
}

.blog_txt h3{
  font-size: 40px;
  opacity: .6;
}

.blog_txt h2{
  letter-spacing: 1px;
}


.blodetail_sec {
  border-bottom: 1px solid #2a2a2a;
}

.green{
  font-family: "Outfit-Medium";
  color: #00CC65;
}

.second_sec {
  border-top: 1px solid #2a2a2a;

}

.fade-toggle {
  position: relative;
  overflow: hidden;
  transition: max-height 0.6s ease, filter 0.4s ease;
  filter: brightness(0.5);
  max-height: 8em;
  /* Approx 4 lines */
}

.fade-toggle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: linear-gradient(to bottom, transparent,#333232);
  /* adjust to background */
  pointer-events: none;
}

.fade-toggle.expanded {
  max-height:500vh;
  /* large enough to reveal all */
  filter: brightness(1);
}

.fade-toggle.expanded::after {
  display: none;
}

.read-more-btn {
  background-color: transparent;
  color: #fff;
  border: 1px solid #444;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;

}

.read-more-btn:hover {
  background-color: #333;
}

.third_sec {
  border-left: 1px solid #2a2a2a;
}

.bloglast_sec {
  background: var(--Dark-08, #141414);
}

.part{
  border-radius: 4px;
background:  #333;
padding: 10px 12px;
width: max-content;
}
.last_sec{
  border-radius: 12px;
border: 1px solid  #262626;
  background-color: #1A1A1A;
padding: 25px 20px;
}

.last_container{
  padding:25px ;
  border-radius: 12px;
border: 1px solid  #262626;
background:  #141414;
}

.blogsocial_icons {
  border-radius: 200px;
  border: 1px solid var(--Dark-15, #262626);
  background: var(--Dark-08, #141414);
  padding: 10px 50px;
}

.table_sec {
  padding: 20px;
  border-radius: 3px;
  border: 1px solid var(--Dark-15, #262626);
  background: var(--Dark-08, #141414);

}
.table_sec li{
  margin-bottom: 10px;
}

.date {
  color: #98989A;
}
.Similar_news h6{
color: #8A8A8A;
}



/* contact us css */
.contact_sec {
  background-image: url(../images/Contact.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.contact {
  color: #00CC66;
  font-size: 50px;
}

.contact_second {
  border-top: 1px solid rgba(38, 38, 38, .6);
}

.social {
  display: flex;
  padding: 18px 24px;
  width: max-content;
  align-items: center;
  gap: 14px;
  border-radius: 8px;
  background: #262626;
}

.social i {
  color: #00CC66;
}

.form_sec {
  border: 1.191px solid #444;
}

.input_text {
  display: flex;
  padding: 28.583px 47.638px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 23.819px;
  flex: 1 0 0;
  border-radius: 9.528px;
  border: 1.191px solid #262626;
  background: rgba(36, 36, 36, 0.50);
}

.input_text input {
  width: 100%;
  border: 1.191px solid #262626;
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
}

.input_text ::placeholder {
  font-size: 14px;
  opacity: .6;

}

.input_text label,h5 {
  font-size: 18px;
  line-height: 28px;
}

.input_text h6 {
  font-size: 18px;
}

/* Budget section container */
.budget-slider-container {
  width: 100%;
}

/* Make the slider full width */
#budgetSlider {
  width: 100%;
  margin: 20px 0;
}

.slider-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Slider track */
.noUi-target {
  height: 6px;
  border: none;
  background: #333;
  box-shadow: none;
  border-radius: 3px;
  width: 80%;
  margin: 0 auto;
  border-radius: 35px;
  background: #4C4C4D;
}

/* Connected (filled) range bar */
.noUi-connect {
  background: #00CC66;
}

/* Handle styling */
.noUi-handle {
  height: 24px !important;
  width: 24px !important;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #00CC65;
  border: 5px solid #4C4C4D;
  top: -7px!important;

  box-shadow: none;
  cursor: grab;
}

/* Remove default bar lines inside handle */
.noUi-handle::before,
.noUi-handle::after {
  display: none;
}

/* Budget text styling */
.input_text h5 {
  color: #fff;
  font-weight: 600;
}

.budget-subtext {
  color: #ccc;
  font-size: 14px;
  margin-top: -12px;
}

.budget-labels {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

.submit {
  padding: 18px 53px;
  gap: 5px;
  border-radius: 9px;
  background: #00CC65;
  color: #000;
  border: none;
}

.working_day {
  display: flex;
  padding: 12px 24px;
  width: max-content;
  align-items: center;
  gap: 14px;
  border-radius: 6px;
  background: #262626;
}

.contact_last {
  border-top: 1px solid #2E2E2E;
}

.contact_last h6 {
  font-size: 15px;

}

.stay_tunned {
  display: flex;
  padding: 14px 14px 14px 24px;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  border: 1px solid #262626;

}

.box {
  border-radius: 12px;
  border: 1px solid #262626;
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.box i {
  color: #00CC66;
  font-size: 20px;
}

.tunned {
  border-left: 1px solid #2E2E2E;
  ;
}

.map {

  width: 100%;
  height: 400px;
}
.blodetail_sec .content{
  color: #98989A;
}


.serviceBar{
border-radius: 21px;
background: #222;
}

.serviceBar h3{
  font-size: 40px;
  font-family: "Outfit-SemiBold";
}

.serviceBar h6{
  color: #8A8A8A;
  font-family: "Outfit-Medium"
}

.counting h3{
  font-size: 40px;
  font-family: "Outfit-SemiBold";
}

.abt_banner h6{
  color: #8A8A8A;
  font-family: "Outfit-Medium"
}

.team h4{
  font-family: "Outfit-ExtraLight";
  font-size: 35px;
  line-height: 40px;
}

.team h3{
  /* text-indent: 20px; */
  font-size: 38px;
  line-height: 42px;
}

.team h5{
  color: #00CC65;
  font-size: 22px;
  line-height: 34px;
}

.avatars{
  width: 60%;
}

.right-panel h3{
  font-size: 35px;
}

.right-panel{
  padding: 25px;
}
.stickyCol{
          position: sticky; /* Keeps the element fixed when scrolling */
    top: 90px; /* Adjust the distance from the top of the viewport */
    max-height: calc(100vh - 40px); /* Ensures the div does not extend beyond the viewport */
    overflow-y: auto; /* Adds scroll if content exceeds the available space */

}

.blog_sec {
  border-top:  1px solid rgba(38, 38, 38, .6);
}

.blog_sec h6 {
  color: #98989A;
}

.hearts {
  padding: 10px 15px;
  border-radius: 100px;
  border: 1px solid var(--Dark-15, #262626);
  background: var(--Dark-10, #1A1A1A);
}

.hearts i,
.hearts h6 {
  font-size: 15px;
  color: #98989A;
}
.hearts:hover{
  border: 1px solid #00CC65;
}
.hearts:hover i{
  color: #00CC65;
}
/* .readbtn {
  border-radius: 12px;
  border: 1px solid var(--Dark-15, #262626);
  background: var(--Dark-08, #141414);
  padding: 10px 40px;
  cursor: pointer;
  color: #98989A;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

}

.readbtn h6 {
  font-size: 18px;
}

.readbtn i {
  transform: rotate(60deg);
 color: #00CC65;
  font-size: 18px;

} */

.futureSub{
  width: 75%;
}
.blog_sec h5{
  font-size: 18px;
}

/* General Things */
.boldTxt {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* ....SERVICE PAGE.... */
/* 1. HeroSection */
.serHero {
  background-color: #312F2F;
  mask-image: url("../images/Subtract.png"), linear-gradient(#000 0 0);
  mask-repeat: no-repeat, no-repeat;
  mask-size: 45rem, 100%;

  mask-position: -1% calc(100% + 1px), 50% 50%;
  mask-composite: exclude;
  border-bottom: 1px solid #1A1A1A;
  height: 484px;
  border-radius: 30px;
}

.serRow {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;

}

.serRow h1 {
  color: white;
  font-size: 75px;
  font-weight: lighter !important;
  text-align: end;
}

.serRow p {
  color: white;
}

.heroMan {
  position: absolute;
  top: -25px;
  left: 200px;
  width: 18%;

}


.carousel-container {
  position: absolute;
  margin-top: -110px;
  width: 60%;
  overflow: hidden;
  white-space: nowrap;

}

.carousel-track {
  display: flex;
  gap: 3rem;
  will-change: transform;
}

.carousel-track img {
  height: 60px;
  flex-shrink: 0;
  filter: brightness(0.8);
  transition: transform 0.3s ease;
}

.carousel-track img:hover {
  transform: scale(1.1);
  filter: brightness(1);
}



/* 2. What We Do */
/* 3. Testimonial */
/* 4. FAQ */
/* 5. Blogs */



/* ....CONTACT PAGE.... */
/* ....CAREER PAGE.... */

/* Quote Button */
.headBtn2:hover i {
  color: #FFF !important;
  background-color: #00CC65;
}



/* Blog page css */
  .line{
    background-color: #2D2D2D;
    height: 1px;
    width: 100px;
  }
  .flow h6{
    color: #FFF;
    font-size: 17px;
      font-family: 'Outfit-ExtraLight';
  }
  
  .flow h6 span{
color: #8F8F8F;
font-size: 17px;
  }


.blogHero_sec h4 {
  color: #666;
  font-size: 30px;

}

.blogHero_sec .content {
  color: #666;
}

.plus {
  color: #00CC65;
  padding-left: 0px;
}

.row_sec {
  border-top:  1px solid rgba(38, 38, 38, .6);
  border-bottom:  1px solid rgba(38, 38, 38, .6);
}

.article {
  border-left: 1px solid rgba(38, 38, 38, .6);
}

.article_1 h4 {
  color: white;
}

.article_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.light {
  position: absolute;
  top: -200px;
  left: -69px;
  transform: rotate(-5deg);
  z-index: -2;

}

.explore {
  margin-top: 280px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.explorebtn {
  padding: 18px 30px;
  border-radius: 10px;
  width: max-content;
  border: 0.965px solid var(--Dark-15, #262626);
  background: var(--Dark-08, #141414);
  color: var(--Grey-60, #98989A);
  font-size: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

}

.explore i {
  margin-left: 7px;
  color: #00CC65;
  transform: rotate(60deg);
}

.left {
  border-left: 1px solid #262626;
  border-bottom: 1px solid #262626;
  position: relative;
  display: flex;
  flex-direction: row;
}

/*unlock the power of future section  */
.future_sec {
  border-top:  1px solid rgba(38, 38, 38, .6);
 
}

.unlock {
  padding: 10px 10px 10px 10px;
  width: max-content;
  background: #333;
  font-size: 18px;
  border-radius: 4px;
}

.future {
  font-size: 34px;
}

.future_sec .content {
  color: #98989A;
}

/* .future_sec {
  border-bottom:  1px solid rgba(38, 38, 38, .6);

} */

.future_sub {
  border-right:  1px solid rgba(38, 38, 38, .6);
}

.future_cards {
  border-radius: 12px;
  border:  1px solid rgba(38, 38, 38, .6);
  background: var(--Dark-10, #1A1A1A);
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}

.tabLine, .blogCol{
  border-right: 1px solid rgba(38, 38, 38, .6);
}

.tab-contents {
  display: none;
}

.tab-contents.active {
  display: block;
}



.tab {
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease;
}

  /* tab */
  .tabBox{
    border-radius: 23.03px;
background: #222;
padding: 18px 15px;
width: max-content;
display: flex;
 flex-wrap: nowrap; 
gap: 20px;
  }

  .tabBox .tab{
    border: none;
    background-color: transparent;
    padding: 10px 12px;
  }


 .tabBox .tab {
  position: relative;
  background: none;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: white;
  transition: color 0.3s ease;
}

.tabBox .tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #00CC65;
  transition: width 0.4s ease;
}

.tabBox .tab:hover::after,
.tabBox .tab.active::after {
  width: 100%;
}

/* If you want to add active tab style other than underline */
.tabBox .tab.active {
  font-weight: bold;
}
.tab::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 10px;
  /* Adjust thickness */
  width: 0;
  background: linear-gradient(to right, #00cc65, rgba(0, 204, 101, 0));
  /* Green to transparent */
  transition: width 0.4s ease;

  opacity: 0;
}

.scroll-btns h5{
  font-size:smaller;
}
@keyframes pulseRight {
  0% { transform: translateX(0); }
  50% { transform: translateX(6px); }
  100% { transform: translateX(0); }
}

.animated-arrow {
  color: #00cc65;
  animation: pulseRight 1.2s infinite ease-in-out;
}



.tab.active::after {
  width: 100%;
  opacity: 1;
}

.tab:hover::after {
  width: 100%;
}



.tab .arrow {
  background: #5a5a5a;
  /* default grey */
  display: flex;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-left: 5px;
  align-items: center;
  justify-content: center;
  gap: 9.646px;
  transition: background 0.3s ease;
}

/* When the tab is active, make arrow background green */
.tab.active .arrow {
  background: #00CC65;
}

.tabGreen{
  display: flex;
  justify-content: end;
  align-items: center;
}
.arrow i {
  color: #000;
  transform: rotate(60deg);
  font-size: 18px;
}


.read_btn {
  border-radius: 12px;
  border: 1px solid var(--Dark-15, #262626);
  background: var(--Dark-08, #141414);
  display: flex;
  padding: 15px 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
   cursor: pointer;

}

.read_btn h6 {
  font-size: 18px;
  color: #98989A;
}

.blog_sec {
  border-top:  1px solid rgba(38, 38, 38, .6);
}

.blog_sec h6 {
  color: #98989A;
}

.hearts {
  padding: 10px 15px;
  border-radius: 100px;
  border: 1px solid var(--Dark-15, #262626);
  background: var(--Dark-10, #1A1A1A);
}

.hearts i,
.hearts h6 {
  font-size: 15px;
  color: #98989A;
}
.hearts:hover{
  border: 1px solid #00CC65;
}
.hearts:hover i{
  color: #00CC65;
}
.readbtn {
  border-radius: 12px;
  border: 1px solid var(--Dark-15, #262626);
  background: var(--Dark-08, #141414);
  padding: 10px 40px;
  cursor: pointer;
  color: #98989A;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

}

.readbtn h6 {
  font-size: 18px;
}

.readbtn i {
  transform: rotate(40deg);
 color: #00CC65;
  font-size: 18px;

}

.futureSub{
  width: 75%;
}
.blog_sec h5{
  font-size: 18px;
}

/* Initial hidden state */
.tab-contents {
  opacity: 0;
  transform: translateY(20px);
  transition: all 2s ease-in-out;
  pointer-events: none; /* Optional: disable interaction when hidden */
}

/* Visible state */
.tab-contents.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

