@import url("https://cloud.typography.com/7076934/7264032/css/fonts.css");
 
:root {
	/* historically the bodytext of the site has used text '--bodytext-color', but to simplify naming conventions it is being migrated to '--color-greytext-100'  */
	--bodytext-color: rgb(40, 40, 40); /*  old style name*/
	--text-white-color: white; /*  old style name*/
	
	--color-white-text: white; /*  new style name*/
    --color-greytext-100: rgb(40, 40, 40); /*  new style name*/
	--color-white-100:rgb(255, 255, 255);
	--color-green-120: rgb(90, 171, 0); /*  new style name*/
    --color-green-100: rgb(118, 184, 42);
    --color-green-80: rgb(146, 198, 85);
    --color-green-60: rgb(173, 212, 127);
    --color-green-40: rgb(200, 226, 170);
	--color-green-30: rgb(214, 233, 191);
    --color-green-20: rgb(228, 241, 212);
    --color-green-10: rgb(241, 248, 233);
	--color-green-10: rgb(241, 248, 233);
	--color-green-5: rgb(246, 251, 244); /*  new style name*/
    --color-blue-100: rgb(0, 39, 89);
    --color-blue-80: rgb(51, 82, 122);
    --color-blue-60: rgb(103, 125, 156);
	--color-blue-40: rgb(152, 169, 189);
	--color-blue-30: rgb(178, 191, 206);
    --color-blue-20: rgb(204, 212, 222);
    --color-blue-10: rgb(231, 235, 240);
    --color-grey-100: rgb(88, 89, 91);
    --color-grey-80: rgb(121, 122, 124);
    --color-grey-60: rgb(155, 155, 157);
    --color-grey-40: rgb(188, 189, 189);
	--color-grey-30: rgb(205, 206, 206);
    --color-grey-20: rgb(222, 222, 222);
    --color-grey-10: rgb(238, 238, 238);
    --color-red-100: rgb(195, 0, 0);
    --color-red-80: rgb(207, 51, 51);
    --color-red-60: rgb(219, 102, 102);
    --color-red-40: rgb(231, 153, 153);
	--color-red-30: rgb(237, 179, 179);
    --color-red-20: rgb(543, 204, 204);
    --color-red-10: rgb(249, 229, 229);
    --color-orange-100: rgb(224, 79, 0);
    --color-orange-80: rgb(231, 114, 51);
    --color-orange-60: rgb(237, 149, 102);
    --color-orange-40: rgb(243, 184, 153);
	--color-orange-30: rgb(246, 202, 179);
    --color-orange-20: rgb(249, 220, 204);
    --color-orange-10: rgb(252, 237, 229);
    --color-purple-100: rgb(154, 101, 146);
    --color-purple-80: rgb(174, 132, 168);
    --color-purple-60: rgb(194, 163, 190);
    --color-purple-40: rgb(215, 193, 211);
	--color-purple-30: rgb(225, 209, 222);
    --color-purple-20: rgb(235, 224, 233);
    --color-purple-10: rgb(245, 240, 244);
    --color-teil-100: rgb(0, 128, 173);
    --color-teil-80: rgb(51, 153, 189);
    --color-teil-60: rgb(102, 179, 206);
	--color-teil-30: rgb(179, 217, 231);
    --color-teil-40: rgb(153, 204, 222);
    --color-teil-20: rgb(204, 230, 239);
    --color-teil-10: rgb(229, 242, 247);
    --color-aqua-100: rgb(65, 170, 164);
    --color-aqua-80: rgb(103, 187, 182);
    --color-aqua-60: rgb(141, 204, 200);
    --color-aqua-40: rgb(179, 221, 219);
	--color-aqua-30: rgb(198, 230, 228);
    --color-aqua-20: rgb(217, 238, 237);
    --color-aqua-10: rgb(236, 246, 246);
	--color-aqua-5: rgb(246, 251, 251);
    /*--csfontfamily: montserrat, sans-serif !important;*/
    --csfontfamily: "Whitney SSm A", "Whitney SSm B", Arial, Helvetica, Sans-Serif; /* "Gotham A", "Gotham B";*/
    /*--csfontfamily-h1: montserrat, sans-serif !important;*/
    /*--csfontfamily-h1: Gotham Bold;*/
    --csfontfamily-h1: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, Sans-Serif;
}

A:link {
    font-family: var(--csfontfamily) !important;
     color: var(--color-blue-80); 

}

A:visited {
    color: var(--color-blue-80);
}

.Normal {
    font-family: var(--csfontfamily) !important;
    color: var(--color-blue-80);
	line-height: 1.8;
}

H1 {
    font-family: var(--csfontfamily) !important;
    font-weight: 500 !important;
    color: var(--color-blue-80) !important;
}


.HeaderDefault h1 {
    font-weight: 500 !important;
    color: var(--color-blue-80) !important;
    font-size: 30px;
	margin-bottom: 8px !important;
    margin-top: 0px !important;
}

.HeaderDefault h2 {
    color: var(--color-blue-80) !important;
}


.HeaderDefault2 h1 {
    font-weight: 500 !important;
    font-size: 25px !important;
    color: var(--color-blue-80);
	    letter-spacing: normal;
    margin: 5px 0 8px 0 !important;
	line-height: 31px;
	    margin-top: 12px !important;
}

.HeaderDefaultleft h1 {
    font-weight: 600 !important;
    color: var(--color-blue-80) !important;
    /* font-size: 30px; */
	/* margin-bottom: 8px !important; */
    /* margin-top: 0px !important; */
	
	letter-spacing: normal;
    margin: 5px 0 8px 0 !important;
    line-height: 1.3em;
    color: var(--color-blue-80);
    font-size: 30px;
    font-weight: 600 !important;
    margin-block-start: 0px !important;
}

.HeaderDefaultleft h2 {
    color: var(--color-blue-80) !important;
}


.HeaderDefaultleft2 h1 {
    font-weight: 500 !important;
    font-size: 25px !important;
    color: var(--color-blue-80);
	    letter-spacing: normal;
    margin: 5px 0 8px 0 !important;
	line-height: 31px;
	    margin-top: 12px !important;
}

H2 {
    font-family: var(--csfontfamily-h1) !important;
    color: var(--color-blue-80);
}

A:hover {
    color: var(--color-teil-100);
}

/*Banner Styles Start*/
.blueSubHead {
    color: var(--color-blue-80) !important;
}

.greenPeriod {
    color: var(--color-green-100) !important;
    font-size: 150%;
    font-family: 'Oswald' !important;
}
.HeaderDefault-title h1 {
    color: #ffffff !important;
	margin-top: 20px !important;
}
.boldlines
{
	font-weight: 800 !important;
}

/* Home page cards */

.simple-section {

  margin: 40px auto;
  display: flex;
  gap: 40px;
  align-items: center;
}

/* LEFT CONTENT */
.simple-left {
  flex: 8;
  text-align: center;
}

.simple-left h1 {

    margin-bottom: 10px;
   font-weight: 600 !important;
    color: var(--color-blue-80) ;
    font-size: 30px;
	font-family: var(--csfontfamily-h1) !important;
}

.simple-underline {
  width: 120px;
  height: 2px;
  background: #2f4a73;
  margin: 10px auto 25px auto;
}

.simple-left p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* RIGHT SIDE */
.simple-right {
  flex: 5;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.simple-underline-50 {
    width: 50%;
    height: 2px;
    background: #2f4a73;
    margin: 10px auto 25px auto;
}
/* RIGHT SIDE */
.simple-right {
  flex: 5;
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* width: 80% */
}

.simple-underline-50 {
    width: 77%;
    height: 2px;
    background: #2f4a73;
    margin: 10px auto 25px auto;
}

/* ------------------------------------------
   HERO CONTAINER: let it grow on wrap
------------------------------------------- */
.homebannerimage-container {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
 
    min-height: calc(100vw * 0.184); 
    height: auto;                    
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	 margin-top: 80px;
}

/* Keep the grid wrapper able to stretch with content */
.bannercontent-wrapper {
    display: grid;
    justify-items: center;
    align-items: center;
    width: 100%;
    min-height: inherit;  
}

/* ------------------------------------------
   TITLES
------------------------------------------- */
.mainbanner-title h1 {
    color: var(--color-blue-80);
    font-weight: 600 !important;
    font-family: var(--csfontfamily-h1) !important;
    text-align: center;
	line-height: 1.4em !important;
	letter-spacing: normal;
}

.mainbanner-title span {
    font-weight: 500 !important;
    font-family: var(--csfontfamily-h1) !important;
}

/* ------------------------------------------
   SUBTITLE: normalize line boxes
------------------------------------------- */


.mainbanner-subtitle {
    padding: 10px 0;
}

/* Base subtitle styles */
.mainbanner-subtitle p {
    font-weight: 500 !important;
    color: var(--color-teil-80);
    margin: 0;
    padding: 0;
  
    line-height: 1.1;                    
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-align: center;
   
    text-wrap: balance;                  
}




/* ------------------------------------------
   DESKTOP
------------------------------------------- */
@media screen and (min-width: 1023px) {
    .mainbanner-title h1 {
        color: var(--color-blue-80) !important;
        font-size: 30px !important;
        font-family: var(--csfontfamily-h1) !important;
    }
    .mainbanner-subtitle p {
        font-size: 28px !important;
    }
}

/* ------------------------------------------
   TABLET & DOWN
------------------------------------------- */
@media screen and (max-width: 1023px) {
    .mainbanner-title h1 {
        color: var(--color-blue-80) !important;
        font-size: 24px !important;
        font-family: var(--csfontfamily-h1) !important;
    }
    .mainbanner-subtitle p {
        font-size: 20px !important;
    }
}

/* ------------------------------------------
   MOBILE
------------------------------------------- */
@media screen and (max-width: 767px) {
    .mainbanner-subtitle p {
        font-size: 18px !important;
      
        line-height: 1.05;
    }

    .homebannerimage-container {
        border: 1px solid var(--color-blue-20);
        margin-top: 0px;
        min-height: calc(100vw * 0.184);
        height: auto !important;
        margin-right: 10px;
        max-height: none;
        flex-direction: column;
    }

    .bannercontent-wrapper {
        position: relative !important;
        padding-top: 0%;
        height: auto;
        grid-template-columns: 0px 0px 1.5fr 0px !important;
    }

    .homebannerimage-textcontainer {
        padding-left: 5% !important;
        padding-right: 5% !important;
        right: 0%;
        text-align: center;
        height: inherit;
        max-height: fit-content;
    }
}

/* ===============================
   BASE
================================ */

.homebannerimage-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 320px;
}


/* Ensure image can be positioned */
.homebannerimage-container picture {
  position: absolute;
  inset: 0;
}

/* Default image behaviour (desktop/tablet) */
.homebannerimage-container img {
  width: 100%;
  height: auto;
  display: block;
}


/* Overlay content */
.bannercontent-wrapper {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: .5fr .05fr 1.5fr .05fr !important;
  align-items: center;
}

.homebannerimage-textcontainer {
  height: auto;
  max-height: none;
  overflow: visible;
}

/* ===============================
   LARGE SCREENS
================================ */

@media screen and (min-width: 1601px) {
  .homebannerimage-container {
    min-height: 360px;
  }

  .bannercontent-wrapper {
    grid-template-columns: .3fr .05fr 1.5fr .05fr !important;
  }
}

/* ===============================
   DESKTOP / LAPTOP
================================ */

@media screen and (max-width: 1600px) and (min-width: 951px) {
  .homebannerimage-container {
    min-height: 320px;
  }

  .bannercontent-wrapper {
    grid-template-columns: .5fr .1fr 1.5fr .1fr !important;
  }
  


}

/* ===============================
   TABLET
================================ */

@media screen and (max-width: 950px) and (min-width: 768px) {
  .homebannerimage-container {
    min-height: 300px;
  }

  .bannercontent-wrapper {
    grid-template-columns: 1.2fr -0.95fr 1.5fr .1fr !important;
  }
}

/* ===============================
   MOBILE (iPhone fix)
================================ */

@media screen and (max-width: 767px) {

  .homebannerimage-container {
    min-height: 420px;
  }

  .homebannerimage-container img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .bannercontent-wrapper {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 0 0 1fr 0 !important;
    align-items: center;
    padding: 32px 16px;
  }

}

/* ===============================
   iPAD HERO FIX (768–1024)
================================ */

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .homebannerimage-container {
    min-height: 420px; 
  }

  .homebannerimage-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;     
    object-position: center;
  }

  .bannercontent-wrapper {
    position: absolute;      
    inset: 0;
    align-items: center;
  }
      #dnn_headerWide2 .eds_containers_Ozone2 {
     padding-top: 0 !important;
     margin-top: 0 !important;
}
}
/* ===============================
   SHORT HEIGHT DESKTOPS (≤850px)
   Nest Hub Max / small laptops
================================ */

@media screen and (min-width: 1023px) and (max-height: 850px) {

  .mainbanner-title h1 {
    font-size: 26px !important;  
    line-height: 1.25;
  }

  .mainbanner-subtitle p {
    font-size: 22px !important;   
    line-height: 1.4;        
  }
}

/* ===============================
   SHORT HEIGHT DESKTOP FIX
   (Nest Hub Max / 1280×800)
================================ */

@media screen and (min-width: 1023px) and (max-height: 850px) {

  .homebannerimage-container .mainbanner-title h1 {
    font-size: 24px !important;
    line-height: 1.25 !important;
  }

  .homebannerimage-container .mainbanner-subtitle p {
    font-size: 20px !important;
    line-height: 1.45 !important;
  }
}
/* ===============================
   BLUE SUBTITLE ALIGNMENT FIX
   Short-height desktops
================================ */

@media screen and (min-width: 1023px) and (max-height: 850px) {

  .homebannerimage-container .mainbanner-subtitle p {
    line-height: 1.35 !important;  
    margin-top: -8px !important;    
    display: block;                
  }

  .homebannerimage-container .mainbanner-subtitle span {
    display: block;                
  }
}

/* ===============================
   LIFT HERO TEXT BLOCK
   (Nest Hub Max / short height)
================================ */

@media screen and (min-width: 1023px) and (max-height: 850px) {

  .homebannerimage-textcontainer {
    margin-top: -75px;   
  }

}
/* ===============================
   LIMIT HERO TEXT WIDTH (LARGE SCREENS)
   Prevent over-expansion
================================ */

/* ===============================
   LAPTOPS: allow full width text
   (one-row headline)
================================ */

@media screen and (min-width: 951px) and (max-width: 1399px) {

  .homebannerimage-textcontainer {
    max-width: none; 
  }
}

/* ===============================
   LARGE DESKTOPS: limit expansion
   (prevent ultra-wide stretching)
================================ */

@media screen and (min-width: 1400px) {

  .homebannerimage-textcontainer {
    max-width: 950px;  
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* ===============================
   LAPTOP FIX: force subtitle into ONE ROW
================================ */

@media screen and (min-width: 951px) and (min-height: 700px) {

  .homebannerimage-container .mainbanner-subtitle p {
    display: flex;           
    flex-wrap: nowrap;         
    gap: 16px;                   
    justify-content: center;
    align-items: center;
  }

  .homebannerimage-container .mainbanner-subtitle span {
    display: inline !important;   
  }
}
.homebannerimage-container img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainbanner-home-subtitle {
    color: #3a8db8 !important;         /* stronger blue (adjust if needed) */
    font-size: 22px !important;       /* increase size */
    font-weight: 500 !important;        /* slightly bolder */
    line-height: 1.5 !important;        /* better spacing */
    display: inline-block !important;   
    max-width: 700px !important;       /* control line length */
}


/*Banner Styles End*/
/*Home page Start*/
.linkButtons a:hover {
    color: white;
    background-color: var(--color-blue-100);
    -webkit-transition: color ease-in-out 300ms;
}

.linkButtons a {
    transition-property: background-color, color;
    transition-duration: 2s;
    transition-timing-function: ease;
}

/*Home page End*/

.CustomServePageText p {
    color: var(--bodytext-color) !important;
    font-weight: 300 !important;
    font-family: var(--csfontfamily) !important;
    font-size: 18px !important;
    line-height: 26px !important;
}
.CustomServePageTextBlue p {
    color: var(--color-blue-80) !important;
    font-weight: 400 !important;
    font-family: var(--csfontfamily) !important;
    font-size: 16px;
    line-height: 26px !important;
}

.CustomServePageText strong {
  font-weight: 500;
}


.CustomServePageTextBlue strong {
  font-weight: 500;
}


.title3 {
    border-bottom: 2px solid var(--color-blue-80);
}

.title3,
.title8 {
    color: var(--color-blue-80);
}


.boxMainText h3 {
    color: var(--color-blue-80) !important;
    font-size: 18px;
}

#dynamicDescription {
    color: var(--color-blue-80) !important;
}

.author {
    display: none !important;
}

/*Blog end*/
/*Resources Discussion Groups Start*/
.resources-blurb p {
    color: var(--bodytext-color) !important;
}

.BannerContent h2 {
    font-size: 24px;
    color: var(--color-blue-80) !important;
    font-family: var(--csfontfamily) !important;
}

.boxHeading h1 {
    color: var(--text-white-color) !important;
}

/*Resources Discussion Groups End*/

/*Top Menu start*/
#dnnMenu>ul>li>a>span {
    color: var(--color-blue-80) !important;
}

/*Top Menu End*/


div,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: var(--csfontfamily) !important;
}

h1 {
    font-family: var(--csfontfamily-h1) !important;
}

.HeaderDefault h1 {
    font-family: var(--csfontfamily-h1) !important;
    font-style: normal;
    font-weight: 600 !important;
}

.HeaderDefaultleft h1 {
    font-family: var(--csfontfamily-h1) !important;
    font-style: normal;
    font-weight: 600 !important;
	text-align: left;
}

.HeaderDefaultleft h2 {
      font-family: var(--csfontfamily-h1) !important;
    /* margin-bottom: 8px !important; */
    /* margin-top: 0px !important; */
    letter-spacing: normal !important;
    margin: 18px 0 6px 0 !important;
    line-height: 25px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
}

.HeaderDefaultleft h2,h3 {
	 font-family: var(--csfontfamily-h1) !important;
}

.HeaderDefaultleft p {
	color: var(--color-blue-80) !important;
    font-weight: 400 !important;
    font-family: var(--csfontfamily) !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    /* margin: 1rem auto 0; */
    margin: 0 0 6px !important;
}

.HeaderDefaultleft ul,ol {
	margin-left: 20px !important;
    padding-left: 20px !important;
    list-style-type: square !important;
	margin-top: 0 !important;
    margin-bottom: 10px !important;
}



.HeaderDefaultleft li {
	color: var(--color-blue-80) !important;
    font-weight: 400 !important;
    font-family: var(--csfontfamily) !important;
    font-size: 16px;
    line-height: 1.3;
    margin: 1rem auto 0;
    margin: 0 0 7px;
    padding-left: 9px;
    list-style-position: outside;
}
.HeaderDefaultleft li::marker {
    font-size: 16px;
color: var(--color-red-100);
}

.servicesblack {
	color: #000000 !important;
}

.HeaderDefault h2,
h3 {
    font-family: var(--csfontfamily-h1) !important;
}

.HeaderDefault1 h1 {
    font-family: var(--csfontfamily-h1) !important;
}

.HeaderDefault1 h2,
h3 {
    font-family: var(--csfontfamily-h1) !important;
}

.HeaderDefault2 h1 {
    font-family: var(--csfontfamily-h1) !important;
}

.HeaderDefault2 h2,
h3 {
    font-family: var(--csfontfamily-h1) !important;
}

.FooterLinks a {
    font-family: var(--csfontfamily) !important;
}

.CommandButton,
.Head,
.Normal,
.NormalBold,
.NormalDisabled,
.NormalRed,
.NormalTextBox,
.SubHead,
.SubSubHead,
a:hover,
a:link,
a:visited,
body,
input,
table,
td,
th {
    font-family: var(--csfontfamily) !important;
}



/*Service page New Sections*/

.FS_box #tab-item-0 {
    background-color: var(--color-blue-80);
}

#tab-item-0-span {
    color: white !important;
}

.FS_box ul.resp-tabs-list .tab-item {
    /*background-color: #BCBDBD;*/
    background-color: var(--color-blue-80);
}

.FS_box {
    margin-top: 20px;
    margin-bottom: 40px;
}

.FS_box .resp-tabs-list {
    
    display: flex;       
    justify-content: flex-start;  

}

.FS_box .resp-tabs-list {
 
 display: flex;       
    justify-content: flex-start;  /* keeps tabs left-aligned */

}

.FS_box .horizontalTab_Top_2 ul.resp-tabs-list li {
    max-width: 25%;
    margin-right: 0px;
    width: 25%;
    float: left;
    list-style: none;
    border: 1px solid #ececec;
    border-bottom: none;
    background-color: var(--color-grey-20);
}


.FS_box .horizontalTab_Top_2 ul.resp-tabs-list li span {
    padding: 10px 0px;
    padding-right: 1px;
    font-size: 18px;
    padding-top: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.FS_box ul.resp-tabs-list .tab-item span {
    height: 55px;
    text-align: center;
    padding-right: 12px;
    border: none;
    display: block;
    white-space: normal;
    cursor: pointer !important;
    color: var(--color-blue-100) !important;
}

.FS_box {
   
    width: 100%;
    max-width: 1140px;  /* optional, keep your page layout */
    margin: 0 auto;

}

.boxItem {
    margin-top: 10px;
}

.boxHide {
    display: none;
}

.BoxSelectedItem {
    display: block;
}

.horizontalTab_Top_2 {
    padding-bottom: 0px;
}

.FS_col {
    display: inline-block;
    position: relative;
    border: 2px solid #e8e8e8;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 13px;
	    max-height: 650px;
    height: 650px;
}

.FS_col2 {
    display: inline-block;
    position: relative;
    border: 2px solid #e8e8e8;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 13px;
	
}


.FS_col_4 {
    width: 25%;
    padding: 0px;
}

.FS_col_4 h1,
.FS_col_4 p,
.FS_col_4 ul {
    padding: 0px 10px;
}

.FS_col_4 img,
.FS_col_4 a,
.FS_col_4 li {
    padding: 0;
}

.FS_col h1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #0e8fb1;
    font-weight: 400 !important;
    padding: 16px;
}
.FS_col2 h1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #0e8fb1;
    font-weight: 400 !important;
    padding: 16px;
}

.FS_col p.listLabel {
    margin-bottom: 8px;
    font-weight: 600;
    word-break: normal;
    unicode-bidi: embed;
    font-size: 16px;
    text-align: left;
}
.FS_col2 p.listLabel {
    margin-bottom: 8px;
    font-weight: 600;
    word-break: normal;
    unicode-bidi: embed;
    font-size: 16px;
    text-align: left;
}

.FS_col li {
    margin-bottom: 10px;
    color: #005e9d !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.FS_col2 li {
    margin-bottom: 10px;
    color: #005e9d !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.box_content {
    display: flex;
    flex-direction: row;
}

.FS_col img {
    width: 100%;
    border: 1px solid #e8e8e8;
}

.FS_col2 img {
    width: 100%;
    border: 1px solid #e8e8e8;
}



.FS_intro {
    padding: 5px 15px;
    color: var(--color-grey-100);
}

.FS_intro p {
    font-weight: 600;
}



.servicesimagediv {
    display: flex;
    flex-direction: column;
}

.servicesimagediv .textoverserviceimage {
    color: var(--color-blue-100) !important;
    background-color: var(--color-grey-20);
}

.FS_col img {
    border: none !important;
}

.FS_col2 img {
    border: none !important;
}

.textoverserviceimage {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    padding: 5px;
}

.serviceswrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.servicestextcontainer {
    padding: 15px 15px 5px 15px;
    line-height: 41px;
    min-height: 130px;
	
}

.servicestextcontainer p {
   	color: var(--bodytext-color) !important;
	font-weight: 400 !important;
    font-family: var(--csfontfamily) !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    /* margin: 1rem auto 0; */
    margin: 0 0 6px !important;
	
}

.servicestextcontainer li,ol {
   	color: var(--bodytext-color) !important;
	
}
.leftservicecontainer {
	text-align: left;
  
}

.servicestextcontainer span {
	color: #000000 !important;
    /* color: var(--color-blue-80); */
    font-weight: 300;
}

.servicepagetabcontent_wrapper {
    display: grid;
    grid-template-columns: .7fr 1.8fr;
    padding: 4px 25px 20px 25px;
    align-items: center;
	border: 1px solid rgb(205, 206, 208) !important;
}

.servicepagetabcontent_item1_contenttitle {
    grid-column: span 2;
}

.servicepagetabcontent_item1_contenttitle p {
    color: var(--bodytext-color);
    font-weight: 400 !important;
    font-family: var(--csfontfamily) !important;
    font-size: 16px;
    line-height: 26px !important;
	text-align: left;
}

.servicepagetabcontent_item2_contentimage img {
    width: 95%;
}

.servicepagetabcontent_item3_contentdetail {
    color: var(--bodytext-color);
    font-weight: 300 !important;
    font-family: var(--csfontfamily) !important;
    font-size: 16px;
    line-height: 24px;
	text-align: left !important;
}

.servicepagetabcontent_item3_contentdetail b, strong {
	font-weight: 500 !important;
}


.servicepagetabcontent_item3_contentdetail p {
    font-weight: 400;
}

.servicetab_container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.FS_box ul.resp-tabs-list .tab-item span {
    color: var(--color-blue-100);
    font-weight: 600;
}

