/* Keep only essential structural styles - remove all decorative styling */
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
textarea,
li,
a,
select {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}


.press-release-wrapper {
  padding: 60px 0;
}

.press-hero {
  background: linear-gradient(135deg, #e6dbff, #c9e7ff);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.press-hero h1 {
  font-size: 32px;
  color: #6a00ff;
  font-weight: 600;
  margin-bottom: 20px;
}

.press-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  background: #fff;
  font-size: 12px;
  color: #6a00ff;
  font-weight: 500;
  letter-spacing: 1px;
}

.press-hero img {
  width: 220px;
}

.press-divider {
  margin: 40px 0;
  height: 2px;
  background: #6a00ff;
  opacity: 0.4;
}

.press-content p {
  font-size: 15px;
  margin-bottom: 20px;
  color: #555;
}

.board-box {
  margin: 40px 0;
  background: linear-gradient(135deg, #6a00ff, #b066ff);
  color: white;
  padding: 30px;
  border-radius: 20px;
}

.board-box h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.board-box p {
  color: #f3f0ff;
}

/* Responsive */
@media(max-width: 768px) {
  .press-hero {
    flex-direction: column;
    text-align: center;
  }

  .press-hero img {
    width: 160px;
  }
}

/* Basic structure - keep but remove all decorative properties */
.banner-section {
  padding: 100px 0px 300px 0px;
  position: relative;
}

.banner-heading {
  margin-bottom: 20px;
}

.banner-para {
  margin-bottom: 30px;
}

.banner-para-1 {
  margin-bottom: 50px;
}

.banner-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  width: fit-content;
  min-width: fit-content;
}

