h4{font-size:15pt;color:#a0a5ab;line-height:1.4em}.entry-title{color:#00adef}.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget{margin-bottom:4px!important}.et_pb_widget a{text-decoration:none;color:#fff}a.smallblue,a.bigblue{color:#ffffff!important;background:#217ba3!important;background:-moz-linear-gradient(top,#217ba3 0%,#217ba3 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#217ba3),color-stop(100%,#217ba3));background:-webkit-linear-gradient(top,#1f65a3 0%,#217ba3 100%);background:-o-linear-gradient(top,#1f65a3 0%,#217ba3 100%);background:-ms-linear-gradient(top,#1f65a3 0%,#217ba3 100%);background:linear-gradient(to bottom,#1f65a3 0%,#217ba3 100%);border:none!important;font-family:\'Open Sans\', Helvetica, Arial, Lucida, sans-serif !important;
	position: relative;
	padding: 0.3em 1em;
	border: 2px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: transparent;
	font-size: 16px;
	font-weight: normal !important;
	line-height: 1.7em !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

a.small-button, a.icon-button {
    padding: 6px 12px !important;
    font-weight: normal !important;
    font-size: 14px !important;
    margin: 0 5px 8px 0;
}

a.small-button, a.big-button, a.icon-button {
    display: inline-block;
    text-shadow: none !important;
    -moz-box-shadow:  none !important;
    -webkit-box-shadow:  none !important;
    box-shadow:  none !important;
    -moz-border-radius: 0px  !important;
    -webkit-border-radius: 0px  !important;
    border-radius: 6px !important;
    line-height: 24px !important;
}
a.smallblue:hover, a.bigblue:hover {
    color: #ffffff !important;
    background: #00adef !important;
	padding: 0.3em 2em 0.3em 1em;
	border: 2px solid transparent;
}
.et_post_meta_wrapper img {
    height: auto;
    float: right;
    width: 360px;
    margin-left: 14px;
    margin-bottom: 10px;
}
@media only screen and  (max-width: 980px) {
 .et_post_meta_wrapper:disabled img {
        float:none;
        width:100%;
        height: 300px;
    }
}
.bloglogo {
	margin: 6px auto !important;
	    width: 172px !important;
      height: auto !important;
	    float:none !important;
}

#olh3 {
font-size: 21px;
color: #666666!important;
line-height: 1.4em;
list-style-position: outside !important;
padding-left: 40px;
}

#olh3 li {
padding-bottom: 8px;}

.et_post_meta_wrapper > img {
	float: left !important;
	margin: 15px;
	height: 200px !important; 
	width: auto !important;
}

body.single article.has-post-thumbnail .et_post_meta_wrapper>img:nth-of-type(1) {

	float: left !important;
	margin: 15px;
	height: 200px !important; 
	width: auto !important;
}

#main-header, #main-header .nav >li > ul, .et-search-form, #main-header .et_mobile_menu {
    background-color: rgba(0,0,0,0.7);
}
#main-header .nav ul {
    background-color: rgba(76, 76, 76, 0.27);
}

.et_pb_text ul, .et_pb_text ol { margin-left: 30px; }
.et_pb_text li { margin-top: 1px; }

h1 {line-height: 1.2em;}

h3 {line-height: 1.4em;
padding-top: 14px;}

h2 {line-height: 1.4em;
padding-top: 16px;}

.category-nofeatureimg .et_post_meta_wrapper img {
    display: none!important;
}
.et_mobile_menu {
overflow: scroll !important;
max-height: 84vh; /*edit this to match your view height*/
box-shadow: 0px 0px 30px rgba(0,0,0,0.3) /*just some box shadow for nicer menu, you can skip this*/
}

@media (max-width: 980px) {
 #et_mobile_nav_menu:disabled {
 display: block;
 }
 
#top-menu {
 display: none;
 }
 }

