/*Home main slider css  begin*/

  .banner {
        width: 100%;
        height: 580px; 
        overflow: hidden;
        position: relative;
    }

    .banner video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.banner-slider {
  width: 100vw;
  overflow: hidden;
  margin-top: -100px;
}

.home-slide {
  width: 100%;
  height: 112vh !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-content {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-30%, -50%);
  color: #fff;
}

.slide-content h1 {
  font-size: 45px;
  margin: 0;
  font-weight: 600;
}

.slide-content h2 {
  font-size: 45px;
  margin: 0;
  font-weight: 600;
}

.slide-content p {
  font-size: 23px;
  font-weight: 600;
  color:#fff;
}

.banner-slider .slick-dots li button:before {
  font-size: 40px !important;
  color: #ffffff !important;
  opacity: 0.9;
}

.banner-slider .slick-dots {
  font-size: 50px !important;
  bottom: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #ff7900 !important;
}

.banner-slider .slick-dots li.slick-active button:before {
  color: #ff7900 !important;
  opacity: 1;
}

.banner-slider .slick-prev,
.banner-slider .slick-next {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
}

.banner-slider .slick-prev:hover,
.banner-slider .slick-next:hover {
  opacity: 1;
}

.banner-slider .slick-prev {
  left: 10px;
}

.banner-slider .slick-next {
  right: 10px;
}

.banner-slider .slick-prev,
.banner-slider .slick-next,
.banner-slider .slick-dots {
  z-index: 10;
}

/*Home main slider css  end */

/*Home about css  begin*/

.home-expertise {
  padding: 20px 40px 20px 0;
  border-right: solid 1px #000;
}

.col-sm-3:not(:last-child) .home-expertise {
  padding: 20px 40px 20px 0;
  border-right: solid 1px #000;
}

.col-sm-3:last-child .home-expertise {
  padding: 20px 40px 20px 0;
  border-right: none;
}

.home-expertise h2 {
  font-size: 20px;
  line-height: 2px;
  color: #ff7900;
 
}

.home-expertise p {
  text-align: left;
  font-size: 12px;
  color: #555;
  font-weight: 400;
  padding-top: 10px;
  line-height: 16px;
}

.home-expertise a {
  background: #ff7900;
  color: #ffffff !important;
  padding: 8px 15px;
  font-size: 12px;
  border-radius: 5px;
  text-decoration: none;
}

.home-expertise a:hover{
	background: radial-gradient(circle at 10% 20%, rgb(251, 221, 19) 0.1%, rgb(255, 153, 1) 90%);
}

.home-about {
  background: radial-gradient(circle at 10% 20%, rgb(255, 197, 61) 0%, rgb(255, 94, 7) 90%);
  text-align: center;
  color: #fff;
  padding: 20px 0;
  margin: 30px 0;
}

.home-about-des h2 {
  font-size: 20px;
}

.home-about-des p {
  font-size: 12px;
  padding: 0 200px;
  color:#fff;
}

.stat {
  height: 100px;
}
.home-about-stat-number {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
}

.home-about-stat-description {
  font-size: 12px;
  color: #555;
}

