* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  overflow-x: hidden;
  font-family: Michroma;
}

.wrapper {
  display: flex;
}

section {
  width: 100vw;
  height: 100vh;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  font-weight: bold;
}

.text {
  display: inline-block;
}

section:nth-child(4) {
  background: #d4ffe2;
}

.section1 .video-container {
  position: fixed;
  /* 👈 full screen bleed */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.section1 .video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;

  /* 👇 MAGIC FORMULA */
  width: 177.77vh;
  /* 16:9 aspect ratio */
  height: 100vh;

  transform: translate(-50%, -50%);
  border: 0;
}

.section1 .video-container iframe {
  width: max(100vw, 177.77vh);
  height: max(100vh, 56.25vw);
}

.section1 .text {
  position: relative;
  z-index: 9;
  color: white;
  font-size: 60px;
  margin: 0 auto;
  font-weight: 800;
  text-align: center;
}

.main-para {
  font-size: 20px;
  text-align: center;
  width: 64%;
  margin-top: 16px !important;
  margin: 0 auto;
}

.section2 .bg1 {
  background-image: url("images/banner-1.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section2 .bg {
  background-image: url("https://images.prismic.io/bienville-capital/d9d2e31c-d298-4ea5-ba5c-7ee7679e7a1d_background.jpg?auto=compress,format");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: end;
}

.section2 .bg .textDiv {
  display: flex;
  width: 100%;
  z-index: 99;
  position: relative;
  justify-content: space-between;
  margin: 80px;
  margin-bottom: 20px;
  padding: 30px 0;
  border-top: 1px solid #fff;
}

.section2 .bg .textDiv h2 {
  font-size: 30px;
  color: #fff;
}

.section2 .bg .textDiv h1 {
  font-size: 35px;
  color: #fff;
}

.section3 {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.section3 .background {
  position: relative;
  width: 300vw;
  height: 300vw;
  left: 0%;
  top: 0%;
  transform: translate(0, 0);
  border-radius: 50%;
  /* background: linear-gradient(135deg,#adf6bd,#2f77f3); */
  background-image: url(images/image-2.jpg);
  background-position: center;
  /* background-repeat: no-repeat; */
  z-index: 3;
}

.radiusDiv {
  position: absolute;
  background-color: #000;
}

.radiusDiv .content1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  z-index: 3;
  color: #fff;
}

.radiusDiv .content2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  z-index: 3;
  color: #fff;
}

.radiusDiv .content3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  color: #fff;
}

.section4 {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section4 .bgDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("images/project-2.jpg");
}

.section4 .contentDiv {
  position: relative;
  z-index: 2;
  color: #fff;
}

.section5 {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
}

.section5 .contentDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  z-index: 3;
}

.section5 .contentDiv2 {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  z-index: -1;
  text-align: center;
  transform: scale(0.8);
  opacity: 0;
}

.section5 .contentDiv2 svg {
  position: absolute;
  z-index: -1;
  height: 80vh;
  width: 80vh;
  transform: rotate(-90deg);
}

.section6 {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
}

.section6 .content1Main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section6 .content2Main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0.5;
  transform: scale(0.5);
}

.section6 .contentDiv {
  position: absolute;
  z-index: 3;
  font-size: 60px;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section6 .imagesDiv {
  display: flex;
  width: 80%;
  height: 100%;
  gap: 30px;
  position: absolute;
  left: 55%;
  top: -20%;
  transform: translate(-45%);
}

.section6 .imagesDiv div {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: calc(25% - 100px);
}

.section6 .imagesDiv div img {
  border-radius: 10px;
}

.section6 .content2Main h6 {
  text-align: center;
  font-size: 50px;
}

.section6 .content2Main p {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.section6 .content2Main svg {
  position: absolute;
  z-index: 2;
  height: 80vh;
  width: 80vh;
  transform: rotate(-90deg);
}

.section7 {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  background-image: url("https://images.prismic.io/bienville-capital/8329af27-2b33-4f1b-be69-8c7317d4cd81_where-we-apply-our-ideas.jpg");
  background-size: 300%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.section7 .overlayDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  z-index: 3;
  flex-direction: column;
  opacity: 1;
}

.section7 .contentDiv7-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  opacity: 0;
}

.section7 .contentDiv7-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  opacity: 1;
  opacity: 1;
}

