:root {
  --font-display: "Bricolage Grotesque";
  --font-body: "Poppins";
  --h1-desktop: 100px;
  --h2-desktop: 80px;
  --h3-desktop: 46px;
  --h4-desktop: 30px;
  --h5-desktop: 22px;
  --subtitle-desktop: 14px;
  --caption-desktop: 18px;
  --paragraph-desktop: 20px;
  --h1-mobile: 70px;
  --h2-mobile: 40px;
  --h3-mobile: 28px;
  --h4-mobile: 22px;
  --h5-mobile: 20px;
  --subtitle-mobile: 18px;
  --caption-mobile: 16px;
  --paragraph-mobile: 16px;
  --color-blue: #091846;
  --color-orange: #ff6b3d;
  --color-black: #000;
  --color-yellow: #ffb533;
  --color-white: #ffffff;
  --weight-300: 300;
  --weight-400: 400;
  --weight-500: 500;
  --weight-600: 400;
  --weight-700: 700;
  --weight-800: 800;
  --weight-900: 900;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  color: var(--color-black);
  overflow-x: hidden !important;
}

h1,
h2 {
  font-family: var(--font-display);
}

h1 {
  font-size: var(--h1-desktop);
}

h2 {
  font-size: var(--h2-desktop);
}

h3 {
  font-family: var(--font-body);
  font-size: var(--h3-desktop);
}

h4 {
  font-size: var(--h4-desktop);
  font-family: var(--font-display);
}

.caption,
.subtitle,
h5,
p {
  font-family: var(--font-body);
}

h5 {
  font-size: var(--h5-desktop);
}

.subtitle {
  font-size: var(--subtitle-desktop);
}

.caption {
  font-size: var(--caption-desktop);
}

p {
  font-size: var(--paragraph-desktop);
  line-height: 32px;
}

.btn-white-submit,
body {
  background-color: var(--color-white);
}

.btn-orange-outline,
.btn-white-submit {
  font-weight: var(--weight-700);
  line-height: 16px;
  cursor: pointer;
}

.btn,
.btn span,
.nav-link {
  transition: 0.3s;
}

.copy-icon,
.dot {
  vertical-align: middle;
}

.btn-white-submit {
  color: var(--color-orange);
  border: 2px solid var(--color-orange) !important;
  font-size: 16px;
  padding: 11px 45px;
  text-decoration: none;
  border-radius: 92.54px;
  font-family: var(--font-display);
  letter-spacing: 1px;
  border: none;
}

.btn-white-submit:hover {
  border: 2px solid var(--color-orange) !important;
  background-color: var(--color-orange);
  color: var(--color-white);
}

.btn-blue:hover,
.btn-blue:hover::after {
  color: var(--color-blue);
}

.btn {
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  margin: 10px;
}

.btn-white-outline {
  font-size: 16px;
  padding: 8px 45px;
  letter-spacing: 1px;
}
.btn-orange-outline {
  font-size: 16px;
  padding: 11px 45px;
  letter-spacing: 1px;
}

.btn-blue::after,
.btn-orange::after {
  content: "→";
  font-size: 1.4rem;
  opacity: 0;
  transform: scale(0.5);
  transition: 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offcanvas-header {
  justify-content: end !important;
}



.btn-blue:hover::after,
.btn-orange:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.8);
}

.btn-blue:hover span,
.btn-orange:hover span {
  opacity: 0;
  visibility: hidden;
}

.btn-blue {
  background-color: var(--color-blue);
  color: var(--color-white);
}

.btn-blue:hover {
  background-color: transparent;
  border: 2px solid var(--color-blue);
}