.servicepagetabcontent_item3_contentdetail ul {
    padding-left: 20px;
	 margin-left: 20px;
}
.servicepagetabcontent_item3_contentdetail li {
  
   margin-bottom: 6px;     /* Optional: spacing between bullet points */
    line-height: 1.4;       /* Improves readability */

}
/* --- Tabs: keep every label on one line, fit inside 25% --- */
.FS_box .horizontalTab_Top_2 ul.resp-tabs-list li.tab-item,
.FS_box .horizontalTab_Top_2 ul.resp-tabs-list li {
    width: 25% !important;
    max-width: 25% !important;
    box-sizing: border-box !important;
}

/* Stronger selector than your existing rule */
.FS_box .horizontalTab_Top_2 ul.resp-tabs-list li.tab-item > span,
.FS_box .horizontalTab_Top_2 ul.resp-tabs-list li > span,
.FS_box ul.resp-tabs-list li.tab-item > span {
    /* sizing */
    height: 46px !important;           
    line-height: 46px !important;      
    padding: 0 6px !important;

    /* typography */
    font-size: 15px !important;
    font-weight: 600 !important;
    color: var(--color-blue-100) !important;

   
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

    /* layout */
    display: block !important;          
    text-align: center !important;
}



/* Ensure the bar height matches the span height */
.FS_box .resp-tabs-list {
    height: 46px !important;
}
/* --- Three-tab layout helper --- */
.FS_box .horizontalTab_Top_2 ul.resp-tabs-list.three-tabs {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    height: 46px !important; 
    gap: 0; 
}

/* Each tab takes exactly one third of the row */
.FS_box .horizontalTab_Top_2 ul.resp-tabs-list.three-tabs > li {
    flex: 0 0 calc(100% / 3) !important;   
    max-width: calc(100% / 3) !important;
    width: calc(100% / 3) !important;
    box-sizing: border-box !important;
    float: none !important;   
}

/* Make the label fit on one line and center it */
.FS_box .horizontalTab_Top_2 ul.resp-tabs-list.three-tabs > li > span,
.FS_box .horizontalTab_Top_2 ul.resp-tabs-list.three-tabs > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    height: 46px !important;
    line-height: 1 !important;
    padding: 0 8px !important;

    font-size: 15px !important;
    font-weight: 600 !important;

    white-space: nowrap !important;       
    overflow: hidden !important;          
    text-overflow: ellipsis !important;   
}


/*Home page New Square Button*/
.btnreadmore a:hover {
    color: var(--color-teil-80);
    color: white;
    background-color: var(--color-blue-100);
    -webkit-transition: color ease-in-out 300ms;
    border: 1px solid var(--color-blue-80) !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px;
    text-decoration: none !important;
}

.btnreadmore a {
    transition-property: background-color, color;
    padding: 15px;
    background-color: white;
    border: 1px solid;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
}

.btnreadmore {
    margin-top: 20px;
}

.linkButtons div a {
    font-weight: 500 !important;
    border-radius: 5px;
}

.mainBtn {
    border: 1px solid var(--color-blue-80) !important;
    font-size: 18px !important;
}

.textorange {
    color: var(--color-orange-80);
}
.textblue {
    color: var(--color-blue-80);
	font-weight:550 !important;
}

/*Home page New Square Button End*/





/*************New SignUp Page*************/
.signupimagecontainer {
    background-color: var(--color-teil-80);
    font-family: var(--csfontfamily) !important;
}

.signupimagewrapper {
    background-color: var(--color-aqua-80);
    min-height: 880px;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
}

#LiveForm11683 .Checkbox label {
    display: inline;
}

#LiveForm11683 input[type="text"],
textarea {
    padding-left: 5px !important;
}

#LiveForm11683 .Checkbox label.error {
    color: var(--color-red-100);
    font-weight: 600 !important;
    font-size: 11px;
}


.signupcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.signupwrapper p {
    color: rgb(88, 89, 91);
    margin-left: 10px;
    margin-right: 10px;
}

.signupcontainer div ul,
li,
p,
a {
    font-family: var(--csfontfamily) !important;
	
}

.linotbold {
	font-weight: 300 !important;
	text-align: left;
}

.leftlist {
font-weight: 300 !important;
	text-align: left !important;
font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.signupwrapper .heading-banner {
    background-repeat: no-repeat;
}

.signupwrapper {
    max-width: 540px;
    margin-bottom: 30px;
    background-color: var(--color-purple-40);
    box-shadow: 10px 10px 5px var(--color-grey-40);
    border-radius: 25px;
	
}

.meetourteamwrapper {
    max-width: 540px;
    margin-bottom: 30px;
    background-color: var(--color-teil-40);
    box-shadow: 10px 10px 5px var(--color-grey-40);
    border-radius: 25px;
    padding: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.contactusbyphonewrapper {
    max-width: 540px;
    margin-bottom: 30px;
    background-color: var(--color-aqua-40);
    box-shadow: 10px 10px 5px var(--color-grey-40);
    border-radius: 25px;
    padding: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}


/*.signupcontainer .heading-banner h1 {
    padding-top: 20px;
    width: 92%;
    margin: auto;
    text-align: center;
    font-weight: 800 !important;
    padding-bottom: 15px;
}*/



.signuptextpadding {
    padding: 0px 30px 30px 30px;
}

.signuptextpadding ul li:before {
    content: '\2713';
    display: inline-block;
    padding: 0 14px 0 0;
}

.signuptextpadding ul li {
    list-style-type: none;
    color: rgb(88, 89, 91);
    font-size: 16px;
    padding-left: 5px;
}

.signuptextpadding ul {
    padding-left: 30px;
}

.LiveForm.Custom .First.Heading {
    background-color: var(--color-blue-80) !important; 
	/* background-color: var(--color-grey-20) !important; */
}

.LiveForm.Custom input[type="submit"] .LiveForm.Custom ul.page-break-section {
    border: 2px solid var(--color-grey-80) !important;
}

.LiveForm.Custom .First.Heading {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
}

.LiveForm.Custom input[type="submit"] {
    border-radius: 8px !important;
    background-color: transparent !important;
}

.LiveForm.Custom .Field.mobile-under textarea {
    width: 100% !important;
    min-height: 60px;
}

#Heading_11683_1 {
    font-size: 25px;
}

@media screen and (min-width:991px) {
    .signupmargintop {
        margin-top: 100px;
    }
}

@media screen and (max-width:991px) {

    .signupwrapper,
    .meetourteamwrapper,
    .contactusbyphonewrapper {
        max-width: 710px;

    }

    .signupmargintop {
        margin-top: 20px;
    }
}

@media screen and (max-width:500px) {
    .signupwrapper .heading-banner {}

    .signupwrapper,
    .meetourteamwrapper,
    .contactusbyphonewrapper {
        max-width: 540px;
    }
}

/*************New SignUp Page End*************/




/* ====== CTA block ====== */


/* Wrapper */
.cta-wrapper {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: stretch;
  padding: 10px 0 35px;
  flex-wrap: wrap;                 
}
.cta-servicewrapper {
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: stretch;
    padding: 30px 0 9px;
    flex-wrap: wrap;
}
/* Card */
.cta-card {
  background: var(--color-aqua-5);            
  color: var(--color-blue-80) !important; 
  border: 1px solid var(--color-grey-30);      
  border-radius: 4px;            
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  max-width: 425px;
  flex: 1 1 340px;

  /* inner spacing tuned */
  padding: 24px 28px 24px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;             
  transition: box-shadow 160ms ease, transform 160ms ease;
}


.cta-card--primary {
  background: var(--color-grey-10);     
}

.cta-cardsec {
  background: var(--color-blue-80);            
  color: var(--color-white-text) !important; 
  border: 1px solid var(--color-grey-20);      
  border-radius: 4px;            
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  max-width: 425px;
  flex: 1 1 340px;

  /* inner spacing tuned */
  padding: 24px 28px 24px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;             
  transition: box-shadow 160ms ease, transform 160ms ease;
}
/* Card */
.cta-cardservices {
  background: var(--color-grey-10);            
  color: var(--color-blue-80) !important; 
  border: 1px solid var(--color-grey-20);      
  border-radius: 4px;            
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  max-width: 467px;
  flex: 1 1 340px;

  /* inner spacing tuned */
  padding: 24px 28px 24px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;             
  transition: box-shadow 160ms ease, transform 160ms ease;
}
.cta-card p,
.cta-desc {
    max-width: 36ch;      
    margin-left: auto;
    margin-right: auto;
}

.cta-cardsec p,
.cta-descsec {
    max-width: 36ch;      
    margin-left: auto;
    margin-right: auto;
}
@media (hover: hover) and (pointer: fine) {
  .cta-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
  }
}
@media (max-width: 768px) {
  .cta-wrapper {
    gap: 20px;
    padding: 24px 0;
  }
  .cta-card {
    padding: 20px;
  }
  .cta-title { font-size: 18px; }
  .cta-titlesec { font-size: 18px; }
  .cta-desc { font-size: 15px; }
   .cta-descsec { font-size: 15px; }
  .cta-btn  { font-size: 15px; padding: 11px 18px; }
  
}


/* Title */
.cta-title {
  margin: 0;                       
  color: inherit;                 
  font-weight: 600;
  font-size: 22px;                
  line-height: 1.25;
  margin-top: 0;
   font-family: var(--csfontfamily-h1) !important;
   
}

.cta-titlesec {
  margin: 0;                
  color: var(--color-white-text);                 
  font-weight: 600;
  font-size: 22px;                
  line-height: 1.25;
  margin-top: 0;
   font-family: var(--csfontfamily-h1) !important;
   /* margin-left: -25px; */
    /* margin-right: -25px; */
}
/* Title */
.cta-titleservices {
  margin: 0;                       
  color: inherit;                 
  font-weight: 800;
  font-size: 22px;                
  line-height: 1.25;
  margin-top: 0;
   font-family: var(--csfontfamily-h1) !important;
   text-align: start;
}


.headingh1-underlinecta-50 {
  width: 56px;                     
  height: 2px;
   background: var(--color-blue-100); 
   opacity: 0.8;
   margin: 3px auto 4px auto;
   border-radius: 989px;
   outline: none;
}

.headingh1-underlinecta-56 {
  width: 214px;                     
  height: 2.5px;
   background: var(--color-blue-100); 
   opacity: 0.8;
   margin: 3px auto 4px auto;
   border-radius: 989px;
   outline: none;
}
.headingh1-underlinecta-45 {
  width: 110px;                     
  height: 2.5px;
   background: var(--color-blue-100); 
   opacity: 0.8;
   margin: 3px auto 4px auto;
   border-radius: 989px;
   outline: none;
}

.headingh1-underlinecta-103 {
  width: 103px;                     
  height: 2.5px;
   background: var(--color-blue-100); 
   opacity: 0.8;
   margin: 3px auto 4px auto;
   border-radius: 989px;
   outline: none;
}

 .headingh1-underlinectasec-56 {
   width: 230px;                      
   height: 2px; 
    background: var(--color-white-text) !important; 
    opacity: 0.8; 
    margin: 5px auto 6px auto; 
    border-radius: 989px; 
    outline: none; 
 } 

 .headingh1-underlinectasec-50 {
   width: 118px;                      
   height: 3px; 
    background: var(--color-white-text) !important; 
    opacity: 0.8; 
    margin: 5px auto 6px auto; 
    border-radius: 989px; 
    outline: none; 
 } 
  .headingh1-underlinectasec-30 {
   width: 95px;                      
   height: 3px; 
    background: var(--color-white-text) !important; 
    opacity: 0.8; 
    margin: 5px auto 6px auto; 
    border-radius: 989px; 
    outline: none; 
 } 



.headingh1-underlinectaservices-50 {
  width: 305px;                     
  height: 2px;
   background: var(--color-blue-100); 
   opacity: 0.8;
   margin: 3px 175px 4px auto;
   border-radius: 989px;
   outline: none;
}
.headingh1-underlinectaservices-20 {
  width: 177px;                     
  height: 2px;
   background: var(--color-blue-100); 
   opacity: 0.8;
   margin: 3px 175px 4px 3px;
   border-radius: 989px;
   outline: none;
}
.headingh1-underlinectaservices-30 {
  width: 237px;                     
  height: 2px;
   background: var(--color-blue-100); 
   opacity: 0.8;
   margin: 3px 175px 4px auto;
   border-radius: 989px;
   outline: none;
}

.cta {
  text-align: center;             
  padding: 24px 16px;             
}

.cta h2 {
  margin: 0 0 8px;
}

.cta-desc {
  margin-top: 0;
  margin-bottom: 24px;
  color: inherit;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  max-width: 45ch;               
  margin-inline: 22px auto;         
  text-wrap: pretty;   
font-family: var(--csfontfamily-h1) !important;  
   /*text-wrap: balance; */
}

.cta-descsec {
  margin-top: 0;
  margin-bottom: 1px;
  color: var(--color-white-text);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  max-width: 45ch;               
  margin-inline: 22px auto;         
  text-wrap: pretty;   
font-family: var(--csfontfamily-h1) !important;  
   /*text-wrap: balance; */
}
.cta-descservices {
  margin-top: 0;
  margin-bottom: 24px;
  color: inherit;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  max-width: 45ch;               
  margin-inline: 22px auto;         
  text-wrap: pretty;              
   /*text-wrap: balance; */
}

.cta-card p,
.cta-desc {
    max-width: 44ch;       
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.35;    
}

.cta-cardsec p,
.cta-descsec {
    max-width: 44ch;       
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.35;    
}


.cta-cardservices p,
.cta-descservices {
    max-width: 50ch;       
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 1.35;    
}


.cta-card p {
  margin-top: 6px;
    margin-bottom: 0px;
    color: inherit;
    line-height: 1.35;
    font-weight: 400;
	
	
}

.cta-cardservices p {
  margin-top: 15px;
    margin-bottom: 10px;
    color: inherit;
    line-height: 1.3;
    font-weight: 400;
	
	
}

.cta-card > *:last-child {
  margin-bottom: 0 !important;
}
.cta-cardservices > *:last-child {
  margin-bottom: 0 !important;
}
/* Button */
.cta-btn {
  display: inline-block;
  padding: 8px 32px;
  border-radius: 6px;            
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  transition: transform 0.05s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  margin-top: 12px;                
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
 align-self: flex-end !important;

}

.cta-btn:active { transform: translateY(1px); }

/* Primary left (orange with navy text) */
.cta-btn--primary {
  background: var(--color-orange-80);            
  color: var(--color-white-100) !important;       
  
}

/* Primary right (teal with white text) */
.cta-btn--secondary {
  background: var(--color-aqua-80);            
  color: var(--color-white-100) !important;       
  
}

/* Mild hover brighten */
.cta-btn--primary:hover,
.cta-btn--secondary:hover {
  filter: brightness(1.05);
}




.cta-btn1 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 4px 2px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-blue-100); 
  position: relative;
  text-decoration: none !important;  
  cursor: pointer;
 
  margin-left: auto !important;  
  text-align: right !important;  

}
.cta-btnsec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 4px 2px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-white-text) !important; 
  position: relative;
  text-decoration: none !important;  
  cursor: pointer;
 
  margin-left: auto !important;  
  text-align: right !important;  

}

/* Kill any inherited underline on hover/focus */
.cta-btn1:hover,
.cta-btn1:focus {
  text-decoration: none !important;
}

.cta-btnsec:hover,
.cta-btnsec:focus {
  text-decoration: none !important;
}

/* Dynamic underline (shows by default) */
.cta-btn1::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -1px;
  width: 97%;
  height: 3px;
  background: var(--color-orange-80);
  border-radius: 2px;
  transition: opacity 0.25s ease;
  opacity: 1;
}
.cta-btnsec::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -1px;
  width: 97%;
  height: 3px;
  background: var(--color-orange-80);
  border-radius: 2px;
  transition: opacity 0.25s ease;
  opacity: 1;
}

/* Hover removes the underline (vanishes smoothly) */
.cta-btn1:hover::after {
  opacity: 0;
}

.cta-btnsec:hover::after {
  opacity: 0;
}


.cta-btn1:hover {
  opacity: 0.8;
}

.cta-btnsec:hover {
  opacity: 0.8;
}

.arrow-icon {
  display: inline-block;
  margin-left: 4px;

  width: 22px;
  height: 22px;

  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}


.cta-btn1:active { transform: translateY(1px); }
.cta-btnsec:active { transform: translateY(1px); }


 .cta-btn--primary1 {
     
  
}



.cta-align-rightfor50 {
  display: flex;
  justify-content: flex-end;
  margin-right: 70px;
}
.cta-btn2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 4px 2px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-blue-100); 
  position: relative;
  text-decoration: none !important;  
  cursor: pointer;
}

/* Kill any inherited underline on hover/focus */
.cta-btn2:hover,
.cta-btn2:focus {
  text-decoration: none !important;
}

/* Dynamic underline (shows by default) */
.cta-btn2::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -1px;
  width: 97%;
  height: 3px;
  background: var(--color-aqua-80); 
  border-radius: 2px;
  transition: opacity 0.25s ease;
  opacity: 1;
}

/* Hover removes the underline (vanishes smoothly) */
.cta-btn2:hover::after {
  opacity: 0;
}


.cta-btn2:hover {
  opacity: 0.8;
}
.cta-btn--secondary1 {
   
  
}

/* Mild hover brighten */
.cta-btn--primary1:hover,
.cta-btn2--secondary1:hover {
  filter: brightness(1.05);
}


.cta-support p {
  margin-top: 0;
  margin-bottom: 16px;             
  color: var(--color-grey-80);                   
  line-height: 1.45;
}


@media (max-width: 560px) {
  .cta-wrapper { gap: 20px; }
  .cta-card { padding: 24px; }
}
/* Layout wrapper for the two CTAs */
.cta-row {
  display: flex;
  align-items: center;
  gap: 1rem;                 
  margin-top: 0.5rem;
  padding: 17px 13px 8px;      
  flex-wrap: wrap;            
  width: 100%;
  box-sizing: border-box;
}


.cta-row > a:last-of-type {
  margin-left: auto;
}


@media (max-width: 600px) {
  .cta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;

    
    padding: 17px 13px 45px; 
  }

  .cta-row > a:last-of-type {
    margin-left: 42px;           
  }
}
.cta-card {
  display: flex !important;
  flex-direction: column !important;
}
.cta-cardservices {
  display: flex !important;
  flex-direction: column !important;
}

.cta-actions {
  display: flex !important;
  justify-content: flex-end !important;
  margin-top: auto !important;       
}



/************ MODERN BLOCKED FAQs SECTION *************/
.faq-section {
  margin: 25px auto;
  max-width: 1200px;
  font-family: inherit;
}

/* Category header titles */
.faq-group-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-blue-80, #002D62);
  margin: 35px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #ddd;
}

/* Individual FAQ block containers mimicking screenshot */
.faq-item { 
  background-color: #f7f7f7; /* Soft grey block background */
  margin-bottom: 10px;        /* White background separation gap line */
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: all 0.2s ease;
}

.faq-item:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Header Trigger Button styling */
.faq-question {
  width: 100% !important;
  background: transparent !important; 
  border: none !important;
  padding: 18px 20px !important;
  font-size: 16px !important;
  text-align: left !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  color: var(--color-blue-80, #1e3a8a) !important; 
  font-weight: 600 !important;
}

.faq-question:hover,
.faq-question[aria-expanded="true"] {
  color: var(--brand-primary, #005bbb) !important;
}

/* Text elements styling inside the button */
.faq-text {
  line-height: 1.4;
}

.faq-icon {
  font-size: 20px;
  font-weight: bold;
  color: var(--brand-primary, #005bbb);
  display: inline-block;
  min-width: 15px;
  text-align: center;
}

/* Dynamic slider panel rules */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
  padding: 0 20px;
  background-color: #ffffff; /* Clean interior backdrop contrast */
}

/* Text contents adjustments inside panels */
.faq-answer p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--bodytext-color, #4a5568);
  font-weight: 400;
  padding: 15px 0;
  margin: 0;
}

.faq-answer p + p {
  padding-top: 0; /* Tight spacing buffer for subsequent elements */
}

/* --- FORCE ITALICS FOR EM TAGS --- */
.faq-answer em {
    font-style: italic !important;
}

/************ FAQs Section end *************/


.dashboard-img {
  border: 1px solid #d3d3d3; 
  float: left;               
  margin: 10px 16px 10px 0;  
}

.dashboard-img2 {
  border: 1px solid var(--color-grey-20);
  float: right;
  margin: 20px 12px 10px 0;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}



.dashboard-img3 {
  border: 1px solid var(--color-grey-20); 
  float: inline-end;               
  margin: -70px 16px 67px 16px;  
}
.dashboard-img5 {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  width: 100%;
  height: auto;
  border: 1px solid #d3d3d3;
  margin-top: 30px;	   
}
.dashboard-img6 {
  border: 1px solid var(--color-grey-20); 
  float: inline-end;              
  margin: 0px -20px 10px 0;
}
.dashboard-img7 {
  border: 1px solid var(--color-grey-20);
  max-width: 80%;
  height: auto;
  display: block;
  float: right;
  margin: 11px 140px 11px 11px;
}



/************Underline Section*************/
.headingh2-underline {
    border-top: 2px solid var(--color-white-text) !important;
    margin-left: auto;
    margin-right: auto;
    height: 0px;
    padding-bottom: 0px;
}
.headingh1-underline {
    border-top: 2px solid var(--color-blue-80) !important;
    margin-left: auto;
    margin-right: auto;
    height: 0px;
    padding-bottom: 20px;
}
.headingh1-underlineleft {
   
    border-top: 2px solid var(--color-blue-80) !important;
    width: 20%;
    /* max-width: 120px; */
    margin: 0;
    padding-bottom: 20px;
	margin-left: 13px;
    margin-right: 0;

}
.headingh1-underlineleftwhite {
   
    border-top: 2px solid var(--color-white-100) !important;
    width: 20%;
    /* max-width: 120px; */
    margin: 0;
    padding-bottom: 20px;
	margin-left: 13px;
    margin-right: 0;

}
.headingh1-underlineleft-10percent {
    width: 10% !important;
}
.headingh1-underlineleft-15percent {
    width: 15% !important;
}
.headingh1-underlineleft-25percent {
    width: 25% !important;
}
.headingh1-underlineleft-20percent {
    width: 20% !important;
}
.headingh1-underlineleft-30percent {
    width: 30% !important;
}
.headingh1-underlineleft-38percent {
    width: 38% !important;
}
.headingh1-underlineleft-35percent {
    width: 35% !important;
}

.headingh1-underlineleftwhite-35percent {
    width: 27% !important;
}

.headingh1-underlineleft-60percent {
    width: 60% !important;
}
.headingh1-underlineleft-40percent {
    width: 40% !important;
}
.headingh1-underlineleft-48percent {
    width: 48% !important;
}
.headingh1-underlineleft-50percent {
    width: 50% !important;
}
.headingh1-underlineleft-55percent {
    width: 55% !important;
}
.headingh1-underlineleft-60percent {
    width: 60% !important;
}
 
.headingh1-underlineleft-70percent {
    width: 70% !important;
}
.headingh1-underlineleft-80percent {
    width: 80% !important;
}

.headingh1-underlineleft-90percent {
    width: 90% !important;
}
 
 
.headingh1-underline-20percent {
    width: 20% !important;
}
.headingh1-underline-10percent {
    width: 10% !important;
}
.headingh1-underline-30percent {
    width: 30% !important;
}

.headingh1-underline-50percent {
    width: 50% !important;
}
.headingh1-underline-40percent {
    width: 40% !important;
}
.headingh1-underline-35percent {
    width: 35% !important;
}


.headingh2-underline-40percent {
	border-top: 2px solid var(--color-white-text) !important;
    margin-left: auto;
    margin-right: auto;
    height: 0px;
    padding-bottom: 0px;
    width: 29% !important;
}
.headingh1-underline-60percent {
    width: 60% !important;
}

.headingh1-underline-70percent {
    width: 70% !important;

}

.headingh1-underline-80percent {
    width: 80% !important;
}

.headingh1-underline-90percent {
    width: 90% !important;
}


.headingh1-underline-100percent {
    width: 70% !important;

}

.headingh1-underline-enpercent {
    width: 50% !important;
}

.headingh1-underline-btpercent {
	 width: 39%;
}
.headingh1-underlineleft-51percent {
    width: 51%;
}



/************Underline Section End*************/


.customserve-section .customserve-section-content h1 {
    max-width: 26ch;
    margin: 0 auto;
    text-align: center;
    text-wrap: balance;
}

.customserve-section .customserve-section-content .headingh1-underline,
.customserve-section .customserve-section-content .headingh1-underline-70percent {
    width: 60%;
    margin: 0.75rem auto;
}

.customserve-section .customserve-section-content .CustomServePageText p  .CustomServePageTextBlue p {
    max-width: 34ch;
    margin: 1rem auto 0;
    text-align: center;
    line-height: 1.6;
}




div,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: var(--csfontfamily) !important;
}



/************CustomServePricingSection************/
.customservepricingsectionscontainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2%;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-top: 20px;
	border-radius: 6px !important;
     
}

.customservepricingbottomsection img {
    height: 100%;
    width: 100%;
}

.customservepricingitems {
    display: flex;
    flex-direction: column;
    background-color: blue;
	border: 1px solid var(--color-grey-20) !important;
	border-radius: 6px;
}

.customservepricingtopsection {
    min-height: 75px;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    flex-direction: column;
	 margin-bottom: 5px;
	  margin-top: 5px;

}

.customservepricingbottomsection {
    min-height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    clip-path: polygon(0 0, 100% 23%, 100% 100%, 0% 100%);
	max-height: 467px;
}


.customservepricing_item1 {
    background-color: var(--color-purple-80);
}

.customservepricing_item2 {
    background-color: var(--color-teil-80);
}

.customservepricing_item3 {
    background-color: var(--color-aqua-80);
}

.customservepricingredirectsection {
    margin-right: 15px;
    margin-top: 10px;
	padding-bottom: 6px;
}

