* {
    padding: 0;
    margin: 0;
}
body {
    margin: 0px;
}
a {
    border: 0px;
    outline: none;
}
img {
    border: 0px;
    outline: none;
    max-width: 100%;
    border-radius:10px;
}
.img-fullwidth {
    width: 100%;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
:focus {
    outline: 0;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
strong {}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {} h1 {} h2 {} h3 {} h4 {} h5 {} h6 {} input[type="submit"] {
    cursor: pointer
}
.t-t-u {
    text-transform: uppercase !important;
}
.t-l {
    text-align: left !important;
}
.t-r {
    text-align: right !important;
}
.t-c {
    text-align: center !important;
}
.r-gap {
    margin-right: 0!important;
}
.flt-l {
    float: left;
}
.flt-r {
    float: right;
}
.flt-none {
    float: none!important;
}
.no-border {
    border: 0!important;
}
.no-padding {
    padding: 0px;
}
.bgnone {
    background: none !important
}
.underliene {
    text-decoration: underline;
}
.gaper {
    clear: both;
    width: 100%;
}
div {} p {
    margin: 0;
}
@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proxima_nova_bold.eot');
    src: url('../fonts/proxima_nova_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_bold.woff') format('woff'),
         url('../fonts/proxima_nova_bold.ttf') format('truetype'),
         url('../fonts/proxima_nova_bold.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_ltsemibold';
    src: url('../fonts/proxima_nova_semibold.eot');
    src: url('../fonts/proxima_nova_semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_semibold.woff') format('woff'),
         url('../fonts/proxima_nova_semibold.ttf') format('truetype'),
         url('../fonts/proxima_nova_semibold.svg#proxima_nova_ltsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0px;
    padding: 0px;
    background: url(../images/home-pattern.gif) repeat;
    font-family: 'Raleway', sans-serif;
}
header {}

@media (min-width: 768px) {
    header .home_banner {
        background: url(../images/home-banner.jpg) no-repeat;
        background-size: cover;
        min-height: 923px;
    }
}

header .home_banner {
    min-height: 923px;
    padding:0;
    overflow: hidden;
}


header .home_banner video{
  position:absolute;

}

header .home_banner .bg_tint {
  position: absolute;
  background-color: rgba(0,0,0,0.4);
  width:100%;
  height:100%;
}


header .white_top {
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: 0 0 8px 0 #000;
    box-shadow: 0 0 8px 0 #000;
    padding: 1% 0;
}
header .white_top ul {
    margin: 18px 0 0 0;
}
header .white_top li {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    border-right: 1px solid #d0d0d0;
    padding: 0 17px;
}
header .white_top li:last-child {
    border: none;
}

header .white_top li a {
    color: #444444;
}
header .white_top form {
    background: #f0f0f0;
    border: 1px solid #e1e1e1;
    float: left;
    width: 100%;
    padding: 5%;
    margin: 7px 0 0 0;
}
header .white_top form input[type="text"] {
    background: none;
    border: none;
    padding: 1%;
    float: left;
    width: 115px;
    text-transform: uppercase;
    letter-spacing: 0px;
}
header .white_top form input[type="image"] {
    background: none;
    border: none;
    padding: 1%;
    float: left;
}
header h1 {
    color: #fff;
    font-size: 66px;
    text-shadow: 0 0 5px #000;
    font-weight: bold;
    margin: 240px 0 0 0;
}
header p {
    color: #fff;
    font-size: 24px;
    margin: 0 0 75px 0;
}
header .link {
    -webkit-box-shadow: 0 0 8px 0 #3c4357;
    box-shadow: 0 0 8px 0 #3c4357;
    display: inline-block;
}
header .nav > li > a {
    padding: 0px;
}
header .nav > li > a:hover {
    background: none;
    color: #2666BB;
}

.mid_bg {
    background: #fff;
    -moz-border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-box-shadow: 0 0 8px 0 #919191;
    box-shadow: 0 0 8px 0 #919191;
    padding: 1% 0;
    margin: -256px 0 0 0;
    width: 100%;
    float: left;
}
.mid_bg h2 {
    color: #000033;
    font-size: 32px;
    position: relative;
    padding: 0 0 21px 0;
}
.mid_bg h2::after {
    content: url(../images/heading-btm-line.gif);
    position: absolute;
    left: 0;
    bottom: 0;
}
.mid_bg p {
    color: #4e4e4e;
    font-size: 14px;
    margin: 0 0 30px 0;
    line-height: 21px;
}
.mid_bg .btm_block {
    background: #f3f3f3;
    border: 1px solid #e1e1e1;
    border-top: 6px solid #2a59b2;
    float: left;
    width: 100%;
}
.mid_bg .btm_block li {
    color: #4e4e4e;
    font-size: 14px;
    background: url(../images/bullet.gif) no-repeat 0 5px;
    padding: 0 0 0 32px;
    margin: 28px 0;
}
.mid_bg .btm_block .sep {
    border-right: 1px solid #e3e3e3;
}
.mid_bg .white_block_btm {
    background: #04c350;
    color: #fff;
    font-size: 22px;
    padding: 2%;    
}
.mid_bg .white_block_btm {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: 6px solid #2a59b2;
    float: left;
    width: 100%;
}
.mid_bg .white_block_btm li {
    color: #4e4e4e;
    font-size: 14px;
    background: url(../images/tick-blue.gif) no-repeat 0 5px;
    padding: 0 0 0 32px;
    margin: 28px 0;
}
.mid_bg .white_block_btm .sep {
    border-right: 1px solid #e3e3e3;
}
.mid_bg .green_block {
    background: #04c350;
    color: #fff;
    font-size: 22px;
    padding: 2%;    
}
.mid_bg h3 {
    color: #000033;
    font-size: 31px;
    position: relative;
    padding: 0 0 21px 0;
}
.mid_bg h3::after {
    content: url(../images/heading-btm-line-02.gif);
    position: absolute;
    left: 0;
    bottom: 0;
}
.mid_bg .btm_sec img {
    float: left;
    margin: 0 20px 0 0;
}
.mid_bg .form_sec {
    background: #010b3a;
    width: 100%;
    float: left;
    padding: 5% 8%;
}
.mid_bg .form_sec .font25 {
    color: #fff;
    font-size: 25px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
}
.mid_bg .form_sec input[type="text"] {
    background: #fff;
    width: 100%;
    padding: 4%;
    border: none;
    margin: 15px 0 0 0;
    color: #4e4e4e;
}
.mid_bg .form_sec input[type="image"] {
    margin: 15px 0 0 0;
}
.mid_bg .right_box {
    background: #f3f3f3;
    border: 1px solid #e1e1e1;
    width: 100%;
    float: left;
}
.mid_bg .right_box li {
    color: #4e4e4e;
    font-size: 14px;
    background: url(../images/bullet.gif) no-repeat 0 5px;
    padding: 0 0 0 32px;
    margin: 18px 0;
}
.mid_bg .bluebox {
    background: #2a59b2;
    padding: 5%;
    width: 100%;
    color: #fff;
    font-size: 12px;
}
.mid_bg .bluebox img {
    float: left;
    margin: 0 15px 0 0;
}
.mid_bg .featured h2 {
    color: #ffffff;
    font-size: 23px;
    background: #010b3a;
    padding: 8%;
    margin: 0px;
}
.mid_bg .featured.btm h2 {
    font-size: 20px;
}
.mid_bg .featured h2::after {
    content: none;
}
.mid_bg .featured ul {
    border: 1px solid #e1e1e1;
    padding: 8%;
}
.mid_bg .featured li {
    color: #4e4e4e;
    font-size: 14px;
    background: url(../images/left-bullet.gif) no-repeat 0 5px;
    padding: 0 0 15px 19px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #e1e1e1;
}
.mid_bg .featured.btm ul {
    padding: 0 8%;
}
.mid_bg .featured.btm li {
    padding: 0px;
    margin: 0px;
    background: none;
}
.mid_bg .featured li:last-child {
    border: none;
    margin: 0px;
}
.footer_top_blue {
    background: url(../images/btm-map.gif) no-repeat right bottom #2a59b2;
    padding: 3% 0;
}
.footer_top_blue .caption {
    color: #ffffff;
    font-size: 22px;
}
.footer_top_blue .block {
    background: url(../images/footer-top-bg.png) repeat;
    border: 1px solid #3e71d1;
    width: 100%;
    float: left;
}
.footer_top_blue .block .sep {
    border-right: 1px solid #497bda;
}
.footer_top_blue .block li {
    background: url(../images/white-bullet.gif) no-repeat 0 4px;
    padding: 0 0 0 11px;
    margin: 12px 0;
}
.footer_top_blue .block li a {
    color: #fff;
}
.footer_top_blue .block li a:hover {
    text-decoration: underline;
}
.footer-mid {
    background: url(../images/footer-top-blue.gif) repeat;
    padding: 3% 0;
    color: #fff;
}
.footer-mid h3 {
    color: #fff;
    font-size: 23px;
    width: 100%;
    float: left;
    margin: 18px 0 0 0;
}
.footer-mid h2 {
    color: #fff;
    font-size: 16px;
    width: 100%;
    float: left;
    margin: 18px 0 0 0;
}
.footer-mid p {
    color: #aeb4cd;
    font-size: 13px;
    width: 100%;
    float: left;
    margin: 18px 0 0 0;
}
.copyright {
    background: #fff;
    padding: 3% 0;
    line-height: 26px;
}

/* Call to action container */
.calltoaction {
  padding: 1em;
  border-radius: 0.5em;
  border: 1px solid #fff;
  background: #39f;
  overflow: auto;
}

/* Call to action text lines */
.calltoactiontext {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
}

/* Call to action input */
.calltoactioninput {
  margin-top: 1em;
  border-radius: 0.5em;
  border: 1px solid #fff;
  font-size: 1.5em;
  padding: 0.25em;
}

/* Button wrapper */
.calltoactionbutton {
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-size: 1.25em;  
}

/* Left arrow segment */
.calltoactionbutton .cta-arrow {
  display: inline-block;
  width: 3em;
  padding: 1em;
  background: #069;
  border: 1px solid #069;
  border-radius: 0.5em 0 0 0.5em;
  color: #fff;
  text-align: center;
}

/* Right text segment */
.calltoactionbutton .cta-report {
  display: inline-block;
  padding: 1em;
  background: #fff;
  border: 1px solid #069;
  border-radius: 0 0.5em 0.5em 0;
  color: #069;
  transition: background 0.15s ease, color 0.15s ease;
}

/* Hover effect for report segment only */
.calltoactionbutton .cta-report:hover,
.calltoactionbutton .cta-report:hover strong {
  background: #39f;
  color: #fff;
}

/* #Media Queries
================================================== */

@media only screen and (min-width: 960px) and (max-width: 1024px) {
    .mid_bg .form_sec input[type="image"] {
        width: 100%;
    } 
    .mid_bg .block_one,
    .mid_bg .block_two,
    .mid_bg .block_three,
    .mid_bg .block_four,
    .mid_bg .block_five,
    .mid_bg .block_six,
    .mid_bg .block_seven {
        font-size: 16px;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    img {
        max-width: 100%;
        height: auto;
    }
    .logo {
        text-align: center;
    }
    .navbar-toggle,
    .navbar-toggle span {
        border: 1px solid #2353AC;
    }    
    header .white_top form input[type="text"] {
        width: 90%;
    }
    .mid_bg .block_one,
    .mid_bg .block_two,
    .mid_bg .block_three,
    .mid_bg .block_four,
    .mid_bg .block_five,
    .mid_bg .block_six,
    .mid_bg .block_seven {
        width: 262px;
        margin: 0px auto;
    }
    header .white_top form {
        padding: 1%;
    }
    .mid_bg {
        margin: 0px;
    }    
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .logo {
        text-align: center;
    }
    .navbar-toggle,
    .navbar-toggle span {
        border: 1px solid #2353AC;
    }
    header .white_top #navbar {
        width: 100%;        
    }
    header .white_top #navbar ul {
        margin: 0px;
    }
    header .white_top li {
        border: none;
        width: 100%;
        text-align: center;
        padding: 2% 0;
    }
    header .white_top form input[type="text"] {
        width: 85%;
    }
    .mid_bg .btm_block .sep,
    .mid_bg .white_block_btm .sep,
    .footer_top_blue .block .sep {
        border: none;
    }
    .mid_bg .block_one,
    .mid_bg .block_two,
    .mid_bg .block_three,
    .mid_bg .block_four,
    .mid_bg .block_five,
    .mid_bg .block_six,
    .mid_bg .block_seven {
        width: 262px;
        margin: 0px auto;
    }
    .mid_bg {
        margin: 0px;
    }
    
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}

.hero-title {
    color: #ffffff;
}

.hero-subtitle {
    color: #ffffff;
    font-weight: bold;
}

.induction-btn {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 280px;
    border-radius: 50px;
    padding: 12px 30px;
    text-align: center;
    margin-right: 50px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.induction-btn:last-child {
    margin-right: 0;
}

.induction-btn.choose:hover {
    background: linear-gradient(135deg, #3399ff, #66b3ff);
    box-shadow: 0 6px 12px rgba(0,0,0,0.25);
    transform: translateY(-2px);
}

.induction-btn.create:hover {
    background: linear-gradient(135deg, #4cd37f, #7ae09a);
    box-shadow: 0 6px 12px rgba(0,0,0,0.25);
    transform: translateY(-2px);
}

.induction-btn.choose {
    background: linear-gradient(135deg, #007bff, #3399ff);
    color: #fff;
}

.induction-btn.create {
    background: linear-gradient(135deg, #28c76f, #4cd37f);
    color: #fff;
}

.induction-btn span {
    text-transform: none;
}

.induction-btn strong {
    margin-left: 5px;
}

.induction-btn span:last-child {
    margin-left: auto;
    font-size: 1.2em;
}

.split-btn {
    display: flex;
    align-items: center;
    border: 2px solid;
    border-radius: 20px;
    text-decoration: none;
    overflow: hidden;
    height: 60px;
    transition: all 0.3s ease;
    font-weight: bold;
    margin-bottom: 15px;
}

.split-btn .split-left {
    width: 60px;
    height: 100%;
    display: inline-block;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.split-btn .split-text {
    flex: 1;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.split-red { border-color: #d9534f; }
.split-red .split-text { color: #d9534f; }
.split-red .split-left { background-color: #d9534f; }

.split-blue { border-color: #337ab7; }
.split-blue .split-text { color: #337ab7; }
.split-blue .split-left { background-color: #337ab7; }

.split-cyan { border-color: #5bc0de; }
.split-cyan .split-text { color: #5bc0de; }
.split-cyan .split-left { background-color: #5bc0de; }

.split-orange { border-color: #f0ad4e; }
.split-orange .split-text { color: #f0ad4e; }
.split-orange .split-left { background-color: #f0ad4e; }

.split-green { border-color: #5cb85c; }
.split-green .split-text { color: #5cb85c; }
.split-green .split-left { background-color: #5cb85c; }

.split-btn:hover {
    color: #fff;
}

.split-btn:hover .split-text {
    color: #fff;
}

.split-btn:hover.split-red { background-color: #d9534f; }
.split-btn:hover.split-blue { background-color: #337ab7; }
.split-btn:hover.split-cyan { background-color: #5bc0de; }
.split-btn:hover.split-orange { background-color: #f0ad4e; }
.split-btn:hover.split-green { background-color: #5cb85c; }

.split-btn:hover .split-left {
    filter: brightness(85%);
}
.induction-sections {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.induction-section {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

.induction-section.reverse {
    flex-direction: row-reverse;
}

.induction-text {
    flex: 1;
}

.induction-text .subtitle {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.induction-image {
    flex: 1;
    text-align: center;
}

.induction-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.subtitle {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 20px;
}

.containerMain {
  display: grid;
grid-template-columns: minmax(200px, 1fr) minmax(1000px, 1fr) minmax(200px, 1fr);
  max-width: 1600px;
  margin: auto;
  padding: 20px;
  gap: 20px;
}

.middleCol {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    margin-top: -16em;
}

.sidebar {
background: #fff;
padding: 20px;
border-radius: 12px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
align-self: start;
}

.sidebar .form_sec {
margin-bottom: 20px;
}

.sidebar input[type="text"] {
display: block;
width: 100%;
margin: 8px 0;
padding: 10px;
border: 1px solid #ccc;
border-radius: 6px;
}

.sidebar input[type="image"] {
margin-top: 10px;
}

.sidebar .bluebox {
background: #2a59b2;
padding: 15px;
margin-top: 20px;
border-radius: 6px;
color: #fff;
}

.sidebarForm {
background: #fff;
padding: 20px;
border-radius: 12px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
align-self: start;
position: sticky;
top: 20px;
}

.sidebarForm .form_sec {
margin-bottom: 20px;
}

.sidebarForm input[type="text"] {
display: block;
width: 100%;
margin: 8px 0;
padding: 10px;
border: 1px solid #ccc;
border-radius: 6px;
}

.sidebarForm input[type="image"] {
margin-top: 10px;
}

.sidebarForm .bluebox {
background: #2a59b2;
padding: 15px;
margin-top: 20px;
border-radius: 6px;
color: #fff;
}

.icon-text {
display: flex;
align-items: center; 
gap: 10px;
}

.icon-text img {
width: 32px;
height: auto;
}

.icon-text h3 {
margin: 0;
font-size: 2.2rem;
}

.tick-list {
list-style: none;
padding: 0;
margin: 0;
}

.tick-list li {
position: relative;
padding-left: 28px;
margin-bottom: 14px;
line-height: 1.5em;
}

.tick-list li::before {
content: "✓";
position: absolute;
left: 0;
top: 0;
color: green;
font-weight: bold;
}

ul.custom-bullets {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

ul.custom-bullets li {
    background: url('/images/left-bullet.gif') no-repeat left center;
    padding-left: 25px;
    margin-bottom: 8px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}

.featured-links .block {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.featured-links .block img {
    display: block;
    width: 100%;
    height: auto;
}

.featured-links .block span {
    position: absolute;
    top: 50%;
    left:40%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 2.0;
    text-transform: uppercase;
}

.featured-links .block a {
    display: block;
    text-decoration: none;
}
.callout {
    background: #eaf6ff;
    border-left: 4px solid #0077cc;
    padding: 15px;
    margin: 20px 0;
    border-radius: 6px;
  }

.logo-carousel-wrapper {
    padding: 40px 0;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
  }
.logo-carousel .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.logo-carousel img {
    max-height: 60px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: opacity 0.3s;
    object-fit: contain; 
    display: block;

}

.image-carousel {
    padding: 60px 0;
    background: #f8f9fa;
    font-family: sans-serif;
  }
  
.image-carousel .card {
     position: relative;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    margin: 0 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.image-carousel .card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.4s ease;
    z-index: 10; 
}

.image-carousel .card:hover {
    transform: translateY(-16px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    z-index: 10;   
}


.image-carousel .card h3 {
    position: absolute;
    top: 12px;
    left: 12px;
    margin: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
    z-index: 5;
}

.image-carousel .card p {
font-size: 0.9rem;
color: #666;
padding: 0 12px 20px;
}

.slick-prev, .slick-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(255,255,255,0.9);
border: none;
border-radius: 50%;
width: 40px;
height: 40px;
font-size: 1.6rem;
line-height: 0;
cursor: pointer;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
transition: background 0.3s;
z-index: 5;
}

.slick-prev:hover, .slick-next:hover {
background: #fff;
}

.slick-prev { left: -20px; }
.slick-next { right: -20px; }

@media (max-width: 768px) {
.slick-prev { left: 0; }
.slick-next { right: 0; }
}

.slick-dots {
bottom: -40px;
display: flex !important;
justify-content: center;
list-style: none;
padding: 0;
margin: 0;
}

.slick-dots li {
    margin: 0 6px;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d6e0f5;
    border: none;
    padding: 0;
}

.slick-dots li.slick-active button {
    background: #0b1a55;
}

.image-carousel .slick-list {
    padding-top: 20px;
    overflow: hidden;
}
.leftCol {
    position: sticky;
    top: 20px;
    align-self: start;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }
@media (max-width: 1920px) {
.sidebar input[type="image"] {
    width: 90%;
    height: auto;
    }

.featured-links .block span {
    font-size: 9px;
    left: 40%;
    max-width: 90%;
}

}
@media (min-width: 1921px) {
    .sidebar input[type="image"] {
       width: 80%;
       height: auto;
    }
 
    .featured-links .block span {
       font-size: 14px;
       left: 42%;
       max-width: 85%;
    }
 }
@media (max-width: 1280px) {

    .sidebarForm {
        position: static;
        top: auto;
        margin-bottom: 20px;
        }
    .logo-carousel-wrapper {
        max-width: 700px;
    }
    .containerMain {
        max-width: 1200px;
        grid-template-columns: minmax(180px, 1fr) 1fr minmax(180px, 1fr);
        gap: 15px;
      }
    
      .middleCol {
        padding: 20px;
        margin-top: -12em;
      }
    
      .sidebar {
        padding: 15px;
      }
      .sidebar input[type="image"] {
        width: 80%;
        height: auto;
      }

      .featured-links .block span {
        font-size: 20px;
        left: 40%;
        max-width: 90%;
    }
}

@media (max-width: 1024px) {

    .featured-links .block {
        padding: 0 10px;
        }
        
    .featured-links .block img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        border-radius: 10px;
        }

    .sidebarForm {
        position: static;
        top: auto;
        margin-bottom: 20px;
        }
    .logo-carousel-wrapper {
        max-width: 600px;
    }
    .containerMain {
        max-width: 900px;
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .sidebar input[type="image"] {
        width: 80%;
        height: auto;
      }
    
      .middleCol {
        margin-top: 0;
      }
    
      .sidebar {
        align-self: auto;
      }
}


@media (max-width: 767px) {

.featured-links .block {
    padding: 0 10px;
    }
    
.featured-links .block img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 10px;
    }

.sidebarForm {
    position: static;
    top: auto;
    margin-bottom: 20px;
    }
.newbutton {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px 20px;
    font-size: 1rem;
}

.btn-label {
    margin-right: 0;
    margin-bottom: 8px;
}

.icon {
    font-size: 2rem;
}
.split-btn {
    flex-direction: row;
    height: 70px;
}

.containerMain {
display: flex;
flex-direction: column;
}

.leftCol {
order: 1;
width: 100%;
margin-bottom: 20px;
}

.middleCol {
order: 2;
width: 100%;
margin-bottom: 20px;
margin-top: 0px;
}

.sidebar {
order: 3;
width: 100%;
margin-top: 20px;
}

.induction-section,
.induction-section.reverse {
    flex-direction: column;
    gap: 15px;
}

.induction-text,
.induction-image {
    width: 100%;
}

.induction-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.induction-text .subtitle {
    font-weight: bold;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.induction-sections {
    gap: 40px;
}

.button-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    }

.button-row a.induction-btn {
display: block;
width: 90%;
max-width: 300px;
text-align: center;
margin-right: 0;
}
.logo-carousel .slick-slide {
    padding: 0 20px;
  }
}