.btn-orange-outline {
  /* background: linear-gradient(90deg, #091846 0%, #253E8A 100%); */
  border: 2px solid transparent;
  background:
    linear-gradient(90deg, #091846 0%, #253e8a 100%) padding-box,
    linear-gradient(90deg, #091846 0%, #253e8a 100%) border-box;

  border-radius: 53px;

  color: #fff;
}
.btn-orange-outline:hover {
  background: transparent;
  border: 2px solid rgba(9, 24, 70, 1);
  color: rgba(9, 24, 70, 1);
}
.discover-yellow-btn {
  text-decoration: none;
  background: rgba(255, 181, 51, 1);
  border: 2px solid rgba(255, 181, 51, 1);
  color: rgba(9, 24, 70, 1);
  font-weight: 600;
  border-radius: 53px;
  padding: 10px 31px;
}
.discover-yellow-btn:hover {
  background: #fff;
  border: 2px solid #fff;
  color: rgba(9, 24, 70, 1);
}

.hover-iiner:hover {
  background: #fff;
  border: 2px solid var(--color-blue);
  color: rgba(9, 24, 70, 1);
}

.btn-orange,
.btn-submit-icon:hover {
  background-color: var(--color-orange);
  color: var(--color-white);
}

.btn-orange:hover,
.btn-orange:hover::after {
  color: var(--color-orange);
}

.btn-orange:hover {
  background-color: transparent;
  border: 2px solid var(--color-orange);
}

.btn-orange-outline {
  text-decoration: none;
  border-radius: 92.54px;
  font-family: var(--font-display);
}

.btn-blue-outline,
.btn-white-outline {
  line-height: 18px;
  font-weight: var(--weight-700);
  font-family: var(--font-display);
  text-decoration: none;
}

.btn-white-outline {
  background-color: var(--color-white);
  color: var(--color-orange);
  border-radius: 92.54px;
  border: 2px solid var(--color-white);
}

.mobile-submenu {
  flex-direction: column;
}

.mobile-submenu.show {
  display: flex;
}

.dropdown-toggle::after {
  border: none !important;
}

.ser-btn {
  margin-top: 40px !important;
  margin-bottom: 30px !important;
}

.btn-white-outline:hover {
  border: 2px solid var(--color-white);
  background-color: transparent;
  color: var(--color-white);
}

.small-cta-margin {
  margin: 60px 0 60px;
  height: 100%;
  display: flex;
  align-items: center;
}

.long-cta {
  margin-top: 150px !important;
}

.section-margin {
    margin: 80px 0 5px !important;
}

.case-study-slider {
  /* height: calc(100vh - 80px); */
  /* margin: 0 0 -100px */
}

.btn-blue-outline {
  border: 2px solid rgba(9, 24, 70, 1);
  color: var(--color-black);
  font-size: 18px;
  padding: 12px 45px;
  border-radius: 53.33px;
}

.btn-blue-outline:hover {
  font-size: 18px;
  padding: 12px 45px !important;

  color: var(--color-white);
  border: 2px solid transparent;
  background:
    linear-gradient(90deg, #091846 0%, #253e8a 100%) padding-box,
    linear-gradient(90deg, #091846 0%, #253e8a 100%) border-box;

  border-radius: 53px;
}

.btn-submit-icon {
  border: 2px solid var(--color-orange);
  background-color: #fff;
  font-weight: var(--weight-700);
  font-size: 18px;
  line-height: 100%;
  padding: 9px 34px;
  text-decoration: none;
  border-radius: 92.54px;
  color: var(--color-orange);
}

.btn-black {
  background-color: var(--color-black);
  color: var(--color-white);
}

.btn-black:hover {
  background-color: var(--color-white) !important;
  border: 2px solid var(--color-black) !important;
  color: var(--color-black) !important;
}

.custom-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px !important;
  box-sizing: border-box;
}

.custom-container-testimonial {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px !important;
  box-sizing: border-box;
}

.nav-item.g-header-link,
.nav-link {
  margin-right: 1.5rem;
  position: relative;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.container-padding {
  padding: 0 40px !important;
}

.section-margin-mt {
  margin-top: 80px;
}

.sectin-form {
  /* margin-top: 50px; */
  margin-bottom: 40px;
}

.section-margin {
  margin-top: 80px;
  margin-bottom: 40px;
}

.section-margin-testimonial {
  margin-top: 55px;
  margin-bottom: 90px;
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 40px;
}

.margin-underline,
.section-margin-mb,
.testimonial-title-padding {
  margin-bottom: 40px;
}

.home-h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: Light;
  font-size: 60px;
  line-height: 66px;
  color: #000;
}

.navbar {
  background-color: #fff;
  padding: 16px 0 !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 999;
  height: 80px;
}

.sticky-menu {
  position: fixed;
  background: #fff;
  padding: 14px 36px !important;
  /* margin: 11px; */
  top: 0;
}
.about-wrapper,
.home-wrapper {
  height: calc(100vh - 170px);
  margin: 0;
}

.nav-link,
.navbar-brand {
  color: #000 !important;
}

.nav-link {
  font-family: var(--font-body);
  font-size: 18px !important;
  font-weight: var(--weight-400);
}

.btn-hover-icon,
.headline {
  font-family: var(--font-display);
}

.nav-item.g-header-link {
  cursor: pointer;
}

.btn-close {
  opacity: 1 !important;
}

.g-header-link-text {
  font-size: var(--paragraph-desktop);
  line-height: 26px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  color: #000;
}

.g-header-underline {
  position: absolute;
  left: 0;
  bottom: -5px;
  pointer-events: none;
}

.g-header-link .nav-anim-2 {
  stroke-dasharray: 320;
  stroke-dashoffset: -320;
  transition: stroke-dashoffset 0.4s;
}

.g-header-link:hover .nav-anim-2 {
  animation: 1s cubic-bezier(0.08, 0.69, 0.1, 1) forwards nav-anim;
}

@keyframes nav-anim {
  from {
    stroke-dashoffset: -320;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.nav-item:last-child {
  display: flex;
  align-items: center;
}

.dropdown-menu.custom-dropdown {
  background-color: #091846;
  border: none;
  min-width: 250px;
  border-radius: 0;
  top: 100%;
  left: 0;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: absolute;
  z-index: 9999;
  padding: 0;
  display: block !important;
}

.nav-item.dropdown:hover .dropdown-menu.custom-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu.custom-dropdown .dropdown-item {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--font-body);
  padding: 10px 20px;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}

.dropdown-menu.custom-dropdown .dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-menu.custom-dropdown .dropdown-item:hover {
  background: 0 0;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mobile-submenu {
  display: none;
  transition: 0.3s;
}

.mobile-dropdown.active .mobile-submenu {
  max-height: 500px;
  padding-bottom: 10px;
}

.mobile-dropdown .dropdown-icon {
  font-size: 20px;
  transition: transform 0.3s;
}

.mobile-dropdown.active .dropdown-icon {
  transform: rotate(45deg);
}

.btn-hover-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  padding: 19px 100px !important;
  border: 2px solid #fff !important;
  border-radius: 53.33px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #fff;
  letter-spacing: 1px;
}

.btn-hover-icon:hover {
  background-color: var(--color-white);
}

.btn-hover-icon .icon,
.btn-hover-icon .text {
  position: absolute;
  transition: opacity 0.3s;
}

.btn-hover-icon .icon,
.btn-hover-icon:hover .text,
.fade-element.fade {
  opacity: 0;
}

.btn-hover-icon:hover .icon {
  opacity: 1;
  font-size: 22px;
  color: var(--color-blue);
}

.btn-hover-icon-submit {
  margin: 26px 0 0;
  border: 2px solid #ff6b3d !important;
  color: #ff6b3d;
  padding: 22px 110px !important;
  background-color: transparent;
}

.btn-hover-icon-submit:hover .icon {
  opacity: 1;
  font-size: 22px;
  color: #ff6b3d;
}

.btn-hover-icon-blog {
  margin: 40px 0;
  border: 2px solid #000 !important;
  color: #000;
  padding: 22px 105px !important;
}

.offcanvas-end {
  background-color: #091846 !important;
}

.offcanvas-body .nav-link {
  font-size: 1.25rem;
  margin: 1rem 0;
  color: #fff;
}

.offcanvas {
  transition: transform 0.3s ease-in-out !important;
  display: block !important;
}

.accordion-header .accordion-button {
  padding-left: 0;
}

.accordion-collapse {
  padding-top: 10px !important;
}

.home-wrapper {
  padding: 0px 0 0 40px !important;
}

.about-wrapper {
  padding: 40px 0 0 00px !important;
}

#contactForm,
.text-muted-custom {
  margin-top: 0px;
}

.headline {
  font-weight: var(--weight-300);
  font-size: 60px;
  line-height: 78px;
}

.cursor,
.typewriter-box {
  font-family: var(--font-display);
  font-weight: var(--weight-500);
  font-size: 80px;
  color: #0d0d0d;
}

.position {
  position: relative !important;
  padding-left: 0;
}

.typewriter-box {
  line-height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cursor {
  animation: 0.7s infinite blink;
  height: 10% !important;
}

.home-h4,
.section-header,
.values-pra {
  font-weight: var(--weight-400);
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.underline-svg {
  width: 300px;
  height: auto;
  margin: 10px 0 0px 0;
  pointer-events: none;
}

.underline-svg-case {
  width: 100px;
  height: auto;
  margin: 10px 0 0px 0;
  pointer-events: none;
}

.underline-svg-1 {
  bottom: 4px;
  height: 22px;

  pointer-events: none;
  position: relative;
  margin-bottom: 10px;
}

.values-pra {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.home-h4,
.scroll-text {
  font-family: var(--font-display);
}

.text-muted-custom {
  font-size: 1.2rem;
  color: var(--color-black);
}

.slide-img {
  opacity: 0;
  transform: translateX(100%);
  animation: 1.2s ease-out 0.5s forwards slideIn;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.video-curve-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  /* background: #ccc; */
  /* border-top-left-radius: 882.35px;
    border-bottom-left-radius: 882.35px; */
  overflow: hidden;
  position: relative;
  height: calc(100vh - 220px);
  clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0 100%);
}

video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.logo-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1; 
  background: transparent;
}

.logo-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 40px; /* Logos madhla space */
  animation: scrollMarquee 20s linear infinite;
}

.logo-track img {
  height: 50px; 
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.logo-slider:hover .logo-track {
  animation-play-state: paused;
}


.logo-slider:active .logo-track {
  animation-play-state: paused;
}

/* Pause scroll on hover/touch */
.logo-slider:hover .logo-track {
  animation-play-state: paused;
}

@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.strip {
  position: relative;
  width: 100%;
  overflow: hidden !important;
  white-space: nowrap;
}

.blue-strip {
  background: #091846;
  padding: 20px 0;
  animation: 20s linear infinite bg-left;
  transform: rotate(1deg);
  overflow: hidden;
}

.yellow-strip {
  background: #f7c448;
  padding: 20px 0;
  transform: rotate(-3deg);
  animation: 20s linear infinite bg-right;
}

.scroll-wrapper {
  display: flex;
  width: max-content;
}

.scroll-text {
  display: inline-block;
  font-size: 60px;
  color: #fff;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.scroll-left {
  animation-name: marquee-left;
  animation-duration: 20s;
}

.scroll-right {
  animation-name: marquee-right;
  animation-duration: 20s;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes bg-left {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -200px 0;
  }
}

@keyframes bg-right {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 200px 0;
  }
}

.home-h4 {
  font-size: var(--h4-desktop);
  line-height: 52px;
  letter-spacing: 0;
  color: #000;
}

.blue-underline {
  border-bottom: 3px solid #00b4d8;
  display: inline-block;
}

.cta-section {
  background: #ff6b3d;
  padding: 30px !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button:focus,
.faq-container {
  box-shadow: none !important;
}

.section-header {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  padding: 40px 40px 0 0;
}

.section-header-faq {
  padding: 22px 40px 0 0;
}

.faq-container {
  overflow: hidden;
  border: none !important;
  padding: 40px !important;
}

.service-title {
  font-size: 2rem;
  font-weight: 700;
}

.service-description {
  font-size: 0.875rem;
  color: #bbb;
}

.service-tags {
  font-size: 0.8rem;
  color: #999;
}

.accordion-button {
  color: #fff !important;
  font-size: 1.25rem;
  font-weight: 700;
  border: none;
  background: linear-gradient(90deg, #091846 0%, #253e8a 100%);
  padding: 20px;
}

.accordion-button.collapsed::after {
  content: "+";
  font-size: 32px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-button.collapsed::after,
.accordion-button:not(.collapsed)::after {
  content: "+";
  font-size: 46px;
  margin-left: auto;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
}

.accordion-item {
  background: linear-gradient(90deg, #091846 0%, #253e8a 100%);
  border-bottom: 1px solid #444;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
}

.accordion-button::after {
  background-image: none !important;
}

.tag {
  padding: 8px 25px;
  border-radius: 20px;
  background-color: #f0f0f0;
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: var(--weight-400);
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #f0f0f0;
}

.tag:hover {
  background-color: #fff;
  border: 1px solid #ff6b3d;
  color: #ff6b3d;
}

.captacha__submit {
  display: flex !important;
  align-items: center;
  gap: 60px !important;
}

.tag-wrapper {
  display: flex;
  gap: 20px;
  margin: 14px 0 54px;
}

.tag.active {
  background-color: #ff6b3d;
  color: #fff;
}

.btn-submit {
  border: 1px solid #ff5f2e;
  color: #ff5f2e;
  border-radius: 25px;
  padding: 8px 20px;
  transition: 0.3s;
}

.btn-submit:hover {
  background-color: #ff5f2e;
  color: #fff;
}

.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1055;
}

.section-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: #aaa;
}

.blog-item {
  border-bottom: 1px solid #333;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.3s;
}

.value-box,
.value-icon {
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.blog-title {
  margin-bottom: 0.5rem;
  color: #fff;
  font-family: "Bricolage Grotesque";
  font-weight: var(--weight-600);
  font-size: 26px;
  line-height: 30px;
  letter-spacing: normal;
}

.blog-title:hover {
  color: #ffce58;
}

.blog-meta {
  color: #7d7d7d;
  font-family: Poppins;
  font-weight: var(--weight-400);
  font-size: var(--paragraph-desktop);
  line-height: 26px;
}

.arrow-icon {
  font-size: 1.5rem;
  color: #fff;
}

.footer a,
.footer-h4,
.footer-h5 {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
}

.store-font {
  position: absolute;
  top: -30px;
  left: -9px;
  height: 40px;
  z-index: -1;
}

.footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
  color: #fff;
  padding: 40px 0 15px !important;
  position: relative;
}

.underline-extra-text {
  border-bottom: 4px solid #091846;
}
.underline-extra-text-1 {
  border-bottom: 4px solid var(--color-yellow);
}

.footer-h4 {
  font-family: "Bricolage Grotesque" 48pt;
  font-weight: var(--weight-600);
  letter-spacing: normal;
  letter-spacing: 1px;
}

.footer-input-wrap {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.footer-input-wrap input[type="email"] {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 10px 45px 10px 20px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
}

.footer-input-wrap input[type="email"]::placeholder {
  color: #696969;
}

.footer-input-wrap {
  position: relative;
}

/* 🔥 MAIN FIX */
.footer-input-wrap .submit-btn {
  position: absolute;
  right: 4px;
  top: 4px;
  /* fixed top instead of 50% */
  transform: none;
  /* remove translate */
  background: #091846;
  border: none;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  padding: 4px 20px;
}

.footer a,
.footer-h5 {
  text-decoration: none;
  display: block;
  /* margin-bottom: 30px; */
  font-family: var(--font-display);
  font-weight: var(--weight-600) !important;
  letter-spacing: 1px;
}

.footer-bottom span,
.last-column p a {
  font-weight: var(--weight-400) !important;
}

.last-column p a {
  font-size: 18px !important;
  line-height: 20px !important;
  margin: 0;
  color: #ccddfd;
}

.footer-flex {
  display: flex !important;
  gap: 5px;
  align-items: center !important;
}

.footer .icon {
  margin-right: 10px;
}

.footer .footer-bottom {
  margin-top: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-bottom span {
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 144%;
}

.footer .underline-link {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-bottom: 24px;
}

.footer .underline-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 3px;
  background: #fff;
  transition: width 0.3s ease;
}

.footer .underline-link:hover::after {
  width: 100%;
}

.text-line {
  font-size: var(--caption-desktop);
  font-weight: var(--weight-400);
  line-height: 20px;
  color: var(--color-black);
}

.logo-main {
  height: 50px;
}

.card-text {
  font-weight: var(--weight-600);
  font-size: 26px;
  line-height: 30px;
}

.dot {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.center-image,
.strip-position {
  position: relative;
}

.intern-title {
  font-family: var(--font-display);
  /* font-weight: 600; */
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}

.pricing-card p,
.pricing-card ul li {
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}

.intern-text {
  font-family: Poppins;
  font-weight: 400;
  font-size: var(--paragraph-desktop);
  line-height: 26px;
  text-align: left;
}

.faq-h3,
.home-h3 {
  font-family: var(--font-body);
  color: #000;
}

.about-title,
.img-mar-top,
.team-card,
.team-section,
.value-box {
  text-align: center;
}

.white-circle {
  width: 200px;
  height: 200px;
  background-color: var(--color-white);
  border-radius: 50%;
  position: absolute;
  top: -65px;
  left: 10%;
  transform: translateX(-70%);
  z-index: 0;
  box-shadow: 2.69px 3.59px 9.87px 0.9px #0000000f;
}

.faq-h3,
.home-h3,
.home-pra {
  z-index: 1;
  position: relative;
  font-weight: var(--weight-400);
}

.container-new {
  width: 905px;
  margin: 0 auto;
}

.home-h3 {
  font-size: var(--h3-desktop);
  line-height: 52px;
}

.faq-h3 {
  font-size: 32px;
  line-height: 36px;
  margin: 0;
}

.case-details-top {
  margin: 40px 0;
}

.img-mar-top {
  margin-top: 40px;
}

.blue-underline-1 {
  position: relative;
  display: inline-block;
}

.blue-underline-1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 280px;
  height: 6px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="280px" height="5"><path d="M0,1.5 C50,0 10,5 150,2.5 C200,0 250,5 300,2.5 C350,0 400,5 450,2.5 C500,0 550,5 600,2.5 C650,0 700,5 750,2.5" stroke="%2300aaff" fill="transparent" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

.home-pra {
  font-size: var(--paragraph-desktop);
  line-height: 32px;
}

.accordion-body {
  padding: 0 0 20px !important;
  margin: 0;
}

.our-learning {
  padding-left: 40px;
}

.faq-pra {
  font-weight: var(--weight-400) !important;
  font-size: var(--paragraph-desktop) !important;
  line-height: 26px !important;
  color: #f9f9f9 !important;
}

.form-h1 {
  font-weight: var(--weight-500) !important;
  font-size: var(--h1-desktop) !important;
  line-height: 90px !important;
  color: #101010;
}

.copy-icon {
  cursor: pointer;
  margin-left: 3px;
}

#phone-text {
  margin-left: 10px !important;
}

.copied-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 14px;
  display: none;
  z-index: 1000;
}

.about-h4,
.faq-item.open .faq-content,
.testimonial-author strong {
  display: block;
}

.form-label {
  color: #000;
  font-family: Poppins;
  font-weight: var(--weight-400);
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}

.about-h4,
.small-about {
  font-size: 26px;
  line-height: 30px;
}

.form-control {
  border: none;
  border-bottom: 0.77px solid #bbb;
  border-radius: 0;
  box-shadow: none;
  padding: 0 !important;
}

.form-control:focus {
  border-bottom: 1px solid #000;
  box-shadow: none;
}

.form-control::placeholder {
  font-size: 16px;
  color: #7d7d7d;
  font-weight: 400;
}

.form-group,
.pos-mar {
  margin-bottom: 20px;
}

.highlight-bar {
  width: 60%;
  height: 8px;
  background-color: #ffb533;
  margin-top: 8px;
  border-radius: 2px;
}

.about-h4 {
  font-weight: 400;
  margin-bottom: 8px;
}

.about-new {
  background: linear-gradient(180deg, #091846 0%, #2f4ca3 100%);

  padding: 75px 0 !important;
}

.small-about {
  font-family: var(--font-display);
  font-weight: 400;
  color: #fff;
}

.phone-img,
.small-img-group img {
  width: 100%;
}

.about-title {
  font-family: var(--font-body);
  font-weight: var(--weight-400);
  font-size: 46px;
  line-height: 52px;
  color: #fff;
}

.highlight {
  border-bottom: 3px solid #4d90fe;
}

.value-icon {
  background-color: var(--color-yellow);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.value-box:hover .value-icon {
  transform: translateY(-5px) scale(1.05);
  background-color: var(--color-blue);
  color: #fff;
}

.value-box:hover .value-icon img {
  filter: brightness(0) invert(1);
  transform: translateY(-5px);
}

.value-box {
  border-radius: 10px;
}

.profile-circle,
.team-photo {
  border-radius: 50%;
  display: flex;
}

/* .value-box:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
    padding: 20px 5px 5px;
    background-color: #fff;
} */
.value-icon img {
  transition: transform 0.3s;
  width: 40px;
}

.team-section {
  padding: 60px 0 0;
}

.team-title {
  font-size: 2rem;
  font-weight: 600;
}

.team-wrapper-intern {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center !important;
  gap: 70px;
}

.profile-circle {
  align-items: center;
  justify-content: center;
}

.team-new-intern {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.team-card {
  margin-bottom: 30px;
}

.team-photo,
.team-photo-junior {
  margin-bottom: 10px;
}

.team-photo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-photo {
  width: 160px !important;
  align-items: center;
  justify-content: center;
}

.team-photo img {
  width: 300px;
}

.team-photo-junior img {
  width: 160px;
}

.new-team-photo img {
  width: 410px;
}

.team-name {
  font-weight: 600;
  margin-bottom: 3px;
}

.ghost-cta,
.pricing-card p,
.pricing-card ul li,
.pricing-tier {
  font-weight: 400;
  font-family: var(--font-body);
}

.team-role {
  font-size: 0.9rem;
  color: #555;
}

.package-section {
  background-color: #fff;
  padding: 60px 15px;
}

.pricing-card ul li {
  color: #000;
}

.package-desc {
  max-width: 700px;
  margin: 0 auto 50px;
  color: #555;
  font-size: 15px;
}

.pricing-card {
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 25px 10px;
  height: 100%;
  transition: 0.3s ease-in-out;
}

.pricing-tier {
  font-size: 40px;
  line-height: 100%;
  text-align: left;
  color: #091846;
  margin: 15px 0;
}

.feature-list {
  padding-left: 18px;
  margin-bottom: 20px;
}

.feature-list::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #e3e3e3;
  margin-bottom: 10px;
  padding-bottom: 6px;
}

.feature-list li {
  font-size: 14px;
  color: #444;
  margin-bottom: 5px;
}

.ghost-cta {
  font-size: 13px;
  line-height: 18px;
  color: #7a7a7a;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 15px;
  text-align: start;
  width: 100%;
}

.circle-wrapper,
.circle-wrapper-1 {
  text-align: center;
  margin-left: -20px;
}

.project-btn {
  background-color: #f1f1f1;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  padding: 10px 0;
  width: 100%;
  font-size: 14px;
}

.pricing-card:hover {
  background:
    linear-gradient(rgba(49, 115, 240, 0.7), rgba(49, 115, 240, 0.7))
      center/cover,
    url("../images/calender.svg") center/cover;
  color: #fff;
  border-color: #1663d3;
}

.extr-white:hover,
.pricing-card:hover .feature-list li,
.pricing-card:hover .ghost-cta,
.pricing-card:hover .pricing-tier,
.pricing-card:hover h4,
.pricing-card:hover p {
  color: #fff !important;
}

.pricing-card:hover .project-btn {
  background-color: #fff;
  color: #1663d3;
}

.bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  width: 60px;
  height: 60px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #ffb533;
  border-radius: 50%;
  animation: 1s linear infinite spin;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.post-circle {
  width: 231.02565002441406;
  height: 231.02565002441406;
  top: 40px;
}

.home-h5 {
  font-weight: var(--weight-400);
  font-size: var(--h5-desktop);
  line-height: 26px;
  color: var(--color-black);
  font-family: var(--font-body);
}

.process-container {
  position: relative;
  padding: 100px 15px;
}

.circle-wrapper {
  position: relative;
}

.circle-wrapper-1 {
  position: relative;
  top: -22px;
}

.circle-main {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-yellow {
  background: #ffb533e0;
}

.circle-orange {
  top: -10px;
  background: #ff6b3de0;
}

.circle-blue {
  background: #091846e0;
}

.circle-main img {
  height: 80px;
}

.label-arrow,
.label-arrow-1 {
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 100%;
  position: absolute;
  font-weight: 700;
}

.label-arrow img {
  width: 31px;
  margin-right: -127px;
}

.label-arrow-1 img {
  width: 31px;
  margin-right: 0;
}

.label-discovery {
  top: -60px;
  left: 0;
}

.label-discovery::after {
  top: 25px;
  left: 50px;
  transform: rotate(-45deg);
}

.label-ideation {
  bottom: -60px;
  left: 0;
}

.label-ideation::after {
  bottom: 25px;
  left: 50px;
  transform: rotate(135deg);
}

.label-content {
  top: -60px;
  left: 7%;
  transform: translateX(-50%);
}

.label-content::after {
  top: 25px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

.label-prototype {
  bottom: -60px;
  right: 77px;
}

.label-prototype::after {
  bottom: 25px;
  right: 50px;
  transform: rotate(135deg);
}

.label-test {
  top: -77px;
  right: 133px;
}

.label-test::after {
  top: 25px;
  right: 50px;
  transform: rotate(-45deg);
}

.mob-padding {
  align-items: center;
}

.clock__flex {
  display: flex !important;
  justify-content: space-between !important;
}

@media (max-width: 991px) {
  .underline-svg {
    width: 180px;
  }
  .about-wrapper {
    height: 100%;
    padding: 40px 0 40px 00px !important;
    margin: 0;
  }

  .mob-padding {
    margin: 33px 0 !important;
    padding: 0;
    flex-direction: column-reverse;
  }

    .home-wrapper {
        height: 100%;
        padding: 0 0px 0 0px !important;
    }

    .video-curve-wrapper {

    clip-path:none;
}

  .headline {
    margin-top: 10px;
    font-size: 45px;
    line-height: 55px;
  }

  .small-cta-margin {
    margin: 80px 0 5px;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .captacha__submit {
    gap: 20px !important;
    flex-direction: column;
  }

  .about-wrapper {
    height: auto;
    padding: 10px 0 10px 00px !important;
    margin: 0;
  }

  .podcats-slider-next {
    border: 1px solid #f0f0f0;
    color: #fff;
    top: 100% !important;
    left: 51% !important;
    box-shadow: 4px 4px 7.3px 0 #0000001a;
  }

  .team-card {
    margin-bottom: 0px;
}

.team-section {
    padding: 40px 0 0;
}
  .btn-hover-icon-submit {
    margin: 26px 0 15px;
  }

  .footer a,
  .footer-h5 {
    font-weight: var(--weight-400) !important;
  }

  .accordion-button.collapsed::after,
  .accordion-button:not(.collapsed)::after {
    font-size: 35px;
  }

  .footer-h4,
  .home-h3,
  .small-about {
    font-weight: var(--weight-400);
  }

  .footer {
    padding: 20px 0 10px !important;
  }

  .portfolio-tabs ul li.active {
    font-size: 22px;
  }

  .logo-main {
    height: 28px;
  }

  .logo-track img {
    height: 40px;
  }

  .faq-container {
    padding: 18px 18px 30px !important;
  }

  .extra-service {
    margin-top: 60px;
  }

  .flex-service {
    flex-direction: column;
    gap: 50px;
  }

  .circle-wrapper-1 {
    position: relative;
    top: 0;
    text-align: center;
    margin-left: -20px;
    gap: 20px;
  }

  .about-title {
    font-family: var(--font-body);
    font-weight: var(--weight-600);
    font-size: 28px;
    line-height: 35px;
  }

  .about-h4,
  .section-header {
    font-size: 22px;
    line-height: 26px;
  }

  .footer-left {
    text-align: left;
  }

  .accordion-button {
    font-size: 20px;
    padding: 14px 20px;
    line-height: 25px;
  }

  .faq-h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .cta-subtext {
    font-size: 13px;
    line-height: 18px;
  }

  .blog-title {
    margin-bottom: 0.1em;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
  }

  .container-main {
    padding: 90px 20px 18px !important;
  }

  .home-h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
  }

  .container-padding {
    padding: 18px 18px !important;
  }

  .scroll-text {
    font-size: 40px;
  }

  .home5pad {
    margin-bottom: 32px !important;
  }

  .btn-orange-outline {
    font-size: 16px;
    padding: 10px 38px;
  }

  .section-header-faq {
    padding: 12px 40px 10px 0;
  }

  .headline {
    font-size: 40px !important;
    line-height: 40px !important;
  }

  .underline-svg {
    bottom: 19px;
    height: 21px;
    pointer-events: none;
  }

  .cursor,
  .typewriter-box {
    font-size: 54px !important;
  }

  .label-arrow,
  .label-arrow-1 {
    font-size: 15px;
  }

  .carousel-item-new {
    height: auto !important;
  }

  .carousel-bottom-arrows {
    display: none !important;
  }

  .circle-main {
    width: 100px;
    height: 100px;
  }

  .circle-main i {
    font-size: 10px;
  }

  .circle-main img {
    height: 30px;
  }

  .label-arrow-1 {
    font-family: var(--font-display);
    font-weight: 600;
  }

  .label-ideation {
    bottom: -32px;
    left: 19px;
  }

  .label-discovery {
    top: -49px;
    left: 56px;
  }

  .label-prototype {
    bottom: -37px;
    right: 77px;
  }

  .label-test {
    top: -38px;
    right: 158px;
  }

  .package-title,
  .pricing-tier {
    font-size: 28px;
  }

  .label-content {
    top: -11px;
    left: 24%;
    transform: translateX(-50%);
  }

  .label-arrow img {
    width: 31px;
    margin-right: -19px;
  }

  .form-h1 {
    font-weight: var(--weight-500);
    font-size: var(--h1-mobile);
    line-height: 70px;
  }

  .none-data{
    display: none;
  }

  .faq-pra {
    font-size: var(--paragraph-mobile) !important;
    line-height: 26px !important;
  }

  .blue-underline-1::after {
    width: 100px !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100px" height="5"><path d="M0,1.5 C50,0 10,5 150,2.5 C200,0 250,5 300,2.5 C350,0 400,5 450,2.5 C500,0 550,5 600,2.5 C650,0 700,5 750,2.5" stroke="%2300aaff" fill="transparent" stroke-width="2"/></svg>');
  }

  .container-new {
    width: 100%;
    margin: 0 auto;
    padding: 18px;
  }

  .white-circle {
    width: 136px;
    height: 136px;
    top: -23px;
    left: 21%;
    transform: translateX(-50%);
  }

  .home-h3 {
    font-size: var(--h3-mobile);
    line-height: 36px;
  }

  .small-about {
    font-size: 16px;
    line-height: 20px;
  }

  .home-pra {
    font-size: var(--paragraph-mobile);
    line-height: 22px;
    padding: 0 5px;
  }

  .card-text {
    font-size: 28px;
    line-height: 30px;
  }

  .text-line {
    font-size: var(--caption-mobile);
    line-height: 18px;
  }

  .footer {
    text-align: center;
  }

  .footer .row > div {
    margin-bottom: 0px;
  }

  .footer .footer-bottom {
    margin-top: 0px !important;
    gap: 0;
  }

  .footer .underline-link {
    position: relative;
    display: inline-block;
    /* width: fit-content !important; */
    margin-bottom: 10px;
}

.footer .underline-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 3px;
    background: none;
    transition: width 0.3s ease;
}
  .cursor,
  .typewriter-box {
    font-size: var(--h1-mobile);
    line-height: 65px;
  }

  .headline,
  h2 {
    font-size: var(--h2-mobile);
  }

  .home-h4 {
    font-size: var(--h4-mobile);
    line-height: 32px;
  }

  h1 {
    font-size: var(--h1-mobile);
  }

  h3 {
    font-size: var(--h3-mobile);
  }

  h4 {
    font-size: var(--h4-mobile);
  }

  h5 {
    font-size: var(--h5-mobile);
  }

  .subtitle {
    font-size: var(--subtitle-mobile);
  }

  .caption {
    font-size: var(--caption-mobile);
  }

  p {
    font-size: var(--paragraph-mobile);
  }

  .section-margin {
    margin-top: 40px !important;
    margin-bottom: 10px !important;
  }

  .rtx-padding {
    padding-top: 25px;
  }

  .custom-container {
    margin: 0 auto;
    padding: 0 15px !important;
  }

  .tag-wrapper {
    display: flex;
    gap: 11px;
    margin: 11px 0 47px;
  }

  .tag {
    padding: 6px 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .mobile-top{
    margin-top: 20px;
  }

  .video-padding {
    padding: 0 0 0px 0px !important;
    margin-bottom: 20px;
  }

  .index-wrapper{
    padding: 16px;
    margin-bottom: 20px;
  }

  .logo-track {
    display: flex;
    gap: 25px;
    width: max-content;
}

  .footer-bottom span {
    font-size: 14px;
    line-height: 144%;
    text-align: left;
  }

  .video-curve-wrapper {
    height: 100%;
  }

  .center-image img {
    width: 236px;
    height: 219px;
  }
}

.blog-footer-desc,
.blog-name,
.pra-name-new,
.pro-name,
.pro-title,
.text-p {
  letter-spacing: 0;
}

@media (max-width: 991.98px) {

  /* Mobile Call Icon Circle */
.mobile-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: var(--color-blue);
  color: #ffffff !important; /* White phone icon */
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
}

/* Hamburger Icon Style */
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
}

.navbar-toggler .fa-bars {
  color: var(--color-blue);
  font-size: 26px;
}
  .new-team-photo img {
    width: 320px;
  }

  .card-case-study {
    padding: 0;
  }

  .nav-link {
    font-family: var(--font-body);
    font-size: 16px !important;
    font-weight: var(--weight-400);
    margin-right: 1.5rem;
    position: relative;
    transition: 0.3s;
    color: #fff !important;
  }

  .offcanvas-body .nav-link {
    margin: 6px 0;
    color: #fff;
  }

  .mobile-contact-btn {
    margin-right: 24px;
  }

  .navbar-toggler {
    border: none;
    margin-left: 15px;
    padding: 0;
  }
}

.apply-btn,
.icon-slider-name {
  font-family: var(--font-display);
}

@media (min-width: 768px) and (max-width: 991px) {
  .extra-column {
    display: flex;
    flex-direction: row !important;
    gap: 20px;
  }

  .latest-img {
    width: 100%;
    height: 71% !important;
    object-fit: cover;
    border-radius: 12px;
  }
}

@media (max-width: 1199px) {
  .testimonial-slider .testimonial-card {
    height: auto !important;
  }

  .intern-text,
  .intern-title {
    text-align: center;
  }

  .team-new-intern {
    flex-direction: column;
  }

  .form-h1 {
    font-weight: var(--weight-500) !important;
    font-size: 80px !important;
    line-height: px !important;
    color: #101010;
  }

  .latest-img-full {
    width: 100%;
    height: 85%;
  }

  .latest-img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    border-radius: 12px;
  }

  .cursor,
  .typewriter-box {
    font-size: 80px;
    line-height: 66px;
  }

  .text-muted-custom {
    font-size: 16px;
  }
}

.faq-icon,
.logo {
  border-radius: 50%;
  color: #fff;
}

.logo {
  width: 60px;
  height: 60px;
  background-color: #2563eb;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.faq-icon,
.logo-services img {
  height: 35px;
}

.faq-header {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s;
}

.faq-question {
  font-weight: 500;
  font-size: 16px;
}

.faq-icon {
  background-color: #091846;
  font-size: 16px;
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  flex-shrink: 0;
}

.faq-content,
.icon-slider-navBtn::after,
.icon-slider-navBtn::before {
  display: none;
}

.faq-item {
  border-bottom: 1px solid #c3c3c3 !important;
}

.services-bg {
  background: #000;
  padding: 60px 0 108px;
}

.services-bg div {
  color: #fff;
}

.faq-item.open .faq-icon::before {
  content: "\f068";
}

.faq-content {
  padding: 0 20px 16px;
  font-size: 15px;
  color: #000;
}

.icon-slider-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 25px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 3px 2px 8.1px 0 #0000001a;
  margin: 0 30px;
  height: 350px;

  transition:
    background 0.4s ease,
    border-color 0.4s ease,
    transform 0.3s ease;
}

/* Hover Effect */
.icon-slider-card:hover {
  background: linear-gradient(180deg, #ffe4b3 0%, #ffb93e 100%);
  border-color: #eaeaea;
  box-shadow: 3px 2px 8.1px 0px #0000001a;

  transform: translateY(-5px);
}

.icon-slider-card-content,
.icon-slider-image-content {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

.icon-slider-image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}

.icon-slider-card-content p {
  text-align: start;
}

.icon-slider-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 25px 25px 0;
}

.icon-slider-card-image {
  position: relative;
  /* height: 115px;
    width: 115px; */
  border-radius: 50%;
  background: #ededed;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-slider-card-img {
  height: 40px;
  width: 40px;
}

.carousel-icon-new,
.icon-slider-navBtn {
  width: 48px;
  box-shadow: 4px 4px 7.3px 0 #0000001a;
}

.icon-slider-card-img-1 {
  position: absolute;
}

.icon-slider-name {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-align: start;
  line-height: 30px;
}

.icon-slider-description {
  font-size: 14px;
  color: #707070;
  text-align: center;
}

.icon-slider-button {
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 8px 16px;
  background-color: #4070f4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.icon-slider-button:hover {
  background: #265df2;
}

.icon-slider-navigation-wrapper {
  text-align: center;
  margin-top: 30px;
  display: flex;
  gap: 60px;
  justify-content: center;
}

.icon-slider-navBtn {
  position: relative;
  display: inline-block;
  color: #000;
  transition: color 0.3s;
  margin: 0 10px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.icon-slider-navBtn:hover {
  color: #4070f4;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: 0;
  transform: none;
}

.swiper-pagination-bullet {
  background-color: #6e93f7;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #4070f4;
}

@media screen and (max-width: 768px) {
  .icon-slider-content {
    margin: 0 10px;
  }

  .form-h1 {
    font-weight: var(--weight-500) !important;
    font-size: 70px !important;
    line-height: 70px !important;
    color: #101010;
  }

      .form-h1 {
        font-weight: var(--weight-500) !important;
        font-size: 40px !important;
        line-height: 59px !important;
        color: #101010;
        text-align: center;
    }
}

.testimonial-box {
  background-color: #f65e39;
  color: #fff;
  border-radius: 10px;
  padding: 45px 54px 29px;
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  height: auto;
  transition: 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: block;
}

.quote {
  position: absolute;
  left: 0;
  top: 22%;
}

.quote img {
  height: 54px;
  width: 64px;
}

.testimonial-author {
  text-align: center;
  margin-top: 30px;
}

.carousel-icon-new {
  background-color: #fff;
  color: #000;
  height: 48px;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-inner {
  position: relative;
  width: 100%;
  min-height: 471px;
}

.new-carousel {
  height: 100% !important;
}

.testimonial-container {
  min-height: 580px;
}

.carousel-icon-new:hover {
  background-color: #ff6b3d;
  color: #fff;
  border: none;
}

.social-icons img {
  margin: 0 -7px;
  width: 40px;
  height: 40px;
}

.apply-btn {
  border-radius: 48.36px;
  border: 0.81px solid #000;
  padding: 8px 20px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
}

.job-row {
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

.job-row:hover {
  background-color: var(--color-yellow);
  color: #fff;
}

.job-row:hover .apply-btn {
  background-color: transparent;
  color: #fff;
  border: 0.81px solid #fff;
}

.contact-h5,
.mobile-career {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}

.contact-pad {
  padding: 43px 28px;
}

.job-row:first-child {
  border-top: none;
}

@media (max-width: 1070px) {
  .carousel-inner {
    position: relative;
    width: 100%;
  }

  .mobile-cta-pdk {
    margin-top: 31px;
  }
}

.container-main {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 150px 20px 60px;
}

.center-image img {
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.3s;
}

.side-images {
  position: absolute;
  width: 60px;
  height: 100%;
  pointer-events: none;
}

.latest-img,
.latest-img-full {
  height: auto;
  object-fit: cover;
}

.fade-element {
  position: absolute;
  opacity: 1;
  transition: opacity 0.6s;
  pointer-events: auto;
}

.side-images p.fade-element {
  font-family: "Bricolage Grotesque";
  font-size: 26px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
}

.side-images img.fade-element {
  object-fit: contain;
  cursor: pointer;
}

#left-images {
  left: -90px;
  top: 0;
}

#right-images {
  right: -90px;
  top: 0;
}

#left-images .fade-element:first-child {
  top: 202px;
  left: 101px;
  transform: rotate(13deg);
}

#left-images .fade-element:nth-child(2) {
  top: -94px;
  left: 313px;
}

#left-images .fade-element:nth-child(3) {
  top: -50px;
  left: -7px;
}

#left-images .fade-element:nth-child(4) {
  top: 128px;
  left: -48px;
}

#left-images .fade-element:nth-child(5) {
  top: 446px;
  left: 648px;
  transform: rotate(-22deg);
}

#left-images .fade-element:nth-child(6) {
  top: 350px;
}

#right-images .fade-element:first-child {
  top: -48px;
  right: -30px;
}

#right-images .fade-element:nth-child(2) {
  top: 106px;
  right: -34px;
  width: 38px;
}

