@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-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-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-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-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-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-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-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-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;
}
/* ------------------------------------------
   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;
}

/*CustomServepage*/

.InformationTable td.FeatureLabel {
    background-color: #ffffff;
    padding: 10px;
}

.InformationTable p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    color: var(--bodytext-color);
}

.InformationTable h4 {
    color: var(--bodytext-color);
}

.CSFeatureBoxText h4 {
    color: var(--color-blue-80);
    font-weight: 600;
}

.CSFeatureBoxText p {
    font-size: 14px;
    line-height: 18px;
    padding-left: 5%;
    padding-right: 5%;
    color: var(--bodytext-color);
}

.SBTextContainer p {
    color: var(--color-blue-80) !important;
}

/*CustomServepage End*/
/*Service page Start*/
.FS_intro p {
    font-weight: 600;
    color: var(--bodytext-color) !important;
}

.FS_box ul.resp-tabs-list .tab-item span {
    color: var(--text-white-color) !important;
}

.FS_col li {
    font-size: 14px;
    color: var(--bodytext-color);
    font-weight: 400;
}

.IB-col p {
    font-size: 16px;
    color: var(--bodytext-color);
    font-weight: 400;
}

/*Service page End*/

/*Resource page Start*/
.boxMainText h3 {
    color: var(--color-blue-80);
    font-size: 18px;
}

/*Resorce page End*/

/* /*About Page Start*/ */
/* .TeamDetail_content { */
   /* color: var(--bodytext-color) !important */
/* }  */

/* @media screen and (min-width: 991px) and (max-width: 1200px) { */
    /* #nav-bar2 ul li a { */
        /* padding: 23px 22px 23px !important; */
    /* } */
/* } */

 /* .Teamtitle span {  */
     /* color: var(--color-blue-80) !important; */
 /* }  */

/* .LeadershipTeamNew .TeamDetail_right { */
    /* margin: 1% 0% 0% 5%; */
    /* width: 70%; */
/* } */

/* .LeadershipTeamNew .TeamDetail_left { */
    /* margin: 1% 0% 0% 5%; */
    /* width: 70%; */
/* } */

/*About Page End*/

/*Career Page Start*/
.careersmarginbottom {
    margin-bottom: 220px;
}

.careersmargintop {
    margin-top: 20px;
}

.career-text-left {
    text-align: left;
}

.career-text-center {
    text-align: center;
}

.career-hidden-section {
    display: none;
}

.font-gotham {
    font-family: "Gotham A", "Gotham B";
}

.career-font-large {
    font-size: 130%;
}

/*Career Page Start*/

/*Contact Page Start*/
.contactInfoItem span {
    margin-left: 10px;
    font-family: var(--csfontfamily) !important;
    font-size: 16px;
    color: var(--color-blue-80);
}
.contactInfoItem {
    margin-bottom: 10px;
}
@media only screen and (max-width: 500px) {
    .contactInfoItem span {
        font-size: 13px !important;
    }
}

.maintext1 p {
    font-weight: 400 !important;
    font-family: var(--csfontfamily) !important;
    color: var(--color-blue-80) !important;
    text-align: left !important;
    padding-left: 10px !important;
    font-size: 16px !important;
}

.maintext span {
    font-weight: 400;
    font-family: var(--csfontfamily) !important;
    color: var(--color-blue-80);
    font-size: 16px;
}

.bannersignup h1.edn_module_title span {
    color: var(--text-white-color);
    font-size: 18px;
    font-family: var(--csfontfamily) !important;
    font-weight: 400;
}

/*Contact page End*/
.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;
}

.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_col 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;
}

.box_content {
    display: flex;
    flex-direction: row;
}

.FS_col img {
    width: 100%;
    border: 1px solid #e8e8e8;
}


.FS_intro {
    padding: 5px 15px;
    color: var(--color-grey-100);
}

.FS_intro p {
    font-weight: 600;
}

@media only screen and (max-width:1400px) {
    .FS_box {
        width: 100%;
        margin: auto;
    }
}

@media only screen and (max-width:991px) {
    .FS_box .horizontalTab_Top_2 ul.resp-tabs-list li span {
        font-size: 16px;
    }

    .FS_box ul.resp-tabs-list .tab-item span {
        height: 40px;
    }

    .FS_box .resp-tabs-list {
        height: 31px;
    }

    .FS_col {
        padding: 10px;
        margin: 0px 5px 5px 5px;
    }

    .FS_col_4 {
        padding: 0px;
    }

    .FS_col_4 h1,
    .FS_col_4 p,
    .FS_col_4 ul {
        padding: 0px 10px;
    }

    .FS_col ul {
        margin-left: 20px;
    }

    .serviceswrapper {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media only screen and (max-width:850px) {
    .FS_box .horizontalTab_Top_2 ul.resp-tabs-list li span {
        font-size: 14px;
    }

    .FS_col h1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
        color: #005e9d;
    }
}

@media only screen and (max-width:767px) {
    .FS_box .horizontalTab_Top_2 ul.resp-tabs-list li {
        width: 100%;
        max-width: 100%;
    }

    .box_content {
        flex-direction: column;
    }

    .FS_col,
    .FS_col_4 {
        width: 75%;
        margin: auto;
        padding: 20px;
        margin-bottom: 20px;
    }

    .FS_col_4 h1,
    .FS_col_4 p,
    .FS_col_4 ul {
        padding: 0px;
    }

    .FS_col ul {
        margin-left: 30px;
    }

    .serviceswrapper {
        grid-template-columns: 1fr !important;
    }

    .servicepagetabcontent_wrapper {
        display: flex !important;
        flex-direction: column !important;
    }

    .servicepagetabcontent_item2_contentimage img {
        width: 100% !important;

    }
}
@media only screen and (max-width: 767px) {

    /* FIX 1: Make the tab row stack correctly */
    .FS_box .horizontalTab_Top_2 ul.resp-tabs-list {
        display: block !important;
        height: auto !important;       
        padding: 0;
        margin: 0;
    }

    /* FIX 2: Make each tab full-width, stacked, non-floating */
    .FS_box .horizontalTab_Top_2 ul.resp-tabs-list li {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;        
        display: block !important;
        box-sizing: border-box;
    }
}

@media only screen and (max-width:650px) {
    .FS_box .horizontalTab_Top_2 ul.resp-tabs-list li {
        width: 100%;
        max-width: 100%;
    }

    .FS_col {
        width: 85%;
    }
}

@media only screen and (max-width:400px) {
    .FS_box .horizontalTab_Top_2 ul.resp-tabs-list li {
        width: 100%;
        max-width: 100%;
    }

    .FS_col {
        padding: 10px;
        width: 95%;
    }
}

.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;
}

