/*
Template Name: Carporate
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
body {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
}
ul {
  list-style: none;
  padding: 0;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 38px;
}
p {
  font-size: 17px;
  color: rgba(18, 19, 40, 0.83);
}
li {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  letter-spacing: 0.8px;
  color: #2c3844;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #333;
}
.col_light {
  color: rgba(255, 255, 255, 0.77);
}
.col_oran {
  color: #ff6a3f;
}
.col_dark {
  color: #767676;
}
.col_blue {
  color: #3d425f;
}

.button {
  background: #ff6a3e;
  color: #fff;
  padding: 13px 27px;
  border-radius: 60px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  border: 2px solid #ff6a3e;
}
.button:hover {
  background: #fff;
  color: #161c2a;
  border: 2px solid #fff;
}
.button i {
  vertical-align: middle;
}
.button_1 i {
  vertical-align: middle;
}
.button_2 i {
  vertical-align: middle;
}
.button_3 i {
  vertical-align: middle;
}
.button_1 {
  color: #e1e1e1;
  background-color: rgba(255, 255, 255, 0);
  padding: 13px 27px;
  border-radius: 60px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  border-color: rgba(254, 254, 254, 0.51);
  border-style: solid;
}
.button_1:hover {
  background: #fff;
  color: #161c2a;
}

.button_2 {
  color: #fff;
  background-color: #4f4f4f;
  padding: 13px 27px;
  border-radius: 60px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
}
.button_2:hover {
  background: #ff6a3e;
  color: #fff !important;
}

.button_3 {
  background: #ff6a3e;
  color: #fff;
  padding: 13px 27px;
  border-radius: 60px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
}
.button_3:hover {
  color: #fff;
  background-color: #4f4f4f;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img {
  -webkit-transition:
    opacity 0.35s,
    -webkit-transform 0.35s;
  transition:
    opacity 0.35s,
    transform 0.35s;
}

figure.effect-jazz:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.font_13 {
  font-size: 13px;
}
.font_14 {
  font-size: 14px;
}
.font_15 {
  font-size: 15px;
}
.font_16 {
  font-size: 16px;
}
.font_52 {
  font-size: 52px;
}
.font_60 {
  font-size: 60px;
}
.font_70 {
  font-size: 70px;
}
.font_34 {
  font-size: 34px;
}
.hr_1 {
  background-color: #ff6a3f;
  height: 3px !important;
  opacity: 1;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
/*********************top****************/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  padding-top: 0;
}
.sticky {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
  background-color: #0f1425 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.main {
  background-image: url(../img/1.jpg);
  background-position: center;
}
.main_1 {
  background-color: #0f1425cc;
}
.top_1l ul li i {
  margin-right: 10px;
  font-size: 14px;
  background: #ffffff17;
  padding: 9px;
  border-radius: 30px;
}
.top_1l ul li {
  padding-right: 19px;
  border-right: 1px solid #43464f;
  margin-right: 15px;
}
.top_1r {
  text-align: right;
}
.top_1r ul li a {
  background: #ffffff24;
  width: 33px;
  height: 33px;
  font-size: 16px;
}
.top_1r ul li a i {
  line-height: 33px;
}
.top_1r ul li {
  margin: 0px 2px;
}

#top {
  border-bottom: 1px solid #43464f;
}
.top_o {
  border-bottom: 1px solid #464a58 !important;
}
/*********************top_end****************/

/*********************header****************/