#right-images .fade-element:nth-child(3) {
  top: 141px;
  left: -110px;
}

#right-images .fade-element:nth-child(4) {
  top: 205px;
  right: -51px;
}

#right-images .fade-element:nth-child(5) {
  top: 48px;
  right: 140px;
  transform: rotate(26deg);
}

#right-images .fade-element:nth-child(6) {
  top: 420px;
  right: 157px;
}

.padding-we-dont {
  padding: 120px 0 !important;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: #fff;
  outline: 0;
  /* background: #000 */
  border: 1px solid var(--color-blue);
}

.custom-toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: none;
  min-width: 250px;
}

.clk-viewmore-btn,
.thank-you-card h1 {
  position: relative;
  display: inline-block;
}

.custom-toast-message {
  padding: 12px 18px;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  animation: 0.5s fadeSlide;
}

.toast-success {
  background-color: #28a745;
}

.toast-danger {
  background-color: #dc3545;
}

.toast-primary {
  background-color: #007bff;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.clk-viewmore-btn {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #787878;
  text-decoration: none;
  padding-bottom: 5px;
  transition: color 0.3s;
}

.latest-card,
.latest-card-full {
  color: #000;
  text-decoration: none;
}

.clk-viewmore-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #787878;
  transition: width 0.4s;
}