.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;
	
}

.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: Bold;
}

.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;   
}

/* On tablet/phone your existing media queries stack tabs to 100%.
   Preserve that behavior specifically for three-tabs as well. */
@media (max-width: 767px) {
    .FS_box .horizontalTab_Top_2 ul.resp-tabs-list.three-tabs > li {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .FS_box .horizontalTab_Top_2 ul.resp-tabs-list.three-tabs {
        height: 40px !important;
    }
    .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 {
        height: 40px !important;
        font-size: 14px !important;
    }
}
/* =============== 3‑TAB ACTIVE STATE  =============== */

/* Active tab background */
#enterprise-tabs .resp-tabs-list li.is-active {
    background-color: var(--color-blue-80) !important;
}

/* Active tab label */
#enterprise-tabs .resp-tabs-list li.is-active > span {
    color: var(--color-white-100) !important;
}

/* Ensure inactive tabs use your existing color */
#enterprise-tabs .resp-tabs-list li:not(.is-active) {
    background-color: var(--color-grey-20) !important;
}

#enterprise-tabs .resp-tabs-list li:not(.is-active) > span {
    color: var(--color-blue-100) !important;
}

/* Fix three-tab widths */
#enterprise-tabs .three-tabs > li {
    flex: 0 0 calc(100% / 3) !important;
    max-width: calc(100% / 3) !important;
    width: calc(100% / 3) !important;
    float: none !important;
}


/* =========================
   iPhone / Mobile FIX
/* =====================================================
   MOBILE TAB FIX – iOS / SMALL SCREENS
   FINAL, CORRECT VERSION
   ===================================================== */
@media (max-width: 767px) {
  .FS_box .horizontalTab_Top_2 ul.resp-tabs-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
       width: 100% !important;
 
  }

  .FS_box .horizontalTab_Top_2 ul.resp-tabs-list > li {
    flex: 0 0 auto;
    min-width: max-content;
  }

  .FS_box .horizontalTab_Top_2 ul.resp-tabs-list > li > span {
    white-space: nowrap;
    padding: 10px 14px;
  }
  /* --- Tabs: keep every label on one line, fit inside 100% --- */
.FS_box .horizontalTab_Top_2 ul.resp-tabs-list li.tab-item,
.FS_box .horizontalTab_Top_2 ul.resp-tabs-list li {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}
}
.horizontalTab_Top .resp-tabs-container {
    
    margin-right: 0px !important;
    margin-left: 16px !important;
}

/* ================================


/*LegalPages*/
.LegalPagesNav li a {
    color: var(--color-blue-80);
}

/*LegalPages End*/

/*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*/






/*FullWideBackground*/
.fullwidebackgroundConatiner {
    min-height: 350px;
    margin-top: 30px;
    margin-bottom: 60px;
    background-size: 100% 100%;
    background-position: 1px 0px;
    background-image: linear-gradient(90deg, #ECF6F6 1%, #FCEDE5 99%);
}

/*********** 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);
}

/*  GRID FIXED */
.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;    
}

/* REMOVE LINK STYLES (NO HOVER EFFECT) */
.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;
    }
}

/* 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 ************/


/************Gettingstatedsection************/
.gettingstartedsectionscontainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.gettingstartedtopsection img {
    height: 100%;
    width: 100%;
}

.gettingstarteditems {
    display: flex;
    flex-direction: column;
    background-color: blue;
    border: 1px solid var(--color-grey-20) !important;
}

.gettingstartedbottomsection {
    min-height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.gettingstartedtopsection {
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
}


.gettingstarted_item1 {
    background-color: var(--color-purple-80);
}

.gettingstarted_item2 {
    background-color: var(--color-teil-80);
}

.gettingstarted_item3 {
    background-color: var(--color-aqua-80);
}

.gettingstartedredirectsection {
    margin-right: 22px;
}

.gettingstartedredirectsection>.mainBtn {
    background-color: transparent !important;
    color: white;
    border-color: white !important;
}

@media screen and (max-width:991px) {
    .gettingstartedsectionscontainer {
        grid-template-columns: 1fr;
        padding: 0px 15px;
    }
}

/************Gettingstatedsection 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,
h1,
h2,
h3,
h4,
h5,
h6,
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*************/


/**********Footer**********/
.BannerHeadingFooter {
    max-width: 1290px;       
    margin: 0 auto 40px auto;  
    text-align: center;
    padding: 0 20px;            
    
    /* Typography to match footer */
    font-family: var(--csfontfamily) !important;
    color: var(--color-blue-100);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;

    /* Ensures wrapping works everywhere */
    white-space: normal;
}

/* Tablet adjustment */
@media (max-width: 992px) {
    .BannerHeadingFooter {
        font-size: 16px;
        padding: 10px 30px;
    }
}

/* Mobile adjustment */
@media (max-width: 600px) {
    .BannerHeadingFooter {
        font-size: 15px;
        line-height: 1.6;
        padding: 0 20px;
    }
}

.acuigenfootercontainer {
    max-width: 1400px;
}

.copyright_style a,
.copyright_style a:link {
    color: var(--color-blue-80);
}

#dnn_dnnCopyright_lblCopyright {
    color: var(--color-blue-80);
}


