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

:root {
  --primary-color: rgba(255, 255, 255, 1);
  --secondary-color: rgb(0, 0, 0);
  --warning: rgba(253, 191, 32, 1);
  --warning-secondary: rgba(255, 193, 7);
  --info: rgba(22, 96, 194, 1);
  --muted: rgba(245, 245, 245, 1);
  --disabled: rgba(140, 144, 144, 1);
  --muted-black: rgba(30, 34, 34, 1);
  --muted-secondary: rgba(87, 87, 87, 1);
  --danger: rgb(255, 0, 0);
}

.body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  letter-spacing: -0.4px;
}

.main {
  overflow-x: hidden;
}

.section-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  font-size: 36px;
}

.common-padding-class {
  padding-inline: 121px;
  padding-block: 66px;
}

.common-para {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}

.top-tier-section .muted-text {
  max-width: 1110px;
  color: #575757;
}

.danger-text {
  color: var(--danger);
}

.card-heading {
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: -0.4px;
  color: var(--secondary-color);
  text-transform: capitalize;
  word-spacing: -1px;
}

.image-overlay-primary {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(125.14deg,
      rgba(0, 0, 0, 0) 47.98%,
      #000000 93.08%);
}

.line {
  margin-block: 0.4rem;
  border-top: 1px solid;
  border-top-color: var(--secondary-color);
  width: 100%;
  opacity: 1;
}

.section-divider {
  opacity: 0.5;
}

.white-line {
  border-top-color: var(--primary-color) !important;
}

@media screen and (min-width: 1300px) {
  .common-padding-class {
    padding-inline: 121px;
    padding-block: 66px;
  }
}

@media screen and (max-width: 768px) {
  .common-padding-class {
    padding-inline: 50px;
    padding-block: 35px;
  }
}

@media screen and (max-width: 540px) {
  .common-padding-class {
    padding-inline: 20px;
  }

  .section-heading {
    font-size: 31px;
    line-height: 34px;
    font-weight: 900;
  }
}

/* cta start */
.cta-button {
  padding: 8px 32px;
  color: var(--primary-color);
  background-color: transparent;
  border: 1px solid var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  width: max-content;
  text-transform: capitalize;
  letter-spacing: -0.4px;
}

.hero-content-main .cta-button {
  font-size: 20px;
}

.bold-cta {
  font-weight: 600;
  border: 1.5px solid var(--primary-color);
}

.ct-black-color {
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  background-color: var(--primary-color);
}

.muted-cta {
  background-color: var(--muted);
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.light-blue-cta-button {
  border: 1px solid var(--info);
  background-color: var(--info);
}

.cta-button:hover,
.light-blue-cta-button:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  transition: 0.4s ease-in-out;
  border: 1px solid var(--secondary-color);
}

.ct-black-color:hover {
  color: var(--primary-color);
  background-color: var(--secondary-color);
  border: 1px solid var(--primary-color);
  transition: 0.4s ease-in-out;
}

.cta-hover-to-blue:hover {
  color: var(--primary-color);
  transition: 0.4s ease-in-out;
  background-color: var(--info);
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.cta-animate {
  position: relative;
}

.cta-animate::before,
.cta-animate::after {
  content: "";
  position: absolute;
  inset: -0.14rem;
  z-index: -1;
  background: linear-gradient(var(--angle), var(--info), var(--primary-color));
  animation: rotateCta 3s linear infinite reverse;
  -webkit-animation: rotateCta 3s linear infinite reverse;
  border-radius: 25px;
}

.cta-animate::after {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}

@keyframes rotateCta {
  0% {
    --angle: 0deg;
  }

  100% {
    --angle: 360deg;
  }
}

@media screen and (max-width: 540px) {
  .hero-content-main .cta-button {
    font-size: 16px;
  }
}

/* Nav bar section start  */

.navbar {
  background-color: transparent !important;
  /* padding: 37px; */
  padding: 0 37px;
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.navbar-nav .nav-link {
  color: #ffffff !important;
}

.navbar-nav .nav-link:hover {
  color: #000000 !important;
}

.nav-link {
  color: var(--primary-color);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-icons {
  flex-grow: initial !important;
}

.navbar-nav {
  gap: 40px;
}

.cta-nav {
  padding: 8px 32px !important;
  height: fit-content;
}

.cta-nav:hover {
  color: var(--primary-color);
  background-color: var(--info);
}

/* .cta-nav:hover {
      background-color: var(--secondary-color);
      border: 1px solid var(--primary-color);
      color: var(--primary-color)
  } */

.navbar-toggler {
  border: unset;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.toggler-icon {
  width: 30px;
  height: 3px;
  background-color: var(--primary-color);
  display: block;
  transition: all 0.2s;
}

.middle-bar {
  margin: 5px auto;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: 10% 10%;
  -webkit-transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -webkit-transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}

.navbar-backdrop {
  background: linear-gradient(180deg, rgba(20, 30, 48, 0.8), rgba(36, 59, 85, 0.9)) !important;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  min-height: 100vh;
  align-items: flex-start;
  position: fixed;
  animation-name: navCollapse;
  animation-duration: 0.4s;
}

.blur-content .hero-img-container,
.blur-content .hero-image-container {
  filter: blur(20px);
  transition: filter 0.3s ease;
}

.blur-content .hero-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.overflow-hidden {
  overflow: hidden !important;
  height: 100vh;
}

@keyframes navCollapse {
  from {
    min-height: 0;
  }

  to {
    min-height: 100vh;
  }
}

@media screen and (min-width: 992px) {

  .navbar-brand,
  .nav-item {
    min-height: 99px;
    display: flex;
    align-items: center;
  }

  .text-link:hover {
    background-color: var(--warning);
    color: var(--secondary-color) !important;
    transition: all 0.5s;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-inline: 1rem;
  }
}

@media screen and (max-width: 992px) {
  .navbar {
    padding-inline: 2px;
    padding-block: 37px;
  }

  .navbar-collapse {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }

  .navbar-nav {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 30px;
    width: 100%;
    padding: 0;
  }

  .nav-link:hover {
    color: var(--primary-color);
  }
}

.network-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 80px 20px;
}

/* Background Image */
.hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* Hero Content */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1050px;
  width: 100%;
  text-align: center;
  margin-top: 100px;
}

/* Hero Title */
/* Hero Title */
.hero-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 52.5px;
  letter-spacing: -0.4px;
  color: #ffffff;
}

.event-highlight {
  color: #F9FF9E;
  font-weight: 700;
  line-height: 52.5px;
  font-size: 48px;
  letter-spacing: -0.4px;
  display: inline-block;
}


.hero-subheading {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #ffffff;
  opacity: 0.95;
}

/* Info Cards Container */
.hero-info-wrapper {
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.25) 0%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, -20.95) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 20px;
  margin-top: 30px;
  width: 100%;
}