.section7 h6 {
  text-align: center;
  font-size: 50px;
}

.section7 p {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.section8 {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  background-image: url("https://images.prismic.io/bienville-capital/7f43b1f1-2535-4a37-b2b0-e79a7cf9241d_private.jpg?auto=compress,format");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.section8 .overlayDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  z-index: 3;
  flex-direction: column;
  opacity: 1;
}

.section8 .contentDiv7-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  opacity: 0;
}

.section8 h6 {
  text-align: center;
  font-size: 50px;
}

.section8 p {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.section9 {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  background-image: url("https://images.prismic.io/bienville-capital/d352446a-a0a5-44a1-a2ba-0aaf4586a185_incubate.jpg?auto=compress,format");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.section9 .overlayDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  z-index: 3;
  flex-direction: column;
  opacity: 1;
}

.section9 .contentDiv7-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  opacity: 0;
}

.section9 h6 {
  text-align: center;
  font-size: 50px;
}

.section9 p {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.section10 {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  background-image: url("https://images.prismic.io/bienville-capital/705da172-7c9c-4d96-94da-e4bd5aff4c29_bcm-web3.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.section10 .overlayDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  z-index: 3;
  flex-direction: column;
  opacity: 1;
}

.section10 .contentDiv7-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  opacity: 0;
}

.section10 h6 {
  text-align: center;
  font-size: 50px;
}

.section10 p {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.section11 {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  background-image: url("https://images.prismic.io/bienville-capital/2b31d4c4-5f48-47bf-a6bb-ccd1ecb98a3b_advisory.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.section11 .overlayDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  z-index: 3;
  flex-direction: column;
  opacity: 1;
}

.section11 .contentDiv7-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  opacity: 0;
}

.section11 h6 {
  text-align: center;
  font-size: 50px;
}

.section11 p {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.radiusDiv .content3 h6,
.section5 .contentDiv2,
.section6 .content2Main h6,
.contentDiv7-1 h6,
.textDiv h1 {
  background: radial-gradient(circle, #adf6bd 0%, #357bf0 40%);
  background-size: 200% 200%;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  animation: radialMove 8s ease-in-out infinite;
}

@keyframes radialMove {
  0% {
    background-position: 50% 50%;
  }

  50% {
    background-position: 30% 70%;
  }

  100% {
    background-position: 50% 50%;
  }
}

h6 {
  font-weight: 700;
}

.main-logo {
  width: 100px;
  filter: brightness(0) invert(1);
}

/* 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 */

/* Inner Pages Start */
.inner-banner {
  position: relative;
  height: 100%;
}

.inner-banner .overlay {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 5rem;
  height: fit-content;
  width: fit-content;
}

.inner-banner .overlay h2 {
  font-size: 68px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.inner-imag img {
  width: 100%;
  object-fit: cover;
}

/* Inner Pages End  */

/* --- Section 1ir4dt --- */
.management-consulting-section {
  background-color: #fff;
  font-family: "Inter", sans-serif;
  padding: 12rem 0 6rem 0;
  display: block;
  position: relative;
}

/* Typography & Spacing */
.about-label {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 1.3px;
  color: #6d6c74;
  text-transform: uppercase;
}

.section-title {
  font-size: 3rem;
  font-weight: 500;
  color: #24201f;
  line-height: 1.2;
}

.text-muted {
  font-size: 15px;
  line-height: 2;
  color: #6d6c74 !important;
}

.custom-check-list {
  font-size: 0.95rem;
  color: #333;
  font-weight: 500;
}

.check-icon {
  font-style: normal;
  font-weight: bold;
  color: #333;
}

/* Images */
.object-fit-cover {
  object-fit: cover;
}

/* Right Side & Yellow Card */
.right-image-wrapper {
  min-height: 400px;
}

.cta-card {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3rem;
  max-width: 618px;
  z-index: 10;
  overflow: hidden;
  background: #feb91e;
}

.cta-card::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: url("images/workyellow.png");
  z-index: -1;
}

.cta-title {
  font-size: 3rem;
  color: #24201f;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  font-weight: 500;
}

/* Play Button & Link */
.video-link {
  color: #1a1a1a;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.video-link:hover {
  text-decoration: underline;
  color: #000;
}

.play-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.video-link:hover .play-btn {
  background: #1a1a1a;
}

.video-link:hover .play-btn .triangle {
  border-left-color: #ffb71b;
}

.triangle {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #1a1a1a;
  margin-left: 2px;
  transition: all 0.3s ease;
}

/* Decorative Circles on Card */
.deco-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.deco-1 {}

.deco-2 {
  width: 450px;
  height: 450px;
  bottom: -225px;
  right: -100px;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .cta-card {
    position: relative;
    width: 100%;
    max-width: none;
  }

  .section-title {
    font-size: 2rem;
  }
}

/* --- Section p3g67c --- */
.how-it-works-section {
  font-family: "Inter", sans-serif;
  overflow: hidden;
}

/* Left Column Styling */
.video-container {
  min-height: 500px;
  background-color: #000;
  overflow: hidden;
}

.object-fit-cover {
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
      rgba(14, 94, 129, 0.6) 0%,
      rgba(20, 150, 140, 0.4) 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.play-btn {
  height: 2.5rem;
  border-color: var(--black);
  color: var(--black);
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.play-btn svg {
  margin-left: 5px;
  /* Visual centering correction */
  width: 30px;
  height: 30px;
}

/* Right Column Styling */
.content-container {
  color: #fff;
  padding: 80px 40px 80px 50px !important;
  position: relative;
  /* Subtle radial gradient to simulate the lighting effect */
  margin-left: 1rem;
  margin-right: -1rem;
}

/* Decorative lines placeholder */
.content-container::before {
  pointer-events: none;
  background-image: url(images/video2.png);
  position: absolute;
  content: "";
  inset: 0;
}

.content-wrapper {
  max-width: 500px;
  position: relative;
  z-index: 1;
}

.sub-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 1rem;
  font-weight: bold;
  color: var(--white);
}

.main-title {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--white);
}

/* Step Item Styling */
.step-image-wrapper {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
}

.img-border {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.badge-count {
  position: absolute;
  top: 0;
  left: -10px;
  background-color: #fdb913;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.8rem;
  z-index: 2;
}

.step-heading {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: capitalize;
  color: var(--white);
}

.step-desc {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0;
  width: 80%;
  color: var(--white);
}

@media (max-width: 991px) {
  .video-container {
    height: 400px;
    min-height: auto;
  }

  .content-container {
    padding: 60px 30px;
  }

  .main-title {
    font-size: 2rem;
  }
}

/* --- Section 7s71t --- */
.marketing-hero-section {
  background-color: #fff;
  font-family: "Inter", sans-serif;
  position: relative;
  padding: 0 0 0 10rem;
  height: fit-content;
  width: fit-content;
  padding-bottom: 6rem;
}

/* Watermark Text */
.watermark-text {
  position: absolute;
  top: 3rem;
  left: 0;
  font-size: 107px;
  font-weight: 500;
  color: rgb(10 25 47 / 4%);
  line-height: 1;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  transform: translateY(-20%);
}

.container {
  z-index: 2;
}

/* Dots Decoration */
.dots-wrapper .dot {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 4px;
}

.dot-yellow {
  background-color: #fcb900;
}

.dot-blue {
  background-color: #0a6486;
}

/* Typography */
.main-heading {
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}

.description-text {
  font-size: 15px;
  line-height: 1.6;
  width: 70%;
  color: #6d6c74;
}

/* Custom Check List */
.custom-check-list li {
  font-size: 15px;
  color: #0a192f;
  display: flex;
  align-items: center;
  font-weight: 400;
}

.custom-check-list i {
  color: #333;
  font-size: 0.8rem;
}

/* Right Column Image Area */
.image-wrapper {
  position: relative;
  z-index: 1;
}

.main-image {
  border-radius: 2px;
  /* Simulate the geometric overlay somewhat if needed, usually part of image */
}

/* Yellow Info Card */
.info-card {
  background-color: #fcb900;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 280px;
  z-index: 3;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .info-card {
    position: relative;
    bottom: 0;
    margin-top: -50px;
    margin-left: 20px;
  }
}

/* Brand Logo in Card */
.brand-logo {
  display: flex;
  align-items: center;
}

.brand-logo span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
}

.circle-left {
  background-color: #4a2c78;
  margin-right: -8px;
  z-index: 1;
}

.circle-right {
  background-color: #4a2c78;
}

.brand-name {
  font-size: 22px;
  letter-spacing: 1px;
  color: #0a192f;
}

.divider {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
}

.clients-count {
  font-size: 21px;
  font-weight: 500 !important;
  color: #24201f;
}

/* Avatars */
.avatar-group .avatar {
  width: 35px;
  height: 35px;
  border: 2px solid #fcb900;
  margin-right: -10px;
  object-fit: cover;
}

.avatar-group .avatar:last-child {
  margin-right: 0;
}

/* Geometric Overlay Simulation */
.geo-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
      transparent 70%,
      rgba(255, 255, 255, 0.2) 70%);
  pointer-events: none;
}

.left-image-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
}

.work-icon {
  display: flex;
  align-items: center;
}

.work-icon .link-text {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: #0a192f;
  text-decoration: underline;
}

.cta-title span {
  font-weight: bold;
  display: block;
  white-space: nowrap;
}

.video-img {
  position: relative;
  padding-left: 1rem;
  background-color: var(--white);
}

.video-img a i {
  height: 158px;
  width: 158px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: var(--white);
  color: #000;
  font-size: 2rem;
}

.video-img a {
  position: absolute;
  display: flex;
  align-items: center;
  inset: 0;
  justify-content: center;
  height: fit-content;
  width: fit-content;
  margin: auto;
}

.client-top {
  text-align: center;
  margin-bottom: 2.25rem;
}

.subHead {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #6d6c74;
  letter-spacing: 1.3px;
}

.client-sec {
  font-family: "Inter", sans-serif;
  padding: 6rem 0;
}

.mainHead {
  font-size: 3rem;
  color: #24201f;
  font-weight: 500;
  line-height: 1.2;
  width: 60%;
  margin: 0.2625rem auto 0;
}

.client-images {
  position: relative;
  flex-shrink: 0;
}

.client-main {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.client-sub {
  position: absolute;
  height: 75px;
  width: 75px;
  display: grid;
  place-items: center;
  border-radius: 50px;
  background-color: #4b2e83;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -3rem;
}

.client-content p {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.client-content h5 {
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  color: #4b2e83;
}

.client-content h5 span {
  display: block;
  font-size: 15px;
  color: #6d6c74;
  margin: 0.325rem 0 0 0;
}

.clientslider {
  padding: 1rem 0 3rem;
}

.dots-wrapper {
  position: absolute;
  top: -60%;
  left: 40%;
}

.consulting-services-section {
  background-color: #fff;
  font-family: "Inter", sans-serif;
  padding: 5rem 5rem 1rem !important;
}

.service-card {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  /* To ensure the white number block blends seamlessly with the page background, 
     we treat the wrapper as the boundary. */
}

.service-img {
  /* Creating the teal duotone look */
  width: 100%;
}

/* The teal overlay to match the design style */
.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 99, 120, 0.45);
  mix-blend-mode: multiply;
  pointer-events: none;
}

/* The white curved cutout for the number */
.service-number {
  position: absolute;
  bottom: -51px;
  left: -31px;
  background-color: #ffffff;
  width: 227px;
  height: 227px;
  display: grid;
  place-items: center;
  padding-left: 10px;
  padding-bottom: 10px;
  z-index: 2;
  border-radius: 50%;
}

.service-number span {
  font-size: 134px;
  font-weight: 500;
  color: #feb91e;
  line-height: 1;
  margin-left: 5px;
  margin-bottom: 5px;
}

.service-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #000;
  margin: 1rem 0 0;
}

