@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;
}

a {
    color: inherit !important;
    text-decoration: none !important;
  }
  .link-color{
    color: #D62828  !important;
  }
  .nav-top {
    z-index: 20;
  }

.border-left-blue {
  border-top: 2px solid #2643a2;
  border-bottom: 2px solid #2643a2;
  border-left: 2px solid #2643a2; 
}
.border-right-blue {
  border-top: 2px solid #2643a2;
  border-bottom: 2px solid #2643a2;
  border-right: 2px solid #2643a2; 
}

.user-size {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}
.rounded-custom{
	border-top-right-radius: 70px;
	border-bottom-left-radius: 70px;
}
  .rating {
    font-size: 12px;
    height: 48%;
    border-radius: 3px;
  }
  .top {
    padding-top: 80px;
  }
  .blue-bg{
    background-color: #2643A2 !important;
  }
  .bg-red{
    background-color: #D62828  !important;
  }

  .text-red{
    color: #D62828 ;
  }
  .text-blue{
    color: #2643A2 !important;
  }

  .red-border{
    border: 2px #D62828  solid !important;
  }

  .blue-border{
    border: 2px #2643A2 solid !important;
  }
  .blue-border-left{
    border-left: 5px #2643A2 solid !important;
  }
.gradient-box-shadow {
  box-shadow: -6px 0 12px rgba(1, 33, 105, 0.2), 6px 0 8px rgba(200, 16, 46, 0.3);
}
  .bg-off-white {
  background-color: #f1f3f5;
}

  .textShadow {
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
  }
    .bg-gradient-custom {
  background: linear-gradient(to right, rgb(200, 16, 46, 0.6), rgb(38, 67, 162));
}
.review-height{
	height: 95%;
}

  .text-gradient {
    background: linear-gradient(90deg, rgb(200, 16, 46, 0.6), rgb(38, 67, 162)); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
.form-control:focus {
  box-shadow: none !important;
}
.review-prev{
	position: absolute;
	left: 5px;
	z-index: 10;
	top: 40%;
}
.review-next{
	position: absolute;
	right: 5px;
	z-index: 10;
	top: 40%;
}
.social-icon{
	color: #6772e5;
}
.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 {
    background: linear-gradient(to right, rgb(200, 16, 46, 0.6), rgb(38, 67, 162))
  }

.flag-icon{
  width: 50px;
  height: 50px;
}
  .blog-index-box h2{color:#d62624!important;}
.blog-index-box h3{color:#212529!important;}
.blog-index-box h4{color:#212529!important;}

  .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);
  }
  .icon-wrap {
    width: 50px;
    height: 50px;
  }
  .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: #D62828 ;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-track {
    background: transparent; 
  }
  .document .nav-tabs .nav-link {
    background-color: #ffffff;
    color: black;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }

 .documents .nav-tabs .nav-link:hover {
    transform: scale(1.05);
    background-color: #2643A2;
    color: white !important;
  }

 .documents .nav-tabs .nav-link.active {
    background-color: #2643A2 !important; 
    color: white !important; 
  }
  
  .documents .nav-tabs .nav-link.active:hover {
    background-color: #2643A2;
    color: white !important;
  }

.filter-post .nav-tabs .nav-link {
  width: 100%;
  color: #212529;
  border-bottom: 1px solid #dee2e6 !important;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

.filter-post .nav-tabs .nav-link.active {
  background-color: #d62624 !important;
  color: #fff !important;
}

.filter-post .nav-tabs .nav-link:focus,
.filter-post .nav-tabs .nav-link:hover {
  border-color: none;
}

.icon-box {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.filter{
  filter: invert(1);
}
.blog-index-box .link-more .more-link {
    color: #fff !important;
    background-color: #2643a2 !important;
    padding: 7px 15px;
    border-radius: 8px;
    font-weight: 600;
}

  .cta-2 {
    background: linear-gradient(180deg, rgba(37, 211, 102, 1) 0%, rgba(7, 94, 55, 1) 100%);
  }
  .icon-circle {
    width: 90px;
    height: 90px;
  } 
  
.puzzle-circle {
  width: 600px;
  height: 600px;
}

  .icon-circle-blue {
  width: 50px;
  height: 40px;
}
.order-img-1{
  width: 68%;
}
.order-img-2{
  width: 65%;
}
.round-top{
  border-top-left-radius: 100%;
}
.round-bottom{
  border-bottom-right-radius: 100%;
}

  .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%;
    }
  }

  .overlay {
    background: linear-gradient(rgba(200, 16, 46, 0.6), rgba(1, 33, 105, 0.9));
    z-index: 1;
    opacity: 0.7; 
  }

  .cta-section .container {
    z-index: 2;
  }
  .white-transparent {
    background-color: #ffffff80;
}
.accordion-button:focus {
  box-shadow: none !important;
}

.dropdown-menu .dropdown-item:active {
  background-color: transparent !important;
}
.feature-box {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(1, 33, 105), 0 0 15px rgba(200, 16, 46, 0.6); 
  filter: brightness(1.05);
  border: none !important;
}

.rating-line {
  width: 70%;
  height: 10px;
  background-color: #d8d8d8;
  overflow: hidden;
}

.rating-line div {
  height: 100%;
  background-color: #2643A2;
}

.shadow-box {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-up:hover {
  transform: translateY(-5px);
}
.hire-btn {
    border: 2px white solid !important;
    transition: 0.5s;
}
.hire-btn:hover {
    border: #c20f2d 2px solid !important;
    box-shadow: 0 2px 10px 5px #97B1BF;
    background-color: white !important;
    color: #c20f2d !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;
}
.documents .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: white !important;
  background-color: #2643A2 !important;
}
.documents .nav-pills .nav-link.active i {
	color: #fff !important; 
}

    .shape {
      opacity: 0.3;
    }

    .shape1 {
      width: 120px;
      height: 120px;
      top: 20px;
      left: 20px;
    }

    .shape2 {
      width: 100px;
      height: 100px;
      bottom: 20px;
      right: 20px;
    }

.feature-icon {
  transition: transform 1s ease;
}

.feature-item:hover .feature-icon {
  transform: rotate(360deg);
}