.info-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  width: 100%;
  padding: 18px;
}

/* Individual Info Card */
.info-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  text-align: left;
  transition: transform 0.2s;
  border: none;
}


.info-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
}

.info-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.info-label {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #000000;
  opacity: 1;
}

.info-content {
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #000000;
}

/* Bottom Section */
/* Bottom Section */
.hero-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 30px;
  flex-wrap: wrap;
}


.mwc-left {
  display: flex;
  align-items: center;
  padding-left: 15px;
  gap: 20px;
}

.mwc-logo {
  height: 62px;
  width: auto;
  object-fit: contain;
}

.mwc-logo img {
  height: 100%;
  width: auto;
  display: block;
}



/* CTA Button */
.hero-cta-button {
  background: #1660C2;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 40px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
  margin-right: 15px;
}

.hero-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 144, 255, 0.6);
  background: #1660C2;
}

.hero-cta-button:active {
  transform: translateY(0);
}

/* Responsive Styles */

/* Tablets and Small Desktops */
@media (max-width: 1024px) {
  .network-hero {
    padding: 60px 20px;
  }

  .info-cards-container {
    gap: 20px;
  }

  .info-card {
    padding: 28px 20px;
  }
}

/* Tablets Portrait */
@media (max-width: 768px) {
  .network-hero {
    padding: 50px 16px;
    min-height: auto;
  }

  .hero-heading {
    margin-bottom: 16px;
  }

  .hero-subheading {
    margin-bottom: 40px;
  }

  .info-cards-container {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 40px;
  }

  .info-card {
    padding: 24px 20px;
  }

  .hero-bottom-row {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }

  .hero-cta-button {
    width: 100%;
    max-width: 350px;
  }
}

