@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
  font-family: 'Roboto', sans-serif !important;
}
html {
  scroll-behavior: smooth;
}

a {
    color: inherit !important;
    text-decoration: none !important;
  }
  .link-color{
    color: #EF3340  !important;
  }
  .nav-top {
    z-index: 20;
  }
  .rating {
    font-size: 12px;
    height: 48%;
    border-radius: 3px;
  }

  .top {
    padding-top: 120px;
  }
  .bg-light-blue {
  background-color: #dceefa !important;
}
  .blue-bg{
    background-color: #00b0b9 !important;
  }
  .bg-red{  
    background-color: #EF3340  !important;
  }

  .text-red{
    color: #EF3340 !important;
  }
  .text-blue{
    color: #00b0b9 !important;
  }

  .red-border{
    border: 2px #EF3340  solid !important;
  }

  .blue-border{
    border: 2px #00b0b9 solid !important;
  }
  .blue-border-left{
    border-left: 5px #00b0b9 solid !important;
  }


  .red-border-left{
    border-left: 5px #EF3340 solid !important;
  }
.gradient-box-shadow {
  box-shadow: -6px 0 12px rgba(0, 176, 185, 0.2), 6px 0 8px rgba(239, 51, 64, 0.3);
}

.bg-gradient-custom {
  background: linear-gradient(to right, rgba(239, 51, 64, 0.6), #00b0b9);
}

.text-gradient {
  background: linear-gradient(90deg, #c82333, #007d85);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

  .bg-off-white {
 background: linear-gradient(90deg, #F5FAFF 0%, #F5FAFF 100%);
}
  
  .textShadow {
    text-shadow: 0 0 5px rgba(0,0,0,0.7);
  }

.border-end-dashed-white {
    border-right: 2px dashed white;
}
.faq-section-wrapper {
  position: relative;
}

.faq-image-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 1;
}

 .remove-btn {
    width: 30px;
    position: absolute;
    right: -70px;
    margin-top: -35px;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
.form-control:focus {
  box-shadow: none !important;
}
.review-bg {
  background: linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(50, 50, 50, 0.2)
    ),
    url('../images/banner-review.jpg') 80% center / cover no-repeat;
}
.section-bg {
  position: relative;
  color: white;
}

.section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(139, 0, 0, 0.6), rgba(139, 0, 0, 0.4)),
              url('../images/asian-girl-writing.png');
  background-size: cover;
  background-position: center;
  filter: blur(3px);
  z-index: 0;
}

.section-bg > * {
  position: relative;
  z-index: 1;
}


.icon-size{
  width: 60px;
  height: 60px;
}
.user-size {
  width: 80px;
  height: 80px;
  position: relative;
}

.user-s {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
}
.nav-tabs .nav-link {
  width: 100%;
  color: #EF3340;
  border: 1px solid #dee2e6;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

.nav-tabs .nav-link.active {
  background-color: #EF3340 !important;
  color: #fff !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: none;
}
.arc-success {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid transparent;
  border-left-color: #00b0b9; 
  z-index: 1;
}

.translator-info-box, .user-s, h5, i , p{
  transition: 0.5s;
}
.translator-info-box:hover{
  background-color: white !important;
}
.translator-info-box:hover .user-s{
      background-color: #EF3340 !important;
}
.translator-info-box:hover h5{
  color: #EF3340 !important;
}
.translator-info-box:hover i{
  color: #fff !important;
}
.translator-info-box:hover p{
  color: #212529 !important;
}
.rounded-custom{ 
  border-radius: 20px 0px 20px 0px;
}
.rounded-left-custom{ 
  border-radius: 0px 30px 0px 30px;
}
.hover-scale{
  background: linear-gradient(180deg, #e1ebf5 21.67%, hsla(0, 0%, 100%, .575) 80.26%, rgba(225, 235, 245, 0) 91.24%);;
}
  
  .info-box {
    transition: all 0.3s ease;
  }
  .info-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
  }
  .nav {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; 
  }
  
  ::-webkit-scrollbar {
    height: 6px; 
    width: 6px; 
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #EF3340 ;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-track {
    background: transparent; 
  }
  .nav-tabs .nav-link {
    background-color: #ffffff;
    color: black;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }

.shadow-box {
 box-shadow: -47px 0 34px 0 #bbc1c88a !important;
    background: linear-gradient(90deg, #fbfdff, #f1f5f9 80.37%) !important;
}



  .cta-2 {
    background: linear-gradient(180deg, rgba(37, 211, 102, 1) 0%, rgba(7, 94, 55, 1) 100%);
  }
  .icon-circle {
    width: 90px;
    height: 90px;
  } 
  

  .icon-circle-blue {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}


  .cta-btn {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    animation: pulse 2s infinite;
    border: none;
    border-radius: 8px;
    z-index: 1;
    background-color: #dc3545;
    color: white;
  }
  
  .cta-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: shine 2.5s ease-in-out infinite;
    z-index: 2;
    pointer-events: none;
  }
  @keyframes pulse {
    0%,
    100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.06);
    }
  }
  
  @keyframes shine {
    0% {
      left: -100%;
    }
    60% {
      left: 120%;
    }
    100% {
      left: 120%;
    }
  }

  .white-transparent {
    background-color: #ffffff80;
}
.accordion-button:focus {
  box-shadow: none !important;
}

.dropdown-menu .dropdown-item:active {
  background-color: transparent !important;
}


.slick-next { 
  position: absolute !important;
    right: 10px !important;
    border-radius: 5px;
}
.slick-prev {
    position: absolute !important;
    left: 10px !important;
     border-radius: 5px;
}
.slick-prev:before {
  line-height: 0px !important;
}
.slick-next:before {
  line-height: 0px !important;
}
.slick-prev, .slick-next {
  width: 40px !important;
}
.faq-section .accordion-button:not(.collapsed){
  background-color: #F5FAFF !important;
  color: black !important;
}
.dynamic-page-css h2{
   color: #EF3340;
   font-size: 25px;
}
.dynamic-page-css h3{
   color: #00b0b9;
   font-size: 18px;
   font-weight: bold;
}
.dynamic-page-css ul{
  padding-left: 20px;
}
.dynamic-page-css ul {
  list-style: none;
  padding-left: 0;
}

.dynamic-page-css ul li {
  position: relative;
  padding-left: 25px;
}

.dynamic-page-css ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background-image: url('../images/li-bullets.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}