@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
   text-transform: capitalize;
}

p, li, a, span {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400!important;
    text-transform: math-auto!important;
}
 
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; 
}

body {
  background: #efefef52; 
 
}
 
.sticky-top {
  padding: 0px 12px !important;
  background: #fff !important;
  top: 0 !important;
}

.navbar {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  background-color: #efefef52;
}

.navbar-nav a {
  color: #000 !important;
  letter-spacing: 2px;
  font-size: 17px;
}

.banner {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  height: 77vh;
}

#myVideo {
  /* position: fixed; */
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

video {
  width: 100%;
  height: 100%;
}

.heading {
  position: absolute;

  bottom: 14pc;
  color: #000;
  text-align: center;
  margin: auto;
  justify-content: center;
  width: 100%;
  padding: 20px;
  font-size: 60px;
  /* word-spacing: 8px; */
}

.heading p {
  color: #fff !important;
}

.heading span {
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content {
  position: absolute;
  bottom: 0;
  color: #000;
  background: #00000080;
  width: 100%;
  padding: 12px 50px;
  display: flex;
  align-items: center;
}

.content p {
  font-size: 14px;
  color: #fff !important;
}

.work {
  margin-left: auto;
  height: max-content;
  border: 1px solid #adadad;
  border-radius: 6px;
  padding: 0px 12px 4px 12px;
}

.work a {
  font-size: 20px;
  text-decoration: none;
  color: #000;
  padding: 12px 6px 6px 6px;
}

.brands {
  padding: 5% 0 4% 0;
  background: linear-gradient(90deg, #26acf0, #6726cc);
}

.brands h2 {
  text-align: center;
  font-size: 40px;

  color: #fff;
}

@keyframes slides {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  /* position: relative; */
}

.logos:before,
.logos:after {
  /* position: absolute; */
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logos:after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logo_items {
  display: inline-block;
  animation: 70s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 100px;
  width: 234px;
  background: #ffffff6b;
  background-color: #fff;
  margin: 0px 12px;
  border-radius: 12px;
  padding: 12px;
}

.brand-work {
  text-align: center;
}

.brand-work1 h2 {
  font-size: 40px;
}

.brand-work1 p {
  font-size: 20px;
}

.navbar-expand-lg .navbar-collapse {
  padding-right: 39px;
}

/* gallary css */
.gallary1 {
  padding: 2% 0 0% 0;
  /* border: 1px solid red; */
}

.wrapper {
  margin: 10px auto;
  max-width: 1100px;
}

.wrapper nav {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: auto;
  padding: 8px 12px;
  border-radius: 12px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

/* ✅ Desktop Tabs */
.desktop-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.desktop-nav span {
  padding: 2px 15px;
  font-size: 17px;
  cursor: pointer;
  color: #000;
  transition: all 0.3s ease;
}

.desktop-nav span.active,
.desktop-nav span:hover {
  color: #fff !important;
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  border-radius: 9px;
}

/* ✅ Mobile Dropdown (hidden by default) */
.mobile-nav {
  display: none;
  width: 100%;
  text-align: center;
}

.mobile-nav select {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 9px;
  border: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  transition: border 0.3s ease;
}

/* Optional: mimic gradient when focused */
.mobile-nav select:focus {
  border: 1px solid #0a95dc;
  box-shadow: 0 0 5px rgba(10, 149, 220, 0.6);
}

/* ✅ Responsive Switch */
@media (max-width: 768px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.gallery .image {
  width: calc(100% / 4);
  padding: 7px;
}

.gallery .image span {
  display: flex;
  padding: 12px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 -1px 6px rgb(0 0 0 / 35%);
}

.gallery .image img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
  border-radius: 8px;
}

/*.gallery .image:hover img {*/
/*  transform: scale(1.1);*/
/*}*/

.gallery .image.hide {
  display: none;
}

.gallery .image.show {
  transition: all 0.3s ease-in-out;
  justify-content: center;
  padding: 6px 16px;
  /*margin: auto;*/
  margin-top: 16px;
  margin-right: 6px;
  width: 24%;
  align-items: center;
}

.gallery .image-show-1 {
  width: 32% !important;
}

.gallery .image.show:hover {
  transform: scale(1.05);
}

@keyframes animate {
  0% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

.details .title {
  display: flex;
  font-size: 18px;
}

.details .title p {
  margin-left: 5px;
}

.details .icon {
  color: #007bff;
  font-style: 22px;
  cursor: pointer;
}

.viewsec {
  height: 30px;
}

.view {
  background: #c7bfbfad;
  position: relative;
  bottom: 87px;
  padding: 2% 0;
}

.view button {
  background: none;
  border: none;
}

.view a {
  text-decoration: none;
  color: #000;
}

.choose {
  padding: 0 0 3% 0;
  margin: auto;
  text-align: center;
  justify-content: center;
}

.choose h2 {
  font-size: 40px;
}

.choose-card1{
    height: 100%!important;
    padding: 25px!important;
    border-radius: 8px!important;
    background: #fff!important;
    text-align: center!important;
    box-shadow: 0 0 10px rgba(0,0,0,0.1)!important;
    display: flex!important;
    flex-direction: column!important;
    justify-content: center!important;
}
.choose-card1:hover {
  background: linear-gradient(180deg, #0a96dc2c, #820fbc50);
  color: #000000;
}

.choose-heading {
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-size: 27px;

  text-align: start;
}

.choose-text {
  text-align: start;
  font-size: 14px;
}

.card-new {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

.services {
  padding: 1% 0 2% 0;
}

.services h2 {
  font-size: 40px;
}

.services p {
  font-size: 20px;
}

.faq {
  /* background-color: #F5F5F5; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* margin: 50px 0; */
}

.wrapper {
  width: 100%;
}

.faq-container {
  background-color: #effbff;
  box-shadow: 0 0px 0px 0 rgb(0, 0, 0, 0.25);
  margin: 20px 0;
}

.container {
  color: black;
  border-radius: 20px;
}

.question {
  font-size: 1.2rem;

  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 30px;
}

.question span {
  background: black;
  color: #fff !important;
  margin: 0 12px;
  padding: 3px 10px;
  border-radius: 50%;
  font-size: 14px;
}

.question::after {
  content: "\002B";
  font-size: 28px;
  position: absolute;
  right: 20px;
  transition: 0.2s;
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  border-radius: 100%;
  height: 45px;
  width: 45px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.question.active::after {
  content: "\002D";
  background: #000;
  font-size: 28px;
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answercont p {
  font-size: 25px;

  line-height: 1.3;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.answer img {
  background: #ecedf1;
  border-radius: 18px;
}

.answer ul {
  text-align: start;
  padding: 0;
  margin-bottom: 7%;
}

.answer ul li {
  list-style: none;

  line-height: 30px;
}

.answer ul li::before {
  content: "\2737";
  letter-spacing: 5px;

  color: #00abe0;
  font-size: 18px;
}

.answer a {
  text-decoration: none;
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  color: #fff;
  border-radius: 7px;
  padding: 5px 17px 8px 17px;
}

.answer a i {
  font-size: 15px;
}

.client {
  padding: 1% 0 2% 0;
}

.client-item {
  margin: 12px;
  border-radius: 12px;
  padding: 12px;
  border: 1px solid blue;
}

.client-item:active {
  background: linear-gradient(180deg, #00abe0, #0086ca);
  color: #fff;
}

.clients h4 {
  font-size: 40px;
}

.clients1 {
  line-height: 18px;
}

.client h2 {
  font-size: 40px;
}

.blog {
  padding: 3% 0 3% 0;
  background-color: #effbff;
}

.blog h2 {
  font-size: 40px;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item img {
  max-width: 100%;
}

.owl-carousel .item {
  padding: 0 7.5px;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

#demo1 .customNavigation,
#demo2 .customNavigation {
  top: 50%;
  position: absolute;
  width: 100%;
  left: 0px;
  margin-top: -40px;
}

#demo1 .customNavigation .btn,
#demo2 .customNavigation .btn {
  padding: 0px;
}

#demo1 .customNavigation .btn.prev,
#demo2 .customNavigation .btn.prev {
  position: relative;
  left: -76px;
}

#demo1 .customNavigation .btn.next,
#demo2 .customNavigation .btn.next {
  position: relative;
  right: -70px;
  float: right;
}

div#demo1 {
  position: relative;
}

.user-blog:before {
  position: absolute;
  top: -100px;
  left: 0;
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

div#owl-demo1 .item {
  padding: 0 15px;
}

.blog-grid {
  margin: 10px 0;
  border-radius: 1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 12px;
  height: 530px;
}

.discretion-blog {
  padding: 15px 2px 15px 2px;
  text-align: start;
  height: 215px;
}

.discretion-blog h6 {
  font-size: 15px;

  color: #008bb7;
}

.discretion-blog p {
  font-size: 16px;
}

.discretion-blog h4 {
  font-size: 19px;
}

.discretion-blog h4 a {
  color: #000;
  text-decoration: none;
}

.discretion-blog h4 a:hover {
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.discretion-blog .btn:hover {
}

.discretion-blog .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.discretion-blog .btn:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.user-blog .owl-theme .owl-controls .owl-page span {
  width: 17px;
  height: 17px;
  opacity: 1;
}

.img-date {
  height: 220px;
}

.img-date img {
  border-radius: 6px;
  height: 220px;
}

.profile img {
  width: 57px !important;
  height: 57px;
  border-radius: 50%;
}

.profile p {
  font-size: 18px;
  line-height: 20px;
  display: block;
  margin: revert-layer;
  text-align: start;
}

.profile p span {
  font-size: 14px;
}

.customNavigation {
  text-align: center;
}

.customNavigation i {
  font-size: 32px;
}

.footer {
  height: 90vh;
  margin-top: -4%;
}

.footer1 {
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  padding: 15px;
  width: 67% !important;
}

.footer1 img {
  border-radius: 10px;
}

.footer1 h4 {
  font-size: 40px;

  color: #fff;
}

.footer1 p {
  font-size: 14px;

  color: #fff !important;
}

.cta {
  border: none;
  padding: 2px 15px 6px 15px;
  border-radius: 6px;
}

.cta a {
  text-decoration: none;
  color: #000;

  font-size: 19px;
}

.footer2 {
  background-color: #000;
}

.footer-blank {
  height: 30vh;
  display: block;
}

.footer-content h2 {
  font-size: 48px;

  background: linear-gradient(90deg, #0a95dc, #830fbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-content h4 {
  color: #fff;
  font-size: 24px;
}
.footer-content p {
  color: #fff!important;
  font-size: 14px;
}
.footer-content li {
  text-align: start;
  list-style: none;
}

.footer-content li a {
  text-decoration: none;
  color: #fff !important;
  font-size: 14px;
}

hr {
  color: #737373 !important;
}

.footer-last {
  padding-bottom: 12px;
}

.footer-last p {
  color: #fff !important;
  font-size: 14px;
}

.footer-last i {
  color: #fff;
  font-size: 20px;
  margin: 4px 12px;
}

.footer-last li {
  list-style: none;
  text-align: start;
  margin-left: 23px;
}

.footer-last li > a {
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
}

.footer1 {
  position: relative;
  top: 134px;
  z-index: 2;
}

#last-mobile {
  order: 1;
}

#last-mobile1 {
  order: 2;
}

#last-mobile2 {
  order: 3;
  display: flex;
}

/* about css */

.about-main {
  padding: 21px 0px 0px 0px;
}

.about-main h2 {
  font-size: 40px;

  text-align: center;
}

.about-main p {
  font-size: 20px;
  text-align: center;
}

.video__wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  height: 70vh;
}

video {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.video__play-button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-appearance: none;
  z-index: 2;
  transition: all 200ms ease-in-out;
}

.video__play-button-icon {
  width: 7%;
  transition: all 200ms ease-in-out;
}

.video__play-button-icon--play polygon {
  transform-origin: 50% 50%;
  transition: all 200ms ease-in-out;
}

.video__play-button-icon--play:hover polygon {
  transform: scale(1.5);
}

.video__play-button[data-button-state="pause"] .video__play-button-icon--pause {
  display: none;
}

.video__play-button[data-button-state="play"] .video__play-button-icon--play {
  display: none;
}

.video__play-button[data-button-state="play"] .video__play-button-icon {
  opacity: 0;
}

.video__play-button[data-button-state="play"]:hover .video__play-button-icon {
  opacity: 1;
}

.video__play-button[data-button-state="play"] {
  background-color: rgba(0, 0, 0, 0);
}

.video__play-button[data-button-state="play"]:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.video__fullscreen-button {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  z-index: 3;
  transition: all 200ms ease-in-out;
}

.video__fullscreen-icon {
  padding: 10px;
  display: block;
  vertical-align: top;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in-out;
}

.video__wrapper[data-state="pause"] .video__fullscreen-icon,
.video__wrapper[data-state="play"]:hover .video__fullscreen-icon {
  opacity: 1;
  visibility: visible;
}

.video__fullscreen-icon polygon {
  fill: currentColor;
}

.about-heading {
  padding: 12px 0 4% 0;
}

.about-heading1 {
  text-align: center;
  width: 90% !important;
  margin: auto;
  justify-content: center;
}

.about-heading1 h2 {
  font-size: 40px;
}

.about-heading1 p {
  font-size: 20px;
}

.long-col {
  background: #f2fcff;
  height: -webkit-fill-available;
  border-radius: 12px;
}

.short-col1 img {
  border-radius: 12px;
  width: 100%;
}

.short-col4 img {
  border-radius: 12px;
  width: 100%;
  height: 50vh;
}

.short-col1 {
}

.short-col4 {
}

.short-col2 {
  padding: 12px;
  background: linear-gradient(72deg, #0a95dc, #830fbc);
  border-radius: 12px;
  color: #fff;
  width: 47% !important;
}

.short-col3 {
  padding: 12px;
  background: linear-gradient(72deg, #0a95dc, #830fbc);
  border-radius: 12px;
  color: #fff;
  height: 50vh;
  margin-left: 11px;
  width: 47% !important;
}

.number {
  font-size: 51px;
}

.CirItem .title {
  position: relative;
  top: 22%;
  font-size: 24px;
}

.CirItem p {
  font-size: 17px;
  line-height: 1em;
  position: relative;
  top: 54px;
}

.desc {
  position: relative;
  top: 62%;
  font-size: 14px;
}

.title1 {
  position: relative;
  top: 22%;
  font-size: 24px;
}

.desc1 {
  position: relative;
  top: 22%;
  font-size: 14px;
}

.founder {
  padding: 2% 0 2% 0;
  background-color: #effbff;
}

.founder h3 {
  font-size: 40px;

  text-align: center;
}

.director {
  padding-top: 2em;
}

.director-img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 8px 4px;
  border-radius: 7px;
}

.director-img img {
  border-radius: 7px;
}

.director h4 {
  font-size: 20px;

  line-height: 2;
}

.director p {
    font-size: 14px;
}

.social-link a {
  color: #000;
  padding: 0 6px;
}

.director-contant {
  margin: auto;
}

.director-contant ul li {
  font-size: 20px;
  font-weight: 300!important;
  line-height: 1.3;
  margin: inherit;
}

.director-summary {
  background: #fff;
  margin-top: 2% !important;
  padding: 2%;
  border-radius: 9px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  text-align: center;
}

.director-summary h6 {
  background: linear-gradient(92deg, #0a95dc, #830fbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-size: 25px;
}

.director-summary::after {
  content: "\2726";
  font-size: 4em;
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.director-summary::before {
  content: "\2726";
  font-size: 4em;
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.value {
  padding: 2% 0 2% 0;
}

.value h3 {
  font-size: 40px;

  text-align: center;
}

.value1 {
  justify-content: center;
}

.value-box {
  padding: 12px;
  margin: 12px;
  width: 29% !important;
}

.vtitle {
  font-size: 23px;
  color: #000;
}

.vdesc {
  font-size: 14px;
}

.vnumber :nth-child(1) {
  font-size: 50px;

  background: linear-gradient(90deg, #0a95dc, #830fbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vnumber :nth-child(2) {
  font-size: 50px;

  background: linear-gradient(90deg, #830fbc, #830fbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.process {
  padding: 2% 0 2% 0;
  background: #effbff;
}

.process h3 {
  font-size: 40px;

  color: #000;
}

.process p {
  font-size: 20px;
  color: #000;
}

.process button {
  background: linear-gradient(155deg, #0a95dc, #830fbc);
  padding: 6px 12px;
  border: none;
  border-radius: 9px;
}

.process button a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

.process button a i {
  margin: auto;
}

.process-line {
  border-left: 2px solid #000;
  height: 23vh;
  margin: auto !important;
  opacity: 0.3;
}

.steps {
  max-width: 600px;
  padding: 20px;
}

.step {
  margin-bottom: 40px;
  position: relative;
}

.step-number {
  width: 40px;
  height: 40px;
  border: 2px solid #00aaff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;

  color: #00aaff;
  position: absolute;
  left: -60px;
  top: 0;
  background: #fff;
}

.step h3 {
  font-size: 20px;

  margin: 0 0 10px 0;

  color: #222;
}

.step p {
  margin: 0;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}

.step:before {
  content: "";
  position: absolute;
  top: -18px;
  left: -58px;
  width: 218px;
  height: 2px;
  background: #ccc;
}

.step-1:before {
  content: "";
  position: absolute;
  top: -18px;
  left: -58px;
  width: 218px;
  height: 2px;
  background: none;
}

.process-left {
  margin: auto !important;
}

/* blog page css */
.blog-page {
  padding: 2% 0 2% 0;
}

.blogpage-img img {
  border-radius: 9px;
}

.blogpage-heading {
  height: 35vh;
  color: #000;
}

.blogpage-heading h2 a {
  font-size: 28px;

  text-decoration: none;
  display: block;
  color: #000;
}

.blogpage-heading h2 i {
  float: right;
  right: 0;
}

/* .blogpage-heading h2 i:hover {
    background: linear-gradient(90deg, #0A95DC, #830FBC);
    width: 50px;
    padding: 15px;
    direction: rtl; 
    border-radius: 50%;
      transform: rotate(-25deg);
      color: #fff;
    margin: auto;
    text-align: center;
    cursor: pointer;
} */

.blogpage-catagorys {
  border-radius: 9px;
  border: 1px solid;
  padding: 2px 15px;
  color: #292929;
}

.blogpage-catagory img {
  border-radius: 8px;
}

.blogpage-date {
  padding: 2px 12px;
  color: #343434;
}

#blog-box {
  margin-top: 4%;
  margin-bottom: 4%;
}

/* contact css  */
.contact-banner {
  overflow-x: hidden;
}

.contact-main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-main-image {
  width: 100%;
  height: 70vh;
}

.contact-main:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  opacity: 0.4;
}

.contact-main1 {
  font-size: 40px;
  color: white;
  text-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.5);
  margin: 0;

  position: absolute;
}

.form-label,
.form-select {
  color: #000 !important;
  font-size:14px;
}

.contact-main2 {
  font-size: 23px;
  color: white !important;
  text-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.5);
  margin: 0;
  top: 54%;

  position: absolute;
}
.modal-footer p, a{
    font-size: 14px;
}

.contact-detail {
  padding: 2% 0 2% 0;
}

.contact-details {
  background-color: #f3fcff;
  padding: 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 9px;
}

.contact-details-1 {
  padding: 29px;
}

.contact-details-1 i {
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 39px;
}

.contact-details-1 h6 {
  font-size: 20px;
  padding: 12px 0;
}

.contact-details-1 p {
  width: 90%;
  font-size: 14px;
}

.contact-details-2 {
  padding: 29px;
}

.contact-details-2 i {
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 39px;
}

.contact-details-2 h6 {
  font-size: 20px;
  padding: 12px 0;
}

.contact-details-2 p {
  width: 69%;

  font-size: 17px;
}

.contact-details-2 span {
  display: block;
}

.contact-details-2 span a {
  text-decoration: none;
  color: #23262f;
  font-size: 14px!important;
}

.contact-details-3 {
  padding: 29px;
}

.contact-details-3 i {
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 39px;
}

.contact-details-3 h6 {
  font-size: 20px;
  padding: 12px 0;
}

.contact-details-3 p {
  width: 69%; 
  font-size: 14px;
}

.contact-details-3 a {
  text-decoration: none;
  color: #23262f;

  font-size: 16px;
}

.contact-details-4 {
  border-left: 1px solid #000;
  height: 33vh;
  margin: auto !important;
  opacity: 0.1;
}

.form-section {
  padding: 2% 0 2% 0;
  margin: 2% 0;
  background-color: #fff;
}

.form-section-img {
  margin: auto !important;
}

.form-section-img img {
  opacity: 0.2;
}

.form-section-form h2 {
  text-align: center;
  font-size: 40px;
}

.form-section-form button {
  border: none;
  color: #fff;

  font-size: 25px;
}

.form-section-form button:hover {
  color: #fff;
}

.form-control {
  background-color: #f7f7f7b3 !important;
}

.form-control:focus {
  background-color: #f7f7f7b3 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border: none !important;
}

.form-select {
  background-color: #f7f7f7b3 !important;
}

.form-select:focus {
  background-color: #f7f7f7b3 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border: none !important;
}

.contact-btn {
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  width: 100%;

  color: #fff !important;
}

.form-icon {
  display: flex;
  justify-content: space-between;
  width: 49%;
  margin: auto;
  margin-top: 5%;
}

.form-icon a {
  color: #000;
}

.form-icon a i {
  font-size: 18px;
}

.map {
  padding: 2% 0 2% 0;
}

.map iframe {
  height: 450px;
}

/* our services css  */

.our-services-main {
  padding: 21px 0px 0px 0px;
}

.our-services-main h2 {
  font-size: 40px;
  text-align: center;
}

.our-services-main p {
  font-size: 20px;
  text-align: center;
}

.our-services-avatars {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: auto;
  justify-content: center;
  padding: 3% 0px;
}

/* Profile Images */
.avatars {
  display: flex;
  align-items: center;
}

.avatars img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  margin-left: -10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.avatars img:first-child {
  margin-left: 0;
}

/* Rating Badge */
.rating {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4facfe, #6a11cb);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;

  color: #fff;
  margin-left: -10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Divider Line */
.divider {
  width: 1px;
  height: 30px;
  background: #ddd;
}

.our-services-btn {
  border: none;
  padding: 4px 3%;
  border-radius: 5px;
  background: linear-gradient(90deg, #0a95dc, #830fbc);
}

.our-services-btn a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}

.consultation-container {
  display: none;
}

.achieve {
  /* border: 1px solid red; */
  padding: 2% 0 2% 0;
  margin: 2% 0;
}

.achieve1 {
  padding: 12px;
  background: #f4fcff;
  border-radius: 8px;
}

.achieve1 img {
  border-radius: 8px;
  height: -webkit-fill-available;
}

.achieve2 h2 {
  font-size: 40px;
  color: #000;
  width: 71%;
}

.achieve2 p {
  font-size: 14px;
  width: 78%;
  color: #000;
  line-height: 1.2;
}

.achieve4 {
  margin-top: 12%;
}

.achievedesc {
  font-size: 14px;
  width: 100%!important;
}

.do {
  color: #00abe0;
  font-size: 19px;
  padding: 4px 0;
}

.working-process .accordion-item {
  border-radius: 8px;
  overflow: hidden;
  /* padding: 20px; */
  background-color: #effbff;
}

.working-process .accordion-item .accordion-button {
  background-color: #effbff;
  font-size: 1.2rem;

  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.working-process .accordion-item .accordion-collapse.collapse.show,
.working-process .accordion-item .accordion-collapse.collapse.show {
  background-color: #effbff;
}

.working-process .accordion-item .accordion-button:not(.collapsed) {
  color: #191a23;
  background-color: #effbff !important;
  box-shadow: none;
  font-size: 1.2rem;

  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.working-process .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.working-process .accordion-item .accordian-numbers {
  background: none;
  color: #000000 !important;
  margin: 0 12px;
  padding: 12px 12px;
  border-radius: 50%;
  border: 2px solid #00aaff;
  font-size: 15px;
  height: 43px;
  width: 43px;

  justify-content: center;
  display: block;
}

.accordion-body-img img {
  border-radius: 18px;
}

.accordion-body-content h5 {
  font-size: 20px;
  font-weight: 400;
}

.accordion-body-content p {
  font-size: 14px;
}

.accordion-body-content ul {
  text-align: start;
  padding: 0;
  margin-bottom: 7%;
}

.accordion-body-content ul li {
  list-style: none;
   font-size: 14px;
}

.accordion-body-content ul li::before {
  content: "\2737";
  letter-spacing: 5px;

  color: #00abe0;
  font-size: 18px;
}

.accordion-project {
  padding: 12px 0;
  text-align: center;
}

.accordion-project h4 {
  font-size: 50px;
}

.project-card {
  background: white;
  border-radius: 12px;
  padding: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.project-card-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.project-card-content {
  padding: 20px;
}

.project-card-content h2 {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: #000;
}

.project-card-content p {
  font-size: 0.95em;
  color: #000;
  margin-bottom: 15px;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 15px;
}

.project-tags span {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 2px 7px;
  margin: 0px 5px;
  border-radius: 5px;
}

.project-tag {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 0.75em;
  color: #333;
}

.project-social-icons {
  margin-bottom: 15px;
  text-align: center;
  font-size: 23px;
}

.project-social-icons i {
  font-size: 1.2em;
  color: #333;
  margin-right: 12px;
  cursor: pointer;
}

.project-button {
  display: inline-block;
  text-decoration: none;
  /* background: #e0f0ff; */
  color: #004aad;
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  padding: 10px 15px;
  border-radius: 8px;

  font-size: 31px;
  transition: background 0.3s;
  margin: auto;
  text-align: center;
  border: 1px solid;
}

.project-btn1 {
  text-align: center;
}

.project-btn1 a {
  text-decoration: none;
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  color: #fff;
  border-radius: 7px;
  padding: 5px 17px 8px 17px;

  font-size: 29px;
}

/* 
#desktop-project{
    display: flex;
}
    */
#mobile-project {
  display: none;
}

pawpetslogo-section {
  text-align: center;
}

.pawpetslogo {
  width: 100%;
  margin-bottom: 10px;
}

.pawpetslogo-section h2 {
  font-size: 16px;
  color: #073642;

  line-height: 1.2;
}

.pawpetscontent h1 {
  font-size: 28px;
  color: #073642;
  margin-bottom: 10px;
}

.pawpetscontent p {
  font-size: 13px;
  color: #444;
  margin-bottom: 15px;
}

.pawpetssocial-icons a {
  font-size: 20px;
  color: #073642;
  margin-right: 12px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.pawpetssocial-icons a:hover {
  color: #1e90ff;
}

.loyal-card {
  position: relative;
  width: 97% !important;
  margin: 8px;
  border-radius: 6px 6px 0px 0px;
  height: 200px;
  overflow: hidden;
  background: url("./images/loyal.jpg") no-repeat center center/cover;
  /* Replace with your image */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.loyal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7) 30%,
    rgba(0, 0, 0, 0) 70%
  );
  display: flex;
  align-items: center;
}

.loyal-overlay p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  max-width: 65%;
}

.approach h3 {
  font-size: 27px;
}

.approach p {
  font-size: 20px;
}

.approach-card {
  height: 100%!important;
    padding: 25px!important;
    border-radius: 8px!important;
    background: #fff!important;
    text-align: center!important;
    box-shadow: 0 0 10px rgba(0,0,0,0.1)!important;
    display: flex!important;
    flex-direction: column!important;
    justify-content: center;
}

.approach-card-1 {
  height: 32vh !important;
}

.metrics h3 {
  font-size: 27px;
}

.stat-card {
  border: 1px solid #eee;
  border-radius: 12px;
  text-align: end;
  padding: 5px 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  background: #fff;
  transition: transform 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-header {
  color: #fff;
  border-radius: 8px;
  padding: 4px;
  font-size: 14px;

  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.gradient-blue {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
}

.gradient-purple {
  background: linear-gradient(135deg, #a18cd1, #fbc2eb);
}

.gradient-teal {
  background: linear-gradient(135deg, #00c9ff, #92fe9d);
}

.stat-values {
  font-size: 18px;
  color: #666;
  text-align: start;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stat-values strong {
  font-size: 20px;
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.campaign-cards {
  background: #fff;
  padding: 4px;
  width: 49% !important;
  justify-content: center;
  margin: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.campaignss-testimonial-card {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
  max-width: 98% !important;
  margin: auto;
}

.campaignss-testimonial-title {
  font-size: 20px !important;

  color: #073642;
  /* dark teal */
}

.campaignss-testimonial-text {
  font-style: italic;
  font-size: 14px;
  color: #444;
}

.campaignss-testimonial-author {
  font-size: 13px;
  color: #222;
}

.accordion-body-content a {
  text-decoration: none;
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  color: #fff;
  border-radius: 7px;
  padding: 5px 17px 8px 17px;
}

/* our work css */

.drives-company {
  margin-top: 15px;

  font-size: 16px;
  color: #276678;
}

.drives-description {
  font-size: 14px;
  color: #666;
}

/* career page css  */
.career1 {
  text-align: right;
}

.career2 {
  padding: 12px 0;
}

.career2 a {
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
}

.career-work {
  padding: 2% 0 2% 0;
}

.career-work1 {
  text-align: center;
  margin: auto;
}

.career-work1 h2 {
  font-size: 40px;
}

.career-work1 p {
  font-size: 20px;
  width: 75%;
  margin: auto;
}

.career-form-section {
  padding: 2% 0 0 0;
}

.role {
  background-color: #effbff;
  padding: 1% 0 2% 0;
  margin: 2% 0;
}

.section-role {
  text-align: center;
  margin: 40px 0 30px;
  font-size: 40px;
}

.job-card {
  border: 1px solid #e5eaf0;
  border-radius: 16px;
  padding: 20px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.job-card h5 {
  font-size: 23px;
}
.job-card p {
  font-size: 14px;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.job-badge {
  font-size: 12px;
  border: 1px solid #0d6efd;
  border-radius: 5px;
  padding: 3px 10px;
  color: #0d6efd;
  background: #e9f3ff;
}

.tags span {
  font-size: 16px;
  margin-right: 8px;
  padding: 3px 10px;
  border-radius: 50px;
  background: #f2f2f2;
  display: inline-block;
  margin-top: 5px;
}

.apply-btn {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 12px;

  text-decoration: none;
  background: linear-gradient(to right, #00c6ff, #7d2ae8);
}

.flip-card {
  perspective: 1000px;
  cursor: pointer;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 240px;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.flip-card:hover .flip-inner,
.flip-card.flipped .flip-inner {
  transform: rotateY(180deg);
}

.flip-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
}

.flip-backs {
  margin: auto !important;
}

.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  padding: 1.5rem;
}

.flip-front {
  background: #f8f9fa;
  color: #333;

  font-size: 33px;
}

.flip-back {
  background: linear-gradient(135deg, #007bff, #00bfff);
  color: #fff;
  transform: rotateY(180deg);
  flex-direction: column;
  justify-content: space-between;
}

.flip-back img {
  max-width: 75%;
}

.flip-backs h5 {
  font-size: 23px;
}

.flip-backs p {
    font-size: 14px;
}

.upl {
  display: flex;
}

#desktop-flip {
  display: ruby;
}

#mobile-flip {
  display: none;
}

/* spec-role css */
.spec-role {
  padding: 2% 0 2% 0;
}

.spec-role a {
  text-decoration: none;
  font-size: 23px;
  color: #000;
}

.job-card-role {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.job-left-role {
  display: flex;
  align-items: center;
  gap: 15px;
}

.job-icon-role {
  width: 60px;
  height: 60px;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 37px;
  transform: rotate(325deg);
}

.job-info-role h3 {
  margin: 0;
  font-size: 23px;
  color: #000;
}

.job-info-role p {
  margin: 5px 0 0;
  color: #000;
  font-size: 14px;
}

.job-actions-role {
  display: flex;
  align-items: center;
  gap: 15px;
}

.share-icon-role {
  font-size: 18px;
  color: #000;
  cursor: pointer;
}

.apply-btn-role {
  background: linear-gradient(90deg, #00c6ff, #7d2ae8);
  color: white;
  border: none;
  padding: 8px 53px;
  border-radius: 8px;
  margin: auto;

  cursor: pointer;
  transition: 0.3s;
}

.apply-btn-role a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}

.apply-btn-role:hover {
  opacity: 0.9;
}

.role-descr {
  padding: 2em;
}

.role-descr h2 {
  color: #000;
  font-size: 23px;
}

.role-descr p {
  color: #000;
  font-size: 14px;
}

.role-descr li {
  color: #000;
  font-size: 14px;

  list-style: none;
}

.role-descr li::before {
  content: "\2611";
  letter-spacing: 5px;

  color: #00abe0;
  font-size: 18px;
}

.role-descr-right {
}

.role-descr-details {
  display: grid;
  grid-template-columns: 150px auto;
  row-gap: 15px;
  column-gap: 40px;
  background: #fff;
  border-radius: 10px;
}

.role-descr-details .label {
  color: #475569;
  font-size: 16px;
}

.role-descr-details .value {
  color: #0f172a;
  font-size: 16px;
}

.role-descr-tags {
  display: flex;
  gap: 10px;
  padding-top: 12px;
}

.role-descr-tags .tag {
  padding: 5px 15px;
  border-radius: 9999px;
  /* pill shape */
  font-size: 14px;
}

.tag-marketing {
  background: #fff4e6;
}

.tag-marketing a {
  color: #f59e0b;
  text-decoration: none;
  font-size: 14px;
}

.tag-design {
  background: #ecfdf5;
}

.tag-design a {
  color: #10b981;
  text-decoration: none;
  font-size: 14px;
}

.skills {
  display: flex;
  flex-wrap: wrap;
  /* allows wrapping to next line */
  gap: 10px;
  max-width: 350px;
}

.skill {
  background: #e0f2fe;
  color: #0284c7;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 14px;

  white-space: nowrap;
}

.modal-form1 h6 {
  font-size: 20px;
}

.modal-form1 p {
  font-size: 14px;
}

.modal-content-role p {
}

.modal-content-role p a {
  text-decoration: none;
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.file-upload-modal {
  border: 2px dashed #e2e8f0;

  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.file-upload-modal:hover {
  background-color: rgb(37 99 235 / 0.05);
}

.case-pawpets img {
  width: 200px;
}

.case-pawpets h2 {
  font-size: 23px;
  color: #000;
}

.case-pawpets p {
  font-size: 14px;

  color: #000;
}

.case-pawpets-icon i {
  color: #000;
  font-size: 25px;
  margin-right: 12px;
}

.case-pawpets-roles {
  margin: 2% 0;
}

.case-pawpets-roles h4 {
  font-size: 23px;

  color: #000;
}

.case-pawpets-roless {
  padding: 12px;
  background: linear-gradient(90deg, #d3f0ff, #f7e6ff);
  border-radius: 8px;
}

.case-service-card {
  position: relative;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  margin: 8px 0;
}

.case-service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.case-service-card h5 {
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
  padding: 0 10px;
  font-size: 14px;
}

.case-service-card:hover {
  transform: scale(1.05);
}

.case-approach {
  margin: 2% 0;
}

.case-approach h4 {
  font-size: 23px;

  color: #000;
}

.case-approach p {
  font-size: 14px;
  color: #000;
}

#loyal-overlay-case p {
  color: #fff !important;
  width: 25%;
}

.case-metrics {
  margin: 2% 0;
}

.case-metrics h4 {
  font-size: 23px;

  color: #000;
}
.case-metrics p{
    font-size: 14px;
}
.case-metrics-card {
  background: #d1d1d1;
  padding: 12px;
  border-radius: 8px;
}

.case-metric-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 15px;
  background: linear-gradient(180deg, #00abe0, #0086ca);
  color: white;
  border-radius: 8px;
}

.case-metric-header i {
  font-size: 24px;
}

.case-metric-header span {
  font-size: 13px;
  width: 35%;
  color: #fff !important;
  text-align: end;
  position: relative;
  left: 52%;
}

/* Footer (Values) */
.case-metric-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  font-size: 14px;
  color: #000;
}

.case-metric-body span {
  font-size: 20px;
}

.case-metric-body .case-highlight {
  font-size: 31px;
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.case-metric-card {
  background: #ecf3f3;
  border-radius: 8px;
  padding: 8px;
  margin: 8px 0;
}

.case-metric-header1 {
  background: linear-gradient(180deg, #7175b6, #957ab6);
}

.case-metric-header2 {
  background: linear-gradient(180deg, #00b0c8, #07466b);
}

.testimonial-content {
  padding: 20px;
  border-radius: 4px;
  text-align: start;
}

.author-name {
  padding: 0px 0px 20px 20px;
}

.author-name h6 {
  font-size: 20px;
}

.author-name p {
  font-size: 14px;

  color: #fff !important;
}

.testimonial-text {
  font-size: 14px;
  line-height: 1.5; 
}

#testimonial-carousel .testimonial-card {
  text-align: start;
  margin-top: 7%;
  border-radius: 8px;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
  border: 1px solid #000;
  border-radius: 8px;
  opacity: 0.5;
}

#testimonial-carousel .owl-item.active.center .testimonial-card {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  border: none;
  background: linear-gradient(180deg, #00abe0, #0086ca);
  color: #fff;
}

#mobile-scratch {
  display: none;
}

.scratch {
  padding: 2% 0 2% 0;
}

.scratch h2 {
  font-size: 40px;
}

.scratch p {
  font-size: 20px;

  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

#desktop-scratch {
  padding-top: 25px;
}

.scratch-card {
  background: white;
  border-radius: 12px;
  padding: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  height: 100%!important;
}

.scratch-card-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.scratch-card-content {
  padding: 20px;
}

.scratchs-card-content h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}

.scratchs-card-content p {
  font-size: 14px;
  color: #000;
  text-align: start;
  width: 100%;
  margin-bottom: 15px;
}

.scratch-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 15px;
}

.scratch-tags span {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 2px 7px;
  margin: 0px 5px;
  border-radius: 5px;
}

.scratch-tag {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 0.75em;
  color: #333;
}

.scratch-social-icons {
  margin-bottom: 15px;
  text-align: center;
  font-size: 23px;
}

.scratch-social-icons i {
  font-size: 1.2em;
  color: #000;
  margin-right: 12px;
  cursor: pointer;
}

.scratch-button {
  display: inline-block;
  text-decoration: none;
  /* background: #e0f0ff; */
  color: #004aad;
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  transition: background 0.3s;
  margin: auto;
  text-align: center;
  border: 1px solid;
}

.scratch-btn1 {
  text-align: center;
}

.scratch-btn1 a {
  text-decoration: none;
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  color: #fff;
  border-radius: 7px;
  padding: 5px 17px 8px 17px;
  font-size: 29px;
}

.thank {
  height: 75.5vh;
}

.blog-detail {
  padding: 12px 0px 21px 0px;
  text-align: center;
  background: linear-gradient(180deg, #0a95dc, #820fbcb2);
}

.blog-detail h2 {
  font-size: 55px;
}

.blog-detail p {
  font-size: 30px;
}

.blog-detail p span a {
  text-decoration: none;
  color: #000;
}

.blog-details-img img {
  border-radius: 8px;
}

.blogdetails-desc.d-flex {
  margin: 12px 0;
}

.blogdetails-date {
  padding: 2px 12px;
  color: #343434;
}

.blogdetails-heading h2 a {
  font-size: 28px;
  text-decoration: none;
  display: block;
  color: #000;
}

.blog-details {
  width: 75%;
  margin: auto;
}

.hiring {
  padding: 2% 0 2% 0;
}

.hiring-heading {
  margin: auto !important;
}

.hiring-heading h5 {
  font-size: 49px;
}

.hiring-step {
  padding: 14px;
}

.hiring-step p {
  font-size: 30px;
}

.hiring-step p span {
  color: #000000ba;
}

.tbs1 {
  margin: 0 auto;
  max-width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.tbs__list {
  display: flex;
  margin: auto;
  padding: 8px 12px;
  border-radius: 12px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

.tbs__item {
  overflow: hidden;
  cursor: pointer;
  padding: 2px 15px;
  margin: auto;
  text-shadow: 0 0 0.5px currentColor;
  letter-spacing: 1px;
  transition: 0.2s;
  font-size: 18px;
  position: relative;
  color: #000000;
}

.tbs__item.is--active {
  color: #fff;
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  border-radius: 9px;
}

.tbs__content {
  padding: 32px;
  border-radius: 0 10px 10px;
}

.tbs__content-item {
  display: none;
}

.tbs__content-item.is--active {
  display: block;
}

.tbs .tbs .tbs__item {
  font-size: 18px;
}

.masonry-new {
  column-count: 2;
  column-gap: 5px;
}

@media (min-width: 768px) {
  .masonry-new {
    column-count: 3;
  }
}

@media (min-width: 992px) {
  .masonry-new {
    column-count: 4;
  }
}

@media (min-width: 1199px) {
  .masonry-new {
    column-count: 5;
  }
}

.masonry-new .brick {
  box-sizing: border-box;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  counter-increment: brick-counter;
}

.masonry-new .brick img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 4px 5px;
  animation: animate 0.4s ease;
}

.portfolio {
  padding: 2% 0 2% 0;
  background: #f0f8ff;
}

.portfolio-container {
  padding: 80px 0;
}

.screen {
  display: block;
  width: 300px;
  height: 350px;
  overflow: hidden;
  position: relative;
  border-radius: 1px;
  margin: 0 auto;
}

.screen img {
  bottom: -1210px;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: top 6s;
  -moz-transition: top 6s;
  -ms-transition: top 6s;
  -o-transition: top 6s;
  transition: bottom 6s;
}

.screen:hover img {
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 6s;
  -moz-transition: all 6s;
  -ms-transition: all 6s;
  -o-transition: all 6s;
  transition: all 6s;
}

.portfolio-title {
  margin: 8px 0px;
  text-align: center;
}

.portfolio-title h5 {
  font-size: 30px;
}

.portfolio-title h5 a {
  text-decoration: none;
  color: #000;
}

.portfolio-content {
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
  justify-content: center;
  margin: auto;
  width: 30% !important;
  border-radius: 8px;
  background-color: #fff;
}

/* Desktop: show tabs, hide dropdown */
.tbs__dropdown {
  display: none;
}

@media (max-width: 768px) {
  /* Mobile: show dropdown, hide tab buttons */
  .tbs {
    margin: 12px 0px 0px 0px;
  }

  .tbs__list {
    display: none;
  }

  .tbs__dropdown {
    display: block;
    width: 100%;
    padding: 8px;
    margin-top: 1rem !important;
    margin-bottom: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
    border: none;
  }

  .tbs__content {
    padding: 0;
  }
}

.bannerss {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

.bannerss i {
  vertical-align: middle;
}

.slideshow {
  position: relative;
}

.slide {
  animation: fade 1s;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.slide img {
  /*animation: zoom 9s linear;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrow {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  margin: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  transition: 0.4s;
  z-index: 1;
  width: 40px;
  height: 40px;
}

.arrow:hover {
  background: white;
  color: black;
}

#arrow-right i.fa {
  position: relative;
  right: -4px;
  top: -3px;
}

#arrow-left i.fa {
  position: relative;
  left: -4px;
  top: -3px;
}

#arrow-right {
  right: 0;
}

.contents {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}

.contents h2 {
  font-size: 45px;
  font-weight: 350;
}

.btns {
  border: none;
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  border-radius: 4px;
  color: white;
  display: inline-block;
  padding: 10px 30px;
  font-size: 22px;
  border-radius: 100px;
}

.btns:hover {
  border: none;
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  border-radius: 100px;
  color: white;
  display: inline-block;
  padding: 10px 30px;
}

.slide1 .contents {
  color: white;
  left: 100px;
  max-width: 500px;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes zoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.5);
  }
}

.whybeinginginious {
  padding: 12px 0;
  background-color: linear-gradient(135deg, #0a96dc88, #820fbc83);
}

.holderCircle {
  width: 90vw;
  max-width: 450px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  margin: auto;
}

.dotCircle {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  inset: 0;
  border-radius: 50%;
  z-index: 20;
}

.dotCircle .itemDot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13%;
  max-width: 80px;
  aspect-ratio: 1/1;
  position: absolute;
  background: #ffffff;
  color: #7d4ac7;
  border-radius: 20%;
  font-size: clamp(18px, 4vw, 30px);
  z-index: 3;
  cursor: pointer;
  border: 2px solid #e6e6e6;
  transition: 0.3s;
}

.dotCircle .itemDot .forActive {
  display: none;
}

.dotCircle .itemDot.active .forActive {
  display: block;
}

.round {
  position: absolute;
  inset: 9%;
  border: 2px dotted #a733bb;
  border-radius: 50%;
  animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
  color: #ffffff !important;
  background: linear-gradient(to right, #7d4ac7 0%, #a733bb 100%);
  border: 2px solid #ffffff;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.contentCircle {
  width: 60%;
  max-width: 250px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
  border-radius: 50%;
  position: absolute;
  text-align: center;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  font-size: clamp(12px, 2vw, 16px);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.CirItem.active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.contentCircle .CirItem i {
  font-size: clamp(60px, 20vw, 180px);
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  opacity: 0.1;
  font-size: 5rem;
}

.title-box .title {
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  z-index: -1;
}

.title-box span {
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  font-weight: 800;
  color: #640178;
}
.content-approch{
    height: 100%;
}
.content-approch h6 {
  font-size: 20px;
}

.content-approch p {
  font-size: 14px;
}

.why h2 {
  font-size: 60px;
  font-weight: 200;
}

.why p {
  font-size: 24px;
  font-weight: 200;
}

.samplework h2 {
  font-size: 60px;
  text-align: center;
}

.gbutton {
  display: inline-block;
  padding: 0.5em 2em;
  border-radius: 40px;
  background: #ffffff;
  font-size: 22px;
  cursor: pointer;
  border: none;
  margin: 10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}

.gbutton:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.gbutton.active {
  color: #fff;
  background: linear-gradient(90deg, #0a95dc, #830fbc);
  /* active background color */
}

.gbutton-group {
  margin: 20px 0;
  text-align: center;
  justify-content: center;
}

.gbutton-group:after {
  content: "";
  display: block;
  clear: both;
}

.masonry img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.grid article {
  background-color: #ffffff;
  display: block;
  float: left;
  margin: 1%;
  width: 23%;
}

/* Desktop styles */
.desktop-filters {
  display: flex;
  gap: 10px;
}

.mobile-filters {
  display: none;
}

/* Mobile styles */
@media (max-width: 768px) {
  .desktop-filters {
    display: none;
  }

  .mobile-filters {
    display: block;
    margin: 10px 0;
  }

  #filterDropdown {
    width: 100%;
    padding: 8px;
    font-size: 16px;
  }
}

.btn-free {
  text-decoration: none;
  border-radius: 20px;
  background: linear-gradient(45deg, #0d6efd, #830fbc);
  animation: glow 1s infinite;
  transition: 0.5s;
  color: #fff !important;
  padding: 10px 16px 0px 16px;
  color: #fff !important;
  letter-spacing: 2px;
}

@keyframes glow {
  0% {
    box-shadow: 0px 1px 4px rgb(131, 15, 188), 0px 1px 4px rgb(131, 15, 188);
  }

  50% {
    box-shadow: 0px 1px 4px rgb(13, 110, 253), 0px 1px 4px rgb(13, 110, 253);
  }

  100% {
    box-shadow: 0px 1px 4px rgb(131, 15, 188), 0px 1px 4px rgb(131, 15, 188);
  }
}

.portrait-container {
  width: min(250px, 70vw);
  /* max width */
  margin: 0 auto;
  position: relative;
  background: #000;
  overflow: hidden;
}

/* fallback for older browsers */
.portrait-container::before {
  content: "";
  display: block;
  padding-top: 177.78%;
  /* 16/9 = 177.78% (portrait 9:16) */
}

.portrait-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* use "cover" to fill/crop */
}

/* modern aspect-ratio support */
@supports (aspect-ratio: 9 / 16) {
  .portrait-container {
    aspect-ratio: 9 / 16;
  }

  .portrait-container::before {
    display: none;
  }
}

.landscape-container {
  width: min(900px, 100vw);
  /* max width */
  margin: 0 auto;
  position: relative;
  background: #000;
  overflow: hidden;
}

/* fallback for older browsers */
.landscape-container::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 9/16 = 0.5625 → 56.25% */
}

.landscape-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* or "cover" to crop */
}

/* modern aspect-ratio support */
@supports (aspect-ratio: 16 / 9) {
  .landscape-container {
    aspect-ratio: 16 / 9;
  }

  .landscape-container::before {
    display: none;
  }
}

/*   
    .accordion-button::after {
      content: "\002B";
      font-size: 32px;
      position: absolute;
      right: 20px;
      padding: 5px 0;
      transition: 0.2s;
      background: linear-gradient(90deg, #0a95dc, #830fbc);
      border-radius: 100%;
      height: 45px;
      width: 45px;
      margin: auto;
      text-align: center;
      color: #fff;
    }

    .accordion-button:not(.collapsed)::after {
      content: "\002D";
       background: linear-gradient(90deg, #0a95dc, #830fbc);
      font-size: 32px;
    } */
