.custom-navbar {
    background-color: rgba(55, 48, 133, 1);
}

/* Logo */
.custom-navbar .custom-navbar__logo {
    max-height: 44px;
}


/* nav link css */
a.nav-link{
    font-size: 12px;
    font-weight: 600 !important;
    line-height: 100%;}
/* Join button */
.custom-navbar .custom-navbar__join-btn {
    background-color: rgba(223, 44, 111, 1);
    color: #ffffff;
    padding: 10px 24px 10px 24px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0px;
    border: none;
}
 .custom-navbar .custom-navbar__sign-btn{
    padding: 10px 24px 10px 24px;
    border-bottom: 2px solid;
    font-size: 12px;}
.custom-navbar .custom-navbar__join-btn:hover {
    background-color: #d81b60;
    color: #ffffff !important;
}

/* Hamburger icon color */


/* Footer css */

/* Newsletter section */
.site-footer__newsletter {
    background: linear-gradient(
        90deg,
        #613DD9 0%,
        #613DD9 95%,
        #613DD9 100%
    );
    position: relative;
}


/* Email input */
.site-footer-start .site-footer__input {
    border-radius: 4px 0 0 4px;
    border: none;
    padding: 14px;
    /* font-size: 12px; */
    color: black !important;
    font-weight: 800;
}

/* Subscribe button */
.site-footer-start .site-footer__subscribe-btn {
    background-color: #DF2C6F;
    color: #ffffff;
    border-radius: 0 4px 4px 0;
    padding: 0 18px;
    border: none;
    font-weight: 600;
}

.site-footer-start .site-footer__subscribe-btn:hover {
    background-color: #DF2C6F;
}

/* Footer links */
/* Footer base */
.site-footer {
    background-color: #373085;
    padding: 80px 0 30px;
    position: relative;
    overflow: hidden;
}

/* Logo */
.logo-img {
    max-height: 42px;
    margin-bottom: 18px;
}

/* Text */
.footer-text {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    max-width: 320px;
    line-height: 1.6;
    margin-top:20px
}

/* Headings */
.footer-heading {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 16px;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    font-size: 13px;
    color: white;
    text-decoration: none;
    font-weight: 400;
}

.footer-links a:hover {
    color: #ffffff;
}

/* Bottom section */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 20px;
}

