     /* General */
body {
    background-color: #FFFFFF;
    color: #4B5563;
}

/* Topbar */
.bg-white.text-white {
    background-color: #E5E7EB !important;
    color: #4B5563 !important;
}

/* Navbar */
.bg-primary {
    background-color: #003087 !important;
}
.navbar-nav .nav-link {
    color: #FFFFFF !important;
}
.navbar-nav .nav-link:hover {
    color: #F5A623 !important;
}
.btn-primary {
    background-color: #f7312d ;
    border-color: #F5A623 ;
    color: #FFFFFF ;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #003087;
}
p{
    font-size: 16px;
}

/* Feature Section */
.feature-item {
    background-color: #FFFFFF;
    border-color: #E5E7EB !important;
}
.feature-icon.bg-primary {
    background-color: #003087 !important;
}
.feature-icon i {
    color: #FFFFFF !important;
}
.feature-item a {
    color: #F5A623 !important;
}
.feature-item a:hover {
    color: #4B5563 !important;
}

/* Why Choose Us Section */
.feature {
    background-color: #003087 !important;
}
.feature .text-white {
    color: #FFFFFF !important;
    font-weight: 800;
}
.progress-bar.bg-primary {
    background-color: #F5A623 !important;
}
.border-primary {
    border-color: #E5E7EB !important;
}

/* Footer */
.bg-dark.footer {
    background-color: #1C2526 !important;
}
.text-light {
    color: #FFFFFF !important;
}
.footer p, .footer a {
    color: #E5E7EB !important;
}
.footer .btn-light {
    background-color: #f7312d !important;
    color: #FFFFFF !important;
}
.footer .btn-light:hover {
    background-color: #003087 !important;
}
h2.display-6 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 255, 0.2);
}
.top-heading{
    /*background-color: #f7312d;*/
    color: #f7312d;;
   /* padding: 10px;
    width: fit-content;*/
    font-weight: 600;
    font-size: 20px;
}

.feature-row p{
    height: 100px;
}
/* Cursor Animation Styles */
        .cursor-trail {
            position: fixed;
            width: 40px;
            height: 40px;
            pointer-events: none;
            z-index: 9998;
            transform: translate(-50%, -50%);
            opacity: 0;
            animation: ripple 1s ease infinite;
        }

        .cursor-trail::before,
        .cursor-trail::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
        }

        .cursor-trail::before {
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, rgba(255, 82, 82, 0.3), rgba(255, 82, 82, 0));
            border: 1px solid rgba(255, 82, 82, 0.5);
        }

        .cursor-trail::after {
            width: 50%;
            height: 50%;
            background: #ff5252;
        }

        @keyframes ripple {
            0% {
                opacity: 1;
                transform: translate(-50%, -50%) scale(0.5);
            }
            100% {
                opacity: 0;
                transform: translate(-50%, -50%) scale(1.5);
            }
        }

        /* Delay for trailing effect */
        .cursor-trail:nth-child(1) { animation-delay: 0s; }
        .cursor-trail:nth-child(2) { animation-delay: 0.2s; }
        .cursor-trail:nth-child(3) { animation-delay: 0.4s; }

        @media (max-width: 768px) {
            .card {
                width: 100%;
                max-width: 300px;
            }

            .cursor-trail {
                display: none; /* Disable animation on mobile */
            }
        }

@media only screen and (max-width: 600px) {
  .phone-view-bg {
    background-color: white !important;
  }
      .navbar .navbar-nav {
        margin-top: 0px;
        border-top: 1px solid #EEEEEE;
        background-color: #003087;
        padding: 0 10px;
    }
}

.animated-btn{

    /*animation: shake 5s ease-in-out infinite;*/
    /*z-index: -1;*/
}

/*.animated-btn:hover{
    background-color: blue;
    color: white;
}*/