.btn-home {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .contact-h5 {
    font-size: 16px;
    line-height: 20px;
  }

  .clk-viewmore-btn {
    font-size: 13px;
  }

  .thank-you-card h1 {
    font-size: 44px;
    line-height: 44px;
    padding-bottom: 20px;
    margin-bottom: -10px;
  }

  .thank-you-card h1::after {
    right: 28px;
    bottom: 2px;
    width: 72%;
    height: 6px;
  }

  .btn-orange-outline-th {
    font-size: 13px !important;
    padding: 9px 19px !important;
  }

  .side-images {
    width: 45px;
  }

  .fade-element {
    width: auto;
    height: auto;
    font-size: 12px;
  }

  .side-images img.fade-element {
    width: 80px;
    height: 80px;
  }

  #left-images {
    left: -70px;
  }

  #right-images {
    right: -70px;
  }

  #left-images .fade-element:first-child {
    top: 79px;
    left: 54px;
  }

  #left-images .fade-element:nth-child(2) {
    top: -58px;
    left: 166px;
  }

  #left-images .fade-element:nth-child(3) {
    top: -38px;
    left: 4px;
  }

  #left-images .fade-element:nth-child(4) {
    top: 55px;
    left: -14px;
  }

  #left-images .fade-element:nth-child(5) {
    top: 185px;
    left: 266px;
  }

  #left-images .fade-element:nth-child(6) {
    top: 310px;
    left: 5px;
  }

  #right-images .fade-element:first-child {
    top: -26px;
    right: 3px;
  }

  #right-images .fade-element:nth-child(2) {
    top: 23px;
    right: -16px;
    width: 27px;
  }

  #right-images .fade-element:nth-child(3) {
    top: 47px;
    left: -48px;
  }

  #right-images .fade-element:nth-child(4) {
    top: 110px;
    right: -15px;
  }

  #right-images .fade-element:nth-child(5) {
    top: 17px;
    right: 81px;
    transform: rotate(8deg);
    font-size: 14px;
  }

  #right-images .fade-element:nth-child(6) {
    top: 159px;
    right: 117px;
  }

  .side-images p.fade-element {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .arrow-icon img {
    width: 40px;
  }

  .center-image img {
    width: 160px;
    height: 160px;
  }

  .side-images img.fade-element {
    width: 58px;
    height: 62px;
  }

  #right-images .fade-element:nth-child(5) {
    top: 4px;
    right: 69px;
  }

  #right-images .fade-element:nth-child(3) {
    top: 32px;
    left: -35px;
  }

  #right-images .fade-element:nth-child(2) {
    top: 16px;
    right: -2px;
    width: 27px;
  }

  #right-images .fade-element:nth-child(4) {
    top: 73px;
    right: -1px;
  }

  #left-images .fade-element:nth-child(5) {
    top: 138px;
    left: 200px;
  }

  #right-images .fade-element:nth-child(6) {
    top: 114px;
    right: 104px;
  }

  #left-images .fade-element:first-child {
    top: 55px;
    left: 39px;
  }

  #left-images .fade-element:nth-child(3) {
    top: -32px;
    left: 28px;
  }

  #left-images .fade-element:nth-child(4) {
    top: 31px;
    left: -7px;
  }

  .side-images p.fade-element {
    font-size: 12px !important;
  }
}

.latest-wrapper {
  padding-top: 40px;
}

