.cm-homepage-slider-wrap{
  position:relative;
  margin-bottom: 0 !important;
}
.cm-homepage-slider-group {
  position: relative;
  margin-bottom: 0 !important;
  margin-top:70px;
}
.cm-homepage-slider-wrap .slick-arrow.slick-prev, .cm-homepage-slider-wrap .slick-arrow.slick-next {
  display: none !important;
}
.cm-homepage-slider-group:after {
  content: '';
  position: absolute;
  left: 50px;
  top: 16%;
  height: auto;
  width: 0px;
  background: #fff;
  min-height: 682px;
  opacity: .2;
}
.cm-homepage-slider-group:before {
  content: '';
  position: absolute;
  right: 50px;
  top: 16%;
  height: auto;
  width: 0px;
  background: #fff;
  min-height: 682px;
  opacity: .2;
  z-index:99;
}
.banner-text h4 {
  font-weight: 700;
  position: relative;
  width: max-content;
}
.banner-text h4:after {
  content: '';
  position: absolute;  
  top: 50%;
  width: 200px;
  height: 1px;
  margin-left:10px;
  background: #fff;
}
.banner-text {
  max-width: 100%;
}
.cm-homepage-slider-wrap .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.cm-homepage-slider-wrap .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cm-homepage-slider-wrap .content-wrapper {
  position: relative;
  text-align: left;
  z-index: 9;
  width: 100%;
  max-width: 100%;
  padding-left:50px;
  padding-right:50px;
}
.cm-homepage-slider-item h1{
  font-size: 2.8vw;
  font-family: 'Publica Sans',sans-serif;
  font-weight: 500;
}
.cm-homepage-slider-item .button-group {
  margin-top: -10px;
}
.cm-homepage-slider-wrap .banner-main p{
  font-size: 1.658vw;
  margin: 0.781vw 0px 3vw;
  font-weight: 300;
  line-height: 2.5vw;
}
.cm-homepage-slider-wrap .banner-content {
  padding-top: 0;
  width: 50%;
  max-width: 45%;
  margin-top: 50px;
  position: absolute;
  top: 45%;
  transform: translateY(-38%);
  padding-top: 10px;
}
.cm-homepage-slider-wrap .btn1 {
  margin-right: 30px;
}
.cm-homepage-slider-wrap .btn2 a {
  border: 1px solid #4F6F87;
  background: rgba(0, 0, 0, 0.28);
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding: 16px 20px;
  text-decoration:none;
  position:relative;
  text-align:left;
  min-width: 200px;
  width: auto;
  display: inline-block;
  transition: all .2s linear;
  transform: perspective(1px) translateZ(0);
}

