@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


body{
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none!important;
}
.hero-section {
padding: 4rem 0;

}
h2 {
    font-size: 42px;
    font-weight: 700;
    color: #273240;
}
.getitbulk-heading{
    font-size: 42px;
    font-weight: 700;
    color: #273240;
    text-align: center;
}
.hero-title {
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #273240;
    font-size: clamp(36px, 4vw, 46px) !important;
    line-height: 1.2;
   
}

.hero-text {
    color: #000000;
margin-bottom: 2rem;
font-size: clamp(16px, 2vw, 20px);
line-height: 1.6;
font-weight: 400;
color: #273240;
}
p {
    font-size: clamp(16px, 2vw, 20px)!important;
    line-height: 1.6;
    font-weight: 400;
    color: #273240;
}

.btn-call {
    background: #0477a9;
    color: #fff;
    padding: 10px 42px;
    text-align: center;
    border-radius: 29px;
    border: 3px solid #0477a9; 
    font-size: 18px;
    font-weight: 600;
}

.btn-main a{
    font-size: 18px!important;
    font-weight: 800;
}
.btn-book {
    background: #0477a9;
    color: #fff;
    padding: 10px 42px;
    text-align: center;
    border-radius: 29px;
    border: 3px solid #0477a9;
    font-size: 18px;
    font-weight: 600;
}
.topbar p {
    justify-content: center;
    align-items: center;
    color: #ffff;
}

.partners-section {
    text-align: center;
   
}
.partners-slider {
    padding: 10px;
}
.swiper-slide img {
    width: 100%!important;
    max-width: 100px; /* Adjust logo size */
    height: auto;
    margin: 0 auto;
    filter: grayscale(1);
}
.swiper-wrapper {
    position: relative;
    width: 20%!important;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box;
    justify-content: space-between;
    align-items: center;
}
.swiper-slide img:hover{
    filter: grayscale(0);
    scale: 1.1;
}
.partners-section {
    text-align: center;
   
}
.partners-slider {
    padding: 10px;
}
.swiper-slide img {
    width: 100%!important;
    max-width: 100px; /* Adjust logo size */
    height: auto;
    margin: 0 auto;
    filter: grayscale(1);
}
.swiper-wrapper {
    position: relative;
    width: 100%!important;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box;
    justify-content: space-between;
    align-items: center;
}
.swiper-slide img:hover{
    filter: grayscale(0);
    scale: 1.1;
}
.why_api-section {
    padding: 60px 0;
    background-color: #e5e6e77d;
}
.api-wrapper {
    padding: 60px 0;
    background-color: #f1faff;
}
ul.clients-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 0px!important;
}
.api-list li {
    font-size: 16px;
    font-weight: 500;
    color: #23291fcc;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    list-style-type: disc;
}
.messaging_capabilities {
    padding: 60px 0;
}
.content-text {
    line-height: 1.5;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
.promotional-tag {
    margin-bottom: 1rem;
    color: #0477a9;
    font-size: 24px;
    font-weight: 700;
}

.how-it-works {
    padding: 60px 0;
    background: #467194;
}
  
  p.subtitle.text-center {
    color: #ffffff;
    
    font-weight: 500;
    margin-bottom: 40px;
}
.phone-container {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.phone-mockup {
    width: 100%;
    height: auto;
   
}
  .steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    position: relative;
  }
  
  .step {
    flex: 1;
    min-width: 250px;
    text-align: center;
    position: relative;
    padding: 0 10px;
  }
  
.step .number {
    font-size: 64px;
    font-weight: 700;
    -webkit-text-stroke: 2px #fff;
    color: transparent;
    margin-bottom: 55px!important;
}
  
  .step-subhead {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
  }
  
  .step p {
    color: #e0e0e0;

  }
  
  /* Enhanced Arrow Style */
 .arrowws {
    position: absolute;
    width: 140px;
    height: 60px;
    top: -13px!important;
    pointer-events: none;
}
  /*.cta-btn{*/
  /*  margin-left: 30px;*/
  /*}*/
  /* Arrow positioned between step 1 & 2, and 2 & 3 */
  .arrowws.arrow-1 { left: calc(33% - 70px); }
  .arrowws.arrow-2 { left: calc(66% - 70px); }
/*.rcs_faqs{*/
/*    padding: 60px 0;*/
/*    margin-bottom:100px!important;*/
/*}*/
/*  .faq-item {*/
/*    background: #f2f3f3;*/
    
/*    border-radius: 20px;*/
/*    margin-bottom: 10px;*/
/*    padding: 20px 20px;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease-in-out;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    font-weight: 700;*/
/*    font-size: 18px!important;*/
/*    color: #000;*/
/*    line-height: 1.75;*/
/*}*/

/*.faq-item:hover {*/
/*    background: #0477a9;*/
/*    color: #fff;*/
/*}*/


/* Answer Box */
/*.faq-answer {*/
/*    background: #fff;*/
/*    padding: 20px;*/
/*    margin-top: 5px;*/
/*    border-radius: 10px;*/
/*    font-size: 18px;*/
/*    display: block;*/
/*    border-left: 5px solid #0477a9;*/
/*    color: #000000;*/
/*    line-height: 1.75!important;*/
/*}*/
.tab-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px!important;
  }

 .tab-nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-right: 1px solid #ddd;
    padding-right: 30px;
    padding-top: 22px;
    /* padding-bottom: 0px; */
    height: 120px;
}

  .tab-option {
    cursor: pointer;
    font-weight: 500;
    color: #555;
    transition: all 0.3s ease;
    font-size:20px;
  }

  .tab-option.active {
    color: #0477a9;
    font-weight: bold;
    font-size:20px;
}
.tab-option.active::after{
    content: '';
    display: block;
    width: auto;
    height: 4px;
    background-color: #0477a9;
    margin-top: 5px;
}

  .tab-image {
    width: 300px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    background-color: #f4f6fe;
  }

  .tab-image.fade-out {
    opacity: 1;
  }


  .tab-content {
    max-width: 500px;
    text-align: left;
  }
 .cta-btn1{
    margin-left: 0px;
    margin-top: 12px;
 }
 .btn-outline-white {

    padding: 6px 19px!important;

}
.topbar-btn a.enquiry-btn {
    color: #fff!important;
    padding: 7px 20px!important;
    font-weight: 500!important;
    border-radius: 29px!important;
    border: 1px solid #fff!important;
    background: #1a08bf!important;
}
.text-p {
    font-size: 17px!important;
    line-height: 20px;
    margin-bottom: 0;
}
.countdown p{
    font-size:12px!important;
}

