/*
Color:#AEB8B3
Color:#0E1C15
Color:#041A0F
Color:#00FE82
*/
*{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Montserrat';
    background: linear-gradient(128deg,rgba(29, 64, 14, 1) 0%, rgba(21, 38, 33, 1) 62%);
    background-color: #152621;
    
}
.color-change{
    color:#e1fe3e; 
}
/*Section One*/
.section-one{
    height: 100vh;
    text-align: center;
    background-image: url(../img/TL_mmMGwTaiSyBMyGruDFQ.webp) ;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-one h1{
    margin-top: 15px;
    font-family: 'Roboto';
    font-size: 4.5rem;
    color: #fff;
}
.section-one p{
    color: #fff;
    font-family: 'Roboto';
    font-size: 18px;
}
.custom-text-block{
    margin-top: 250px;
    width: 180px;
    background-color: rgb(4 26 15 / 40%);
    color: #00FE82;
    padding: 10px;
    border-radius: 45px;
}

/*Sectio two*/
.section-two{
    padding-top: 100px;
    padding-bottom: 25px;
}
.section-two h2{
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-family: 'Roboto';
    font-weight: 400;
}
.section-two-wrapper-head{
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-block-wrapper{
    margin-top: 10px;
    margin-bottom: 10px;

}
.section-block-wrapper .card{
    background: rgb(4 26 15 / 60%);
    border: 2px solid #e1fe3e12;    
    padding: 20px 20px;
    transition: 0.3s;
    border-radius: 15px;
}
.section-block-wrapper .card:hover{
    background: rgb(4 26 15 / 100%);
    border: 2px solid #e1fe3e38;
}
.section-block-wrapper .card .bloc-text h2{
    text-align: left;
    font-size: 24px;
    font-size: 500;
}
.section-block-wrapper .card .bloc-text p{
    color: #ccc;
}

/*Section Three*/
.section-three{
    padding-top: 10px;
    padding-bottom: 30px;
}
.section-three h2{
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-family: 'Roboto';
    font-weight: 400;
}
.section-project-wrapper{
    margin-top: 20px;
/*    margin-bottom: 20px;*/
    padding-top: 50px;
/*    padding-bottom: 50px;*/
}
.project-overview:nth-of-type(odd) .card{
    background: linear-gradient(262deg, rgb(114 131 21) 0%, rgb(0 73 52) 45%);    
    padding: 20px;
    border-radius: 15px;
     border: none; 
}
.project-overview:nth-of-type(even) .card{
    background: linear-gradient(83deg, rgb(114 131 21) 0%, rgb(0 73 52) 45%);
    padding: 20px;
    border-radius: 15px;
     border: none; 
}

.project-overview .card .project-image img{
    border-radius: 12px;
}
.project-overview {
    margin-bottom: 30px;
}
.project-overview h3{
    font-family: 'Roboto';
    color: #fff;
}
.project-overview p{
     color: #ccc;
    font-size: 14px;
}
.spec-pills {
    padding: 10px 15px;
    background: #d1ef2d;
    color: #000000;
    font-size: 12px;
    border-radius: 45px;
    margin: 5px;
    font-weight: 500;
}

.actionable-outliner-link{
    margin-top: 15px;
}
.actionable-outliner-link a{
    text-decoration: none;
    color: #00ff80;
    font-weight: 500;
}


/*Section 4*/
.section-four{
    padding-top: 50px;
    padding-bottom: 50px;
    background:linear-gradient(340deg, rgba(29, 64, 14, 1) 0%, rgba(21, 38, 33, 1) 62%);
}
.section-four h2{
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-family: 'Roboto';
    font-weight: 400;
}

.testimonial-section{
    margin-top: 50px;
}
.testimoni-main-text {
  margin-top: 25px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  
}
.testimoni-name-text h3 {
  color: #e1fe3e;
  font-size: 20px;
  margin-top: 10px;
  text-align: left;
  font-family: 'Roboto';
}
.testimoni-name-text p {
  color: #ccc;
  text-align: left;
  font-size: 14px;
  font-style: italic;
}
/*Slider*/
.swiper {
  width: 100%;
  /* Remove height: 100% — allow content-based height */
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  /* Remove fixed height — let content define height */
  display: block; /* Change from flex to block */
  padding: 20px;
  border: 2px solid #e1fe3e94; 
}
/* Default dot color */
.swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1; /* Optional: makes all bullets equally visible */
}


/* Active dot color */
.swiper-pagination-bullet-active {
  background-color: #e1fe3e !important; /* your preferred highlight color */
}

/*Slider*/

/*Section - 5*/
.section-five{
    padding-top: 80px;
}
.section-five h2{
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-family: 'Roboto';
    font-weight: 400;  
}
.faq-section-wrapper{
    margin-top: 50px;
}
.faq-accordion .accordion-item {
  background-color: #111;
  border: 1px solid #333;
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  background-color: #041a0f;
  color: #fff;
  font-size: 18px;
  padding: 16px 20px;
  box-shadow: none;
  position: relative;
  transition: background 0.3s;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #e1fe3e;
  background-color: #1a1a1a;
}

.faq-accordion .accordion-button .icon::before {
  content: '+';
  font-size: 20px;
  color: #e1fe3e;
  display: inline-block;
  width: 20px;
}

.faq-accordion .accordion-button:not(.collapsed) .icon::before {
  content: '−'; /* minus sign */
  color: #e1fe3e;
}

.faq-accordion .accordion-body {
  background-color: #1a1a1a;
  color: #ccc;
  padding: 16px 20px;
  border-top: 1px solid #333;
  font-size: 16px;
  line-height: 1.6;
}
/*=================PRE LOADER=================*/
/*
.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #000;  
}

.preloader-icon {
  width: 48px;
  height: 48px;
  stroke: #e1fe3e;  
}

.spin-icon {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
*/
/*=================PRE LOADER=================*/
/*****************About Section*****************/
.about-section-hero{
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url(../img/hero-about.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-section-hero h1{
    font-size: 3.5rem;
    text-align: center;
    color: #fff;
    font-family: 'Roboto';
}
.about-section-text{
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-section-text h2{
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-family: 'Roboto';
    font-weight: 400;
}

.hero-section-prabt {
/*  background: linear-gradient(135deg, #121212, #1f1f1f);*/
  padding-top: 260px;
  padding-bottom: 260px;
  background-image: url(../img/hero-about.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

.about-zigzag-prabt h3 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #ebedef;
}

.about-zigzag-prabt p {
  font-size: 1rem;
  color: #ccc;
}

.mission-vision-values-prabt .card {
  border: none;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.mission-vision-values-prabt .card:hover {
  transform: translateY(-5px);
}

.mission-vision-values-prabt h2 {
  font-size: 2.5rem;
}
/*Subscription Plan*/
    .prps-section {
      margin-top: 50px;
      margin-bottom: 50px;
      padding: 100px 15px 0px 15px;
      text-align: center;
    }

    .prps-title {
      font-weight: 700;
      color: #ccc;
      margin-bottom: 50px;
      font-size: 2rem;
    }

    .prps-card {
      background-color: #152621;
      border-radius: 16px;
      padding: 30px 25px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
      color: #fff;
    }

    .prps-badge {
      background-color: #d1ef2d;
      color: #152621;
      font-weight: 600;
      padding: 6px 14px;
      border-radius: 50px;
      font-size: 0.9rem;
      display: inline-block;
      margin-bottom: 15px;
    }

    .prps-plan-title {
      font-size: 1.4rem;
      font-weight: 600;
      color: #d1ef2d;
      margin-bottom: 20px;
    }

    .prps-price {
      font-size: 2rem;
      font-weight: bold;
      color: #d1ef2d;
      margin-top: 30px;
    }

    .prps-features {
      text-align: left;
      margin-top: 20px;
    }

    .prps-feature-item {
      display: flex;
      align-items: start;
      gap: 10px;
      margin-bottom: 16px;
      line-height: 1.6;
      letter-spacing: 0.2px;
      font-size: 1rem;
    }

    .prps-feature-item svg {
      margin-right: 10px;
      color: #d1ef2d;
      width: 20px;
      height: 20px;
    }
/*Contact*/
    .prps-contact-container {
      max-width: 1140px;
      margin: auto;
      padding: 60px 15px;
      margin-top: 150px;
    }
    .prps-contact-card {
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(12px);
      border-radius: 20px;
      padding: 40px;
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    }
    .prps-contact-heading {
      color: #d1ef2d;
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 30px;
    }
    .prps-contact-info i,
    .prps-contact-form i {
      color: #d1ef2d;
      margin-right: 10px;
    }
    .form-control,
    .form-control:focus {
      background-color: #1e2e25;
      border: 1px solid #2e3f35;
      color: #ccc;
      box-shadow: none;
    }
    .btn-prps {
      background-color: #d1ef2d;
      color: #152621;
      border: none;
      font-weight: bold;
    }
    .btn-prps:hover {
      background-color: #c5e52c;
    }
    .form-label{
      color: #ccc;
    }
.prps-contact-card p{
    color: #ccc
}
.prps-contact-card p svg{
    color: #d1ef2d !important
}
    .form-control::placeholder {
  color: #616161; /* Change this to your desired color */
  opacity: 1; /* Ensure it's not too light */
}
.policy-area-wrapper{
    background: #1e2e25;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 12px;
    margin-top: 150px;
    margin-bottom: 100px;
}
.policy-area-wrapper h1{
    font-size: 45px;
    color: #d1ef2d;
    text-align: center;
    margin-bottom: 50px;
}
.policy-area-wrapper p{
    color: #ccc;
    font-size: 17px;
}
.policy-area-wrapper a{
    color:  #c5e52c;
    text-decoration: none;
}
.policy-area-wrapper h4{
    font-size: 20px;
    color: #ccc;
    font-weight: 600;
}
.policy-area-wrapper ul{
/*
    margin: 0;
    padding: 0;
*/
}
.policy-area-wrapper ul li{
    color: #ccc;
    font-size: 17px; 
}
/****************==========Mobile***************==========*/
@media screen and (max-width: 767px) {
    html, body {
      overflow-x: hidden;
    }
    .section-one h1 {
        font-size: 36px;
    }
    .custom-text-block {
        margin-top: 180px;
    }
    .block-icon{
      
      width: 100px;
      margin-bottom: 20px;
    }
    .block-icon img{
      text-align: center;  
    }
    .project-text-summery{
        margin-top: 15px;
    }
    .section-one h2,
    .section-two h2,
    .section-three h2,
    .section-four h2,
    .section-five h2{
        font-size: 35px
    }


}