body {
  zoom: reset !important;
  -moz-transform: scale(1) !important;
  -moz-transform-origin: 0 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

#sidebar {
    padding-top: 100px;
    padding-bottom: 20px;}
.entry-title {
    padding-top: 100px;
    padding-bottom: 20px;}
/* =========================================
   HERO SECTION (Dynamic Layered Gradient) 
   -- REVISED TO USE ID (#ics-hero) --
   ========================================= */

/* =========================================
   HERO SECTION (Pseudo-Element Fix)
   ========================================= */

/* 1. Prepare the Section Container */
#ics-hero {
    position: relative !important;
    background-color: transparent !important; /* Force transparent so our layer shows */
    background-image: none !important;       /* Remove conflicting Divi images */
    z-index: 1;                              /* Establishes a stacking context */
    padding: 120px 0 100px !important;       /* Keep your spacing */
}

/* 2. Create the Virtual Background Layer */
#ics-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* HIGH DRAMA VERSION: Darker canvas, brighter light */
    background-image: 
        /* Top Layer: Lime Glow */
        radial-gradient(circle at 70% 50%, rgba(184, 233, 134, 0.45) 0%, rgba(5, 10, 48, 0) 55%), 
        
        /* Bottom Layer: Deep Navy Linear Gradient */
        linear-gradient(115deg, #020418 0%, #0a1463 60%, #1BA9E9 100%) !important;
    
    background-blend-mode: screen, normal;
    z-index: -1;
}
/* 3. Typography Polish (Keep existing) */
#ics-hero p {
    color: #1BA9E9 !important; 
    font-size: 19px !important;
    font-weight: 500 !important; 
}
/* Hero Illustration */
.ics-hero .et_pb_image {
    max-width: 500px;
    margin-left: auto;
    z-index: 2;
}

/* Mobile behavior */
@media (max-width: 767px) {
    .et_pb_section.ics-hero {
        padding: 80px 0 60px;
        text-align: center;
    }
    .ics-hero .et_pb_row {
        flex-direction: column;
    }
    .ics-hero .et_pb_image {
        margin: 32px auto 0;
    }
}


/* =========================================
   GLOBAL BUTTON STYLES
   (Use classes: btn-primary, btn-outline)
   ========================================= */

.btn-primary {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 999px;
    background: #FF6B35;
    color: #FFFFFF;
    font-weight: 600;
    border: none;
    transition: all 0.25s ease;
}

.btn-primary:hover {
    filter: brightness(.9);
    transform: translateY(-1px);
}

.btn-outline {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 999px;
    background: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    font-weight: 600;
    transition: all 0.25s ease;
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}


/* =========================================
   VALUE PROP SECTION
   ========================================= */

.value-prop-section {
    padding: 80px 0;
}

.value-prop-section .et_pb_row {
    max-width: 1200px;
    margin: 0 auto;
}

.value-prop-section .et_pb_blurb {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 32px 28px 28px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.value-prop-section .et_pb_main_blurb_image img {
    margin-top: 8px;
}

.value-prop-section .et_pb_blurb_container h4 {
    margin-top: 18px;
    margin-bottom: 10px;
}

.value-prop-section .et_pb_blurb_container p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .value-prop-section .et_pb_blurb {
        margin-bottom: 24px;
    }
}


/* =========================================
   INDUSTRY SECTION (Tabs)
   ========================================= */

.industry-section {
    padding: 80px 0;
}

.industry-section .et_pb_row {
    max-width: 1100px;
    margin: 0 auto;
}

/* Tabs nav */
.industry-section .dsm_adv_tabs_nav li a {
    padding: 10px 16px;
    font-weight: 600;
}

/* Active tab pill */
.industry-section .dsm_adv_tabs_nav li.ui-tabs-active a {
    background: #F4F6FC;
    color: #050A30;
    border-radius: 999px;
}

/* Content container */
.industry-section .dsm_adv_tabs_content {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px 28px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    margin-top: 24px;
}