/* Mobile Devices */
@media (max-width: 480px) {
  .network-hero {
    padding: 40px 16px;
  }

  .hero-heading {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .event-highlight {
    font-size: inherit;
    line-height: normal;
  }

  .hero-subheading {
    font-size: 1rem;
    margin-bottom: 32px;
  }

  .info-cards-container {
    margin-bottom: 32px;
  }

  .info-card {
    padding: 20px 16px;
  }

  .card-icon {
    width: 40px;
    height: 40px;
  }

  .info-icon {
    width: 20px;
    height: 20px;
  }

  .info-content {
    font-size: 1.125rem;
  }

  .hero-cta-button {
    padding: 14px 32px;
    font-size: 1rem;
  }

  .mwc-logo img {
    max-width: 150px;
  }
}

/* Extra Small Devices */
@media (max-width: 360px) {
  .hero-heading {
    font-size: 1.5rem;
  }

  .hero-subheading {
    font-size: 0.9rem;
  }

  .info-content {
    font-size: 1rem;
  }
}


/* Animation on Load */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media screen and (min-width: 991px) {
  .about-section {
    padding-right: 155px;
    padding-top: 130px;
  }

  /* Desktop-specific spacing for About Us to match Figma */
  .about-contet-section {
    padding-right: 80px;
    /* Force text wrap */
    padding-bottom: 0px;
  }

  .about-image-section {
    padding-top: 80px;
  }
}

.about-contet-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.about-image-section {
  position: relative;
  padding: 0;
}

.about-image-section>img {
  box-shadow: 25px -25px 0px #1660c2;
  /* Increased offset to match screenshot */
  object-fit: cover;
  height: 320px;
  /* Slightly taller to accommodate content */
  width: 100%;
  border-radius: 4px;
  /* Slight sharpness */
}

.image-background {
  position: absolute;
  top: 40px;
  left: 25px;
  width: 100%;
  height: 100%;
  max-height: 245px;
  max-width: 480px;
  background-color: var(--info);
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .about-contet-section {
    gap: 30px;
  }


  .about-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 35px;
    padding-bottom: 40px;
    /* Add some bottom spacing for mobile */
  }



  .about-image-section>img {
    width: 90%;
    box-shadow: 20px -20px 0px #1660c2;
    /* Smaller offset for mobile */
  }

  .image-background {
    width: 90%;
    max-height: 185px;
  }
}

/* clients slider start */

.companies-section {
  padding-bottom: 55px;
  padding-top: 0px;
}

.companies-container {
  display: grid;
  grid-auto-flow: column;
  gap: 2rem;
  justify-content: space-around;
  align-items: center;
}

.slider-container {
  overflow-x: hidden;
}

.custom-logo-slider {
  margin: auto;
  width: 100%;
}

.custom-logo-slider>img {
  width: 140px;
  max-height: 50px;
  object-fit: contain;
}

.custom-logo-slider>.small-image {
  max-height: 90px;
}

@media screen and (max-width: 768px) {
  .companies-container {
    display: grid;
    grid-auto-flow: column;
    gap: 1rem;
  }

  .custom-logo-slider>img {
    max-width: 100%;
  }
}

/* clients slider end */

/* Top Tier start */

.top-tier-section {
  background-color: var(--muted);
  border-top-left-radius: 39px;
  border-top-right-radius: 39px;
}

.top-tier-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 30px;
}

.top-tier-middle {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 180px;
  padding-top: 0px;
  margin-top : -60px;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .top-tier-middle {
    gap: 250px;
  }
}



.middle-image-container {
  position: relative;
  width: 102%;
  height: 82%;
  margin-top: 50px;
}

@media (min-width :900px) {
  .middle-image-container {
    margin-left: 100px;
  }
}

.middle-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.tick-overlay {
  position: absolute;
  top: 4%;
  right: -11%;
  width: 60px;
  height: auto;
  z-index: 10;
}

@media (min-width :2000px) {
  .tick-overlay {
    top: 3%;
    right: 3%;
  }
}


@media (max-width :1440px) {
  .tick-overlay {
    top: 4%;
    right: -18%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .tick-overlay {
    top: 4%;
    right: -38%;
  }
}

@media (max-width :800px) {
  .tick-overlay {
    top: 2%;
    right: 1%;
  }
}

@media (max-width :400px) {
  .tick-overlay {
    top: -2%;
    right: -7%;
  }
}



.top-tier-list {
  display: flex;
  flex-direction: column;
  gap: 38px;
  padding-block: 60px;
}

.top-tier-list-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  margin-bottom: -10px;
}

.top-tier-list-container {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
}

.top-tier-video-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -7vh;
  gap: 50px;
  width: 55%;
  margin-inline: auto;
}

