/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

html, body { background-color: #110649 !important; }

.hs-menu-wrapper { min-height: 50px; }

.header-container, .header-wrapper { 
    min-height: 100px; 
}

a {
    transition: color 0.3s ease-in-out;
}

li.hs-menu-item.active > a {
    /* font-weight: 700 !important;   Makes it bold */
    border-bottom: 3px solid #00AEA9; /* Adds an indicator line */
}



.max-s{
  max-width:480px;}

.max-m{
  max-width:640px;}

.span-2{
    grid-column: span 2;
}

.hs_cos_wrapper_type_rich_text ul{padding-left: 10px !important;}

.hs-fieldtype-checkbox
.hs-form label{font-family: Source Code Pro; !important;}

.resiliency{

  background: rgba(28, 16, 67, .4);
  backdrop-filter: blur(3px);
  padding:2%;
  border-radius:12px;
  border: 1px solid rgba(0, 138, 173, .8);
  margin-top:72px;
  margin-left: 0 !important;
}


.reorder{
    order: 0;
}




@media only screen and (max-width: 960px) {
  
  .reorder{
    order: 2;
  }

  
  .tech-type{
  border-bottom: 1px solid rgba(0, 138, 173, .8); }
}
  
.what-c3{
  align-self: end; 
  padding: 0 56px;
}


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

  .resiliency{
  padding:16px;
  margin-top:16px;
}
  
  .what-c3{
 
  padding: 0 ;
}
  
}

.tech{
  margin-top: 320px;
  max-width: 960px;
}

.tl-left{text-align:left;}

.accordion-controls{border-top: 1px solid rgba(0, 138, 173, .8) !important;}
.hhs-accordion-1 li{border-bottom: 1px solid rgba(0, 138, 173, .8) !important;}
/* .hhs-accordion-mod{border: 2px solid rgba(0, 138, 173, 1) !important; border-radius:24px;} */
.c1 .hhs-accordion-1 a.accordion-title::after {
    border-right: 2px solid rgba(0, 138, 173, 1) !important;
  border-bottom: 2px solid rgba(0, 138, 173, 1) !important;
}
/* Target Audience Grid*/

.taudience {
  display: grid;
  grid-template-columns: .75fr 1px 2fr;
  grid-column-gap: 56px;
  margin: 56px 5%;
}

.taudience-c1 {
  display: grid;
  grid-row-gap: 24px;
  align-content: start;
}

.taudience-c2 {
  border-left: solid 1px #00B6AC; 
}

.taudience-c3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.taudience-industry {
  display:grid;
  justify-items: center;
  align-items: start;
  grid-row-gap:12px;
}

.taudience-card {
  display:grid;

  border-radius: 12px;
  padding:32px;
  align-content: space-between;
  min-height: 320px;
  border: solid 1px #00B7AD;
  background:linear-gradient(to right bottom, rgba(28, 16, 67, 0.6), rgba(0, 183, 173, 0.2));
}

.taudience-card h5{
  font-size:14px;
  line-height:1;
  color:#00B7AD;
  
}



/* Stack on Mobile */
@media only screen and (max-width: 960px) {
  .taudience {
    grid-template-columns: 1fr;
  }
  .taudience-c1 {
  display: grid;
    grid-template-columns: 1fr 1fr;
}
  
  .taudience-c2 {
  border-left: none; 
    border-top: 1px solid #fff;
    padding-top: 24px;
    margin-top: 24px;
}
  .taudience-c3 {
  display: grid;
  grid-template-columns: 1fr;
}
}


/* Target Audience Grid - End */


/* Contact Card */

.contact-card {
  display:grid;
  background-color: rgba(0, 183, 173, 0.8);
  border-radius: 12px;
  padding:32px;
  align-content: space-between;
  min-height: 360px;
  border: solid 1px rgba(0, 183, 173, 1);
  
  
}
 .contact-card-2{
  display:grid;
  background: linear-gradient(
    to bottom right, 
    #1c1043 0%, 
    rgba(11, 113, 128, 0.6) 100%);
  border-radius: 12px;
  padding:32px;
  align-content: space-between;
  min-height: 360px;
  border: solid 1px rgba(0, 183, 173, 1);
  
}