.legal_privayandcookiepage_civiccookie {
    text-align: right
}

.legal_privayandcookiepage_legalcontentwrapper {
    display: flex;
    flex-direction: column;
}


.mainBtn {
    border: 2px solid var(--color-blue-80) !important;
}

.acuigenfootersectioncontainer {
    display: grid;
    margin-bottom: 10px;
    justify-content: center;
}

.acuigenfootersectionwrapper {
    list-style: none;
    display: grid;
    justify-content: center;
    height: 100%;
    position: relative;
    padding-bottom: 0px;
    width: fit-content;
    justify-items: center;
}

.acuigenfootersectionwrapper-item {
    position: relative;
    height: 100%;
    padding: 16px;
    text-align: center;
    width: fit-content;
}

.acuigenfootertitletext {
    border-bottom: none;
    margin-bottom: 11px;
}

.acuigenfootertitletext .acuigenfootertitle3 {
    border-bottom: 2px solid var(--color-blue-100);
    font-family: var(--csfontfamily) !important;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 20px;
    color: var(--color-blue-100);
    white-space: normal;
    vertical-align: middle;
    margin-bottom: -2px;
    display: inline-block;
    padding: 5px 0px;
}

.acuigenfooterLinks {
    min-height: 0px !important;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}

.acuigenfooterLinks a {
    font-family: var(--csfontfamily) !important;
    color: var(--color-blue-100) !important;
    font-size: 14px;
    font-weight: 400;
}

.acuigenfootersectionwrapper-item a {
    text-decoration: none;
}

.acuigenfootersectionwrapper-item a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 992px) {

    .acuigenfootersectionwrapper {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 2%;
    }

    .acuigenfooterLinks {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 992px) {

    .acuigenfootersectioncontainer {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .acuigenfootersectionwrapper {
        grid-column-gap: 2%;
        grid-row-gap: .5%;
        margin-bottom: 30px;
    }
}


@media (min-width: 758px) {

    #MRS-Logo1 {
        min-width: 49%;
        width: 150px;
    }
}

.acuigenfootersectionwrapper .contenttext {
    font-weight: 400;
    font-family: var(--csfontfamily) !important;
    color: var(--color-blue-100);
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
}

#MRS-Logo1 {
    width: 150px;
}

.AccreditationLogoImages img {
    height: 65px;
}

.logosectionparent {
    padding-left: 20rem;
    padding-right: 20rem;
}

footer .footer-col {
    margin-bottom: 0px !important;
}

.copyright_style .sep {
    padding: 0px 8px;
}
/* Fix footer overflowing past the grey container */
.acuigenfootersectionwrapper {
    width: 100% !important;      
    max-width: 1400px;           
    margin: 0 auto;              
}

/* Allow links to wrap on tablet so columns don't push out */
@media (max-width: 1200px) {
    .acuigenfooterLinks {
        white-space: normal !important;
    }
}

/* Fix misalignment of multi-line footer headings */
.acuigenfootertitle3 {
    line-height: 1.2;       
    padding-top: 0 !important;
    padding-bottom: 10px !important; 
    margin-top: 0 !important;
}

/* Extra tightening ONLY for titles that wrap */
.acuigenfootertitletext {
    min-height: 50px;      
    display: flex;
    justify-content: center;
    align-items: flex-end;  
}													


/**********Footer End**********/
.LiveForm.Custom input[type="submit"], .LiveForm.Custom input[type="button"]
/*********** Pricing ***********/
{
min-width: 100px;
    background: #eeeeee;
    font-weight: 400;
    font-family: montserrat;
    color: #005e9d;
    border: 2px solid #005e9d;
    border-radius: 50px;
    cursor: pointer;
    padding: 10px 25px;
    font-size: 20px;
    transition: all 0.3s ease;
}


*, *::before, *::after {
    box-sizing: border-box;
	
}

.pricingfullwidecontainer {
    min-height: 150px;
    margin-top: 30px;
    margin-bottom: 60px;
    display: grid;
    justify-content: center;
    width: 100%;
}

/* Responsive 3-up grid that gracefully collapses */
.pricingwrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
    gap: 16px;                      
    justify-content: center;
    width: 100%;
    max-width: 1200px;               
    margin-inline: auto;             
}

/* Card backgrounds */
.pricingitem1 {
    background-color: var(--color-purple-80);
    border-radius: 20px;
}
.pricingitem2 {
    background-color: var(--color-teil-80);
    border-radius: 20px;
}
.pricingitem3 {
    background-color: var(--color-aqua-80);
    border-radius: 20px;
}

/* Card base */
.pricingitem {
    display: flex;
    flex-direction: column;
    padding: 24px 24px 24px 28px;    
    color: white;
    white-space: normal;             
    height: fit-content;
    border: 2px var(--color-grey-60) solid !important;
    border-radius: 0px;             
    min-width: 0;                    
    max-width: 100%;
}