.navbar-brand {
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
#header .nav-link {
  padding: 15px 15px 15px 15px;
  color: #fff;
  font-weight: 600;
}
#header .nav-link:hover {
  color: #ff6a3e;
}
#header .nav-link:focus {
  color: #ff6a3e;
}
#header .active {
  color: #ff6a3e;
}
#header .drop_1 {
  min-width: 260px;
  border-radius: 0;
  padding: 15px;
  border: none;
  box-shadow: 0 1px 17px rgb(0 0 0 / 11%);
  border-radius: 3px;
}
#header .drop_1 a {
  padding: 10px 20px;
  font-weight: bold;
  transition: all 0.5s;
  font-size: 15px;
}
#header .drop_1 a:hover {
  color: #ff6a3e;
  background: none;
  transform: translateX(10px);
  transition: all 0.5s;
}
.drop_togn::after {
  display: none;
}
.drop_togn {
  margin-left: 5px;
  margin-right: 10px;
  border: 2px solid #4f525a;
  border-radius: 50%;
  padding: 13px 17px !important;
}

#header .input-group {
  border-bottom: 1px dashed #c0c0c0;
  padding-bottom: 10px;
}
#header .input-group .form-control {
  font-size: 40px;
  color: #f4f4f4;
}
#header .input-group .form-control:focus {
  box-shadow: none;
}

#header ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.77) !important;
  opacity: 1; /* Firefox */
}
#header .btn {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.77);
}
.modal-dialog {
  min-width: 700px;
}
.modal-header .btn-close {
  color: #fff !important;
  background: none;
  width: auto !important;
  opacity: 1 !important;
  font-size: 40px;
  margin-bottom: 100px;
}
.fade {
  background-color: #0f1425e6;
  padding-top: 100px;
}
.drop_1 li a i {
  font-size: 8px;
  vertical-align: middle;
  margin-right: 3px;
}
/*********************header_end****************/

/*********************common****************/
.pages ul li {
  display: inline-block;
  margin: 0 2px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #f4f4f4;
  text-align: center;
  border-radius: 3px;
}
.pages ul li a {
  display: block;
  color: #333;
}
.pages ul li:hover {
  background: #ff6a3f;
}
.pages ul li:hover a {
  color: #fff !important;
}
.act {
  background: #ff6a3f !important;
}
.act a {
  color: #fff !important;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #f56505;
}
.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
  background-color: #bd3518;
}
.social-network a.icoVimeo:hover {
  background-color: #0590b8;
}
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.social-circle li i {
  margin: 0;
  line-height: 40px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.center_o {
  padding-top: 30px;
  padding-bottom: 40px;
  border-top: 1px solid #464a58;
}
.center_o1 h6 a:hover {
  color: rgba(255, 255, 255, 0.77);
}
.center_o1 h6 {
  margin-top: 15px;
}
.form-control:focus {
  box-shadow: none;
}
/*********************common_end****************/

/*********************footer****************/
#footer {
  background: rgb(34, 27, 46);
  padding-bottom: 30px;
}
.footer_1i ul li a {
  background: #ff6a3f;
  width: 35px;
  height: 35px;
}
.footer_1i ul li a i {
  line-height: 35px;
}
.footer_1i1 p a:hover {
  color: rgba(255, 255, 255, 0.77);
}
.footer_1i2 ul li a {
  background: #ff6a3f;
  color: #fff;
  font-size: 14px;
  padding: 3px 8px;
  transition: 200ms all;
  margin: 0 2px 5px 0;
  display: block;
  border-radius: 40px;
}
.footer_1i2 ul li a:hover {
  background: #fff;
  color: #161c2a;
}
.footer_1i2i1 a {
  opacity: 0.9;
}
.footer_1i2i1:hover a {
  opacity: 1;
}
#footer_b {
  background: #1a1524;
}
.footer_b_1 p a:hover {
  color: #ff6a3f;
}
/*********************footer_end****************/

/*********************skill****************/
#skill {
  background-image: url(../img/4.jpg);
  background-position: center;
}
.skill_m {
  background-color: #0b0d1adb;
  padding-bottom: 150px;
}
.skill_1r .progress {
  background-color: #ff6a3f;
  height: 6px;
  overflow: hidden;
  border-radius: 0;
}
.skill_1r .progress-bar {
  margin-top: 10px;
  background: #fff;
  border-radius: 0;
}
.skill_1l {
  border: 10px solid #ff6a3f;
}
/*********************skill_end****************/