/* Mobile */

@media only screen and (max-width: 990px) {
  .contact-card{

    margin-bottom:24px;
  }
  
  .contact-card-2{
    margin-bottom:24px;
  }
}


@media only screen and (max-width: 720px) {
  .contact-card{
    min-height: 100px;
  }
  
  .contact-card-2{
    min-height: 100px;
  }
}
  


/* Contact Card End */


.job-card {
  display:grid;
    background:linear-gradient(to right bottom, rgba(28, 16, 67, 0.4), rgba(0, 183, 173, 0.2));
  border-radius: 12px;
  padding:32px;
  align-content: space-between;
  min-height: 360px;
  border: solid 1px rgba(0, 183, 173, .5);
}


.different-wrap {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  border: solid 1px rgba(255, 255, 255, .7);
  border-radius:16px;
  margin-top:4%;
}


.different-col{
  display: grid;
  grid-template-columns: 1fr;

  border-right: solid 1px rgba(255, 255, 255, .7);
}

.different-col-1{
  display: grid;
  grid-template-columns: 1fr;
  border-right: solid 1px rgba(255, 255, 255, .7);
  text-align:center;
  

}

.different-col-2{
   display: grid;
  grid-template-columns: 1fr;

  text-align:center;
}



.different-col-1 p, .different-col-2 p{
 border-top: solid 1px rgba(255, 255, 255, .3);
  padding: 24px 0 0 0;

}

.different-col p{
 border-top: solid 1px rgba(255, 255, 255, .3);
  padding: 24px 0 0 16px;

}

.grid-2-col {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 56px 56px; /* 40px vertical, 20px horizontal */
  justify-items: left; 
  align-items: start;
}
.grid-2-col-l{
  display: grid; !important;
  align-content: start; 
  grid-template-columns: 1fr 1fr;
  gap: 32px 24px; /* vertical, 2horizontal */
}

@media only screen and (max-width: 760px) {
  .grid-2-col-l {
    gap: 16px 12px; /* vertical, 2horizontal */
}
  }

.whats{
  
  text-align: center; 
  width: 100%;
}

.whats-icon{
  height:120px;
}
  

.grid-cs {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 56px 56px; /* 40px vertical, 20px horizontal */
  justify-items: left; 
  align-items: start;
}

/* Stack on Mobile */
@media only screen and (max-width: 960px) {
  .grid-2-col {
    grid-template-columns: 1fr !important;
  }
  
.grid-cs {
    grid-template-columns: 1fr !important;
  }
  
  .different-wrap {
  grid-template-columns: 2fr 1fr 1fr;
 
}
  
.different-col p, .different-col-1 p, .different-col-2 p{
  display: inline-block;
  height:48px;
  font-size:13px;
}
}


.grid-2-col-hero {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 56px 32px; /* 40px vertical, 20px horizontal */
  justify-items: left; 
  align-items: center;
}


/* Stack on Mobile */
@media only screen and (max-width: 960px) {
  .grid-2-col-hero {
    grid-template-columns: 1fr !important;
     gap: 16px 0; /* 40px vertical, 20px horizontal */
  }

}


