@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Karla:ital,wght@0,200..800;1,200..800&display=swap');

:root {
  --color-dark: #0297a1;
  --color-hover: #0297a1;
  --color-white: #ffffff;
  --color-black: #000;
 
  --btn-gradient:linear-gradient(152deg,rgba(2, 151, 161, 1) 0%, rgba(49, 71, 85, 1) 100%);
  --card-gradient: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Bricolage Grotesque", sans-serif !important;
}

h1 {
  font-size: 63px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -2px;
}

h2 {
  font-size: 32px;
  font-weight: 500;

}

p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Karla", sans-serif !important;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}


.banner-section-add {
  background-image: linear-gradient(rgb(0 0 0 / 46%), rgb(0 0 0 / 45%)),
    /* Overlay gradient */
    url(../images/banner-image.jpeg);
  background-size: cover;
  /* background-position: center; */
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.banner-section-add h1,
.banner-section-add p {
  color: var(--color-white);
}

.banner-left-button {

  margin-top: 50px;

}


.nav-button-top button {
  cursor: pointer;
  font-weight: 700;
  transition: all 0.2s;
  padding: 10px 20px;
  border-radius: 100px;
  /* background: #cfef00; */
  background-image: var(--btn-gradient);
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--color-white);
}

.nav-button-top button:hover {
  background: var(--color-hover);
}

.nav-button-top button>svg {
  width: 34px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

.nav-button-top button:hover svg {
  transform: translateX(5px);
}

.nav-button-top button:active {
  transform: scale(0.95);
}

.banner-left-button {
  display: flex;
  justify-content: start;
  gap: 50px;
}



.banner-left-button .custom-button {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 24px;
  overflow: hidden;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  background-image: var(--btn-gradient);
  /* indigo-500 */
  border-radius: 40px;
  border: none;
  /* rounded-md */
}



.banner-left-button .custom-button .hover-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-hover);
  /* indigo-600 */
  border-radius: 0.375rem;
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out 0.2s;
  z-index: 0;
}

.banner-left-button .custom-button .button-text {
  position: relative;
  width: 100%;
  text-align: left;
  color: var(--color-white);
  transition: color 0.2s ease-in-out;
  z-index: 1;
}


.banner-left-button .custom-button:hover .hover-bg {
  transform: translateX(0);
}

.banner-right-form .form-container {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
  border-radius: 12px;
  /* width: 350px; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.banner-right-form form input,
.banner-right-form form textarea,
.banner-right-form form select {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border-radius: 6px;
  border: none;
  font-size: 16px;
}

.banner-right-form form textarea {
  resize: none;
}

.banner-right-form .service-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.banner-right-form .price-box {
  flex: 1;
  background-color: var(--color-white);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #222;
  height: 46px;
}

.banner-right-form form select {
  flex: 2;
}

.banner-right-form button {
  width: 100%;
  padding: 14px;
  background: #f4cd4e;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}


.banner-heading-secound {
  width: fit-content;
}

.banner-heading-secound h2 {
  color: var(--color-white);
  font-size: 60px;
  font-weight: 700;
}

.banner-heading-secound h4 {
  color: var(--color-white);
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;

}

.logo-left-top {
  width: 200px;
}

#counter-section {
  background: var(--color-dark);
  color: var(--color-white);
  padding: 30px 0;
  text-align: center;
}

.counter-box {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 20px 30px;
  margin: 15px 0;
  border-radius: 12px;
  transition: transform 0.3s;
  border: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.counter-box:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.1);
}

.counter-box .icon i {
  font-size: 40px;
  margin-bottom: 15px;
  /* color: var(--btn-gradient); */
}

.counter-info .number {
  font-size: 36px;
  font-weight: bold;
}

.counter-info p {
  margin-top: 8px;
  font-size: 16px;
  color: var(--color-white);
}


.image-section-first {

  padding: 60px 0px;
}

.image-section-first h4 {
  color: var(--color-dark);
}


.image-section-first h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
}

.image-section-secound img {
  border-radius: 20px;
  padding: 10px;
}


.image-section-secound {

  border-radius: 20px !important;
  transform:
    perspective(800px) rotateY(-5deg);
  transition: transform 1s ease 0s;
  border-radius: 4px;
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
box-shadow:
  rgba(103, 58, 183, 0.2) 0px 20px 20px,
  rgba(63, 81, 181, 0.1) 0px -6px 10px,
  rgba(63, 81, 181, 0.1) 0px 2px 3px,
  rgba(103, 58, 183, 0.15) 0px 6px 6px,
  rgba(63, 81, 181, 0.08) 0px -2px 3px;

}

.image-section-secound:hover {
  transform: perspective(800px) rotateY(8deg);
}