.top-tier-video {
  width: 100%;
  height: 360px;
  display: none;
  border-radius: 10px;
}

.youtube-thumbnail {
  position: relative;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

.youtube-thumbnail-image {
  width: 100%;
  height: auto;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button img {
  width: 80px;
  height: 80px;
  transition: transform 0.3s ease;
}

.play-button:hover img {
  transform: scale(1.1);
}

.video-actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

@media screen and (min-width: 1100px) {
  .middle-image {
    overflow: visible;
  }
}

@media screen and (max-width: 768px) {
  .top-tier-middle {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .top-tier-list {
    padding-top: 0;
    padding-bottom: 85px;
  }

  .top-tier-video-container {
    width: 90%;
  }

  .video-actions>a {
    font-size: 12px;
  }
}

/* Top Tier end */

/* Agentic AI Section Start */
.agentic-ai-section {
  background-color: #F9FAFB;
  /* Very light gray background */
}

.agentic-content {
  padding-right: 40px;
}

.agentic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 10px;
}

.agentic-card {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.02);
  width: 350px;
  height: 250px;
}

.agentic-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
}

.icon-wrapper {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.agentic-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.agentic-card-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  margin: 0;
  letter-spacing: -0.4px;
}

.txt-bottom {
  margin-bottom: 25px;
}


.agentic-image-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.agentic-img-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}

.agentic-main-img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* Responsive Styles for Agentic AI */

@media screen and (min-width: 992px) {
  .agentic-ai-section .row {
    align-items: stretch !important;
  }

  .agentic-image-container {
    position: relative;
  }

  .agentic-img-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    right: 12px;
    width: auto;
    height: 100%;
    max-width: none;
    margin: 0;
  }

  .agentic-main-img {
    height: 100%;
    width: 88%;
    object-fit: cover;
  }
}

/* Responsive Styles for Agentic AI */

@media screen and (max-width: 1200px) {
  .agentic-content {
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .agentic-ai-section .row {
    flex-direction: column-reverse;
    /* Image on top on mobile? Or keep standard? Usually Text then Image. Let's keep column. */
    flex-direction: column;
    gap: 50px;
  }

  .agentic-content {
    padding-right: 0;
  }

  .agentic-image-container {
    justify-content: center;
  }

  .agentic-img-wrapper {
    margin-left: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .agentic-grid {
    grid-template-columns: 1fr;
    /* Stack cards */
    gap: 20px;
  }

  .agentic-card {
    flex-direction: row;
    align-items: center;
    padding: 20px;
    width: 100%;
    height: auto;
  }

  .icon-wrapper {
    margin-bottom: 0;
    margin-right: 20px;
    flex-shrink: 0;
  }

  .agentic-card-text {
    font-size: 15px;
  }

  .agentic-card-text br {
    display: none;
    /* Hide line breaks on mobile for better flow */
  }
}

@media screen and (max-width: 480px) {
  .agentic-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-wrapper {
    margin-bottom: 15px;
  }
}

/* Agentic AI Section End */


/* Core services start */
.core-services-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 40px;
  column-gap: 24px;
}

.core-title-card {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media screen and (min-width: 1300px) {
  .core-title-card {
    margin-inline: 0;
  }

  .core-services-container>.why-should-card {
    margin-inline: 0;
  }
}

@media screen and (max-width: 980px) {
  .core-services-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 580px) {
  .core-services-container {
    grid-template-columns: 1fr;
  }

  .future-left-grid {
    grid-template-rows: 170px 170px;
  }
}

@media screen and (max-width: 480px) {
  .future-left-grid {
    grid-template-rows: 170px 170px;
    align-items: flex-end;
  }
}

/* Core services end */

/* Connect with ThinkPalm Section Start */
.connect-section {
  position: relative;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}

.connect-container {
  width: 100%;
  border-radius: 25px;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  overflow: hidden;
  margin-top: -40px;
}

.connect-header {
  z-index: 2;
  padding-left: 10px;
}

.connect-header .section-heading {
  color: #ffffff;
  font-weight: 500;
}

.connect-swiper-container {
  width: 100%;
  position: relative;
}

.connect-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  min-height: 220px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 100%;
}

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

.connect-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}


.connect-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.connect-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
}

/* Navigation Buttons */
.connect-nav-btn {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 80;
  transition: all 0.3s ease;
}


.connect-nav-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.connect-prev {
  left: -18px;
}

.connect-next {
  right: -18px;
}

.connect-swiper {
  padding-inline: 10px;
}

