.elementor-kit-6{--e-global-color-primary:#F6B44B;--e-global-color-secondary:#3BB6C4;--e-global-color-text:#1F2933;--e-global-color-accent:#E8F5F7;--e-global-color-74da03e:#4B5563;--e-global-color-4b78036:#6B7280;--e-global-color-1ec92a4:#FFFFFF;--e-global-color-b454d1c:#F0F8FFE6;--e-global-color-071a6b5:#143C5A14;--e-global-color-93b7b64:#0F28501F;--e-global-color-3c98eb5:#0F285029;--e-global-color-733a53c:#307FC8;--e-global-typography-primary-font-family:"Noto Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;color:var( --e-global-color-text );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:transparent;font-family:"Noto Sans", Sans-serif;font-weight:400;color:var( --e-global-color-text );background-image:linear-gradient(180deg, var( --e-global-color-primary ) 0%, #F6B44B 100%);box-shadow:0px 8px 24px 0px rgba(15, 40.00000000000003, 80, 0.14);border-style:solid;border-width:0px 0px 0px 0px;border-color:#0000000F;border-radius:10px 10px 10px 10px;padding:12px 22px 12px 22px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:transparent;color:var( --e-global-color-text );background-image:linear-gradient(180deg, #F6B44B 0%, #F2A93B 100%);box-shadow:0px 12px 30px 0px rgba(15, 40.00000000000003, 80, 0.18);border-style:solid;border-width:0px 0px 0px 0px;border-radius:10px 10px 10px 10px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-733a53c );font-weight:700;}.elementor-kit-6 h1{color:var( --e-global-color-text );font-size:50px;font-weight:600;line-height:53px;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-size:37px;font-weight:600;line-height:2lh;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-family:"Noto Sans", Sans-serif;font-weight:600;}.elementor-kit-6 h4{color:var( --e-global-color-text );}.elementor-kit-6 h5{color:var( --e-global-color-text );}.elementor-kit-6 h6{color:var( --e-global-color-text );font-size:2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6 h2{font-size:28px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h2{font-size:20px;line-height:1.2em;}.elementor-kit-6 h3{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.cd-card{
  background-color: transparent !important;
  background-image: linear-gradient(
    180deg,
    rgba(245, 250, 255, 0.80) 0%,
    rgba(255, 255, 255, 0.80) 100%
  ) !important;

  border: 1px solid rgba(20, 60, 90, 0.10);
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(15, 40, 80, 0.12);
  padding: 32px;
}

.cd-card-image{

  background-color: #ffffff !important;
  border: 1px solid rgba(20, 60, 90, 1);
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(15, 40, 80, 0.12);
}

/* Hover (subtle lift only) */
.cd-card:hover {
 /* transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(15, 40, 80, 0.16);*/
}

/* Mobile spacing */
@media (max-width: 767px) {
  .cd-card {
    padding: 20px;
    border-radius: 8px;
  }
}

/* === Cohesive FAQ Cards (Nested Accordion) === */
.cd-faq .e-n-accordion-item {
  background: rgba(255, 255, 255, 0.7);;
  border: 1px solid rgba(20, 60, 90, 0.08);
  border-radius: 10px;
  box-shadow: 0 0px 20px rgba(15, 40, 80, 0.09);
  margin: 0 0 14px 0;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.cd-faq .e-n-accordion-item:last-child {
  margin-bottom: 0;
}

.cd-faq .e-n-accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 0px 20px rgba(15, 40, 80, 0.09);
}

/* Remove any default borders/dividers that fight the card look */
.cd-faq .e-n-accordion-item-title {
  border: 0 !important;
  background: transparent !important;
}

/* Title padding + typography */
.cd-faq .e-n-accordion-item-title {
  padding: 18px 22px !important;
}

.cd-faq .e-n-accordion-item-title-text {
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: #1F2933 !important;
}

/* Icon styling */
.cd-faq .e-n-accordion-item-title-icon {
  color: #3BB6C4 !important;
}

/* Content region padding + type */
.cd-faq details[open] > div[role="region"] {
  padding: 0 22px 20px 22px !important;
}

.cd-faq details > div[role="region"] {
  color: #4B5563;
  font-size: 16px
}

header,
.elementor-location-header,
.elementor-sticky--active{
  position: relative;
  z-index: 9999 !important;
}

/* Fixed background layer */
.cd-fixed-bg{
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url('https://www.cohesivedataops.com/wp-content/uploads/2025/12/bg-2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Optional: ensure your page content paints above it */
body, .elementor-location-header, .elementor-location-footer{
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .cd-tabs-closed-mobile .elementor-tab-content {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}/* End custom CSS */