.about-heading-2{
    font-size: 28px;
}
.about-bg-2{
    background-image: linear-gradient(to right, rgb(255 255 255 / 27%), rgb(0 0 0 / 6%) 50%), url(https://img.freepik.com/free-vector/digital-technology-background-with-hexagon-frame-white-tone_53876-117507.jpg?t=st=1749553461~exp=1749557061~hmac=e8b74b0…&w=1380);
    background-repeat: no-repeat;
    background-size: cover;
   /*opacity: 0.5;*/
}

.animated-btn {
  background-color: #f7312d;
  color: #fff;
    transition: all 0.35s;
    box-sizing: border-box;
}
.animated-btn:hover {
  color: #fff;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #716eef 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #716eef 0.2em, transparent 0.3em) 0 0/1em 1em;
}

@keyframes ani500 {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}

.cbh-phone {
  display: block;
  position: fixed;
      right: -50px;
    bottom: 30px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
}
.cbh-phone.cbh-show {
  visibility: visible;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
.cbh-phone.cbh-static1 {
  opacity: 0.6;
}
.cbh-phone.cbh-hover1 {
  opacity: 1;
}
.cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cbh-phone.cbh-active .cbh-ph-circle1 {
  -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-circle {
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}
.cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: rgba(204, 204, 204, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}
.cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cbh-phone.cbh-active .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}
.cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}
.cbh-ph-img-circle1 {
  width: 40px;
  height: 40px;
  top: 75px;
  left: 75px;
  position: absolute;
  background-image: url(https://360imagem.com/google/images/wpp-icon.png);
  background-size: 40px 40px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}
.cbh-phone.cbh-active .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}
.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: rgba(117, 235, 80, 1);
}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(204, 204, 204, 1);
}
.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: rgba(117, 235, 80, 1);
}
@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
.cbh-ph-img-circle1 {
}
.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgb(0, 242, 164);
}
.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgb(0, 242, 164);
}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgb(46, 203, 113);
}

.kmacb__manager-border {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -39.5px;
  margin-left: -39.5px;
  border-radius: 100%;
  border: 2px solid #ffe787;
  -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -o-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  opacity: 0.8;
  transform-origin: center;
}
.kmacb__manager-fill {
  background: #52aff7 center bottom no-repeat;
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -37.5px;
  margin-left: -37.5px;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  transform-origin: center;
}
.kmacb__manager-circle {
  background: #52aff7;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: 100%;
}
.my-float {
    font-size: 35px;
    color: white;
    margin-top: 0px;
    margin-left: 3px;
}


       .process-work-wrapper{
        position:relative ;
       }

       .process-work-wrapper .line-shape {
        position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 880px;
}

  .process-work-wrapper .line-shape img{
    width: 880px;
}
.work-process-items .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    position: relative;
    margin: 0 auto
}
.work-process-items .icon .number {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background-color: #f7312d;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
}
.work-process-items .content.style-2 {
    margin-top: 0;
    margin-bottom: 30px
}
 .work-process-items .content{
    margin-top: 30px;
}
.card-icon {
    font-size: 2.5rem;
    color: #ff5252;
    margin-bottom: 15px;
    text-align: center;


        width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
        box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.06);
    position: relative;
    margin: 0 auto;
}
.content p{
    font-size: 14px;
}
.content h4{
    font-size: 22px;
}