.customservepricingredirectsection>.mainBtn {
    background-color: transparent !important;
    color: white;
    border-color: white !important;
}

.cspricingtext p {
    padding: 0px 17px;
    font-size: 21px;
    font-weight: 600;
    color: white;
    margin: 25px 0px 0px 9px;
}

a.but {
    padding: 3px;
}

.pricingbuttonwrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
	 padding-bottom: 30px;  /* or 10px */
}



/* Strong button styling */
.customservepricingredirectsection a.anchorstyle {
    background-color: transparent !important;
    color: white !important;
    padding: 8px 14px !important;
    border: 1px solid white !important;
    font-size: 16px !important;
    font-weight: 600;
    display: inline-block;
}

/* Hover state */
.customservepricingredirectsection a.anchorstyle:hover {
    color: white !important;
    background-color: var(--color-blue-60) !important;
    border-color: white !important;
}

/************CustomServePricingSection End************/


.cs-panel {
    width: 100%;
    border: 1px dashed #cfcfcf;
    background: #ffffff;
    box-sizing: border-box;
}

.cs-panel-top {
    padding: 20px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}

.cs-panel-image img {
    width: 100%;
    display: block;
}

.cs-panel-button {
    padding: 20px;
}

.cs-readmore {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    transition: background 0.3s ease;
}

.cs-readmore:hover {
    background: rgba(255, 255, 255, 0.25);
}

/* Color themes for the 3 panels */
.cs-purple { background: #A57CA5; }
.cs-blue   { background: #2C98B6; }
.cs-teal   { background: #60B7B3; }

/************ New CustomServe Cards Section ************/

.cs3-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2%;
    margin: 20px auto 18px auto;
    justify-content: center;
}

.cs3-card {
    background-color: var(--color-grey-10) !important; 
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
    color: white;
    height: 100%; 
}

.cs3-card-image img {
    width: 100%;
    height: auto;
    display: block;
}

.cs3-card-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
}


.cs3-card-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    color: var(--color-blue-80) !important;
    flex-grow: 1; 
}

.cs3-card-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--color-blue-80) !important; 
}

.cs4-card-content p {
    font-size: 16px;
    line-height: 1.5;
     margin: 15px 24px 15px 24px;
    color: var(--color-white-text);
}

/* Button style based on the provided reference design */
.cs3-btn {
    display: inline-block;
    padding: 8px 18px;
    background-color: transparent;
    border: 1px solid #a8b6ff;
    border-radius: 4px;
    color: #a8b6ff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.cs3-btn:hover {
    background-color: #a8b6ff;
    color: var(--color-blue-80);
}

/* Optional custom tone variations (all cards now blue by request) */
.cs3-card1,
.cs3-card2,
.cs3-card3 {
    background-color: var(--color-blue-80);
}

/* Responsive layout */

/* Read More button  */


.cs3-readmore {
  display: inline-flex;            
  align-items: center;
  gap: 8px;
  padding: 12px 4px 4px;
  margin-top: auto;      
  margin-bottom: 12px;   
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-blue-80) !important;         
  position: relative;
  text-decoration: none !important;
  cursor: pointer;

  width: fit-content;
  max-width: 100%;

  align-self: flex-end; 
}

/* Keep your hover styles */
.cs3-readmore:hover,
.cs3-readmore:focus {
  text-decoration: none !important;
}

.cs3-readmore::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;                          
  bottom: -2px;                     
  height: 3px;
  background: var(--color-orange-80);
  border-radius: 2px;

  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 1;
}

.cs3-readmore:hover::after {
  transform: scaleX(0);
  opacity: 0.9;
}

.cs3-readmore:hover {
  opacity: 0.9;
}

.cs3-readmore .arrow-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 4px;
  vertical-align: middle;
  color: currentColor;
}

/* Heading band above each card's image */
.cs3-card-heading {
 
	  background-color: var(--color-blue-60); 
     color: var(--color-white-text);
    font-size: 20px;
    font-weight: 700;
    padding: 6px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
	/* border: 0.5px solid #000; */
}

.cscard3-readmore {
  display: inline-flex;            
  align-items: center;
  gap: 8px;
  padding: 4px 4px 22px;           
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-white-text) !important;         
  position: relative;
  text-decoration: none !important;
  cursor: pointer;

  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;

  align-self: self-end;
}

.cscard3-readmore:hover::after {
  transform: scaleX(0);
  opacity: 0.9;
}


.cscard3-readmore:hover {
  opacity: 0.9;
}

.cscard3-readmore .arrow-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 4px;
  vertical-align: middle;
  color: currentColor;
}

/* Active press effect */
.cscard3-readmore:active {
  transform: translateY(1px);
}


/************ END New CustomServe Cards Section ************/


/************CustomServePricingSection End************/
/************ New CustomServe service option cards ************/
.csso-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2%;
    margin: 40px auto 60px auto;
    justify-content: center;
}

.csso-card {
    background-color: var(--color-grey-10) !important; 
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
    color: white;
}

.csso-card-image img {
    width: 100%;
    height: auto;
    display: block;
}

.csso-card-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.csso-card-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--color-white-text) !important; 
}

.csso-card-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color:var(--color-white-text) !important; 
}


.csso-card-content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0;                       
  color: var(--color-white-text);
}



.csso-btn {
    display: inline-block;
    padding: 8px 18px;
    background-color: transparent;
    border: 1px solid #a8b6ff;
    border-radius: 4px;
    color: #a8b6ff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.csso-btn:hover {
    background-color: #a8b6ff;
    color: var(--color-blue-80);
}


.csso-card1,
.csso-card2,
.csso-card3 {
    background-color: var(--color-blue-80);
}



/* Read More */
.csso-readmore {
  display: inline-flex;            
  align-items: center;
  gap: 8px;
  padding: 20px 4px 0px;           
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: var(--color-white-text) !important;         
  position: relative;
  text-decoration: none !important;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;

 
  align-self: self-end;
}


.csso-readmore:hover,
.csso-readmore:focus {
  text-decoration: none !important;
}


.csso-readmore::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;                          
  bottom: -2px;                     
  height: 3px;
  background: var(--color-orange-80);
  border-radius: 2px;
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 1;
}

/* Hover removes (shrinks) the underline smoothly */
.csso-readmore:hover::after {
  transform: scaleX(0);
  opacity: 0.9;
}

/* Subtle hover fade of the label */
.csso-readmore:hover {
  opacity: 0.9;
}

/* Arrow icon spacing & alignment */
.csso-readmore .arrow-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 4px;
  vertical-align: middle;
  color: currentColor;
}

/* Active press effect */
.csso-readmore:active {
  transform: translateY(1px);
}
/* Heading band above each card's image */
.csso-card-heading {
    background-color: var(--color-grey-10);
    color: var(--color-blue-80);
    font-size: 24px;
    font-weight: 800;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
/* FIX: unify paragraph styling for card 1 */
.csso-card1 .csso-card-content p {
    font-size: 16px;
    line-height: 1.5;
    margin: 15px 0;
    color: var(--color-white-text);  
}

/* FIX: style bullet list properly */
.csso-card1 ul {
  padding-left: 24px;
  margin: 0 0 20px 0;
  list-style-position: outside; 
}

.csso-card1 ul li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  color: var(--color-white-text);
  list-style-type: "✓  ";          
}


/* --- Subheadings: identical margins for all instances --- */
.csso-subheading {
  font-weight: 700;                     
  font-size: 18px;
  color: var(--color-white-text);
  margin: 10px 0 10px 0;                
}


.csso-card-content .csso-subheading:first-child {
  margin-top: 10px;
}

/* UNIQUE CARD COLOURS + BORDER */
.csso-card1 {
    background-color: var(--color-purple-100) !important;
    border: 2px solid var(--color-grey-60) !important;
}

.csso-card2 {
    background-color: var(--color-teil-80) !important;
    border: 2px solid var(--color-grey-60) !important;
}

.csso-card3 {
    background-color: var(--color-aqua-80) !important;
    border: 2px solid var(--color-grey-60) !important;
}
/* Paragraphs inside any card */
.csso-card .csso-card-content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0px 0;
  color: var(--color-white-text);
}

/* UL spacing */
.csso-card ul {
  padding-left: 24px;
  margin: 0 0 20px 0;
  list-style-position: outside;
}

/* Tick bullets */
.csso-card ul li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  color: var(--color-white-text);
  list-style-type: "✓  ";
}

/* Marker colour/weight */
.csso-card ul li::marker {
  color: var(--color-white-text);
  font-weight: 700;
}

.csb-readmore {
  display: inline-flex;            
  align-items: center;
  gap: 8px;
  padding: 4px 4px 2px;           
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: var(--color-blue-80) !important;         
  position: relative;
  text-decoration: none !important;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;

  
  align-self: self-end;
}

.csb-readmore:hover,
.csb-readmore:focus {
  text-decoration: none !important;
}


.csb-readmore::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;                          
  bottom: -2px;                     
  height: 3px;
  background: var(--color-orange-80);
  border-radius: 2px;

  /* smooth vanish on hover */
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 1;
}


.csb-readmore:hover::after {
  transform: scaleX(0);
  opacity: 0.9;
}

/* Subtle hover fade of the label */
.csb-readmore:hover {
  opacity: 0.9;
}

/* Arrow icon spacing & alignment */
.csb-readmore .arrow-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 4px;
  vertical-align: middle;
  /* inherit color so the arrow stays white */
  color: currentColor;
}
/*************** SERVICE OPTION END****************/

/************ Blog Cards ************/

.ag-section {
    margin: 50px auto;
    max-width: 1300px;
}

.ag-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--color-blue-80);
    margin-bottom: 15px;
	margin-top: 29px;
}

.ag-intro {
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-blue-80);
    margin-bottom: 35px;
}

/* Grid layout */
.ag-cards-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

/* Card */
.ag-card {
    background: #fff;
    border: 1px solid #d7e1ea;
    border-radius: 4px;
    padding: 18px 18px 0 18px;
    display: flex;
    flex-direction: column;
}

/* Top tag */
.ag-tag {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-blue-80);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
}

.ag-tag::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: var(--color-blue-60);
    margin-top: 8px;
    border-radius: 3px;
}


.ag-date {
    font-size: 13px;
    color: #7c8a96;
    margin-bottom: 12px;
}

/* Heading link */
.ag-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    color: var(--color-blue-80);
    margin-bottom: 15px;
    display: inline-block;
}

.ag-heading:hover {
    color: var(--color-blue-50);
}

/* Image */
.ag-image {
    margin-top: auto;
}

.ag-image img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}






.p4-card {
    background: #fff;
    border: 1px solid #d7e1ea;
    border-radius: 4px;
    padding: 18px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 460px;       
    box-sizing: border-box;
}

/* Tag */
.p4-tag {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-blue-80);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 17px;
    position: relative;
}

.p4-tag::after {
    content: "";
    display: block;
    width: 100%;        
    height: 3px;
    background: var(--color-blue-60);
    margin-top: 8px;
    border-radius: 3px;
}

.p4-date {
    font-size: 13px;
    color: #7c8a96;
	
    margin-bottom: 12px;
    white-space: nowrap;     
}

/* Heading */
.p4-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    color: var(--color-blue-80);
    margin-bottom: 15px;
    display: inline-block;
}

.p4-heading:hover {
    color: var(--color-blue-50);
}

/* Image sticks to bottom */
.p4-image {
    margin-top: auto;
}

.p4-image img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}





.pba-card {
      background-color: var(--color-grey-10) !important;
    border: 1px solid #d7e1ea;
    border-radius: 4px;
    padding: 18px;
    width: 65%;
    display: flex;
    flex-direction: column;
    height: fit-content;
    box-sizing: border-box;
    margin-bottom: 20px;
}

/* Tag */
.pba-tag {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-blue-80);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 17px;
    position: relative;
}

.pba-tag::after {
    content: "";
    display: block;
    width: 100%;        
    height: 3px;
    background: var(--color-blue-60);
    margin-top: 8px;
    border-radius: 3px;
}

.pba-date {
    font-size: 13px;
    color: #7c8a96;
	
    margin-bottom: 12px;
    white-space: nowrap;     
}

/* Heading */
.pba-heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    color: var(--color-blue-80);
    margin-bottom: 15px;
    display: inline-block;
}
.pba-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    color: var(--color-blue-80);
    margin-bottom: 14px;
    display: inline-block;
}

.pba-heading:hover {
    color: var(--color-blue-50);
}

/* Image sticks to bottom */
.pba-image {
	margin-bottom: 20px;
    margin-top: auto;
}

.pba-image img {
    width: 70%;
    height: auto;
    border-radius: 2px;
}

	
	

/***************Common Styles****************/

a.anchorstyle {
    display: inline-block;  
    padding: 8px !important;
    border: 1px solid white !important;
    color: white !important;
    background: transparent !important;
    font-size: 18px !important;
}
a.anchorstyle2 {
    background-color: transparent !important;
    color: white !important;
    padding: 6px !important;
    border: 1px solid white !important;
    font-size: 12px !important;
}
a.anchorstyle3 {
    background-color: transparent !important;
    color: white !important;
    font-size: 21px !important;
	font-weight: 600 !important;
}

a.bloganchorstyle {
    background-color: transparent !important;
    color: var(--color-orange-100);
    padding: 8px !important;
    border: 1px solid var(--color-orange-100) !important;
    font-size: 18px !important;
}

.anchorparentdiv A:hover {
    color: white !important;
    background-color: var(--color-blue-60) !important;
    -webkit-transition: color ease-in-out 300ms;
}


/***************Common Styles End ****************/


.singupformheadings {
    padding-top: 20px;
    width: 92%;
    margin: auto;
    text-align: center;
    font-weight: 800 !important;
    padding-bottom: 15px;
    font-size: 28px;
}


.homecounteranchor a {
    font-size: 80px;
    font-weight: 600;
    color: white;
}

.homecounteranchor a:hover {
    text-decoration: none;
}


.homecountanchorsubtitle {
    text-align: center;
}

.homecountanchorsubtitle a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: white !important;
}

.homecountanchorsubtitle a:hover {
    text-decoration: none;
}
 
.homecounteranchor a,
.homecountanchorsubtitle a {
  text-decoration: none;
  color: white;
}

.homecounteranchor a:hover,
.homecountanchorsubtitle a:hover {
  text-decoration: none;
  color: white !important;     
}

/*Civic Cookies Start*/
#ccc-icon {
    fill: #1f497d !important;
}

#ccc[dark][slider-optin] .checkbox-toggle {
    background-color: #33527A;
    border-color: #1f497d;
}

#ccc .checkbox-toggle--slider.checkbox-toggle--dark {
    background-color: #33527A;
    border-color: #1f497d;
}

button#ccc-icon:focus {
    border: none;
    outline: none;
    opacity: 0.8;
}

#ccc-recommended-settings span,
#ccc-reject-settings span {
    font-weight: 700;
    font-size: 16px;
}

#ccc .ccc-notify-button {
    background-color: transparent !important;
    color: white !important;
    padding: 8px !important;
    border: 1px solid white !important;
    font-size: 18px !important;
}

#ccc .ccc-notify-button.ccc-accept-button {
    background-color: transparent !important;
    border-color: #fff !important;
}

#ccc .ccc-notify-button.ccc-reject-button {
    background-color: transparent !important;
    border-color: #fff !important;
}


#ccc .ccc-notify-button.ccc-accept-button:hover,
#ccc .ccc-notify-button.ccc-reject-button:hover,
#ccc .ccc-content--dark .ccc-notify-button:hover {
    color: white !important;
    background-color: var(--color-blue-60) !important;
    -webkit-transition: color ease-in-out 300ms;
}


#ccc .ccc-notify-button.ccc-accept-button span {
    background-color: transparent !important;
    color: white !important;
    font-size: 16px;
}

#ccc .ccc-notify-button.ccc-reject-button span {
    background-color: transparent !important;
    color: white !important;
    font-size: 16px;
}

#ccc .ccc-content--dark .ccc-notify-button span {
    border-color: #fff;
    color: #fff;
    font-size: 16px !important;
}


/*Civic Cookies Start*/
#ccc-icon {
    fill: #1f497d !important;
}

#ccc[dark][slider-optin] .checkbox-toggle {
    background-color: #33527A;
    border-color: #1f497d;
}

#ccc .checkbox-toggle--slider.checkbox-toggle--dark {
    background-color: #33527A;
    border-color: #1f497d;
}

button#ccc-icon:focus {
    border: none;
    outline: none;
    opacity: 0.8;
}

#ccc-recommended-settings span,
#ccc-reject-settings span {
    font-weight: 700;
    font-size: 16px;
}

#ccc .ccc-notify-button {
    background-color: transparent !important;
    color: white !important;
    padding: 8px !important;
    border: 1px solid white !important;
    font-size: 18px !important;
}

#ccc .ccc-notify-button.ccc-accept-button {
    background-color: transparent !important;
    border-color: #fff !important;
}

#ccc .ccc-notify-button.ccc-reject-button {
    background-color: transparent !important;
    border-color: #fff !important;
}


#ccc .ccc-notify-button.ccc-accept-button:hover,
#ccc .ccc-notify-button.ccc-reject-button:hover,
#ccc .ccc-content--dark .ccc-notify-button:hover {
    color: white !important;
    background-color: var(--color-blue-60) !important;
    -webkit-transition: color ease-in-out 300ms;
}


#ccc .ccc-notify-button.ccc-accept-button span {
    background-color: transparent !important;
    color: white !important;
    font-size: 16px;
}

#ccc .ccc-notify-button.ccc-reject-button span {
    background-color: transparent !important;
    color: white !important;
    font-size: 16px;
}

#ccc .ccc-content--dark .ccc-notify-button span {
    border-color: #fff;
    color: #fff;
    font-size: 16px !important;
}

/*Civic Cookies End*/


/*Home Blog section Start*/
.homeblogsectioncontainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2%;
    margin-bottom: 26px;
    justify-content: center;
}

.homeblogsectionitems {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.homeblogsectionbottomsection {
    background-color: var(--color-teil-60);
    border-top: 15px solid var(--color-teil-60);
    clip-path: polygon(0 0, 100% 16%, 100% 100%, 0% 100%);
    margin-top: 20px;
}

.homeblogsectiontopsection {
    height: 190px;
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    position: relative;
}



.homeblogsection_item1 {
    background-color: transparent;
    border: 2px var(--color-grey-20) solid;
	border-radius: 6px;
}

.homeblogsection_item2 {
    background-color: transparent;
    border: 2px var(--color-grey-20) solid;
	border-radius: 6px;
}

.homeblogsection_item3 {
    background-color: transparent;
    border: 2px var(--color-grey-20) solid;
	border-radius: 6px;
}

.homeblogsectionredirectsection {
    align-self: end;
    position: absolute;
    bottom: 0;
}

.homeblogsectionredirectsection a {
    font-size: 18px;
    font-weight: 400 !important;
    color: var(--color-orange-100);
}

.fontweight500 p {
    font-weight: 500;
}

.blogcaption p {
    text-align: left;
    margin-bottom: 0px !important;
    color: var(--color-orange-100);
    font-size: 18px !important;
    padding-bottom: 10px !important;
}

.homeblogsectiontitletext p {
    font-size: 22px;
    font-weight: 500;
	line-height: 1.2;
	color: var(--color-blue-80);
}

.blogitem1divider1 {
    min-height: 30px;
    background-color: var(--color-purple-60);
}

.blogitem1divider2 {
    min-height: 22px;
    background-color: var(--color-teil-60);
}

.blogitem2divider1 {
    min-height: 30px;
    background-color: var(--color-teil-60);
}

.blogitem2divider2 {
    min-height: 22px;
    background-color: var(--color-aqua-60);
}

.blogitem3divider1 {
    min-height: 30px;
    background-color: var(--color-aqua-60);
}

.blogitem3divider2 {
    min-height: 22px;
    background-color: var(--color-purple-60);
}

.homeblogsectionbottomsection img {
    clip-path: polygon(0 0, 100% 17%, 100% 100%, 0% 100%);
}


.homeblogsectionredirectsection a {
    font-size: 18px;
    font-weight: 400 !important;
    color: var(--color-orange-100);
    border: 1px solid var(--color-orange-100);
    padding: 6px;
}

.fitimage {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.homeblogtitlespacing {
    margin-bottom: 10px;
    margin-top: 0px !important;
    margin-left: auto;
    margin-right: auto;
}

.homeblogsectionredirectsection A:hover {
    color: white !important;
    background-color: var(--color-blue-60) !important;
    -webkit-transition: color ease-in-out 300ms;
}



/*Blog section End*/

.dnnFormItem input[type=email], .dnnFormItem input[type=password], .dnnFormItem input[type=search], .dnnFormItem input[type=text], .dnnFormItem select, .dnnFormItem textarea
{
	font-size: 1.1rem !important;
}

.homebannerimage-container {
    position: relative;
    overflow: hidden;
  
}

/* Filtered background layer ONLY */
.homebannerimage-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

/* Keep text above filtered image */
.bannercontent-wrapper {
    position: absolute;
    z-index: 1;
    display: grid;
    grid-template-columns: .6fr .2fr 1.5fr .2fr;
}




  
.GreyLine1 {
  width: 90%;
  height: 1px;
  background-color: #A9A9A9;
  margin: 0px auto 10px;
}

.best-suited-label {
  font-weight: 700; 
}
.headingh1-underlineserv {
    border-top: 3px solid var(--color-white-text) !important;
    width: 20%;
    margin-top: 5px;
    padding-bottom: 2px;
    margin-left: 30px;
    margin-right: 0;
}
.headingh1-underlineserv-54percent {
    width: 54% !important;
}
.headingh1-underlineserv-35percent {
    width: 41% !important;
}

.headingh1-underlineserv-30percent {
    width: 33% !important;
}



.headingh1-underlinett-30percent {
    width: 60% !important;
}

@media screen and (min-width: 375px)  and (max-width: 767px) {
	
.HeaderDefault h1 {
font-size: 24px;	
}

.homecounteranchor a {
    font-size: 50px;
}
.HeaderDefaultleft h1 {
font-size: 24px;	
}
.headingh1-underlineserv-54percent {
    width: 65% !important;
}

.headingh1-underlineserv-35percent {
    width: 49% !important;
}
.headingh1-underlineserv-30percent {
    width: 40% !important;
}
.headingh1-underlinett-70percent {
    width: 85% !important;
}

.headingh1-underlinett-30percent {
    width: 22% !important;
}
.headingh1-underlineleft-30percent {
    width: 20% !important;
	margin-left: 10px !important;
}
.headingh1-underlineleft-40percent {
    width: 72% !important;
	margin-left: 14px;
}
.headingh1-underlineleft-35percent {
    width: 70% !important;
}
.headingh1-underlinecta-50 {
width: 53% !important;
}
.headingh1-underlinectasec-50 {
    width: 122px;
}
.headingh1-underline-40percent {
    width: 70%;
}
.headingh1-underline-70percent {
    width: 34% !important;
}
.headingh1-underline-10percent {
    width: 27% !important;
}
.headingh1-underline-20percent {
    width: 31% !important;
}
.headingh1-underlineleft-90percent {
    width: 85% !important;
	    margin-left: 11px;
}
.headingh1-underlineleft-60percent {
    width: 31% !important;
	margin-left: 11px;
}
.headingh1-underline-30percent {
    width: 25% !important;
}

.headingh1-underline-50percent {
    width: 78% !important;
}
}

.headingh1-underline-otpercent {  
 width: 25% !important;
 }
@media screen and (min-width: 768px)  and (max-width: 1023px) {
	.headingh1-underline-30percent {
    width: 50% !important;
}
	.headingh1-underline-50percent {
    width: 10% !important;
}
	    .headingh1-underline-40percent {
        width: 39% !important;
    }
	.headingh1-underlineleft-35percent {
    width: 43% !important;
}
.headingh1-underlineserv-54percent {
    width: 29% !important;
}

.headingh1-underlineserv-35percent {
    width: 22% !important;
}

.headingh1-underlineserv-30percent {
    width: 18% !important;
}
.headingh1-underlinecta-50 {
    width: 60% !important;
}
.headingh1-underline-70percent {
    width: 35% !important;
}
.headingh1-underline-otpercent { 
    width: 50% !important;
 }



}

@media screen and (min-width: 375px)  and (max-width: 767px) {
	
.headingh1-underlinett {
    border-top: 2px solid var(--color-blue-80) !important;
    margin-left: 132px !important;
    margin-right: auto;
    height: 0px;
    padding-bottom: 20px;
}
}
.headingh1-underlinett {
    border-top: 2px solid var(--color-blue-80) !important;
    margin-left: 12px !important;
    margin-right: auto;
    height: 0px;
    padding-bottom: 20px;
}
.headingh1-underlinett-70percent {
    width: 18% !important;
}

.headingh1-underline-10percent {
    width: 17%;
}

.headingh1-underline-20percent {
    width: 33%;
}
.headingh1-underline-50percent {
    width: 50% !important;
}

 @media screen and (min-width: 375px) and (max-width: 767px)
 {   
 .headingh1-underline-otpercent {
	 width: 77% !important;  
 }
 
 }
 

}
ol, ul
Specificity: (0,0,1)
 {
    padding-left: 1rem !important;
}


#mottoLine {
    white-space: nowrap;
}

#mottoLine span {
    display: inline-block !important;
    margin-right: 4px;
}

@media only screen and (max-width: 767px) {
  #dnnMenu .dropdown-menu.subLevel {
    position: static !important;
    float: none !important;
  }

  #dnnMenu .dropdown.open {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {

  /* Ensure parent item stays visible when dropdown is open */
  #dnnMenu li.dropdown.open > a {
    display: block !important;
    position: relative;
    z-index: 2;
    background: #fff; 
  }

  /* Push submenu BELOW the parent */
  #dnnMenu li.dropdown.open > .dropdown-menu.subLevel {
    position: static !important;
    margin-top: 0;
  }

  /* Allow parent li to grow with submenu */
  #dnnMenu li.dropdown.open {
    height: auto !important;
  }
}