.home-about-row {
  border-bottom: solid 1px #000;
}
.home-about-stat {
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.home-about-stat:last-child {
  border-right: none;
}

.home-about-stat:nth-last-child(-n + 4) {
  border-bottom: none;
}

.plus {
  font-size: 1rem;
  vertical-align: super;
  margin-left: 5px;
}

.home-callback {
 background: radial-gradient(circle at 10% 20%, rgb(255, 197, 61) 0%, rgb(255, 94, 7) 90%);
  padding: 15px 0 0px;
}

.home-callback-text {
  font-size: 24px;
  text-align: left;
  color: #fff;
}

.home-cta-form p {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-cta-field {
  width: 200px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 12px;
}

.home-cta-submit {
  padding: 10px 40px;
  background-color: #fff!important;
  color: #626362 !important;
  border: none;
  border-radius: 5px;
  font-size: 12px;
}

.home-cta-submit:hover {
  background: radial-gradient(circle at 10% 20%, rgb(251, 221, 19) 0.1%, rgb(255, 153, 1) 90%);
}

.home-heading h3 {
  text-align: center;
  font-size:20px;color:#ff7900;
}

.home-heading p{font-size: 12px;
    text-align: center;
    padding: 0 75px;}

.home-whyakums-content{background: #fff;
    text-align: center;
    padding: 10px;min-height: 110px;
    height: auto;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 0 0 10px 10px;}

.home-whyakums-img img{border-radius:10px 10px 0 0;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}

.home-whyakums-content h4{font-size:14px;color:#8b8b8b;}

.home-whyakums-content a{    
	background: #ff7900;
    color: #ffffff !important;
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 5px;
    text-decoration: none;}

.home-whyakums-content a:hover{background: radial-gradient(circle at 10% 20%, rgb(251, 221, 19) 0.1%, rgb(255, 153, 1) 90%);}

.home-client-slider {
    position: relative;
    overflow: hidden; 
    max-width: 100%; 
    margin: 0 auto; 
}

.home-client-slide {
    display: none; 
    transition: all 0.5s ease; 
}

.home-client-slide.active {
    display: block; 
}

.home-client-logo-container {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
}

.home-client-row {
    display: flex; 
    justify-content: center; 
    flex-wrap: wrap;
    gap: 20px; 
    margin-bottom: 10px; 
}

.home-client-row img {
    max-width: 122px; 
    height: auto; 
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius:10px;
	padding:10px;
	margin:10px 0;
}

.home-client-slide {
    display: none;
    opacity: 0;
   transition: opacity 0.4s ease-in-out;
}

.home-client-slide.active {
    display: block;
}

.fade-in {
    opacity: 0.9;
   
}

.fade-out {
    opacity: 0.2;
}

/* Navigation Arrows */
.home-client-controls {
    position: relative;
    top: 50%; 
    width: 100%; 
    display: flex;
    justify-content: space-between; 
    transform: translateY(-50%); 
}

.home-client-arrow {
    font-size: 35px; 
    color: gray; 
    cursor: pointer; 
    transition: color 0.3s ease; 
}

.home-client-arrow.left {
    left: -50px;
    position: absolute;
   top: -137px;
}

.home-client-arrow.right{right: -50px;
    top: -137px;
    position: absolute;}

.home-client-arrow:hover {
    color: #ff7900; 
}




.home-testimonial-slider .slick-prev:before {
    content: "\f053" !important; 
    font-family: "Font Awesome 5 Free"!important; 
    font-weight: 600!important; 
    color: gray!important; 
    font-size: 30px!important; 
}

.home-testimonial-slider .slick-next:before {
    content: "\f054"!important;  
    font-family: "Font Awesome 5 Free"!important;   
    font-weight: 600!important; 
    color: gray!important; 
    font-size: 30px!important;  
}

.home-news-slider .slick-prev:before {
    content: "\f053" !important; 
    font-family: "Font Awesome 5 Free"!important; 
    font-weight: 600!important; 
    color: gray!important; 
    font-size: 30px!important; 
}
.home-news-slider  .slick-next:before {
    content: "\f054"!important;  
    font-family: "Font Awesome 5 Free"!important;   
    font-weight: 600!important; 
    color: gray !important; 
    font-size: 30px!important;  
}

.wpcf7-not-valid-tip{color:#000!important;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{display:none!important;}

/*Home Download brochure Section */

.home-db-main {
  padding: 30px 0 10px;
  background: #ff7900;
  text-align: center;
  color: #fff;
}

.home-db-des p {
  font-size: 12px;
  color:#fff;
	text-align:left;
}

.home-db-btn {
  margin: 5px;
}

.home-db-btn button {
  color: #ff7900;
  background: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 12px;border:none;
}

.home-db-btn a:hover{
	background: radial-gradient(circle at 10% 20%, rgb(251, 221, 19) 0.1%, rgb(255, 153, 1) 90%);
	color:#fff;
}

/*Home Testimonial Section */

.home-testimonial-box {
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  background-color: #fff;
  margin: 10px 20px;
  height:180px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.home-testimonial-image img {
  width: 100%;
  height: auto;
}

.home-testimonial-content {
  padding-left: 15px;
  font-size: 10px;
}

.home-testimonial-slider .slick-prev {
  left: -580px !important;
  top: 90px !important;
}

.home-testimonial-slider .slick-next {
  left: 580px !important;
  top: 90px !important;
}



.home-leading-main{
	padding:50px 0;
}
.home-leading-content h3 {
  font-size: 16px;
  font-weight: 600;
}

.home-leading-content P {
  font-size: 12px;
}

/*Home News Box*/


.home-news-slider {
  position: relative;
  margin: 0 -10px;
}

/* News box */
.home-news-box {
  position: relative;
  overflow: hidden;
  padding: 0; 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  background: #fff;
  margin: 20px; 
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px,
              rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

/* Front box */
.home-news-frontbox {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

/* Image */
.home-news-frontbox img {
  width: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
}

/* Textbox */
.home-news-textbox {
  background: #fff;
  padding: 12px 15px;
  border-radius: 0 0 10px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  min-height: 130px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 6px;
}

.home-news-textbox p {
  margin: 0 0 10px 0;
  padding-left: 12px;height:90px;
  position: relative;
}

/* Button inside front box */
.home-news-textbox a {
  display: inline-block;
  background: #ff7900;
  color: #fff;
  font-size: 12px;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 5px;
}

.home-news-textbox a:hover {
  background: radial-gradient(circle at 10% 20%, rgb(251, 221, 19) 0.1%, rgb(255, 153, 1) 90%);
  color: #fff;
  transform: translateY(-2px);
}

/* Hover effects on card */
.home-news-box:hover {
  transform: translateY(-5px);
  box-shadow: rgba(136, 165, 191, 0.48) 6px 8px 20px 0px,
              rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

/* Slider arrows */
.home-news-slider .slick-prev,
.home-news-slider .slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}

.home-news-slider .slick-prev {
  left: 0; 
}

.home-news-slider .slick-next {
  right: 0;
}




/*footer form Section */

.footerform-container {
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  max-width: 600px;
  margin: auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
 
}

.footerform-row p {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.footerform-row > span {
  flex: 1;
  min-width: 0;
}

.footerform-row input[type="text"],
.footerform-row input[type="email"],
.footerform-row input[type="tel"],
.footerform-row input[type="url"],
.footerform-row select,
.footerform-row textarea {
  width: 100%; 
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ff7f00;
  
  outline: none;
  font-size: 12px;
  transition: border-color 0.3s;
  box-sizing: border-box;
}

.footerform-row{
	display:flex;
	gap:50px;
}

.form-control{border-radius:none;}

.wpcf7-select {
  width: 230px !important;
}

.footerform-row input:focus,
.footerform-row select:focus,
.footerform-row textarea:focus {
  border-color: #ff7f00;
}

.footerform-row textarea {
  resize: none;
  height: 80px;
}

.footerform-container .wpcf7-submit {
  background-color: #ff7f00;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
}

.footerform-container .wpcf7-submit:hover {
  background-color: #e06b00;
}

.home-form-main{
	padding:50px 0;
	background: radial-gradient(circle at 10% 20%, rgb(255, 197, 61) 0%, rgb(255, 94, 7) 90%);
}

.home-form-left h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-top: 50px;
  text-align: left;
}

.home-form-left p {
  color: #fff;
  font-size: 12px;
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	border-color:unset;
	border:none;
}

.wpcf7-not-valid-tip{
	color: #999494;
    font-size: 12px;
}
.home-content-container{margin:0;padding:0;}
.home-content-header {display: flex;justify-content: space-between;align-items: center;cursor: pointer;padding: 10px;background: #f2f2f2;border-radius: 5px;}
.home-content-heading {font-size: 16px;         }
.home-content-arrow {transition: transform 0.3s ease;}
.home-content-arrow.open {transform: rotate(180deg);}
.home-content-description {display: none; padding: 10px;font-size: 12px;color: #555;background: #fff;border-radius: 5px;margin-top: 5px;}


.home-brochure-cta-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.7);
}

.home-brochure-cta-modal-content {
  background-color: #fff;padding: 15px 0 1px;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  position: relative;
}

.home-brochure-cta-close {
    position: absolute;
    top: -5px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

#home-brochure-cta-modal {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

#home-brochure-cta-modal.show {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