.latest-heading {
  font-family: Poppins;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin: 40px 0;
}

.latest-img {
  width: 100%;
  border-radius: 10px;
}

.latest-img-full {
  width: 100%;
  border-radius: 20px;
}

.latest-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  margin-top: 8px;
}

.latest-card {
  margin-bottom: 30px;
  padding: 10px;
}

.section-margin-service {
  margin-top: 40px;
}

.latest-card-full {
  margin-bottom: 25px;
}

.svg-icon-range {
  top: 40px;
}

.latest-date {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #777;
}

.latest-load-btn {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 6px 20px;
  font-size: 0.9rem;
  background-color: #fff;
  margin: 20px 0 60px;
}

.custom-blog-footer {
  /* background:linear-gradient(180deg, #091846 0%, #2F4CA3 100%); */

  color: #000;
  text-align: center;
  padding: 60px 20px;
}

.blog-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
}

.blog-footer-desc-title {
  font-family: Poppins;
  font-weight: 400;
  font-size: 36px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 0;
}

.blg-meta-info div:first-child,
.blog-footer-desc {
  font-family: Poppins;
  font-weight: 400;
  line-height: 26px;
}

.blog-footer-desc {
  font-size: 16px;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}

.blog-footer-btn {
  background-color: #ff5722;
  border: none;
  border-radius: 20px;
  padding: 8px 24px;
  color: #fff;
  font-size: 0.9rem;
}

.latest-card,
.latest-card-full {
  position: relative;
  overflow: hidden;
}

.latest-card img,
.latest-card-full img {
  width: 100%;
  display: block;
  transition: transform 0.5s;
}

.blg-author,
.blg-author-section,
.blg-meta-section,
.carousel-icon,
.portfolio-tabs ul {
  display: flex;
  display: flex;
}

.latest-card-full:hover,
.latest-card:hover {
  transform: scale(1.01);
}

.latest-card-full::after,
.latest-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s;
  z-index: 1;
}

@media (max-width: 768px) {
  .svg-icon-range {
    top: 60px;
  }

  .btn-hover-icon-blog {
    margin: 0 0 40px;
    padding: 18px 95px !important;
  }

  .latest-img,
  .latest-img-full {
    width: 100%;
    height: 57%;
  }

  .blog-footer-desc-title {
    font-size: 22px;
    line-height: 31px;
  }

  .latest-title {
    font-size: 22px;
    line-height: 27px;
  }

  .latest-heading {
    font-size: 28px;
    line-height: 24px;
  }
}

.blg-container {
  padding: 20px 20px !important;
}

.blg-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.blg-meta-section {
  align-items: center;
  gap: 15px;
  margin: 10px 0 20px;
}

.blg-author {
  gap: 40px;
  align-items: center;
}

.blg-author-img {
  width: 252px;
  height: 252px;
  border-radius: 50%;
}

.blg-author-img-1 {
  width: 61px;
  height: 70px;
  border-radius: 50%;
}

.blg-meta-info {
  font-size: 0.95rem;
}

.blg-key-list li,
.blg-paragraph {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.blg-meta-info div:first-child {
  font-size: 18px;
}

.blg-meta-info div:last-child {
  font-size: 0.85rem;
  color: #777;
}

.blg-paragraph {
  margin-bottom: 20px;
}

.blg-img {
  width: 100%;
  border-radius: 12px;
  margin: 30px 0;
}

.blg-takeaway-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 30px;
}

.blg-key-list {
  padding-left: 0.1rem;
  list-style-position: inside;
}

.blg-key-list li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.blg-author-section {
  align-items: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.blg-author-img-lg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}

.blg-author-info,
.blg-form-control {
  font-size: 0.9rem;
}

.blg-related-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 40px 0 20px;
}

.blg-related-card {
  border: none;
  text-decoration: none;
}

.blg-related-img {
  border-radius: 12px;
  width: 100%;
  height: auto !important;
  object-fit: cover;
}

.blg-related-text {
  font-size: 0.95rem;
  font-weight: 500;
  margin-top: 10px;
}

.blg-sidebar-box {
  border: 1px solid #d5d5d5;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  background-color: #fff;
}

.blg-toc-title {
  margin-bottom: 0 !important;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
}

.blg-newsletter-title,
.news-letter {
  font-size: 46px;
  line-height: 52px;
  text-align: center;
  font-family: Poppins;
  font-weight: 400;
}

.blg-newsletter-title {
  margin-bottom: 10px;
}

.news-letter {
  color: #091846;
}

.blg-btn-subscribe {
  background-color: #ff5722;
  color: #fff;
  border: none;
  padding: 8px 20px;
  font-size: 0.9rem;
  border-radius: 20px;
}

.pro-title {
  font-family: Poppins;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}

.pro-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #3477f6;
}

.pra-name-new {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #777;
}

.dtr-img-caption,
.portfolio-tabs ul li,
.portfolio-tabs ul li.active,
.ser-h5 {
  font-family: var(--font-display);
}

.blg-key-list li::marker {
  font-size: 20px;
  color: #ffb533;
}

@media (min-width: 992px) {
  .blg-sticky-sidebar {
    position: sticky;
    top: 100px;
  }
}

.portfolio-tabs {
  border-bottom: 2px solid #bbb;
  border-top: 2px solid #bbb;
  padding: 20px 0;
  margin-bottom: 50px;
  margin-top: 30px;
}

.portfolio-tabs ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  flex-wrap: wrap;
  gap: 30px;
  font-size: 15px;
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.portfolio-tabs ul li {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #939393;
  transition: 0.3s;
  flex-shrink: 0;
}

.portfolio-tabs ul::-webkit-scrollbar {
  display: none;
}

.portfolio-tabs ul li.active {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #000;
  border-bottom: 3px solid #ff6b3d;
}

.portfolio-tabs ul li.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ff3c00;
}

.portfolio-card img {
  border-radius: 10px;
  position: relative;
}

.portfolio-caption {
  font-variant: var(--font-display);
  position: absolute;
  font-size: 17px;
  font-weight: 600;
  margin-top: -29px;
  text-align: left;
  z-index: 1;
  background: #fff;
  padding: 4px 42px;
  cursor: pointer;
}

.portfolio-caption:hover {
  color: #0279ff;
}

.portfolio-caption span {
  color: #0056d2;
}

.testimonial-slider .testimonial-card {
  background-color: #fff;
  color: #000;

  padding: 40px;
  border-radius: 10px;
  margin: 20px;
  position: relative;
  width: 100%;
  box-shadow: 0px 9px 7.7px 0px #09184640;
  border: 1px solid #dddddd;
}

.testimonial-card .quote {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.3);
  margin: 0;
  line-height: 0;
  text-align: left;
}

.testimonial-text {
  font-size: var(--paragraph-desktop);
  color: #000;
  font-weight: 400;
  line-height: 26px;
}

.testimonial-name {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
}

.testimonial-role {
  font-size: 16px;
  color: #000;
  font-weight: 400px;
}

.slick-next,
.slick-prev {
  top: auto;
  transform: none;
  left: 50%;
}

.slick-prev {
  margin-left: -40px;
}

.slick-next {
  margin-left: 10px;
}

.carousel-icon {
  position: absolute;
  bottom: -50px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 4px 4px 7.3px 0 #0000001a;
  height: 48px;
  width: 48px;
  color: #000;
  padding: 12px 14px;
  border-radius: 50% !important;
  z-index: 10;
  cursor: pointer;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
}

.blg-tag,
.dtr-tags span,
.dtr-title-dot {
  display: inline-block;
}

.carousel-prev {
  left: 50%;
  transform: translateX(-80px);
}

.carousel-next {
  left: 99%;
  transform: translateX(40px);
}

.icons-flex-plans {
  margin-bottom: 110px;
  text-align: center;
}

.ser-h5 {
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
}

.dtr-wrapper {
  margin-top: 50px;
  padding: 40px 20px;
}

/* .dtr-title-dot {
    height: 10px;
    width: 10px;
    background-color: #ff5722;
    border-radius: 50%;
    margin-right: 8px
} */

.dtr-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.dtr-description {
  max-width: 400px;
  color: #555;
  font-size: 15px;
}
.dtr-tags span {
  border: 1px solid #ffb533;
  border-radius: 100px;
  padding: 7px 19px;
  margin: 5px;
  font-size: 16px;
  line-height: 26px;
}

.ser-h4 {
  font-weight: 400;
  font-size: 26px;
  line-height: 46px;
}

.dtr-blue-card img,
.dtr-img-card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.dtr-img-caption {
  margin-top: 10px;
  font-weight: 600;
  font-size: 26.99px;
  line-height: 42.68px;
}

.dtr-blue-caption {
  margin-top: 10px;
  font-weight: 500;
}

.blg-intro-title,
.hblg-approach-title {
  font-size: 2rem;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  position: relative;
}

.blg-intro-text,
.hblg-approach-text {
  font-size: 14px;
  line-height: 1.7;
  color: #000;
}

.blg-tag {
  border: 1px solid #000;
  border-radius: 25px;
  padding: 10px 19px;
  font-size: 15px;
  margin: 5px 5px 15px 0;
  background-color: #fff;
  font-weight: 400;
}

.blg-section-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.blg-small-text {
  font-size: var(--paragraph-desktop);
  font-weight: 400;
  line-height: 20px;
  font-weight: var(--font-body);
}

.hblg-img-box,
.testblg-img-box {
  border-radius: 20px;
  overflow: hidden;
}

.hblg-img,
.podcast-image img,
.testblg-img {
  width: 100%;
  height: auto;
  display: block;
}

.hblg-img-pink {
  margin-right: 16px;
}

.hblg-img-blue {
  margin-left: 16px;
}

.margin-title10 {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .mobile-career {
    display: none;
  }

  .blg-tag {
    font-size: 16px;
    padding: 4px 12px;
  }

  .testblg-quote::before {
    top: -13px !important;
    left: -16px !important;
  }

  .testblg-quote::after {
    bottom: -80px !important;
    right: -30px !important;
  }

  .hblg-approach-text {
    text-align: justify;
  }

  .home-h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 51px;
  }

  .case-details-top {
    margin: 40px 0 !important;
  }

  .margin-title10 {
    margin-top: 18px;
  }

  .hblg-img-pink {
    margin-right: 0;
  }

  .hblg-img-blue {
    margin-left: 0;
  }
}

.testblg-quote-box {
  background-color: #ff6b3d;
  padding: 60px 30px;
  text-align: center;
  color: #fff;
}

.testblg-quote {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding: 31px 20px 10px;
}

