/* JP JAAT CUSTOM CSS */

   .process-section{
      max-width:1200px;
      margin:auto;
      text-align:center;
    }

    .sub-title{
      color:#7bbf44;
      font-size:14px;
      font-weight:700;
      letter-spacing:2px;
      margin-bottom:10px;
      text-transform:uppercase;
    }

    .main-title{
      font-size:40px;
      font-weight:700;
		font-family:Poppins;
      color:#062B4F;
      margin-bottom:70px;
    }

    .process-wrapper{
      position:relative;
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      flex-wrap:wrap;
      gap:20px;
    }

    .process-wrapper::before{
      content:"";
      position:absolute;
      top:40px;
      left:5%;
      width:90%;
      height:2px;
      background:#ddd;
      z-index:0;
    }

    .process-box{
      width:160px;
      position:relative;
      z-index:2;
    }

    .icon-box{
      width:80px;
      height:80px;
      margin:auto;
      border:2px solid #8bc34a;
      border-radius:50%;
      display:flex;
      justify-content:center;
      align-items:center;
      background:#fff;
      margin-bottom:20px;
    }

    .icon-box i{
      font-size:32px;
      color:#7bbf44;
    }

    .step{
      color:#062B4F;
      font-weight:700;
      font-size:20px;
      margin-bottom:10px;
    }

    .title{
      font-size:17px;
		font-family:Poppins;
      font-weight:700;
      color:#062B4F;
      margin-bottom:10px;
    }