/* Sections inside a card */
.interviewmethodset {
    color: white;
    padding-bottom: 10px;
}

/* Small header above main title */
.pricingitem_textxsmall {
    font-size: 14px;
}

/* Main card title */
.pricingitem_maintext p {
    font-size: clamp(22px, 3.2vw, 30px);
    font-weight: 800;
    margin: 0 0 8px 0;
	
}

/* Section headings like "What’s included" / "Ideal for" */
.pricingitem_textlarge p,
.pricingitem_textinterviewmethods p {
    font-size: clamp(18px, 2.2vw, 20px);
    font-weight: 700;
    margin: 12px 0 6px 0;
	color: var(--color-white-text);
}

/* Body text / lists */
.pricingitem_textsmall {
    font-size: 15px;                 
    padding-left: 8px;
}
.pricingitem_textsmall p {
    font-size: 15px;                
    line-height: 1.45;
    margin: 0 0 6px 0;
}

/* List styling with checkmark */
.pricingitem_textsmall ul {
    padding-left: 0;
    margin: 0 0 8px 0;
}
.pricingitem_textsmall ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 2px 0;
}
.pricingitem_textsmall ul li::before {
    content: '✔';
    flex: 0 0 auto;
    line-height: 1.2;
    margin-top: 2px;
}

/* Tighten paragraph spacing inside sections */
.interviewmethodset p {
    margin-bottom: 4px !important;
}


.headingh1-underlinecta-50 {
	width: 46% !important;
    border-bottom: 4px solid inherit;
	padding-bottom: 0px;
	margin-left: auto;
    margin-right: auto;
    height: 0px;
}
.pricingitemredirectctsection {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
    flex-wrap: wrap;
    gap: 8px;
}
.pricingitemredirectctsection a {
    border-radius: 0px;
    border: 1px var(--color-white-text) solid;
    padding: 8px 12px;
    color: white;
    white-space: nowrap;             
    text-decoration: none;
}
.pricingitem a:hover {
    color: white;
    background-color: var(--color-blue-100);
    -webkit-transition: color ease-in-out 300ms, background-color ease-in-out 300ms;
    transition: color ease-in-out 300ms, background-color ease-in-out 300ms;
}

/* Misc spacing utilities you already had */
.pricingsection_mainheadingspacing {
    margin-top: 90px;
    margin-bottom: 40px;
}
.pricing_redirecionbutton {
    border: 1px var(--color-blue-100) solid;
    padding: 5px;
    color: white;
}
.pricingitem_textmedium { font-size: 20px; }
.pricingitem_text-pdngbottom p {
    padding-bottom: 20px;
    font-size: 14px;
}

/* Improve wrapping for long words/phrases on narrow cards */
.pricingitem p,
.pricingitem li {
    overflow-wrap: anywhere;
    hyphens: auto;                    
}

/* Responsive adjustments */
@media (max-width: 900px) {
    .pricingwrapper {
        grid-template-columns: 1fr;   
        gap: 14px;
        padding: 16px;
        max-width: 720px;             
    }
    .pricingitem {
        padding: 22px 22px 22px 24px;
    }
}

/*********** Pricing End ***********/
/* ====== CTA block ====== */


/* Wrapper */
.cta-wrapper {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: stretch;
  padding: 0px 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-20);      
  border-radius: 4px;            
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  max-width: 368px;
  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: 368px;
  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: 175px;                     
  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;
}

.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;       
}

/************CTA Section end*************/


.section-title {
    font-size: 26px;
    font-weight: 700;
    color: #003A5D;
    margin-bottom: 10px;
}
.section-titlegrey {
    font-size: 22px;
    font-weight: 700;
    color: #003A5D;
    margin-bottom: 10px;
}
.section-titleinsights {
    font-size: 22px;
    font-weight: 700;
    color: #003A5D;
    margin-bottom: 10px;
}

.section-desc {
    color: #666;
    margin-bottom: 25px;
    font-size: 15px;
}

.featured-box {
    background: var(--color-grey-10);
    padding: 25px;
     border: 1px solid var(--color-grey-20);
	height: 430px;
    border-radius: 4px;
	margin-bottom: 20px;
	margin-top: 10px;
	 box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
	 transition: box-shadow 160ms ease, transform 160ms ease;
}

.featured-box-aqua20 {
  display: flex;
  flex-direction: column;
  padding: 16px;
}

/* Keep text spacing */
.featured-content {
  margin-bottom: 12px;
}



.featured-image {

   aspect-ratio: 13 / 10; 
  /* object-fit: cover; */
    height: 180px;
    width: auto;
  border-radius: 0 0 6px 6px;

  filter:
    saturate(86%)
    brightness(107%)
    contrast(93%)
    hue-rotate(-3deg);
}

.featured-imageevent {
   margin-top: -95px;
   aspect-ratio: 13 / 10; 
  /* object-fit: cover; */
    height: 180px;
    width: auto;
  border-radius: 0 0 6px 6px;
    margin-bottom: -27px;
 
}


.featured-box-aqua20 {
    background: var(--color-aqua-10);
    padding: 25px;
    border: 1px solid var(--color-aqua-20);
    height: 430px;
    margin: 10px 0 20px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    transition: box-shadow 160ms ease, transform 160ms ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}


.featured-label {
    font-size: 15px;
    font-weight: 700;
    color: #005A83;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.featured-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #003A5D;
}

.featured-title2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #003A5D;
}

.featured-text {
    font-size: 14px;
    color: #444;
    margin-bottom: 18px;
}