#head_top {
	display:none;
}

@media (max-width: 767px) {
  .navbar-toggle {
    margin-top: 43px; 
  }
}

/* =========================================================
   FIXED HEADER 
   ========================================================= */
header[role="banner"] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
}

/* KEEP NAVBAR NORMAL  */
.navbar {
  position: relative;
}

/* OFFSET PAGE CONTENT  */
#siteWrapper {
  padding-top: 113px;
}

/* =========================================================
   LOGO BEHAVIOUR
   ========================================================= */

/* Default logo (at top of page) */
header[role="banner"] .logo img {
 
  height: 47px;
  transition: all 0.3s ease;
}

/* Logo when page is scrolled */
header[role="banner"].is-scrolled .logo img {
 
  height: 40px; 
}




.headingh1-underlinecta-70 {
	background: var(--color-blue-100) !important;
    opacity: 0.8 !important;
    margin: 3px auto 12px auto !important;
    border-radius: 989px !important;
    outline: none !important;
	    height: 2px !important;
    width: 70% !important;
    border-bottom: 4px solid inherit;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 0px;
}

/* iPads only (Mini, Air, Pro) */
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .headingh1-underline-40percent {
    width: 45%;          
  }
  .responsAbilityMenu .raMenuWrapper > ol > li > span .edsmm_itemContainer {
    display: inline-block;
    line-height: 37px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px !important;
    text-transform: capitalize;
    color: var(--color-blue-80) !important;
    position: relative;
    border-bottom: solid 3px transparent !important;
	font-family: var(--csfontfamily-h1) !important;
}
}

/**menu color n font changes */
.responsAbilityMenu .raMenuWrapper > ol > li > span .edsmm_itemContainer {
    display: inline-block;
    line-height: 37px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--color-blue-80) !important;
    position: relative;
    border-bottom: solid 3px transparent !important;
	font-family: var(--csfontfamily-h1) !important;
}
/*menu  color n font changes end */




/* ===== mega menu starts ===== */





.mega-left strong {
  font-weight: 600 !important;
}

.mega-left .highlight {
  color: #ff6a00 !important;
}


/* ===== RIGHT SIDE ===== */
.mega-columns-wrapper {
  display: flex !important;

  margin-top: 55px !important;
}


/* HOVER */
.mega-column a:hover {
  color: #ff6a00 !important;
}

.mega-column a:hover::after {
  color: #ff6a00 !important;
}


/* ORANGE TITLE (CustomServe) */
.mega-left .highlight {
  color: #ff6a00 !important;
  font-weight: 600 !important;
}



/* TITLE */

.mega-title {
  font-size: 22px !important;
  line-height: 1.5 !important;
  /* margin-bottom: 20px; */
  color: var(--color-blue-80) !important;
}


/* DESCRIPTION */
.mega-desc {
  font-size: 22px !important;
  line-height: 1.6 !important;
  color: var(--color-blue-80) !important;
}



/* highlight */
.mega-title .highlight {
  color: #ff6a00 !important;
  font-weight: 600 !important;
}


/* INNER TEXT BLOCK  */

.mega-text {
  text-align: left !important;
  font-size: 22px !important;   
  line-height: 1.35 !important;
  color: var(--color-blue-80) !important;
  font-family: var(--csfontfamily-h1) !important;
  max-width: 360px !important;
   margin: 0 !important;
   margin-bottom: 2px !important;

}


.mega-text strong {
  font-weight: 700 !important;  
}

.mega-text .highlight {
  color: #ff6a00 !important;
  font-weight: 700 !important;
}
.featured-box {
	
 width: 360px !important; 
  margin-top: 2px !important;
 max-height:300px !important;
  border: 1px solid #ddd !important;
  padding: 15px !important;
  margin-top: 20px !important;
  background: #fff !important;
}

.featured-box h4 {
  margin-bottom: 0px !important;
  font-weight: 600 !important;
  color: #333 !important;
}

.featured-box p {
	margin-bottom: 2px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #555 !important;
}

.featured-link {
  display: inline-block !important;
  margin-top: 10px !important;
  color: var(--color-blue-80) !important;
  text-decoration: none !important;
  font-size: 14px !important;
}

.featured-link:hover {
  color: #ff6a00 !important;
}

.column-title {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #ff6a00 !important;
  margin-bottom: 12px !important;
}

.mega-columns-wrapper {
  gap: 35px !important;
}
.mega-left {
	margin-top: 0px !important;
  width: 360px !important;
    width: auto !important; 
  display: block !important;
}

/* ===== mega menu end ===== */



/* ===== breadcrumb start ===== */

.eds_contentBreadcrumb {
    padding: 10px 0;
    font-size: 14px;
}

.eds_contentBreadcrumb a {
    color: #666;
    text-decoration: none;
}

.eds_contentBreadcrumb span {
    margin: 0 5px;
    color: #999;
}

.eds_breadcrumbWrapper ul,
.eds_breadcrumbWrapper li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.eds_breadcrumb {
    display: flex;
    flex-wrap: nowrap;   
    align-items: center;
    padding: 10px 0;
    font-size: 14px;
    overflow: hidden;
}

.eds_breadcrumb li {
    display: inline-flex;
    align-items: center;
    color: #999;
    white-space: nowrap;  
}

/* links */
.eds_breadcrumb li a {
    color: #666;
    text-decoration: none;
}

.eds_breadcrumb li:after {
    content: " /";
    margin-left: 4px;
    margin-right: 6px;
    color: #aaa;
    white-space: nowrap;   
}

.eds_breadcrumb li:last-child:after {
    content: "" !important;
}

.eds_breadcrumb li:last-child {
    white-space: normal;      
    overflow-wrap: break-word;
}

/* TYPOGRAPHY */
.eds_breadCrumbs a {
    color: var(--bodytext-color) !important;
    padding: 0 !important;
    font: 0.9rem / 1 var(--csfontfamily-h1) !important;
    background-color: transparent !important;
    font-weight: 400 !important;
}

/* separators */
.eds_breadCrumbs .eds_breadcrumbSeparator {
    text-decoration: none !important;
    line-height: 1;
    color: var(--bodytext-color) !important;
    font-size: 14px !important;
}

.fa-solid, .fas {
    font-weight: 550 !important;
}

.eds_breadCrumbs li,
.eds_breadCrumbs li a {
    background: none !important;
    padding: 0 !important;
    border: none !important;
}

.eds_breadCrumb {
    background: none !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.eds_breadCrumbs .eds_breadCrumb {
    color: var(--bodytext-color) !important;
    padding: 0 !important;
    font: 0.9rem / 1 var(--csfontfamily-h1) !important;
    background-color: transparent !important;
    font-weight: 400 !important;
}

.eds_breadCrumbs .eds_breadCrumb span[itemprop="name"] {
    text-decoration: underline !important;
}

.eds_pageDetails.eds_pageDetails1 {
    background-image: none !important;
}

/* ===== MOBILE ===== */

@media (max-width: 480px) {
   
    .eds_contentBreadcrumb,
    .eds_breadcrumbWrapper,
    .eds_breadcrumb,
    .eds_breadCrumbs,
    .eds_breadCrumbs ul {
        display: block !important;
        width: 100% !important;
    }

  
    .eds_breadcrumb li,
    .eds_breadCrumbs li,
    .eds_breadCrumbs .eds_breadCrumb {
        display: inline !important;
        white-space: nowrap !important;
        float: none !important;
    }

   
    .eds_breadCrumbs .eds_breadcrumbSeparator,
    .eds_contentBreadcrumb span.eds_breadcrumbSeparator,
    .eds_contentBreadcrumb > span.eds_breadcrumbSeparator {
        display: inline-block !important;
        white-space: nowrap !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

   
    .eds_breadcrumb li:after,
    .eds_breadCrumbs li:after,
    .eds_breadCrumbs .eds_breadCrumb:after,
    .eds_breadcrumb li:before,
    .eds_breadCrumbs li:before,
    .eds_breadCrumbs .eds_breadCrumb:before {
        content: "" !important;
        display: none !important;
    }

   
    .eds_breadCrumbs .eds_breadcrumbSeparator:last-child,
    .eds_contentBreadcrumb span.eds_breadcrumbSeparator:last-child,
    .eds_breadCrumbs .eds_breadcrumbSeparator + span:empty,
    .eds_breadCrumbs .eds_breadcrumbSeparator:nth-last-child(1) {
        display: none !important;
    }


    .eds_breadcrumb li:last-child,
    .eds_breadCrumbs li:last-child,
    .eds_breadCrumbs .eds_breadCrumb:last-child {
        display: inline !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
    }

   
    .eds_breadcrumb li:last-child *,
    .eds_breadCrumbs li:last-child * {
        display: inline !important;
        white-space: normal !important;
    }
}
/* ===== MOBILE & TABLET  ===== */

@media (max-width: 1024px) {
   
    .eds_contentBreadcrumb,
    .eds_breadcrumbWrapper,
    .eds_breadcrumb,
    .eds_breadCrumbs,
    .eds_breadCrumbs ul {
        display: block !important;
        width: 100% !important;
    }


    .eds_breadcrumb li,
    .eds_breadCrumbs li,
    .eds_breadCrumbs .eds_breadCrumb {
        display: inline !important;
        white-space: nowrap !important;
        float: none !important;
    }

    
    .eds_breadCrumbs .eds_breadcrumbSeparator,
    .eds_contentBreadcrumb span.eds_breadcrumbSeparator,
    .eds_contentBreadcrumb > span.eds_breadcrumbSeparator {
        display: inline-block !important;
        white-space: nowrap !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }


    .eds_breadcrumb li:after,
    .eds_breadCrumbs li:after,
    .eds_breadCrumbs .eds_breadCrumb:after,
    .eds_breadcrumb li:before,
    .eds_breadCrumbs li:before,
    .eds_breadCrumbs .eds_breadCrumb:before {
        content: "" !important;
        display: none !important;
    }

    .eds_breadCrumbs .eds_breadcrumbSeparator:last-child,
    .eds_contentBreadcrumb span.eds_breadcrumbSeparator:last-child,
    .eds_breadCrumbs .eds_breadcrumbSeparator + span:empty,
    .eds_breadCrumbs .eds_breadcrumbSeparator:nth-last-child(1) {
        display: none !important;
    }


    .eds_breadcrumb li:last-child,
    .eds_breadCrumbs li:last-child,
    .eds_breadCrumbs .eds_breadCrumb:last-child {
        display: inline !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
    }

 
    .eds_breadcrumb li:last-child *,
    .eds_breadCrumbs li:last-child * {
        display: inline !important;
        white-space: normal !important;
    }
}


/* ===== breadcrumb end ===== */


.eds_containers_Ozone2.eds_paddingY {
    padding-top: 0rem !important;
    padding-bottom: 0rem;
}

.eds_pageDetails1 .eds_breadCrumbs .eds_breadcrumbSeparator {
    color: var(--bodytext-color) !important;
}

.raMenuWrapper ul,
.raMenuWrapper li {
    all: unset;
}
.edsCopyrightBg {
    background-color: #e9e9e9 !important;
    padding: 15px 0 !important;
}


.edsCopyrightBg .edsCopyright {
    font-size: 13px !important;
    font-family: var(--csfontfamily) !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    color: var(--color-blue-80) !important;

    display: flex;              
    justify-content: center;   
    text-align: center;       

    margin: 0 auto !important; 
    padding: 0 15px !important;
    max-width: 1200px;       
}

/* links */
.edsCopyrightBg .edsCopyright a {
    color: var(--color-blue-80) !important;
}

/* separators */
.edsCopyright_style .sep,
.edsCopyright .cf-sep {
    padding: 0px 8px !important;
}


.edsCopyrightBg .copyright,
footer .terms-priv {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media (max-width: 768px) {
  .edsCopyrightBg .edsCopyright {
    flex-wrap: wrap;    
    font-size: 12px;    
  }
}

/*  iPad / Tablet */
@media (max-width: 1024px) {
  .edsCopyrightBg .edsCopyright {
    flex-wrap: wrap;        
    justify-content: center;
    text-align: center;

    max-width: 90%;           
    margin: 0 auto;

    line-height: 1.5 !important;  
  }
}





/* DEFAULT classes from old skin */



.HeaderDefault {
text-align: center;
margin-top:15px;
margin-bottom:0px;
font-size:28px;
padding-left:0%;
padding-right:0%;
}


.CustomServeHeadings h1{
	font-family:montserrat, sans-serif!important;
	font-weight:400;
	font-size:28px;
}

/* Styling  */
.HeadPane{width:100%;}
.ClientLogin{float:right;
margin-right:80px;
margin-top:1px;
display:none;
}
.Header_Info{
	float:left;
}
#OverviewTab{height:660px;}
.Login{display:none;}
/*End*/
p.TeamDetail_content,
.SocialResponsibilityText p,
.SocialResponsibilityText li,
.DiversityEqualityText p,
.DisabilityText p,
.OurVisionMainText p,
.OurValuesMainText p,
.GlobalReachMainText p,
.CustomServePageText p,
.CustomServePageTextBlue p,
.ContactText1 p,
.ContactText1 span,
.InfoBoxes4 .BoxFrontContent p,
.InfoBoxes5 .BoxFrontContent p,
.InfoBoxes6 .BoxFrontContent p,
.InfoBoxes7 .BoxFrontContent p,
.InfoBox1Desc p,
.InfoBox2Desc p,
.InfoBlock1 p,
.HomePageMainText p,
.InfoVideoColText p,
.InfoVideoColTextV2 p,
.VTabsText{
	color:rgb(88, 89, 91);
	font-weight:400;
}
.SocialResponsibilityText li,
.CFMInfo ul li{
	font-size:16px;
	}
.CustomServeHeadings{font-size:24px; text-align:center; margin-top:40px;}
.CustomServePageText{margin-bottom:0px; text-align:center;}
.CustomServePageTextBlue{margin-bottom:0px; text-align:center;}
.ICTitleText1 h1{font-size:28px;}

/* DEFAULT classes from old skin */


header .eds_logo::after,
header .eds_logoHeader1::after {
  display: none !important;
  content: none !important;
  height: 0 !important;
}
.eds_logo::after {
  background: transparent !important;
}

.eds_logo.eds_logoHeader1 {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}

.eds_logo {
    background-color: rgba(255, 255, 255, 0.73);
    position: relative;
    max-height: 101px !important;
    height: 93px !important;
    text-align: center;
    padding: 22px;
    max-width: 100%;
    transition: max-height 0.5s linear;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eds_containers_Ozone2.eds_default .eds_containerTitle {
   
    display: none !important;
}



.eds_containers_Ozone2.eds_default .eds_containerTitle {
   
    display: none !important;
}

b, strong {
    font-weight: 500 !important;
}

.fullwidth-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.HeaderDefault p {
    margin: 0px 0px 8px 0px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
	    font-family: var(--csfontfamily) !important;
    color: var(--color-blue-80) !important;
}




.eds_footer {
    background-color: #eeeeee !important;
}


/*  About page css transfered from old skin  /*
/* ===== Layout wrapper ===== */
.LeadershipTeamNew {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  margin-bottom: 40px !important;
}


.LeadershipTeamNew:nth-child(even) {
  flex-direction: row-reverse !important;
}

/* Image column */
.LeadershipTeamNew .img_left,
.LeadershipTeamNew .img_right {
  width: 25% !important;
  padding-top: 25px !important;
}

/* Text column */
.LeadershipTeamNew .TeamDetail_left,
.LeadershipTeamNew .TeamDetail_right {
  width: 75% !important;
  text-align: left !important;
  padding: 0 20px !important;
}

/* Image styling */
.LeadershipTeamNew .photo_box.box_border {
  width: 100% !important;
  margin: 0 !important;
}

.LeadershipTeamNew .photo_box.box_border img {
  width: 100% !important;
  display: block !important;
}



/* Row wrapper */
.LeadershipTeamNew .team-row {
  display: flex !important;
  align-items: flex-start !important;
  margin-bottom: 40px !important;
}

/* Reverse layout for left/right */
.LeadershipTeamNew .team-row:nth-child(even) {
  flex-direction: row-reverse !important;
}

/* Image */
.LeadershipTeamNew .img_left,
.LeadershipTeamNew .img_right {
  width: 25% !important;
  padding-top: 25px !important;
}

/* Text */
.LeadershipTeamNew .TeamDetail_left,
.LeadershipTeamNew .TeamDetail_right {
  width: 75% !important;
  padding: 0 20px !important;
  text-align: left !important;
}

/* Image styling */
.LeadershipTeamNew .photo_box img {
  width: 100% !important;
  display: block !important;
}

/
/* Row layout */
.LeadershipTeamNew .team-row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  margin-bottom: 40px !important;
}

/* Alternate direction */
.LeadershipTeamNew .team-row:nth-child(even) {
  flex-direction: row-reverse !important;
}

/* Image */
.LeadershipTeamNew .img_left,
.LeadershipTeamNew .img_right {
  width: 25% !important;
  padding-top: 25px !important;
}

/* Text */
.LeadershipTeamNew .TeamDetail_left,
.LeadershipTeamNew .TeamDetail_right {
  width: 70% !important;
  text-align: left !important;
  padding: 0 20px !important;
}

/* Image styling */
.LeadershipTeamNew .photo_box img {
  width: 100% !important;
  display: block !important;
}



/*  About page css transfered from old skin end */

/* Styling for left menu on legal pages */

.customSideMenu ul {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-inline-start: 0 !important; 
    list-style: none !important;
}

.customSideMenu ul li {
    list-style: none !important;
}

.customSideMenu ul li::marker {
    content: "" !important;   
}

/* Now your box styles */
.customSideMenu {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.customSideMenu ul li a {
    display: block;
    font-size: 14px;
    color: #2f4f6f;
    padding: 14px 20px;
    text-decoration: none;
    background: #fff;
    border-top: 1px solid #dadada;
}

.customSideMenu ul li:first-child a {
    border-top: none;
}

.customSideMenu ul li a:hover {
    background: #f5f7fa;
}

.eds_sideMenu > ul > li > a {
    font-size: 14px !important;
}

.LegalPagesHeaders {
        font-size: 16px !important;
        color: var(--color-blue-80) !important;
        font-weight: bold !important;
    }
}

.adjust {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.edsBB__col .HeaderDefaultleft h2 {
    margin-top: 0;
}


.eds_logo.eds_logoHeader1::after {
    display: none !important;
}

a.Button_green {
    padding: 12px 30px;
    margin: 0px 10px 0 0;
    position: relative;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 10px;
    color: #FFFFFF !important;
    transition: background-color ease-in 200ms;
    -moz-transition: background-color ease-in 200ms;
    -webkit-transition: background-color ease-in 200ms;
    -o-transition: background-color ease-in 200ms;
    -ms-transition: background-color ease-in 200ms;
}

a.Button_green:hover {
    text-decoration: none;
    background: #555555;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--csfontfamily-h1) !important;
    color: #020202;
    line-height: 1.3em !important;
    margin: 0 0 10px;
}

h2, .h2 {
    font-size: 24px !important;
}

a:link:hover, a:active:hover, a:visited:hover, .eds_darkColor a:hover {
    text-decoration: none;
    color: #268fe0 !important;
}



.EasyDNNSkin_Ozone2 .eds_btn, .EasyDNNSkin_Ozone2 .dnnPrimaryAction {
    border-color: var(--dnn-color-primary-dark, #0d569e) !important;
    background-color: var(--dnn-color-primary, #3792ed)!important;
    color: white !important;
}
.EasyDNNSkin_Ozone2 .eds_btn.eds_btnSecondary, .EasyDNNSkin_Ozone2 .dnnSecondaryAction {
    border-color: var(--dnn-color-secondary,#f5f5f5) !important;
    background-color: var(--dnn-color-secondary-dark,#f5f5f5) !important;
    color: var(--color-blue-80) !important;
} 


/* CARD CONTENT CENTERED */
.card {
  padding: 25px;
  border: 1px solid var(--color-grey-30);
  border-radius: 6px;
  background: var(--color-aqua-5);
  text-align: center; 
  color: var(--color-blue-80) !important;
}

/* DARK CARD */
.card-dark {
	padding: 25px;
  border: 1px solid var(--color-grey-30);
  border-radius: 6px;
  background: var(--color-blue-80);
  color: #fff;
  text-align: center; 
}

.card-dark  p {
font-family: var(--csfontfamily) !important;
  font-size: 14px;
  text-align: center;
  margin-top: 6px;
    margin-bottom: 0px;
    color: inherit;
    line-height: 1.35;
    font-weight: 400;
}


/* KEEP TEXT CENTERED */
.card h2 {
  font-size: 20px;
  margin-bottom: 0px;
  text-align: center;
}

.card p {
font-family: var(--csfontfamily-h1) !important;
  font-size: 14px;
  text-align: center;
  margin-top: 6px;
    margin-bottom: 0px;
    color: inherit;
    line-height: 1.35;
    font-weight: 400;
}

/* BUTTON WRAPPER (push right) */
.card .btn {
  display: inline-flex;
  justify-content: flex-end;
}

/* ALIGN BUTTON TO RIGHT */
.card .btn {
  margin-left: auto;   
  display: inline-flex;
}

/* Make button sit on right edge */
.card {
  display: flex;
  flex-direction: column;
}

.card .btn {
  align-self: flex-end;  
}

/* BUTTON STYLES */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #2f4a73;
  color: #2f4a73;
}

.card-dark .btn {
  border-color: #f28c38;
  color: #fff;
}



/* Home page cards */


.eds_pageLoader {
	display: none !important; 
	}
	
	
.eds_containers_Ozone2.eds_paddingTop {
    padding-top: 0rem !important; 
}



#ccc-icon{
fill:#1f497d!important;
}
#ccc[dark][slider-optin] .checkbox-toggle{
background-color:#005e9d;
border-color:#1f497d;
}
#ccc .checkbox-toggle--slider.checkbox-toggle--dark{
background-color:#005e9d;
border-color:#1f497d;
}
button#ccc-icon:focus {
    border: none;
    outline: none;
    opacity: 0.8;
}
#ccc-recommended-settings span,
#ccc-reject-settings span{
font-weight:700;

}

/* ===== MAIN CONTAINER ===== */
.footer-main {
  background: #f8f8f8;
  padding: 60px 20px 40px;
  text-align: center;
}

/* ===== 5 COLUMN GRID ===== */
.footer-5col {
  display: grid;

   grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  grid-row-gap: 50px; 
    /* max-width: 1200px; */
  max-width: 940px;
  margin: auto;
}

/* ===== COLUMN TITLES ===== */
.footer-5col h3 {
  font-size: 18px;
  color: var(--color-blue-100);
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  font-weight: 600;
}

/* underline under titles */
.footer-5col h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #0a2d5e;
  margin: 6px auto 0;
}

/* ===== LINKS ===== */
.footer-5col a {
  display: block;
  font-size: 14px;
  color: var(--color-blue-100);
  text-decoration: none;
  margin-bottom: 6px;
  line-height: 1.4;
  font-weight: 400;
}

.footer-5col a:hover {
  text-decoration: underline;
}

/* ===== LOGO SECTION ===== */
.footer-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-top: 40px;
  align-items: center;
  justify-items: center; 
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.footer-logos img {
  max-height: 55px; 
  width: auto;
  object-fit: contain;
  display: block;
}

/* ===== DESCRIPTION TEXT ===== */
.footer-desc {
  margin-top: 30px;
  font-size: 14px;
  color: var(--color-blue-100);
  max-width: 983px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-weight: 400;
}
.footer-desc p {
margin-top: 30px;
  font-size: 14px;
  color: var(--color-blue-100);
  max-width: 967px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-weight: 400;
}

/* ================= RESPONSIVE ================= */

/* ===== TABLET (iPad ~820px) ===== */
@media (max-width: 1024px) {

  .footer-main {
    padding: 50px 25px;
  }


  .footer-5col {
    grid-template-columns: repeat(3, 1fr);
  }

  
  .footer-logos {
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
  }

  .footer-logos img {
    max-height: 50px;
  }

  .footer-5col h3 {
    font-size: 17px;
  }
}

/* ===== SMALL TABLET ===== */
@media (max-width: 768px) {

  .footer-5col {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-logos {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* ===== MOBILE ===== */
@media (max-width: 480px) {

  .footer-main {
    padding: 40px 20px;
  }

  .footer-5col,
  .footer-logos {
    grid-template-columns: 1fr;
  }

  .footer-5col a {
    font-size: 15px; 
  }
}



.key-differentiators {
  padding: 80px 20px;
  background: #f7f9fb;
  text-align: center;
}
/* ===== customserve demo pages css ===== */
.key-differentiators h2 {
  margin-bottom: 40px !important;
      margin-bottom: 10px;
    font-weight: 600 !important;
    color: var(--color-blue-80);
    font-size: 30px !important;
    font-family: var(--csfontfamily-h1) !important;
}

.kd-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.kd-card {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: left;
}

.kd-card p {
 font-family: var(--csfontfamily-h1) !important;
    font-size: 14px;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 0px;
    color: var(--color-blue-80);
    line-height: 1.35;
    font-weight: 400;
}


.kd-card h3 {
  margin-bottom: 10px;
  font-weight: 500 !important;
    color: var(--color-blue-80);
    font-size: 24px;
    font-family: var(--csfontfamily-h1) !important;
}

.kd-card:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}



.features-section {
  padding: 80px 20px;
  background: #ffffff;
  text-align: center;
}

.features-section h2 {
  margin-bottom: 40px !important;
      margin-bottom: 10px;
    font-weight: 600 !important;
    color: var(--color-blue-80);
    font-size: 30px !important;
    font-family: var(--csfontfamily-h1) !important;
}




/* Grid layout */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Cards */
.feature-card {
  background: #f7f9fb;
  padding: 24px;
  border-radius: 8px;
  text-align: left;
  transition: 0.3s;
  border: 1px solid #e6e9ef;
}

.feature-card h3 {
  margin-bottom: 10px;
    font-weight: 500 !important;
    color: var(--color-blue-80);
    font-size: 24px;
    font-family: var(--csfontfamily-h1) !important;
}

.feature-card p {
  font-family: var(--csfontfamily) !important;
    font-size: 14px;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 0px;
    color: var(--color-blue-80);
    line-height: 1.35;
    font-weight: 400;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}



.content-section {
  padding-top: 5px;     
  padding-bottom: 20px; 
  padding-left: 10px;
}


/* Align container */
.cta-align-right {
  display: flex;
  justify-content: flex-end !important;
}

/* NEW BUTTON STYLE for ozone2 */


.cta-align-right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 10px;
}

.cta-btn-modern {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  font-size: 16px;
  font-weight: 600;
  color: var(--color-blue-80) !important;

  text-decoration: none !important;
  position: relative;
  padding-bottom: 4px;

  max-width: 100%;
}


.cta-btn-modern span {
  display: inline;
  line-height: 1.4;
}


.cta-btn-modern .arrow-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-left: 6px;
}


.cta-btn-modern::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  height: 3px;
  background: var(--color-aqua-80);
  border-radius: 2px;

  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.25s ease;
}