.testblg-quote::after,
.testblg-quote::before {
  content: "";
  position: absolute;
  width: 79px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.testblg-quote::before {
  background-image: url("../images/case-study/left-quote.webp");
  top: 26px;
  left: -40px;
}

.testblg-quote::after {
  background-image: url("../images/case-study/right-quote.png");
  bottom: -20px;
  right: -30px;
}

.testblg-author {
  font-weight: 600;
  margin-top: 20px;
}

.testblg-role {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-top: -8px;
}

.swiper-pagination {
  margin-top: 10px;
  text-align: center;
}

.slider-container {
  width: 90%;
  margin: 60px auto 100px;
  position: relative;
}

.slick-dots {
  display: none !important;
}

.slick-next,
.slick-prev {
  background: var(--color-blue);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 1000;
  position: absolute;
  bottom: -60px;
}

.podcats-slider-next,
.slick-prev {
  border: 1px solid #fff;
  top: -10%;
  box-shadow: 4px 4px 7.3px 0 #0000001a;
}

.slick-prev {
  border: 1px solid #fff;
  top: -10%;
  box-shadow: 4px 4px 7.3px 0 #0000001a;
}

.slick-next:before,
.slick-prev:before {
  font-family: Arial;
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: #fff !important;
}

.slick-prev {
  left: 94%;
}

.podcats-slider-next {
  color: #fff;
  left: 94%;
}

.podcast-card {
  max-width: 420px;
  margin: 20px;
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0 #00000026;
  border: 1px solid silver;
  overflow: hidden;
  background-color: #fff;
}

.podcast-body {
  padding: 17px;
  height: 260px;
}
.podcast-body:hover {
  padding: 17px;
  background: linear-gradient(180deg, #ffe5b7 0%, #ffb533 100%);
  box-shadow: 4px 4px 4px 0px #00000026;
}

.podcast-header {
  color: #000;
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.podcast-subtitle {
  color: #000;
  margin-bottom: 15px;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.podcast-desc {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}

.watch-button-new,
.watch-button,
.watch-button-1 {
  align-items: center;
  gap: 8px;
  color: #fff;
  transition: background-color 0.3s;
  text-decoration: none;
}

.watch-button {
  position: relative;
  display: inline-flex;
  background-color: rgba(255, 181, 51, 1);
  border: none;
  padding: 0 0 0 8px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 14px;
}

.watch-button-new {
  position: relative;
  display: inline-flex;
  background: linear-gradient(90deg, #091846 0%, #253e8a 100%);

  border: none;
  padding: 0 0 0 8px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 14px;
}
.watch-button-new:hover {
  position: relative;
  display: inline-flex;
  background: #fff;

  border: none;
  padding: 0 0 0 8px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 14px;
}

.watch-button-1 {
  background-color: #fff;
  border: none;
  color: #000;
  padding: 13px 30px;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13.99px;
  line-height: 15.74px;
}

.watch-button-1:hover {
  background: linear-gradient(180deg, #091846 0%, #2f4ca3 100%);

  text-decoration: none;
  color: #fff;
}
.watch-button-11 {
  background-color: #fff;
  border: 2px solid #000000;
  color: #000;
  padding: 13px 30px;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13.99px;
  line-height: 15.74px;
}

.btn--nn:hover {
  background:
    linear-gradient(180deg, #091846 0%, #2f4ca3 100%) padding-box,
    linear-gradient(180deg, #091846 0%, #2f4ca3 100%) border-box !important;

  border: 2px solid transparent !important;
}

.watch-button-11:hover {
  /* Gradient Border + Solid Background ka combo */

  background:
    linear-gradient(180deg, #091846 0%, #2f4ca3 100%) padding-box,
    linear-gradient(rgb(255, 229, 183) 0%, rgb(255, 181, 51) 100%) border-box;

  border: 2px solid transparent;
  border-radius: 53px;
  text-decoration: none;
  color: #fff;
}

.watch-button .icon {
  background-color: #fff;
  color: #ffb533;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 14px;
}

.watch-button-new .icon {
  background-color: #fff;
  color: #ffb533;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 14px;
}
.watch-button-new:hover .icon {
  background: #fff;
  color: var(--color-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 14px;
}
.btn-nn:hover {
  background:
    linear-gradient(rgb(255, 229, 183) 0%, rgb(255, 181, 51) 100%) padding-box,
    linear-gradient(rgb(255, 229, 183) 0%, rgb(255, 181, 51) 100%) border-box;

  /* border: 1px solid; */
}

.card-case-study img,
.card-case-study::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.card-case-study {
  margin: 30px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 4.5rem 1rem;
  transition: 0.5s ease-in-out;
  height: auto;
}

.card-body {
  padding: 0 1rem;
  margin: -20px 30px 20px;
}

.explore-btn {
  padding: 1px 40px 40px;
}

.card-case-study:hover {
  transform: translateY(20px);
}

.card-case-study::before {
  content: "";
  display: block;
  background: var(--color-blue);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
  border-radius: 15px;
}

.card-case-study:hover::before {
  opacity: 1;
  border-radius: 15px;
}

.card-case-study img {
  object-fit: cover;
}

.card-case-study .overlay {
  position: relative;
  z-index: 3;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
  padding: 30px 20px 0;
}

.card-case-study:hover .overlay {
  opacity: 1;
  transform: translateY(30px);
}

.text-h1 {
  margin: 0;
}

.text-p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
  margin-bottom: 22px;
}

.link-a {
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

.link-a:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.5);
}

.pdc-heading-with-border {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.pdc-heading-with-border::after {
  content: "";
  position: absolute;
  left: 29%;
  transform: translateX(-50%);
  bottom: 23px;
  width: 190px;
  height: 5px;
  background-color: #ffb533;
  border-radius: 3px;
}

/* .custom-banner::after,
.custom-banner::before, */
/* .middle-stripe,
.middle-white {
    content: '';
    top: 0;
    transform: skew(20deg);
    bottom: 0;
    position: absolute
} */

.pdc-section {
  background: linear-gradient(110.05deg, #091846 66.98%, #2e4a9f 112.04%);

  padding: 60px 15px;
}

.pdc-heading {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

.pdc-brand-highlight {
  border-bottom: 3px solid #ffb533;
  display: inline-block;
  padding-bottom: 3px;
}

.pdc-card {
  border-radius: 20px;
  padding: 0 30px 0 0;
  position: relative;
  overflow: hidden;
}

.pdc-card img {
  width: 100%;
  border-radius: 20px;
}

.pdc-mic-img {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 120px;
}

.pdc-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}

.pdc-highlight-line {
  width: 80px;
  height: 4px;
  background-color: #fbd786;
  margin: 15px 0;
  border-radius: 10px;
}

.pdc-description {
  color: #a8a8a8;
  font-size: 14px;
  max-width: 420px;
  line-height: 1.6;
}

.pdc-watch-btn {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  margin-top: 25px;
}

.banner-subtext,
.cta-subtext {
  font-family: Poppins;
  font-weight: 400;
  z-index: 2;
  color: #fff;
}

.pdc-watch-btn .pdc-icon {
  background-color: #ff613a;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.pdc-watch-btn .pdc-icon::before {
  content: "▶";
  color: #fff;
  font-size: 14px;
}
.faq-h33 {
  font-size: 24px;
  line-height: 26px;
  margin: 0;
}
.text-white-ready {
  color: rgba(0, 0, 0, 1);
}

.custom-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 181, 51, 1);
  padding: 15px 40px;
  position: relative;
  overflow: hidden;
}

/* .custom-banner::before {
    left: 55%;
    width: 5%;
    background-color: #fff
}

.custom-banner::after {
    left: 73%;
    width: 52%;
    background-color: #ff6b3d
} */

.middle-stripe {
  left: 58%;
  width: 12%;
  background-color: #facc58;
}

.middle-white {
  left: 70%;
  width: 5%;
  background-color: #fff;
}

.cta-subtext {
  font-size: 16px;
  line-height: 20px;
}

.banner-subtext {
  font-size: 22px;
  line-height: 26px;
}

.banner-profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #7a6d6d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 72%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.btn-connect {
  padding: 11px 45px;
  z-index: 2;
}

.serv-container {
  display: none;
}

@media (max-width: 768px) {
  .podcast-body {
    padding: 17px;
    height: auto;
  }

  .slick-dots li {
    width: 18px !important;
    height: 18px !important;
    margin: 0px 3px;
  }

  .slick-dots li button:before {
    content: "";
    display: inline-block;
    width: 18px !important;
    height: 18px !important;
  }
  .icon-slider-card {
    padding: 10px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 3px 2px 8.1px 0 #0000001a;
    margin: 20px 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .icon-slider-name {

    text-align: center;

}

.icon-slider-card-content p {
    text-align: center;
}

  .pdc-card {
    border-radius: 20px;
    padding: 0 30px 0 0;
    position: relative;
    overflow: hidden;
  }

  .testimonial-slider .testimonial-card {
    min-height: auto;
    height: 100% !important;
    padding: 40px 12px;
    margin: 15px;
  }

  .blog-item {
    padding: 22px 18px;
    gap: 5px;
  }

  .blog-meta {
    margin-top: 12px;
  }

  .quote {
    left: 2%;
    top: 13%;
  }

  .testimonial-name {
    font-size: 20px;
    line-height: 24px;
  }

  .carousel-inner {
    position: relative;
    width: 100%;
    height: 100% !important;
  }

    .cta-section {
        padding: 40px 18px !important;
    }

  .section-margin-testimonial {
    margin-top: 60px;
  }

  .our-learning {
    padding-left: 18px;
  }

  .dtr-description {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .dtr-tags {
    margin-bottom: 30px;
  }

  .long-cta {
    margin-top: 95px !important;
  }

  .flex-service {
    display: none;
  }

  .serv-container {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
  }

  .serv-circle img {
    height: 40px;
  }

  .serv-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: -6px 0;
  }

  .serv-step-1 {
    margin: -6px 0 0 28px;
  }

  .serv-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-size: 40px;
    color: #000;
  }

  .serv-circle-yellow {
    background-color: #ffce58e0;
  }

  .serv-circle-red {
    background-color: #ff6b3de0;
  }

  .serv-circle-blue {
    background-color: #091846e0;
  }

  .serv-label {
    position: absolute;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
  }

  .services-bg {
    background: #000;
    padding: 33px 18px 38px;
  }

  .serv-step:first-child .serv-label {
    right: 103px !important;
    top: -49px !important;
  }

  .serv-step:nth-child(odd) .serv-label {
    right: -83px;
    top: 100px;
  }

  .serv-step:nth-child(2n) .serv-label {
    left: -88px;
    top: 109px;
  }
}

.serv-arrow {
  position: absolute;
  width: 60px;
  height: 40px;
}

.serv-step:first-child .serv-arrow {
  left: 17px !important;
  top: -46px !important;
  transform: rotate(10deg) !important;
}

.serv-step:nth-child(odd) .serv-arrow {
  left: 125px;
  top: 45px;
  transform: rotate(10deg);
}

.serv-step:nth-child(2n) .serv-arrow {
  right: 128px;
  top: 64px;
}

.portfolio-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.portfolio-card img {
  width: 100%;
  display: block;
}

.portfolio-card .circle-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  background: var(--color-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
  text-align: center;
  text-decoration: none;
  z-index: 2;
}

.portfolio-card:hover .circle-overlay {
  transform: translate(-50%, -50%) scale(1.3);
  opacity: 1;
}

.circle-overlay:hover {
  width: 150px;
  height: 150px;
}

.blog-h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

.blog-h6 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

.carousel-icon:hover {
  border: 1px solid var(--color-blue);
}

.mbt-margin{
  margin-top: 60px;
}

@media (max-width: 767.98px) {
  .latest-card {
    padding: 0 !important;
  }

  .explore-btn {
    padding: 1px 18px 29px;
  }

  .cdc-img {
    height: 70px !important;
  }

  .card-case-study:hover .overlay {
    opacity: 1;
    transform: translateY(0);
  }

  .card-case-study {
        margin: 15px 18px 20px;
        padding: 4rem 1rem;
  }

.card-body {
    border: none !important;
    padding: 16px 0 0;
}

.slick-dots {
    position: absolute;
    bottom: -10px;

}


  .text-p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    margin-top: 8px;
    margin-bottom: 18px;
  }

  .navbar {
    box-shadow: 0 3px 25px 0 #0000001a;
    height: auto;
  }

  .slick-dots li button:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
  }

  .card-body {
    padding: 30px 0 16px;
  }

    .small-cta-margin {
        margin: 40px 0 40px;
    }
  .padding-we-dont {
    padding: 39px 0 0 !important;
  }

  .card-case-study .overlay {
    position: relative;
    z-index: 3;
    color: #fff;
    opacity: 0;
    transform: translateY(-6px);
    transition: 0.5s;
    padding: 0 7px;
  }

  .custom-banner {
    flex-direction: column;
    align-items: center;
  }
  .btn-connect {
    padding: 18px 45px;
    z-index: 2;
  }
  .banner-profile {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-top: 10px;
  }

  .btn-connect {
    margin-top: 15px;
  }

  .pdc-card {
    padding: 0;
  }

  .arrow-icon {
    display: none !important;
  }

  .accordion-body {
    padding: 0 0 32px !important;
    margin: 0;
  }

  .pdc-section {
    padding: 31px 5px;
  }

  .pdc-heading-with-border::after {
    left: 49%;
    bottom: 77px;
    width: 190px;
    height: 2px;
  }

  .pos-mar {
    margin-bottom: 0;
  }

  .carousel-icon {
    background-color: #f4f4f4;
    box-shadow: none;
  }

  .slick-next,
  .slick-prev {
    background: #f4f4f4;
  }

  .slick-next:before,
  .slick-prev:before,
  slick-prev:before {
    color: #000 !important;
  }

  .slick-prev {
    top: 100%;
    left: 46%;
    border: 1px solid #f0f0f0;
    box-shadow: 4px 4px 7.3px 0 #0000001a;
  }

  .pdc-content h2,
  .pdc-heading {
    font-size: 22px;
  }

  .mbt-margin {
    margin: 40px 0;
  }

  .pdc-mic-img {
    width: 80px;
  }
}

@media (min-width: 768px) {
  .team-swiper {
    display: none;
  }
}

@media (max-width: 1450px) {
  .Decor {
    display: none;
  }
}

@media (max-width: 767px) {
  .blg-author {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: column;
  }

  .blg-author-img {
    width: 248px;
    height: 100%;
    border-radius: 50%;
  }

  .blg-newsletter-title,
  .news-letter {
    font-size: 32px;
    line-height: 36px;
  }

  .blog-h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
  }

  .blog-h6 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
  }

  .footer a,
  .footer-h5 {

        margin-bottom: 15px;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
    }
  }

  .dtr-wrapper {
    margin-top: 30px;
    padding: 60px 20px;
  }

  .arrow-hide,
  .desktop-grid {
    display: none;
  }

  .dtr-tags span {
    padding: 12px 20px;
    margin: 5px;
    font-size: 16px;
    line-height: 26px;
  }

  .new-team-photo img {
    width: 261px;
  }

  .team-photo img,
  .team-photo-junior img {
    width: 265px;
  }

  .profile-circle img {
    width: 239px;
  }

  .middle-white {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60%;
    width: 0%;
    background-color: #fff;
    transform: skew(-10deg);
  }

  .middle-stripe {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    transform: skew(20deg);
  }

  /* .custom-banner::before {
        left: 66%;
        width: 0%;
        background-color: #fff
    }

    .custom-banner::after {
        left: 103%;
        width: 80%;
        background-color: #ff6b3d
    } */

  .middle-stripe {
    left: 96%;
    width: 12%;
    background-color: #facc58;
  }
  .case-study-slider {

        margin: 0px 0 50px !important;
    }
}

@media (max-width: 1600px) {
  .case-study-slider {
    /* height: 100% !important; */
    margin: 0px 0 70px ;
  }
}

/* new css */

.prt-process-section {
  font-family: var(--font-display);
  padding: 60px 0;
  background-color: #ffffff;
}

.prt-title {
  font-size: 46px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}

.prt-divider {
  width: 80px;
  height: 4px;
  background-color: #ffb533;
  margin: 0 auto 20px auto;
  border-radius: 2px;
}

.prt-subtitle {
  color: #000;
  max-width: 700px;
  margin: 0 auto 30px auto;
  font-size: 20px;
  line-height: 32px;
}

.prt-card {
  border-radius: 16px;
  padding: 30px 24px;
  /* min-height: 380px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
}

.prt-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.prt-card-yellow {
  background: linear-gradient(180deg, #ffe5b7 0%, #ffb533 100%);

  color: #000000;
}

.prt-card-blue {
  background: linear-gradient(180deg, #091846 0%, #2f4ca3 100%);

  color: #ffffff;
}

.prt-card-number {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
}

.prt-card-title {
  font-size: 28px;
  font-weight: 600;
  /* letter-spacing: 0.5px; */
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.3;
}

.prt-card-text {
  text-transform: capitalize;
  font-family: var(--font-body);
  font-size: var(--paragraph-desktop);
  font-weight: 400;
  line-height: 1.5;
  /* opacity: 0.9; */
}

@media (max-width: 768px) {
  .prt-process-section {
    padding: 20px 0;
  }

  .prt-card-yellow-md {
     background: linear-gradient(180deg, #091846 0%, #2f4ca3 100%);

  color: #ffffff;

}

.prt-card-blue-md {
   background: linear-gradient(180deg, #ffe5b7 0%, #ffb533 100%);

  color: #000000;
}
  .prt-title {
    font-size: 2rem;
  }
  .prt-card {
    min-height: auto;
    margin-bottom: 20px;
  }
}

.logo-slider-meq {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  /* padding: 25px 0; */
  white-space: nowrap;
}

.logo-track-meq {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scroll-meq 20s linear infinite;
}

.logo-track-meq:hover {
  animation-play-state: paused;
}

.logo-track-meq div {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--color-blue);
  padding: 0 60px;
  position: relative;
  flex-shrink: 0;
}

.logo-track-meq div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5px;
  height: 20px;
  background-color: #7a94ba;
}

@keyframes scroll-meq {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Section Styling */
.bllg-section {
  padding: 60px 0;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
}

/* Heading */
.bllg-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 8px;
}

.bllg-title-underline {
  width: 60px;
  height: 4px;
  background-color: #ffc107;
  margin: 0 auto;
  border-radius: 2px;
}

/* Card Container */
.bllg-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.bllg-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Card Image Wrapper */
.bllg-card-img-wrapper {
  border-radius: 16px;
  overflow: hidden;
  /* height: 200px; */
  /* background-color: #0d1b3e; */
}

.bllg-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Card Content */
.bllg-card-body {
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.bllg-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #111111;
  line-height: 1.4;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.8em;
}

.bllg-card-meta {
  font-size: 0.88rem;
  color: #666666;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.bllg-read-time {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* Read More Button */
.bllg-btn-read {
  margin-top: auto;
  align-self: flex-start;
  background: linear-gradient(90deg, #091846 0%, #253e8a 100%);
  color: #ffffff;
  padding: 8px 22px;
  border-radius: 20px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.bllg-btn-read:hover {
  background-color: #12214a;
  color: #ffffff;
}

/* Navigation Buttons */
.bllg-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: #333333;
  transition: all 0.2s ease;
}

.bllg-nav-btn:hover {
  background-color: #1d336f;
  color: #ffffff;
  border-color: #1d336f;
}

.bllg-nav-prev {
  left: 0;
}

.bllg-nav-next {
  right: 0;
}

/* Bottom Explore Button */
.bllg-explore-btn {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 2px solid #1d336f;
  border-radius: 30px;
  padding: 4px;
  padding-right: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bllg-explore-icon {
  width: 32px;
  height: 32px;
  background-color: #1d336f;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  margin-right: 12px;
}

.bllg-explore-text {
  color: #1d336f;
  font-weight: 600;
  font-size: 0.95rem;
}

.bllg-explore-btn:hover {
  background-color: #1d336f;
}

.bllg-explore-btn:hover .bllg-explore-text {
  color: #ffffff;
}

.bllg-explore-btn:hover .bllg-explore-icon {
  background-color: #ffffff;
  color: #1d336f;
}

/* Mobile Responsiveness Adjustments */
@media (max-width: 768px) {
  .bllg-nav-btn {
    display: none; /* Hide side arrows on mobile for better touch swiping */
  }
  .bllg-card-img-wrapper {
    /* height: 170px; */
  }
}

/* form */

/* Container & Form Base */
.cnt-form {
  max-width: 650px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  padding: 0 20px;
}

/* Field Box with Bottom Line */
.cnt-form-group {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
}

/* Floating / Clean Labels */
.cnt-label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #222222;
  margin-bottom: 5px;
}

/* Input, Select and Textarea Reset */
.cnt-input,
.cnt-select,
.cnt-textarea {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 1rem;
  color: #333333;
  padding: 0px 0;
  box-shadow: none !important;
}

.cnt-textarea {
  resize: vertical;
  min-height: 35px;
}

/* Dropdown Arrow Custom Styling */
/* Select Field Custom Styling */
.cnt-select {
  width: 100%;
  border: none !important;
  outline: none !important;
  background-color: transparent !important;
  font-size: 1rem;
  color: #333333;
  padding: 8px 30px 8px 0;
  box-shadow: none !important;
  cursor: pointer;

  /* Browser Default Styles Remove */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Clean Chevron Icon (Matching Screenshot) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
}

/* Dropdown Option List Styling */
.cnt-select option {
  background-color: #ffffff;
  color: #333333;
  padding: 10px;
  font-size: 0.95rem;
}

/* Placeholder option gray color */
.cnt-select:invalid,
.cnt-select option[value=""][disabled] {
  color: #757575;
}
/* Focus and Active States */
.cnt-form-group:focus-within {
  border-bottom-color: #1d336f;
}

.margin-custom-subline {
  margin-top: 30px !important;
}

/* Bottom Action Row (reCAPTCHA + Submit) */
.cnt-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 35px;
}

/* Dark Pill Submit Button */
.cnt-submit-btn {
  background: linear-gradient(90deg, #091846 0%, #253e8a 100%);
  color: #ffffff;
  border: none;
  padding: 12px 36px;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(26, 47, 109, 0.2);
}

.cnt-submit-btn:hover {
  background-color: #101e4a;
  box-shadow: 0 6px 15px rgba(26, 47, 109, 0.3);
}

/* JQuery Validation Error Text */
span.invalid-feedback {
  color: #dc3545;
  font-size: 0.82rem;
  display: block;
  margin-top: 4px;
}

/* Container Relative Position */
.cnt-custom-dropdown {
  position: relative;
  width: 100%;
  user-select: none;
}

/* Main Clickable Input Line */
.cnt-dropdown-selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 1rem;
  color: #333333;
  cursor: pointer;
  background: transparent;
  transition: all 0.3s ease;
}

.cnt-dropdown-selected .placeholder-text {
  color: #888888;
}

/* Animated Arrow Icon */
.cnt-dropdown-icon {
  font-size: 0.85rem;
  color: #555555;
  transition: transform 0.3s ease;
}

.cnt-custom-dropdown.open .cnt-dropdown-icon {
  transform: rotate(180deg);
}

/* Floating Custom Menu Box */
.cnt-dropdown-menu {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  border: 1px solid #eef0f5;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  z-index: 100;
  max-height: 250px;
  overflow-y: auto;
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

/* Open Animation */
.cnt-custom-dropdown.open .cnt-dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* List Items Hover & Multi-Select Active Style */
.cnt-dropdown-menu li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  font-size: 0.95rem;
  color: #333333;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.cnt-dropdown-menu li:hover {
  background-color: #f0f4ff;
  color: #1a2f6d;
  font-weight: 500;
}

/* Professional Active Selection Style */
.cnt-dropdown-menu li.active {
  background-color: #f0f4ff;
  color: #1a2f6d;
  font-weight: 600;
}

/* Professional Right Checkmark Icon */
.cnt-dropdown-menu li.active::after {
  content: "✓";
  font-size: 0.9rem;
  font-weight: bold;
  color: #1a2f6d;
}

/* Smooth Scrollbar for Dropdown */
.cnt-dropdown-menu::-webkit-scrollbar {
  width: 6px;
}
.cnt-dropdown-menu::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}
.cnt-dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #1a2f6d;
}

/* Mobile Responsive */
@media (max-width: 576px) {
  .cnt-action-row {
    flex-direction: column;
    align-items: stretch;
  }
  .cnt-submit-btn {
    width: 100%;
  }
}

/* about us new */

/* Title & Headings */
.culture-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
}