/*********************team_h****************/
.team_h1i1:hover {
  background-color: #0f1425cc;
}
.team_h1i1 {
  background: #0f142587;
  padding-top: 150px;
  top: 0;
}
.team_h1i1 ul li a {
  background-color: rgba(255, 255, 255, 0.13);
  font-size: 19px;
  border-radius: 0;
}
/*********************team_h_end****************/

/*********************faq****************/
#faq {
  background: #f4f4f4;
  padding-top: 120px;
}
.accordion-item {
  border: none;
}
.accordion-button:not(.collapsed) {
  color: #ff6a3f;
  background-color: #fff;
  font-weight: bold;
  box-shadow: none;
}

.accordion-button:focus {
  z-index: 3;
  border: none;
  box-shadow: none;
}
.accordion-body {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
.accordion-button {
  font-weight: bold !important;
  padding: 1.5rem 1.25rem;
  margin-top: 15px;
}

.faq_1r {
  background-image: url(../img/27.jpg);
  background-position: center;
}
.faq_1rm {
  background-color: #0b0d1ae6;
  box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 16%);
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  padding: 45px 40px 45px 40px;
}
.faq_1rm .form-control {
  margin-bottom: 20px;
  background: #34324085;
  border-radius: 2px;
  border: 2px solid #434151;
  padding: 14px;
  color: #cecece;
  font-size: 14px;
}
.faq_1rm .form-control:focus {
  box-shadow: none;
}
.faq_1rm ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cecece !important;
  opacity: 1; /* Firefox */
}
.faq_1rm .text_area {
  height: 130px;
}
/*********************faq_end****************/

/*********************subs****************/
.subs_1r .input-group {
  border-radius: 60px;
  padding: 7px 19px;
  border: 1px solid #eee;
}
.subs_1r .input-group .form-control {
  font-size: 14px;
  box-shadow: none !important;
}
.subs_1r .input-group .btn {
  background: #ff6a3f;
  transition: 300ms;
  transform: translateY(0) !important;
  padding: 14px 29px !important;
  border-radius: 60px;
}
.subs_1r ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
}
.subs_1 {
  box-shadow: 0px 0px 37px 0px rgb(0 0 0 / 9%);
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  margin-top: -76px;
  margin-bottom: 0px;
  padding: 40px 40px 30px 40px;
  z-index: 3;
  background: #fff;
}
/*********************subs_end****************/

/*********************work_h****************/
#work_h {
  margin-top: 405px;
  background: #f4f4f4;
  padding-bottom: 120px;
}
.work_h1 h1 {
  font-size: 42px;
}
.work_h2i2 {
  padding: 40px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #f5f5f5;
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
}
.work_h2i2 h5 {
  font-size: 19px;
}
.work_h2i2 p {
  color: #969696;
}
.work_h2i2 span {
  display: inline-block;
  background: #ff6a3f;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
}
.work_h2i2 {
  top: 0;
}
.work_h2i:hover .work_h2i2 {
  background: #00000091 !important;
}
.work_h2i:hover .work_h2i2 h5 {
  color: #fff;
}
.work_h2i:hover .work_h2i2 p {
  color: #fff;
}
.work_h2i:hover .work_h2i2 h6 a {
  color: #fff;
}
/*********************work_h_end****************/

/*********************spec****************/
.spec_m {
  background-color: #0b0d1adb;
  padding-bottom: 100px;
}
#spec {
  background-image: url(../img/4.jpg);
  background-position: center;
}
.client_1 {
  box-shadow: 0px 0px 37px 0px rgb(0 0 0 / 9%);
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  margin-bottom: 0px;
  padding: 60px 40px 50px 40px;
  z-index: 3;
  background: #fff;
}
.main_oth2 {
  bottom: -140px;
}
.spec_team {
  padding-top: 120px;
  padding-bottom: 120px;
}
/*********************spec_end****************/