/* ===== Custom Layout Wrapper ===== */
.cs-section {
    padding: 0px 0;
}

.cs-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Left Image */
.cs-image-col {
    flex: 0 0 42%;
    max-width: 42%;
    text-align: center;
}

.cs-image-col img {
    max-width: 110%;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* Right Content */
.cs-text-col {
    flex: 0 0 58%;
    max-width: 58%;
    padding-left: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



/* Keep spacing consistent */
.cs-text-col .CustomServePageText {
    max-width: 520px;
    margin: 0 auto;
}






/* ===== Section Wrapper ===== */
.cs2-section {
    padding: 20px 0;
}

.cs2-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LEFT CONTENT */
.cs2-left {
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 40px;
}

/* RIGHT CTA */
.cs2-right {
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    justify-content: center;
}

/* Improve CTA card sizing */
.cs2-right .cta-card {
    width: 100%;
    max-width: 380px;
}

/* Improve text readability */
.cs2-left p {
    line-height: 1.7;
    margin-bottom: 18px;
}

.cs2-left ul {
    padding-left: 20px;
    margin-bottom: 18px;
}

.cs2-left li {
    margin-bottom: 10px;
}




/* ===== SECTION WRAPPER ===== */
.cs5-section {
    padding: 10px 0;
}

.cs5-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

/* LEFT TEXT */
.cs5-left {
    flex: 0 0 40%;
    max-width: 40%;
	  align-self: flex-start;
}

.cs5-left p {
    line-height: 1.7;
    margin-bottom: 18px;
}

/* RIGHT IMAGE */
.cs5-right {
    flex: 0 0 60%;
    max-width: 60%;
    text-align: center;
	 align-self: flex-start;
}

.cs5-right img {
    width: 100%;
    max-width: 600px;
    height: auto;
	border: 1px solid var(--color-grey-20);
}

/* ================= iPad Pro ================= */
@media (max-width: 1024px) {
    .cs5-row {
        flex-direction: column;
        text-align: left;
    }

    .cs5-left,
    .cs5-right {
        max-width: 100%;
        flex: 0 0 100%;
    }

    
    .cs5-right {
        margin-top: 30px;
    }

  
    .cs5-left {
        max-width: 750px;
        width: 90%;
        margin: 0 auto;
    }

    .cs5-right img {
        width: 100%;
        max-width: 600px;
		border: 1px solid var(--color-grey-20);
    }
}

/* ================= iPad Mini / Mobile ================= */
@media (max-width: 768px) {
    .cs5-left {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    .cs5-right {
        padding: 0 15px;
    }

    .cs5-right img {
        width: 100%;
    }

    .cs5-left p {
        font-size: 15px;
    }
}

/* ===== SECTION WRAPPER ===== */
.cs6-section {
    padding: 10px 0;
}

.cs6-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

/* LEFT CONTENT */
.cs6-left {
    flex: 0 0 65%;
    max-width: 65%;
}

.cs6-left p {
    line-height: 1.7;
    margin-bottom: 18px;
}

/* RIGHT IMAGE */
.cs6-right {
    flex: 0 0 35%;
    max-width: 35%;
    text-align: center;
}

.cs6-right img {
    width: 100%;
    max-width: 265px;
    height: auto;
	border: 1px solid var(--color-grey-20);
}

/* ================= TABLET (1024 & 768) ================= */
@media (max-width: 1024px) {
    .cs6-row {
        flex-direction: column;
        align-items: center; 
    }

    .cs6-left,
    .cs6-right {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .cs6-left {
        max-width: 760px;
        width: 90%;
        margin: 0 auto;
    }

    .cs6-right {
        width: 100%;

       
        display: flex;
        justify-content: center;
        align-items: center;

        margin-top: 30px;
        padding: 0; 
    }

    .cs6-right img {
        width: auto;           
        max-width: 320px;
        height: auto;

        display: block;
    }
}


/* ===== TABLET  (768–1024) ===== */
@media (max-width: 1024px) {

  .cta-wrapper {
    align-items: center !important;   
  }

  .cta-wrapper .cta-card,
  .cta-wrapper .cta-cardsec {
    margin-right: 0 !important;       
    margin-left: 0 !important;
    margin-top: 30px;
  }

  .cta-wrapper > .cta-card,
  .cta-wrapper > .cta-cardsec {
    width: 100%;
    max-width: 340px;
  }
}


@media (max-width: 1024px) {

  .custom-cta-fix .simple-right {
    display: flex;
    justify-content: center;   
  }

  .custom-cta-fix .card {
    width: 100%;
    max-width: 340px;         
  }
}


@media (max-width: 768px) {
  .custom-cta-fix .card {
    max-width: 300px;
  }
}


@media (max-width: 1024px) {

  .about-fix .edsBB__row {
    flex-direction: column;        
    align-items: center;           
  }

  .about-fix .col-md-4,
  .about-fix .col-md-8 {
    width: 100%;
    max-width: 700px;               
    flex: 0 0 100%;
    text-align: center;           
  }

  .about-fix .aboutUsImageDJ img {
    width: 100%;
    max-width: 280px;              
    margin: 0 auto;
    display: block;
  }

  .about-fix .CustomServePageText {
    margin-top: 15px;
  }
}

/* ===== BASE STYLES ===== */
.values-section {
  max-width: 1258px;
  margin: 0 auto;
  padding: 20px 15px;
}


.values-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

/* EACH CARD */
.value-card {
  width: 23%;
  text-align: center;
}

/* IMAGE */
.value-card img {
  width: 100%;
  max-width: 272px;
  margin: 10px auto;
  display: block;
  border: 1px solid rgb(205,206,208);
}

/* TEXT */
.value-card p {
  line-height: 1.6;
}
/* ===== TABLET  ===== */
@media (max-width: 1024px) {

  .values-grid {
    flex-direction: column;  
    align-items: center;
  }

  .value-card {
    width: 100%;
    max-width: 500px;        
    margin-bottom: 10px;
   text-align: left;
  }

  .value-card img {
    max-width: 290px;
  }

  .value-card p {
    text-align: left;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .value-card {
    max-width: 90%;
  }
}




/* Align intro text with cards below */
.header-fix .CustomServePageText {
  max-width: 1100px;   
  margin: 0 auto;    
  text-align: center; 
}


.articlesidebarben1 {
    Float: left;
    max-width: 100%;
    max-height: 100%;
    padding-top: 20px;
    text-align: center;
    background-color: #ebecf0;
    color: #fff;
    padding-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    border-radius: 7px;
    margin-bottom: 40px;
    border-top: 35px solid #064578;
}






@media only screen and (max-width: 991px) {
  #LiveForm513 {
    width: 100% !important;
  }

  #LiveForm513 {
    display: block !important;
  }

  #LiveForm513 .LiveForm.Custom {
    width: 100% !important;
  }

  #LiveForm513 {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  #LiveForm513 {
    width: 100%;
  }

  #LiveForm513 {
    margin: 0;
  }

  #LiveForm513,
  #LiveForm513 ul.page-break-section {
    width: 100% !important;
  }

  .eds_clearFix {
    width: 100% !important;
  }
}



  #dnn_headerWide2 .eds_containers_Ozone2 {
     padding-top: 0 !important;
     margin-top: -75px !important;
}

#dnn_headerWide2 .eds_headerHeightHolder {
  height: 0 !important;
  display: none !important;
}

#dnn_headerWide2 .eds_templateGroup {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#dnn_headerWide2 {
  margin-top: 0px;
}

.eds_containers_Ozone2.eds_paddingBottom {
    padding-top: 0rem !important;
    margin-top: -100px;
}

@media (max-width: 767px) {
	
.eds_containers_Ozone2.eds_paddingBottom {
    padding-top: 0rem !important;
    margin-top: 0px;
}
}

.responsAbilityMenu .raMenuWrapper ol li .edsmm_itemContainer, .responsAbilityMenu .raMenuTriggerWrapper .raMenuTrigger {
    font-family: var(--csfontfamily) !important;
}

@media (max-width: 768px) {


  .responsAbilityMenu .raMenuWrapper {
    padding: 0 !important;
  }

  .responsAbilityMenu .raMenuWrapper ol {
    margin: 0 !important;
    padding: 0 !important;
  }

  .responsAbilityMenu .raMenuWrapper li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }


  .responsAbilityMenu .raMenuWrapper > ol > li {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 !important; 
    border-bottom: 1px solid #ddd;
  }


  .responsAbilityMenu .raMenuWrapper > ol > li > span,
  .responsAbilityMenu .raMenuWrapper > ol > li > a {

    display: flex !important;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    padding: 16px 20px;

    margin: 0 !important;
  }


  .edsmm_itemContainer {
    margin: 0 !important;
    line-height: 1.2 !important;
    padding: 0 !important;
  }


  .edsmm_childIndicator {
    margin-left: auto !important;
    flex-shrink: 0;
  }
  

}

/* BASE LINK */
.eds_sideMenu a.side-link {
  font-size: 16px;
  color: var(--color-blue-80);
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  transition: all 0.2s ease;
}

/*  HOVER  */
.eds_sideMenu a.side-link:hover {
  color: var(--color-blue-80); 
  background-color: #f0f4f8;
}

/*  ACTIVE STATE  */
.eds_sideMenu li.active a.side-link {
  background-color: #2f5f90;   
  color: #ffffff !important;
}


.eds_sideMenu li.active {
  border-right: none !important;
}


.eds_sideMenu ul {
  border-right: 1px solid #dadada;
}

.eds_sideMenu li.active a.side-link {
  border-right: none;
}


.fa-angle-right:before {
    content: "\f105";
    margin-right: 4px !important;
}

.eds_breadCrumbs span[itemprop="name"] {
    text-transform: capitalize !important;
}

.raMenuTrigger {
    color: transparent !important;
}

.raMenuTrigger::after {
    color: #1e1f24 !important;
}




.eds_currentDate {
	display: none !important;
}


.image-container {
  width: 100%;
  height: 300px;      
  overflow: hidden;
  position: relative;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;         
  object-position: left center; 
  display: block;
}

@media (min-width: 992px) {
    .edsmm_menuItem .edsmm_level_1 {
        transform: translateY(20px);
    }
	    .edsmm_menuItem::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100% !important;   
        height: 20px;
        bottom: -20px;
    }

}
.edsmm_menuItem {
    position: relative !important;
}

.edsmm_menuItem .mega-links a {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
}




.homebannerimage-container {
    position: relative;
}

/* Breadcrumb inside banner */
.banner-breadcrumb {
    position: absolute;
    top: 20px;
    left: 50px;
    z-index: 5;
}

.banner-breadcrumb,
.banner-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.banner-breadcrumb span {
    color: rgba(255,255,255,0.8);
}


.eds_pageDetails1 .eds_breadCrumbs {
    background-color: transparent !important;
}
.dnnProfileImage {
    display: none !important;
}

.eds_pageDetails {
    position: relative !important;
    z-index: 20 !important;
}

.homebannerimage-container {
    position: relative !important;
    z-index: 1 !important;
}


.edsmm_megaMenu.edsmm_multiColumn > div {
    display: flex;
    flex-direction: column;
	
}


.edsmm_menuListsContainer {
    order: -1;
    width: 100%;
	 background: var(--color-grey-10) !important;
	 font-size: 16px !important;
    color: var(--color-blue-80) !important;
}
.responsAbilityMenu .raMenuWrapper ol li > div .edsmm_menuListsContainer > ol > li > span .edsmm_itemContainer {
    font-size: 16px !important;
    line-height: 1.5;
    display: block;
     color: var(--color-blue-80) !important;
    padding: 7px 18px;
    transition: padding 0.2s linear;
}
.responsAbilityMenu .raMenuWrapper ol li > div {
    background-color: var(--color-grey-10) !important;
    left: 0;
    text-align: left;
    position: absolute;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out;
}


.edsmm_menuItem.Services:hover,
.edsmm_menuItem.Services:hover > div,
.edsmm_menuItem.Services:hover > span,
.edsmm_menuItem.Services:hover > span > a {
    background-color: var(--color-grey-10) !important;
    color: var(--color-blue-80) !important;
}


.edsmm_menuItem.Services a.edsmm_itemContainer {
    color: var(--color-blue-80) !important;
    transition: color 0.2s ease;
}


.edsmm_menuItem.Services a.edsmm_itemContainer:hover {
    color: #0d6efd !important; 
}
.edsmm_menuItem.Services:hover a.edsmm_itemContainer {
    color: #0d6efd !important;
}

.responsAbilityMenu .raMenuWrapper 
ol li.edsmm_menuItem.Services:hover 
span a.edsmm_itemContainer {
    color: #0d6efd !important;
}
.responsAbilityMenu .raMenuWrapper
ol li.edsmm_menuItem.Services 
span a.edsmm_itemContainer:hover {
    color: #0d6efd !important;
}



.edsmm_menuItem.Services {
    display: none !important;
}
.edsmm_megaMenu.edsmm_multiColumn > div .edsmm_menuListsContainer ol .edsmm_menuItem > span .edsmm_itemContainer {
    
    display: none !important;
}

.eds_headerContainer.eds_headerContainer1 .eds_headerBackground {
  box-shadow: none !important;
}

/* =========================
   BASE / WRAPPER
========================= */
.mega-custom,
.cs-mega {
    background: var(--color-grey-10);
}

/* =========================
   LAYOUT STRUCTURE
========================= */
.mega-custom {
    padding: 60px 50px;
}

.cs-mega {
    display: flex;
    gap: 60px;
    padding: 40px 190px;
    margin-top: 20px;
}

/* LEFT COLUMN */
.mega-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TEXT BLOCK */
.mega-text {
    padding-left: 80px;
    text-align: center;
}

.mega-text p {
    font-size: 22px;
    line-height: 1.6;
    color: var(--color-blue-80);
    max-width: 340px;
}

.mega-text .highlight {
    color: var(--color-orange-80);
    font-weight: 600;
}

/* CUSTOMSERVE TEXT */
.mega-text-customserve {
    max-width: 420px;
    text-align: center;
}

.mega-text-customserve h3 {
    font-size: 26px;
    font-weight: 700;
    color: #1f4e79;
}

.mega-text-customserve p {
    font-size: 18px;
    line-height: 1.5;
	font-weight: 500
}

/* =========================
   HEADINGS
========================= */
.mega-heading,
.cs-mega-links h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-orange-80);
    margin: 10px 0 15px;
}

/* =========================
   LINKS
========================= */
.mega-links a,
.cs-mega-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-size: 16px;
    color: var(--color-blue-80);
    font-weight: 450;
	line-height: 1.8;
}

.mega-links li,
.cs-mega-links li {
    margin-bottom: 10px;
    width: 100%;
}

/* ARROW */
.cs-arrow {
    margin-left: auto;
    padding-left: 20px;
    flex-shrink: 0;
}

/* =========================
   FEATURED BOX
========================= */
.mega-featured {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 15px;
    background: none;
    text-align: left;
}

.mega-featured h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
	line-height: 1.3;
}

.mega-featured p {
    font-size: 16px;
    margin-bottom: 10px;
	 line-height: 1.5;
}

.mega-featured .read-more {
    display: flex;
    justify-content: flex-end;
    color: var(--color-blue-80);
    font-size: 16px;
	font-weight:550;
}

/* =========================
   SERVICES BLOCK
========================= */
.services-block {
    padding: 10px 13px;
    max-width: 420px;
    margin: 0 auto;
}

.services-block h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-orange-80);
}

.services-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-block li {
    margin-bottom: 10px;
}

.services-block a {
    display: flex;
    align-items: center;
    color: var(--color-blue-80);
    text-decoration: none;
}

.invisible-heading {
    visibility: hidden;   
    margin: 10px 0 15px;  
}

/* =========================
   MOBILE (≤767px)
========================= */
@media (max-width: 767px) {

    .mega-custom,
    .cs-mega {
        padding: 20px;
        display: block;
    }

    .mega-text {
        padding-left: 0;
        text-align: left;
        margin-bottom: 15px;
    }

    .mega-text h3 {
        font-size: 22px;
    }

    .mega-text p {
        font-size: 16px;
    }

    .mega-left {
        margin-bottom: 20px;
		margin-left: -10px;
    }

    .mega-links,
    .cs-mega-links {
        padding-left: 0;
        margin-top: 10px;
    }

    .cs-mega {
        flex-direction: column;
        gap: 20px;
    }

    .cs-mega > div {
        width: 100%;
    }

    .cs-mega-text h3 {
        font-size: 18px;
    }

    .cs-mega-links a {
        font-size: 15px;
    }

    .services-block {
        padding: 15px;
    }
}


/* =========================
   TABLET (768px–991px)
========================= */
@media (min-width: 768px) and (max-width: 991px) {

    .cs-mega {
        display: block;
        padding: 30px;
    }

    .mega-left {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

  
    .cs-mega .col-md-4 {
        width: 48%;
        max-width: 48%;
        display: inline-block;
        vertical-align: top;
    }

   
    .mega-text {
        padding-left: 0;
        text-align: left;
    }

    .mega-text p {
        font-size: 16px;
    }
}


@media (min-width: 850px) and (max-width: 991px) {
    .cs-mega .col-md-4:nth-child(3) {
        margin-left: 4%;
    }
}


@media (max-width: 849px) {
    .cs-mega .col-md-4:nth-child(3) {
        margin-left: 0;
    }
}


/* =========================
   SMALL DESKTOP (992px–1200px)
========================= */
@media (min-width: 992px) and (max-width: 1200px) {

    .cs-mega {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 40px;
        padding: 30px 60px;
    }

    /* LEFT COLUMN */
    .mega-left {
        flex: 0 0 30%;
        max-width: 30%;
    }

    /* MIDDLE + RIGHT */
    .cs-mega .col-md-4 {
        flex: 0 0 30%;
        max-width: 30%;
    }

    /* TEXT FIX */
    .mega-text {
        padding-left: 0;
        text-align: left;
    }

    .mega-text p {
        font-size: 18px;
    }
}


/* =========================
   NEST HUB / LARGE TABLET (1201px–1366px)
========================= */
@media (min-width: 1201px) and (max-width: 1366px) {

    .cs-mega {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;

        padding: 30px 80px;   
        gap: 30px;          
    }

    /* LEFT COLUMN  */
    .mega-left {
        flex: 0 0 28%;
        max-width: 28%;
    }

    /* MIDDLE + RIGHT */
    .cs-mega .col-md-4 {
        flex: 0 0 30%;
        max-width: 30%;
    }

    /* TEXT FIX */
    .mega-text {
        padding-left: 0;
        text-align: left;
    }

    .mega-text p {
        font-size: 18px;
        max-width: 100%;
    }
}


/* =========================
   LAPTOP (1100px–1400px)
========================= */
@media (min-width: 1100px) and (max-width: 1400px) {

    .cs-mega {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;

        padding: 30px 80px;  
        gap: 30px;           
    }

    /* LEFT COLUMN  */
    .mega-left {
        flex: 0 0 28%;
        max-width: 28%;
    }

    /* MIDDLE + RIGHT COLUMNS */
    .cs-mega .col-md-4,
    .mega-links {
        flex: 0 0 30%;
        max-width: 30%;
        padding-left: 0;
    }

    /* LINKS */
    .mega-links a,
    .cs-mega-links a {
        gap: 12px;
        white-space: normal;   
        line-height: 1.5;
    }

    /* TEXT FIX */
    .mega-text {
        padding-left: 0;
        text-align: left;
    }

    .mega-text p {
        max-width: 100%;
        font-size: 18px;
    }
}

/* =========================
   LARGE DESKTOP (1367px–1600px)
========================= */
@media (min-width: 1367px) and (max-width: 1700px) {

    .cs-mega {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;

        padding: 40px 120px;  
        gap: 40px;         
    }

    /* LEFT COLUMN */
    .mega-left {
        flex: 0 0 28%;
        max-width: 28%;
    }

    /* MIDDLE + RIGHT */
    .cs-mega .col-md-4 {
        flex: 0 0 30%;
        max-width: 30%;
    }

    /* TEXT */
    .mega-text {
        padding-left: 0;
        text-align: left;
    }

    .mega-text p {
        font-size: 20px;
        max-width: 100%;
    }

    /* LINKS */
    .cs-mega-links a {
        line-height: 1.6;
    }
}

@media (min-width: 1601px) {

    .cs-mega {
        padding: 40px 180px;  
        gap: 50px;
    }
}


.eds_pageDetails > div {
  
    margin-bottom: 0px !important;
}

.eds_news_BlogOne .publish_date {
	display: none !important;
}

.headingh1-underline-cspercent {
    width: 40%;
}

.headingh1-underline-dfpercent {
    width: 70%;
}

.headingh1-underlineleft-chpercent {
    width: 82% !important;
}

.headingh1-underlineleft-rbpercent {
    width: 55% !important;
}
.headingh1-underlineleft-scpercent {
    width: 35% !important;
}

.headingh1-underlineleft-empercent {
    width: 50% !important;
}
.headingh1-underlineleft-rspercent {
    width: 38% !important;
}

@media screen and (min-width: 768px)  and (max-width: 1023px) {
.headingh1-underline-cspercent {
    width: 50% !important;
}
.headingh1-underline-dfpercent {
    width: 48% !important;
}
.headingh1-underlineleft-chpercent {
    width: 52% !important;
}
.headingh1-underlineleft-rbpercent {
    width: 23% !important;
}
.headingh1-underlineleft-scpercent {
    width: 68% !important;
}

.headingh1-underlineleft-empercent {
    width: 17% !important;
}

.headingh1-underlineleft-rspercent {
    width: 72% !important;
}
.headingh1-underlineleft-60percent {
    width: 57% !important;
}

.headingh1-underlineleft-60percent {
.headingh1-underlineleft {
    border-top: 2px solid var(--color-blue-80) !important;
    width: 20%;
    /* max-width: 120px; */
    margin: 0;
    padding-bottom: 20px;
    margin-left: 161px;
    margin-right: 0;
}
}
@media screen and (min-width: 375px)  and (max-width: 767px) {
.headingh1-underline-cspercent {
    width: 65% !important;
}
.headingh1-underline-dfpercent {
    width: 60%;
}
.headingh1-underlineleft-chpercent {
    width: 61% !important;
}

.headingh1-underlineleft-rbpercent {
    width: 75% !important;
}
.headingh1-underlineleft-scpercent {
    width: 10% !important;
}
.headingh1-underlineleft {
	    margin-left: 119px;
}

.headingh1-underlineleft-empercent {
    width: 70% !important;
}
.headingh1-underlineleftwhite-35percent {
    width: 48% !important;
}
.headingh1-underlineleftwhite {
    border-top: 2px solid var(--color-white-100) !important;
    width: 20%;
    /* max-width: 120px; */
    margin: 0;
    padding-bottom: 20px;
    margin-left: 85px;
    margin-right: 0;
}
}



.eds_news_BlogOne .article.standalone .in_article_image.left {
	
	display: none;
}




.hero {
  position: relative;
  height: 400px;
  overflow: hidden;
  background: #f5f7fa;
}


.hero-image img {
  width: 120%;              
  transform: perspective(1000px) rotateY(-15deg) rotateX(5deg);
  transform-origin: left center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

/* TEXT */
.hero-text {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  max-width: 400px;
}

.hero-text h2 {
  margin: 0 0 10px;
  font-size: 28px;
}

.hero-text p {
  margin: 0;
  font-size: 16px;
  color: #555;
}




/* bento card starts */

.bento-section-wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 1.5rem;

}

.bento-section-wrapper *,
.bento-section-wrapper *::before,
.bento-section-wrapper *::after {
  box-sizing: border-box;
}

.bento-header {
  margin-bottom: 2rem;
}

.bento-section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.02em;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem; 
  align-items: stretch; 
}

.bento-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;

  padding: 2.5rem 2rem; 
  display: flex;
  flex-direction: column;
  min-height: auto; 
  height: 100%; 

  background-color: #ffffff; 
  border: 1px solid #e2e8f0; 
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s ease;
}

.bento-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}


.bento-card-bg {
  position: absolute;
  top: 10%;
  right: -10%; 
  width: 55%; 
  height: 80%;
  z-index: 1;
  background-size: contain; 
  background-repeat: no-repeat;
  background-position: right center;
  transition: transform 0.5s ease;
  filter: none; 
}