/* Style the Image Slider as a Testimonial Box */
.hhs-image-slider .hhs-slide-caption {
  background: linear-gradient(to bottom right, #1c1043, rgba(0, 183, 173, 0.5)) !important;
  color: #ffffff !important;
  padding: 40px !important;
  border-radius: 15px;
  text-align: left !important;
  position: relative !important;
  bottom: auto !important;
}

/* Adjust the "Bullet" navigation to your brand teal */
.hhs-image-slider .slick-dots li button:before {
  color: #00B7AD !important;
  opacity: 0.5;
}

.hhs-image-slider .slick-dots li.slick-active button:before {
  color: #00B7AD !important;
  opacity: 1;
}

.hhs-testimonial-card{
  border-radius: 24px;
  line-height: 1.5;
  border: solid 2px rgba(255, 255, 255, 0.3);
  padding: 40px 0 !important;
}

.hhs-testimonial-content blockquote{
  line-height: 1.5;
  margin-bottom:16px;
  padding: 0 12% 0 12% !important;
 
}


@media only screen and (max-width: 770px) {
  li {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 960px) {
  
  .hhs-testimonial-card{

  padding: 20px 0 !important;
}
  
  .hhs-testimonial-content blockquote{
  
  font-size: 17px !important;
  padding: 0 6% 0 6% !important;
}
  
  

}



.hhs-profile-card{
  display: grid;
background: none !important;
border: 1px solid rgba(0, 183, 173, 0.5);
border-radius: 12px;
  overflow: hidden;
  padding-top: 40px !important;
}

.hhs-profile-card a{
justify-self: center;
}

.hhs-profile-content{
padding: 40px !important;
}

.hhs-profile-content h4, .hhs-profile-content h5{
text-align: center;}

.hhs-profile-content a{
font-weight: bold; 
color: #fff !important;
}

.hhs-profile-content h5{
color: #00B7AD;
}


/* FORM OVERIDES*/

.hsfc-Form{ border: solid 1px rgba(0, 183, 173, 0.8) !important; border-radius: 12px !important;}

.hsfc-Step__Content .hsfc-RichText{font-family: Urbane !important; color: #fff !important; line-height: 1.4 !important;}

.hsfc-TextareaInput, .hsfc-TextInput{
  border: solid 1px rgba(0, 183, 173, 0.8) !important; 
  background-color: rgba(0, 183, 173, 0.1) !important; 
  color: #fff !important; font-family: Urbane !important; 
  font-size: 15px !important; 
  padding: 20px !important; 
  height: 48px;
  border-radius: 8px !important;
}

.hsfc-Button{
border-radius: 50px !important;
  font-family: source code pro !important; text-transform: uppercase; font-weight: 400 !important; color: #1C1043 !important; font-size: 14px;}


.hsfc-FieldLabel{font-family: source code pro !important; text-transform: uppercase; font-weight: 400 !important;}

.hsfc-PhoneInput__FlagAndCaret{background: none !important;
margin-right: 10px; border: solid 1px rgba(0, 183, 173, 0.8) !important; border-radius: 8px !important;}

.hsfc-PhoneInput__FlagAndCaret__Caret{border-top: 6px solid rgba(0, 183, 173, 0.8) !important;}

.hsfc-Row{margin-bottom: 32px !important;}\


.hsfc-FieldLabel__RequiredIndicator {
    color: #FAC52B !important;
}

.hsfc-ErrorAlert{
color: #FAC52B !important;
}

body [data-hsfc-id="Renderer"] .hsfc-FieldLabel__RequiredIndicator {
    color: #FAC52B !important;
}

/* Custom CSS to create circular profile images in HHS profile cards */
.hhs-profile-card a img.wow.fadeIn {
  aspect-ratio: 1 / 1 !important; /* Force a perfect square aspect ratio */
  object-fit: cover !important;    /* Scale and crop to fill the square without distortion */
  border-radius: 50% !important; /* Make it a circle */
  height: 120px;
  width: 120px;
}

.mob-hero{display:none;}

@media only screen and (max-width: 560px) {
  .mob-hero{display:block;

  width: 120%;
  height: 98vw;
  overflow: hidden;
  margin:-320px -10% 24px -10% ;
    border-bottom: 1px solid rgba(0, 138, 173, .8);}
  }
}

/* Force the hamburger/close button to stay on top */
.header__navigation-toggle {
    z-index: 9999 !important;
    position: relative;
}

/* Targeting the menu items based on Screenshot 2026-04-30 at 17.21.03.jpg */
@media (max-width: 768px) {
    /* Targets the list item container */
    li.hs-menu-item.hs-menu-depth-1 {
        background-color: (0, 138, 173) !important;
        margin-bottom: 5px; /* Adds spacing between items if desired */
    }


}


.vid-wrap{
  width: 100%; 
}


@media only screen and (max-width: 768px) {
  .vid-height{  width: 100%; height: 40vw;}

}