

body {
    font-family: 'Inter', sans-serif;
    background-color: hsla(0, 0%, 98%, .9);
}

a {
    text-decoration: none;
    
}


body {
    /* font-family: 'Inter', sans-serif; */
    font-family: "DM Sans", sans-serif;
    font-size: 16px; 
    font-weight: 400; 
    line-height: 1.6; 
    font-optical-sizing: auto;
    color: #222; 
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.region-content img {
    border-radius: 10px;
}


h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Inter', sans-serif; */
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.75em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 { font-size: 48px; letter-spacing: 0.01em; } /* Large, attention-grabbing */
h2 { font-size: 30px; } /* Clear section title */
h3 { font-size: 24px; margin-top: 20px;} /* Subsection heading */
h4 { font-size: 20px; } /* Smaller headings */
h5 { font-size: 18px; } /* Secondary headings */
h6 { font-size: 16px; } /* Smallest heading */

p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

a {
    color: #262360;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

a:hover {
    color: #ff9933; 
    text-decoration: underline;
}




.custom-badge-orange {
    background-color: rgba(255, 153, 51, 0.15);
    color: #ff9933;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
}
.custom-badge-tag-orange {
    background-color: rgba(255, 153, 51, 0.15);
    color: #555;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.6rem;
    font-weight: 600;
}

.custom-badge-blue {
    background-color: rgba(51, 153, 255, 0.15); 
    color: #3399ff; 
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
}

.custom-bg-orange {
    background-color: rgba(255, 153, 51, 0.15);
    padding: 15px 30px;
    border-radius: 12px;
    margin: 30px;
}
.custom-bg-blue {
    background-color: rgba(51, 153, 255, 0.15); 
    padding: 15px 30px;
    border-radius: 12px;
}
.custom-text-blue {
    color: #262360;
}

.custom-text-orange {
    color: #ff9933;
}
/* navigation */
.region-nav-main ul.navbar-nav {

}
.region-nav-main ul.navbar-nav li.nav-item a.nav-link{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #262360;
}
/* front page */
.path-frontpage h1 {
    display: none;
}

.path-frontpage .main_header {
    /* background: #262360; */
    background: #050417;
    margin:10px 0 0 0;
    padding: 0 0 0 0;
}


/* front page service */
#hpservices {
    padding: 90px 0 100px 0;
    background: rgba(238, 238, 255, 0.4);
    /* background-image: url(../images/curve_line_bg.svg); */
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
}

#hpservices::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/blob-scatter-haikei.svg);
    filter: blur(45px); 
    z-index: -1;
    opacity: 0.6;
    
} 
/* #hpservices::after{
    content: "";
    position: absolute;
    bottom: 0;
    background-size: contain;
    right: 0;
    width: 50%;
    height: 50%;
    background: url(../images/blob-scatter-haikei.svg);
    filter: blur(10px); 
    z-index: -1;
    
}  */

.block-views-blockprojects-block-1 {
    
}
.service_deck {
    /* min-height: 300px; */
    padding: 20px 40px 40px 40px;
    margin-bottom: 30px;
    background: #fff;
    transition: all 0.3s ease-in-out; 
    position: relative;
    box-shadow: none;
}
.service_deck:hover {
    background: transparent;
    /* background: #fff; */
    border-bottom: solid 3px #ff9933;
    
}
.service_deck h4 {
    color: #ff9933;
}

.service-icon {
    position: absolute;
    /* top: 10px; */
    top: 0;
    right: 20px;
    /* background: #ff9933; */
    /* background: #262360; */
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    
}
.service_deck:hover .service-icon img {
    /* background: #262360; */
    /* filter: brightness(1) invert(0); */
    border: solid 1px #ff9933;
}

.service-icon img {
    width: 40px;
    height: 40px;
    /* border: solid 1px #ff9933; */
    margin-bottom: 10px;
    padding: 5px;
    transition: all 0.1s ease-in-out; 
    stroke: #fff;
    color: #fff;
    /* filter: brightness(0) invert(1); */
}
.service_card  .field--name-field-description {
    margin-bottom: 30px;
}
#block-xeliustheme-learningapproaches {
    padding: 120px 0 20px;
}



/* front page industry */
.industry_deck {
    position: relative;
    width: 100%;
    height: 100px; /* Ensure height is defined */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .industry_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Overlay effect */
    border-radius: 15px;
  }
  
  .industry_title {
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }


/* CTA */
#cta {
    padding: 90px 0 100px 0;
    background-color: rgba(255, 153, 51, 0.15);
    margin-top: 100px;

}
.btn-cta{ 
    display: block;
    line-height: 20px;
    padding: 20px 40px;
    text-align: center;
    /* background: #262360; */
    background:  #ff9933;
    color: #262360;
    max-width: 300px;
    border-radius: 40px;
    transition: all 0.2s ease-in-out;
    
}
.btn-cta:hover,
input.webform-button--submit:hover { 
    color: #ff9933;
    background: #262360;
    text-decoration: none;
}
#cta .btn-cta { 
    margin: 40px auto;
}

input.webform-button--submit { 
    display: block;
    padding: 10px 20px;
    text-align: center;
    /* background: #262360; */
    background:  #ff9933;
    color: #262360;
    max-width: 300px;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
    border: none;
    
}




/* header */
.main_header {
    padding: 60px 0 60px 0;
    margin-bottom: 80px;
    background: #262360;
    color: #eee;
}

/* footer */
.footer_bottom {
    background: rgb(6, 3, 23);
    color: #eee;
    padding: 80px 0 30px;
    /* margin-top: 100px; */
}
.footer_bottom h2,
.footer_bottom h3,
.footer_bottom h4,
.footer_bottom h5{
    color: #eee;
}

