@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;500;600;700&display=swap");
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
  border: var(--bs-border-width) solid #fff;
}
.navbar-toggler:focus {
  box-shadow: none;
}
/* Set the dropdown menu to display on hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
}

/* Hide the dropdown menu by default */
.navbar-nav .dropdown .dropdown-menu {
  display: none;
}

body {
  color: #fff;
  background-color: #f2f7fa;
  font-family: "Readex Pro", sans-serif;
}
.vh-90 {
  min-height: 90vh;
}
.vh-80 {
  min-height: 80vh;
}
.vh-75 {
  min-height: 75vh;
}
.vh-50 {
  min-height: 50vh;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 38px;
}
h3 {
  font-size: 36px;
}

.htg-btn {
  width: auto;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  padding: 5px 25px;
  margin: 0 15px 15px 0;
}
.htg-btn:hover {
  border: 1px solid #e82820;
  background-color: #e82820;
}
.contact-btn {
  background-color: #e82820;
  border: 1px solid #e82820;
  margin: 0;
}
.contact-btn:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #e82820;
}
/* Navigation */
.navbar {
  min-height: 80px;
  background: transparent;
  margin-bottom: -87px;
}
.fixed-top {
  top: -40px;
  transform: translateY(40px);
  background-color: #53005b;
  transition: transform 0.3s;
}
.navbar .navbar-brand img {
  width: 250px;
}
.navbar-nav .nav-item a {
  color: #fff;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.navbar-dark .navbar-nav .nav-item a {
  color: #110012;
}
.navbar-dark.fixed-top .nav-item a {
  color: #fff;
}
.navbar-dark .navbar-nav .dropdown-menu li a {
  color: #fff;
}
.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item a:active,
.navbar-nav .nav-item a.active,
.navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .dropdown-menu li a:hover,
.navbar-dark .navbar-nav .dropdown-menu li a.active {
  color: #e82820;
}
.navbar-nav .nav-item .nav-link {
  font-size: 18px;
}
.nav-item a {
  font-size: 16px;
}

.dropdown-menu {
  background: #53005b;
  /* backdrop-filter: blur(10px); */
}
.dropdown-menu ul {
  list-style-type: none;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--bs-dropdown-link-hover-bg);
}

.navbar-dark .navbar-toggler {
  margin-right: 1rem;
}

.navbar-dark .navbar-toggler:hover,
.navbar-dark .navbar-toggler:focus {
  background-color: #e82820;
  box-shadow: none;
}

.full-name .zcwf_col_lab,
.full-name .zcwf_col_fld,
.full-name .zcwf_col_fld input[type="text"],
.contact-info .zcwf_col_lab,
.contact-info .zcwf_col_fld,
.contact-info .zcwf_col_fld input[type="text"],
.description .zcwf_col_lab,
.description .zcwf_col_fld,
.description .zcwf_col_fld textarea {
  width: 100% !important;
}

