/** Make sure to add only global setting and nothing else  */

body {
  margin: 0;
}

.tri-theme-color{
  color: #FCF506;
}

/* .site-header {
  max-width: 1500px;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  left: 50%;
  transform: translateX(-50%);
} */

@media (max-width: 921px) {
  .site-header {
    background-color: #070707;
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1500px;
    margin: auto;
    width: 100%; */
  }

  .site-header .ast-primary-header-bar {
    background-color: #070707;
    border: none;
  }
}

@media (min-width: 922px) {
  .site-header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1500px;
    margin: auto;
    width: 100%;
  }

  .site-header .site-header-primary-section-right {
    align-items: start;
  }

  .site-header .site-header-primary-section-right>* {
    margin: 25px 0;
  }

  .site-header .ast-primary-header-bar {
    background-color: transparent;
    border: none;
  }
}





.main-header-menu>.menu-item>.menu-link {
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 25px;
}


#content .ast-container:has(.bleed-container) {
  max-width: unset !important;
}

#content .ast-container:has(.bleed-container.hero-banner) {
  background-color: #070707;
  margin-top: 0;
}

.csi-btn-pri {
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 15px;
  border: 1px solid #fff200;
  background-color: #fff200;
  color: black;
  font-weight: 700;
  padding: 12px 25px;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
}

.csi-btn-pri:hover {
  background-color: #d4d400;
}

.csi-btn-sec {
  font-size: 16px;
  padding: 20px 15px;
  color: #070707;
  border: 1px solid #090B19;
  background-color: #ffffff;
  font-weight: 700;
  padding: 12px 25px;
  display: inline-block;
  transition: background-color 0.3s ease;
  text-transform: uppercase;

}

.csi-btn-pri:hover {}

.round-btn {
  border-radius: 50px;
}

/* @media (min-width: 782px) {
  html:has(#wpadminbar) .site-header {
    margin-top: 32px;
  }
} */

@media (min-width: 992px) {
  .ast-container {
    max-width: 1500px;
  }
}

@media (max-width: 544px) {
  .ast-container {
    max-width: 100%;
  }
}

/** Footer --start */
footer#colophon {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url(http://192.168.75.205/Staging/csi/wp-content/uploads/2025/07/footer-background.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"],
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
  background-color: transparent;
}

.site-primary-footer-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

footer>div:first-child .ast-builder-footer-grid-columns {
  gap: 0;
}

footer>div:first-child .ast-builder-footer-grid-columns>div {
  padding-top: 100px;
  padding-bottom: 100px;
  border: 2px solid #DDDDDD;
  height: 100%;
  border-bottom: none;
}

footer>div:first-child .ast-builder-footer-grid-columns section {
  margin-bottom: 0;
}

footer>div:first-child .ast-builder-footer-grid-columns h3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 4px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #070707;
  /* margin-bottom: 15px; */
  padding: 25px;
  border-bottom: 2px solid #07070726;
}

footer>div:first-child .ast-builder-footer-grid-columns> :first-child h3 {
  padding: 0;
  border: none;
}

footer>div:first-child .ast-builder-footer-grid-columns> :first-child section:has(h3) {
  margin-bottom: 10px;
}

footer>div:first-child .ast-builder-footer-grid-columns>div:first-child p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 25.6px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #070707E5;
}

footer>div:first-child .ast-builder-footer-grid-columns>div:first-child {
  border-right: none;
}

footer>div:first-child .ast-builder-footer-grid-columns>div:nth-child(2) {
  padding-top: 170px;
  border-right: none;
  border-right: none;
}

footer>div:first-child .ast-builder-footer-grid-columns>div:nth-child(2) h3 {
  padding-bottom: 23px;
}

footer>div:first-child .ast-builder-footer-grid-columns>div:nth-child(3) {
  padding-top: 240px;
}

/* footer>div:first-child .ast-builder-footer-grid-columns .widget_nav_menu li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.48px;
  vertical-align: middle;
  color: #070707;
  padding: 25px;
} */
footer>div:first-child .ast-builder-footer-grid-columns .widget_nav_menu li {
  border-bottom: 2px solid #07070726;
}

footer>div:first-child .ast-builder-footer-grid-columns .widget_nav_menu li .menu-link {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.48px;
  vertical-align: middle;
  color: #070707;
  padding: 25px;
  display: inline-block;
  width: 100%;
}

footer>div:first-child .ast-builder-footer-grid-columns .widget_nav_menu li .menu-link:hover {
  background-color: #070707;
  color: #ffffff;

}

.footer-social-contacts li a {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 2px solid #07070726;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.48px;
  vertical-align: middle;
  color: #070707;
}

.footer-social-contacts li a:hover {
  color: #ffffff;
  background-color: #070707;
}

.footer-social-contacts li a:hover svg {
  filter: invert(1);
}

.footer-social-contacts li p {
  margin: 0;
}

.footer-policies-section a {
  color: #070707;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: right;
  vertical-align: middle;
}


/** Footer --end */