h1{
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    font-size: 2rem;
     
}
h2{
    font-family: 'manrop', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
}
h3{
    font-family: 'manrop', sans-serif;
    font-weight: 500;
    font-size: 20px;
}
h4{
    font-family: 'manrop', sans-serif;
    font-weight: 500;
    font-size: 18px;
}
h5{
    font-family: 'manrop', sans-serif;
    font-weight: 500;
    font-size: 15px;
}
h6{
    font-family: 'manrop', sans-serif;
    font-weight: 500;
    font-size: 13px;
}
.c-g2{
    color: #778CA1;
}
.c-7a{
    color: #7A7A7A;
}
.c-11{
    color: #111111;
}
.c-33{
    color: #333333;
}
span{
    font-family: 'manrop', sans-serif;}

button{
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
        cursor: pointer;
        border: none;
        padding: 10px 20px; 
        border-radius: 30px;
}
p{
    font-family: 'manrop', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
a{
    font-family: 'manrop', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;}

.f-16{
    font-size: 16px;
}

.hero{
    background-image: url('../img/Hero\ bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
    
}

.logo{
    width: 27px;
}
.top-btn{
    background-color: #2563EB;
    color: white;
}


/* ...existing code... */
.rounded-gr-border {
    border: 1px solid  #747373;
    border-radius: 50px;
    height: 50px ;
    animation: border-anim 3s  infinite ease-in-out alternate both ;
}
@keyframes border-anim {
    50% {
        border-color: #c8c6c6;
    }

}

.border-df{
    border: 1px solid #dfdfdf;
}
.hero-btn {
     text-underline-offset: 7px; /* Adjust as needed */
}

.card img{
    width: 48px;
}

.c-gr-1 {
  background-image: linear-gradient(120deg, #FFE8B6 0%, #FFFFFF 100%);
}
.c-gr-2{
    background-image: linear-gradient(120deg, #F6E2FF 0%, #FFFFFF 100%);
}
.c-gr-3{
    background-image: linear-gradient(120deg, #E2ECFF 0%, #FFFFFF 100%);
}
.c-gr-4{
    background-image: linear-gradient(120deg, #E2FFD0 0%, #FFFFFF 100%);
}
.c-gr-5{
    background-image: linear-gradient(120deg, #CDF4FF 0%, #FFFFFF 100%);
}
.c-gr-6{
    background-image: linear-gradient(120deg, #C6FFE9 0%, #FFFFFF 100%);
}

.c-gr-1, .c-gr-2, .c-gr-3, .c-gr-4, .c-gr-5, .c-gr-6 {
    background-size: 200% 100%;
    background-position: 0% 50%;
    animation: cgr1 1s ease-in-out infinite alternate both;
}
@keyframes cgr1 {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.card-text{
  font-size: 16px;
  font-weight: 400;
  
}


/* Tablet (≥576px) */
@media (min-width: 576px) {
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 22px; }
  h4 { font-size: 19px; }
  h5 { font-size: 15px; }
  h6 { font-size: 13px; }
  p  { font-size: 18px; }
}

/* Desktop (≥992px) */
@media (min-width: 992px) {
  h1 { font-size: 3rem; }
  h2 { font-size: 2.5rem; }
  h3 { font-size: 24px; }
  h4 { font-size: 20px; }
  h5 { font-size: 16px; }
  h6 { font-size: 14px; }
  p  { font-size: 20px; }
}

/* h1, h2 {
    word-spacing: 0.15em; 
    letter-spacing: 0.03em; 
} */

p, a, span {
    word-spacing: 0.05em;
    letter-spacing: 0.01em;
}

.abs-1{
    position: absolute;
    top: 55% ;
    left: -0%;
    animation: asb-1 5s infinite ease-in-out alternate both ;
}
.abs-1 h6{
  border-radius: 10px;
  background-color: #7C3AED;
}

.abs-1 img {
  top: -10%;
  margin-right: -130px;
  width:  16px;
  animation: arrow-move 5s infinite ease-in-out alternate   both  ;
}  


/* independent animation for the arrow */
@keyframes arrow-move {
    0% {
        transform: translateX(-110px) ;
    }
    30% {
        transform: translateX(0px) ;
    }
    70% {
        transform: translateX(0px) ;
    }
    100% {
        transform: translateX(-110px) ;
    }
}


@keyframes asb-1 {
     0% {
        clip: rect(0px, 30px, 70px, 0px);
    }
    30% {
        clip: rect(0px, 170px, 120px, 0px);
    }
    70% {
        
        clip: rect(0px, 170px, 120px, 0px);
    }
    100% {
        
        clip: rect(0px, 30px, 70px, 0px);
    } 
}

.abs-2{
    position: absolute;
    bottom: -10% ;
    right: -1%;
      border-radius: 10px;
      background-color: #2563EB;
              clip: rect(0px, 190px, 120px, 0px  );
 
      animation: asb-1 6s infinite ease-in-out alternate-reverse  both ;
}
.abs-1 h6, .abs-2 h6{
          padding: 5px 15px 5px 15px;
          margin: 0; 
}


.flex-animate {
  flex-grow: 0.2;
  flex-shrink: 1;
  min-width: 10px;
  max-width: 120px;
  transition: all 2s ease;
  background-color: #f8f9fa;
  padding: 20px 0;
  border: 1px solid #dee2e6;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #000;
}

.flex-number {
  font-size: 80px;
  text-align: left;
  padding: 10px ;
  margin: 0;
}
.active .flex-number {
    text-align: left;
    padding: 10px 30px;
    margin: 0;
}

.flex-heading {
  display: none;
  font-size: 32px;
  margin: 1rem 0;
}
.active .flex-heading {
    margin: -4.5rem 0rem 3rem  5rem  ;
    text-align: left ;
}
.flex-content {
    text-align: left;
    padding: 0 7rem 0 7rem ;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.flex-animate.active {
  flex-grow: 3;
  max-width: 100%;
  background-color: #111;
  color: #fff;
  border-radius: 50px;
}

.flex-animate.active .flex-heading,
.flex-animate.active .flex-content {
  display: block;
  opacity: 1;
}



/* animate able tabs     */
 .xy-tab-btn {
    color: #7A7A7A;
    font-family: "manrop", sans-serif;
    font-size: 16px;
    transition: all 1s ease;
    padding: 1rem;
    cursor: pointer;
  }

  .xy-tab-btn.active {
    color: #111111;
    font-family: "manrop", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .xy-carousel-img {
    width: 100%;
    object-fit: cover;
  }



/* testimonials  */
 /* CSS (namespaced to ts- to avoid any conflict) */
/* CSS (fully namespaced; does not touch Bootstrap classes) */

.bg-gr-grey{
      /* box-shadow:  0px 0px 6px 0px rgba(222, 222, 222, 0.719) inset; */
    /* background-color: #F1F5F9; */
    width: 70%;
    margin: auto;
    
}

.custom-testimonial-carousel {
          box-shadow: 0px -4px -4px 0px rgba(163, 163, 163, 0.064) ;
          border-radius: 10px;
    background-color: #fff;
  max-width: 100%; 
  margin: auto;
}

.custom-carousel-inner {
  border-radius: 10px;
  overflow: hidden;
}

.custom-carousel-item {
  transition: transform 0.6s ease-in-out;
}

.custom-testimonial-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}

.custom-testimonial-text {
  font-size: 1.1rem;
  color: #7A7A7A;
}

.custom-testimonial-author {
  margin-top: 10px;
  font-weight: bold;
  color: #007bff;
}
.Testimonials-stars{
  color: #FF942F;
}  


.let-talk{
    background-image: url('../img/Frame\ 40.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.border-bb{
    border-color: #bbbbbb !important;
}
.bg-11{
    background-color: #111111 !important;
}