@media (max-width: 768px) {
    .work-process-items {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .work-process-items .icon {
        order: 1;
        margin-bottom: 15px;
    }

    .work-process-items .content,
    .work-process-items .content.style-2 {
        order: 2;
        margin-top: 0;
    }

    .line-shape {
        display: none; /* Hide the connecting line on mobile for clarity */
    }
}


.faq-container {
    width: 100%;
    /* max-width: 900px; */
    margin: auto;
    background: white;
    padding: 10px;
    border-radius: 1px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
/*
h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  overflow: hidden;
}

h2::after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #041d5c;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  animation: underlineEffect 1s ease-out forwards;
}
*/
@keyframes underlineEffect {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.faq-item {
  border-bottom: 2px solid #ddd;
  padding: 11px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 21px;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  background: #f1f1f1;
}

.arrow {
  transition: transform 0.3s ease;
  font-size: 26px;
}

.faq-answer {
  display: none;
  padding: 20px;
  font-size: 20px;
  color: #333;
  text-align: left;
  background: #f9f9f9;
  /*border-radius: 10px;*/
}

.hidden {
  display: none;
}

#viewMore,
#viewLess {
  margin-top: 20px;
  display: block;
  width: 100%;
  background: #041d5c;
  color: white;
  padding: 18px;
  border: none;
  cursor: pointer;
  font-size: 20px;
  border-radius: 10px;
}

#viewMore:hover,
#viewLess:hover {
  background: #062d89;
}
 .slider-image-box .slide-img {
            background: #ffffff;
            border-radius: 15px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            /*width: 250px;*/
            padding: 10px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
            margin: 10px 0px;
           
        }
        .slider-image-box .slide-img {
            /*padding: 20 15px;*/
            outline: none;
            transition: transform 0.3s ease, opacity 0.3s ease;
            text-align: center; /* Center the content */
            display: flex !important;
            flex-direction: column;
            align-items: center !important; /* Center horizontally */
            justify-content: center !important; /* Center vertically */
        }

        .slider-image-box .slide-img::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #ff5252, #ff1744);
}

/* Make the center slide larger and fully opaque */
        .slider-image-box .slide-img.slick-center {
            transform: scale(1.0); /* Scale the center slide to be larger */
            opacity: 1; /* Fully opaque */
        }
        /* Make non-center slides smaller and slightly faded */
        .slider-image-box .slide-img {
            transform: scale(0.8); /* Smaller scale for non-center slides */
            opacity: 0.6; /* Slightly faded */
        }

        /* Arrow styling */
        .slick-prev, .slick-next {
            z-index: 1;
            width: 40px;
            height: 40px;
        }
        .slick-prev:before, .slick-next:before {
            font-size: 30px !important;
            color: #000 !important; 
        }
        /*.slick-track {
            display: flex;
            align-items: center;
        }*/


       .portfolio-content{
         column-count: 3;
  --webkit-column-count: 3;
  --moz-column-count: 3;
  gap: 1rem;
  column-gap: 15px;
  /*padding: 4rem;*/
     }

 .portfolio-content img {
  height: auto;
  width: 100%;
}

.gallery-lightbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 15vw;
  top: 20vh;
  width: 70vw;
  height: 60vh;

}

.gallery-button-close {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  right: -50px;
  top: -50px;
  border: 0;
  background-color: transparent;
  transform: rotate(45deg);
}

.gallery-button-previous {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.gallery-button-next {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.gallery-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  display: flex;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
}

.gallery-navigation-button {
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 0 3px;
}

.gallery-navigation-button.active {
  background-color: rgba(255, 255, 255, 0.95);
}

.gallery-lightbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 15vw;
  top: 20vh;
  width: 70vw;
  height: 60vh;

}

.gallery-button-close {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  right: -50px;
  top: -50px;
  border: 0;
  background-color: transparent;
  transform: rotate(45deg);
}

.gallery-button-previous {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.gallery-button-next {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.gallery-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  display: flex;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%);
}

.gallery-navigation-button {
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 0 3px;
}

.gallery-navigation-button.active {
  background-color: rgba(255, 255, 255, 0.95);
}

.openItem {
  width: 60%;
}
.gallery-item{
    margin-bottom: 10px;
}

/* Responsive-ness for different screen-sizes */
@media screen and (max-width: 810px) {
  .portfolio-content {
    column-count: 3;
    --webkit-column-count: 3;
    --moz-column-count: 3;
  }
}

@media screen and (max-width: 500px) {
  .portfolio-content {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
  }
  #viewMore, #viewLess {
    margin-top: 20px;
    display: block;
    width: 100%;
    background: #041d5c;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 10px;
}
.faq-question
 {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-item
 {
    border-bottom: 2px solid #ddd;
    padding: 5px 0;
}
        .slick-next {
    right: -12px !important;
}
}