#block-xeliustheme-footermenu  a.nav-link {
    padding-left: 0;
}
#block-xeliustheme-contactus {
    /* text-align: center; */
}
#block-xeliustheme-contactus i.bi {
    display: block;
    color: #eee;
    opacity: 0.3;
    font-size: 16px;
    margin-bottom: -10px;

}
#block-xeliustheme-contactus a {
    color: #ff9933;

}

#block-xeliustheme-contactus p.footer_email {
    font-size: 1.1em;
    /* font-weight: bold; */
}
#block-xeliustheme-contactus p.footer_phone{
    font-size: 0.9em;
    /* font-weight: bold; */
}
#block-xeliustheme-footercopyright .row .col::last-child {
    text-align: right;
}

.footer_copyright {
    border-top: solid 1px rgba(255,255,255,0.2);
    font-size: 0.8em;
    opacity: 0.7;
    padding: 30px 0 20px;
}

.footer_copyright a {
    color: #eee
}






/* case studies */
.node-3 .main_header {
    background: #262360;
    color: #eee;
}

.casestudy_card {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
}
.card_link {
    padding: 20px 0 10px 0;
    margin: 10px 0 20px 0;
}
.casestudy_card .casestudy_image {
    position: relative;
    width: 100%;
}

.casestudy_card  .casestudy_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.casestudy_card  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    border-radius: 1rem 1rem 0 0;
}


/* open source */
.paragraph--id--27 .section-title {
    font-weight: bold;
    color: #1a1a40;
}
.paragraph--id--27 .info-card {
    background-color: #eef0ff;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    height: 100%;
}
.paragraph--id--27 .info-card h5 {
    font-weight: bold;
    color: #1a1a40;
}
.paragraph--id--27 .info-card i {
    font-size: 24px;
    color: #1a1a40;
    margin-right: 10px;
}
.paragraph--id--27 .info-card {
    min-height: 170px;
    padding: 30px 30px;
}


/* training page */
.paragraph--id--3 {
    padding: 50px 0 100px 0;
    border-top: solid  #1a1a40;
}
.paragraph--id--3 img {
    border-radius: 10px;
}

.paragraph--id--5 {
    background: linear-gradient(to bottom, transparent 0%, rgba(255, 153, 51, 0.15) 30%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.paragraph--id--5 .card {
    border: none;
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.paragraph--id--5 .icon-box {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #dee2e6; */
    background-color: #ff9933;
    border-radius: 8px;
    margin-bottom: 15px;
}
.paragraph--id--5 .icon-box i {
    font-size: 20px;
    color: #1a1a40;
}
.paragraph--id--5 .check-icon {
    color: #fd7e14;
    margin-right: 5px;
}

/* entrepreneurship page */
.node-45 .main_header {
    background-image: 
  linear-gradient(to bottom, rgba(26, 26, 64, 0.8), rgba(26, 26, 64, 1)),
  url('../images/entreprenuership_bg.jpg');
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}

.process-step {
    border-left: 4px solid #1a1a40;
    padding-left: 1rem;
    margin-bottom: 2rem;
    position: relative;
  }
  .process-step::before {
    content: attr(data-step);
    position: absolute;
    left: -30px;
    top: 0;
    width: 24px;
    height: 24px;
    background-color: #1a1a40;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
  }
  .process-title {
    font-weight: 700;
    color: #1a1a40;
    margin-bottom: 0.25rem;
  }
.paragraph--id--33 {
    background-color: #1a1a40;
    color: #fff;
    border-radius: 2%;
}

/* article details */
.block-field-blocknodenewsfield-featured-image {
    padding-bottom: 50px;
}

/* free report page */
.paragraph--id--20  .ai-item {

    gap: 10px;
    margin-bottom: 50px;
}
.paragraph--id--20 .ai-item i {
    color: #ff7f2a; /* Orange check icon */
    font-size: 1.2rem;
}
.paragraph--id--20 .ai-item h5 {
    font-weight: 600;
    margin-bottom: 5px;
}


/* document styling */
blockquote {
    background-color: hsla(0, 0%, 98%, .9);
    background-image: url(../images/quoteimage.png);
    background-position: 30px 70%;
    background-size: 15% auto;
    background-repeat: no-repeat;
    
    margin: 20px auto;
    padding: 50px 50px;
    border-radius: 0.5rem;
    font-size: 1.25rem;
    /* text-align: center; */
    position: relative;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
}

/* hero home page video wrapper */
.region-mainpageheader {
    position: relative;
  }
#block-xeliustheme-herointro {
    color: #fff;
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: 1;
  }

  #block-xeliustheme-herointro h2 {
    font-size: 3em;
    font-weight:700;
    letter-spacing: 1px;
    line-height: 1.1;
  }
  #block-xeliustheme-herointro p {
    font-size: 1.1em;
    margin-bottom: 50px;
  }
  #block-xeliustheme-herointro a.btn-default {
    background:  #ff9933;
    text-decoration: none;
    border-radius: 10px ;
    padding: 10px 15px;
    color: #fff
  }
.video-wrapper,
#block-xeliustheme-herobgvideo .field--name-field-media-document  {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  
  .video-fluid,
  #block-xeliustheme-herobgvideo .field--name-field-media-document video {
    width: 100%;
    height: auto;
    display: block;
    -webkit-mask-image: radial-gradient(circle, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 80%);
    mask-image: radial-gradient(circle, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 80%);
  }

