/* html, body {
  width: 100%;
  overflow-x: hidden;
}
 */



/* header */

  .dropdown-toggle::after {
    margin-left: 0.3em;
    transition: transform 0.3s ease;
  }

  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }

  .navbar>.container-fluid{
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}


.navbar{
height: 80px;
}

.nav-link{
color: black;
font-size: 20px;
font-weight: 500;

}



.nav-item{
padding: 20px 5px;
color: #000;
}

  .dropdown-menu{
    padding: 20px;

  }

  .redirect-link{
    text-decoration-line: none;
  }
   
  .button{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #056fb4;
    color: #fff;
    padding: 12px 24px;
    border: #000;
    border-radius: 5px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 8px 16px rgb(6 111 180 / 30%);
  }

   


/* section 1 */

    .h1-head1{
      padding-top: 150px;
      font-weight: 700;
      font-size: 48px;
      
  }
  
  .h1-head2{
      font-weight: 700;
      font-size: 48px;
      
  }
  
  
  .p-head{
      color: rgb(0, 0, 0);
  }

  span{
    color: #056fb4;
    }



/* marquee section */


  .marquee-wrapper {
      overflow: hidden;
      /* background: #066fb4; */
    background-color: hsl(203.79deg 93.55% 36.47% / 10%);
      white-space: nowrap;
      box-sizing: border-box;
      margin-top: 20px;
      margin-bottom: 10px;
    }

    .marquee-content {
      display: inline-block;
      white-space: nowrap;
      animation: marquee 35s linear infinite;
    }

    .marquee-content img {
     
      margin-right: 20px;
      margin-top: 20px;
      margin-bottom: 10px;
    }

    @keyframes marquee {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }




/* section 2    */

 .card-body{
    padding: 15px;
    
}

.card{
    /* background-color: #eee; */
    background-color: hsl(203.79deg 93.55% 36.47% / 10%);
    border-radius: 30px;
    height: calc(80% - 20px);
    padding: 2rem;
    margin: 0 auto;
    margin-bottom: 40px;
}


.card-title1{
    font-size: 45px;
    padding: 5px;
    font-weight: 600;
    text-align: center;
    background: #000000;
    /* background: -webkit-linear-gradient(90.92deg, #056FB4 7.88%, #7acaff 93.01%); */
    -webkit-text-fill-color: #fff0;
    -webkit-background-clip: text;

}




.h2-tittle1{

  font-weight: 700;
  font-size: 48px;
  text-align: center;
}

.p-h2{
  text-align: center;
  color: #000;
}

.stats-sec{
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #eee;
}


.values-item{
  text-align: center;
  color: #000;
  border: none;
}


.stats-heading1 {
  font-size: 45px;
  color: #066fb4;
  margin-bottom: 1rem;
  line-height: 3.3rem;
  font-weight: 700;

}

.experience-p{
  font-size: 24px;
  color:  #000;
}




/* section 3 */

.h2-tittle2{
  padding-top: 40px;
  font-weight: 700;
  font-size: 38px;
  text-align: center;
}

.engage{
  font-size: 18px;
  
}

.stats-heading2 {
  font-size: 2.3rem !important;
  color: #066fb4;
  margin-bottom: 1rem;
  line-height: 3.3rem;
  font-weight: 600;

}

  /* buy  now button */
.button-container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px; /* Adjust as needed */
    }

 .buy-button1 {
         display: flex;
    align-items: center;
    justify-content: center;
    background-color: #056fb4;
    color: #fff;
    padding: 12px 24px;
    border: #000;
    border-radius: 5px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 8px 16px rgb(6 111 180 / 30%);
    }

    .buy-button1:hover {
      background-color: #006bb3;
    }




/* section 4 */

.stats-sec1{
  width: 100px;
  height: 100px;
  border-radius: 80px;
  padding-top: 1.3rem;
  background-color: #eee;
} 


.phase{
    font-size: 23px;
    font-weight: 500;
    text-align: center;
 }

.cardye{
  background-color: #eee;
  /* position: relative;
  z-index: -1; */

}


.card-column{
  padding-top: 40px;
}


.hover-card {
  transition: background 0.5s ease, color 0.3s ease;
  background: #f8f9fa;
  height: calc(100% - 20px);
  padding: 1rem;
  border-radius: 50px;
  

}

