/*****HOME PAGE STYLE START*****/

body {
    background: aquamarine;
}
.email-btn {
    cursor: pointer;
}
.home-box {
    border: 2px solid;
    border-image: linear-gradient(to right, #FFFFFF, #008073, #FFFFFF) 1;
}
span.elementor-button-text {
    text-align: left;
}
@media (max-width: 1024px) {
.cta-section-comon {
    overflow: hidden !important;
}
}
/* Testimonial icon */
.top-icon{
    position: absolute !important;
    top: 20px;
    left: 17%;
    transform: translateX(-50%);
    font-size: 30px;
}
.bootm-icon {
    position: absolute !important;
    bottom: 20px;
    right: 14%;
    transform: translateX(-50%);
    font-size: 30px;
}
.quote-section {
    position: relative !important;
}

@media (min-width: 1025px) and (max-width: 1499px) {
.top-icon-sec {
    left: 10% !important;
}
}

/* Second Testimonial icon sec */
.top-icon-sec {
    position: absolute !important;
    top: 20px;
    left: 10%;
    transform: translateX(-50%);
    font-size: 30px;
}
.bootm-icon-sec {
    position: absolute !important;
    bottom: 20px;
    right: 10%;
    transform: translateX(-50%);
    font-size: 30px;
}
/* Mobile */
@media (max-width: 991px) {
.top-icon {
    top: 30px !important;
    left: 10% !important;
}
.bootm-icon {
    bottom: 30px !important;
    right: 10% !important;
}
.quote-section {
    position: relative !important;
    padding: 30px 15px !important;
}
.top-icon-sec {
    top: 0px;
    left: 6%;
}
.bootm-icon-sec {
    bottom: 8px;
    right: 0%;
}
.quote2 {
    padding-top: 0px !important;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.top-icon-sec {
    top: 20px !important;
    left: 5% !important;
}
.bootm-icon-sec {
    bottom: 20px !important;
    right: 5% !important;
}
.bootm-icon {
    bottom: 25px;
    right: 1%;
}
.top-icon {
    top: 20px;
    left: 4%;
}
}

/* Testimonial icon END*/

.divider-round span.elementor-divider-separator {
    border-radius: 50px;
}
.about-sec-list ul li {
    background: #7FD8D1;
    padding: 10px 15px !important;
    border: 2px solid #000;
    border-radius: 10px !important;
}
.about-sec-list ul li a:hover {
    text-decoration: underline;
}

.bg-gredint {
    background: linear-gradient(to right, #00B3A4 0%, #008073 100%);
    transition: all 0.3s ease;
}
.bg-gredint:hover {
    background: linear-gradient(to right, #008073 0%, #00B3A4 100%);
}
@media (max-width: 1024px) {
.about-sec-list  ul {
    gap: 10px;
}
}

/* Icon List Item Hover Box Shadow */
.about-sec-list li:hover {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.35) !important;
    transition: box-shadow 0.3s ease !important;
}

/*****HOME PAGE STYLE END*****/

/*****PE-final PAGE STYLE START*****/

/* Newsletter Form Styling */
.newsletter-form .elementor-form-fields-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}
.newsletter-form .elementor-field-group-email {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 20px !important;
    flex: 1 !important;
}
.newsletter-form .elementor-field-label {
    white-space: nowrap !important;
    margin-bottom: 0 !important;
}

.newsletter-form .elementor-field-textual {
    flex: 1 !important;
    margin-bottom: 0 !important;
}

.newsletter-form .elementor-field-type-submit {
    width: 100% !important;
    margin-top: 10px !important;
}

.newsletter-form .elementor-button {
    background: linear-gradient(90deg, #00B3A4 0%, #008073 100%) !important;
    border: none !important;
    border-radius: 0px !important;
    width: 100% !important;
    padding: 15px 20px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.newsletter-form .elementor-button:hover {
    background: linear-gradient(90deg, #008073 0%, #00B3A4 100%) !important;
}

/* Tablet - 768px to 1024px */
@media (max-width: 1024px) {
    .newsletter-form .elementor-form-fields-wrapper {
        flex-direction: row !important;
        gap: 10px !important;
    }

    .newsletter-form .elementor-field-group-email {
        gap: 12px !important;
        flex: 1 !important;
    }

    .newsletter-form .elementor-field-type-submit {
        width: 100% !important;
        margin-top: 8px !important;
    }
}

/* Mobile - below 768px */
@media (max-width: 767px) {
    .newsletter-form .elementor-form-fields-wrapper {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }
    .newsletter-form .elementor-field-group-email {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        width: 100% !important;
    }
    .newsletter-form .elementor-field-label {
        white-space: normal !important;
    }
    .newsletter-form .elementor-field-textual {
        width: 100% !important;
    }
    .newsletter-form .elementor-field-type-submit {
        width: 100% !important;
        margin-top: 6px !important;
    }
    .newsletter-form .elementor-button {
        width: 100% !important;
        padding: 15px 20px !important;
        font-size: 14px !important;
    }
}

/* Sticky Left Column */
@media (max-width: 767px) {
.page-id-267 .elementor-widget-image {
    display: flex;
}
.page-id-267 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
}
@media (min-width: 768px) {
.sticky-col {
    position: sticky !important;
    top: 100px !important;
    align-self: flex-start !important;
    height: fit-content !important;
}
}
/*****PE-final PAGE STYLE END*****/

/*****Diagnostics-hub PAGE STYLE START*****/
.tabs-sec .e-n-tabs-heading {
    background: #0A1F44;
    padding: 10px 15px;
}
.tabs-sec .e-n-tab-title[aria-selected="true"] span.e-n-tab-title-text {
    font-weight: 700;
}
.link-line a {
    text-decoration: underline !important;
    font-weight: 600 !important;
}
.link-line a:hover {
    text-decoration: none !important;
}
@media (max-width: 767px) {
.page-id-672 ul.elementor-icon-list-items {
    gap: 10px;
}
}
/*****Diagnostics-hub PAGE STYLE END*****/


/*****About PAGE STYLE START*****/
.page-id-39 .link-line a {
    font-weight: 600 !important;
}
/*****About PAGE STYLE END*****/


/*****How We Work PAGE STYLE START*****/
.phase-box-title3 h2 {
    word-break: break-word;
}
.page-id-33 span.elementor-button-text {
    text-align: left;
}
/*****How We Work PAGE STYLE end*****/

/*****fractional-cio PAGE & Contact Page STYLE START*****/

.page-id-1266 .link-line a, .page-id-1345 .link-line a{
    font-weight: 600 !important;
}
@media (max-width: 767px) {
.page-id-1266 .link-line a, .page-id-1345 .link-line a {
    font-size: 14px;
}
}
@media (min-width: 1025px) {
.page-id-1266 .link-line a, .page-id-1345 .link-line a {
    font-weight: 600 !important;
    font-size: 18px;
}
}
/*****fractional-cio PAGE & Contact Page STYLE end*****/

/*****Score card Last score step conformation style START*****/
#gform_1 input.gform_next_button, #gform_4 input.gform_next_button {
    background: linear-gradient(113deg, #00B3A4 0%, #008073 100%);
}
#gform_1 input.gform_next_button:hover, #gform_4 input.gform_next_button:hover {
    background: linear-gradient(113deg, #008073 0%, #00B3A4 100%);
}
#gform_4 input#gform_submit_button_4 {
    background: linear-gradient(113deg, #00B3A4 0%, #008073 100%);
}
#gform_4 input#gform_submit_button_4:hover {
    background: linear-gradient(113deg, #008073 0%, #00B3A4 100%);
}



body {
  background: linear-gradient(180deg, #eef3f8 0%, #d9e6ef 100%);
  margin: 0;
  font-family: 'Raleway', sans-serif;
}
.gform_confirmation_message br {
    display: none !important;
}
.score-card,
.opp,
.base,
.share,
.cta,
.sub,.container-critical {
  max-width: 820px;
  margin: 70px auto;
  padding: 40px;
  border-radius: 12px;
  box-sizing: border-box;
}
.score-card-body-text {
    max-width: 820px;
    margin: 70px auto;
    border-radius: 12px;
    box-sizing: border-box;
    margin-top: 0px !important;
    padding: 0px;
}
.container-critical {
    margin-bottom: 40px;
}


/* ===== 1. SCORE CARD ===== */
.container-critical {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(10, 31, 68, 0.08);
    display: grid;
    border: 1px solid #cdcdcd;
}
.container-critical a.cta-btn {
    width: fit-content;
}
.critical-box h4 {
    margin: 30px 0px 10px;
}
.critical-box {
    margin-bottom: 40px;
}
.critical-box ul {
    padding-left: 20px !important;
}
.container-critical a.cta-btn {
    padding: 12px 20px;
    background: linear-gradient(113deg, #00B3A4 0%, #008073 100%);
    color: #fff !important;
}
.container-critical a.cta-btn:hover {
    background: linear-gradient(113deg, #008073 0%, #00B3A4 100%);;
}
.gform_confirmation_wrapper h3, .gform_confirmation_wrapper h4 {
    font-size: 22px !important;
    line-height: 1.35em;
}
.score-card {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(10, 31, 68, 0.08);
}
.container-critical h2 {
    color: #008073;
    font-weight: 700 !important;
}
.container-critical h3 {
    font-family: 'Raleway' !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    color: #008073;
}
    
}
.sint {
  font-size: 17px;
  line-height: 1.8;
  color: #3a5278;
}

.snum {
  font-weight: 700;
  color: #0a1f44;
}

.money {
  font-weight: 700;
  color: #0a1f44;
}

/* BARS */
.bars {
  margin-top: 25px;
}

.brow {
  margin-bottom: 20px;
}

.blbl {
  font-size: 15px;
  font-weight: 600;
  color: #0a1f44;
  margin-bottom: 6px;
}

.btrack {
  width: 100%;
  height: 10px;
  background: #e6ecf5;
  border-radius: 10px;
}

.bfill {
  height: 100%;
  background: linear-gradient(90deg, #0a1f44, #00b3a4);
  border-radius: 10px;
}

h2.score-title {
    font-size: 25px;
    font-weight: 400 !important;
    font-family: "DM Serif Display", Sans-serif;
    line-height: normal;
    color: #1A1A2E;
}

/* ===== 2. OPPORTUNITY ===== */
.opp {
  background: #ffffff;
  border-left: 6px solid #0a1f44;
  box-shadow: 0 8px 25px rgba(10, 31, 68, 0.05);
}

.otag {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0a1f44;
  margin-bottom: 10px;
}

.obody {
    font-size: 17px;
    line-height: 1.82;
    color: #000000;
    font-weight: 400;
}

.mw {
  font-weight: 700;
  color: #0a1f44;
}

/* ===== 3. BASE ===== */
.base {
  background: #ffffff;
  text-align: center;
  box-shadow: 0 8px 25px rgba(10, 31, 68, 0.05);
}

.base h3 {
  font-size: 22px;
  color: #0a1f44;
  margin-bottom: 15px;
}

.base {
  font-size: 16px;
  color: #3a5278;
  line-height: 1.7;
}

/* ===== 4. SHARE ===== */
.cta a.btn-o {
    color: #fff;
}
.share {
  background: #ffffff;
  border-radius: 12px;
  padding: 50px 30px;
  text-align: center;
  margin: 40px auto;
  box-shadow: 0 10px 30px rgba(10, 31, 68, 0.08);
}

.share h3 {
  font-size: 28px;
  color: #0a1f44;
  margin-bottom: 10px;
}

.share p {
  color: #3a5278;
  font-size: 16px;
  line-height: 1.6;
}

.share a {
  color: #00b3a4;
  text-decoration: none;
  font-weight: 600;
}

/* BUTTON GROUP */
.sbtns {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 25px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

/* BUTTON STYLE */
button.sbtn {
    background: #00B1A2 !important;
}
.sbtn {
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  min-width: 120px;
  text-align: center;
  transition: 0.3s;
}

.sbtn:hover {
  background: #00b3a4;
}

/* FULL WIDTH BUTTON */
.sbtn.full {
  display: block;
  width: 220px;
  margin: 20px auto 0;
  background: #2f55d4;
}

/* MOBILE FIX */
@media (max-width: 767px) {
  .sbtns {
    flex-direction: column;
    align-items: center;
  }

  .sbtn {
    width: 100%;
    max-width: 260px;
  }
   h2.score-title {
    font-size: 20px;
  }
}

/* ===== 5. CTA ===== */
.cta {
  background: #0a1f44;
  color: #ffffff;
  text-align: center;
  padding: 50px 40px;
}

.bstack {
  margin-top: 25px;
}

.btn-p {
  display: block;
  background: #ffffff;
  color: #0a1f44;
  padding: 15px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 12px;
}

.btn-o {
  display: block;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 14px;
  border-radius: 8px;
  text-decoration: none;
}

.guar {
  font-size: 15px;
  margin-top: 12px;
}

.credited {
  font-size: 15px;
  opacity: 0.8;
}

.cnote {
  margin-top: 20px;
  font-size: 15px;
}

/* ===== 6. SUBSCRIBE ===== */
.sub {
  background: #ffffff;
  text-align: center;
  box-shadow: 0 8px 25px rgba(10, 31, 68, 0.05);
}

.sub h3 {
  color: #0a1f44;
}

.eform {
  margin-top: 20px;
}

.einput {
  width: 100%;
  max-width: 400px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.bsub {
  display: block;
  margin: 12px auto 0;
  background: #0a1f44;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}
.gform_confirmation_wrapper li {
    padding-bottom: 10px;
}
.gform_confirmation_wrapper p.sint {
    font-weight: 400;
    line-height: 1.7;
    font-size: 17px !important;
}
/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .score-card,
  .opp,
  .base,
  .share,
  .cta,
  .sub {
    padding: 20px;
  }
  .sint {
    font-size: 15px;
  }
   .container-critical {
      padding: 20px !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
.gform_confirmation_wrapper h3, .gform_confirmation_wrapper h4 {
    font-size: 20px !important;
}
.gform_confirmation_wrapper p.sint {
    font-size: 16px !important;
}
.obody {
    font-size: 16px;
}
}
@media (max-width: 767px) {
.gform_confirmation_wrapper h3, .gform_confirmation_wrapper h4 {
    font-size: 18px !important;
} 
.gform_confirmation_wrapper p.sint {
    font-size: 14px !important;
}
.obody {
    font-size: 14px;
}
}
/*****Score card Last score step conformation style END*****/