html[xmlns] .slides{display:block;}
* html .slides{height:1%;}

#slider_wrapper{position: relative; height: 100vh; min-height: 600px; overflow: hidden; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 20px; margin: 0; background: transparent; animation: none;}

#slider_wrapper:before{content: none;}

@keyframes wrapperPulse {
    0%, 100% { box-shadow: 0 0 50px rgba(17, 127, 189, 0.3), inset 0 0 100px rgba(0, 46, 81, 0.5); }
    50% { box-shadow: 0 0 80px rgba(17, 127, 189, 0.5), inset 0 0 120px rgba(0, 46, 81, 0.7); }
}

@keyframes borderRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#slider{margin:0; position: relative; height: 100%; border-radius: 18px; overflow: hidden;}

#flexslider{position:relative; height: 100%;}
#flexslider .slides>li{display:none;position:relative; height: 100%;}

.slides:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.slides{list-style:none outside none;margin:0;padding: 0; height: 100%;}
.slides img{width:100%; height:100vh; min-height:600px; object-fit: cover; border-radius:18px; -moz-border-radius:18px; -webkit-border-radius:18px; transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); filter: none;}
.slides li:hover img{transform: scale(1.02); filter: none;}
.slides li{overflow: hidden; position: relative; border-radius: 18px;}

.slides li:after{content: none;}

@keyframes futuristicGlow {
  0% { opacity: 0.7; }
  100% { opacity: 1; }
}

#flexslider .flex-control-nav{display:inline-block; padding: 0; margin: 0; position: absolute; right: 0; left: 0; bottom: 5%; z-index:5; overflow:hidden;list-style:none; text-align: center; line-height: 1;}
#flexslider .flex-control-nav li{display: inline-block; float:none; width:41px; height:8px; margin-right: -1px;}
#flexslider .flex-control-nav li:first-child{}
#flexslider .flex-control-nav li a{display:block;width: 100%; height: 100%; background: rgba(255, 255, 255, 0.3); text-indent: -9999%; cursor:pointer; position: relative; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 10px; transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);}
#flexslider .flex-control-nav li a:hover, #flexslider .flex-control-nav li a.flex-active{ background: rgba(255, 255, 255, 0.8); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); transform: scale(1.1);}
#flexslider .flex-control-nav li .flex-active{cursor:default;pointer-events:none;}

#flexslider .flex-direction-nav{padding: 0; margin: 0; list-style: none;}
#flexslider .flex-direction-nav li{}
#flexslider .flex-direction-nav li a{display: block; width: 60px; height: 60px; position: absolute; left: 20px; top: 50%; margin-top: -30px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); border: 1px solid rgba(255, 255, 255, 0.5); backdrop-filter: blur(10px); transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);}
#flexslider .flex-direction-nav li a.flex-prev{background: rgba(255, 255, 255, 0.2); background-image: url(../images/prev.png); background-size: 20px; background-position: center; background-repeat: no-repeat;}
#flexslider .flex-direction-nav li a.flex-prev:hover{background: rgba(255, 255, 255, 0.8); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3); transform: scale(1.1) translateX(-5px);}
#flexslider .flex-direction-nav li a.flex-next{background: rgba(255, 255, 255, 0.2); background-image: url(../images/next.png); background-size: 20px; background-position: center; background-repeat: no-repeat; left: auto; right: 20px;}
#flexslider .flex-direction-nav li a.flex-next:hover{background: rgba(255, 255, 255, 0.8); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3); transform: scale(1.1) translateX(5px);}

