
body {
    font-family: "futura-pt", sans-serif !important;
    margin: 0;
    padding: 0;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
a{
    cursor: pointer;
}
.container{
        max-width: 1430px;
        width: 90%;
        margin: 0 auto;
}
.global-top-padding-lg{
    padding-top: 100px;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.op-6{
    opacity: 0.6;
}
.pt-1{
    padding-top: 30px !important;
}
.pt-2{
    padding-top: 25px !important;
}
.pt-3{
    padding-top: 20px !important;
}
.pt-4{
    padding-top: 16px !important;
}
.text-upper{
    text-transform: uppercase;
}
.text-right{
    text-align: right !important ;
}
.color-1{
    color: #293896;
}
.color-2{
    color: #000;
}
.color-3{
    color: #FFF;
}
.border-bottom-1{
    border-bottom: 1px solid #000;
}
.title-1{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    letter-spacing: -0.2px;
    text-transform: uppercase;
}
.heading-2{
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}
.heading-3{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 44px */
    letter-spacing: -0.8px;
}
.heading-1{
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 39.6px */
}
.heading-4{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
}
.heading-5{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    letter-spacing: -0.2px;
}
.text-1{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}
.text-2{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
}
.text-3{
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 126.316% */
    letter-spacing: -0.19px;
}
.hero {
    background: url('./images/home-banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;    
}

nav {
    position: absolute;
    top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.contact-btn {
    display: flex;
    width: 200px;
    height: 56px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 42px;
    flex-shrink: 0;
    background: #F6F6F6;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: uppercase;
}
.hero-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero-content h1 {
    color: #F6F6F6;
    text-align: center;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    width: 900px;
}
.hero-content p {
    color: #F6F6F6;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: 462px;
    opacity: 0.8;
    padding-top: 10px;
}

.about {
    padding: 100px 0px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.about-content{
    width: 100%;
}
.about-content a{
    color: #000;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;

}
.about img{
    width: 100%;
}
.flex-warranty{
    display: flex;
    gap: 100px;
    justify-content: flex-start;
    align-items: center;
}
.warranty{
    width: 100%;
    border-left: 1px solid #000000c3;
    padding-left: 16px;
}
footer {
    background: #293896;
    color: white;
}

.splide__arrows {
    position: relative !important;
    height: 100%;
}
.splide__arrow {
    background: none;
    border: none;
    cursor: pointer;
    width: 60px !important;
    height: 60px !important;
    opacity: 1 !important;
}
.splide__arrow:hover {
    opacity: 0.7 !important;
}
.splide__arrow--prev,
.splide__arrow--next {
  position: absolute;
  top: 30px !important;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none !important;
  cursor: pointer;
  background: #293896 !important;
  border-radius: 0% !important;
  margin-top: 50px !important;
}
.splide__arrow--prev {
  background: none;
  border: none;
  left: 45% !important;
}
.splide__arrow--next {
  background: none;
  border: none;
  right: 45% !important;
}
.slider-section{
    padding-bottom:100px;
}
.zap-series{
    background: #293896;
    padding-top: 60px;
    display: flex;
    
}
.ntop-heading{
    display: flex;
    justify-content: center;
}
.grid-3{
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr; 
    gap:50px;
}
.zap-items{
    display: flex;
    flex-direction: column;
    gap: 70px;
    align-items: flex-end;
    justify-content: center;
}
.zap-items-1{
    display: flex;
    flex-direction: column;
    gap: 70px;
    align-items: flex-start;
    justify-content: center;
}
.zap-item{
    display: flex;
    gap:26px;
    align-items: center;
    text-align: right;
}
.zap-item h4{
    text-align: left;
}
.zap-item svg{
    width: 82px;
    height: 82px;
    flex-shrink: 0;
}
.pillar-success{
    background: #F6F6F6;
}
.success-section{
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}
.ps-heading{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.success-items{
    display: grid; 
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding-left:20px;
    border-left: 1px solid #000;
}
.success-item{
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 30px;
}
.what-spl{
    padding-top: 100px;
}
.spl-cards{
    /* display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; */
    padding-top: 60px;
    padding-bottom: 127px;
}
.spl-card{
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px;
    background: #fff;
    text-align: left !important;
    min-height: 413px;
}
.team{
    padding: 100px 0px;
}
.team-content{
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 110px;
    align-items: center;
}
.team-content-para2{
    padding-top: 95px;
}
.team-members{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    padding-top: 60px;
}
.team-member{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mem-detail{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-section{
    background: #fff;
}
.contact-container {
    display: flex;
    justify-content: flex-start;
    padding: 100px 0px;
    gap:120px;
}
.contact-form {
width: 50%;
}
.form-group {
display: flex;
gap: 10px;
margin-bottom: 10px;
}
input, textarea {
width: 100%;
padding: 12px 16px !important;
border-radius: 4px;
border: 1px solid #293896;
background: #FFF;
}
button {
font-family: "futura-pt", sans-serif !important;
margin-top: 30px !important;
display: flex;
width: 200px;
height: 56px;
padding: 10px 16px;
justify-content: center;
align-items: center;
gap: 42px;
flex-shrink: 0;
background: #293896 !important;
color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
}
.ct-phone{
display: flex;
gap: 10px;
}
.contact-info{
border-left: 1px solid #000;
padding-left: 80px;
display: flex;
flex-direction: column;
gap:12px;
}
.hbspt-form .hs-form-private fieldset{
    max-width: 100% !important;
}
.hs-fieldtype-text{
    padding-bottom: 12px;
}
.hs-fieldtype-textarea{
    width: 100% !important;
}
.hs-form-booleancheckbox {
    padding-top: 10px;
}
.hbspt-form 
form{
    padding-top: 20px;
}
.hs-error-msg {
    color:red;
}
.actions{
    padding-top: 20px;
}
input[type='submit'] {
    width: auto;
    background: #293896;
    color: #FFF;
    border: none;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
}
.hs-form-booleancheckbox label{
    display: flex;
    align-items: center;
}
.footer{
    width: 100%;
    background: #293897;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.footer-section{
display: grid;
grid-template-columns: 2fr 1fr;
}
.footer-info{
padding-top: 100px;
}
.mobile-resp{
    display: none;
}
.tab-resp{
    display: none;
}
.what-spl-bnr-image{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mbb-module{
    padding-top: 56px;
}
.warranty{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.read-more{
    font-weight: 450;
    text-decoration: none !important;
  }

/* pdf-download */

.pdf-download{
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.download-btn{
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #FFF;
    padding: 10px 16px;
    border: 1px solid #FFF;
}

.download-btn {
    transition: all 0.3s ease-in-out;
}
.download-btn:hover{
    background-color: #FFF;
    color: #293896;
    text-decoration: none;
}
.download-btn:hover svg path{
    stroke: #293896;
}


@media (min-width: 350px) and (max-width: 1360px) {
    .container {
        width: 95% !important;
    }
}
@media(max-width: 1199px){
    .desktop-resp{
        display: none;
    }
    .mobile-resp{
        display: block;
    }
    .splide__arrow--prev {
        left: 40% !important;
      }
      .splide__arrow--next {
        right: 40% !important;
      }
      .success-section {
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr;
      }
      .success-items {
        padding-left: unset;
        border-left: none;
      }
}
@media (max-width: 1024px){
    .wp-heading{
        width: 100% !important;
    }

    .team-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .team-members {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 100px 0px;
        gap: 52px;
    }
    .contact-info {
        border-left: none;
        padding-left: 0px;
    }
    .contact-form {
        width: 100%;
    }
    .footer-info{
        padding-bottom: 100px;
    }
    .footer-info h3 {
        width: 100% !important;
    }
    .footer-info p {
        width: 100% !important;
    }
    .footer-section {
        display: grid;
        grid-template-columns: 1fr;
    }
    .splide__pagination {
        bottom: 1em !important;
        left: 0;
        padding: 4em 1em !important;
        position: absolute;
        right: 0;
        z-index: 1;
    }
}
@media (max-width: 768px) {
    .grid-3{
        grid-template-columns: 1fr;
    }
    .desk-tab-resp{
        display: none;
    }    
    .tab-resp{
        display: block;
    }
    .container {
        max-width: 717px !important;
    }
    .hero-content{
        gap: 12px;
    }
    .hero-content h1 {
        font-size: 30px !important;
        width: 100% !important;
    }
    .hero-content p {
        font-size: 16px !important;
        opacity: 1 !important;
        width: 100% !important;
    }
    .title-1{
        font-size: 16px;
        letter-spacing: -0.16px;
    }
    .heading-1{
        font-size: 20px;
    }
    .text-1{
        font-size: 16px;
        opacity: 1 !important;
    }
    .heading-4{
        font-size: 16px;
    }
    .heading-2{
        font-size: 30px;
    }
    .heading-3{
        font-size: 30px;
    }
    .heading-5{
        opacity: 1 !important;
        font-size: 16px;
    }
    .text-3{
        font-size: 16px;
        letter-spacing: -0.16px;
    }
    footer {
        background-color: #293896;
        background-image: url('images/footer-mobile-bnr.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        color: white;
    }
    .footer-info{
        z-index: 11;
    }
    .zap-item h4{
        white-space: nowrap;
    }
    .zap-series-flex{
        padding: 40px 0px;
        display: flex !important;
        gap: 40px;
        overflow-x: auto;
        -ms-overflow-style: none; 
        scrollbar-width: none;
    }
    .zap-series-flex::-webkit-scrollbar {
        display: none;  /* Hide scrollbar in Chrome, Safari, and Edge */
      }
      .zap-item svg{
        width: 30px;
        height: 30px;
      }
      .ntop-heading h3{
        width: 100% !important;
      }
      .zap-series-img img{
        height: 380px !important;
      }
       /* .hidden {
        display: none;
      } */
      .read-more{
        font-weight: 450;
        text-decoration: none !important;
      }
      .mbb-module{
        padding-top: 32px;
      }
      .text-upper{
        font-size: 16px;
      }
      .team-content-para2{
        padding-top: 30px;
      }
      .what-spl{
        padding-top: 60px;
      }
      .contact-container {      
        padding: 70px 0px;
    }
    .pdf-download{
        flex-direction: column;
    }

}
@media(max-width:700px){
    .container {
        max-width: 640px !important;
    }
    .hero-content h1 {
        font-size: 30px !important;
        width: 100% !important;
    }
    .hero-content p {
        font-size: 16px !important;
        opacity: 1 !important;
        width: 100% !important;
    }
    .success-items {
        display: grid;
        grid-template-columns: 1fr;
    }
}
@media(max-width: 600px){
    .hero {
        background: url('images/mobile-bnr.png') no-repeat center center/cover;
    }
    .splide__arrow--prev {
        left: 35% !important;
      }
      .splide__arrow--next {
        right: 35% !important;
      }
    .hero-content h1 {
        font-size: 30px !important;
        width: 65% !important;
    }
    .hero-content p {
        font-size: 16px !important;
        opacity: 1 !important;
        width: 70% !important;
    }
    .container {
        max-width: 460px !important;
    }
    .global-top-padding-lg{
        padding-top: 32px;
    }
    .flex-warranty {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .warranty {
        width: 100%;
        border-left: none;
        padding-left: 0px;
        border-bottom: 1px solid #000000c3;
        padding-bottom: 16px;
    }
    .success-item-last{
        border-bottom: 1px solid #000;
    }
    .spl-card{
        min-height: 366px;
    }
    .spl-card h4{
        font-size: 20px !important;
    }


}
@media(max-width: 500px){
    .container {
        width: 90% !important;
        max-width: 400px !important;
    }
    .splide__arrow--prev {
        left: 30% !important;
      }
      .splide__arrow--next {
        right: 30% !important;
      }
}
@media(max-width:377px){
    .container {
        width: 90% !important;
        max-width: 370px !important;
    }
}
@media(max-width:320px){
    .container {
        width: 90% !important;
        max-width: 310px !important;
    }
}