.partner-section {
  background-image: url("../img/home-page/partner-bg.png");
  background-position-y: center;
  background-position-x: left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.banner-bottom {
  padding: 30px 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.banner-bottom-div {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
}

.banner-bottom-div-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Remove decorative backgrounds and colors */
.partner-section {
  padding: 100px 0px;
}

.section-heading {
  margin-bottom: 40px;
}

.section-para {
  margin-bottom: 50px;
}

.section-para-1 {
  margin-bottom: 5px;
}

.partner-div {
  display: flex;
  gap: 30px;
  align-items: center;
}

.partner-div-inner {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-right: 30px;
  border-right: 1px solid #858585ba;
}

.partner-div-inner:last-child {
  border-right: none;
  padding-right: 0px;
}

.contact-section {
  padding: 70px 0px 70px 30px;
  position: relative;
  top: -150px;
  margin-bottom: -150px;
}

.section-heading-1 {
  margin-bottom: 30px;
}

.section-para-2 {
  margin-bottom: 0px;
}

.schedule-btn {
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.award-section {
  padding: 100px 0px 76px 0px;
}

.section-heading-2 {
  font-size: 40px;
  color: #000000;
  font-weight: 500;
  line-height: 50px;
}

.section-heading-2 span {
  color: #5f31ab;
}


.section-para-3 {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 0px;
}

.users-section {
  padding: 100px 0px 76px 0px;
}

.badge-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.height-div {
  height: 540px;
  display: flex;
}

.users-div {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.user-div {
  padding: 50px;
  display: flex;
  gap: 50px;
  align-items: center;
}

.img-commas {
  width: 110px !important;
  margin-bottom: 20px;
}

.img-user {
  width: 120px !important;
  border-radius: 50%;
}

.user-div-heading {
  margin-bottom: 5px;
}

.user-div-para {
  margin-bottom: 25px;
}

/* Blog section styles - keep structural only */

.blog-div {
  border: 1px solid #ccd2d9;
  text-decoration: none;
  padding: 10px 20px 10px 10px;
  border-radius: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}

.blog-div:focus {
  outline: none;
}

.blog-div:hover {
  text-decoration: none;
  opacity: 0.9;
}

.blog-div img {
  border-radius: 15px 0px 0px 15px;
  width: 266px;
  height: 180px;
  object-fit: cover;
}

.blog-div-inner {
  width: 100%;
}

.blog-div-inner-1 {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}

.blog-div-para {
  font-size: 12px;
  color: #111111;
  border: 1px solid #ccd2d9;
  border-radius: 40px;
  padding: 8px 12px;
  margin-bottom: 0px;
}

.blog-div-para-1 {
  font-size: 13px;
  font-weight: 500;
  color: #111111;
  line-height: 20px;
  margin-bottom: 10px;
}

.blog-div-heading {
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  line-height: 26px;
  margin-bottom: 10px;
}

.blog-div-para-2 {
  font-size: 12px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 0px;
}


/* Why section - remove backgrounds */
.why-section {
  padding: 300px 0px;
}

.why-div-1,
.why-div-2,
.why-div-3 {
  height: 435px;
  width: 100%;
  padding: 40px 25px;
}

.why-div-2 {
  position: relative;
}

.why-div-2 .section-para-2 {
  position: absolute;
  bottom: 40px;
  width: 60%;
}

.why-div-3 .section-para-2 {
  width: 60%;
}

/* Teams section */
.teams-section {
  padding: 100px 0px 160px 0px;
}

.section-para-4 {
  margin-bottom: 10px;
}

.section-para-5 {
  margin-bottom: 30px;
}

.team-1,
.team-1-hover {
  width: 100%;
  height: 350px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.team-1-hover {
  opacity: 0;
  transform: translateX(-20%);
}

.team-div {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.team-div-inner {
  padding: 380px 20px 30px 20px;
  position: relative;
  z-index: 1;
}

.team-div-inner-1 {
  position: absolute;
  bottom: 100px;
  left: 30px;
  width: 60px;
  height: 60px;
  padding: 10px;
}

.team-div-inner-2 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
}

.team-leadership-div {
  padding-left: 50px;
}

.team-div-inner-3 {
  display: flex;
  gap: 10px;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  justify-content: center;
  align-items: center;
}

.img-share {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  width: 20px;
  height: 20px;
}

.team-div-even {
  position: relative;
  top: 80px;
}

.team-div-sarah {
  width: 334.4px;
  position: relative;
  left: 240px;
}

/* Premium section */
.premium-section {
  padding: 200px 0px 100px 0px;
}

.premium-div {
  padding: 0px 30px 40px 30px;
}

.premium-div-inner {
  display: flex;
  position: relative;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}

.premium-div-inner button {
  padding: 10px 20px;
  background-color: transparent;
  z-index: 2;
}

.section-para-6 {
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.tab-indicator {
  position: absolute;
  top: 0;
  left: 0;
  transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
  z-index: 1;
}

/* ISV section */
.isv-section {
  position: relative;
  padding: 100px 0 50px 0px;
}

.isv-section-1 {
  display: none;
  padding: 100px 0px;
}

.isv-section .sticky-wrap {
  position: sticky;
  top: -65px;
  height: auto;
}

.image-section {
  position: relative;
}

.img-ss {
  position: absolute;
  left: 15%;
  top: 27%;
  width: 70%;
  transition: opacity 0.3s ease;
}

.content-section {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  align-items: flex-start;
  transition: opacity 0.4s ease;
}

.content-section img,
.content-section-1 img {
  width: 80px;
  min-width: 80px;
}

.content-section:last-child,
.content-section-1:last-child {
  margin-bottom: 0px;
}

.content-section-inner {
  padding-bottom: 30px;
  border-bottom: 1px solid #111111;
}

.content-section:last-child .content-section-inner,
.content-section-1:last-child .content-section-inner {
  padding-bottom: 0px;
  border-bottom: none;
}

.content-section-1 {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  align-items: flex-start;
}

.content-heading {
  margin-bottom: 20px;
}

.content-container {
  overflow: hidden;
  position: relative;
  top: 18%;
}

.content-wrapper {
  will-change: transform;
  transition: transform 0.5s ease;
}

/* Keep all media queries but remove decorative properties */
@media only screen and (max-width: 1400px) {

  .team-1,
  .team-1-hover {
    height: 300px;
  }

  .team-div-inner {
    padding: 330px 20px 30px 20px;
  }

  .img-ss {
    top: 24%;
  }

  .content-container {
    top: 12%;
  }

  .height-div {
    height: 600px;
  }

  .team-div-sarah {
    width: 281.9px;
    left: 215px;
    top: -65px;
  }
}

@media only screen and (max-width: 1200px) {

  .team-1,
  .team-1-hover {
    height: 245px;
  }

  .team-div-inner {
    padding: 275px 20px 30px 20px;
  }

  .height-div {
    height: 650px;
  }

  .team-div-sarah {
    width: 229.4px;
    left: 195px;
    top: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-bottom-div {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .banner-bottom-div-inner {
    flex-wrap: wrap;
  }
    .partner-section {
    background-position-x: right;
  }

  .mar-b {
    margin-bottom: 40px;
  }

  .why-section {
    padding: 100px 0px 250px 0px;
  }

  .mar-b-1 {
    margin-bottom: 20px;
  }

  .why-div-1,
  .why-div-2,
  .why-div-3 {
    width: 400px;
  }

  .mar-b-2 {
    margin-bottom: 70px;
  }

  .team-1,
  .team-1-hover {
    height: 350px;
  }

  .team-div {
    width: 340px;
  }

  .team-div-even {
    top: 0px;
  }

  .team-div-inner {
    padding: 380px 20px 30px 20px;
  }

  .teams-section {
    padding: 100px 0px 76px 0px;
  }

  .team-leadership-div {
    padding-left: 0px;
  }

  .isv-section {
    display: none;
  }

  .isv-section-1 {
    display: block;
  }

  .content-container {
    top: 0;
  }

  .img-user-container {
    display: none;
  }

  .img-user-1 {
    display: flex !important;
    width: 70px !important;
    border-radius: 50%;
  }

  .user-info-div {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .team-div-sarah {
    display: none !important;
  }

  .team-div-sarah-1 {
    display: flex !important;
  }
}

@media only screen and (max-width: 768px) {
  .banner-section {
    padding: 70px 0px 320px 0px;
  }

  .partner-section {
    padding: 70px 0px;
  }

  .why-section {
    padding: 70px 0px 220px 0px;
  }

  .contact-section {
    padding: 50px 0px 80px 0px;
  }

  .section-heading-1,
  .section-heading-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .blog-div {
    flex-direction: column;
    padding: 10px 10px 30px 10px;
  }

  .blog-div img {
    width: 100%;
  }

  .award-section,
  .teams-section,
  .users-section {
    padding: 70px 0px 46px 0px;
  }

  .user-div {
    padding: 30px;
  }
}

@media only screen and (max-width: 577px) {
  .contact-section {
    padding: 50px 20px 80px 20px;
  }

  .height-div {
    height: 720px;
  }

  .premium-div-inner {
    flex-direction: column;
  }

  .premium-div {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 450px) {

  .why-div-1,
  .why-div-2,
  .why-div-3 {
    width: 300px;
    height: 400px;
  }

  .why-div-3 .section-para-2 {
    width: 50%;
  }

  .team-div {
    width: 300px;
  }

  .team-1,
  .team-1-hover {
    height: 310px;
  }

  .team-div-inner {
    padding: 340px 20px 30px 20px;
  }

  .premium-div-inner {
    gap: 2px;
  }

  .premium-div-inner button {
    padding: 10px 15px;
  }

  .premium-div {
    padding: 20px 15px 30px 15px;
  }
}

/* banner */
.container {
  margin: 0 auto;
}

/* Hero Section */
.hero-banner {
  /* FIX: Properly layer background image with gradient overlay */
  background-image: url("../images/global-executive-banner-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;

  /* Gradient overlay on top of image */
  background-color: transparent;
  background-blend-mode: normal;

  /* Create gradient overlay using pseudo-element for better control */
  position: relative;
  margin-top: 90px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding: 50px;
  overflow: visible;
  min-height: 350px;
  width: 100%;
  box-sizing: border-box;
}

/* Gradient overlay pseudo-element */
.hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  background: linear-gradient(180deg,
      rgba(249, 236, 255, 0.85) 0%,
      rgba(218, 227, 255, 0.85) 47.6%,
      rgba(246, 228, 255, 0.85) 100%);
  z-index: 1;
  pointer-events: none;
}


.hero-content {
  max-width: 60%;
  z-index: 2;
  position: relative;
}

.hero-image {
  position: absolute;
  right: -20px;         /* slight pop-out from right edge */
  top: -30%;            /* dynamic overlap relative to parent height */
  bottom: auto;
  width: 100%;           /* relative to parent width — scales perfectly on zoom */
  max-width: 553px;     /* prevents excessive size on huge screens */
  min-width: 180px;     /* never too small */
  z-index: 5;
  pointer-events: none;
  transition: width 0.1s ease;
}

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

/* Ensure the text container doesn't overlap the image on the right */
.hero-content {
  max-width: 60%;
  z-index: 2;
  position: relative;
}

.hero-content h1 {
  color: #8118D4;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 118%;
  letter-spacing: -2%;
  vertical-align: middle;

}

.badge {
  color: #8118D4;
  background: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.1px;
  vertical-align: middle;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}


/* Content Layout */
.divider {
  border: none;
  border-top: 2px solid #8118D4;
  margin: 40px 0;
}

.content-body p {
  margin-bottom: 24px;
    font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-style: Light;
  font-size: 16px;
  color: #636363;
  letter-spacing: 0.1px;
  line-height: 32px;
  letter-spacing: 0%;

}

/* The Purple List Card - Fixed */
.board-card {
  background-image: url("../images/executive-board-card.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  border-radius: 40px;
  margin: 40px 0;
    padding: 3rem;
}

.board-card h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 1.2rem;
  word-spacing: normal;
 letter-spacing: 0%;
  margin-bottom: 0.5rem;
}

.board-card p {
  font-family: "Plus Jakarta Sans", sans-serif;
color: #FFFFFF;
font-weight: 300;
font-size: 1rem;
margin-bottom: .5rem;
}
.board-card p  a{
  font-family: "Plus Jakarta Sans", sans-serif;
color: #FFFFFF;
font-weight: 300;
font-size: 1rem;
margin-bottom: .5rem;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-banner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 1400px) {
  .hero-banner {
    padding: 45px;
    min-height: 320px;
  }
  .hero-image {
    width: 90%;
    max-width: 499px;
    right: -15px;
    top: -28%;
  }
}

@media (max-width: 1200px) {
  .hero-banner {
    padding: 40px;
    min-height: 300px;
  }
  .hero-image {
    width: 85%;
    max-width: 420px;
    right: -12px;
    top: -26%;
  }
}

@media (max-width: 991px) {
  .hero-banner {
    padding: 35px;
    min-height: 280px;
  }
  .hero-image {
    width: 80%;
    max-width: 380px;
    right: -10px;
    top: -24%;
  }
}

@media (max-width: 768px) {
  .hero-banner {
    padding: 30px;
    min-height: 260px;
      margin-top: 90px;
  } 

  .hero-content {
    margin-top: 150px;
    max-width: 100%;
  }
  .hero-image {
    width: 65%;
    /* display: none; */
    max-width: 320px;
    top: -22%;
    right: 0%;
    min-width: 150px;
  }

  .board-card {
    padding: 3rem 2rem;
}
}

@media (max-width: 576px) {
  .hero-banner {
    padding: 25px;
    min-height: 240px;
      margin-top:100px;
  }
  .hero-content {
    margin-top: 150px;
    max-width: 100%;
  }

  .hero-image {
    width: 60%;
    max-width: 280px;
    right: -3px;
    top: -20%;
    min-width: 130px;
  }

    .board-card {
    padding: 3rem 2rem;
}
}

@media (max-width: 480px) {
  .hero-banner {
    display: block;
    padding: 25px 20px 20px 20px;
    min-height: auto;
  }
  .hero-image {

   width: 65%;
      max-width: 220px;
    right: -3px;
    top: -20%;
      min-width: 120px;
  }
  .hero-content {
    margin-top: 80px;
    width: 100%;
  }
}


.dateline {
    font-size: 0.95rem;
    color: #666;
    margin-top: 10px;
}

.dateline .location {
    font-weight: 600;
    color: #333;
}

.dateline .date {
    font-style: italic;
}

.quote {
    margin: 25px 0;
    padding: 15px 20px;
    border-left: 4px solid #2b6cb0;
    background: #f7fafc;
    font-style: italic;
}

.quote-author {
    display: block;
    margin-top: 10px;
    font-style: normal;
    font-weight: 600;
    color: #333;
}

