body {
    background-color: #101010;
  }





  .bg {
    background-color: #101010;
  }

  .bg_header {
    background-color: #B976D5;
  }

  .bg_title_block {
    background-color: #1A1A1A;
  }


  .title_custom {
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body, h1, h2, h3, h4, h5, h6  {
  font-family: Roboto, sans serif;
}

body{font-size: 18px}

h1, h2, h3, h4, h5{
  font-weight: 500;
}



ul {
  list-style-image: url('bullet.svg');
}


.custom-border_bottom {
    border-bottom: 5px solid #B976D5; /* Your custom style */
    padding-bottom: 5px;
}

.w3-border-purple,.w3-hover-purple:hover,.w3-border-purple,.w3-hover-border-purple:hover{border-color:#B976D5!important}



.opacity05 {
  opacity: 0.3;
}

.w3-gron,.w3-hover-gron:hover{color:#000000!important;background-color:#B976D5!important}
.w3-border-customgrey,.w3-hover-border-customgrey:hover{border-color:#383838!important}
.w3-text-customgrey,.w3-hover-text-lime:hover{color:#CECECE!important}
.w3-text-ptext,.w3-hover-text-ptext:hover{color:#BFBFBF!important}
/*.w3-text-gron,.w3-hover-text-gron:hover{color:#039F00!important}*/
.w3-text-gron,.w3-hover-text-gron:hover{color:#B976D5!important}
.w3-border-gron,.w3-hover-border-gron:hover{border-color:#B976D5!important}


/*Toggle BTN*/
.my-toggle-btn {
  border: 4px solid #B976D5 !important;
  color: #B976D5 !important;
  background-color: transparent !important;
  transition: 0.25s ease;
}

.my-toggle-btn:hover {
  background-color: #B976D5 !important;
  color: #000 !important;
  border-color: #B976D5 !important;
}

/*Toggle BTN END*/


/* Image number lable toggle (1)*/

.image-toggle-container {
  position: relative;         /* for absolute overlay to align to this box */
  display: inline-block;      /* shrink-wrap to image width */
  max-width: 100%;            /* responsive */
  line-height: 0;             /* remove inline gap below images */
}

/* keep the base image in normal flow so container gets its size */
.base-img {
  display: block;
  width: 100%;
  height: auto;
}

/* overlay sits on top of base image */
.overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;          /* preserves aspect ratio and covers the area */
  opacity: 0;                 /* hidden by default */
  transition: opacity 0.25s ease;
  pointer-events: none;       /* clicks pass through to underlying elements */
  z-index: 2;
}

/* accessible classes (not required if you only use inline style) */
.visible { opacity: 1; }
.hidden  { opacity: 0; }

/* optional button styling */
#toggle-btn {
  margin-top: 10px;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: white;
  cursor: pointer;
}

/* Image number lable toggle (1) END*/



/*Image slider*/
.compare-container {
  position: relative;
  width: 100%;
  max-width: 600px; /* your choice */
  aspect-ratio: 16/9; /* ensures stable layout */
  overflow: hidden;
}

.compare-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* stops scaling issues */
}

.overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden; /* correct clipping */
}

.compare-slider {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
}


/*Image slider END*/







.image-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.image-stack8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.links{
  color: #B976D5;
}

.introtext_padding {
    padding-top: 80px;
    padding-left: 5%;
    padding-right: 15%;
    padding-bottom: 40px;
}

.titletoppadding {
  padding-top: 45px;
  padding-bottom: 40px;
}


.toppadding32 {
  margin-top: 32px;
}

.toppadding64 {
  margin-top: 64px;
}

.toppadding128 {
  margin-top: 128px;
}



.bottompadding32 {
  margin-bottom: 32px;
}

.bottompadding64 {
  margin-bottom: 64px;
}


/*Duration styles the year in the company title*/
.duration {
  font-weight: 100;
  color: #494949;
}


iframe {
    display: block;
    border-style:none;
    margin: 0 auto;
}

.imgcntr {
  text-align:center;
  width:100%;
  display:block;
  margin:auto;
}

/*ROLES*/
.role {
  font-weight: 700;
  color: #fff;
}
.roletypes{
  font-weight: 400;
  background-color: #B976D5;
}




/*CUSTOM COLOURS*/

.purple,.hover-purple:hover{color:#000!important;background-color:#B976D5!important}




