.brand-item-two.slick-slide {
    height: 10px;
}
body, html {
    overflow-x: hidden;
}
.brand-item-wrap {
    overflow: hidden
}


.features-item {
    background: var(--tg-primary-color);
}

.main-content {
    padding-top: 100px;
    padding-bottom: 100px;
}
 
.flex-center {
    align-items: center;
}
.accordion-button{
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.accordion-body {
    margin-top: 15px;
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}
 
.circle-icon {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2b4eff;
    border: 5px solid #b2bfff;
    color: #fff;
    margin-left: -20px;
    margin-right: 10px;
    transform: scale(1.2);
}
.accordion-item{
    border: 0px!important;
}
.accordion-button:not(.collapsed){
    border: 0px!important;
    color: #0c63e4;
    background-color: #ffffff;
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 13%);
}
.accordion-body  {
    color: rgb(62, 62, 62);
}









  
/* Button base styles */
.btns {
    top: 0;
    left: 0;
    transition: all .15s linear 0s;
    position: relative;
    display: inline-block;
    padding: 15px 25px;
    background-color: var(--btns-yellow);
    text-transform: uppercase;
    color: var(--btns-brown);
    font-family: arial;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: -6px 6px 0 var(--btns-brown);
  }
  
  /* Button hover effect */
  .btns:hover {
    top: 3px;
    left: -3px;
    box-shadow: -3px 3px 0 var(--btns-brown);
  }
  
  /* Button pseudo-elements */
  .btns::after,
  .btns::before {
    transition: all .15s linear 0s;
    content: '';
    position: absolute;
    z-index: -1;
    background-color: var(--btns-brown);
    transform: rotate(45deg);
  }
  
  .btns::after {
    top: 2px;
    left: -4px;
    width: var(--btns-angle);
    height: var(--btns-angle);
  }
  
  .btns::before {
    bottom: -4px;
    right: 2px;
    width: var(--btns-angle);
    height: var(--btns-angle);
  }
  
  /* Active Button styles */
  a.btns {
    position: relative;
  }
  
  a:active.btns {
    top: 6px;
    left: -6px;
    box-shadow: none;
  }
  
  a:active.btns::before {
    bottom: 1px;
    right: 1px;
  }
  
  a:active.btns::after {
    top: 1px;
    left: 1px;
  }

  .gr-container {
    
    text-align: center;
    margin: 50px auto;
  }
  
  .gr-text-lines {
    margin-bottom: 20px;
  }
  
  .gr-text-lines p {
    font-size: 18pt;
    line-height: 13px;
    color: black;
  }
  
  .gr-btn {
    margin-top: 20px !important;
    font-size: 36px;
    padding: 20px 40px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    background: linear-gradient(to top, #78d23e, #6ecc10);
    background-size: 200% 100%;
    background-position: right;
    transition: background-position 0.5s;
    color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }

  @media (max-width: 768px) {
    /* Adjust the font size and padding to make the button and its text smaller on mobile */
    .gr-btn {
        font-size: 24px; /* Adjust the font size as needed */
        padding: 10px 20px; /* Adjust the padding as needed */
    }
}

  
  .gr-btn:hover {
    background: linear-gradient(to right, #78d23e, #6ecc10);
    color: white;
    background-position: left;
  }
  
  /* Optional styles for 3D inner shadow effect on hover */
  .gr-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
  }
  @import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