/* Main Big Image Styling */
.main-img-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.main-culture-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: opacity 0.3s ease;
}

/* Thumbnail Slider Layout */
.thumbnail-slider-container {
  max-width: 1100px;
  margin: 0 auto;
  gap: 15px;
  position: relative;
}

.thumbnail-track {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 5px;
}

/* Hide Scrollbar for Chrome, Safari and Opera */
.thumbnail-track::-webkit-scrollbar {
  display: none;
}

/* Hide Scrollbar for IE, Edge and Firefox */
.thumbnail-track {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.thumb-img {
  width: 210px;
  height: 130px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  flex-shrink: 0;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    border 0.2s ease;
  opacity: 0.8;
}

.thumb-img:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.thumb-img.active {
  opacity: 1;
  border: 3px solid #ffb533; /* Active highlight border color */
}

/* Navigation Arrow Buttons */
.slider-arrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #eee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease;
}

.slider-arrow:hover {
  background: #f8f9fa;
}
.blod-600 {
  font-weight: 600;
}

@media (max-width: 768px) {
  .main-culture-img {
    height: 100%;
  }
  .thumb-img {
    width: 150px;
    height: 100px;
  }
}

.footer-bottom-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer-bottom-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400 !important;
}

.imprint-section {
  padding: 60px 0;
  font-family: "Poppins", sans-serif;
  color: #333333;
}

.imprint-subhead {
  font-size: 20px;
  color: #101010;
  margin-bottom: 5px;
  font-weight: 500;
}

.imprint-title {
  font-size: 54px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

.imprint-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 4px;
  background-color: #0c1c4d;
  border-radius: 2px;
}

.imprint-desc {
  font-size: var(--paragraph-desktop);
  color: #101010;
  max-width: 600px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 15px;
}

.imprint-sec-heading {
  font-size: 32px;
  font-weight: 700;
  color: #091846;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 35px;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 3px solid #ffb533;
  padding-bottom: 3px;
}

.imprint-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.imprint-info-list li {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #202020;
}

.imprint-info-list strong {
  font-weight: 700;
  color: #111111;
}

.imprint-info-list a {
  color: #202020;
  text-decoration: none;
}

.imprint-info-list a:hover {
  color: #2b569a;
  text-decoration: underline;
}

.slick-dots li.slick-active button:before {
  background: var(--color-blue) !important;
  border-color: #a8a8a8;
}

.cta__bg {
  background-color: #6c757d1c !important;
}

/* thanks */

.thank-you-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 40px 0px; */
}