a.btn.btn-outline-white.calendly-inline-widget {
    height: 45px!important;
    padding: 12px 15px!important;
}
  .cta-container p {
    color: #fff;
    font-weight: 600;
    font-size: 34px!important ;
    line-height: 50px;
}
  /* Hide arrows on mobile view */

  
  a.btn.btn-outline-white.calendly-inline-widget {
     height: 50px!important; 
}
.api-content {
    margin-left: 20px;
}

  @media (max-width: 900px) {
    .steps {
      flex-direction: column;
      align-items: center;
    }
    .arrowws {
      display: none;
    }
  }
 

  @media(max-width:768px){
     .rcs_faqs{
    margin-bottom:0px!important;
}
    .getitbulk-heading{
        font-size: 28px;
    }
    p{
       font-size: clamp(16px, 2vw, 20px);
    }
    .hero-title{
        font-size: 32px!important;
    }
    .getitbulk-heading{
        text-align: center!important;
    }
    .api-image-box{
        margin-top: 3rem;
    }
    .btn-group {
        flex-direction: column;
        gap: 12px;
    }
    .tab-wrapper {
        flex-direction: column;
        align-items: center;
      }
  
      .tab-nav {
        flex-direction: row;
        border-right: none;
        
        padding-right: 0;
        padding-bottom: 20px;
      }
  
      .tab-content {
          text-align: center;
          max-width: 100%;
          margin-top: 32px;
      }
      img.api-image{
        max-width: 100%;
    }

    a.btn.btn-outline-white.calendly-inline-widget {
    height: 42px!important;
    min-width:100px!important;
}
.tab-nav {
    display: flex;
 
    gap: 30px;
    border-right: 1px solid #ddd;
    padding-right: 30px;
    padding-top: 22px;
    height: 50px;
}
ul.clients-list {
   flex-wrap:wrap;
}
.getitsms_service_content.pr_100.wow.fadeInRight {
    margin-left: 0px!important;
}
  }
  
  
  
  
  a.btn.btn-outline-white.calendly-inline-widget {
    height: 45px!important;
    padding: 9px 15px!important;
    min-width:0px!important;
}
a.btn.btn-outline-white {
    padding: 6px!important;
}
  [data-wpr-lazyrender] {
    content-visibility: visible!important;
}
.wa-result-card .wa-icon {
  line-height: 1;
}
.numera-p {
    color: #000000!important;
    font-weight: 500!important;
    font-size:20px;
}
.numera-small {
    font-size: 16px!important;
    color: #5d6570!important;
    line-height:1.5;
}
.numera-number{
    color:#4b4949;
    font-size:18px;
    font-weight:500;
}
.row.getitsms_service_item {
    margin-top: 80px;
}
.getitsms_service_item+.getitsms_service_item {
        margin-top: 100px;
    }

    .row.getitsms_service_item {
        margin-top: 80px;
    }
    
 .worldwide_industries_box {
    box-shadow: -2px 1px 1px 0 #d8daf0;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    border-radius: 30px 30px 30px 30px;
    padding: 25px 10px 10px;
    text-align: center;
    height: 280px;
}
.text-mutedss {
    font-size: 16px;
    color: #23291fcc;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}
.worldwide_industries h3 {
    font-size: 1.5rem;
    font-weight: 600;
}
.getitsms_service_content.pr_100.wow.fadeInRight {
    margin-left: 39px;
}

.sms-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f4fafa;
    padding: 34px;
    height: 95%;
    position: relative;
    transition: 0.3s;
}

    .sms-card:hover {
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }

    .sms-card h5 {
      font-weight: 700;
    }
.sms-card-content {
    display: flex;
    align-items: center;
    gap: 29px;
    margin-bottom:14px;
}
p{
    text-wrap:auto!important;
}
}