.process-box .title{
  font-size:18px;
  font-weight:700;
  color:#062B4F;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}


    .desc{
      font-size:14px;
		font-family:Open Sans;
      line-height:1.6;
      color:#062B4F;
    }

.dot{
  position:absolute;
  top:37px;
  right:-23px;
  width:8px;
  height:8px;
  background:#d9d9d9;
  border-radius:50%;
  z-index:10;
}




/* form css */

.custom-contact-form{
    max-width: 700px;
    margin: auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.custom-contact-form .form-group{
    margin-bottom: 22px;
}

.custom-contact-form label{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
}

.custom-contact-form input,
.custom-contact-form select,
.custom-contact-form textarea{
    width: 100%;
    padding: 15px 18px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 15px;
    background: #f9f9f9;
    transition: all 0.3s ease;
}

.custom-contact-form input:focus,
.custom-contact-form select:focus,
.custom-contact-form textarea:focus{
    border-color: #ff6600;
    background: #fff;
    outline: none;
    box-shadow: 0 0 10px rgba(255,102,0,0.15);
}

.custom-contact-form textarea{
    height: 140px;
    resize: none;
}

.custom-contact-form .submit-btn{
    text-align: center;
}

.custom-contact-form input[type="submit"]{
    background: linear-gradient(135deg,#ff6600,#ff8533);
    color: #fff;
    border: none;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.custom-contact-form input[type="submit"]:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255,102,0,0.3);
}

@media(max-width:767px){

.custom-contact-form{
    padding: 25px;
}

.custom-contact-form input,
.custom-contact-form select,
.custom-contact-form textarea{
    padding: 14px;
    font-size: 14px;
}

.custom-contact-form input[type="submit"]{
    width: 100%;
}

}









.contact-info-box{
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.contact-card{
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px;
    border-radius: 22px;
    background: linear-gradient(145deg,#08102c,#0d153d);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 35px rgba(0,0,0,0.25);
    transition: 0.4s ease;
}

.contact-card:hover{
    transform: translateY(-5px);
    border-color: #6c4cff;
    box-shadow: 0 15px 40px rgba(108,76,255,0.25);
}

.contact-icon{
    width: 65px;
    height: 65px;
    min-width: 65px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#7b3cff,#1f6bff);
    font-size: 28px;
    color: #fff;
}

.contact-content span{
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 6px;
}

.contact-content a,
.contact-content p{
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.5;
}

.contact-content a:hover{
    color: #7b8cff;
}


@media (max-width: 1024px) {
	.mvv-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 42px;
   
}
	.features-section {
    padding: 12px 0;
    background: #fff;
}
	.solar-cta-content h2 {
    font-size: 26px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 12px;
    font-weight: 700;
}
	.logo-section {
    padding: 10px 0;
    background: #fff;
    overflow: hidden;
}
	.logo-heading h2 {
    font-size: 32px;
    color: #1d1d1d;
    font-weight: 700;
}
	.logo-box {
    width: 200px;
    height: 172px;
  
    padding: 15px;

}
	.solar-cta-btn a {
    
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 16px 25px;
}
	.solar-cta-wrap {
  
    padding: 29px 36px;
    border-radius: 18px;
   
    gap: 25px;

}
	.service-area {
    padding: 50px 0;
}
	.section-heading {
    text-align: center;
    margin-bottom: 20px;
}
	.main-title {
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
    color: #062B4F;
    margin-bottom: 30px;
}
.process-box {
    width: 100%;
    position: relative;
    z-index: 2;
}
	.products-section {
    background: none;
    border-radius: 25px;
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
}
	.swiper-button-prev {
    left: 8px;
}
	.swiper-button-next {
    right: 8px;
}
}

@media(max-width:767px){

.contact-card{
    padding: 18px;
    gap: 15px;
}

.contact-icon{
    width: 55px;
    height: 55px;
    min-width: 55px;
    font-size: 22px;
}

.contact-content a,
.contact-content p{
    font-size: 15px;
}
	.mvv-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 33px;
}
	.icon-circle {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
  
}
	.icon-circle i {
    color: #7bc043;
    font-size: 22px;
}
	.mvv-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}
	.timeline-icon {
    width: 66px;
    height: 66px;
    font-size: 28px;
}
	.team-heading h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 15px;
}
	.team-section {
    padding: 20px 20px;
}
.logo-heading h2 {
    font-size: 22px;
    color: #1d1d1d;
    font-weight: 700;
}
	.logo-heading {
    text-align: center;
    margin-bottom: 22px;
}
	.solar-cta-icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg,#8bc34a,#5f9f30);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(139,195,74,0.35);
    transition: 0.5s ease;
}
	.solar-cta-content p {
    font-size: 11px;
}
	.service-area {
    padding: 18px 0;
}
	.section-heading h2 {
    font-size: 20px;
}
	.service-box {
    padding: 20px 10px;
    min-height: 250px;
}
	.service-box p {
    color: #0B1C4D;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 30px;
    font-family: 'Open Sans';
    min-height: auto;
}
	.main-title {
    font-size: 20px;
    font-weight: 700;
    font-family: Poppins;
    color: #062B4F;
    margin-bottom: 10px;
}
	.swiper {
    padding: 0 0px;
}
	.product-image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: 0.5s;
}
	.process-section {
    width: 100%;
    padding: 20px 0px !important;
    background: #ffffff;
    overflow: hidden;
}
	.service-icon i {
    font-size: 36px;
    color: #222;
    transition: 0.4s ease;
}
	.service-item {
    position: relative;
    text-align: center;
    padding: 10px 10px;
   
}
	.service-item h4 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin: 0;
    line-height: 1.5;
    transition: 0.4s ease;
}
	.process-box {
    width: auto;
    position: relative;
    z-index: 2;
}
	.process-section-new {
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
		padding: 0;
}
}



.whatsapp-float{
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 65px;
    height: 65px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(37,211,102,0.5);
    z-index: 9999;
    animation: pulse 2s infinite;
    transition: all .3s ease;
}

.whatsapp-float:hover{
    transform: scale(1.15);
}

@keyframes pulse{
    0%{
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37,211,102,.7);
    }
    70%{
        transform: scale(1.08);
        box-shadow: 0 0 0 20px rgba(37,211,102,0);
    }
    100%{
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }
}