.service-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #136378;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s;
}

.service-link:hover {
  background-color: #0e4857;
  color: #fff;
  text-decoration: none;
}

section.client-sec.services-1 {
  background-color: #edebf3;
}

section.marketing-hero-section.overflow-hidden.services-2 {
  background-color: #edebf3;
}

section.marketing-hero-section.overflow-hidden.services-2 .dots-wrapper {
  top: -43%;
}

.blog-top {
  text-align: center;
  margin-bottom: 2.95rem;
}

article.news-card h3 {
  font-size: 31px;
  font-weight: bold;
  margin: 0.625rem 0 0 0;
  color: #000;
}

section.latest-news-section {
  font-family: "Inter", sans-serif;
}

.contact-section {
  background: url(../images/contactbg.png) center/cover no-repeat;
  padding: 5rem 5rem 5rem 5rem;
  position: relative;
  overflow: hidden;
  margin: 0 5rem;
  font-family: "Inter", sans-serif;
}

.contact-image {
  border-radius: 30px;
  width: 100%;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  height: auto;
  min-height: 600px;
}

/* Typography */
.sub-title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
  margin-bottom: 5px;
}

.contact-section .main-title {
  font-size: 5rem;
  font-weight: 500;
  color: #0a6486;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1;
}

.description {
  color: rgb(140 140 140 / 80%);
  font-size: 1.125rem;
  margin-bottom: 40px;
  line-height: 1.6;
  width: 80%;
}