.hover-card2 {
  transition: background 0.5s ease, color 0.3s ease;
  background: linear-gradient(135deg, #056fb4, #00bcd4);
  color: white;
  height: calc(100% - 20px);
  padding: 1rem;
  border-radius: 50px;
  

}





.card-header:first-child{
  width: 100px;
  height: 100px;
  border-radius: 80px;
}



.shadow{
  box-shadow: 0.5rem 1rem rgba(0, 0, 0, .15) !important;
  border-radius: 20px !important;
}


.hover-card:hover {
  background: linear-gradient(135deg, #056fb4, #00bcd4);
  color: white;

}

.hover-card2:hover{
  background: linear-gradient(135deg, #056fb4, #00bcd4);
  color: white;
}

.card-text1{
  padding-top: 30px;
  
}

.card-text2{
  padding-top: 30px;

}

.card-text3{
  padding-top: 60px;

}

.hover-card:hover .card-title,
.hover-card:hover .card-text {
  color: white;
  
}




/* section 5 */

.faq-small{
  background-color: #0b2139;
  height:max-content;
}

.h2-tittle3{
  padding-top: 40px;
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  color: #fff;

}

.p-h3{
  text-align: center;
  color: #fff;
}


.h2-tittle4{
    padding-top: 40px;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #000;
  
  }

.h4-tittle3{
 padding-top: 40px;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #fff;
  
  }

  .para{
  color: #fff;
  text-align: left;
}


.div-acc {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  height: 300px;

}

.div-acc:hover {
   transform: scale(1.03);
}






  .text-center {
    text-align: center !important;
}
.block-title {
    margin-bottom: 2rem;
}
.solution-single {
    cursor: pointer;
    color: black;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    border-radius: 11px;
    padding: 0px 23px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
}
.toggle-header {
    display: flex;
    align-items: center;
}

.toggle-content {
    display: none;
    margin-top: 5px;
    color: rgb(255, 255, 255);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.services-banner {
  background-color: rgb(11, 33, 57);
  color: rgb(255, 255, 255);
}
.services-banner h2 {
  color: rgb(255, 255, 255);
  font-weight: 800;
}
.services-banner h2 span {
  color: rgb(0, 219, 255);
  font-weight: 800;
}
.services-banner .row {
  align-items: center;
}
.solution-single {
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
  border-radius: 11px;
  padding: 0px 23px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-image: initial;
}
.toggle-header {
  display: flex;
  align-items: center;
}
.solution-single .icon {
  content: "+";
  font-size: 30px;
}

.icon {
  font-weight: 700;
  margin-right: 10px;
  color: #fff;
  /* transition: transform 0.3s ease-in-out; */
  transition: var(--bs-accordion-btn-icon-transition);
  
}

.block-title {
  margin-bottom: 2rem;
}
.dynamic-image {
  height: auto;
  margin-top: 20px;
  border-radius: 10px;
  transition: opacity 0.3s ease-in-out;
}

.toggle-header h3 {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
  font-size: 24px;
  padding: 14px;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out;
}


.toggle-header h3 {
  display: inline-block;
  padding: 14px;
  cursor: pointer;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out;
  margin-bottom: 0;
  font-size: 24px;
}
.toggle-content {
  display: none;
  margin-top: 5px;
  color: #fff;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.open .toggle-content {
  opacity: 1;
  transform: translateY(0);
  display: block;
}
.icon {
  font-weight: 700;
  margin-right: 10px;
  transition: transform 0.3s ease-in-out;
}
.toggle-header {
  display: flex;
  align-items: center;
  padding: 4px;
}
.solution-single {
  cursor: pointer;
  color: #fff;
  border-radius: 11px;
  padding: 0 23px;
  border: 1px solid #ddd;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
.solution-content {
  padding: 1rem;
  width: 100%;
}
.solution-single .icon {
  content: "+";
  font-size: 30px;
}
.solution-content {
  padding: 1rem;
  width: 100%;
}

/* section 6 form */
/* contact us form section */

.form-section {
      background: #f8f9fa;
      padding: 40px;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .form-control {
      border-radius: 8px;
    }

    .btn-send {
      background-color: #007bff;
      color: #fff;
      font-weight: bold;
      border-radius: 8px;
      padding: 10px 20px;
      transition: background-color 0.3s ease;
    }

    .btn-send:hover {
      background-color: #0056b3;
    }

 #message {
      height: 150px;
      resize: none;
    }
    .section-title {
      font-weight: bold;
      font-size: 28px;
      margin-bottom: 20px;
    }




/* section 7 */
  .h6{
  font-size: 24px;
}

.accordion-flush .accordion-item .accordion-button {
  z-index: 1;
  position: static;
}


.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  z-index: 1;
  position: static;
}



/* whatsapp call all page */
.whatsapp-icon{
  color: white;
  position: fixed;
  width: 50px;
  height: 50px;
  background: #25d366;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: blush;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 9999;
  bottom: 40px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;

}

@keyframes blush {
0% {
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
}
80% {
  box-shadow: 0 0 0 14px rgba(62, 141, 91, 0);
}
  100% {
  box-shadow: 0 0 0 7px rgba(30, 109, 59, 0);
}

}

.fa-whatsapp{
  font-size: 34px;
}

.whatsapp-icon:hover{
  color: white;
}




/* section 8 */
/* footer */
   
footer {
  background-color: #f1f2f6;
  padding: 40px 0;
}

h5{
  text-align: left;
}

a{
  text-decoration: none;
  color: #000;
  font-size: 17px;
  text-align: left;
}
.footer-icon i {
  font-size: 20px;
  margin-right: 15px;
  color: black;
  background-color: white;
  border-radius: 50%;
  padding: 8px;
}
.footer-icon i:hover {
  color: #007bff;
}
.footer-section h5 {
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-section ul {
  list-style-type: none;
  padding: 0;
}
.footer-section ul li {
  margin-bottom: 10px;
}

.faq-header{
  border-bottom: 2px solid #eee;
  width: 100%;
  text-align: center;
  }

  .footer-bottom {
    
    margin-top: 40px;
    padding-top: 20px;
    font-size: 14px;
  }
  
.foot-span{
color: #000;
  }


  /* page second ugc agency */
  
 /* section 5 */


  .feature-box {
    border: none;
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.05);
    height: 100%;
  }

  .feature-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
  }

  .stats-sec2{
  width: 60px;
  height: 60px;
  border-radius: 80px;
  padding-top: 1.3rem;
  background-color: #056fb4;
} 


   
/* 3rd page (About Us) */
 

.h2-about{
  font-weight: 700;
  font-size: 38px;
  padding-top: 20px;
}

.content {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.vision-mission {
  background-color: #e9f2ff;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.founder-card {
  background-color: #fff0f5;
  padding: 25px;
  border-left: 5px solid #dc3545;
  border-radius: 10px;
}

/* blog pages*/

.h3-point{
  font-weight: 700;
  /* font-size: 38px; */
  padding-top: 20px;
}

.h3-influencer{
font-weight: 600;
font-size: 30px;
padding-top: 20pxs;
}

.ul-listing{
list-style: none;
}
.listing{
  font-size: 20px;
}