@media screen and (max-width: 767px) {
  .pages ul li {
    margin-bottom: 8px;
  }
  .navbar-collapse {
    max-height: 300px;
    overflow-y: scroll;
    border-top: 1px solid #1b2442;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  #header .nav-link {
    font-size: 28px;
    border-bottom: 1px solid #1b2442;
    padding: 10px 20px;
  }
  #header .drop_1 a {
    font-size: 24px;
  }

  #header .drop_1 a {
    transition: none;
  }
  #header .drop_1 a:hover {
    transform: none;
    transition: none;
  }
  #top {
    display: none;
  }
  .navbar-brand {
    font-size: 32px;
  }
  .navbar-light .navbar-toggler {
    background: #fff;
  }
  .font_70 {
    font-size: 50px;
  }
  .font_60 {
    font-size: 40px;
  }
  .font_52 {
    font-size: 40px;
  }
  .drop_togn {
    margin-left: 0;
    margin-right: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
  }
  .fade {
    padding-top: 0;
  }
  .modal-dialog {
    min-width: 80%;
  }
  #work_h {
    margin-top: 0;
    padding-bottom: 40px;
  }
  .work_h1 p {
    text-align: left;
  }
  .work_h2i1 img {
    min-height: 300px;
  }
  .work_h2i2 {
    min-height: 300px;
    padding: 30px 20px;
    text-align: center;
  }
  .work_h2i2 p {
    text-align: left;
  }
  .work_h2i {
    margin-bottom: 10px;
  }
  .subs_1 {
    margin-top: 0;
    padding: 40px 10px 30px 10px;
  }
  .subs_1l h2 {
    text-align: center;
  }
  .team_h1i img {
    min-height: 280px;
  }
  .team_h1m {
    margin-top: 10px;
  }
  .main_oth3 {
    position: static !important;
  }
  #faq {
    padding-top: 40px;
  }
  .faq_1l h6 {
    text-align: center;
  }
  .faq_1l h1 {
    text-align: center;
  }
  .faq_1rm h3 {
    text-align: center;
  }
  .faq_1rm {
    padding: 25px 20px 25px 20px;
    margin-top: 15px;
  }
  .footer_1i h3 {
    text-align: center;
  }
  .footer_1i2 h4 {
    text-align: center;
  }
  .footer_1i h4 {
    text-align: center;
  }
  .footer_1i ul {
    text-align: center;
  }
  .footer_1i {
    margin-bottom: 15px;
  }
  .footer_b_1 {
    text-align: left !important;
  }
  .skill_1r br {
    display: none;
  }
  .work_h1 br {
    display: none;
  }
  .spec_1 br {
    display: none;
  }
  #faq br {
    display: none;
  }
  .footer_1i1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .spec_1 p {
    text-align: left;
  }
  .spec_m {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  #header .nav-link {
    padding: 15px 3px 15px 3px;
  }
}

