
/* Regular */
@font-face {
    font-family: 'CoText';
    src: url('../fonts/co-text/Co-Text.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* Light */
@font-face {
    font-family: 'CoText';
    src: url('.../fonts/co-text/Co-Text-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'CoText';
    src: url('../fonts/co-text/Co-Text-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}



a:focus-visible,img:focus-visible {border: none !important;outline: none !important;}
.logo {
    max-height: 60px;
}
.nav-link{
    position: relative;
    color: #000  !important;
    text-decoration: none;
    padding-bottom: 10px;
}
.cus-py-1 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.jost{
    font-family: 'jost' !important;
}

.rubik{
    font-family: 'rubik' !important;
}
.poppins{
    font-family: 'poppins' !important;
}
.josfin-sans{
        font-family: josefin sans !important;
}
.nav-link:hover{
    color: #000  !important;
}
/* underline */
.nav-link::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #000;
    transition: width 0.3s ease;
}

/* hover effect */
.nav-link:hover::after{
    width: 100%;
}

/* active link */
.nav-link.active::after{
    width: 100%;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background: transparent !important;
}
/* dropdown items underline */
.dropdown-item{
    position: relative;
    color: #000;
}

.dropdown-item::after{
    content: "";
    position: absolute;
    left: 16px;
    bottom: 6px;
    width: 0;
    height: 2px;
    background: #000;
    transition: width 0.3s ease;
}

/* hover + active */
.dropdown-item:hover::after,
.dropdown-item.active::after{
    width: calc(100% - 32px);
}

/* remove default bg */
.dropdown-item:hover,
.dropdown-item.active{
    background: transparent !important;
    color: #000;
}

.home-first-sec h1 {
    font-size: 40px;
}
.allbtn-hover:hover {
   background-color: #000  !important;
   color: #fff !important;
}

.about-img{
    width: 100%;
}

.home-third-sec h2 {
font-size: 25px;
}

 .lottie-container {
      display: flex;
      flex-direction: column;  /* stack animation and heading vertically */
      align-items: center;     /* center them horizontally */
      margin-bottom: 30px;     /* spacing between rows */
    }

    .lottie-container h3 {
      margin-top: 10px; /* space between animation and heading */
      font-weight: normal;
    }

.light-bg{

    background-color: #F1F1F1;
}

 .slide-top-bounce {
        animation: slideTopThreeBounce 1.5s cubic-bezier(.25,.8,.25,1) forwards !important;
    }


    /* Swiper slide centered */
    .swiper-slide {
      display: flex !important;
      justify-content: center;
      align-items: center;
    }
.checked {
  color: orange;
}
    /* Card styling */
    .testimonial-card {
      width: 90%;
      max-width: 100%;
      padding: 30px;
      border-radius: 15px;
      background: #e9e9e9;
      box-shadow: 0 6px 15px rgba(0,0,0,0.1);
      text-align: center;
    }
.swiper-button-next, .swiper-button-prev {
    color: black !important;
}
    .testimonial-card img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      margin-bottom: 15px;
      object-fit: cover;
    }

    /* Swiper arrows */
    .swiper-button-next,
    .swiper-button-prev {
      color: #000;
    }


      .form-control
     {
      border: none !important;
      border-bottom: 1px solid #000 !important;
      border-radius: 0 !important;
      box-shadow: none !important;
    }
    textarea.form-control{
        border: 1px solid #000 !important;
    }
    .form-control:focus,
    textarea.form-control:focus {
      box-shadow: none  !important;
      border-color: #000  !important;
      border:1px solid black !important;
    }
.submit-hover {
    background: white !important;
    color: black !important;
}
.anton {
    font-family:anton !important;
    
}

    .newsletter .btn {
      height: 48px  !important;
      border-radius: 0  !important;
      background: #bfbfbf  !important;
      border: none  !important;
      color: #fff  !important;
    }
    .newsletter .btn:hover {
      background: #a5a5a5 !important;
      color: white !important;
    }

.newsletter input {
    border: 1px solid black !important;
}
.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

/* ----- Interactive Card CSS ----- */
.bdt-interactive-card {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 0 10px rgba(151,163,184,.5);
}

.bdt-interactive-card:hover {
    transform: translateY(-5px);
}

.bdt-interactive-card-image img {
    width: 100%;
    vertical-align: middle;
    transition: transform .8s cubic-bezier(.25,0,.2,1);
}

.bdt-interactive-card-content {
    padding: 20px;
    position: relative;
    z-index: 1;
}

.bdt-interactive-card-title {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    padding-bottom: 6%;
    margin: 0;
    height: 130px;
}

.bdt-interactive-card-text {
    font-size: 15px;
    color: #000;
   display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* ----- Button Hover ----- */
.interactive-btn-hover {
    display: inline-block;
    padding-top: 11%;
}

.interactive-btn-hover-link {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border-radius: 0px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.interactive-btn-hover-link::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 40px;
    background: #000;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    z-index: 0;
}

.interactive-btn-hover-link i.interactive-icon-width-btn {
    margin-right: 10px;
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease;
    z-index: 1;
    display: inline-block;
    font-size: 16px;
}

.interactive-btn-hover-link .interactive-btn-text {
    padding-right: 13px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.interactive-btn-hover-link:hover {
    color: #fff;
}

.interactive-btn-hover-link:hover::before {
    width: 100% !important;
}

.disc {
    list-style: disc;
 margin-left: 20px;
} 

.services-sec h2 {
    font-size: 25px;
}

.services-sec p {

        font-size: 16px;
}
.white-shadow {
    box-shadow: 0px 1px 16px #00000014;
}

        .white-btn {
                text-decoration:none;
                display: inline-block;
                position: relative;
                border: 0;
                padding: 1% 1.5em;
                border-radius: 8px;
                font-size: 16px;
                font-weight: bold;
                transform-style: preserve-3d;
                transition: transform 0.3s cubic-bezier(0,0,0.58,1);
                cursor: pointer;
            }

            .white-btn:before {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                border-radius: inherit;
                transform: translate3d(0, 0.5em, -1em);
                transition: transform 0.3s cubic-bezier(0,0,0.58,1);
            }

            .white-btn:after {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.25);
                filter: blur(4px);
                border-radius: inherit;
                top: 0;
                left: 0;
                transform: translate3d(0, .7em, -1em);
                transition: transform 0.3s cubic-bezier(0,0,0.58,1);
            }

            .white-btn:hover {
                transform: translateY(-0.25em);
                color: rgb(7, 33, 49);
            }

            .white-btn:hover:before {
                transform: translate3d(0, 0.75em, -1em);
            }

            .white-btn:hover:after {
                transform: translate3d(0, 1.05em, -1em);
            }

            .white-btn:active {
                transform: translate(0, 0.5em);
            }

            .white-btn:active:before, .white-btn:active:after {
                transform: translate3d(0,0,-1em);
            }

            .black-bg::selection {
                color: #000 !important;
                background: white !important;
            }

            .black-bg {
                background: #000;
                color: white;
            }

            .black-bg:before {
                background: #000000ba;
            }

            .black-bg:hover {
                color: white !important;
            }
            
             .white-bg::selection {
                color: #ffffff  !important;
                background: #000000 !important;
            }

            .white-bg {
                background: #ffffff;
                color: #000000;
            }

            .white-bg:before {
                background: #ffffff;
            }

            .white-bg:hover {
                color: #000000 !important;
            }
            
            .back-gradient-four {
    background: radial-gradient(circle,rgba(0, 0, 0, 1) 0%, rgba(102, 102, 102, 1) 100%);
}

#mobileMenu ul.dropdown-menu.show {
    width: 100%;
}
.cus-px-5 {
    padding-right: 3rem;
    padding-left: 3rem;
}
table {
    width: 100% !important;
}

tbody, td, tfoot, th, thead, tr {
    border-width: 1px!important;
    padding:10px!important;
}

.home-fourth-section h1 {
    font-size: 47px;
}
  .counter-card {
      background: #000;
      color: #fff;
      transition: 0.3s ease;
      min-height: 190px;
    }

    .counter-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 15px 30px rgba(0,0,0,0.3);
    }

    .counter-card i {
      font-size: 26px;
      margin-bottom: 12px;
    }

    .counter-number {
      font-size: 22px;
      font-weight: 600;
    }

    .counter-text {
      font-size: 14px;
      opacity: 0.8;
    }
    


.marquee .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding: 0 30px; 
}

.marquee .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.marquee img {
  max-height: 80px;
  width: 80%;
  object-fit: contain;
  transition: 0.3s ease;
}

   img.footer-logo {
 width:90%;
} 

.hw-40 {
    height: 40px;
    width: 40px;
}
   .placeholder-text-white::placeholder {
    color: white !important;
} 
    hr {
    opacity: 1;
}

.extra-letter-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid !important;
        border-radius: 0 !important;
}
.accordion-button:not(.collapsed) {
    color: #000000 !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.linkdin{
    width:50px; height:50px;
}

