.hero-section{
    padding-top: 100px;
    padding-bottom: 50px;
}

.tag-image {
  height: 1.25em; /* Matches the current font size */
  vertical-align: middle; /* Align better with text */
}

.hero-section h1{
    margin-bottom: 20px;
}

.hero-section p{
    max-width: 550px;
}



.logo-image {
      height: 1.5em;
    vertical-align: middle;
    margin-bottom: 26px;
}


.how-it-works{
    list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 0;
      margin: 0;
      gap: 10px 20px;
}

.how-it-works li{
    flex: 1 1 calc(20% - 20px); /* 5 columns on desktop */
      min-width: 220px;
      text-align: center;
      padding: 10px;
}


 ul.how-it-works li i{
      font-size: 32px;
      margin-top: 15px;
      margin-bottom: 15px;
      display: inline-block;
    }



    
 ul.how-it-works h4{
    font-size: 18px;
      margin: 10px 0;
      font-weight: 400;
 }


  ul.how-it-works p{
    font-size: 16px;
    color: var(--black-color);
    font-weight: 300;
        margin: 0;
  }


   @media (max-width: 992px) {
      ul.features li {
        flex: 1 1 calc(50% - 30px); /* 2 per row */
      }
      .bg-section{
        background-position: left !important;
        /* background-position: center !important; */
      }
      
    }

    @media (max-width: 576px) {
      ul.features li {
        flex: 1 1 100%; /* 1 per row */
      }
    }

    .bg-content-left p{
    max-width: 600px;
}

.service-img {
      border-radius: 12px;
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .small-img{
      border-radius: 12px;
      width: 100%;
      height: auto;
      object-fit: cover;
    }


    .instagram-follow{
      background: var(--orange-color);
      border-radius: 50rem;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: normal !important;
      padding: 10px 20px 15px;
      width: fit-content;
      margin: auto;
      margin-top: 30px;
      font-size: 1.5em;
    }

    .grid-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    @media(max-width:767px){
      .grid-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
      }
    }

    @media(max-width:446px){
      .grid-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 15px;
      }
    }

    .grid-item img {
      width: 100%;
      border-radius: 12px;
      display: block;
      object-fit: cover;
    }

    .about-list{
      padding-left: 20px;
    }

    .about-list li{
      list-style-type: disc;
      padding-left: 0px;
      font-size: 18px;
    }

    @media(max-width: 767px){
      .about-list li{
        font-size: 16px;
      }
    }

    .newsletter-form input{
      padding: 10px 15px;
      background: var(--background-color);
      border: 0 !important;
      border-radius: var(--border-radius);
    }
    
    .newsletter-form input, .newsletter-form button{
      height: 60px;
    }

   .delete-form label{
    margin-bottom: 5px;
    display:inline-block
   }
    .delete-form input,
    .delete-form textarea{
      padding: 10px 15px;
      background: var(--background-color);
      border: 1px solid var(--sage-color);
      border-radius: var(--border-radius);
    }
    
    .delete-form input, .delete-form button{
      height: 60px;
    }

    .badge-box{
      padding: 20px;
      border: 2px solid;
      border-radius: 10px;
      transition: 0.5s all ease-in-out;
      transform: Scale(1);
      min-height: 280px;
    }

    @media(max-width:992px){
      .badge-box{
        min-height: auto;
        padding: 20px 10px;
      }
    }
    
    @media(max-width:767px){
      .badge-box h3{
        font-size: calc(1.275rem + .2vw) !important;
      }
      .badge-box p{
          margin-bottom: 0;
      }
    }

    .badge-box:hover{
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        transform: Scale(1.02);
    }


    .badge-box img{
      height: 100px;
      margin-bottom: 20px;
    }


    