/* LinkedIn pill */
.linkedin-btn {
      color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.linkedin-btn:hover {
    /* background-color: #ff2d78; */
    background-color: #373085 !important;
    color: #e86240 !important;
}

/* Copyright */
.copyright {
    font-size: 13px;
    color: #fff;
}

/* Right arc decoration */
.footer-arc-img {
    position: absolute;
    right: 0;
    bottom: 0;
    /* width: 420px;       */
    max-width: 50vw;    
    height: auto;
    pointer-events: none;
    z-index: 0;
}

.site-footer .container {
    position: relative;
    z-index: 2;
}


/* new css */
img.logo-img {
    max-height: 43px;
}

h2.heading-footer {
    font-size: 48px;
}
p.sub-text-footer{
    font-size: 16px;
    font-weight: 400;
    color: white;
    max-width: 330px;
}

/* ==============================
   Advisory Board Section
================================ */
.advisory-board-section {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}

/* Header */
.advisory-board-section .advisory-title {
    font-size: 40px;
    font-weight: 700;
    color: #373085;
;
}

.advisory-board-section .advisory-title span {
    color: #DF2C6F;
}

.advisory-board-section .advisory-subtitle {
    font-size: 20px;
    color: #1A1A1A;
    max-width: 620px;
    line-height: 1.6;
}


/* ==============================
   Responsive Tweaks
================================ */
@media (max-width: 768px) {
    .advisory-board-section .advisory-title {
        font-size: 32px;
    }

    .advisory-board-section .advisory-arc {
        width: 200px;
        opacity: 0.6;
    }
}

@media (max-width: 576px) {
    .advisory-board-section .advisory-avatar {
        width: 95px;
        height: 95px;
    }
}






/* ===== Parent Wrapper ===== */
.speaker-card-wrapper {
  /* max-width: 1200px;
  margin: 0 auto; */
}

/* ===== Card ===== */
.speaker-card {
  background: #FAFAFA;
  border-radius: 16px;
  padding: 30px 25px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ===== Profile Ring ===== */
.profile-ring {
position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(54deg, #DF2C6F, #fff);
    padding: 18px;
}

.profile-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}

/* ===== LinkedIn Icon ===== */
.linkedin-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #5a4fdc;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== Text Styles ===== */
.speaker-name {
  font-weight: 700;
  color: #373085;
  margin-bottom: 12px;
}

.speaker-desc {
    font-size: 15px;
    color: #1A1A1A;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 10px;
}

.speaker-quote {
  font-style: italic;
  font-weight: 600;
  color: #DF2C6F;
}

/* ===== Responsive Adjustments ===== */
@media (max-width: 576px) {
  .profile-ring {
    width: 140px;
    height: 140px;
  }

  .speaker-card {
    padding: 25px 20px;
  }
}





/*  */



.agenda-wrapper {
  margin: 40px auto;
  padding: 0 15px;
}

/* =======================
   DATE HEADER
======================= */
.agenda-wrapper .agenda-date {
    background-color: #6C54BC;
    color: #ffffff;
    padding: 12px 18px;
    font-weight: 700;
    /* border-radius: 6px 6px 0 0; */
    margin-top: 30px;
    font-size: 20px;
}

/* =======================
   AGENDA ITEM
======================= */
.agenda-wrapper .agenda-item {
background-color: #ffffff;
    border: 1px solid #3730851A;
    padding: 16px 18px;
}


.agenda-wrapper .agenda-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

/* LEFT SECTION */
.agenda-wrapper .agenda-left {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.agenda-wrapper .agenda-time {
    font-size: 16px;
    color: #1A1A1A;
    min-width: 90px;
    font-weight: 500;
}

.agenda-wrapper .agenda-title {
font-weight: 400;
    color: #373085;
    font-size: 20px;
}

/* =======================
   TOGGLE ARROW
======================= */
.agenda-wrapper .toggle-btn {
  width: 28px;
  height: 28px;
  background-color: #DF2C6F;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.agenda-wrapper .toggle-btn.rotate {
  transform: rotate(180deg);
}

/* =======================
   EXPANDED CONTENT
======================= */
.agenda-wrapper .agenda-content {
  display: none;
  /* margin-top: 20px; */
  background-color: #f7f8fc;
  padding: 20px;
  border-radius: 8px;
}

.agenda-wrapper .agenda-content.show {
  display: block;
}

/* =======================
   SPEAKERS
======================= */
.agenda-wrapper .speakers {
  display: flex;
  align-items: center;
  /* gap: 10px; */
  margin-bottom: 12px;
}

.agenda-wrapper .speakers img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

/* =======================
   BUTTON
======================= */
.agenda-wrapper .get-tickets {
  margin-top: 15px;
  background-color: #ff4f7a;
  border: none;
  padding: 10px 18px;
  color: #ffffff;
  border-radius: 6px;
  font-weight: 600;
}

/* =======================
   RESPONSIVE
======================= */
@media (max-width: 576px) {
  .agenda-wrapper .agenda-left {
    gap: 10px;
  }

  .agenda-wrapper .agenda-time {
    min-width: auto;
  }
}



/* inner content  */

/* =======================
   INNER CONTENT (EXACT IMAGE STYLE)
======================= */

/* override background */
.agenda-wrapper .agenda-content {
  background-color: #F3F2FB;
  padding: 24px 28px 30px;
  border-radius: 10px;
}

/* top row */
.agenda-wrapper .agenda-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.agenda-wrapper .agenda-dot {
  width: 6px;
  height: 6px;
  background-color: #DF2C6F;
  border-radius: 50%;
}

.agenda-wrapper .agenda-time-inner {
  font-size: 14px;
  color: #6B7280;
  font-weight: 500;
}

.agenda-wrapper .agenda-heading {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #373085;
}

.agenda-wrapper .agenda-arrow-inner {
  margin-left: auto;
  width: 28px;
  height: 28px;
  background-color: #373085;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* sub meta */
.agenda-wrapper .agenda-submeta {
  display: flex;
  gap: 24px;
  margin-top: 10px;
  font-size: 14px;
  color: #6B7280;
}

.agenda-wrapper .agenda-submeta i {
  margin-right: 6px;
  color: #373085;
}

/* speakers */
.agenda-wrapper .agenda-content .speakers {
  margin: 18px 0 12px;
}

.agenda-wrapper .agenda-content .speakers img {
  width: 48px;
  height: 48px;
}

/* description */
.agenda-wrapper .agenda-description {
  font-size: 15px;
  line-height: 1.6;
  color: #4B5563;
  max-width: 760px;
}

/* button */
.agenda-wrapper .agenda-content .get-tickets {
  margin-top: 20px;
  background-color: #DF2C6F;
  font-size: 12px;
  padding: 10px 20px;
}

/* mobile */
@media (max-width: 576px) {
  .agenda-wrapper .agenda-submeta {
    flex-direction: column;
    gap: 6px;
  }

  .agenda-wrapper .agenda-heading {
    font-size: 16px;
  }
}



.agenda-wrapper .agenda-item {
  position: relative;
}

.agenda-wrapper .agenda-content {
  margin-left: 115px; 
}


.agenda-wrapper .toggle-btn.active {
  background-color: #373085;
}



.agenda-wrapper .agenda-item.active {
  background-color: #f3f2fb; 
  border-color: #373085;     
}

.agenda-location img
 {
    width: 16px;
    height: 16px;
}

.agenda-speaker-names img{
  width: 16px;
    height: 16px;
}


/* Pricing css */

.pricing-section {
  background: #ffffff;
}

.pricing-section .pricing-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding:0px 25px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s ease;
}

.pricing-section .pricing-card:hover {
  transform: translateY(-6px);
}

/* Ellipse top-right */
.pricing-section .pricing-circle {
  height: 120px;
  margin-bottom: 20px;
  background-image: url("https://staging.uniteunderone.com/wp-content/uploads/2025/12/Ellipse-2.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}

/* Text alignment */
.pricing-section h5 {
  font-weight: 600;
  color: #373085;
  margin-bottom: 6px;
  font-size: 20px;
  text-align: left;
}

.pricing-section p {
  color: #1A1A1A;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 14px;
  text-align: left;
}

.pricing-section .price {
  font-size: 32px;
  font-weight: 600;
  margin-top: auto;      /* pushes price down */
  margin-bottom: 12px;   /* space above button */
  text-align: left;
}


/* Button pinned to bottom */
.pricing-section .btn-primary {
  background-color: #DF2C6F;
  border: none;
  padding: 12px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 0px;
  text-transform: uppercase;

}

.pricing-section .btn-primary:hover {
  background-color: #DF2C6F;
}

/* Featured card (optional highlight) */


/* Responsive */
@media (max-width: 576px) {
  .pricing-section .pricing-circle {
    height: 90px;
  }

  .pricing-section .price {
    font-size: 26px;
  }
}

/* 
timeline css */
.timeline-section {
  background: #ffffff;
}

/* Title */
.timeline-section .timeline-title {
  font-weight: 600;
  color: #373085;
}

.timeline-section .timeline-title .year {
  color: #e91e63;
}

/* Wrapper */
.timeline-section .timeline-wrapper {
  position: relative;
  padding: 60px 0;
}

/* Center horizontal line */
.timeline-section .timeline-line {
      position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    /* background: #d9d7f0; */
    transform: translateY(-50%);
    border-bottom: 2px dotted #B5A9DD;
}

/* Items row */
.timeline-section .timeline-items {
  position: relative;
  z-index: 2;
}

/* Item */
.timeline-section .timeline-item {
  position: relative;
  text-align: center;
  min-height: 140px;
}

/* DOT — pinned to center line */
.timeline-section .timeline-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #e91e63;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

/* Text styles */
.timeline-section .timeline-date {
font-size: 14px;
    color: #8F8F8F;
    white-space: nowrap;
}

.timeline-section .timeline-text {
  font-size: 16px;
  color: #373085;
  line-height: 1.3;
  margin: 0;
  font-weight: 500;
}

/* TOP items */
.timeline-section .timeline-item.top .timeline-date {
  margin-bottom: 8px;
}

.timeline-section .timeline-item.top {
  padding-bottom: 55px;
}

/* BOTTOM items */
.timeline-section .timeline-item.bottom {
  padding-top: 75px;
}

.timeline-section .timeline-item.bottom .timeline-date {
  margin-top: 8px;
}

/* ---------------- */
/* MOBILE VIEW */
/* ---------------- */

@media (max-width: 768px) {
  .timeline-section .timeline-wrapper {
    padding: 0;
  }

  /* Vertical line */
  .timeline-section .timeline-line {
    top: 0;
    bottom: 0;
    left: 15px;
    right: auto;
    width: 2px;
    height: 100%;
    transform: none;
  }

  .timeline-section .timeline-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 40px;
  }

  .timeline-section .timeline-item {
    text-align: left;
    min-height: auto;
    padding: 0;
  }

  /* Dot aligns to vertical line */
  .timeline-section .timeline-dot {
    top: 6px;
    left: 15px;
    transform: translate(-50%, 0);
  }

  /* Reset spacing */
  .timeline-section .timeline-item.top,
  .timeline-section .timeline-item.bottom {
    padding: 0;
  }
}


/* how it works  */
/* .process-section {
  background: #ffffff;
} */

/* Wrapper relative positioning */
.process-section .process-wrapper {
  position: relative;
}

/* Curved dotted line image */
.process-section .process-curve-img {
    position: absolute;
    top: 10px;
    left: 112px;
    width: 915px;
    height: auto;
    pointer-events: none;
    z-index: 1;
}

/* Each process item above curve */
.process-section .process-item {
  position: relative;
  z-index: 2;
  padding: 0 10px;
}

/* Circle style */
.process-section .process-circle { 
  position: relative;
  width: 72px;
  height: 72px;
  background: #DF2C6F;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
}

/* Step number */
.process-section .process-step {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 22px;
  height: 22px;
  background: #6C54BC;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Text styles */
.process-section h6 {
 font-size: 20px;
    font-weight: 500;
    color: #373085;
    margin-bottom: 6px;
}

.process-section p {
 font-size: 12px;
    color: #5F5F5F;
    margin: 0;
    line-height: 1.4;
    font-weight: 300;
}

/* ----------------- */
/* Responsive */
/* ----------------- */

/* Hide curved line on tablets and below */
@media (max-width: 992px) {
  .process-section .process-curve-img {
    display: none;
  }
}

/* On smaller screens, add spacing */
@media (max-width: 768px) {
  .process-section .process-item {
    margin-bottom: 30px;
  }
}


/* awards 2026 */
/* Parent wrapper */
/* .awards-section {
  background-color: #f8f9fc;
} */

/* Card base */
.awards-section .award-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 22px;
  border-radius: 6px;
  color: #ffffff;
  text-align: left;
}

/* Brand text */
.awards-section .award-card__brand {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 20px;
}

/* Title */
.awards-section .award-card__title {

    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    margin: auto;
    max-width: 200px;
    padding-top: 30px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

/* Description */
.awards-section .award-card__text {
     font-size: 12px;
    line-height: 1.6;
}

/* Button */
.awards-section .award-card__btn {
margin-top: 25px;
    padding: 10px 18px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 0px;
}

.awards-section .award-card__btn:hover {
  background-color: #ffffff;
  color: #000000;
}

/* Gradient variations */
.awards-section .award-card--pink {
  background: linear-gradient(180deg, #ff4f9a, #d81b60);
}

.awards-section .award-card--purple {
  background: linear-gradient(180deg, #7b6bd6, #5e50c7);
}

.awards-section .award-card--indigo {
  background: linear-gradient(180deg, #3d3b7a, #2b295e);
}

.awards-section .award-card--blue {
  background: linear-gradient(180deg, #355c9b, #274b87);
}

/* Responsive tweaks */
@media (max-width: 575px) {
  .awards-section .award-card {
    text-align: center;
  }

  .awards-section .award-card__brand {
    text-align: center;
  }
}


.award-card__content img {
    width: 100px;
    margin: auto;
    height: 35px;
}
.award-card__content {
    text-align: center;
}



/* Parent wrapper */
/* ======================================
   CRITERIA SECTION (Cards 5–8)
====================================== */
.criteria-section {
  margin-top: 40px;
}

/* ======================================
   Base Card with Background Image
====================================== */
.criteria-section .criteria-card--bg {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-height: 420px;
  padding: 24px 20px;
  border-radius: 6px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #ffffff;
}




/* ======================================
   Ensure content stays above overlay
====================================== */
.criteria-section .criteria-card--bg > * {
  position: relative;
  z-index: 2;
}

/* ======================================
   Background Images
====================================== */
.criteria-section .criteria-card--img1 {
  background-image: url("https://staging.uniteunderone.com/wp-content/uploads/2025/12/frame-1.png");
}

.criteria-section .criteria-card--img2 {
  background-image: url("https://staging.uniteunderone.com/wp-content/uploads/2025/12/frame-2.png");
}

.criteria-section .criteria-card--img3 {
  background-image: url("https://staging.uniteunderone.com/wp-content/uploads/2025/12/frame-3.png");
}

.criteria-section .criteria-card--img4 {
  background-image: url("https://staging.uniteunderone.com/wp-content/uploads/2025/12/frame-4.png");
}

/* ======================================
   Title Styling
====================================== */
.criteria-section .criteria-card--bg .criteria-card__title {
font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
}

/* ======================================
   Text Styling
====================================== */
.criteria-section .criteria-card--bg .criteria-card__text {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 18px;
  font-weight: 400;
  text-align: center;

}

/* ======================================
   Button Styling
====================================== */
.criteria-section .criteria-card--bg .criteria-card__btn {
    margin-top: auto;
    padding: 10px 22px;
    font-size: 12px;
    font-weight: 600;
    background-color: #DF2C6F;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;
}

.criteria-section .criteria-card--bg .criteria-card__btn:hover {
  background-color: #f2f2f2;
  color: #DF2C6F;
}

/* ======================================
   Responsive (Mobile)
====================================== */
@media (max-width: 575px) {
  .criteria-section .criteria-card--bg {
    min-height: 360px;
    padding: 20px 16px;
  }

  .criteria-section .criteria-card--bg .criteria-card__title {
    font-size: 15px;
  }

  .criteria-section .criteria-card--bg .criteria-card__text {
    font-size: 12px;
  }
}


.award-card__content .third-section {
    width: 200px;
    height: 200px;
}


.awards-section .third-section-title {
 font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    margin: auto;
    max-width: 200px;
    padding-top: 30px;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #373085;
}
.awards-section .third-section-btn{
    margin-top: 25px;
    padding: 10px 18px;
    border: 1px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
    background: #DF2C6F;
}


.awards-section .third-section-text {
    font-size: 12px;
    line-height: 1.6;
    color: #1A1A1A;
}



.custom-card-grid .card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card-grid .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.custom-card-grid .card-img-top {
    height: 180px;
    object-fit: cover;
}

.custom-card-grid .badge {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #DF2C6F;
}

.custom-card-grid .bg-grey {
    background: #F4F4F4;
    color: #1A1A1A;
    font-size: 12px;
}

.custom-card-grid .card-title a {
    font-weight: 500;
    font-size: 24px;
    color: #373085 !important;
}

.custom-card-grid .card-text {
    font-size: 16px;
    color:#8F8F8F;
    margin-top: 0.4rem;
    line-height: 1.4;
    font-weight: 400;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .custom-card-grid .card-img-top {
        height: 140px;
    }
}



.custom-navbar {
    background-color: rgba(55, 48, 133, 1);
}

/* Logo */
.custom-navbar .custom-navbar__logo {
    max-height: 44px;
}


/* nav link css */
a.nav-link{
    font-size: 12px;
    font-weight: 600 !important;
    line-height: 100%;}
/* Join button */
.custom-navbar .custom-navbar__join-btn {
    background-color: rgba(223, 44, 111, 1);
    color: #ffffff;
    padding: 10px 24px 10px 24px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0px;
    border: none;
}
 .custom-navbar .custom-navbar__sign-btn{
    padding: 10px 24px 10px 24px;
    border-bottom: 2px solid;
    font-size: 12px;}
.custom-navbar .custom-navbar__join-btn:hover {
    background-color: #d81b60;
}

/* Hamburger icon color */



/* Footer css */

/* Newsletter section */
.site-footer__newsletter {
    background: linear-gradient(
        90deg,
        #613DD9 0%,
        #613DD9 95%,
        #613DD9 100%
    );
    position: relative;
}


/* Email input */
.site-footer-start .site-footer__input {
    border-radius: 4px 0 0 4px;
    border: none;
    padding: 14px;
    /* font-size: 12px; */
    color: black !important;
    font-weight: 800;
}

/* Subscribe button */
.site-footer-start .site-footer__subscribe-btn {
    background-color: #DF2C6F;
    color: #ffffff;
    border-radius: 0 4px 4px 0;
    padding: 0 18px;
    border: none;
    font-weight: 600;
}

.site-footer-start .site-footer__subscribe-btn:hover {
    background-color: #DF2C6F;
}

/* Footer links */
/* Footer base */
.site-footer {
    background-color: #373085;
    padding: 80px 0 30px;
    position: relative;
    overflow: hidden;
}

/* Logo */
.logo-img {
    max-height: 42px;
    margin-bottom: 18px;
}

/* Text */
.footer-text {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    max-width: 320px;
    line-height: 1.6;
}



/* Headings */
.footer-heading {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 16px;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    font-size: 12px;
    color: white;
    text-decoration: none;
    font-weight: 400;
}

.footer-links a:hover {
    color: #ffffff;
}

/* Bottom section */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 20px;
}

/* LinkedIn pill */
.linkedin-btn {
      color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.linkedin-btn:hover {
    background-color: #ff2d78;
}

/* Copyright */
.copyright {
    font-size: 13px;
    color: #fff;
}

/* Right arc decoration */
.footer-arc-img {
    position: absolute;
    right: 0;
    bottom: 0;
    /* width: 420px;       */
    max-width: 50vw;    
    height: auto;
    pointer-events: none;
    z-index: 0;
}

.site-footer .container {
    position: relative;
    z-index: 2;
}


/* new css */
img.logo-img {
    max-height: 43px;
}

h2.heading-footer {
    font-size: 48px;
}
p.sub-text-footer{
    font-size: 14px;
    font-weight: 400;
    color: white;
    max-width: 330px;
}

/* ==============================
   Advisory Board Section
================================ */
.advisory-board-section {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}

/* Header */
.advisory-board-section .advisory-title {
    font-size: 40px;
    font-weight: 700;
    color: #373085;
;
}

.advisory-board-section .advisory-title span {
    color: #DF2C6F;
}

.advisory-board-section .advisory-subtitle {
    font-size: 20px;
    color: #1A1A1A;
    max-width: 620px;
    line-height: 1.6;
}


/* ==============================
   Responsive Tweaks
================================ */
@media (max-width: 768px) {
    .advisory-board-section .advisory-title {
        font-size: 32px;
    }

    .advisory-board-section .advisory-arc {
        width: 200px;
        opacity: 0.6;
    }
}

@media (max-width: 576px) {
    .advisory-board-section .advisory-avatar {
        width: 95px;
        height: 95px;
    }
}






/* ===== Parent Wrapper ===== */
.speaker-card-wrapper {
  /* max-width: 1200px;
  margin: 0 auto; */
}

/* ===== Card ===== */
.speaker-card {
  background: #FAFAFA;
  border-radius: 16px;
  padding: 30px 25px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ===== Profile Ring ===== */
.profile-ring {
position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(54deg, #DF2C6F, #fff);
    padding: 18px;
}

.profile-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}

/* ===== LinkedIn Icon ===== */
.linkedin-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #5a4fdc;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== Text Styles ===== */
.speaker-name {
  font-weight: 700;
  color: #373085;
  margin-bottom: 12px;
}

.speaker-desc {
    font-size: 15px;
    color: #1A1A1A;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 10px;
}

.speaker-quote {
  font-style: italic;
  font-weight: 600;
  color: #DF2C6F;
}

/* ===== Responsive Adjustments ===== */
@media (max-width: 576px) {
  .profile-ring {
    width: 140px;
    height: 140px;
  }

  .speaker-card {
    padding: 25px 20px;
  }
}


@media (max-width: 576px) {
.site-footer .container {
    position: relative;
    z-index: 2;
    text-align: center;
}
    .footer-text {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    max-width: unset;
    line-height: 1.6;
    margin-top:20px
}
}




.bb-inner-blog {
  background: #ffffff;
}

/* Banner */
.bb-inner-blog__banner {
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.bb-inner-blog__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content Wrapper */
.bb-inner-blog__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0;
}

/* Meta */
.bb-inner-blog__meta {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 12px;
}

/* Title */
.bb-inner-blog__title {
  font-size: 36px;
  font-weight: 700;
  color: #373085;
  line-height: 1.3;
  margin-bottom: 24px;
}

.elementor-44 .elementor-element.elementor-element-ceca454 .elementor-button{
	border-radius:0;
}
.elementor-44 .elementor-element.elementor-element-267e8f1 .elementor-button{
	border-radius:0;
	text-transform: uppercase;
}
.elementor-44 .elementor-element.elementor-element-2a33c86 .elementor-button{
	border-radius:0;
	text-transform: uppercase;
}

.who_its_for_para p{
	opacity:70%;
}

/* Text */
.bb-inner-blog__text p {
  font-size: 16px;
  color: #1A1A1A;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* Responsive */
@media (max-width: 767px) {
  .bb-inner-blog__banner {
    height: 260px;
  }
  
  .elementor-12 .elementor-element.elementor-element-6e69205 p{
	  font-size:17px;
	  text-align: left;
  }
  
  .elementor-element-cb6667d .uo-articles.py-5{
	padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  } 

  .bb-inner-blog__content {
    padding: 40px 15px;
  }

  .bb-inner-blog__title {
    font-size: 26px;
  }

  .bb-inner-blog__text p {
    font-size: 15px;
  }
}




.bb-inner-blog {
  background: #ffffff;
}

/* Banner */
.bb-inner-blog__banner {
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.bb-inner-blog__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-blueprint {
  background: #ffffff;
}

/* Card */
.bb-blueprint .blueprint-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.bb-blueprint .blueprint-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* Image */
.bb-blueprint .blueprint-image {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.bb-blueprint .blueprint-image a {
  display: block;
}

.bb-blueprint .blueprint-image img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
/* 
.bb-blueprint .blueprint-card:hover .blueprint-image img {
  transform: rotate(0deg) scale(1.02);
} */

/* Meta */
.bb-blueprint .blueprint-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 8px;
}

/* Title */
.bb-blueprint .blueprint-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}

.bb-blueprint .blueprint-title a {
    font-weight: 500;
    font-size: 24px;
    color: #373085;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Text */
.bb-blueprint .blueprint-text {
  font-size: 16px;
    color: #1A1A1A;
    margin-top: 0.4rem;
    line-height: 1.4;
    font-weight: 400;
}

.elementor-element-6e69205 p{
	opacity:70%;
}

@media (min-width: 768px) and (max-width: 830px){
	.elementor-element-6e69205 p{
		font-size:18px;
	}
}

/* Responsive */
@media (max-width: 767px) {
  .bb-blueprint .blueprint-title {
    font-size: 17px;
  }

  .bb-blueprint .blueprint-text {
    font-size: 14px;
  }


.elementor-icon-list-item {
    display: flex !important;
    align-items: flex-start !important; /* Keep bullet aligned at top */
    gap: 8px; /* Space between bullet and text */
}

.elementor-icon-list-icon {
    flex-shrink: 0 !important; /* Prevent shrinking of the bullet */
    margin-top: 18px !important; /* Adjust bullet vertical alignment if needed */
}

.elementor-icon-list-text {
    display: block !important;
    line-height: 2.3 !important;
}

/* .elementor-element.elementor-element-8866664.e-con-full.e-flex.e-con.e-child .elementor-heading-title.elementor-size-default {
  color:#000000 !important;
}

.elementor-44 .elementor-element.elementor-element-ff7ab98.elementor-element {
  color: #000000;
} */

.navbar-toggler-icon {
  width: 2em !important;
}
 
}


 .site-footer__newsletter .form-check-input {
    margin-top: 3px;
  } 





  .elementor-icon-list-item {
    display: flex !important;
    align-items: flex-start !important; /* Keep bullet aligned at top */
    gap: 8px; /* Space between bullet and text */
}

.elementor-icon-list-icon {
    flex-shrink: 0 !important; /* Prevent shrinking of the bullet */
    margin-top: 18px !important; /* Adjust bullet vertical alignment if needed */
}

.elementor-icon-list-text {
    display: block !important;
    line-height: 2.3 !important;
}

/* Force pure white navbar toggler icon */
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.elementor-element-7437f86 p,.elementor-element-5d6a116 p,.elementor-element-27e69b3 p,.elementor-element-85469de p:first-child,.elementor-element-7a06960 p,.elementor-element-74efde3  p,.elementor-element-45d2906 p,.elementor-element-be41007 p,.elementor-element-46de969 p:nth-child(2),.elementor-element-22beeae p{
	opacity:70%;
}
.elementor-element-be41007 p:first-child{
	opacity:100%;
}
@media (min-width: 831px) {
	.elementor-element-2c288f3{
		height: 169vh !important; 
	}
}
@media (max-width: 768px) {

.elementor-element-22beeae p{
	font-size:20px;
}

.mo_coll{
	width:360px;
}
.check{
	width:170px;
}
.compare-table th{
	text-transform: capitalize;
}

.elementor-element-1f6f178 .e-con-inner{
	padding-left: 2rem !important;
	margin:0 !important;
}

.elementor-element-1341aa2 a,.elementor-element-dc3d114 a,.elementor-element-529850a a{
	border-radius:0;
}
}
@media (max-width: 768px) {
	.testimonial-section .testimonial-left h2{
		padding: 25px;
	}
	.mo_coll{
		width:260px;
	}
	.check{
		width:110px;
	}

	/* .testimonial-section .testimonial-slider{
		display:block;
	} */
}

@media (max-width: 560px) {
	.testimonial-section .testimonial-slider-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 400px;
    margin: auto;
}
}

@media (max-width: 375px) {
	.testimonial-section .testimonial-slider-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 350px;
    margin: auto;
}
}



@media (min-width: 769px) and (max-width: 991.98px) {
.timeline-section .timeline-item.bottom{
  padding-top: 95px;
}}

.global_community_para p{
	margin:0;
}
.elementor-12 .elementor-element.elementor-element-4e7f53d .elementor-button{
	margin-top:6px;
}
.navbar-toggler:focus{
	box-shadow:none !important;
}
#static_cara{
	display:none;
}
#dynamic_cara img{
	object-fit:contain;
}


/* Time line section */


.awards-timeline {
  position: relative;
  max-width: 700px;
  margin: auto;
}

.awards-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: repeating-linear-gradient(
    to bottom,
    #cfc6f5,
    #cfc6f5 4px,
    transparent 4px,
    transparent 8px
  );
  transform: translateX(-50%);
}

.awards-timeline .timeline-item {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.awards-timeline .timeline-icon {
  background: #e91e63;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 16px;
}

.awards-timeline .timeline-content {
  position: absolute;
  width: 45%;
  background: transparent;
}

.awards-timeline .timeline-content h6 {
    color: #373085;
    font-weight: 600;
    margin: 0;
    font-size: 20px;
}

.awards-timeline .timeline-content small {
  color: #666;
  display: block;
  margin-bottom: 4px;
}


.awards-timeline .timeline-content.left {
  right: 0;
  text-align: left;
  padding-left: 20px;
}


.awards-timeline .timeline-content.right {
  left: 0;
  text-align: right;
  padding-right: 20px;
}


/* Mobile Responsive */
@media (max-width: 767px) {

  .awards-timeline {
    max-width: 100%;
    padding: 0 10px;
  }

  .awards-timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .awards-timeline .timeline-item {
    margin-bottom: 50px;
  }

  .awards-timeline .timeline-icon {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
.awards-timeline .timeline-icon img{
     width: 24px;
    height: 24px;
}

  .awards-timeline .timeline-content {
    width: 46%;
  }

  .awards-timeline .timeline-content.left {
    padding-right: 12px;
  }

  .awards-timeline .timeline-content.right {
    padding-left: 12px;
  }

  .awards-timeline .timeline-content h6 {
    font-size: 13px;
    line-height: 1.4;
  }

  .awards-timeline .timeline-content small {
    font-size: 11px;
  }
}

.e-n-accordion .e-n-accordion-item .e-child{
	font-size:14px !important;
}

.elementor-element-1f6f178{
	min-height:620px !important;
}