.service-section-add {
  background-color: var(--color-dark);
  padding: 50px 0px;
  color: var(--color-white);
}

.service-section-add p {
  font-size: 24px;
  line-height: 30px;
}

.e-fab-servicestack {
  fill: var(--color-white);
}

.svg-text-heading {
  text-align: center;
  display: inline-flex;
  gap: 10px;
}


.service-card p {
  font-size: 14px;
  line-height: 18px;
  color: var(--color-black);
  text-align: center;
}

/* .services {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  padding: 40px;
  flex-wrap: wrap;
} */

.service-card {
  /* width: 300px; */
  min-height: 200px;
  background: #c8d3e4;
  background: var(--color-dark);
  border-radius: 12px;
  padding: 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: all 0.4s ease;
  cursor: pointer;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;


}

.service-card:is(:hover, :focus) {
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.2);
  transform: translateY(-8px);
}

.service-card-image {
  width: 70px;
  height: 70px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  padding: 10px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.service-card.has-transition {
  transition: transform 2s ease-in-out 0s;
}

.service-card:is(:hover, :focus) .service-card-image {
  transform: scale(1.1);
}






.service-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #111;
  transition: color 0.4s ease;
}

/* .service-card p {
  color: #444;
  font-size: 14px;
  margin-top: 10px;
  transition: color 0.4s ease;
} */

.service-card:hover {
  /* background: #1958d3; */
  transform: translateY(-8px);
}

.service-card.active {
  border-color: #007bff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: scale(1.05);

  background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
}

.service-card.active h3,
.service-card.active p {
  color: #fff;
}

.service-card:hover img {
  filter: brightness(1);
}

.s-c-1 {
  background-color: #b8e3c6;
}

.s-c-2 {
  background-color: #b7a1e2;
}

.s-c-3 {
  background-color: #d8dcfd;
}

.s-c-4 {
  background-color: #ffedc7;
}

.s-c-5 {
  background-color: #cc506a;
}

.s-c-6 {
  background-color: #85f8b3;
}

.custom-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 50px 0;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-track img {

  margin: 0 30px;
  opacity: 0.6;
  transition: transform 0.3s, opacity 0.3s;
}