.industry-section .dsm_adv_tabs_content p {
    margin-bottom: 10px;
}

.industry-section .dsm_adv_tabs_content ul {
    margin: 10px 0 16px 18px;
    padding-left: 0;
}

.industry-section .dsm_adv_tabs_content li {
    margin-bottom: 6px;
}

/* Quote style */
.industry-section p.industry-quote {
    font-style: italic;
    color: #2E2545;
    margin-top: 12px;
    border-left: 3px solid #1BA9E9;
    padding-left: 12px;
}

@media (max-width: 767px) {
    .industry-section .et_pb_row {
        padding: 0 16px;
    }
    .industry-section .dsm_adv_tabs_nav li a {
        font-size: 14px;
        padding: 8px 10px;
    }
    .industry-section .dsm_adv_tabs_content {
        padding: 20px;
    }
}


/* =========================================
   MIGRATION PATHWAY SECTION
   ========================================= */

.migration-section {
    padding: 80px 0;
    counter-reset: step;
}

.migration-section .migration-step {
    border-left: 3px solid #1BA9E9;
    padding-left: 24px;
    margin-bottom: 28px;
    position: relative;
}

.migration-section .migration-step::before {
    content: counter(step);
    counter-increment: step;
    position: absolute;
    left: -16px;
    top: 0;
    background: #1BA9E9;
    color: #FFFFFF;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}


/* =========================================
   PARTNERS SECTION
   ========================================= */

.partners-section {
    padding: 80px 0;
}

.partners-section .et_pb_row {
    max-width: 1100px;
    margin: 0 auto;
}

.partners-section .dsm_image_carousel {
    padding-bottom: 32px;
}


/* =========================================
   CONTACT FORM SECTION (.Connect)
   ========================================= */

.Connect {
  background: #1BA9E9;
  padding: 80px 0;
}

.Connect .et_pb_text h2,
.Connect h2 {
  color: #050A30;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
}

.Connect iframe {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

.Connect form {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
}

.Connect input[type="text"],
.Connect input[type="email"],
.Connect select,
.Connect textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #E5E9F2;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 16px;
  background: #FFFFFF;
  color: #050A30;
  transition: border-color 0.3s ease;
}

.Connect input[type="text"]:focus,
.Connect input[type="email"]:focus,
.Connect select:focus,
.Connect textarea:focus {
  outline: none;
  border-color: #12229D;
  box-shadow: 0 0 0 3px rgba(27, 169, 233, 0.1);
}

.Connect textarea {
  min-height: 120px;
  resize: vertical;
}

.Connect input[type="submit"],
.Connect button[type="submit"] {
  background: #050A30;
  color: #FFFFFF;
  padding: 14px 32px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.Connect input[type="submit"]:hover,
.Connect button[type="submit"]:hover {
  background: #12229D;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(27, 169, 233, 0.3);
}

.Connect .et_pb_row {
  margin-bottom: 16px;
}

.Connect .et_pb_column_1_2 {
  padding-right: 8px;
}

.Connect .et_pb_column_1_2:last-child {
  padding-right: 0;
  padding-left: 8px;
}

@media (max-width: 767px) {
  .Connect {
    padding: 60px 0;
  }
  .Connect form,
  .Connect iframe {
    padding: 24px;
  }
  .Connect .et_pb_column_1_2 {
    padding: 0;
    margin-bottom: 16px;
  }
}
/* --- Hero-specific Outline Button Override --- */
.ics-hero .btn-outline { 
    color: #FFFFFF; /* White Text */
    border: 2px solid #FFFFFF; /* White Border */
    font-weight: 500;
} 
.ics-hero .btn-outline:hover { 
    background: rgba(255, 255, 255, 0.1); /* Subtle white fill on hover */
    color: #FFFFFF;
}

/* --- Force Equal Height for Value Prop Cards --- */
/* Target the row containing the three blurb columns */
.value-prop-section .et_pb_row {
    display: flex;
    align-items: stretch; /* Stretches columns to the height of the tallest */
}

/* Ensure the columns and the blurb modules fill the available height */
.value-prop-section .et_pb_column {
    display: flex;
    /* Flex-direction: column ensures content inside the column flows vertically */
    flex-direction: column; 
}

/* Crucial: Make the Blurb module fill the column height */
.value-prop-section .et_pb_blurb {
    flex-grow: 1; /* This makes the blurb module expand to fill the available space */
}
/* GLOBAL STYLING FOR THE Global CTA Button */
.global-strategy-button .et_pb_button { 
    /* Button padding for size */
    padding: 15px 40px !important;
    /* Font size for prominence */
    font-size: 18px !important; 
    /* Ensure border radius is professional */
    border-radius: 5px !important;
    /* High-Contrast Gradient for visibility */
    background: linear-gradient(to right, #00C6FF 0%, #0072FF 100%) !important; /* Vibrant Blue Gradient */
    color: #ffffff !important; 
    /* Smooth transition for hover effect */
    transition: all 0.3s ease-in-out;
}

/* GLOBAL STYLING FOR THE Global CTA Button */
.global-strategy-button .et_pb_button { 
    /* Button padding for size */
    padding: 15px 40px !important;
    /* Font size for prominence */
    font-size: 18px !important; 
    /* Ensure border radius is professional */
    border-radius: 5px !important;
    /* High-Contrast Gradient for visibility */
    background: linear-gradient(to right, #00C6FF 0%, #0072FF 100%) !important; /* Vibrant Blue Gradient */
    color: #ffffff !important; 
    /* Smooth transition for hover effect */
    transition: all 0.3s ease-in-out;
}

/* FINAL GLOBAL STYLING FOR THE Global CTA Button */
/* Targets the link (a) element inside the module */
.global-strategy-button a.et_pb_button { 
    /* Force Padding, Font Size, and Border Radius */
    padding: 15px 40px !important;
    font-size: 18px !important; 
    border-radius: 5px !important;
    color: #ffffff !important; 
    border: none !important;

    /* CRITICAL FIX: Use 'background-image' and 'background-color:transparent' */
    /* This forces the gradient to display over any conflicting background-color property */
    background-image: linear-gradient(to right, #00C6FF 0%, #0072FF 100%) !important;
    background-color: transparent !important;
    
    transition: all 0.3s ease-in-out;
}
/* FINAL GLOBAL STYLING FOR THE Global CTA Button (Using user's exact class name) */.Global-CTA-Button a.et_pb_button{padding:15px 40px!important;font-size:18px!important;border-radius:5px!important;color:#ffffff!important;border:none!important;background-image:linear-gradient(to right,#00C6FF 0%,#0072FF 100%)!important;background-color:transparent!important;transition:all 0.3s ease-in-out}.Global-CTA-Button a.et_pb_button:hover{opacity:0.9;filter:brightness(1.1);background-image:linear-gradient(to right,#0072FF 0%,#00C6FF 100%)!important;background-color:transparent!important}#ics-section-hero-about{background:linear-gradient(to right,rgba(0,0,80,1) 0%,rgba(50,0,150,1) 100%)!important}@media only screen and (max-width:767px){#ics-section-hero-about{}}#ics-section-hero-about h1{font-size:56px;font-weight:800;color:#ffffff!important;text-shadow:2px 2px 4px rgba(0,0,0,0.3);margin-bottom:15px}#ics-section-hero-about .et_pb_text_inner>p{font-size:22px;line-height:1.5em;font-style:normal;font-weight:400;color:#f0f0f0!important;max-width:700px;margin:0 auto 30px}#ics-section-hero-about .subtext-highlight{color:#00C6FF!important;font-weight:600}@media only screen and (max-width:767px){#ics-section-hero-about h1{font-size:38px!important}#ics-section-hero-about .et_pb_text_inner>p{font-size:18px!important}}