.featured-link {
    font-size: 16px;
    color: #005A83;
    font-weight: bold;
    text-decoration: none;
}
/* Right Pane Styles */
.right-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    font-family: var(--csfontfamily) !important;
    padding-top: 56px;
}

.right-col {
    width: 100%;
}

.right-title {
    font-size: 16px;
    font-weight: bold;
    color: #003A5D;
    margin-bottom: 5px;
}

.featured-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.featured-list li {
    margin-bottom: 10px !important;
}

/* Link Base Style */
.featured-list a {
    text-decoration: none;
    color: #005A83;
    font-size: 16px;
    padding: 4px 0;
    display: inline-block;
    transition: color 0.25s ease, padding-left 0.25s ease, background-color 0.25s ease;
}

/*Hover Highlight Effect */
.featured-list a:hover {
    color: var(--color-blue-50, #003A5D);
    padding-left: 6px;                          
    background-color: rgba(0, 0, 0, 0.04);      
    border-radius: 3px;
}

/* Grey background box for right section */
.grey-bg {
    background: var(--color-grey-10);
    padding: 26px 21px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
	margin-top: 10px;
	height: 412px;
}

/* ==============================
   FEATURED EVENT CARD – BASE
   ============================== */

.featured-wrapper {
  width: 100%;
   font-family: var(--csfontfamily) !important;
}

.featured-box-aqua20 {
  background: var(--color-aqua-10);
  padding: 24px;
  border: 1px solid var(--color-aqua-20);
  height: 412px;
  margin: 10px 0 20px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);

  display: flex;
  flex-direction: column;
  overflow: hidden;

  transition: box-shadow 160ms ease, transform 160ms ease;
}

/* ==============================
   HOVER / INTERACTION
   ============================== */

.featured-box-aqua20:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* ==============================
   HEADINGS
   ============================== */

.section-title {
  font-size: 26px;
  font-weight: 700;
  color: #003A5D;
  margin-bottom: 14px;
}

.featured-heading,
.featured-title {
  font-size: 20px;
  font-weight: 650;
  color: #003A5D;
  margin-bottom: 10px;
}

/* ==============================
   META / ICON ROWS
   ============================== */

.featured-meta {
  margin-bottom: 16px;
}

.meta-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #003A5D;
  margin-bottom: 6px;
  line-height: 1.4;
  font-weight: 700;
  
}

.meta-icon {
  display: inline-flex;
  width: 20px;
  margin-right: 8px;
  opacity: 0.85;
}

/* ==============================
   BODY TEXT
   ============================== */

.featured-text {
  font-size: 14px;
  color: #444;
  margin-bottom: 18px;
}

/* ==============================
   CTA LINK
   ============================== */

.featured-link {
  margin-top: 10px;
  font-size: 16px;
  color: #005A83;
  font-weight: 700;
  text-decoration: none;

  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.featured-link span {
  margin-left: 6px;
  transition: transform 160ms ease;
}

.featured-box-aqua20:hover .featured-link span {
  transform: translateX(4px);
}

/* ==============================
   INSIGHTS & ARTICLES CARD
   ============================== */

.featured-box--articles {
  background: var(--color-grey-10);
  padding: 24px;
  border: 1px solid var(--color-grey-20);
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

/* ==============================
   LIST HEADINGS
   ============================== */

.list-subtitle {
  margin: 20px 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #003A5D;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.list-subtitle--muted {
  color: #777;
}

/* ==============================
   LINKS LIST
   ============================== */

.right-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.right-list li {
  margin-bottom: 10px;
}

.right-list a {
  font-size: 16px;
  color: #003A5D;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.right-list a:hover {
  text-decoration: underline;
}
/* ==============================
   INSIGHTS / LINKS FEATURE BOX
   ============================== */

.featured-box--links {
  background: var(--color-grey-10);
  padding: 24px;
  border: 1px solid var(--color-grey-20);
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

/* ==============================
   SECTION HEADINGS
   ============================== */

.section-titleinsights {
  font-size: 20px;
  font-weight: 700;
  color: #003A5D;
  margin: 20px 0 8px;
}

.section-titleinsights:first-child {
  margin-top: 0;
}

/* ==============================
   LINK LISTS
   ============================== */

.featured-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.featured-list li {
  margin-bottom: 10px;
}

.featured-list a {
  font-size: 16px;
  color: #003A5D;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.featured-list a:hover {
  text-decoration: underline;
}

/************FAQs Section*************/



  .faq-section {
    margin-top: 15px;
  }

.faq-item { 
border-bottom: 1px solid #ddd;
 padding: 12px 0;
 }

.faq-question { 
  width: 100%; 
  text-align: left;
   padding: 14px 0; 
  font-size: 18px;
 cursor: pointer; 
   border: 0; 
  background: none; 
  color: var(--color-blue-80) !important; 
   font-weight: 600; 
 } 

.faq-question {
  width: 100%;
  background: #f7f7f7; 
  border: none;
  padding: 12px 15px;
  font-size: 18px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-blue-80) !important; 
}



.faq-question:hover,
.faq-question[aria-expanded="true"] {
  color: var(--brand-primary, #005bbb);
}

.faq-answer {
  max-height: 0;          
  overflow: hidden;
  transition: max-height .3s ease;
}

.faq-answer p {
  font-size: 16px;
  color: var(--bodytext-color);
  font-weight: 400;
  padding: 12px 0 12px 0;
}


.faq-icon {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  width: 20px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 15px;
}

.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;
}

@media (max-width: 1024px) {
  .dashboard-img2 {
    float: none;
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 12px auto 20px auto;
  }
}
@media (max-width: 480px) {
  .dashboard-img2 {
    float: none;
    display: block;
    width: 100%;
    max-width: 240px;
    height: auto;
    margin: 12px auto 20px auto;
  }
}


.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;
}
.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;
}