@media screen and (max-width: 400px) {
  .portfolio-content {
    column-count: 1;
    --webkit-column-count: 1;
    --moz-column-count: 1;
  }
}


/* Main Slider Styles (unchanged for desktop) */
.main-page-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 600px;
    overflow: hidden;
}

.desktop-slider {
    display: block;
}

.mobile-slider {
    display: none;
}

canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

nav.link-list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    display: inline-block;
    z-index: 15;
}
nav.link-list li {
    float: left;
    list-style: none;
}
nav.link-list a {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    /*transition: background-color 0.8s ease;*/
    display: none;
}
nav.link-list a.is-active {
    background-color: #C8A36C;
}

nav.btns {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 15;
}
nav.btns button {
    position: absolute;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-weight: bold;
    font-size: 10px;
    font-family: serif;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: 0;
    transition: all 0.5s ease;
    display: none;
}
nav.btns button:focus {
    outline: 0;
}
nav.btns button:before {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    top: 0;
    left: 0;
    border: 2px solid #C8A36C;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s ease;
}
nav.btns button span {
    opacity: 0;
    transition: opacity 0.2s ease;
}
nav.btns button:hover {
    background-color: #C8A36C;
    width: 64px;
    height: 64px;
    transform: translateY(-10px);
}
nav.btns button:hover:before {
    opacity: 1;
    width: 104px;
    height: 104px;
    top: -22px;
    left: -22px;
}
nav.btns button:hover span {
    opacity: 1;
}
nav.btns button.show-prev {
    left: 5%;
}
nav.btns button.show-next {
    right: 5%;
}

.loading-txt {
    text-align: center;
    width: 100%;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    color: #fff;
}
.loading-txt.is-hidden {
    display: none;
}

.slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
    width: 70%;
    margin: auto;
}

/* Mobile Slider Styles */
.mobile-slider {
    position: relative;
    height: 60vh;
    max-height: 350px;
    overflow: hidden;
}

.slider-container {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-image-box-2 {
    position: relative;
    width: 100%;
    height: 100%;
}

.top-slide-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.top-slide-img.active {
    opacity: 1;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .desktop-slider {
        display: none;
    }
    .mobile-slider {
        display: block;
    }
    .main-page-slider {
        height: 60vh;
        max-height: 400px;
    }
    .slide-text {
        font-size: 18px;
    }
    .display-2 {
        font-size: 18px;
    }
    .text-2, .banner-list-style li {
        font-size: 14px;
    }
    nav.link-list a {
        width: 10px;
        height: 10px;
        margin: 3px;
    }
    nav.btns button {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 8px;
    }
    nav.btns button:hover {
        width: 48px;
        height: 48px;
    }
    nav.btns button:before {
        width: 36px;
        height: 36px;
    }
    nav.btns button:hover:before {
        width: 80px;
        height: 80px;
        top: -22px;
        left: -22px;
    }
    nav.btns button.show-prev {
        left: 3%;
    }
    nav.btns button.show-next {
        right: 3%;
    }

    .slider .slide img {
    height: 200px;
    /* width: 200px; */
    margin-right: 20px !important;
}
}

@media (max-width: 576px) {
    .main-page-slider {
        height: 60vh;
        max-height: 350px;
    }
    .slide-text {
        font-size: 16px;
    }
    nav.link-list a {
        width: 8px;
        height: 8px;
        margin: 2px;
    }
    nav.btns button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 7px;
    }
    nav.btns button:hover {
        width: 40px;
        height: 40px;
    }
    nav.btns button:before {
        width: 30px;
        height: 30px;
    }
    nav.btns button:hover:before {
        width: 60px;
        height: 60px;
        top: -15px;
        left: -15px;
    }
}



.top-slide-img{
  width: 100%;
}


        /* btn-call */