.bento-card-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.4) 15%,
    rgba(255, 255, 255, 0) 100%
  );
}

.bento-card:hover .bento-card-bg {
  transform: scale(1.05) translateX(-5px); 
}

.bento-card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 60%; 
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

/* HIGH READABILITY NUMBERS */
.bento-num {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #0284c7; 
  margin-bottom: 0.75rem;
}

/* HIGH READABILITY TITLES */
.bento-title {
  font-size: 20px;
  font-weight: 700; 
  line-height: 1.35;
  color: var(--color-blue-80); 
  margin: 0 0 1rem 0;
  letter-spacing: -0.01em;
}

.bento-text {
  font-size: 0.925rem; 
  line-height: 1.6;
  color: var(--bodytext-color); 
  margin: 0 0 0.85rem 0;
  font-weight: 400; 
}

.bento-text:last-child {
  margin-bottom: 0;
}





/* bento card end */
.sec-section 
  background: #f8fafc; 
  color: #1e293b; 
  font-family: 'Inter', sans-serif;
  padding: 100px 24px;
}

.sec-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr; 
  gap: 64px;
  align-items: center;
}



/* Left Column: Visual Image Container */
.sec-visual-side {
  position: relative;
}

.sec-image-wrapper {
  background: #0f172a; /* Dark sleek base to pop contrast */
  border-radius: 24px;
  padding: 16px;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.15);
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.sec-display-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  /* Add an actual dashboard url in the src below */
}

/* Right Column: Text & Structured Features */
.sec-content-side {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sec-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1e40af; 
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
}