.carousel-track img.active {
  transform: scale(1.2);
  opacity: 1;
  /* border: 2px solid  #ddd; */
  border-radius: 10px;
  padding: 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

/* 
.trusted-section {
  background-color: #b7a1e2;
  padding: 50px 0px;
} */


.Industries-heading h2 {

  font-size: 40px;
  font-weight: 600;

}


.footer-form .form-container {
  background-color: var(--color-white) !important;
}

.footer-section {
  background-image: radial-gradient(at center left, #4E7D80 42%, #212121 100%);
  padding: 50px 0px;
}

.footer-form form input,
.footer-form form textarea,
.footer-form form select {

  border-radius: 30px;
  background: #ddd;
  padding-left: 20px;
}

.footer-map {
  padding-bottom: 70px;
}

.footer-right h2 {
  text-align: center;
}


.footer-right {
  color: var(--color-white);
}

.image-section-left p {

  padding-bottom: 20px;

}

.image-section-left {
  padding-left: 10px;
}

.image-section-left h2 {

  padding-bottom: 10px;

}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.form-container input,
.form-container select,
.form-container textarea {
  width: 100%;
  margin: 8px 0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.form-container button {
  width: 100%;
  padding: 12px;
  background: #0297a1;
  color: white;
  border: none;
  border-radius: 6px;
  margin-top: 10px;
  cursor: pointer;
}

.price-box {
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  background-color: #0297a1;
  color: white;
  border-radius: 5px;
}

.form-wrapper {
  background: #fff;
  border-radius: 30px;
  padding: 40px;
  width: 100%;
  /* max-width: 400px; */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-wrapper input,
.form-wrapper select {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: none;
  border-radius: 50px;
  background-color: #f4f4f4;
  font-size: 16px;
  outline: none;
}

.form-wrapper button {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 50px;
  background-color: var(--color-dark);
  color: var(--color-white);
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.form-wrapper button:hover {
  background-color: var(--color-hover);
}

.hidden {
  display: none;
}



.trusted-section {
  background: linear-gradient(135deg, #c3a3f1, #d3bff5);
  padding: 20px 0;
}

/* Heading */
.Industries-heading h2 {
  font-size: 40px;
  font-weight: 800;
  color: #1d1d1d;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
}


.carousel-row-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 20px;
}

.carousel-row {
  display: flex;
  gap: 30px;
  animation: scroll-horizontal 5s linear infinite;
  align-items: center;
}

.carousel-row-wrapper:hover .carousel-row {
  animation-play-state: paused;
}

/* .carousel__item {
  min-width: 100px;
  min-height: 100px;
   background: #fff; 
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  flex-shrink: 0;
} */
.carousel__item {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  flex-shrink: 0;

}

.carousel__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes scroll-horizontal {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .carousel__item {
    min-width: 100px;
    min-height: 100px;
    padding: 8px;
  }

  .image-section-secound {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .carousel__item {
    min-width: 80px;
    min-height: 80px;
    padding: 6px;
  }
}







@media (max-width:768px) {
  .responsive-banner {
    flex-wrap: wrap-reverse;
  }

  h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 1px;
  }

  .banner-section-add {

    background-position: top center;

  }

  .banner-heading-secound {
    width: 100%;
    text-align: center;
  }

  .banner-heading-secound h2 {
    color: var(--color-white);
    font-size: 43px;
    font-weight: 700;
  }

  .banner-left-button .custom-button {
    padding: 12px 18px;

  }

  .banner-left-button {

    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  .image-section-first h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
  }

  .image-section-left p {
    padding-bottom: 0px;
  }

  .banner-section-add .banner-right-form {
    padding: 0px 0px 40px 0px !important;

  }

  .banner-right-form {
    padding: 50px 0px;
  }

  .footer-section {
    padding: 0px 0px;
  }

  .footer-map {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .footer-right {
    color: var(--color-white);
    text-align: center;
  }

  .side-bttnn {
    position: fixed;
    top: 50% !important;
    right: 88% !important;
    z-index: 999999;
  }

}

@media (max-width:560px) {

  .banner-section-add {
    background-position: top center;
    padding-bottom: 30px;
  }

  .counter-box {
    padding: 5px 30px;
    margin: 10px 0;

  }

  .image-section-left p {
    padding-bottom: 0px;
    text-align: justify;
  }

  .responsive-text p {
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
  }


  .card1,
  .card2,
  .card3,
  .card4 {
    width: 30px !important;
    height: 30px !important;
    outline: none;
    border: none;
    background: white;
    border-radius: 5px 5px 5px 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: .2s ease-in-out;
  }

  .main {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    background-color: #000000;
    padding: 10px !important;
    border-radius: 10px;
  }

  .whatsapp-image-side {
    position: fixed;
    top: 93% !important;
    left: 4px !important;
    height: 40px !important;
    width: 40px !important;
    z-index: 99999;
  }

  .whatsapp-image-side a img{
   
    z-index: 99999 !important;
  }

  .responsive-buttton {
    display: none;
  }

  .nav-button-top button>svg {

    margin-left: 0px;
  }

  .nav-button-top button {

    padding: 10px 10px;

  }

}


@media (max-width:380px) {

  .banner-left-button .custom-button {
    width: 100%;
    text-align: center;
  }

  .banner-left-button .custom-button .button-text {
    text-align: center;
  }

}


.side-bttnn {
  position: fixed;
  top: 30%;
  right: 0px;
  z-index: 999999;
}


/* From Uiverse.io by Praashoo7 */
.main {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  background-color: #000000;
  padding: 5px;
  border-radius: 10px;
}

.up {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.down {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.card1 {
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  background: white;
  border-radius: 5px 5px 5px 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: .2s ease-in-out;
}

.instagram {
  /* margin-top: 1.5em;
  margin-left: 1.2em; */
  fill: #cc39a4;
}

.card2 {
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  background: white;
  border-radius: 5px 5px 5px 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: .2s ease-in-out;
}

.twitter {
  /* margin-top: 1.5em;
  margin-left: -.9em; */
  fill: #03A9F4;
}

.card3 {
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  background: white;
  border-radius: 5px 5px 5px 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: .2s ease-in-out;
}

.github {
  /* margin-top: -.6em;
  margin-left: 1.2em; */
  fill:#007bff;
}

.card4 {
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  background: white;
  border-radius: 5px 5px 5px 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: .2s ease-in-out;
}

.discord {
  /* margin-top: -.9em;
  margin-left: -1.2em; */
  fill: #0a66c2;
}

.card1:hover {
  cursor: pointer;
  scale: 1.1;
  background-color: #cc39a4;
}

.card1:hover .instagram {
  fill: white;
}

.card2:hover {
  cursor: pointer;
  scale: 1.1;
  background-color: #03A9F4;
}

.card2:hover .twitter {
  fill: white;
}

.card3:hover {
  cursor: pointer;
  scale: 1.1;
  background-color: #007bff;
}

.card3:hover .github {
  fill: white;
}

.card4:hover {
  cursor: pointer;
  scale: 1.1;
  background-color: #0a66c2;
}

.card4:hover .discord {
  fill: white;
}



.whatsapp-image-side {
  position: fixed;
  top: 89%;
  left: 30px;
  height: 40px;
  width: 50px;
  z-index: 99999;
}



.overlay-on-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0000004c;
  height: 90px;
  width: 100%;

}
/* 
Overlay
.form-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

Popup Box
.form-popup-box {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  animation: slideDown 0.4s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

Close Button 
.form-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}

 Title 
.form-popup-title {
  margin-bottom: 15px;
  color: #333;
  text-align: center;
}

Form Fields 
.form-popup-box form input,
.form-popup-box form select,
.form-popup-box form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

.form-popup-box form input:focus,
.form-popup-box form select:focus,
.form-popup-box form textarea:focus {
  border-color: #007bff;
  outline: none;
}

.form-popup-box form textarea {
  resize: vertical;
  min-height: 80px;
}

Submit Button
.form-popup-box form button {
  width: 100%;
  padding: 12px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.form-popup-box form button:hover {
  background: #0056b3;
} */



 
.testimonies-new-section {
  position: relative;
}
 
 
 
 
.testimonies-new-section .owl-dots {
  display: none;
}
 
@media(max-width:768px) {
 
  .testimonies-new-section .owl-nav {
    display: none;
  }
 
 
 
}
 
 
.testimonies-new-section .owl-nav {
    display: none;
  }
 
 
.testimonies-new-section .new-card-section .card .icon-circle {
  width: 60px;
  height: 60px;
  background-color: #ffece5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  /* margin: 0 auto; */
}
 
.testimonies-new-section .new-card-section .card hr {
  color: red;
}
 
.testimonies-new-section .new-card-section .card .icon-circles {
  width: 60px;
  height: 60px;
 
 
 
}
 
.testimonies-new-section .new-card-section .card .icon-circles img {
  border-radius: 30px;
 
 
 
}
 
.testimonies-new-section .new-card-section .card p {
 
  margin: 0;
 
}
 
.testimonies-new-section .new-card-section .card h3 {
  margin: 0;
  font-size: 16px;
}
 
/* .testimonies-new-section .new-card-section .card {
  min-height: 250px;
} */
 
.testimonies-new-section .new-card-section .card .inactive-images {
  display: block !important;
}
 
.testimonies-new-section .new-card-section .card:hover .inactive-images {
  display: none !important;
}
 
.testimonies-new-section .new-card-section .card .active-ismage {
  display: none !important;
}
 
 
.testimonies-new-section .new-card-section .card:hover .active-ismage {
  display: block !important;
}
 
 
.testimonies-new-section .owl-item.active.center .card .icon-circle {
 
  background-color: #fff;
 
}
 
.testimonies-new-section .new-card-section .card:hover hr {
 
color: #fff;
}
 
 
.testimonies-new-section .owl-item.active.center .card hr {
 
color: #fff;
 
}
 
 
.testimonies-new-section .owl-item.active.center .card p,
.testimonies-new-section .owl-item.active.center .card h3 {
 
  color: #fff;
 
}
 
.testimonies-new-section .card:hover p,
.testimonies-new-section .card:hover h3 {
 
  color: #fff;
 
}
 
 
.testimonies-new-section .card:hover .icon-circle {
 
  background-color: #fff;
 
}
 
.testimonies-new-section .owl-item.active.center .card .inactive-images {
 
  display: none !important;
 
}
 
.testimonies-new-section .owl-item.active.center .card .active-ismage {
 
  display: block !important;
 
}
 
 
 
 
.testimonies-new-section .owl-item.active.center .card {
  transform: scale(1.05);
  /* transform: translate3d(-10px, -10px, -10); */
 
  background: var(--card-gradient);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
 
}
 
.owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
}
 
.owl-carousel .owl-item {
  flex-shrink: 0;
}
 
 
.testimonies-new-section {
  padding: 50px 0px 50px 0px;
}
 
.add-Our-Clients{
  padding-bottom: 20px;
}
 
 
.new-card-section .card {
  padding: 30px 20px;
  background-color: #fdfdfd;
  border: 1px solid #fae9e2;
  border-radius: 10px;
  /* position: relative; */
  z-index: 1;
  box-shadow: 0 0 0 0 transparent;
  transition: all 0.3s ease;
 
}
 
.new-card-section .card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
 background: var(--card-gradient);
  z-index: -1;
  transition: .5s;
  border-radius: 5px;
}
 
.new-card-section .card:hover::before {
  height: 100%;
}
 
/* .testimoni{
  display: flex;
} */
 
 
.testimoni-top-user {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
 
.testimoni-name-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
 