@media (min-width: 851px) and (max-width: 1080px) {
  #header .nav-link {
    padding: 15px 10px 15px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }
  .container {
    max-width: 100%;
  }
  .top_1 .col-md-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .top_1 .col-md-10 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .top_1r {
    padding-top: 5px;
  }
  .top_1r ul li a {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .top_1r ul li a i {
    line-height: 20px;
  }
  .top_1l .font_13 {
    font-size: 11px;
  }
  .top_1l ul li {
    padding-right: 5px;
    margin-right: 5px;
  }
  .navbar-brand {
    font-size: 24px;
  }
  #header .nav-link {
    font-size: 14px;
  }
  #header .drop_1 a {
    font-size: 13px;
  }

  .skill_1l img {
    min-height: 560px;
  }
  .skill_m {
    padding-bottom: 40px;
  }
  .skill_1r br {
    display: none;
  }
  .work_h1 br {
    display: none;
  }
  .spec_1 br {
    display: none;
  }
  #faq br {
    display: none;
  }
  #work_h {
    margin-top: 0;
    padding-bottom: 40px;
  }
  .work_h2i1 img {
    min-height: 300px;
  }
  .work_h2i2 {
    min-height: 300px;
    padding: 20px 20px;
    text-align: center;
  }
  .subs_1 {
    margin-top: 0;
  }
  .team_h1i img {
    min-height: 280px;
  }
  #faq {
    padding-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }
  .container {
    max-width: 100%;
  }

  .top_1l ul li {
    padding-right: 5px;
    margin-right: 5px;
  }
  .top_1r ul li a {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .top_1r ul li a i {
    line-height: 25px;
  }
  .top_1r {
    padding-top: 3px;
  }
  .skill_1l img {
    min-height: 560px;
  }
  .skill_m {
    padding-bottom: 40px;
  }
  #work_h {
    margin-top: 0;
    padding-bottom: 40px;
  }
  .work_h2i1 img {
    min-height: 300px;
  }
  .work_h2i2 {
    min-height: 300px;
    padding: 20px 20px;
    text-align: center;
  }
  .subs_1 {
    margin-top: 0;
  }
  .team_h1i img {
    min-height: 280px;
  }
  #faq {
    padding-top: 40px;
  }
  #faq br {
    display: none;
  }
}
@media (min-width: 1201px) and (max-width: 1270px) {
}
/* Hero Section Styles */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, 
    rgba(0, 20, 60, 0.85) 0%, 
    rgba(20, 40, 100, 0.75) 50%, 
    rgba(0, 50, 120, 0.9) 100%),
    url('img/bd.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Enhanced gradient overlay with animation */
.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, 
    rgba(0, 123, 255, 0.3) 0%, 
    rgba(100, 200, 255, 0.2) 50%, 
    rgba(0, 123, 255, 0.1) 100%);
  animation: gradientShift 8s ease-in-out infinite;
  z-index: 1;
}

@keyframes gradientShift {
  0%, 100% { opacity: 0.8; }
  50% { opacity: 1; }
}

/* Typography */
.hero-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.9;
  animation: fadeInUp 1s ease-out 0.3s both;
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  margin-bottom: 1.5rem;
  animation: fadeInUp 1s ease-out 0.5s both;
}

.hero-description {
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 800px;
  margin-bottom: 1rem;
  opacity: 0.95;
  animation: fadeInUp 1s ease-out 0.7s both;
}

.hero-highlight {
  font-size: 1.3rem;
  font-weight: 700;
  color: #00d4ff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  animation: fadeInUp 1s ease-out 0.9s both;
}

/* CTA Buttons */
.cta-buttons {
  animation: fadeInUp 1s ease-out 1.1s both;
}

.hero-btn-primary,
.hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 10px;
}

.hero-btn-primary {
  background: linear-gradient(45deg, #00d4ff, #0099cc);
  color: white;
  box-shadow: 0 8px 25px rgba(0, 212, 255, 0.4);
}

.hero-btn-secondary {
  background: transparent;
  color: #00d4ff;
  border: 2px solid #00d4ff;
  box-shadow: inset 0 0 0 2px rgba(0, 212, 255, 0.2);
}

.hero-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 212, 255, 0.6);
  background: linear-gradient(45deg, #0099cc, #00d4ff);
}

.hero-btn-secondary:hover {
  background: linear-gradient(45deg, #00d4ff, #0099cc);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 212, 255, 0.4);
}

/* Floating Elements */
.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.float-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 212, 255, 0.3) 0%, transparent 70%);
  animation: float 6s ease-in-out infinite;
}

.circle-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  right: 10%;
  animation-delay: 0s;
}

.circle-2 {
  width: 120px;
  height: 120px;
  top: 60%;
  left: 15%;
  animation-delay: 2s;
}