.btn-call {
    background: #38a3fd;
    border: 2px solid #38a3fd;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
    cursor: pointer;
    height: 45px;
    width: 45px;
    text-align: center;
    position: fixed;
    right: 32px;
    bottom: 214px;
    z-index: 999;
    transition: .3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.btn-call__ico {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
    color: white;
    font-size: 25px;
    padding-top: 5px;
    transition: .3s all;
}

.btn-call:hover {
    background-color: #fff;
}

.btn-call:hover .btn-call__ico {
    color: #38a3fd;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

    .feature-2 {
    background: linear-gradient(to right, rgb(0 48 135 / 80%), rgb(0 48 135 / 80%) 50%), url(img/carousel-1.jpg) left center no-repeat;
    background-size: cover;
}
   
    .feature .counter-box {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
         transform: scale(0.9);
    }
    .feature .counter-box:hover {
       transform: scale(1.0); 
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    .counter-box-img img{
        width: 100px;
            margin-right: 15px;
    }

     .counter-box-text .counter-up{
         margin-bottom: 0px;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 35px;
    font-weight: 600;
     }
      .display-2{
        font-size: 45px;
        color: #FDFBCF;
     }
     .text-2 ,.banner-list-style li {
        font-size: 20px;
        color: #FDFBCF;
     }

     .banner-list-style{
        display: flex;
            justify-content: space-evenly;
     }

    @media only screen and (max-width: 600px) {
   .counter-box-phone-view .col-sm-3{
        width: 50%;
        margin-bottom: 25px;
    }
    .counter-box-img img {
    width: 60px;
    margin-right: 15px;
}
.counter-box-text .counter-up {
    font-size: 15px;
    font-weight: 600;
}
.counter-box-text p {
    font-size: 11px;
}
.feature-2-counter-box-phone-view.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
}
.pb-6 {
    padding-bottom: 1rem;
}
.pt-6
 {
    padding-top: 1rem;
}
.mb-6 {
    margin-bottom: 1rem;
}

.our-services-phone-view .col-md-6{
    width: 50%;
}
.service .service-item img {
    margin-top: -45px;
    padding-left: 0px;
}
.our-services-phone-view h5, .our-services-phone-view .h5 {
    font-size: 17px;
}
.our-services-phone-view p {
    font-size: 14px;
}
.our-services-phone-view .px-5 {
    padding-right:5px !important;
    padding-left: 5px !important;
}
.our-services-phone-view .pb-5 {
    padding-bottom: 1rem !important;
}
 .display-2{
        font-size: 18px;
     }
     .text-2, .banner-list-style li {
        font-size: 14px;
     }


.slide-text {
 
    width: 95%;
    margin: auto;
}
.wpr-anim-text-inner {
            font-size: 1em !important;

        }
        
      .appoinment  .p-5 {
    padding: 1rem !important;
}
}

       .slider-container {
            position: relative;
            height: 400px; /* Adjust height as needed */
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .slider-image-box-2 {
            position: relative;
            width: 100%;
            height: 100%;
        }
        .slide-img {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%) translateY(100%); /* Start below the container */
            opacity: 0;
            width: 150px; /* Adjust size as needed */
            height: auto;
            transition: all 0.8s ease-in-out;
        }
        .slide-img.active {
            transform: translateX(-50%) translateY(0); /* Move to center */
            opacity: 1;
            scale: 1.2; /* Zoom effect */
        }
        .slide-img.exit {
            transform: translateX(-50%) translateY(-100%); /* Exit upwards */
            opacity: 0;
        }
/*        .section-bg-2{
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(img/detective-agency-background.webp) left center no-repeat;
    background-size: cover;
}*/



@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide img {
    height: 200px;
    /*width: 200px;*/
    margin-right: 100px;
}

 .wpr-anim-text-inner {
            font-size: 1.8em;
            position: relative;
            overflow: hidden;
            display: inline-block;
            color: #f7312d;
            text-align: start;
        }
        .wpr-anim-text-hidden {
            display: none;
        }
        .wpr-anim-text-visible {
            display: inline-block;
            white-space: nowrap;
            overflow: hidden;
            width: 0;
            animation: typing 3s steps(40, end) forwards, blink 0.5s step-end infinite;
            border-right: 2px solid #000;
        }
        @keyframes typing {
            from { width: 0; }
            to { width: 100%; }
        }
        @keyframes blink {
            50% { border-color: transparent; }
        }


        details {
  position: relative;
}
details summary {
  display: block;
  cursor: pointer;
  color: red;
}
details summary:focus {
  outline: none;
}
details[open] {
  display: block;
  padding-bottom: 25px;
  /*padding-top: 10px;*/
  animation: open 0.2s linear;
}
details[open] summary {
  position: absolute;
  bottom: 0;
  left: 0;
}

details #open {
  padding-left: 5px;
  text-align: middle;
}
details #open:after {
  display: inline-block;
  position: relative;
  top: -3px;
  padding-left: 8px;
  content: "\00bb";
  transform: rotate(90deg);
}
details[open] #open {
  display: none;
}
details #close {
  display: none;
}
details[open] #close {
  display: block;
}

