/* Full-screen background container */
  .background-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url('../../assets/images/backimagewebsite.png'); /* Default background image */
    background-size: cover;
    background-position: center;
  }

  .header-main-one{
	  border-bottom: 1px solid #f6f6f6;
  }

  /* Black overlay */
  .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
    z-index: 1; /* Make sure it's above the background image but below the content */
  }

  .content-overlay {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 60%;
    z-index: 2; /* Ensure the content is above the overlay */
  }

  .content-overlay h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 52px;
  }

  .content-overlay p {
    font-size: 20px;
    margin-top: 1rem;
  }

  .content-overlay .btn {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .content-overlay h1 {
      font-size: 30px;
      line-height: 36px;
    }

    .content-overlay {
      width: 90%;
    }

    .content-overlay p {
      font-size: 17px;
      line-height: 27px;
      margin-top: 1rem;
    }

    .content-overlay .btn {
      font-size: 1rem;
    }

    /* Optionally switch to another image for mobile view */
    .background-container {
      background-image: url('../../assets/images/backimagewebsite.png');
    }
  }

  /* Styling for services list */
  .ulliservice ul li {
    float: left;
    width: 18%;
    margin: 1%;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
  }

  /* Hover effect for buttons */
  .buttonclass:hover {
    background-color: #82918e;
    color: white !important;
  }

  .lo {
    width: 35px;
    height: 35px;
  }

  .ll {
    width: 100%;
    height: 400px;
  }
  
  
  .certificatelogoname{
	  background: #fff;
    color: #000;
    padding-left: 13px;
    padding-right: 13px;
    padding: 7px;
    border-radius: 6px;
    border-radius: 50px;
    background: #032414;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
	  
  }




.headingtitle{
	    font-size: 29px;
    margin-bottom: 5px; margin-top:10px;
}

.textclassnmae {     margin-bottom: 0px;
    font-size: 17px;
    line-height: 26px;
    
    color: #000;
	    margin-bottom: 18px;
}


.borderradiuscls{
	border-radius:10px;
}


.padtoppadbottom{
	padding-top:60px; padding-bottom:30px;
}



.ulliservice{
}

.ulliservice ul{
	margin:0px; padding:0px; list-style:none;
}

.divv{
    height:180px;
   }

.ulliservice ul li {
    
}

.ulliservice ul li a img{
	width: 85%;
    padding: 15px;
    padding-left: 45px;
    padding-right: 40px;
}

.ulliservice ul li p{ margin-top: 10px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 500;
}
.bol{
    color:white;
    font-weight:bold;
}


.servicecarddetail{
}
		
.servicecarddetail ul{
	    margin: 0px;     margin-bottom: 22px;
    padding: 0px;
    /* box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05); */
    /* border-radius: 0px 0px 10px 10px; */
    /* border: 5px solid #f6f6f6; */
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}
.servicecarddetail ul li{
	    float: left;
    font-weight: bold;
    color: #032414;
    
    /* text-align: center; */
    font-size: 18px;
    /* padding-left: 10px; */
    /* padding-top: 0px; */
    /* padding-bottom: 0px; */
    margin: 0px;
}
.firstli{
	    width: 20%;
}

.imageliui{
	background: #032414;
    border-radius: 50%;
}

.imageliui img{
	padding: 12px;
}

.secondli{
	    width: 70%;
    padding-left: 10px;
    padding-right: 10px;
    
    padding-top: 13px;
    line-height: 22px;
}

      .service-card {
            background: #f8f9fa;
            margin: 20px !important;
            padding: 20px !important;
            border-radius: 15px;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
            text-align: center;
            height:260px;
            border: 10px double black;
        }
		
		
		
.rts-test-one-image-inner::after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    left: 13%;
    bottom: -14%;
    background-image: url(assets/01.svg);
    animation: jump-1 5s linear infinite;
}

.faqtxtdescp{
		font-size:17px !important;
	}
	faqtxt{
		font-size:20px !important;
	}
	
	.accordion-item{
		margin-top:20px;
	}
	
	.accordion-item p{
		color:#000;
	}
    .ii{
        margin-top:20px;
        margin-left:60px;
    }
	
	
	
	.ulliclsname{
		margin:0px; padding:0px !important;
	}
	
	.ulliclsname li{
		font-size:17px; padding:0px; color:#000;
	}
	
	
			
/*responsive*/


/* Mobile devices (up to 576px) */
@media (max-width: 576px) {
  .banheadcls {
    color: #fff;
        font-size: 31px;
        padding-top: 20px;
        line-height: 35px;
        margin-bottom: 32px;
}
}

/* Tablets (576px to 768px) */
@media (min-width: 576px) and (max-width: 768px) {
  .banheadcls {
    color: #fff;
    font-size: 31px;
    padding-top: 20px;
    line-height: 0px;
    margin-bottom: 15px;
}
}

/* Laptops (768px to 1200px) */
@media (min-width: 768px) and (max-width: 1200px) {
  .banheadcls{
	       color: #fff;
    font-size: 50px;
    padding-top: 20px;
    line-height: 73px;
    margin-bottom: 30px;
   }
}

/* Desktops (1200px and above) */
@media (min-width: 1200px) {
  .banheadcls{
	       color: #fff;
    font-size: 50px;
    padding-top: 20px;
    line-height: 55px;
    margin-bottom: 40px;
   }
}
/*responsive*/		