.circle-3 {
  width: 60px;
  height: 60px;
  bottom: 20%;
  right: 25%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}

/* Signal Wave Animation */
.signal-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(0, 212, 255, 0.1) 50%, 
    transparent 100%);
  animation: signalWave 3s ease-in-out infinite;
}

@keyframes signalWave {
  0% { transform: scaleX(0); }
  50% { transform: scaleX(1); }
  100% { transform: scaleX(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    background-attachment: scroll;
    min-height: 90vh;
    padding: 80px 0;
  }
  
  .cta-buttons .hero-btn-primary,
  .cta-buttons .hero-btn-secondary {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
    text-align: center;
  }
}

/* Fade In Up Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>Panay BroadBand | About Us</title>
	
	<!-- CSS Files (JS moved to bottom) -->
	<link href="css/bootstrap.min.css" rel="stylesheet">
	<link href="css/font-awesome.min.css" rel="stylesheet">
	<link href="css/global.css" rel="stylesheet">
	<link href="css/payment.css" rel="stylesheet">
	<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<div class="main_1">

<section id="header" style="background-image: url('img/tec.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; position: relative;">
    
    <!-- Search Modal -->
    <div class="modal fade" id="exampleModal2" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
        <div class="modal-dialog">
            <div class="modal-content bg-transparent border-0">
                <div class="modal-header border-0">
                    <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close">
                        <i class="fa fa-close"></i>
                    </button>
                </div>
                <div class="modal-body p-0">
                    <div class="search_1">
                        <div class="input-group">
                            <input type="text" class="form-control bg-transparent border-0" placeholder="Type your keyword.."/>
                            <span class="input-group-btn">
                                <button class="btn btn-primary bg-transparent border-0" type="button">
                                    <i class="fa fa-search"></i>
                                </button>
                            </span>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <!-- FIXED NAVBAR -->
    <nav class="navbar navbar-expand-md navbar-light pt-3 pb-3 position-relative" id="navbar_sticky" style="z-index: 9999;">
        <div class="container">
            <a class="navbar-brand text-white pt-1 m-0" href="index.html">
                <span class="col_oran"><img src="img/logo.png" alt="Logo"></span>
            </a>
            <button class="navbar-toggler" type="button" data-bs-toggle="collapse" 
                    data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" 
                    aria-expanded="false" aria-label="Toggle navigation">
                <span class="navbar-toggler-icon"></span>
            </button>
            <div class="collapse navbar-collapse" id="navbarSupportedContent">
                <ul class="navbar-nav mb-0 ms-auto">
                    <li class="nav-item">
                        <a class="nav-link" href="index.html">Home</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="about.html">About Us</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="plans.html">Plans</a>
                    </li>
                    <li class="nav-item dropdown">
                        <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" 
                           role="button" data-bs-toggle="dropdown" aria-expanded="false">
                            Support
                        </a>
                        <ul class="dropdown-menu drop_1 shadow" aria-labelledby="navbarDropdown" style="z-index: 99999 !important;">
                            <li><a class="dropdown-item" href="support.html"><i class="fa fa-circle-o"></i> FAQs</a></li>
                            <li><a class="dropdown-item" href="services.html"><i class="fa fa-circle-o"></i> Services</a></li>
                            <li><a class="dropdown-item" href="contact.html"><i class="fa fa-circle-o"></i> Contact Us</a></li>
                            <li><a class="dropdown-item active" href="payment.html"><i class="fa fa-circle-o"></i> Payment Centers</a></li>
                        </ul>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="privacy.html">Privacy Policy</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link drop_togn" data-bs-toggle="modal" data-bs-target="#exampleModal2" href="#">
                            <i class="fa fa-search"></i>
                        </a>
                    </li>
                </ul>
            </div>
        </div>
    </nav>
</section>

<!-- ADD THIS BEFORE CLOSING BODY TAG -->
<script src="js/bootstrap.bundle.min.js"></script>
</body>
</html>