::-webkit-details-marker {
  display: none;
}

@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


  .btn-submit {
            background-color: #ff4d4d;
            border: none;
            padding: 10px 20px;
            font-weight: bold;
            color: white;
        }
        .btn-submit:hover {
            background-color: #e04343;
        }
        


.main-page-slider{
    background-image: url('img/banner-2.webp');
    background-size: cover;
}
@media screen and (max-width: 768px) {
  .wow {
    visibility: visible !important;
    animation-name: none !important;
    -webkit-animation-name: none !important;
    -moz-animation-name: none !important;
    -o-animation-name: none !important;
  }
}

          .testimonial-item{
    background-color: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(236.3, 236.3, 236.3, 0.75);
    padding: 25px 25px 27px 25px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D2E7FF;
    border-radius: 10px 10px 10px 10px;
    margin: 0px 10px;
    height: 55vh !important;
}

        .btn-coffee {
            position: absolute;
            right: 20px;
            bottom: 20px;
            display: inline-block;
            background-color: green;
            text-transform: uppercase;
            color: white;
            border: 1px solid #000;
            border-radius: 10px;
            padding: 20px;
            font-weight: 600;
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
            text-shadow: 1px 1px #000;
            text-decoration: none;
            transition: all 0.25s ease;
            animation: live 0.6s infinite alternate;
        }

        .btn-coffee:hover {
            background-color: olive;
        }

        @keyframes live {
            0% {
                scale: 0.7;
            }
            100% {
                scale: 0.72;
            }
        }

        .accordions {
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

        .accordions .accordion {
            margin-bottom: 2px;
        }

        .accordions .accordion .accordion__title {
            display: block;
            text-transform: uppercase;
            font-weight: 700;
            background-color: #fbfbfb;
            border-bottom: 1px solid #000;
            border-radius: 4px;
            padding: 8px 10px;
            color: #000;
            transition: all 0.25s ease;
            cursor: pointer;
        }

        .accordions .accordion .accordion__title input {
            appearance: none;
        }

        .accordions .accordion .accordion__title:after {
            transition: all 0.25s ease;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f0da";
            float: right;
            margin-right: 10px;
        }

        .accordions .accordion .accordion__title:has(input:checked) {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            background-color: rgba(0, 0, 0, 0.4);
            color: #fff;
        }

        .accordions .accordion .accordion__title:has(input:checked):after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f0d7";
            float: right;
            margin-right: 10px;
        }

        .accordions .accordion .accordion__text {
            overflow: hidden;
            max-height: 0;
            background-color: #fdfdfd;
            transition: max-height 0.5s ease-in-out;
        }

        .accordions .accordion .accordion__text.open {
            max-height: none;
        }

        .accordion__text p {
            padding: 10px;
            margin: 0;
        }

        .accordions .accordion .accordion__text .accordion__info {
            font-weight: 300;
            line-height: 1.8rem;
            text-align: justify;
            padding: 10px 10px;
            color: #4a4a4a;
            background-color: rgba(0, 0, 0, 0.6);
        }