.sec-header p {
  font-size: 16px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* Vertical Stacked Features list */
.sec-features-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sec-feature-row {
  display: flex;
  gap: 20px;
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.sec-feature-row:hover {
  border-color: #3b82f6;
  transform: translateX(4px);
  box-shadow: 0 10px 20px -5px rgba(0,0,0,0.05);
}

.sec-icon-box {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: rgba(59, 130, 246, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
}

.sec-info h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1e40af; 
  margin: 0 0 6px 0;
}

.sec-info p {
  font-size: 14px;
  color: #1e293b; 
  line-height: 1.5;
  margin: 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

/* =========================
   HEADER
========================= */
.demo-header {
  margin-bottom: 40px;
  font-family: sans-serif;
}

.demo-header h1 {
  text-align: left;
}

.demo-subtext {
  color: #4a5568;
  font-size: 16px;
  max-width: 650px;
  line-height: 1.6;
}

/* =========================
   BENEFITS GRID
========================= */
.demo-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
  font-family: sans-serif;
}

.benefit-card {
  background-color: #f7fafc;
  border-left: 4px solid #2b6cb0;
  padding: 24px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.benefit-card h3 {
  color: #1a365d;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.benefit-card p {
  color: #4a5568;
  font-size: 14px;
  line-height: 1.5;
}

/* =========================
   NEXT SECTION
========================= */
.demo-next {
  background-color: var(--color-blue-80);
  padding: 32px;
  border-radius: 12px;
  color: white;
  margin-bottom: 30px;

}

.demo-next h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: white;
}

.demo-next p {
  color: #e2e8f0;
  font-size: 15px;
  line-height: 1.6;
  max-width: 700px;
  
}

@media screen and (max-width: 767px) {
    .demo-benefits {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .benefit-card {
        padding: 16px;
    }

    .benefit-card h3 {
        font-size: 16px;
    }

    .benefit-card p {
        font-size: 13px;
    }
}

/* --- Process Timeline Section Styling --- */

.process-timeline-section {
    width: 100%;
    clear: both;
    padding: 40px 0;
    box-sizing: border-box;
}

.acu-row-timeline-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    margin-top: 40px;
}

.acu-horizontal-line {
    position: absolute;
    top: 20px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #e5e7eb;
    z-index: 1;
}

.acu-timeline-column {
    position: relative;
    z-index: 2;
    flex: 1 1 23%;
    max-width: 23%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.process-icon-container {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,.05);
}

.process-icon-container svg {
    width: 18px;
    height: 18px;
}

.process-step-title {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 10px;
    white-space: nowrap;
}

.process-step-description {
    font-size: 16px;
    line-height: 1.45;
    color: #475569;
    margin: 0;
    padding: 0 5px;
}

.process-step-purple .process-icon-container {
    border: 2px solid #6b21a8;
    color: #6b21a8;
}

.process-step-green .process-icon-container {
    border: 2px solid #10b981;
    color: #10b981;
}

.process-step-orange .process-icon-container {
    border: 2px solid #f59e0b;
    color: #f59e0b;
}

.process-step-blue .process-icon-container {
    border: 2px solid #0284c7;
    color: #0284c7;
}

/* Keeps the horizontal layout on iPad/tablets, collapses on mobile */
@media (max-width: 640px) {

    .acu-row-timeline-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .acu-horizontal-line {
        display: none;
    }

    .acu-timeline-column {
        width: 100%;
        max-width: 100%;
        flex: none;
    }

    .process-step-title {
        white-space: normal;
    }

    .process-step-description {
        padding: 0 15px;
    } 
}


.feedback-hero {
  font-family:  var(--csfontfamily-h1);
  /* background-color: #f8fafc; */
  padding: 2rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

/* Modern Clean Box Styling */
.feedback-box {
  background-color: var(--color-grey-10);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 3.5rem 2.5rem;
  max-width: 720px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
}

.feedback-heading {
  color: var(--color-blue-80);
  font-size: clamp(1.5rem, 4vw, 2.125rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 0 0 10px 0;
}

.feedback-accent {
  width: 460px;
  height: 2px;
  background-color: var(--primary-indigo);
  margin-bottom: 1rem;
  border-radius: 99px;
}

.feedback-text {
  color: var(--bodytext-color);
  font-size: 16px;
  /* font-weight: 400; */
  line-height: 1.8;
  margin: 0;
  text-wrap: balance;
}

.mid-content .CustomServePageText p {
    max-width: 850px;
    margin-left: auto !important;
    margin-right: auto !important;
}



/* ==========================================================================
   FLOATING CONTENT BOX - FINAL FLUID TABLET & NOTEBOOK LAYOUT STYLES
   ========================================================================== */

/* --- SHARED GLOBAL DESIGN STYLES --- */
.floatingcontent_bxu .eds_icon {
    width: 32px !important;
    height: 32px !important;
    background-color: #d97470 !important; 
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    z-index: 2 !important;
    transition: background-color 0.3s ease !important;
}

.floatingcontent_bxu button.edsfnl_action {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    cursor: pointer !important;
    font-family: inherit;
    text-align: left;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    pointer-events: auto !important;
}

.floatingcontent_bxu button.edsfnl_action .btn_txt {
    transition: color 0.3s ease !important;
}

.floatingcontent_bxu ul li:hover .eds_icon {
    background-color: #4a51a3 !important; 
}

.floatingcontent_bxu ul li:hover button.edsfnl_action .btn_txt {
    color: #4a51a3 !important; 
}

.floatingcontent_bxu .mobile-toggle-text {
    display: none !important; 
}

/* Stops your anchor jumps exactly 140px before the section top so headers never hide titles */
#insightplatform, #csinpractice, #structuredinsight, #insighttoaction, #outcomes, #listeningtoaction, #builtforprof {
    scroll-margin-top: 140px !important;
}


/* --- 1. WIDESCREEN DESKTOP VIEWPORTS (Screens 1451px and wider) --- */
@media screen and (min-width: 1451px) {
    .floatingcontent_bxu {
        position: fixed !important;
        left: 15px !important; 
        width: 220px !important; 
        background: transparent !important;
        box-shadow: none !important;
        z-index: 99999 !important; 
        box-sizing: border-box !important;
        top: 520px !important; 
        transform: translateY(0%) !important;
        animation: shiftToCenter_bxu linear both;
        animation-timeline: scroll(root);
        animation-range: 0px 350px;
    }

    .floatingcontent_bxu ul::before {
        content: '' !important;
        position: absolute !important;
        top: 15px !important;
        bottom: 15px !important;
        left: 15px !important; 
        width: 2px !important;
        background-color: #d97470 !important; 
    }

    .floatingcontent_bxu ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        position: relative !important;
        width: 220px !important; 
    }

    .floatingcontent_bxu ul li {
        position: relative !important;
        padding: 10px 0 10px 0 !important; 
        display: flex !important;
        align-items: center !important;
        min-height: 40px !important;
    }

    .floatingcontent_bxu button.edsfnl_action {
        flex-direction: row !important;
    }

    .floatingcontent_bxu button.edsfnl_action .eds_icon {
        margin-right: 13px !important;
        flex-shrink: 0 !important;
    }

    .floatingcontent_bxu button.edsfnl_action .btn_txt {
        color: #1a365d !important; 
        font-size: 13px !important; 
        font-weight: 500 !important; 
        line-height: 1.3 !important;
        white-space: normal !important; 
        word-wrap: break-word !important; 
        width: 100% !important;
    }
}

@keyframes shiftToCenter_bxu {
    0% { top: 530px !important; transform: translateY(0%) !important; }
    100% { top: 50% !important; transform: translateY(-50%) !important; }
}


/* --- 2. TABLETS & SMALL LAPTOPS (Screens 768px up to 1450px) --- */
@media screen and (min-width: 768px) and (max-width: 1450px) {
    .floatingcontent_bxu {
        position: fixed !important;
        bottom: 0px !important;
        left: 0px !important;
        top: auto !important;
        width: 100% !important;
        transform: none !important;
        animation: none !important; 
        background-color: rgba(255, 255, 255, 0.98) !important;
        backdrop-filter: blur(10px) !important;
        box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.08) !important;
        padding: 12px 20px !important; /* Balanced safety interior gutters */
        z-index: 999999 !important;
        box-sizing: border-box !important;
        overflow: hidden !important; /* Cleans up horizontal clipping tracks */
    }

    .floatingcontent_bxu ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        
        /* FIX: Fluid box configuration scales layout beautifully inside the monitor view */
        width: 100% !important; 
        justify-content: space-between !important; 
        gap: 10px !important; 
    }

    /* Rotates timeline baseline bar completely sideways */
    .floatingcontent_bxu ul::before {
        content: '' !important;
        position: absolute !important;
        left: 30px !important;
        right: 30px !important;
        top: 16px !important; 
        height: 2px !important;
        width: auto !important;
        background-color: #d97470 !important;
    }

    .floatingcontent_bxu ul li {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        padding: 0 !important;
        margin: 0 !important;
        
        /* FIX: Adapts columns to proportionally scale down text on tighter screen panels */
        flex: 1 !important; 
        max-width: 135px !important; 
    }

    .floatingcontent_bxu button.edsfnl_action {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .floatingcontent_bxu button.edsfnl_action .eds_icon {
        margin-bottom: 8px !important; 
        position: relative !important;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        z-index: 3 !important;
    }

    .floatingcontent_bxu button.edsfnl_action .btn_txt {
        color: #1a365d !important;
        font-size: 11px !important; /* Tailored legibility size across iPads and Hub platforms */
        font-weight: 500 !important;
        line-height: 1.2 !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        display: block !important;
    }
}


/* --- 3. MOBILE PHONES (Screens 767px and narrower / iPhones) --- */
@media screen and (max-width: 767px) {
    .floatingcontent_bxu {
        display: none !important;
    }
}

.floatingcontent_bxu ul li {
    position: relative !important;
    padding: 6px 0 6px 0 !important; 
    display: flex !important;
    align-items: center !important;
    min-height: 34px !important;
}

/* Ensure the system doesn't wrap columns on larger screens */
@media screen and (min-width: 768px) {
    .acu-row-timeline-wrapper {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }
}

/* Stacks neatly ONLY on small smartphones */
@media screen and (max-width: 767px) {
    .acu-row-timeline-wrapper {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
    }
    .acu-horizontal-line {
        top: 0 !important;
        bottom: 0 !important;
        left: 20px !important;
        right: auto !important;
        width: 2px !important;
        height: auto !important;
    }
    .acu-timeline-column {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        text-align: left !important;
    }
    .process-icon-container {
        margin-bottom: 0 !important;
        margin-right: 15px !important;
        flex-shrink: 0 !important;
    }
    .process-step-title {
        white-space: normal !important;
    }
}
/* ==========================================================================
   SOLUTIONS MEGA MENU - 4 COLUMNS STRUCTURE (BALANCED RIGHT SIDE SHIFT)
   ========================================================================== */

/* --- 1. GLOBAL LAYOUT STYLES & TYPOGRAPHY (APPLIES TO ALL VIEWS: IPHONE, IPAD, DESKTOP) --- */
.mega-menu-highlight {
    color: var(--color-orange-80) !important;
    font-weight: 700 !important;
}

.mega-menu-leftcol3 h3 {
    font-size: 26px !important;
    line-height: 1.35 !important;
    color: var(--color-blue-80) !important;
    font-family: var(--csfontfamily-h1) !important;
    margin: 0 0 20px 0 !important;
    font-weight: 700 !important;
}

.mega-menu-leftcol3 p {
    font-size: 18px !important;
    line-height: 1.6 !important;
    color: var(--color-blue-80) !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

.mega-menu-col3 h4,
.mega-menu-col3 h5 {
    font-family: var(--csfontfamily-h1) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--color-orange-80) !important;
    margin: 0 0 12px 0 !important;
}

.mega-menu-col3 h5,
.challenges-title {
    margin-top: 30px !important;
}

.mega-menu-col3 ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.mega-menu-col3 li {
    margin-bottom: 8px !important;
    color: var(--color-blue-80) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 450 !important;
}

.mega-menu-col3 a {
    display: block !important;
    text-decoration: none !important;
    color: var(--color-blue-80) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 450 !important;
    word-break: normal !important;
}

.mega-menu-col3 a:hover {
    color: #268fe0 !important;
}

.mega-menu-col3 a::before,
.mega-menu-col3 a::after,
.mega-menu-col3 li::before,
.mega-menu-col3 li::after {
    content: none !important;
    display: none !important;
}

.updates-column ul {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.updates-column li {
    display: block !important;
    width: 100% !important;
    margin-bottom: 0px !important;
}



.updates-column a {
    color: var(--color-blue-80);
    font-style: normal !important;
    font-weight: 450 !important;
    line-height: 1.5 !important;
}

.info-item {
    color: #7a7a7a !important;
    cursor: default !important;
}

.updates-column a:hover {
    color: #268fe0 !important;
}

@media (max-width: 767px) {
   .mega-menu-leftcol3 p {
        font-size: 16px !important;
    }
}

/* --- 2. EXTRA LARGE MONITORS & WIDESCREEN DESKTOP VIEWPORTS (1367px AND WIDER) --- */
@media (min-width: 1367px) {
    .mega-menu-4columns {
        display: flex !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
        padding: 40px 15px !important;
        box-sizing: border-box !important;
    }

    .mega-menu-leftcol3 {
        flex: 0 0 340px !important;
        width: 340px !important;
        max-width: 340px !important;
        min-width: 340px !important;
        margin-left: -165px !important;
    }

    .mega-menu-4columns > .mega-menu-col3:nth-child(2) {
        flex: 0 0 18% !important;
        width: 18% !important;
        padding-left: 65px !important; 
        box-sizing: border-box !important;
    }
   
    .mega-menu-4columns > .mega-menu-col3:nth-child(3) {
        flex: 0 0 18% !important;
        width: 18% !important;
        padding-left: 146px !important;
        box-sizing: border-box !important;
    }
   
    .mega-menu-4columns > .mega-menu-col3:nth-child(4) {
        flex: 0 0 34% !important;
        width: 34% !important;
        padding-left: 259px !important;
        box-sizing: border-box !important;
    }

    .mega-menu-col3 h4,
    .mega-menu-col3 a,
    .info-item,
    .updates-column a {
        white-space: nowrap !important;
        overflow: visible !important;
    }
}


/* --- 3. MEDIUM LAPTOPS & LARGE SCREENS (1025px TO 1366px BREAKPOINTS) --- */
@media (min-width: 1025px) and (max-width: 1366px) {
    .mega-menu-4columns {
        display: flex !important;
        justify-content: space-between !important; 
        align-items: flex-start !important;
        max-width: 1200px !important; 
        margin: 0 auto !important;
        padding: 40px 15px !important;
        box-sizing: border-box !important;
    }

    .mega-menu-leftcol3 {
        flex: 0 0 320px !important; 
        width: 320px !important;
        max-width: 320px !important;
        min-width: 320px !important;
        margin-left: -18px !important;
    }

    .mega-menu-4columns > .mega-menu-col3:nth-child(2) {
        flex: 0 0 20% !important; 
        width: 20% !important;
        padding-left: 41px !important; 
        box-sizing: border-box !important;
    }
   
    .mega-menu-4columns > .mega-menu-col3:nth-child(3) {
        flex: 0 0 22% !important; 
        width: 22% !important;
        padding-left: 16px !important;
        box-sizing: border-box !important;
    }
   
    .mega-menu-4columns > .mega-menu-col3:nth-child(4) {
        flex: 0 0 24% !important; 
        width: 32% !important;
        padding-left: 0px !important;
        box-sizing: border-box !important;
    }


    .mega-menu-col3 h4,
    .mega-menu-col3 li,
    .mega-menu-col3 a,
    .info-item,
    .updates-column li,
    .updates-column a {
        white-space: nowrap !important; 
        overflow: visible !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }
}



/* --- 4. THE NEST HUB FIX: MID-SIZE TABLETS & IPAD VIEWPOTS (768px TO 1024px) --- */

@media (min-width: 768px) and (max-width: 1024px) {
    .mega-menu-4columns {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important; 
        gap: 32px !important;
        padding: 30px !important;
    }

    .mega-menu-leftcol3 {
        grid-column: 1 / -1 !important; 
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
        margin-left: 0 !important; 
    }

    .mega-menu-col3 {
        min-width: 0 !important;
        width: 100% !important;
        flex: none !important;
        padding-left: 0 !important; 
    }

    .mega-menu-col3 h4,
    .mega-menu-col3 a,
    .info-item,
    .updates-column a {
        white-space: normal !important;
        overflow-wrap: break-word !important;
    }

    .mega-menu-col3 h5,
    .challenges-title {
        margin-top: 20px !important;
    }

    .mega-menu-leftcol3 h3 {
        font-size: 22px !important;
    }
}


/* --- 5. IPHONE & SMARTPHONE MOBILE VIEWPORTS (767px AND SMALLER) --- */
@media (max-width: 767px) {
    .mega-menu-4columns {
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
        padding: 20px !important;
    }

    .mega-menu-leftcol3,
    .mega-menu-col3 {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        min-width: 0 !important;
        padding-left: 0 !important; 
    }

    .mega-menu-leftcol3 {
        margin-left: 0 !important;
    }

    .mega-menu-col3 h4,
    .mega-menu-col3 a,
    .info-item,
    .updates-column a {
        white-space: normal !important;
        overflow-wrap: break-word !important;
    }

    .mega-menu-col3 h5,
    .challenges-title {
        margin-top: 20px !important;
    }

    .mega-menu-leftcol3 h3 {
        font-size: 20px !important;
    }
}
/* --- FIXED SCREENSIZE CSS FOR SOLUTIONS VIEWPORTS (1367px TO 1754px) --- */
@media screen and (min-width: 1367px) and (max-width: 1754px) {
    .mega-menu-4columns {
        display: flex !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
        padding: 40px 15px !important;
        box-sizing: border-box !important;
    }

 
    .mega-menu-4columns .mega-menu-leftcol3 {
        flex: 0 0 280px !important;
        width: 280px !important;
        max-width: 280px !important;
        min-width: 280px !important;
        margin-left: 0 !important; 
    }

    /* Column 2 */
    .mega-menu-4columns > .mega-menu-col3:nth-child(2) {
        flex: 0 0 22% !important;
        width: 22% !important;
        padding-left: 30px !important; 
        box-sizing: border-box !important;
    }
   
    /* Column 3 */
    .mega-menu-4columns > .mega-menu-col3:nth-child(3) {
        flex: 0 0 22% !important;
        width: 22% !important;
        padding-left: 30px !important;
        box-sizing: border-box !important;
    }
   
    /* Column 4 */
    .mega-menu-4columns > .mega-menu-col3:nth-child(4) {
        flex: 0 0 24% !important;
        width: 24% !important;
        padding-left: 30px !important;
        box-sizing: border-box !important;
    }


    .mega-menu-4columns .mega-menu-col3 h4,
    .mega-menu-4columns .mega-menu-col3 h5,
    .mega-menu-4columns .mega-menu-col3 li,
    .mega-menu-4columns .mega-menu-col3 a,
    .mega-menu-4columns .info-item,
    .mega-menu-4columns .updates-column li,
    .mega-menu-4columns .updates-column a {
        white-space: normal !important; 
        overflow-wrap: break-word !important;
    }
}
/* --- FIXED SCREENSIZE CSS FOR TRANSITIONAL VIEWPORTS (1025px TO 1220px) --- */
@media screen and (min-width: 1025px) and (max-width: 1220px) {
    .mega-menu-platform-4columns,
    .mega-menu-4columns {
        display: flex !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        max-width: 100% !important;
        padding: 30px 15px !important;
        box-sizing: border-box !important;
        gap: 15px !important;
    }

 
    .mega-menu-platform-4columns .mega-menu-leftcol3,
    .mega-menu-4columns .mega-menu-leftcol3 {
        flex: 0 0 240px !important;
        width: 240px !important;
        max-width: 240px !important;
        min-width: 240px !important;
        margin-left: 0 !important;
    }


    .mega-menu-platform-4columns .mega-menu-col3 h4,
    .mega-menu-platform-4columns .mega-menu-col3 li,
    .mega-menu-platform-4columns .mega-menu-col3 a,
    .mega-menu-platform-4columns .info-item,
    .mega-menu-platform-4columns .updates-column li,
    .mega-menu-platform-4columns .updates-column a,
    .mega-menu-4columns .mega-menu-col3 h4,
    .mega-menu-4columns .mega-menu-col3 li,
    .mega-menu-4columns .mega-menu-col3 a,
    .mega-menu-4columns .info-item,
    .mega-menu-4columns .updates-column li,
    .mega-menu-4columns .updates-column a {
        white-space: normal !important; 
        overflow-wrap: break-word !important;
    }

    
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(2),
    .mega-menu-4columns > .mega-menu-col3:nth-child(2) {
        flex: 1 1 20% !important;
        width: 20% !important;
        padding-left: 10px !important;
        box-sizing: border-box !important;
    }
   
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(3),
    .mega-menu-4columns > .mega-menu-col3:nth-child(3) {
        flex: 1 1 22% !important;
        width: 22% !important;
        padding-left: 10px !important;
        box-sizing: border-box !important;
    }
   
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(4),
    .mega-menu-4columns > .mega-menu-col3:nth-child(4) {
        flex: 1 1 26% !important;
        width: 26% !important;
        padding-left: 10px !important;
        box-sizing: border-box !important;
    }
}


/* ==========================================================================
   SOLUTIONS MEGA MENU end
   ========================================================================== */
   
   
   
   

/* ==========================================================================
   PLATFORM MEGA MENU - 4 COLUMNS STRUCTURE 
   ========================================================================== */

/* --- 1. GLOBAL LAYOUT STYLES & TYPOGRAPHY (PLATFORM VIEW) --- */
.mega-menu-platform-4columns .mega-menu-highlight {
    color: var(--color-orange-80) !important;
    font-weight: 700 !important;
}

.mega-menu-platform-4columns .mega-menu-leftcol3 h3 {
    font-size: 26px !important;
    line-height: 1.35 !important;
    color: var(--color-blue-80) !important;
    font-family: var(--csfontfamily-h1) !important;
    margin: 0 0 20px 0 !important;
    font-weight: 700 !important;
}

.mega-menu-platform-4columns .mega-menu-leftcol3 p {
    font-size: 18px !important;
    line-height: 1.6 !important;
    color: var(--color-blue-80) !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

.mega-menu-platform-4columns .mega-menu-col3 h4,
.mega-menu-platform-4columns .mega-menu-col3 h5 {
    font-family: var(--csfontfamily-h1) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--color-orange-80) !important;
    margin: 0 0 12px 0 !important;
}

.mega-menu-platform-4columns .mega-menu-col3 h5,
.mega-menu-platform-4columns .challenges-title {
    margin-top: 30px !important;
}

.mega-menu-platform-4columns .mega-menu-col3 ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.mega-menu-platform-4columns .mega-menu-col3 li {
    margin-bottom: 8px !important;
    color: 7a7a7a !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 450 !important;
}

.mega-menu-platform-4columns .mega-menu-col3 a {
    display: block !important;
    text-decoration: none !important;
    color: var(--color-blue-80) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 450 !important;
    word-break: normal !important;
}

.mega-menu-platform-4columns .mega-menu-col3 a:hover {
    color: #268fe0 !important;
}

.mega-menu-platform-4columns .mega-menu-col3 a::before,
.mega-menu-platform-4columns .mega-menu-col3 a::after,
.mega-menu-platform-4columns .mega-menu-col3 li::before,
.mega-menu-platform-4columns .mega-menu-col3 li::after {
    content: none !important;
    display: none !important;
}

.mega-menu-platform-4columns .updates-column ul {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.mega-menu-platform-4columns .updates-column li {
    display: block !important;
    width: 100% !important;
    margin-bottom: 0px !important;
}

.mega-menu-platform-4columns .info-item {
    color: #7a7a7a !important;
    cursor: default !important;
}

.mega-menu-platform-4columns .updates-column a {
    color: var(--color-blue-80) !important;
    font-style: normal !important;
    font-weight: 450 !important;
    line-height: 1.5 !important;
}

.mega-menu-platform-4columns .updates-column a:hover {
    color: #268fe0 !important;
}


/* --- 2. EXTRA LARGE MONITORS & WIDESCREEN DESKTOP VIEWPORTS (1367px AND WIDER) --- */
@media (min-width: 1367px) {
    .mega-menu-platform-4columns {
        display: flex !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
        padding: 40px 15px !important;
        box-sizing: border-box !important;
    }

    .mega-menu-platform-4columns .mega-menu-leftcol3 {
        flex: 0 0 340px !important;
        width: 340px !important;
        max-width: 340px !important;
        min-width: 340px !important;
        margin-left: -146px !important;
    }

    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(2) {
        flex: 0 0 18% !important;
        width: 18% !important;
        padding-left: 131px !important; 
        box-sizing: border-box !important;
    }
   
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(3) {
        flex: 0 0 18% !important;
        width: 40% !important;
        padding-left: 318px !important;
        box-sizing: border-box !important;
    }
   
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(4) {
        flex: 0 0 34% !important;
        width: 34% !important;
        padding-left: 241px !important;
        box-sizing: border-box !important;
    }

    .mega-menu-platform-4columns .mega-menu-col3 h4,
    .mega-menu-platform-4columns .mega-menu-col3 a,
    .mega-menu-platform-4columns .info-item,
    .mega-menu-platform-4columns .updates-column a {
        white-space: nowrap !important;
        overflow: visible !important;
		min-width: 220px !important;
    }
}


/* --- 3. MEDIUM LAPTOPS & LARGE SCREENS (1025px TO 1366px BREAKPOINTS) --- */
@media (min-width: 1025px) and (max-width: 1366px) {
    .mega-menu-platform-4columns {
        display: flex !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
        padding: 40px 15px !important;
        box-sizing: border-box !important;
    }

    .mega-menu-platform-4columns .mega-menu-leftcol3 {
        flex: 0 0 320px !important;
        width: 320px !important;
        max-width: 320px !important;
        min-width: 320px !important;
        margin-left: 0 !important;
    }

    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(2) {
        flex: 0 0 20% !important;
        width: 20% !important;
        padding-left: 30px !important;
        box-sizing: border-box !important;
    }
   
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(3) {
        flex: 0 0 22% !important;
        width: 22% !important;
        padding-left: 30px !important;
        box-sizing: border-box !important;
    }
   
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(4) {
        flex: 0 0 24% !important;
        width: 24% !important;
        padding-left: 30px !important;
        box-sizing: border-box !important;
    }

    .mega-menu-platform-4columns .mega-menu-col3 h4,
    .mega-menu-platform-4columns .mega-menu-col3 li,
    .mega-menu-platform-4columns .mega-menu-col3 a,
    .mega-menu-platform-4columns .info-item,
    .mega-menu-platform-4columns .updates-column li,
    .mega-menu-platform-4columns .updates-column a {
        white-space: nowrap !important;
        overflow: visible !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }
}


/* --- 4. MID-SIZE TABLETS & IPAD VIEWPORTS (768px TO 1024px) --- */
@media (min-width: 768px) and (max-width: 1023px) {
    .mega-menu-platform-4columns {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important; 
        gap: 24px !important;
        padding: 30px !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }

    .mega-menu-platform-4columns .mega-menu-leftcol3 {
        grid-column: 1 / -1 !important; 
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
        margin-left: 0 !important; 
    }

    .mega-menu-platform-4columns .mega-menu-col3 {
        min-width: 0 !important;
        width: 100% !important;
        flex: none !important;
        padding-left: 0 !important; 
    }

 
    .mega-menu-platform-4columns .mega-menu-col3 h4,
    .mega-menu-platform-4columns .mega-menu-col3 li,
    .mega-menu-platform-4columns .mega-menu-col3 a,
    .mega-menu-platform-4columns .info-item,
    .mega-menu-platform-4columns .updates-column li,
    .mega-menu-platform-4columns .updates-column a {
        white-space: normal !important; 
        overflow-wrap: break-word !important;
        word-break: normal !important;
    }

    .mega-menu-platform-4columns .mega-menu-col3 h5,
    .mega-menu-platform-4columns .challenges-title {
        margin-top: 20px !important;
    }

    .mega-menu-platform-4columns .mega-menu-leftcol3 h3 {
        font-size: 22px !important;
    }
}
/* --- 3.5 TARGETED FIX SPECIFICALLY FOR EXACTLY 1024px VIEWPOTS (NEST HUB) --- */
@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .mega-menu-platform-4columns {
        display: flex !important;
        justify-content: space-between !important; 
        align-items: flex-start !important;
        max-width: 100% !important;
        padding: 40px 20px !important;
        box-sizing: border-box !important;
    }


    .mega-menu-platform-4columns .mega-menu-leftcol3 {
        flex: 0 0 280px !important;
        width: 280px !important;
        max-width: 280px !important;
        min-width: 280px !important;
        margin-left: 0 !important;
    }

 
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(2) {
        flex: 0 0 22% !important;
        width: 22% !important;
        padding-left: 20px !important; 
        box-sizing: border-box !important;
    }
   
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(3) {
        flex: 0 0 20% !important;
        width: 20% !important;
        padding-left: 25px !important; 
        box-sizing: border-box !important;
    }
   
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(4) {
        flex: 0 0 20% !important;
        width: 20% !important;
        padding-left: 25px !important; 
        box-sizing: border-box !important;
    }

    
    .mega-menu-platform-4columns .mega-menu-col3 h4,
    .mega-menu-platform-4columns .mega-menu-col3 li,
    .mega-menu-platform-4columns .mega-menu-col3 a,
    .mega-menu-platform-4columns .info-item,
    .mega-menu-platform-4columns .updates-column li,
    .mega-menu-platform-4columns .updates-column a {
        white-space: normal !important; 
        overflow-wrap: break-word !important;
    }
}




/* --- 5. IPHONE & SMARTPHONE MOBILE VIEWPORTS (767px AND SMALLER) --- */
@media (max-width: 767px) {
    .mega-menu-platform-4columns {
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
        padding: 20px !important;
    }

    .mega-menu-platform-4columns .mega-menu-leftcol3,
    .mega-menu-platform-4columns .mega-menu-col3 {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        min-width: 0 !important;
        padding-left: 0 !important; 
    }

    .mega-menu-platform-4columns .mega-menu-leftcol3 {
        margin-left: 0 !important;
    }

    .mega-menu-platform-4columns .mega-menu-col3 h4,
    .mega-menu-platform-4columns .mega-menu-col3 a,
    .mega-menu-platform-4columns .info-item,
    .mega-menu-platform-4columns .updates-column a {
        white-space: normal !important;
        overflow-wrap: break-word !important;
    }

    .mega-menu-platform-4columns .mega-menu-col3 h5,
    .mega-menu-platform-4columns .challenges-title {
        margin-top: 20px !important;
    }

    .mega-menu-platform-4columns .mega-menu-leftcol3 h3 {
        font-size: 20px !important;
    } 
	.mega-menu-platform-4columns .mega-menu-leftcol3 p {
    font-size: 16px !important;
	}
}

/* --- FIXED SCREENSIZE CSS FOR VIEWPORTS (1367px TO 1754px) --- */
@media screen and (min-width: 1367px) and (max-width: 1754px) {
    .mega-menu-platform-4columns {
        display: flex !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
        padding: 40px 15px !important;
        box-sizing: border-box !important;
    }

  
    .mega-menu-platform-4columns .mega-menu-leftcol3 {
        flex: 0 0 280px !important;
        width: 280px !important;
        max-width: 280px !important;
        min-width: 280px !important;
        margin-left: 0 !important; 
    }

    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(2) {
        flex: 0 0 22% !important;
        width: 22% !important;
        padding-left: 25px !important; 
        box-sizing: border-box !important;
    }
   
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(3) {
        flex: 0 0 22% !important;
        width: 22% !important;
        padding-left: 25px !important;
        box-sizing: border-box !important;
    }
   
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(4) {
        flex: 0 0 22% !important;
        width: 22% !important;
        padding-left: 25px !important;
        box-sizing: border-box !important;
    }

 
    .mega-menu-platform-4columns .mega-menu-col3 h4,
    .mega-menu-platform-4columns .mega-menu-col3 li,
    .mega-menu-platform-4columns .mega-menu-col3 a,
    .mega-menu-platform-4columns .info-item,
    .mega-menu-platform-4columns .updates-column li,
    .mega-menu-platform-4columns .updates-column a {
        white-space: normal !important; 
        overflow-wrap: break-word !important;
    }
}
/* --- FIXED SCREENSIZE CSS FOR PLATFORM VIEWPORTS (1367px TO 1754px) --- */
@media screen and (min-width: 1367px) and (max-width: 1754px) {
    .mega-menu-platform-4columns {
        display: flex !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
        padding: 40px 15px !important;
        box-sizing: border-box !important;
    }

   
    .mega-menu-platform-4columns .mega-menu-leftcol3 {
        flex: 0 0 280px !important;
        width: 280px !important;
        max-width: 280px !important;
        min-width: 280px !important;
        margin-left: 0 !important; 
    }

    /* Column 2 */
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(2) {
        flex: 0 0 22% !important;
        width: 22% !important;
        padding-left: 30px !important; 
        box-sizing: border-box !important;
    }
   
    /* Column 3 */
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(3) {
        flex: 0 0 22% !important;
        width: 22% !important;
        padding-left: 30px !important;
        box-sizing: border-box !important;
    }
   
    /* Column 4 */
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(4) {
        flex: 0 0 24% !important;
        width: 24% !important;
        padding-left: 30px !important;
        box-sizing: border-box !important;
    }

   
    .mega-menu-platform-4columns .mega-menu-col3 h4,
    .mega-menu-platform-4columns .mega-menu-col3 h5,
    .mega-menu-platform-4columns .mega-menu-col3 li,
    .mega-menu-platform-4columns .mega-menu-col3 a,
    .mega-menu-platform-4columns .info-item,
    .mega-menu-platform-4columns .updates-column li,
    .mega-menu-platform-4columns .updates-column a {
        white-space: normal !important; 
        overflow-wrap: break-word !important;
    }
}

/* --- FIXED SCREENSIZE CSS FOR PLATFORM TRANSITIONAL VIEWPORTS (1025px TO 1220px) --- */
@media screen and (min-width: 1025px) and (max-width: 1220px) {
    .mega-menu-platform-4columns {
        display: flex !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        max-width: 100% !important;
        padding: 30px 15px !important;
        box-sizing: border-box !important;
        gap: 15px !important; 
    }

  
    .mega-menu-platform-4columns .mega-menu-leftcol3 {
        flex: 0 0 240px !important;
        width: 240px !important;
        max-width: 240px !important;
        min-width: 240px !important;
        margin-left: 0 !important; 
    }

  
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(2) {
        flex: 1 1 20% !important;
        width: 20% !important;
        padding-left: 10px !important;
        box-sizing: border-box !important;
    }
   
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(3) {
        flex: 1 1 22% !important;
        width: 22% !important;
        padding-left: 10px !important;
        box-sizing: border-box !important;
    }
   
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(4) {
        flex: 1 1 26% !important;
        width: 26% !important;
        padding-left: 10px !important;
        box-sizing: border-box !important;
    }

   
    .mega-menu-platform-4columns .mega-menu-col3 h4,
    .mega-menu-platform-4columns .mega-menu-col3 li,
    .mega-menu-platform-4columns .mega-menu-col3 a,
    .mega-menu-platform-4columns .info-item,
    .mega-menu-platform-4columns .updates-column li,
    .mega-menu-platform-4columns .updates-column a {
        white-space: normal !important; 
        overflow-wrap: break-word !important;
    }
}


/* ==========================================================================
   PLATFORM MEGA MENU  end
   ========================================================================== */

.careers-content .CustomServePageText p {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.eds_floatingMenuStyle1 > ul > li > a {
    background: transparent !important;
}


.eds_headerBackground {
 
    background-color: var(--color-white-text) !important;
  
}

/* ===================================================
   1. STABLE DESKTOP-ONLY LAYOUT CONFIGURATION
   =================================================== */
@media (min-width: 992px) {
    .mega-menu-3columns, 
    .mega-menu-4columns {
        margin-top: 0px !important;
        padding-top: 40px !important; 
    }

  
    .edsmm_level_1 {
        transform: translateY(-12px) !important; 
        padding-top: 12px !important;
        pointer-events: auto !important;
        overflow: visible !important;
        
 
        opacity: 0 !important;
        visibility: hidden !important;
        transition: opacity 0.4s ease, visibility 0.4s ease !important;
        transition-delay: 0.3s !important; 
    }

   
    .responsAbilityMenu .raMenuWrapper > ol > li:hover .edsmm_level_1,
    .responsAbilityMenu .raMenuWrapper > ol > li > span:hover + .edsmm_level_1,
    .responsAbilityMenu .raMenuWrapper > ol > li > a:hover + .edsmm_level_1,
    .edsmm_level_1:hover {
        opacity: 1 !important;
        visibility: visible !important;
        transition-delay: 0s !important; 
    }

    /* Desktop-only stabilization margin */
    .responsAbilityMenu .raMenuWrapper > ol > li > span .edsmm_itemContainer {
        margin-top: 18px !important; 
    }


    .responsAbilityMenu .raMenuWrapper > ol > li > span,
    .responsAbilityMenu .raMenuWrapper > ol > li > a {
        display: flex !important;
        align-items: center !important;
        
        width: auto !important; 
        padding: 16px 3px !important;    
        margin: -14px 0 0 0 !important; 
    }
    

    .responsAbilityMenu .raMenuWrapper {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important; 
    }


    .responsAbilityMenu .raMenuWrapper > ol {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important; 
        justify-content: flex-end !important;
    }
}

/* ===================================================
   1. STABLE DESKTOP-ONLY LAYOUT CONFIGURATION
   =================================================== */
@media (min-width: 992px) {
    .mega-menu-3columns, 
    .mega-menu-4columns {
        margin-top: 0px !important;
        padding-top: 40px !important; 
    }

  
    .edsmm_level_1 {
        transform: translateY(-12px) !important; 
        padding-top: 12px !important;
        pointer-events: auto !important;
        overflow: visible !important;
        
        opacity: 0 !important;
        transition: opacity 0.5s ease-in-out !important;
    }


    .responsAbilityMenu .raMenuWrapper > ol > li:hover .edsmm_level_1 {
        opacity: 1 !important;
    }

  
    .responsAbilityMenu .raMenuWrapper > ol > li > span .edsmm_itemContainer {
        margin-top: 18px !important; 
    }

  
    .responsAbilityMenu .raMenuWrapper > ol > li > span,
    .responsAbilityMenu .raMenuWrapper > ol > li > a {
        display: flex !important;
        align-items: center !important;
        width: auto !important; 
        
        padding: 16px 3px !important; 
        
        margin: -14px 0 0 0 !important; 
    }
    

    .responsAbilityMenu .raMenuWrapper {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important; 
    }

  
    .responsAbilityMenu .raMenuWrapper > ol {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important; 
        justify-content: flex-end !important;
    }
}

/* ===================================================
   2. MOBILE IPHONE SIZING REWRITE (WITH ARROW CENTERING)
   =================================================== */
@media (max-width: 991px) {
   
    .edsmm_level_1 {
        transform: none !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
        opacity: 1 !important;
        transition: none !important;
    }

  
    .responsAbilityMenu .raMenuWrapper > ol > li > span .edsmm_itemContainer {
        margin-top: 0px !important; 
    }

   
    .responsAbilityMenu .raMenuWrapper > ol > li > span,
    .responsAbilityMenu .raMenuWrapper > ol > li > a {
        display: flex !important; 
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        padding: 12px 15px !important;
        margin: 0 !important; 
        position: relative !important; 
    }
    

    .responsAbilityMenu .raMenuWrapper ol li.edsmm_hasChild > span > .edsmm_childIndicator::after,
    .responsAbilityMenu.raMenuOpened .raMenuWrapper ol li.edsmm_hasChild > span > .edsmm_childIndicator::after {
        top: 50% !important; 
        transform: translateY(-50%) !important; 
        line-height: 38px !important; 
        font-size: 14px !important;
    }
}

/* ===================================================
   3. GLOBAL CUSTOM LOGO CONFIGURATIONS
   =================================================== */
/* .eds_logo.eds_logoHeader1 > a > img { */
    /* max-height: 53px !important; */
/* } */

/* .eds_logo > a > img { */
    /* max-width: 200px !important; */
/* } */


/* ==========================================================================
   MEGA MENU - 3 COLUMNS STRUCTURE
   ========================================================================== */


.mega-menu-leftcol {
    text-align: left !important;
}

.mega-menu-highlight {
    color: var(--color-orange-80) !important;
    font-weight: 700 !important;
}

.mega-menu-leftcol h3 {
    font-size: 26px !important;
    line-height: 1.4 !important;
    color: var(--color-blue-80) !important;
    font-family: var(--csfontfamily-h1) !important;
    margin-top: -5px !important;
    margin-bottom: 15px !important;
    font-weight: 700 !important;
    text-align: left !important;
}

.mega-menu-leftcol p {
    font-size: 18px !important;
    line-height: 1.6 !important;
    color: var(--color-blue-80) !important;
    text-align: left !important;
    font-weight: 500 !important;
}

.mega-menu-columns h4 {
    font-family: var(--csfontfamily-h1) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--color-orange-80) !important;
    margin: 0 0 12px 0 !important; 
}

.mega-menu-columns ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.mega-menu-columns li {
    margin-bottom: 10px !important;
}

.mega-menu-columns a {
    display: block !important;
    text-decoration: none !important;
    color: var(--color-blue-80) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 450 !important;
}

.mega-menu-columns a::before,
.mega-menu-columns a::after,
.mega-menu-columns li::before,
.mega-menu-columns li::after {
    content: none !important;
    display: none !important;
}

/* --- 2. EXTRA LARGE MONITORS & WIDESCREEN DESKTOP VIEWPORTS (1367px AND WIDER) --- */
@media (min-width: 1367px) {
    .mega-menu-3columns {
        display: flex !important;
        justify-content: space-between !important; 
        align-items: flex-start !important;
        gap: 170px !important; 
        max-width: 1200px !important; 
        margin: 0 auto !important;    
        padding: 40px 15px !important; 
        box-sizing: border-box !important;
    }

    .mega-menu-columns:first-child {
        flex: 0 0 340px !important;
        width: 340px !important;
        max-width: 340px !important; 
    }

    .mega-menu-columns:nth-child(2) {
        flex: 0 0 22% !important;
        width: 22% !important;
        padding-left: 40px !important; 
        box-sizing: border-box !important;
    }
    
    .mega-menu-columns:nth-child(3) {
        flex: 0 0 28% !important;
        width: 28% !important;
        padding-left: 40px !important; 
        box-sizing: border-box !important;
    }
}

/* --- 3. LAPTOPS, NEST HUB MAX & MEDIUM SCREENS (992px TO 1366px BREAKPOINTS) --- */
@media (min-width: 992px) and (max-width: 1366px) {
    .mega-menu-3columns {
        display: flex !important;
        justify-content: space-between !important; 
        align-items: flex-start !important;
        gap: 40px !important; 
        max-width: 100% !important; 
        padding: 40px 30px !important; 
        box-sizing: border-box !important;
    }

    /*  THE WRAPPING FIX: Tightened from 300px down to 255px to force strict text-breaks */
    .mega-menu-columns:first-child {
        flex: 0 0 255px !important;
        width: 255px !important;
        max-width: 255px !important; 
		padding-left: 40px;
    }

    /* Allocated slightly more fluid percentage area to columns 2 & 3 to accept the shifted spacing */
    .mega-menu-columns:nth-child(2) {
        flex: 0 0 28% !important;
        width: 28% !important;
        padding-left: 60px !important; 
        box-sizing: border-box !important;
    }
    
    .mega-menu-columns:nth-child(3) {
        flex: 0 0 32% !important;
        width: 32% !important;
        padding-left: 0 !important;
        box-sizing: border-box !important;
    }
}

/* --- 4. MID-SIZE TABLETS, IPAD PRO & STANDARD NEST HUB (768px TO 1024px BREAKPOINTS) --- */
@media (min-width: 768px) and (max-width: 1024px) {
    .mega-menu-3columns {
        display: flex !important;
        justify-content: space-between !important;
        padding: 30px 20px !important;
    }

    .mega-menu-columns:first-child {
        flex: 0 0 40% !important;
        width: 40% !important;
        max-width: 100% !important;
    }

    .mega-menu-columns:nth-child(2),
    .mega-menu-columns:nth-child(3) {
        flex: 0 0 26% !important;
        width: 26% !important;
        padding-left: 10px !important;
    }
    
    .mega-menu-leftcol h3 {
        font-size: 22px !important;
    }
    .mega-menu-leftcol p {
        font-size: 18px !important;
    }
}

/* --- 5. IPHONE & SMARTPHONE VIEWPORTS (767px AND SMALLER) --- */
@media (max-width: 767px) {
    .mega-menu-3columns {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 25px !important;
        padding: 20px !important;
    }

    .mega-menu-columns,
    .mega-menu-columns:first-child,
    .mega-menu-columns:nth-child(2),
    .mega-menu-columns:nth-child(3) {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding-left: 0 !important;
    }

    .mega-menu-leftcol h3 {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }
    .mega-menu-leftcol p {
        font-size: 16px !important;
    }
}

/* --- 6. TARGETED IPHONE / MOBILE MARGIN OVERRIDE --- */
@media screen and (max-width: 767px) {
    .mainbanner-title h1 {
        margin-top: 95px !important; 
    }
}

/* ==========================================================================
   INSIGHTS MEGA MENU - 3 COLUMNS STRUCTURE (INDEPENDENT SEPARATION)
   ========================================================================== */

.mega-menu-insights-3columns .mega-menu-leftcol {
    text-align: left !important;
}

.mega-menu-insights-3columns .mega-menu-highlight {
    color: var(--color-orange-80) !important;
    font-weight: 700 !important;
}

.mega-menu-insights-3columns .mega-menu-leftcol h3 {
    font-size: 26px !important;
    line-height: 1.4 !important;
    color: var(--color-blue-80) !important;
    font-family: var(--csfontfamily-h1) !important;
    margin-top: -5px !important;
    margin-bottom: 15px !important;
    font-weight: 700 !important;
    text-align: left !important;
}

.mega-menu-insights-3columns .mega-menu-leftcol p {
    font-size: 18px !important;
    line-height: 1.6 !important;
    color: var(--color-blue-80) !important;
    text-align: left !important;
    font-weight: 500 !important;
}

.mega-menu-insights-3columns .mega-menu-columns h4 {
    font-family: var(--csfontfamily-h1) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--color-orange-80) !important;
    margin: 0 0 12px 0 !important; 
}

.mega-menu-insights-3columns .mega-menu-columns ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.mega-menu-insights-3columns .mega-menu-columns li {
    margin-bottom: 10px !important;
}

.mega-menu-insights-3columns .mega-menu-columns a {
    display: block !important;
    text-decoration: none !important;
    color: var(--color-blue-80) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 450 !important;
}

.mega-menu-insights-3columns .mega-menu-columns a::before,
.mega-menu-insights-3columns .mega-menu-columns a::after,
.mega-menu-insights-3columns .mega-menu-columns li::before,
.mega-menu-insights-3columns .mega-menu-columns li::after {
    content: none !important;
    display: none !important;
}

/* --- 2. EXTRA LARGE MONITORS & WIDESCREEN DESKTOP VIEWPORTS (1367px AND WIDER) --- */
@media (min-width: 1367px) {
    .mega-menu-insights-3columns {
        display: flex !important;
        justify-content: space-between !important; 
        align-items: flex-start !important;
        gap: 170px !important; 
        max-width: 1200px !important; 
        margin: 0 auto !important;    
        padding: 40px 15px !important; 
        box-sizing: border-box !important;
    }

    .mega-menu-insights-3columns .mega-menu-columns:first-child {
        flex: 0 0 340px !important;
        width: 340px !important;
        max-width: 340px !important; 
    }

    .mega-menu-insights-3columns .mega-menu-columns:nth-child(2) {
        flex: 0 0 22% !important;
        width: 22% !important;
        padding-left: 6px !important; 
        box-sizing: border-box !important;
    }
    
    .mega-menu-insights-3columns .mega-menu-columns:nth-child(3) {
        flex: 0 0 28% !important;
        width: 28% !important;
        padding-left: 40px !important; 
        box-sizing: border-box !important;
    }
}

/* --- 3. LAPTOPS, NEST HUB MAX & MEDIUM SCREENS (992px TO 1366px BREAKPOINTS) --- */
@media (min-width: 992px) and (max-width: 1366px) {
    .mega-menu-insights-3columns {
        display: flex !important;
        justify-content: space-between !important; 
        align-items: flex-start !important;
        gap: 40px !important; 
        max-width: 100% !important; 
        padding: 40px 30px !important; 
        box-sizing: border-box !important;
    }

    .mega-menu-insights-3columns .mega-menu-columns:first-child {
        flex: 0 0 255px !important;
        width: 255px !important;
        max-width: 255px !important; 
		padding-left: 58px;
    }

    .mega-menu-insights-3columns .mega-menu-columns:nth-child(2) {
        flex: 0 0 28% !important;
        width: 28% !important;
        padding-left: 65px !important; 
        box-sizing: border-box !important;
    }
    
    .mega-menu-insights-3columns .mega-menu-columns:nth-child(3) {
        flex: 0 0 32% !important;
        width: 32% !important;
        padding-left: 32px !important;
        box-sizing: border-box !important;
    }
}

/* --- 4. MID-SIZE TABLETS, IPAD PRO & STANDARD NEST HUB (768px TO 1024px BREAKPOINTS) --- */
@media (min-width: 768px) and (max-width: 1024px) {
    .mega-menu-insights-3columns {
        display: flex !important;
        justify-content: space-between !important;
        padding: 30px 20px !important;
    }

    .mega-menu-insights-3columns .mega-menu-columns:first-child {
        flex: 0 0 40% !important;
        width: 40% !important;
        max-width: 100% !important;
    }

    .mega-menu-insights-3columns .mega-menu-columns:nth-child(2),
    .mega-menu-insights-3columns .mega-menu-columns:nth-child(3) {
        flex: 0 0 26% !important;
        width: 26% !important;
        padding-left: 10px !important;
    }
    
    .mega-menu-insights-3columns .mega-menu-leftcol h3 {
        font-size: 22px !important;
    }
    .mega-menu-insights-3columns .mega-menu-leftcol p {
        font-size: 18px !important;
    }
}

/* --- 5. IPHONE & SMARTPHONE VIEWPORTS (767px AND SMALLER) --- */
@media (max-width: 767px) {
    .mega-menu-insights-3columns {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 25px !important;
        padding: 20px !important;
    }

    .mega-menu-insights-3columns .mega-menu-columns,
    .mega-menu-insights-3columns .mega-menu-columns:first-child,
    .mega-menu-insights-3columns .mega-menu-columns:nth-child(2),
    .mega-menu-insights-3columns .mega-menu-columns:nth-child(3) {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding-left: 0 !important;
    }

    .mega-menu-insights-3columns .mega-menu-leftcol h3 {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }
    .mega-menu-insights-3columns .mega-menu-leftcol p {
        font-size: 16px !important;
    }
}

/* --- 6. TARGETED IPHONE / MOBILE MARGIN OVERRIDE --- */
@media screen and (max-width: 767px) {
    .mega-menu-insights-3columns .mainbanner-title h1 {
        margin-top: 95px !important;
    }
}


.updates-column ul li {
  color: #7a7a7a !important;
  cursor: default; 
}


.updates-column ul li a {
  color: #1a5490; 
  cursor: pointer;
  text-decoration: none;
}


.updates-column ul li a:hover {
  text-decoration: underline;
}


/* ---  TRANSITIONAL OVERRIDE FOR SMALL MONITORS (992px TO 1025px) --- */
@media screen and (min-width: 992px) and (max-width: 1250px) {

    .acu-transitional-row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 25px 15px !important; 
        box-sizing: border-box !important;
        gap: 59px !important;
    }

   
    .acu-transitional-row .mega-menu-leftcol3 {
        flex: 0 0 220px !important;
        width: 220px !important;
        max-width: 220px !important;
        min-width: 220px !important;
        margin-left: 0 !important; 
    }

 
    .acu-transitional-row > .mega-menu-col3:nth-child(2) { flex: 1 1 23% !important; width: 23% !important; padding-left: 21px !important; box-sizing: border-box !important; }
    .acu-transitional-row > .mega-menu-col3:nth-child(3) { flex: 1 1 23% !important; width: 23% !important; padding-left: 30px !important; box-sizing: border-box !important; }
    .acu-transitional-row > .mega-menu-col3:nth-child(4) { flex: 1 1 25% !important; width: 25% !important; padding-left: 5px !important; box-sizing: border-box !important; }

 
    .acu-transitional-row .mega-menu-leftcol3 h3 { font-size: 18px !important; margin-bottom: 10px !important; }
    .acu-transitional-row .mega-menu-leftcol3 p { font-size: 13px !important; line-height: 1.4 !important; }
    
    .acu-transitional-row .mega-menu-col3 h4,
    .acu-transitional-row .mega-menu-col3 h5 { font-size: 14px !important; margin-bottom: 6px !important; }
    
    .acu-transitional-row .mega-menu-col3 h5 { margin-top: 15px !important; }

  
    .acu-transitional-row .mega-menu-col3 li,
    .acu-transitional-row .mega-menu-col3 a {
        font-size: 12px !important;
        line-height: 1.35 !important;
        margin-bottom: 5px !important;
        white-space: normal !important; 
        overflow-wrap: break-word !important;
    }
}