.screenshot-wrap {
    /* position: relative;
    margin-top: 60px;
    margin-bottom: 60px; */
        position: relative;
    margin-top: 20px;
  }
  
  .screenshot-wrap .screenshot-frame {
    background-image: url(../images/iphone13.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      display: block;
      width: 398px;
      height: 818px;
      position: absolute;
      bottom: -5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 2;
      border-radius: 20px;
  }

  @media(max-width:1659px){
    .screenshot-wrap .screenshot-frame {
      width: 362px;
      height: 728px;
    }
  }
  
  @media(max-width:1380px){
    .screenshot-wrap .screenshot-frame {
      width: 362px;
      height: 720px;
    }
  }

  @media(max-width:1360px){
    .screenshot-wrap .screenshot-frame {
        width: 355px;
        height: 710px;
    }
  }

  @media(max-width:1340px){
    .screenshot-wrap .screenshot-frame {
        width: 345px;
        height: 690px;
    }
  }

  @media(max-width:1320px){
    .screenshot-wrap .screenshot-frame {
        width: 340px;
        height: 680px;
    }
  }

  @media(max-width:1300px){
    .screenshot-wrap .screenshot-frame {
               width: 330px;
        height: 670px;
    }
  }

  @media(max-width:1275px){
    .screenshot-wrap .screenshot-frame {
       width: 320px;
        height: 664px;
    }
  }


   @media(max-width:1265px){
    .screenshot-wrap .screenshot-frame {
       display: none !important;
    }
  }
  
  .screenshot-wrap .screen-carousel .swiper-slide img {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-shadow: 0 4px 14px 5px rgb(0 0 0 / 12%);
            box-shadow: 0 4px 14px 5px rgb(0 0 0 / 12%);
    border-radius: 30px;
    border: 3px solid #92B4E8;
  }
  
  .screenshot-wrap .screen-carousel .swiper-slide-active img {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    -webkit-box-shadow: 0 4px 14px 5px rgba(0, 0, 0, 0);
            box-shadow: 0 4px 14px 5px rgba(0, 0, 0, 0);
  }
  
  .screenshot-wrap .swiper-pagination{
    bottom: -50px !important;
  }
  
  .swiper-pagination-bullet-active{
    width: 30px;
    height: 10px;
    border-radius: 10px;
    background: var(--peri-color) !important;
    opacity: 1 !important;
  }
  
  .swiper-pagination-bullet{
    background: var(--sage-color);
    opacity: 0.8;
  }

  .swiper-slide-active img{
    border: 3px solid var(--peri-color) !important;
  }


  @media(min-width:1265px){
     .swiper-slide-active img{
      border: 0 !important;
    }
  }
  
body.modal-open,
html.modal-open {
  /* overflow: hidden !important; */
  /* height: 100% !important; */
  padding: 0 !important;
}

 .error {
            color: #e7515a !important;
        }
        
        .message-box {
          display: none;
          padding: 10px 0;
          color: red;
        }
        input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}



#scroll-top {
  position: fixed;
  bottom: -20px;
  left: 10px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  border-radius: 50px;
  color: var(--background-color);
  background-color: var(--orange-color);
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: 0.5s all ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#scroll-top.active{
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}


@media all and (min-width: 768px) and (max-width: 1199px) {
  #scroll-top.active {
    bottom: 100px;
  }
  #scroll-top {
    width: 40px;
    height: 40px;
  }

  #scroll-top svg{
    width: 30px;
    height: 30px;
  }
}

            .whatsapp-floating{
                display: inline-flex;
                justify-content:center;
                align-items:center;
                    gap: 0px;
                    position: fixed;
                bottom: 15px;
                right: 15px;
                cursor: pointer;
                z-index: 2;
            }
            .whatsapp-floating p{
                padding: 0px 16px;
                line-height: 1.6;
                font-size: 15px;
                background-color: rgb(37, 211, 102);
                color: rgb(255, 255, 255);
                border-radius: 10px;
                margin: 0px 10px;
                order: 0;
                opacity: 0;
                visibility: hidden;
                /*display: none;*/
                box-shadow: 0px 0px 11px rgba(0,0,0,.5);
                transition: 0.5s all ease-in-out;
            }
            
            .whatsapp-floating:hover p{
                /*display: inline-block;*/
                opacity: 1;
                visibility: visible;
            }
            .whatsapp-floating span{
                width: 60px;
                height: 60px;
                display: flex ;
                align-items: center;
                justify-content: center;
                background-color: rgb(37, 211, 102);
                color: rgb(255, 255, 255);
                border-radius: 50rem;
            }