/* Form Styling */
.contact-form label {
  font-size: 15px;
  font-weight: 400;
  color: #0a192f;
  margin-left: 15px;
  margin-bottom: 8px;
  display: block;
}

.form-control.rounded-pill-input {
  border-radius: 50px;
  border: none;
  background-color: #fff;
  padding: 25px 25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.01);
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: #686a6f;
}

.form-control.rounded-area-input {
  border-radius: 25px;
  border: none;
  background-color: #fff;
  padding: 25px;
  font-size: 0.95rem;
  color: #555;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.01);
  resize: none;
}

.form-control::placeholder {
  color: #aaa;
}

.form-control:focus {
  box-shadow: 0 0 0 3px rgba(14, 91, 130, 0.1);
  background-color: #fff;
}

.form-group {
  margin-bottom: 25px;
}

/* Button */
.theme-btn {
  background-color: #0a6486;
  border-color: #0a6486;
  border-radius: 50px;
  padding: 15px 35px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.7px;
}

.theme-btn:hover {
  background-color: #0a4663;
  border-color: #0a4663;
  transform: translateY(-2px);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .main-title {
    font-size: 2.5rem;
  }

  .contact-image {
    min-height: auto;
    margin-bottom: 40px;
  }

  .pl-lg-5 {
    padding-left: 15px !important;
  }
}