@media screen and (max-width: 991px) {
  .connect-container {
    padding: 40px 20px;
  }

  .connect-nav-btn {
    width: 35px;
    height: 35px;
  }

  .connect-prev {
    left: -10px;
  }

  .connect-next {
    right: -10px;
  }
}

@media screen and (max-width: 768px) {
  .connect-container {
    border-radius: 20px;
  }

  .connect-section {
    padding-inline: 20px;
  }
}

/* Connect section end */

/* Connect Navigation Buttons - New Styles */
.connect-nav-btn {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 80;
  transition: all 0.3s ease;
  font-size: 20px;
  /* Icon size */
}

/* Base styles for the icons to ensure they are centered */
.connect-nav-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* State Classes */
.btn-white {
  background-color: #ffffff;
  color: #1660C2;
  border: 1px solid #1660C2;
}

.btn-blue {
  background-color: #1660C2;
  color: #ffffff;
  border: 1px solid #1660C2;
}

.btn-white:hover {
  background-color: #f0f8ff;
  /* Light blue tint on hover */
}

.btn-blue:hover {
  background-color: #124e9d;
  /* Darker blue on hover */
}


/* Animation Keyframes */
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.98);
    /* Scale up slightly */
  }

  100% {
    transform: scale(1);
  }
}

.scale-animation {
  animation: scaleUp 0.3s ease-in-out;
}

/* Specific positioning (retained from original but cleaned up) */
.connect-prev {
  left: -18px;
}

.connect-next {
  right: -18px;
}



/* case studies start */

.case-studies-container {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.case-cards-container {
  display: flex;
  gap: 60px;
  flex-direction: column;
}

.case-card {
  gap: 65px;
  display: grid;
  grid-template-columns: 6fr 6fr;
}

.case-img-container {
  height: 100%;
  width: 100%;
}

.case-card-reverse>.case-img-container {
  order: 9999;
}

.case-img-container>img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.case-card-content {
  display: flex;
  gap: 35px;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

.case-card-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: flex-start;
}

.line-height-25 {
  line-height: 25px;
}

.case-card-para {
  font-weight: 400;
}

.case-card-reverse h2,
.case-card-reverse p {
  text-align: left;
  width: 100%;
}

.case-card-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -0.4px;
  max-width: 491px;
}

#case-swiper {
  position: relative;
  height: 100%;
}

#case-swiper .navigators {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 30px;
}

.swiper-button-prev,
.swiper-button-next {
  border: 1px solid #000000;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  position: relative;
  color: #000000;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px;
  font-weight: 700;
  color: #000000
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  border: 1px solid #1660C2;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #1660C2;
}

.swiper-button-disabled {
  border-color: var(--disabled);
}


.swiper-button-disabled:after {
  color: var(--disabled);
}

.case-swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.case-swiper-pagination>.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}

.case-studies-section .case-card-para {
  max-width: 491px;
}

@media screen and (max-width: 768px) {
  .case-studies-container {
    gap: 40px;
  }

  #case-swiper .swiper-slide {
    height: auto;
  }

  .case-card {
    display: flex;
    flex-direction: column;
    gap: 35px;
    height: 100%;
  }

  .case-img-container {
    height: 210px;
  }

  .case-card-content {
    gap: 14px;
    position: relative;
    background-color: var(--muted);
    width: 90%;
    height: 100%;
    top: -52px;
    margin-inline: auto;
    padding: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    justify-content: space-between;
  }

  .case-card-details {
    gap: 14px;
  }

  .case-card-heading {
    font-size: 20px;
    line-height: 27px;
  }

  #case-swiper .navigators {
    display: flex;
    margin-top: 5px;
  }

  .card-heading-desktop {
    display: none;
  }

  .card-heading-mobile {
    display: block !important;
  }
}

/* case studies end */


/* Why ThinkPalm Section Start */
.why-thinkpalm-section {
  padding-top: 50px;
  padding-bottom: 80px;
}

.why-thinkpalm-wrapper {
  background-color: #E9F2FF;
  border-radius: 30px;
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.stats-container {
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 40px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
}

.stat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.stat-number {
  font-family: 'Poppins', sans-serif;
  font-size: 56px;
  font-weight: 400;
  color: #1660C2;
  line-height: 1;
}

.stat-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4B4B4B;
  line-height: 1.4;
  text-align: left;
}

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

.awards-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  position: relative;
  padding: 20px;
}