/* Hero/Client Container */
.landing-view {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

@media all and (max-width: 992px) {
  .landing-view {
    margin-top: 5rem;
    height: calc(100vh - 5rem);
  }
}

@media all and (max-width: 500px) {
  .landing-view {
    margin-top: 0rem;
    height: 100vh;
  }
}

/* hero section */
.hero-section,
.hero-section-sm {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.hero-section h1,
.hero-section-sm {
  font-size: 3.75em;
  font-weight: 200;
  color: #fff;
}
.hero-section .lead,
.hero-section-sm .lead {
  font-size: 1.25em;
  font-weight: 600;
  color: #fff;
}

/* Home page */
.hero-section.home {
  min-height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

.hero-section.home,
.hero-section.four-O-four {
  background-image: url("/images/website-images/08.jpg");
}

@media all and (max-width: 992px) {
  .hero-section.home {
    padding-top: 0;
  }
}

@media all and (max-width: 500px) {
  .hero-section.home {
    padding-top: 80px;
  }
}

.client-section {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.client-section .row {
  align-items: center;
}
.client-section h2,
h6 {
  color: #110012;
  margin: 5px;
}
.client-section h2 {
  font-size: 2.188rem;
}
.client-section .logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-height: 2.5rem;
}

.client-section .logos img {
  height: 80px;
  max-width: 30%;
  object-fit: contain;
}

@media all and (max-width: 500px) {
  .client-section h2 {
    font-size: 1em;
  }
  .client-section .logos {
    max-height: 2rem;
  }
}

@media all and (max-width: 992px) {
  .client-section {
    max-height: 30%;
  }
  .client-section h2 {
    font-size: 1em;
  }
  .client-section .logos {
    max-height: 1rem;
  }
  .client-section .logos img {
    height: 80px;
    margin: auto 0;
  }
}

/* Features */
.features-section {
  /* padding: 50px 0; */
  background-image: linear-gradient(
    to bottom,
    #54005b,
    #4b0144,
    #3f0431,
    #300821,
    #210714,
    #210714,
    #210714,
    #210714,
    #300821,
    #3f0431,
    #4b0144,
    #54005b
  );
}
.features-section .row {
  /* margin: 50px 0 100px; */
  align-items: center;
}
.features-section h2 {
  font-weight: 600;
}

.features-section .features-section-image {
  background-image: url("/images/website-images/Path 293.png");
  background-position: top left;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 35px 0 0 35px;
  margin: auto;
}

.features-section-image img {
  position: relative;
  border-radius: 15px;
  top: 35px;
}

@media (max-width: 990px) {
  .features-section .features-section-image {
    margin: auto;
    max-width: 95%;
  }
  .features-section img {
    top: -10px;
  }
}

@media (max-width: 574px) {
  .features-section img {
    top: 0px;
  }
}

.testimonial-section {
  background-image: url("/images/website-images/Group 902.png");
  background-size: auto;
  background-repeat: repeat;
  background-position: center;
}
.testimonial-section .container-lg,
.testimonial-section .container-fluid {
  background-color: #f2f7fa;
  /* padding: 50px 0; */
}
.testimonial-section h2 {
  color: #110012;
}
.testimonial-section .card,
.testimonial-section .card .card-header {
  background: transparent;
  border: none;
  padding: 0;
}
/* .testimonial-section .card .card-header i{
    color: #CA0042;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
} */
.testimonial-section .card .card-header img {
  width: 50px;
}
.testimonial-section .card .card-body {
  padding: 15px 0;
}
.testimonial-section .card .card-text {
  color: #110012;
  padding-bottom: 20px;
  border-bottom: 1px solid #110012;
}
.testimonial-section .card .card-author {
  color: #110012;
  font-weight: 600;
}
.cta-section {
  background-image: url("/images/banner-images/CTA background image.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
}
.cta-section .container {
  padding: 50px 0;
}
.cta-section .htg-btn {
  font-size: 18px;
  padding: 8px 35px;
  background-color: #e82820;
  border-color: #e82820;
}
.cta-section .htg-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #e82820;
}

/* Services archive */
.hero-section.services {
  background-image: url("/images/hero-images/Services_hero.png");
}
.intro-section p {
  color: #110012;
  margin-bottom: 0;
}
.services-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
}
/* .services-section .container-lg, .services-section .container-fluid{
    z-index: 1;
    position: relative;
} */
.services-section h2 {
  position: relative;
}

.services-section h2:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 40px;
  /* bottom: 10px; */
  transform: translateX(-50%);
  width: 75px;
  height: 10px;
  background-color: #e82820;
}
.services-section .card {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  backdrop-filter: blur(10px);
}
.services-section .card .card-footer {
  border-top: none;
}
.services-section.services-cloud-focused {
  background-image: url("/images/banner-images/services_bannerimage_1.jpg");
}
.services-section.services-application-security {
  background-image: url("/images/banner-images/services_bannerimage_2.jpg");
}
/* .services-section.services-cloud-focused:after, .services-section.services-application-security:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000, #000, transparent);
} */

/* Second level services */

/* Cloud focused services */
.hero-section.cloud-focused-services,
.hero-section.application-security-services {
  background-image: url("/images/hero-images/Cloud-Focused Services_hero.png");
}
.second-level-services-section h3 {
  position: relative;
}

.hero-section.second-level-services {
  background-image: url("/images/hero-images/Cloud Assessments_hero.png");
}
.second-level-services-section h3:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 40px;
  /* bottom: 10px; */
  transform: translateX(-50%);
  width: 75px;
  height: 10px;
  background-color: #e82820;
}