@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 (max-width: 480px) {
  .dashboard-img-process {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 16px auto;
  }
}


/* iPad  */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) {

  .dashboard-img7 {
    max-width: 90%;        
    float: none;          
    margin: 20px auto;    
    display: block;
  }
}


/************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-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-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;
}

.headingh2-underline-40percent {
	border-top: 2px solid var(--color-white-text) !important;
    margin-left: auto;
    margin-right: auto;
    height: 0px;
    padding-bottom: 0px;
    width: 40% !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%;
}
@media (min-width: 768px) and (max-width: 991px) { 

.headingh1-underline-10percent {
    width: 24% !important;
}
.headingh1-underline-20percent {
    width: 48% !important;
}
.headingh1-underline-enpercent {
    width: 15% !important;
}
.headingh1-underline-btpercent {
	 width: 25%;
}
}
/************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 */
}

@media screen and (max-width:991px) {
    .customservepricingsectionscontainer {
        grid-template-columns: 1fr;
        padding: 0px 15px;
		margin-bottom: 20px;
		
    }
}

/* 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 */
@media screen and (max-width:991px) {
    .cs3-container {
        grid-template-columns: 1fr;
        padding: 0px 15px;
    }
}
/* 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);
}

/* =========================
   TABLET (iPads)
   ========================= */
@media (max-width: 1024px) {
  .cs3-container {
    grid-template-columns: 1fr 1fr; 
    gap: 20px;
    padding: 0 15px;
  }

  .cs3-card-content {
    padding: 20px;
  }

  .cs3-card-content h3 {
    font-size: 17px;
  }

  .cs3-card-content p {
    font-size: 15px;
  }
}

/* =========================
   MOBILE (iPhones)
   ========================= */
@media (max-width: 768px) {
  .cs3-container {
    grid-template-columns: 1fr; 
    gap: 20px;
    padding: 0 15px;
  }

  .cs3-card {
    border-radius: 8px;
  }

  .cs3-card-content {
    padding: 18px;
  }

  .cs3-card-content h3 {
    font-size: 16px;
    line-height: 1.3;
  }

  .cs3-card-content p {
    font-size: 14px;
    line-height: 1.5;
  }

  .cs3-readmore {
    font-size: 14px;
    margin-top: auto;  
    margin-bottom: 6px;
  }

  .cs3-readmore .arrow-icon {
    width: 18px;
    height: 18px;
  }
}

/* =========================
   SMALL iPhones 
   ========================= */
@media (max-width: 480px) {
  .cs3-card-content {
    padding: 15px;
  }

  .cs3-card-content h3 {
    font-size: 15px;
  }

  .cs3-card-content p {
    font-size: 13px;
  }
}


/************ 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);
}

/* Responsive layout */
@media screen and (max-width:991px) {
    .csso-container {
        grid-template-columns: 1fr;
        padding: 0px 15px;
    }
}

/* 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);
}

.csso-card1 .csso-card-content p {
    font-size: 16px;
    line-height: 1.5;
    margin: 15px 0;
    color: var(--color-white-text);  
}


.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;
}

/* Responsive */
@media (max-width: 991px) {
    .ag-cards-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .ag-cards-container {
        grid-template-columns: 1fr;
    }
}





.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;
}
@media (min-width: 768px) and (max-width: 1023px)
{
	.pba-image img {
    width: 50%;
	}
	.pba-card {
    
    width: 46%;
}

	}
	
@media (min-width: 375px) and (max-width: 767px)
{
	.pba-image img {
    width: 65%;
	}
	.pba-card {
    
    width: 98%;
}


	}
	
	
	

/***************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;
}

@media screen and (max-width: 991px) {
    .homeblogsectioncontainer {
        grid-template-columns: 1fr;
        padding: 0px 30px;
        margin-bottom: 110px;
    }

    .homeblogtitlespacing {
        margin-bottom: 20px;
        margin-top: 8px !important;
    }
}



/*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;
}

/* ===============================
   Media queries
=============================== */

@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;
    }
}

@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;
}

}

/* ===============================
   iPhone CTA card
================================ */




@media screen and (max-width: 480px) {
  /* .cta-btn2 { */
    /* font-size: 16px; */
  /* } */
  .homeblogsectiontitletext p {
    font-size: 20px;
    font-weight: 500;
	line-height: 1.1;
}
.homeblogsectionredirectsection a {
    font-size: 16px;
    font-weight: 400 !important;
    color: var(--color-orange-100);
    border: 1px solid var(--color-orange-100);
    padding: 6px;
}
  .cta-mt-67 {
    margin-top: 67px;
	font-size: 12px !important;
  }

  .cta-mt-32 {
    margin-top: 32px;
  }

  .cta-mt-16 {
    margin-top: 0px;
	font-size: 12px !important;
  }
  



  .cs3-mt-60 {
    margin-bottom: 60px;
  }

 .cta-fs-12 {
	 font-size: 12px;
 }
 .cta-fs-14 {
	 font-size: 14px;
 }
 .horizontalTab_Top .resp-tabs-container {
    margin-right: 0px !important;
    margin-left: 1px !important;
}
}
/* ===============================
   iPad (Portrait + Landscape)
 
================================ */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  .cta-mt-32 {
    margin-top: 80px;
  }
    .cta-mt-67 {
    margin-top: 90px;
  }


}
  
.GreyLine1 {
  width: 90%;
  height: 1px;
  background-color: #A9A9A9;
  margin: 0px auto 10px;
}
@media only screen and (max-width: 430px) {
    .navbar .brand img {
        width: 175% !important;
		margin-top: -9px;
    }
}