.cm-homepage-slider-group .cm-homepage-slider-item {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex !important;
  background-color:#004141;
  min-height: 400px;
  align-items: center;
  justify-content: center;
  background-position:top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cm-homepage-slider-group .slick-dots {
  bottom: 0;
  display: flex !important;
  height: 40px;
  list-style: none;
  padding: 0;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: fit-content;
  z-index: 9;
  gap: 12px;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.cm-homepage-slick-dots {
  max-width: 340px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  margin: 0px auto;
}
.cm-homepage-slider-wrap.full-screen .cm-homepage-slider-item {
  min-height: calc(100vh - 146px) !important;
}
.cm-homepage-slider-group .slick-dots button{
  display:none;
}
.cm-homepage-slick-dots .slick-center{
  opacity: 1;
}

.cm-homepage-slick-dots .slick-dots {
  bottom: 36px;
}
.cm-homepage-slider-item .page-center{
  position:relative;
  z-index:2;
}
.cm-homepage-slider-group .slick-dots li {
  margin: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  background:#fff;
  z-index: 2;
}
.cm-homepage-slider-group .slick-dots li.slick-active {
  background:#004141;
}
.cm-homepage-slider-group .slick-dots li button:before {
  color: #2E5D90;
  content: "•";
  font-family: slick;
  font-size: 40px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* .cm-homepage-slider-item h1, .cm-homepage-slider-item .banner-main p {
  color: #fff;
} */
.cm-homepage-slider-item h1{
  margin-bottom:0;
  line-height:normal;
}
.cm-homepage-slider-group .slick-dots li.slick-active button:before {
  color: #4394D0;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
@keyframes zoomout {
  0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}/*End of Zoom out Keyframes */
*/
.banner-brd .hs-breadcrumb-menu {
  display: flex;
  align-items: center;
  color: #fff;  
  font-size:14px;
}
.banner-brd li {
  line-height: 1;
  padding-right: 17px;
  font-weight:300;
}

.banner-brd li a {
  display: inline-block;
  text-decoration:none;
}
.banner-brd li a svg {
  fill: #fff;
  margin: 0;
  position: relative;
  top: 0;
  transform: none;
  width: 16px;
}

.banner-brd li a:hover svg {
  fill: #4394d0 !important;
}
.banner-brd .hs-breadcrumb-menu-divider:before {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 10px;
}
.banner-brd li.hs-breadcrumb-menu-item a:focus,
.banner-brd li.hs-breadcrumb-menu-item a:hover {
  color: #fff;
}
.banner-brd li.hs-breadcrumb-menu-item a {
  color: #fff;
}
.banner-brd li.hs-breadcrumb-menu-item a svg {
  fill: currentColor;
}
.banner-brd .hs-breadcrumb-menu {
  color: #fff;
}
.banner-brd li.hs-breadcrumb-menu-item a {
  color: #fff;
}
.cm-homepage-slider-wrap .content-wrapper,
.cm-homepage-slider-wrap.full-screen .content-wrapper {
  max-width: 95%;
  padding-left: 0;
  padding-right: 0;
}
.cm-homepage-slider-wrap.full-screen .banner-content.has-box {
  background-color: rgba(113, 144, 213, .4);
  border-radius: 20px;
  max-width: 50%;
  padding: 40px 40px;
}
.cm-homepage-slider-wrap.full-screen .cm-homepage-slider-item {
  position: relative;
}
.cm-homepage-slider-wrap.full-screen {
  margin-bottom: -1px !important;
}
.slick-slide * {
  user-select: text !important;
}

@media(max-width:1600px){

}

@media(max-width:1360px){
  .cm-homepage-slider-wrap .content-wrapper {
    max-width: 1300px;
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media(max-width:1280px){
  .body-wrapper {
    overflow-x: hidden;
    scrollbar-width:none;
  }
  .cm-homepage-slider-group:after {
    left: 30px;
  }
  .cm-homepage-slider-group:before {
    right: 30px;
  }
  .cm-homepage-slider-group:after, .cm-homepage-slider-group:before {
    min-height: 500px;
  }
  .cm-homepage-slider-group .slick-dots {
    right: 13px;
  }
}

@media (min-width:768px) and (max-width:1280px){
  .cm-homepage-slider-group .cm-homepage-slider-item {
    background-position: top right;
  }
}

@media (max-width:767px){
  .cm-homepage-slider-item .banner-main h1{
    font-size:40px;
  }
  .cm-homepage-slider-item .banner-main p{
    font-size: 18px;
    line-height: 30px;
    padding: 15px 20px 0;
  }
  .cm-homepage-slider-item .banner-main p br{
    display:none;
  }
  .cm-homepage-slider-group .slick-dots {
    bottom: 0;
    right: 0;
    top: auto;
    transform: rotate(0deg);
    left: 0;
    margin: 0 auto;
  }
  .banner-text h4:after {
    display:none;
  }
  .cm-homepage-slider-group:after,.cm-homepage-slider-group:before{
    display:none;
  }
  .cm-homepage-slider-wrap .banner-content {
    padding-top: 0;
    text-align: center;
    margin-top: 55px;
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .cm-homepage-slider-wrap .btn1 {
    margin-right: 0;
    margin-bottom: 30px;
    margin-left:auto;
    margin-right:auto;
  }
  .cm-homepage-slick-dots {
    position: relative;
    bottom: 49px;
  }
  .cm-homepage-slider-wrap .content-wrapper {
    padding-left: 20px;
    padding-right: 45px;
  }
  .button-group.d-flex.align-center {
    flex-direction: column;
    margin-top: 40px;
    align-items: flex-start;
  }
  .cm-homepage-slider-wrap.full-screen .cm-homepage-slider-item {
    min-height: calc(100vh - 110px) !important;
  }  
  .banner_widget_1745305328971 .banner-item3 {
    background-position: center;
  }
}

@media(max-width:480px){
  .cm-homepage-slider-wrap .cm-homepage-slider-group .cm-homepage-slider-item{
    height: 45vh;
  }
}




/* Ensure full coverage of background image */
.cm-homepage-slider-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; /* Prevents gaps */
  position: relative;
}



.cm-homepage-slider-item.slick-active .banner-main h1 {
  animation: slideInRight 1s ease-out 0.3s both;
}

.cm-homepage-slider-item.slick-active .banner-main p {
  animation: slideInRight 1.4s ease-out 0.5s both;
}

.cm-homepage-slider-item.slick-active .button-group {
  animation: fadeIn 1.6s ease-out 0.7s both;
}

/* Background animation - fixed version */
/* .cm-homepage-slider-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background: linear-gradient(180deg, rgb(0 0 0 / 62%) 21%, rgb(8 8 8 / 55%) 60%);
  background-size: cover;
  z-index: 1;
} */

/* Keyframe definitions */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

/* Button hover animation */
.btn1 .button {
  transition: all 0.3s ease;
}

.btn1 .button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.cm-homepage-slider-wrap.full-screen .cm-homepage-slider-group > div {
  height: calc(100vh - 130px) !important !important;
}
/* Ensure content fills the space */
.content-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.particle-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index:1;
  mix-blend-mode: screen; /* Creates "holographic" overlay */
}