/* --- PLATFORM  (992px TO 1024px ONLY) --- */
@media screen and (min-width: 992px) and (max-width: 1024px) {
   
    .mega-menu-platform-4columns {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        max-width: 100% !important;
        padding: 30px 15px !important;
        box-sizing: border-box !important;
        gap: 20px !important; 
    }

   
    .mega-menu-platform-4columns .mega-menu-leftcol3 {
        flex: 0 0 210px !important;
        width: 210px !important;
        max-width: 210px !important;
        min-width: 210px !important;
        margin-left: 0 !important; 
    }

   
    .mega-menu-platform-4columns .mega-menu-leftcol3 h3 {
        font-size: 20px !important;
        margin-bottom: 12px !important;
    }
    .mega-menu-platform-4columns .mega-menu-leftcol3 p {
        font-size: 14px !important;
        line-height: 1.45 !important;
    }


    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(2) {
        flex: 1 1 22% !important;
        width: 22% !important;
        padding-left: 20px !important;
        box-sizing: border-box !important;
    }
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(3) {
        flex: 1 1 22% !important;
        width: 22% !important;
        padding-left: 10px !important;
        box-sizing: border-box !important;
    }
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(4) {
        flex: 1 1 26% !important;
        width: 26% !important;
        padding-left: 10px !important;
        box-sizing: border-box !important;
    }

   
    .mega-menu-platform-4columns .mega-menu-col3 h4,
    .mega-menu-platform-4columns .mega-menu-col3 h5 {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }
    .mega-menu-platform-4columns .mega-menu-col3 h5,
    .mega-menu-platform-4columns .challenges-title {
        margin-top: 15px !important;
    }
    .mega-menu-platform-4columns .mega-menu-col3 li,
    .mega-menu-platform-4columns .mega-menu-col3 a,
    .mega-menu-platform-4columns .info-item,
    .mega-menu-platform-4columns .updates-column li,
    .mega-menu-platform-4columns .updates-column a {
        font-size: 12.5px !important; 
        line-height: 1.4 !important;
        white-space: normal !important; 
        overflow-wrap: break-word !important;
    }
}

/* --- ABOUT US MENU (992px TO 1250px ONLY) --- */
@media screen and (min-width: 992px) and (max-width: 1250px) {
 
    .mega-menu-3columns.acu-transitional-3col {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 25px 15px !important;
        box-sizing: border-box !important;
        gap: 132px !important;
    }

  
    .mega-menu-3columns.acu-transitional-3col .mega-menu-leftcol {
        flex: 0 0 230px !important;
        width: 230px !important;
        max-width: 230px !important;
        min-width: 230px !important;
        margin-left: 0 !important;
        padding-left: 51px !important;
    }

    
    .mega-menu-3columns.acu-transitional-3col .mega-menu-leftcol h3 {
        font-size: 20px !important; 
        margin-bottom: 10px !important;
    }
    
    .mega-menu-3columns.acu-transitional-3col .mega-menu-leftcol p {
        font-size: 13.5px !important; 
        line-height: 1.45 !important;
    }

  
    .mega-menu-3columns.acu-transitional-3col .mega-menu-columns:nth-child(2),
    .mega-menu-3columns.acu-transitional-3col .mega-menu-columns:nth-child(3) { 
        flex: 1 1 28% !important; 
        width: 28% !important; 
        padding-left: -10px !important; 
        box-sizing: border-box !important; 
    }


    .mega-menu-3columns.acu-transitional-3col .mega-menu-columns h4 {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }

    .mega-menu-3columns.acu-transitional-3col .mega-menu-columns li,
    .mega-menu-3columns.acu-transitional-3col .mega-menu-columns a {
        font-size: 12.5px !important;
        line-height: 1.4 !important;
        white-space: normal !important; 
        overflow-wrap: break-word !important;
    }
}

/* --- INSIGHTS MENU (992px TO 1250px ONLY) --- */
@media screen and (min-width: 992px) and (max-width: 1250px) {

    .mega-menu-insights-3columns.acu-transitional-insights {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 25px 15px !important;
        box-sizing: border-box !important;
        gap: 160px !important; 
    }


    .mega-menu-insights-3columns.acu-transitional-insights .mega-menu-leftcol {
        flex: 0 0 230px !important;
        width: 230px !important;
        max-width: 230px !important;
        min-width: 230px !important;
        margin-left: 0 !important;
        padding-left: 54pz !important;
    }

 
    .mega-menu-insights-3columns.acu-transitional-insights .mega-menu-leftcol h3 {
        font-size: 20px !important; 
        margin-bottom: 10px !important;
    }
    
    .mega-menu-insights-3columns.acu-transitional-insights .mega-menu-leftcol p {
        font-size: 13.5px !important; 
        line-height: 1.45 !important;
    }

   
    .mega-menu-insights-3columns.acu-transitional-insights .mega-menu-columns:nth-child(2),
    .mega-menu-insights-3columns.acu-transitional-insights .mega-menu-columns:nth-child(3) { 
        flex: 1 1 28% !important; 
        width: 28% !important; 
        padding-left: 10px !important; 
        box-sizing: border-box !important; 
    }

  
    .mega-menu-insights-3columns.acu-transitional-insights .mega-menu-columns h4 {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }

    .mega-menu-insights-3columns.acu-transitional-insights .mega-menu-columns li,
    .mega-menu-insights-3columns.acu-transitional-insights .mega-menu-columns a {
        font-size: 12.5px !important;
        line-height: 1.4 !important;
        white-space: normal !important; 
        overflow-wrap: break-word !important;
    }
}

/* --- MEGA MENU HOVER FIX (SAFE OVERRIDE) --- */
@media (min-width: 1367px) {
  
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(2) {
        position: relative !important;
        z-index: 99 !important;
    }

   
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(2) a {
        display: block !important;
        position: relative !important;
        z-index: 100 !important;
        pointer-events: auto !important;
    }


    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(3),
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(4) {
        pointer-events: none !important; 
    }

    
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(3) h4,
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(3) a,
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(4) h4,
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(4) a,
    .mega-menu-platform-4columns > .mega-menu-col3:nth-child(4) .info-item {
        pointer-events: auto !important; 
    }
}



/* --- HORIZONTAL FRAMEWORK LAYOUT --- */
.customserve-practice-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 15px;
  font-family: inherit;
}

.practice-header { 
  text-align: center; 
  margin-bottom: 30px; 
}

.practice-header h2 { 
  font-size: 28px; 
  color: #002D62; 
  font-weight: 700; 
  margin-bottom: 10px; 
}

.practice-header p {
  font-size: 16px;
  color: #718096;
}


.framework-container {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  background: #ffffff;
}


.framework-nav-bar {
  display: flex;
  width: 100%;
  background: #e2e8f0; 
  border-bottom: 1px solid #cbd5e1;
}


.framework-step-btn {
  flex: 1; 
  padding: 18px 10px;
  text-align: center;
  background: transparent;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #4a5568;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  line-height: 1.2;
}


.framework-step-btn:hover {
  background: #cbd5e1;
  color: #1a202c;
}


.framework-step-btn.active {
  background: #002D62 !important; 
  color: #ffffff !important;    
}


.framework-content-window {
  padding: 45px 40px;
  min-height: 180px; 
}

.tab-panel { 
  display: none; 
}

.tab-panel.active { 
  display: block; 
}

.tab-panel h3 { 
  font-size: 22px; 
  color: #002D62; 
  margin-bottom: 15px; 
  font-weight: 700; 
}

.tab-panel p { 
  font-size: 16px; 
  line-height: 1.6; 
  color: #4a5568; 
  margin: 0;
}


/* --- 6-TAB CUSTOMSERVE SYSTEM ALIGNMENT --- */
.resp-tabs-list {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.resp-tabs-list .tab-item {
  flex: 1 !important;
  text-align: center !important;
  padding: 15px 5px !important;
  margin: 0 !important;
  border-right: 1px solid #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.resp-tabs-list .tab-item:last-child {
  border-right: none !important;
}

.resp-tabs-list .tab-item span {
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}



.cs3-container {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  width: 100% !important;
  padding: 20px 0 !important;
  align-items: stretch !important; 
}

.cs3-card {
  flex: 0 0 calc(33.333% - 14px) !important;
  background: #f4f5f7 !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02) !important;
}

.cs3-card-heading {
 background-color: var(--color-blue-60);
 color: var(--color-white-text);
  padding: 12px 18px !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  
}

.cs3-card-vector {
  width: 22px !important;
  height: 22px !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
}

.cs3-card-content {
  padding: 20px 18px !important;
  background: #f4f5f7 !important; 
   min-height: 110px !important;           
}

.cs3-card-content p {
  color: #4a5568 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  color: var(--color-blue-80) !important;
}


.eds_logo > a > img {
   
    max-width: 260px !important;
   
}


.cs-trust-bar-wrapper {
    display: block !important; 
    text-align: center !important;
    width: 100% !important;
}


.cs-trust-bar-heading {
    color: #ffffff !important;
}


.cs-trust-bar-text {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    text-align: center !important;
    line-height: 1.8 !important;
    max-width: 920px !important;
    margin: 20px auto 0 auto !important;
    letter-spacing: 0.5px !important;
}


.cs-trust-item {
    white-space: nowrap !important;
    display: inline-block !important;
	 font-size: 22px !important;
}


.cs-trust-divider {
    color: #93ccdf !important; 
    margin: 0 16px !important;
    font-weight: 500 !important;
    display: inline-block !important;
    user-select: none !important; 
	font-size: 22px;
}


.cs-trust-bar-text a,
.cs-trust-item a {
    color: #ffffff !important;
    text-decoration: none !important; 
    transition: color 0.2s ease-in-out !important; 
    display: inline-block !important;
	Font-weight: 500;
}


.cs-trust-bar-text a:hover,
.cs-trust-item a:hover {
    color: inherit; 
    
}


@media (max-width: 767px) {
    .cs-trust-bar-text {
        font-size: 15px !important;
        line-height: 2.2 !important;
        padding: 0 20px !important;
    }
    
    .cs-trust-divider {
        display: none !important; 
    }
    .cs-trust-item {
        display: block !important; 
        white-space: normal !important;
        margin-bottom: 6px !important;
    }
}




.cs-outcomes-container {
    width: 100% !important;
    max-width: 900px !important;
    margin: 40px auto !important;
    padding: 0 20px !important;
}


.cs-outcomes-content {
    margin-top: 30px !important;
}


.cs-outcomes-list {
    list-style-type: none !important; 
    padding: 0 !important;
    margin: 0 !important;
}


.cs-outcomes-list > li {
    position: relative !important;
    padding-left: 28px !important;
    margin-bottom: 18px !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #565658 !important; 
}


.cs-outcomes-list > li::before {
    content: "" !important;
    position: absolute !important;
    left: 4px !important;
    top: 8px !important; 
    width: 7px !important;
    height: 7px !important;
    background-color: #2F9993 !important; 
    border-radius: 1px !important; 
}


.cs-outcomes-list > li > strong {
    color: #002759 !important;
    font-weight: 700 !important;
}


.cs-platform-showcase {
    background-color: #ffffff !important;
    padding: 80px 20px !important; 
    width: 100% !important;
}


.cs-showcase-container {
    max-width: 1140px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 50px !important; 
    align-items: center !important;
}


.cs-showcase-left {
    flex: 1 1 400px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    text-align: left !important; 
}


.cs-showcase-right {
    flex: 1.2 1 500px !important;
    border-left: 2px solid #eef2f5 !important; 
    padding-left: 50px !important; 
}


.cs-text-align-fix {
    text-align: left !important; 
}


.cs-pillar-block {
    display: flex !important;
    flex-direction: column !important;
}


.cs-pillar-title {
    color: #565658 !important;
    font-size: 14px !important; 
    font-weight: 600 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}


.cs-pillar-subtitle {
    color: #002759 !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-top: 4px !important;
}


.cs-pillar-divider {
    width: 45px !important;
    height: 3px !important;
    background-color: #2F9993 !important;
    margin: 15px 0 !important;
    border-radius: 2px !important;
}


.cs-showcase-lead-text {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #565658 !important; 
    margin-bottom: 24px !important; 
    text-align: left !important;
}

.cs-showcase-body-text {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #565658 !important;
    margin: 0 !important;
    text-align: left !important;
}

/* Custom Core Bold Color */
.cs-brand-bold {
    color: #002759 !important; 
    font-weight: 700 !important;
}


/*********** Counter Full Width ************/

.foursection_fullwidebackgroundConatiner {
    min-height: 350px;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--color-blue-80);
	    margin-top: 60px;
    margin-bottom: 60px;
}


.foursectionwrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4%;
    width: 100%;
    max-width: 1200px;   
    padding: 0 20px 20px;
    color: #fff;
    align-items: start;  
    text-align: center;
	    margin-top: 30px;
}

/*  ITEM FIX */
.foursectionwrapper .item1,
.foursectionwrapper .item2,
.foursectionwrapper .item3,
.foursectionwrapper .item4 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*  NUMBER */
.text_numericcount p {
    font-size: 80px;
    font-weight: 600;
    margin: 0;
    line-height: 1;   
}

/*  DESCRIPTION */
.text_numericcounttype {
    font-size: 16px;      
    font-weight: 400;
    padding-top: 4px;    
}

.text_numericcounttype p {
    margin: 4px 0 0 0;    
    line-height: 1.3;    
}


.homecounteranchor a,
.homecountanchorsubtitle a {
    text-decoration: none;
    color: inherit;
}

.homecounteranchor a:hover,
.homecountanchorsubtitle a:hover {
    text-decoration: none;
    color: inherit;
}

/*********** Responsive ************/

/* Tablet */
@media screen and (max-width: 1360px) {
    .foursectionwrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
	.headingh1-underlinecta-56 {
    width: 117px;
}
.simple-underline-50 {
    width: 24%;
}
/* .cta-btn2::after { */
    
    /* left: 73px; */
    /* bottom: -1px; */
    /* width: 20%; */
/* } */

.headingh2-underline-40percent {
   
    width: 69% !important;
}

.headingh1-underlineleft-30percent {
    width: 62% !important;
}

}

/* Mobile */
@media screen and (max-width: 768px) {
    .foursectionwrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .text_numericcount p {
        font-size: 60px;
    }

    .text_numericcounttype {
        font-size: 14px;
    }
}

/*********** End ************/

.eds_headerContainer.eds_headerContainer1 .eds_language, .eds_headerContainer.eds_headerContainer1 .eds_searchButton, .eds_headerContainer.eds_headerContainer1 .eds_userLogin {
    display:none !important;
}
@media screen and (max-width: 767px) {
.headingh1-underlineleft-70percent {
    width: 40% !important;
}
.headingh1-underlineleftwhite-35percent {
    width: 79% !important;
}
.headingh1-underlineleft-51percent {
    width: 22%;
}
}


.headingh1-underlinecta-56 {
    width: 117px;
}


@media screen and (min-width: 744px) and (max-width: 1366px) {
    .FS_col {
        height: auto !important; 
        max-height: none !important;
        margin: 10px 5px !important; 
    }
	.headingh1-underlineleftwhite-35percent {
    width: 36% !important;
}
.headingh1-underlineleft-51percent {
    width: 61%;
}
}




@media screen and (min-width:1601px) {
    .homebannerimage-container {
       
        height: calc(100vw * 0.184);
    }

    .homebannerimage-textcontainer {
        max-height: calc(100vw * 0.184);
    }

    .bannercontent-wrapper {
        grid-template-columns: 0fr .05fr 1.5fr .05fr !important;
    }
}

@media screen and (max-width:1600px) and (min-width:1401px) {
    .homebannerimage-container {

        height: calc(100vw * 0.184);
    }

    .homebannerimage-textcontainer {
        max-height: calc(100vw * 0.184);
    }

    .bannercontent-wrapper {
        grid-template-columns: .05fr .1fr 1.5fr .1fr;
    }
}

@media screen and (max-width:1400px) and (min-width:1201px) {
    .homebannerimage-container {
   
        height: calc(100vw * 0.2486);
    }

    .homebannerimage-textcontainer {
		margin-top: 12px;
        max-height: calc(100vw * 0.2486);
    }

    .bannercontent-wrapper {
        grid-template-columns: 0fr .05fr 1.5fr .05fr !important;
    }
}

@media screen and (max-width:1200px) and (min-width:951px) {
    .homebannerimage-container {
   
        height: calc(100vw * 0.25);
    }

    .homebannerimage-textcontainer {
        max-height: calc(100vw * 0.25);
    }

    .bannercontent-wrapper {
        grid-template-columns: 0.15fr .05fr 1.5fr .05fr;
    }
}

@media screen and (max-width:950px) and (min-width:768px) {
    .homebannerimage-container {
 
        height: calc(100vw * 0.316);
    }

    .homebannerimage-textcontainer {
        max-height: calc(100vw * 0.316);
    }

    .bannercontent-wrapper {
        grid-template-columns: 0.2fr .1fr 1.5fr .1fr;
    }

    .mainbanner-home-title span {
        line-height: 35px;
    }
}

@media screen and (min-width:768px) {
    .homebannerimage-container {
        border: none;
    }
}

@media screen and (max-width:767px) {
    .homebannerimage-container {
    
    }


    .bannercontent-wrapper {
        grid-template-columns: 0px 0px .9fr 0px !important;
        justify-content: center;
    }
  #dnn_headerWide2 .eds_containers_Ozone2 {
     padding-top: 0 !important;
     margin-top: 20px !important;
}

}
/* blue underline below menu */
.responsAbilityMenu .raMenuWrapper > ol > li {
    position: relative !important;
}

.responsAbilityMenu .raMenuWrapper > ol > li > span {
    position: relative !important;
    display: inline-block !important;
}


.responsAbilityMenu .raMenuWrapper > ol > li > span::after {
    content: '';
    position: absolute;
    bottom: 12px;                   
    left: 50%;                      
    transform: translateX(-50%);    
    width: 80px;                    
    height: 3px;                    
    background-color: var(--color-aqua-80);   
    opacity: 0;                     
    transition: opacity 0.2s ease;  
    z-index: 9999 !important;       
    pointer-events: none;           
}

@media (min-width: 992px) {
    .responsAbilityMenu .raMenuWrapper > ol > li:hover > span::after {
        opacity: 1 !important;
    }

    .responsAbilityMenu .raMenuWrapper > ol > li.edsmm_active:not(:hover) > span::after,
    .responsAbilityMenu .raMenuWrapper > ol > li.active:not(:hover) > span::after,
    .responsAbilityMenu .raMenuWrapper > ol > li.current:not(:hover) > span::after,
    .responsAbilityMenu .raMenuWrapper > ol > li.selected:not(:hover) > span::after {
        opacity: 0 !important;
    }
}


@media (max-width: 991px) {
    .responsAbilityMenu .raMenuWrapper > ol > li > span::after {
        display: none !important;
    }
}

/* blue underline below menu */

@media screen and (max-width: 767px) {
    .homebannerimage-container {
        position: relative;
        overflow: hidden;
    }

    .homebannerimage-container img {
        width: 100%;
        height: 115%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
	.simple-underline-50 {
        width: 51% !important;
    }
}

@media (max-width: 760px) {
  .dashboard-img7 {
    float: none;
    margin: 20px auto 32px auto;
    width: 100%;
    max-width: 320px;
  }
}
.dashboard-img-process {
  width: 886px;
  height: auto;
  max-width: 100%;
  border: 1px solid var(--color-grey-20);
  display: block;
  margin-left: auto;
  margin-right: auto;
}


@media screen and (max-width: 1280px) {
    .headingh1-underlineleft-30percent {
        width: 37% !important;
    }
}

@media (max-width: 480px) {
  .dashboard-img-process {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 16px auto;
  }
   .headingh2-underline-40percent {
        width: 17% !important;
    }
    .headingh1-underlineleft-30percent {
        width: 89% !important;
    }
.cs3-card {
    margin-bottom: 30px;
}
.headingh1-underline-30percent {
        width: 85% !important;
    }
	.headingh1-underline-60percent {
    width: 27% !important;
}
}

@media (max-width: 375px) {

  .headingh2-underline-40percent {
        width: 40% !important;
    }
	
.headingh1-underlineleft-30percent {
        width: 20% !important;
    }
    .headingh1-underline-30percent {
        width: 34% !important;
    }
}

@media screen and (max-width: 1023px) {
 
	.simple-underline-50 {
        width: 51% !important;
    }
	.headingh1-underlineleft-70percent {
    width: 46% !important;
}
    .headingh1-underlineleft-30percent {
        width: 60% !important;
    }
}


.cta-btn2::after {
    left: 4px;
    width: 91%;
}

@media only screen and (min-width: 768px) and (max-width: 820px) {
    .cta-btn2::after {
        left: 71px;
        width: 20%;
    }
	.headingh1-underline-20percent {
    width: 41% !important;
}
.headingh1-underline-60percent {
    width: 40% !important;
}
    .headingh1-underline-40percent {
        width: 72% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 820px) {
  
    .cta-btn2::after {
        left: 71px;
        width: 20%;
    }

   
    .cta-btn2.cta-btn--primary1::after {
        left: 3px; 
        width: 69%; 
    }
}


@media only screen and (max-width: 480px) {

    
    .cta-btn2.cta-btn--primary1::after {
               left: 1px;
        right: 0;
        margin: 0 auto;
        width: 99%;          
    }
	.headingh1-underlineleft-30percent {
        width: 21% !important;
    }
}


@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .simple-underline-50 {
        width: 92%; 
    }
}


@media (min-width: 768px) {
    
    div.row.align-items-center {
        display: flex !important;
        align-items: stretch !important;
    }

 
    div.row.align-items-center > div.col-md-4 {
        display: flex !important;
        flex-direction: column !important;
    }

 
    div.row.align-items-center > div.col-md-4 > .cs3-card {
        height: 100% !important;
        min-height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }

   
    .cs3-card-content {
        flex: 1 1 auto !important;
        display: flex !important;
        flex-direction: column !important;
    }
}