@media only screen and (max-width: 1200px) {
    .navbar .brand img {
        width: 75%;
        margin-top: 10px;
    }
}

@media screen and (min-width: 768px)  and (max-width: 1024px) {
    .navbar .brand img {
        width: 85% !important;
    }
	
}
.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;
}

@media (min-width: 375px) and (max-width: 767px)
{
.headingh1-underline-60percent {
    width: 22% !important;
}

.headingh1-underline-btpercent {
    width: 68%;
}
}



@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-underlineleft-30percent {
    width: 61% !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: 23% !important;
}
.headingh1-underlineleft-90percent {
    width: 85% !important;
	    margin-left: 11px;
}
.headingh1-underlineleft-60percent {
    width: 75% !important;
	margin-left: 11px;
}
.headingh1-underline-30percent {
    width: 25% !important;
}


}

.headingh1-underline-otpercent {  
 width: 25% !important;
 }
@media screen and (min-width: 768px)  and (max-width: 1023px) {
	.headingh1-underline-30percent {
    width: 58% !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: 50% !important;
}
.headingh1-underline-otpercent { 
 width: 50% !important;
 }
}
.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; 
}

@media (min-width: 1201px) and (max-width: 1400px) {

  .homebannerimage-container {
    position: relative !important;
    min-height: 250px !important;
    overflow: hidden !important;
  }

 
  .homebannerimage-container picture {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }


  .homebannerimage-container picture img,
  .homebanner-bg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

 
  .bannercontent-wrapper {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {

  .homebannerimage-container picture img,
  .homebanner-bg {
    object-fit: cover !important;
    object-position: left center !important;
  }

}


.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: 12px !important;
    padding-bottom: 5px !important;
}

.eds_logo {
    background-color: rgba(255, 255, 255, 0.73);
    position: relative;
    max-height: 100px !important;
    height: 84px !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;
}

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;
}

/* ===== Tablet ===== */
@media (max-width: 1200px) {
  .LeadershipTeamNew .img_left,
  .LeadershipTeamNew .img_right {
    padding-top: 40px !important;
  }

  .LeadershipTeamNew .img_left,
  .LeadershipTeamNew .img_right,
  .LeadershipTeamNew .TeamDetail_left,
  .LeadershipTeamNew .TeamDetail_right {
    width: 100% !important;
  }

  .LeadershipTeamNew {
    flex-direction: column !important;
  }
}