.flex-caption{position:absolute;width: 100%; left:0; top: 50%; transform: translateY(-50%); text-align:center; background: rgba(0, 0, 0, 0.85); padding: 60px 40px; border-radius: 25px; margin-left: 40px; margin-right: 40px; backdrop-filter: blur(20px); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5); border: 2px solid rgba(255, 255, 255, 0.3); z-index: 2; animation: none;}
.flex-caption > div{}
.flex-caption .txt1{font-family: 'Orbitron'; font-weight: 700; font-size: 100px; line-height: 1.1; color: #ffffff; text-transform: uppercase; text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.9), 0 0 20px rgba(255, 255, 255, 0.3); padding-bottom: 15px; animation: fadeInUp 1s ease-out;}
.flex-caption .txt2{font-family: 'Orbitron'; font-weight: 400; font-size: 35px; line-height: 2.5; color: #ffffff; text-transform: uppercase; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9), 0 0 15px rgba(255, 255, 255, 0.2); padding-bottom: 15px; animation: fadeInUp 1s ease-out 0.3s both;}

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

@keyframes captionGlow {
    0% { box-shadow: 0 0 50px rgba(17, 127, 189, 0.4), inset 0 0 50px rgba(0, 46, 81, 0.3); }
    100% { box-shadow: 0 0 80px rgba(17, 127, 189, 0.6), inset 0 0 80px rgba(0, 46, 81, 0.5); }
}

@keyframes textGlow {
    0% { text-shadow: 0 0 20px rgba(17, 127, 189, 0.8), 2px 2px 8px rgba(0, 0, 0, 0.7); }
    100% { text-shadow: 0 0 30px rgba(17, 127, 189, 1), 2px 2px 8px rgba(0, 0, 0, 0.7); }
}
.flex-caption .txt3{padding-top: 20px;}
.flex-caption .txt3 a{display: inline-block; font-family: 'Orbitron'; font-size: 16px; line-height: 20px; font-weight: 700; color: #fff; text-transform: uppercase; text-decoration: none; background: #000; background: rgba(0, 0, 0, 0.1); border: 2px solid #fff; padding: 19px 55px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.flex-caption .txt3 a:hover{background: #117fbd;}

/* Additional styles for h3 elements in slider */
.flex-caption h3 {
  color: #ffffff !important;
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: uppercase;
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.9), 0 0 20px rgba(255, 255, 255, 0.3);
  margin: 15px 0;
  line-height: 1.2;
  letter-spacing: 1px;
}

.flex-caption .text-center h3 {
  color: #ffffff !important;
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.9), 0 0 20px rgba(255, 255, 255, 0.3);
}



@media (max-width: 1199px) {
  #slider_wrapper{height: 80vh; min-height: 500px;}
  .slides img{height: 80vh; min-height: 500px;}
  .flex-caption{padding: 40px 30px; margin-left: 30px; margin-right: 30px;}
  .flex-caption .txt1{font-size: 80px;}
  .flex-caption .txt2{font-size: 30px;}
  .flex-caption h3{font-size: 2.2rem;}
}

@media (max-width: 991px) {
  #slider_wrapper{height: 70vh; min-height: 400px;}
  .slides img{height: 70vh; min-height: 400px;}
  .flex-caption{padding: 30px 20px; margin-left: 20px; margin-right: 20px;}
  .flex-caption .txt1{font-size: 60px;}
  .flex-caption .txt2{font-size: 24px;}
  .flex-caption h3{font-size: 2rem;}
}

@media (max-width: 767px) {
  #slider_wrapper{height: 60vh; min-height: 350px;}
  .slides img{height: 60vh; min-height: 350px;}
  .flex-caption{padding: 20px 15px; margin-left: 15px; margin-right: 15px; top: 50%; transform: translateY(-50%);}
  .flex-caption .txt1{font-size: 40px;}
  .flex-caption .txt2{font-size: 18px;}
  .flex-caption h3{font-size: 1.8rem;}
  .flex-caption .txt3 a{padding: 9px 35px;}
}

@media (max-width: 480px) {
  #slider_wrapper{height: 50vh; min-height: 300px;}
  .slides img{height: 50vh; min-height: 300px;}
  .flex-caption{padding: 15px 10px; margin-left: 10px; margin-right: 10px;}
  .flex-caption .txt1{font-size: 30px;}
  .flex-caption .txt2{font-size: 16px;}
  .flex-caption h3{font-size: 1.5rem;}
}