.thank-you-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Left Side Gradient Box */
.left-section {
  background: linear-gradient(180deg, #ffe5b7 0%, #ffb533 100%);
  padding: 60px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.main-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 100px;
  line-height: 90px;
  color: #000000;
  text-transform: uppercase;
  /* letter-spacing: 1px; */
  margin: 0;
  text-align: left;
}

.left-subtext {
  font-size: 26px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}

/* Right Side Content */
.right-section {
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.greeting-title {
  font-weight: 700;
  font-size: 46px;
  color: #000000;
  margin-bottom: 5px;
}

.sub-greeting {
  font-weight: 600;
  font-size: 26px;
  color: #000000;
  margin-bottom: 12px;
}

.divider-line {
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 20px;
}

.message-text {
  color: #000000;
  font-size: var(--paragraph-desktop);
  line-height: 26px;
  margin-bottom: 35px;
  max-width: 330px;
}

.explore-text {
  font-size: 15px;
  color: #000;
  margin-bottom: 12px;
}

.btn-case-studies {
  background-color: #ffb533;
  color: #091846;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 24px;
  border-radius: 20px;
  border: 1px solid var(--color-yellow);
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-case-studies:hover {
  background-color: transparent;
  border: 1px solid var(--color-blue);
  color: #000000;
  transform: translateY(-2px);
}

@media (max-width: 767.98px) {
  .left-section,
  .right-section {
    padding: 60px 25px;
  }
  .main-title {
    font-size: 2.3rem;
  }
  .greeting-title {
    font-size: 1.75rem;
  }
}

/* newsletter */

.news-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  width: 100%;
}

/* Left Side Gradient Box */
.news-left-section {
  background: linear-gradient(135deg, #ffe0a3 0%, #ffb326 100%);
  padding: 70px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.news-main-title {
  font-weight: 400;
  font-size: 60px;
  line-height: 66px;
  color: #000000;
  margin: 0;
}

.news-underline-svg {
  width: 220px;
  height: auto;
  margin: 4px 0 0px 0;
}

.news-left-subtext {
  font-size: 46px;
  font-weight: 400;
  color: #000;
  margin: 0;
  line-height: 52px;
}

/* Right Side Content */
.news-right-section {
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-greeting-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 46px;
  color: #000000;
  margin-bottom: 2px;
  line-height: 30px;
}

.news-sub-greeting {
  font-weight: 400;
  font-size: 26px;
  color: #111111;
  margin-bottom: 15px;
}

.news-divider-line {
  border-bottom: 1.5px solid #dcdcdc;
  width: 100%;
  margin-bottom: 22px;
}

.news-message-text {
  color: #000;
  font-size: var(--paragraph-desktop);
  line-height: 26px;
  margin-bottom: 35px;
  max-width: 340px;
}

.news-explore-text {
  font-size: 15px;
  color: #000;
  margin-bottom: 12px;
  font-weight: 500;
}

.news-btn-blog {
  background-color: #ffb830;
  color: #000000;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 10px 26px;
  border-radius: 20px;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(255, 184, 48, 0.3);
}

.news-btn-blog:hover {
  background-color: #f0a71b;
  color: #000000;
  transform: translateY(-2px);
}

@media (max-width: 767.98px) {
  .news-left-section,
  .news-right-section {
    padding: 40px 25px;
  }
  .news-main-title {
    font-size: 2.2rem;
  }
  .news-left-subtext {
    font-size: 1.75rem;
  }
  .news-greeting-title {
    font-size: 2rem;
  }
}

/* terms */

/* Common Policy Layout Stylesheet */
.policy-wrapper {
  background-color: #ffffff;
  padding: 50px 15px 80px 15px;
  font-family: "Inter", sans-serif;
  color: #222222;
}

.policy-container {
  margin: 0 auto;
  padding: 0 15px;
}

.policy-header {
  margin-bottom: 25px;
}

.policy-title {
  font-weight: 600;
  font-size: 74px;
  color: #000000;
  margin-bottom: 4px;
  line-height: 1;
}

.policy-date {
  font-size: 26px;
  color: #101010;
  font-weight: 600;
  margin-bottom: 2px;
}

/* Horizontal Thin Gray Line under Header like PDF */
.policy-header-underline {
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
  margin-top: 10px;
  margin-bottom: 25px;
}

.policy-body {
  line-height: 1.6;
  font-size: 0.95rem;
}

.policy-intro {
  margin-bottom: 18px;
  color: #222222;
}

.policy-section {
  margin-bottom: 24px;
}

.policy-section-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 32px;
  color: #091846;
  margin-bottom: 8px;
  text-transform: uppercase;
  border-bottom: 2px solid var(--color-yellow);

  /* Yeh line add karein */
  display: inline-block;
}

.policy-list {
  padding-left: 20px;
  margin-bottom: 12px;
  list-style-type: disc;
}

.policy-list li {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 6px;
  color: #202020;
  font-family: var(--font-body);
}

.policy-contact-details {
  margin-top: 8px;
  line-height: 1.6;
}

.bl-margin {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .bl-margin {
    margin-top: 60px;
  }
  .policy-wrapper {
    padding: 60px 0px 30px 0px;
  }

  .text-con{
    text-align: justify;
  }
  .policy-title {
    font-size: 1.75rem;
  }
  .policy-section-title {
    font-size: 1rem;
  }
}

/* Card container and spacing */
.testimonial-slider .slick-slide {
  padding: 15px; /* Cards ke beech me space ke liye */
}

.testimonial-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  min-height: 240px;
  display: flex !important;
  flex-direction: column;
  /* justify-content: space-between; */
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  /* gap: 10px; */
}

/* Hover Effect: Dark Blue Background & White Text */
.testimonial-card:hover {
  background-color: #0b1b4f; /* Dark Blue Color */
  border-color: #0b1b4f;
  transform: translateY(-5px);
  box-shadow: 0px 10px 25px rgba(11, 27, 79, 0.2);
}

.testimonial-text {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 25px;
  font-weight: 400;
  transition: color 0.3s ease;
}

.testimonial-card:hover .testimonial-text {
  color: #ffffff;
}

/* User Profile Section */
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.user-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.user-info {
  display: flex;
  flex-direction: column;
}

.testimonial-name {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  margin: 0;
  transition: color 0.3s ease;
}

.testimonial-card:hover .testimonial-name {
  color: #ffffff;
}

.testimonial-role {
  font-size: 13px;
  color: #000000;
  margin: -8px 0 0;
  transition: color 0.3s ease;
}

.testimonial-card:hover .testimonial-role {
  color: #cbd5e1;
}

/* Slick Carousel Custom Arrows (Screenshot jaisa circular style) */
.testimonial-slider {
  position: relative;
}

.carousel-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 10;
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease;
}

.carousel-icon:hover {
  background-color: #0b1b4f;
  color: #ffffff;
}

.carousel-prev {
  left: -20px;
}

.carousel-next {
  right: -20px;
}

/* Responsive arrows for mobile */
@media (max-width: 768px) {
    .carousel-prev {
        left: 37%;
    }
  .carousel-next {
    left: 59%;
  }
  .testimonial-slider .slick-slide {
    padding: 21px;
}
}

/* Container & Slide Alignments */
.slider-one {
  position: relative !important;
  margin: 0 -10px;
}

.slider-one .slick-slide {
  height: inherit;
}

.slider-one .slick-track {
  display: flex !important;
}

/* Base Card Styling */
.podcast-card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* Image Wrapper */

/* Center Side Navigation Buttons */
.slider-one .podcats-slider-prev,
.slider-one .podcats-slider-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background-color: #ffffff !important;
  color: #0b1b4f !important;
  border: 1px solid #e2e8f0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15) !important;
  cursor: pointer !important;
  z-index: 99 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  margin: 0 !important;
  transition: all 0.3s ease !important;
}

.slider-one .podcats-slider-prev {
  left: -20px !important;
  right: auto !important;
}

.slider-one .podcats-slider-next {
  right: -20px !important;
  left: auto !important;
}

.slider-one .podcats-slider-prev:hover,
.slider-one .podcats-slider-next:hover {
  background-color: #0b1b4f !important;
  color: #ffffff !important;
  border-color: #0b1b4f !important;
}

@media (max-width: 768px) {
    .slider-one .podcats-slider-prev {
        left: 37% !important;
    }
  .slider-one .podcats-slider-next {
    right: 0px !important;
  }
}

/* matrix section */

.matrix-stats-section {
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  margin-top: 60px;
}

.matrix-card {
  padding: 30px 24px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  height: 160px;
}

.matrix-card:hover {
  transform: translateY(-5px);
}

/* Card Variations */
.matrix-card-yellow {
  background: linear-gradient(180deg, #ffe5b7 0%, #ffb636 100%);

  color: #0b1a3e;
}

.matrix-card-blue {
  background: linear-gradient(180deg, #091846 0%, #2f4ca3 100%);

  color: #ffffff;
}

.matrix-arrow {
  font-family: var(--font-display);
  font-weight: 800;
  margin-right: 2px;
}

/* Icon Styling */
.matrix-icon-wrapper {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.matrix-card-yellow .matrix-icon {
  color: #f39c12;
  font-size: 24px;
}

/* Text Content Styling */
.matrix-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.matrix-counter-value {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.1;
}

.matrix-card-yellow .matrix-subtitle {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0;
}

.matrix-card-blue .matrix-subtitle {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0;
}

.matrix-arrow {
  font-weight: bold;
  margin-right: 2px;
}





@media (max-width: 768px) {

  .matrix-card-yellow-md {
      background: linear-gradient(180deg, #091846 0%, #2f4ca3 100%);

  color: #ffffff;

}

.matrix-card-blue-md {
  background: linear-gradient(180deg, #ffe5b7 0%, #ffb636 100%);

  color: #0b1a3e;
}



    .matrix-card-yellow .matrix-subtitle-md {
            color: #fff

   
    }
    .matrix-card-blue .matrix-subtitle-md {


         color: #000000;
    }






  .about-new {
    background: linear-gradient(180deg, #091846 0%, #2f4ca3 100%);
    padding: 40px 0 !important;
}

  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}
  .matrix-card {
    padding: 0px 0px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    height: 180px;
            display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
  }

  .matrix-counter-value {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.1;
}
  .matrix-card-yellow .matrix-subtitle {


    line-height: 20px;
    font-weight: 500;
    padding: 0px 10px;
    text-align: center;
}

.matrix-card-blue .matrix-subtitle {
    line-height: 20px;
      padding: 0px 10px;
    text-align: center;
}



/* Offcanvas Bottom Section */
.offcanvas-bottom-info {
  border-color: rgba(255, 255, 255, 0.1) !important;
  position: absolute;
  bottom: 30px;
}

    .mobile-contact-details {
        display: flex;
        align-items: baseline;
        justify-content: space-between !;
        gap: 13px;
    }
.mobile-contact-details a {
  font-size: 14px;
  transition: opacity 0.3s ease;
}

.mobile-contact-details a:hover {
  opacity: 0.8;
}

.mobile-social-icons .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

.mobile-social-icons .social-icon:hover {
  background-color: #2b87ff; /* Blue Hover Effect */
  color: #ffffff;
}

.matrix-stats-section {
    margin-top: 45px;
}

.custom-banner {

    padding: 20px 40px;
}

.prt-card {
    border-radius: 8px;
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    height: 100%;
    align-items: center;
}

.prt-card-number {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}
.prt-card-title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
    text-align: center;
}

.prt-card-text {

    font-size: 16px;
    line-height: 1.3;

    text-align: center;
}

.slider-one .podcats-slider-prev, .slider-one .podcats-slider-next {
    position: absolute !important;
    top: 102% !important;
}

.slider-one .podcats-slider-next {
    right: -20px !important;
    left: 58% !important;
}

.carousel-icon {
    position: absolute;
    top: 107%;
}

.bllg-section {
    padding: 75px 0;

}

.text-form1{
  text-align: justify;
}

.cnt-form-group {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 0px;
}

.cnt-form {

    padding: 10px 16px;
}


.dtr-tags {
  display: flex;
  flex-direction: column; 
  gap: 8px; 
  padding: 0;
  margin: 0;
}

.dtr-tags span {
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
}

/* Bullet list look sathi (Optional) */
.dtr-tags span::before {
  content: "•"; /* Bullet point icon */
  color: #ffb533; /* Theme color bullet */
  font-weight: bold;
  margin-right: 10px;
  font-size: 18px;
}



.case-tag-badge {
        display: block !important;
        border: none !important;
        border-radius: 0 !important;
        padding: 6px 0 !important;
        margin: 0 !important;
    }

    .case-tag-badge::before {
        content: "•";
        color: var(--color-yellow);
        font-weight: bold;
        display: inline-block;
        width: 1.2em;
    }

}