/* ===== Mobile ===== */
@media (max-width: 991px) {
  .LeadershipTeamNew {
    flex-direction: column !important;
  }

  .LeadershipTeamNew .img_left,
  .LeadershipTeamNew .img_right,
  .LeadershipTeamNew .TeamDetail_left,
  .LeadershipTeamNew .TeamDetail_right {
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
  }

  .LeadershipTeamNew .img_left,
  .LeadershipTeamNew .img_right {
    padding-top: 0 !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;
}

/* Tablet */
@media (max-width: 1200px) {
  .LeadershipTeamNew .team-row {
    flex-direction: column !important;
  }

  .LeadershipTeamNew .img_left,
  .LeadershipTeamNew .img_right,
  .LeadershipTeamNew .TeamDetail_left,
  .LeadershipTeamNew .TeamDetail_right {
    width: 100% !important;
  }
}

/* Mobile */
@media (max-width: 991px) {
  .LeadershipTeamNew .team-row {
    flex-direction: column !important;
  }

  .LeadershipTeamNew .img_left,
  .LeadershipTeamNew .img_right {
    padding-top: 0 !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;
}

/* Tablet */
@media (max-width: 1200px) {
  .LeadershipTeamNew .team-row {
    flex-direction: column !important;
  }

  .LeadershipTeamNew .img_left,
  .LeadershipTeamNew .img_right,
  .LeadershipTeamNew .TeamDetail_left,
  .LeadershipTeamNew .TeamDetail_right {
    width: 100% !important;
  }
}

/* Mobile */
@media (max-width: 991px) {
  .LeadershipTeamNew .img_left,
  .LeadershipTeamNew .img_right {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 992px) {
    .Teamtitle {
        font-size: 24px !important;
        line-height: 28px !important;
        padding-top: 10px !important;
    }
}


@media (max-width: 768px) {

    /* Stack columns cleanly */
    .row {
        display: block;
    }

    .col-sm-9,
    .col-sm-3 {
        width: 100% !important;
        max-width: 100%;
        flex: none;
    }

    /* Add spacing between text and image */
    .TeamDetail_right {
        margin-bottom: 20px;
    }

    /* Fix image */
    .aboutUsImageDJ {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .aboutUsImageDJ img {
        width: 100%;
        max-width: 280px;   
        height: auto;
    }

    /* Center everything nicely */
    .TeamDetail_right,
    .aboutUsImageDJ {
        text-align: center;
    }
}


/*  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 {
    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;
} 

/* Home page cards */

.simple-section {
  max-width: 1100px;
  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;
}
/* CARD CONTENT CENTERED */
.card {
  padding: 25px;
  border: 1px solid var(--color-grey-20);
  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-20);
  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;
}


/* MOBILE */
@media (max-width: 991px) {
  .simple-section {
    flex-direction: column;
  }

  .simple-left,
  .simple-right {
    width: 100%;
  }

  .simple-left {
    text-align: center;
  }
  .simple-underline-50 {
    width: 31%;
  }
  .headingh2-underline-40percent {
  
    width: 14% !important;
}
  
}

@media screen and (min-width: 375px)  and (max-width: 767px) {
	 .simple-underline-50 {
    width: 15%;
  }
}

/* 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(5, 1fr);
  gap: 40px;
  grid-row-gap: 50px; 
  max-width: 1200px;
  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: 900px;
  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: 900px;
  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(3, 1fr);
    gap: 25px;
  }

  .footer-logos img {
    max-height: 50px;
  }

  .footer-5col h3 {
    font-size: 17px;
  }
}

/* ===== SMALL TABLET ===== */
@media (max-width: 768px) {

  .footer-5col {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-logos {
    grid-template-columns: repeat(2, 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;
}

/* Responsive */
@media (max-width: 1024px) {
  .kd-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .kd-grid {
    grid-template-columns: 1fr;
  }
}

.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);
}

/* Responsive */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}


.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;
}

@media (max-width: 767px) {
  .cta-align-right {
    justify-content: flex-end;
    padding-right: 0;
  }

  .cta-btn-modern {
    display: inline; 
	 font-size: 14px;
  }
  .cta-btn-modern::after {
      width: 95%;
  }
  
}

/*  iPhone + small screens  */
@media (max-width: 480px) {

  .cta-align-right {
    justify-content: flex-start; 
    padding-right: 0;
  }

  .cta-btn-modern {
    display: flex;           
    width: 100%;              
    font-size: 14px;
    justify-content: space-between;

  }

  .cta-btn-modern span {
    flex: 1; 
  }

  .cta-btn-modern::after {
    width: 100%;
  }
}

/* ===== Custom Layout Wrapper ===== */
.cs-section {
    padding: 20px 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: 100%;
    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;
}


.cs-text-col .headingh1-underline {
    margin-left: auto;
    margin-right: auto;
}

/* Keep spacing consistent */
.cs-text-col .CustomServePageText {
    max-width: 520px;
    margin: 0 auto;
}

/* ================= Responsive ================= */

@media (max-width: 1024px) {
    .cs-row {
        flex-direction: column;
        text-align: center;
    }


    .cs-image-col,
    .cs-text-col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    /* Image size */
    .cs-image-col img {
        width: 70%;
        max-width: 520px;
        margin-bottom: 25px;
    }


    .cs-text-col {
        padding-left: 0;
    }


    .cs-text-col .CustomServePageText {
        max-width: 720px;  
        width: 90%;
        margin: 0 auto;
    }

    /*  improve readability */
    .cs-text-col p {
        line-height: 1.7;
    }
}



/* ===== 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-right: 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;
}

/* ===== iPad Pro (1024px) ===== */
@media (max-width: 1024px) and (min-width: 769px) {
    .cs2-row {
        flex-direction: column;
        text-align: center;
    }

    .cs2-left,
    .cs2-right {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .cs2-left {
        max-width: 750px;
        width: 90%;
        margin: 0 auto;
        padding-right: 0;
    }

    .cs2-left .headingh1-underline {
        margin-left: auto;
        margin-right: auto;
    }

  
    .cs2-left ul {
        text-align: left;
        display: inline-block;
    }

    .cs2-right {
        margin-top: 30px;
    }

    .cs2-right .cta-card {
        max-width: 420px;
    }
}


/*  iPad Mini (768px) */
@media (max-width: 768px) {

    .cs2-row {
        flex-direction: column;
        align-items: flex-start; 
        text-align: left;       
    }

    .cs2-left,
    .cs2-right {
        max-width: 100%;
        flex: 0 0 100%;
    }


    .cs2-left {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
        margin: 0;
    }

   
    .cs2-left .headingh1-underlineleft {
        margin-left: 0;
    }

    
    .cs2-left ul {
        text-align: left;
        padding-left: 20px;
        display: block;
    }

 
    .cs2-left p {
        font-size: 15px;
        line-height: 1.7;
    }

   
    .cs2-right {
        margin-top: 25px;
        width: 100%;
        padding: 0 15px;
    }

    .cs2-right .cta-card {
        max-width: 100%;
        width: 100%;
    }
}


/* ===== 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%;
}

.cs5-left p {
    line-height: 1.7;
    margin-bottom: 18px;
}

/* RIGHT IMAGE */
.cs5-right {
    flex: 0 0 60%;
    max-width: 60%;
    text-align: center;
}

.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: 1100px;
  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: 240px;
  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: -40px !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;
}

@media screen and (max-width: 480px) {

.homeblogsectiontopsection {
    height: 230px !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;
}
}
@media screen and (min-width: 375px)  and (max-width: 767px) {
.headingh1-underline-cspercent {
    width: 27% !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: 7px;
}

.headingh1-underlineleft-empercent {
    width: 70% !important;
}
}

@media screen and (min-width: 1024px)  and (max-width: 1200px) {

.headingh1-underline-dfpercent {
    width: 12% !important;
}

.headingh1-underline-cspercent {
    width: 12%;
}

.headingh1-underlineleft-chpercent {
    width: 14% !important;
}
.headingh1-underlineleft-rbpercent {
    width: 76% !important;
}
.headingh1-underlineleft-scpercent {
    width: 50% !important;
}

.headingh1-underlineleft-empercent {
    width: 72% !important;
}

.headingh1-underlineleft-rspercent {
    width: 53% !important;
}
}

@media (min-width: 1280px) {
	
.headingh1-underlineleft-chpercent {
    width: 81% !important;
}


.headingh1-underlineleft-rbpercent {
    width: 55% !important;
}

.headingh1-underlineleft-scpercent {
    width: 36% !important;
}

	
}

.eds_news_BlogOne .article.standalone .in_article_image.left {
	
	display: none;
}