.second-level-services-section {
  padding: 50px 0;
  background-image: linear-gradient(
    to bottom,
    #54005b,
    #4b0144,
    #3f0431,
    #300821,
    #210714,
    #210714,
    #210714,
    #210714,
    #300821,
    #3f0431,
    #4b0144,
    #54005b
  );
}
.second-lvl-services-section-text {
  margin-top: 20px;
}

/* Glossary */
.glossary ul {
  line-height: 2;
}

/* MCS */

.cloud-sec-assessments-landing-view {
  height: 100vh;
}

.hero-section.managed-cloud-security {
  background-image: url("/images/hero-images/Managed Cloud Security_hero.png");
  min-height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

.mcs-testimonial-background {
  display: flex;
  flex-direction: column;
  height: 30%;
}

.mcs-testimonial-container {
  height: 100%;
  width: 100%;
  max-width: 1140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mcs-card-container {
  margin: auto 0;
  width: 100%;
  height: 100%;
}

.mcs-card-container .card {
  width: 100%;
  flex-direction: row;
  padding-top: 15px;
}

.mcs-card-container .card .card-text {
  font-size: 1em;
  padding-bottom: 0.5rem;
}

.mcs-card-container .card .card-author {
  font-size: 1em;
}

.mcs-card-container .card img {
  padding-top: 10px;
  min-width: 40px;
}

.xsmall-testimonial {
  display: none;
}
@media all and (max-width: 400px) {
  .lg-testimonial {
    display: none;
  }
  .xsmall-testimonial {
    display: block;
  }
}

@media all and (max-width: 575px) {
  .cloud-sec-assessments-landing-view {
    margin-top: 0rem;
    height: 100vh;
  }
  span.large-mcs-testimonial {
    display: none;
  }
}

@media all and (max-width: 992px) {
  .cloud-sec-assessments-landing-view {
    margin-top: 80px;
    height: calc(100vh - 5rem);
  }
  .testimonial-section .mcs-testimonial {
    max-height: 30%;
    max-width: none;
  }
  .hero-section.managed-cloud-security {
    padding: 0px;
  }

  .mcs-card-container .card .card-text {
    font-size: 1rem;
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .mcs-card-container .card .card-body {
    padding: 0px;
  }
  .mcs-card-container .card img {
    padding-top: 0px;
  }
}

.mcs-features-section {
  /* background: linear-gradient(to bottom, #54005B, #54005B); */
  background: linear-gradient(
    to bottom,
    #54005b,
    #4b0144,
    #3f0431,
    #300821,
    #210714,
    #210714,
    #210714,
    #210714,
    #300821,
    #3f0431,
    #4b0144,
    #54005b
  );
}
.mcs-features-section .mcs-features h2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  height: 10px;
  background-color: #732175;
  margin-top: -20px;
}
.mcs-features-section .card {
  background-color: transparent;
  border: none;
}
.mcs-features-section .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mcs-features-section .card .card-icon img {
  max-width: 150px;
  width: 100%;
  height: 100%;
}
/* .mcs-features-bullets-section .container-lg, .mcs-features-bullets-section .container-fluid{
    z-index: 1;
    position: relative;
} */
.mcs-features-bullets-section {
  background-image: url("/images/banner-images/managed cloud security_bannerimage_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
}
/* .mcs-features-bullets-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #000, #000, transparent);
} */
.mcs-expertise-section {
  background-color: #54005b;
  /* background-image: linear-gradient(to bottom, #54005b, #4b0144, #3f0431, #300821, #210714, #210714, #210714, #210714, #300821, #3f0431, #4b0144, #54005b); */
}
.mcs-features-section .mcs-protect-section-image {
  background-image: url("/images/website-images/Path 293.png");
  background-position: top left;
  background-size: auto;
  background-repeat: no-repeat;
  margin: auto;
  padding: 35px 0 0 35px;
}

.mcs-features-section .mcs-protect-section-image img {
  border-radius: 15px;
}

@media all and (min-width: 992px) {
  .mcs-features-section .mcs-protect-section-image img {
    position: relative;
    top: 35px;
  }
}
@media all and (max-width: 992px) {
  .mcs-features-section .mcs-protect-section-image {
    margin: auto;
    max-width: 95%;
  }
  .mcs-features-section .mcs-protect-section-image img {
    position: static;
    top: 0px;
  }
}

.mcs-expertise-section .mcs-expertise-section-image {
  background-image: url("/images/website-images/Path 293.png");
  background-position: top left;
  background-size: auto;
  background-repeat: no-repeat;
  margin: auto;
  padding: 35px 0 0 35px;
}

.mcs-expertise-section .mcs-expertise-section-image img {
  border-radius: 15px;
}

@media all and (max-width: 992px) {
  .mcs-expertise-section .mcs-expertise-section-image {
    margin: auto;
    max-width: 95%;
  }
}

/* About */
.hero-section.about {
  background-image: url("/images/hero-images/About_hero.png");
}
.about-section {
  background-image: linear-gradient(
    to bottom,
    #54005b,
    #4b0144,
    #3f0431,
    #300821,
    #210714,
    #210714,
    #210714,
    #210714,
    #300821,
    #3f0431,
    #4b0144,
    #54005b
  );
}
.about-clients-container {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}
.about-clients-container .row {
  align-items: center;
}
.about-clients-container h2 {
  font-size: 35px;
}
.about-clients-container h2,
.about-clients-container h6 {
  color: #fff;
  margin-bottom: 0;
}
.about-clients-container .logos {
  display: flex;
  justify-content: space-around;
}
.about-clients-container .logos img {
  height: 80px;
}
.about-staff-container img {
  max-width: 250px;
  border-radius: 100%;
}

/* Resources */
.hero-section.resources {
  background-image: url("/images/hero-images/Resources_hero.png");
}
.hero-section.resources h1 {
  color: #110012;
}
.hero-section.resources h1:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  height: 10px;
  background-color: #e82820;
  margin-top: -20px;
}
.latest-resources h2,
.latest-resources .card-title {
  color: #110012;
}
.latest-resources .card {
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.latest-resources .card .card-title a {
  color: #110012 !important;
  text-decoration: none !important;
}
.latest-resources .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 125px;
}
.latest-resources .card-body .excerpt {
  color: #110012;
  font-size: 14px;
  font-weight: 300;
}
.latest-resources .card-footer {
  background-color: transparent;
  border: none;
}
.latest-resources .card-footer .card-date,
.latest-resources .card-footer .card-author {
  margin-bottom: 0;
  color: #999;
}
.category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 20px;
  font-size: 14px;
  color: #fff;
  z-index: 1;
  border-radius: 100px;
}
/* different background colors for post categories */
.news {
  background-color: #e82820;
}
.events {
  background-color: #53005b;
}

/* careers */
.hero-section.careers {
  background-image: url("/images/hero-images/Careers_hero.png");
}
.hero-section.careers h1 {
  color: #110012;
}
.hero-section.careers h1:before {
  content: "";
  position: absolute;
  /* left: 50%;
    transform: translateX(-50%); */
  width: 75px;
  height: 10px;
  background-color: #e82820;
  margin-top: -20px;
}
.job {
  border-bottom: 3px solid #9a9a9a;
}
.job-listing span,
.job-listing p,
.job-responsibilities ul li,
.job-requirements ul li {
  color: #110012;
}
.job-listing-btn {
  background: transparent;
}
.job-listing-btn:hover {
  color: #110012;
}
.job-listing-btn > i {
  font-size: 25px;
}

/* Contact */
.hero-section.contact {
  background-image: url("/images/hero-images/Contact_hero.png");
}

/* 404 */
.hero-section.four-O-four {
  .display-1 {
    font-weight: 600;
  }
}

/* Privacy */
.privacy {
  margin-bottom: 5em;
}

/* Footer */
footer,
footer h3 {
  color: #110012;
}
footer ul {
  list-style-type: none;
  padding-inline-start: 0;
}
footer a,
footer p {
  color: #9a9a9a;
  text-decoration: none;
}
footer a:hover {
  color: #ca0042;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

@media all and (max-width: 768px) {
  .hero-section {
    background-attachment: unset;
  }
  .hero-section h1,
  .hero-section-sm h1,
  .display-1 {
    font-size: 50px;
  }
}
@media all and (max-width: 500px) {
  .hero-section {
    padding-top: 100px;
  }
  .display-1,
  .hero-section h1,
  .hero-section-sm h1 {
    font-size: 35px;
  }
  .hero-section .lead {
    font-size: 16px;
    font-weight: 300;
  }
}

.pipeform {
  height: 600px;
  max-width: 40%;
}
.summer {
  margin-top: 0;
  padding-top: 150px;
  min-height: 680px;
  gap: 2rem;
}

.hero-section.summer {
  background-image: url("/images/hero-images/Careers_hero.png");
}

.cta-section.summer {
  background-image: url("/images/hero-images/Careers_hero.png");
  padding-top: 0;
  background-attachment: fixed;
}
.hero-section.summer h1 {
  color: #110012;
}
.hero-section.summer h1:before {
  content: "";
  position: absolute;
  /* left: 50%;
    transform: translateX(-50%); */
  width: 75px;
  height: 10px;
  background-color: #e82820;
}
.lead.dark-lead {
  color: black;
  padding-bottom: 3rem;
  font-weight: 300;
}

@media all and (max-width: 768px) {
  .pipeform {
    height: 600px;
    max-width: 100%;
  }
}
.sponser-text {
  color: black;
  margin-top: 3rem;
  font-weight: 300;
  font-size: 24pxD;
}

.sponsor-title {
  font-size: 38px;
}
.pipeform-bottom {
  width: 100%;
}
.summer-links {
  text-decoration: underline;
  color: black;
}
.countdown {
  text-align: center;
}
.lead.dark-lead.countdown {
  font-weight: 500;
}

.frequent-flyer {
  color: black;
  background-color: transparent;
  box-shadow:
    rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.frequent-flyer hr {
  align-self: center;
  width: 75px;
  height: 10px;
  background-color: #e82820;
  opacity: 1;
}
.ff-content {
  display: flex;
  flex-direction: column;
  max-width: calc(1320px / 10vw);
}
.sponsors {
  color: black;
  padding: 3rem 0;
  background-image: url("/images/hero-images/Careers_hero.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.sponsors hr {
  align-self: center;
  width: 75px;
  height: 10px;
  background-color: #e82820;
  opacity: 1;
}
.sponsor-content {
  background-color: #f2f7fa;
  padding: 3rem;
  border: 1px rgba(0, 0, 0, 0.03) solid;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.platinum-logos {
  width: 400px;
  max-width: 100%;
  height: auto;
}
.gold-logos {
  max-width: 200px;
  margin-right: 1rem;
}
.silver-logos {
  max-width: 150px;
}

.speaker-img {
  max-width: 50px;
  max-height: 50px;
  border-radius: 100%;
  border: 1px rgba(0, 0, 0, 0.04) solid;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px;
  margin-bottom: 1rem;
}
.icon {
  opacity: 0.5;
  background-color: #f7f7f7;
}

.speaker-img:hover {
  border: 1px rgba(255, 255, 255, 1) solid;
  box-shadow: rgba(255, 255, 255, 1) 0px 3px 5px;
}

.card-logo {
  max-width: 100px;
}

.card-logos {
  display: flex;
  gap: 1rem;
  justify-content: end;
  align-items: center;
}

.partner-logo {
  max-width: 300px;
  max-height: 150px;
}