/* Dotted border for the awards section as per design */
.awards-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  bottom: 0;
  border: 1px dashed #1660C2;
  opacity: 0.3;
  pointer-events: none;
  width: 80%;
  margin: 0 auto;
}

/* Wait, the design has a dotted box AROUND the logos, let's adjust */
.awards-container {
  padding: 30px 50px;
  width: fit-content;
  margin: 0 auto;
  gap: 50px;
}

.awards-container::before {
  display: none;
}


.award-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.award-logo {
  max-height: 110px;
  width: auto;
  object-fit: contain;
  filter: grayscale(0%);
  /* Ensure true colors */
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
  .why-thinkpalm-wrapper {
    padding: 50px 40px;
  }

  .stats-container {
    padding: 30px;
  }

  .stat-number {
    font-size: 48px;
  }
}

@media screen and (max-width: 991px) {
  .stat-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .stat-text {
    text-align: center;
  }

  .stat-divider {
    display: none;
  }

  .stats-container {
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .stats-container {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .stat-item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 20px;
  }

  .stat-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .awards-container {
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }

  .award-logo {
    max-height: 90px;
  }
}

/* Why ThinkPalm Section End */

/* connection start */
.connection-container {
  background-color: var(--warning-secondary);
}

.connection-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}

.connection-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: var(--warning-secondary);
}

.connection-right {
  background-color: var(--secondary-color);
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.connection-image {
  height: 350px;
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: -24%;
}

@media screen and (min-width: 768px) {
  .connection-left {
    padding-right: 0;
  }

  .connection-para {
    padding-right: 32%;
    margin-top: -30px;
  }
}

@media screen and (max-width: 990px) {
  .connection-row {
    display: flex;
    flex-direction: column-reverse;
  }

  .connection-image {
    width: 100%;
    height: auto;
    position: initial;
  }

  .connection-right {
    padding-inline: 105px;
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  .connection-right {
    padding-inline: 50px;
  }
}

@media screen and (max-width: 647px) {
  .future-left-content {
    gap: 15px;
  }

  .future-left-grid {
    align-items: flex-end;
  }

  .future-point {
    height: 100%;
  }

  /* .future-icon {
    height: 40px;
    width: max-content;
  } */
}

@media screen and (max-width: 540px) {
  .connection-right {
    padding-inline: 20px;
  }
}

/* connection end */

/* Global Technology Events Section Start */
.events-section {
  padding-bottom: 60px;
}

.events-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.event-card {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.event-image-container {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}

.event-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.event-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.event-title {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

.event-divider {
  border: 0;
  border-top: 1px solid #D6D6D6;
  margin: 0;
  opacity: 1;
  width: 100%;
}

.event-desc {
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
}

/* Responsive Styles for Events Section */
@media screen and (max-width: 991px) {
  .events-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .event-desc br {
    display: none;
    /* Hide manual line breaks on mobile */
  }

  .event-image-container {
    margin-bottom: 20px;
  }
}

/* Global Technology Events Section End */

/* calender start */
#calendly-section {
  padding-top: 0;
  padding-bottom: 20px;
}

#calendlyContainer {
  height: 657px;
}

@media screen and (max-width: 1200px) {
  #calendlyContainer {
    height: 950px;
  }
}

@media screen and (max-width: 746px) {
  #calendlyContainer {
    height: 900px;
  }
}

@media screen and (max-width: 540px) {
  #calendlyContainer {
    height: 920px;
  }

  #calendly-section {
    padding-bottom: 0px;
  }
}

/* calender end */

/* footer start */
.footer-section {
  width: 100%;
  background-color: var(--muted-black);
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 19px;
}

.footer-left {
  display: flex;
  gap: 50px;
  align-items: center;
}

.footer-brand {
  width: 56px;
  height: 59px;
}

.footer-brand>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social-icons {
  display: flex;
  gap: 30px;
  align-items: center;
}

.footer-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: var(--primary-color);
  margin-bottom: 0;
}

.footer-text>a {
  text-decoration: none;
  color: var(--primary-color);
}

.icon {
  color: var(--primary-color);
}

@media screen and (max-width: 980px) {
  .footer-container {
    flex-direction: column;
    gap: 20px;
  }

  .footer-left {
    flex-direction: column;
    gap: 20px;
  }
}

/* footer end */

.case-studies-section {
  background-color: #F5F5F5;
}

.common-css {
  color: #575757;
  letter-spacing: -0.4px;
}

@media screen and (max-width: 480px) {
  .desktop-break {
    display: none;
  }
}