body{
  cursor:none;
}

/* Big Circle - Border Only */
.cursor-big{
  position:fixed;
  width:35px;
  height:35px;
  border-radius:50%;
  top:0;
  left:0;
  transform:translate(-50%, -50%);
  pointer-events:none;
  z-index:99999;
  border:2px solid black;
  background:transparent;
  box-sizing:border-box;
  transition:border-color .3s ease;
}

/* Small Dot */
.cursor-small{
  position:fixed;
  width:10px;
  height:10px;
  border-radius:50%;
  top:0;
  left:0;
  pointer-events:none;
  z-index:100000;
  background:black;
  transition:background-color .3s ease;
}
.h-c {
    height:200px;
}



.hc-2 {height:40px;
      display:block;}

.accordion-button:not(.collapsed) {
    background: #000000 !important;
    color: white !important;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1) !important;
}

.logo-row {
  display: flex;
  flex-wrap: wrap;
}

.logo-box {
  width: 12.5%;  /* Desktop → 8 per row */
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-box img {
  max-width: 100%;
  height: auto;
}

::selection {
    background: black;
    color:white;
}

.counter-card ::selection,.bg-black ::selection, .accordion-button:not(.collapsed)::selection {
    background: white;
    color: black;
}
.clutch-widget {
    float: right;
    width: 43%;
}
.bold{
    font-weight: bold !Important;
}
.Result-section h2,.services-section h2,.tools-section h2,.steps-section h2,.testimonial-section h2,.faq-section h2 {
    font-size: 40px;
}
.blink-me {
  animation: blinker 1s linear infinite;
}

.cotext {
    font-family: 'CoText' !important;
}

.t-pxf {
    font-size: 12px;
}

.f-pxf {
    font-size: 14px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

 @keyframes slideDown {
      0% {
        transform: translateY(-100px);
        opacity: 0;
      }
      100% {
        transform: translateY(0);
        opacity: 1;
      }
    }

    /* Slide from bottom */
    @keyframes slideUp {
      0% {
        transform: translateY(100px);
        opacity: 0;
      }
      100% {
        transform: translateY(0);
        opacity: 1;
      }
    }

    /* Slide from left */
    @keyframes slideRight {
      0% {
        transform: translateX(-100px);
        opacity: 0;
      }
      100% {
        transform: translateX(0);
        opacity: 1;
      }
    }

    /* Slide from right */
    @keyframes slideLeft {
      0% {
        transform: translateX(100px);
        opacity: 0;
      }
      100% {
        transform: translateX(0);
        opacity: 1;
      }
    }



    @keyframes slideTopThreeBounce {
      0% {
        transform: translateY(-200px);
        opacity: 0;
      }
      40% {
        transform: translateY(25px); /* first overshoot */
        opacity: 1;
      }
      60% {
        transform: translateY(-15px); /* first bounce back */
      }
      75% {
        transform: translateY(10px); /* second bounce */
      }
      85% {
        transform: translateY(-5px); /* third bounce */
      }
      100% {
        transform: translateY(0); /* final position */
        opacity: 1;
      }
    }

     .from-top {
      animation: slideDown 2s ease-out forwards;
    }
    .from-bottom {
      animation: slideUp 2s ease-out forwards;
    }
    .from-left {
      animation: slideRight 2s ease-out forwards;
    }
    .from-right {
      animation: slideLeft 2s ease-out forwards;
    }