.main-footer {
  color: #ffffff;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  background: url(images/footerbg.png);
}

.main-footer .footer-title {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #fff;
  text-transform: capitalize;
}

.main-footer .footer-desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--white);
  margin-bottom: 25px;
  width: 80%;
}

/* Social Icons */
.social-links {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.social-btn:hover {
  background-color: #fff;
  color: #0e5675;
}

/* Footer Menu */
.footer-menu li {
  margin-bottom: 12px;
}

.footer-menu li a {
  color: var(--white);
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 400;
}

.footer-menu li a:hover {
  color: #fff;
  padding-left: 5px;
}

/* Footer Middle Section */
.footer-middle {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.footer-logo-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.footer-logo-link img {
  /* border-radius: 50%; */
  /* Assuming round logo base */
}

.logo-text {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-top: 10px;
  text-transform: uppercase;
}

/* Contact Boxes */
.contact-box {
}

.contact-box .icon-wrapper {
  font-size: 1.2rem;
  margin-right: 15px;
  color: #fff;
  margin-top: 2px;
}

.contact-details h6 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: #fff;
}

.contact-details p {
  font-size: 0.9rem;
  color: #b8d4e0;
  margin-bottom: 0;
}

/* Footer Bottom */
.footer-bottom {
  padding: 25px 0;
  position: relative;
  z-index: 2;
}

/* Decorative Background Simulation */
.bg-shape-1 {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.05) 0%,
      rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.bg-shape-2 {
  position: absolute;
  bottom: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.bg-shape-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 50%;
}

@media (max-width: 991px) {
  .footer-middle {
    text-align: left;
  }

  .footer-logo-link {
    align-items: flex-start;
    flex-direction: row;
  }

  .logo-text {
    text-align: left;
    margin-top: 0;
    margin-left: 15px;
  }
}

.footer-bottom p {
  font-size: 15px;
  color: var(--white);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 2rem;
}

.marquee span {
  text-transform: uppercase;
  will-change: transform;
  animation: marquee 24s linear infinite;
  font-size: 108px;
  font-weight: 400;
  display: block;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  color: #0e98a2;
}

.client-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.consulting-services-section.sec-1 {
  width: unset;
  height: unset;
  display: block;
  padding: 6rem 0 6rem 0;
  background: unset;
  font-family: "Inter";
}

section.marketing-hero-section.overflow-hidden.sec-1.sec-2 {
  padding-bottom: 0;
}

.container {
  max-width: 1300px;
}

.client-sec.bg-color {
  background-color: #edebf3;
}

section.marketing-hero-section.overflow-hidden.sec-1.bg-color {
  background: #edebf3;
}

.contact-overlay {
  background-image: url(images/contactbg.png);
  padding: 50px 45px;
  margin: 5rem 12rem;
}

.contact-overlay .main-title {
  color: #0a6486 !important;
  margin: 0.625rem 0 0.625rem 0 !important;
  font-size: 5rem !important;
  font-weight: 500 !important;
}

.contact-overlay p {
  font-size: 1.125rem !important;
  color: #a0a09f !important;
  font-weight: 500 !important;
  width: 91%;
}

section.latest-news-section.sec-1.bg-white.blog-page {
  padding: 18rem 4rem 17rem 4rem;
  height: 1200px;
}

section.contiontact-section.sec-1.bg-white {
  font-family: "Inter";
}

.main-nav .nav-link::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0%;
  background-color: #fff;
  bottom: -3px;
  transition: 0.6s ease;
}

.nav-link:hover::before {
  width: 100%;
}

header.main-header .btn-secondary {
  color: #fff;
  transition: 0.6s ease;
}

header.main-header .btn-secondary:hover {
  background-color: #000;
}

section.privacysections {
  width: unset;
  height: unset;
  font-size: unset;
  background: unset;
  padding: 4rem 0;
}

section.privacysections p {
  font-size: 1.125rem;
  line-height: 1.7;
  font-family: "Inter";
}

section.privacysections h3 {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Inter";
}

section.privacysections ul li {
  margin-bottom: 10px;
  font-family: "Inter";
  font-weight: 400;
}

section.new-pages {
  height: unset;
  width: unset;
  padding: 3rem 0;
  background: unset;
}

.new-content p {
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Poppins";
  font-weight: 400;
}

section.privacysections h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.new-content .mainHead {
  margin: 0;
  width: 100%;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

section.blog-pagedetail {
  background: unset;
  width: unset;
  height: unset;
  font-size: unset;
  padding: 4rem 0;
}

.blogwrap h3 {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Inter";
}

.blogwrap ul li {
  margin-bottom: 10px;
  font-family: "Inter";
  font-weight: 400;
  list-style: none;
}


p.new-para {
  font-size: 1.125rem;
  font-family: 'Poppins';
  font-weight: 400;
}

.client-sec {
    display: none;
}

.contact-details a {
    color: var(--white);
}

.error {
    color: #ff0000 !important;
    margin: 1rem 0 0 !important;
}

.alert {
    font-size: 1rem;
    width: fit-content;
}