body {
  overflow-x: hidden;
  color: #333;
  font-family: "Gilroy", "Poppins", sans-serif;
  padding-top: 75px;
  font-weight: bold;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.3s;
  color: #004171;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy", "Poppins", sans-serif;
  color: #004171;
}
p {
  color: #004171;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  opacity: 0.75;
}

.scrollup {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  display: none;
  z-index: 2222222;
  background-image: url(../images/icon_top.png);
  background-repeat: no-repeat;
  opacity: 0.95;
}

.container {
  max-width: 1320px;
}

.container1 {
  max-width: 1320px;
  margin: auto;
}
.hometopsection {
  width: 100%;
  display: block;
  /* background-image: url(../images/bg1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right top; */
}

/*--------header-----------*/

.header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
}

#header.fixed1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  border-bottom: 0px;
}
#header.fixed1.fixed2 {
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}
.logo {
  float: left;
  height: 75px;
  line-height: 75px;
  margin-left: 0px;
  transition: all 0.3s ease 0s;
}

.logo a {
  vertical-align: middle;
  display: table;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 270px;
  display: table;
  transition: all 0.3s ease 0s;
  height: inherit;
  background-size: 100%;
}

#header.fixed1 .logo {
  height: 75px;
  margin-top: 0px;
  transition: all 0.3s ease 0s;
  float: left;
}

#header.fixed1 .logo a {
  background-image: url(../images/logo.png);
  /* margin: auto; display: table; */
  background-size: 100%;
  background-position: left center;
  transition: all 0.3s ease 0s;
}

.headerright1 {
  float: right;
  text-align: right;
}

.topmenubx {
  display: inline-block;
}

.topnav {
  padding: 11px 0 0;
}

.topnav ul {
  list-style: none;
  display: inline-block;
}

.topnav ul li {
  display: inline-block;
  margin: 0 5px;
}

.topnav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  padding: 0 16px;
  box-shadow: 1px 1px 3px 0 rgb(144, 168, 215) !important;
  padding: 5px 15px;
  letter-spacing: 1px;
  border: 1px solid #00aeef;
  background-color: #00aeef;
  line-height: normal;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Gilroy", "Poppins", sans-serif;
  border-radius: 30px;
}

.topnav ul li a img {
  position: relative;
  top: -3px;
  margin-left: 5px;
}

/* .topnav ul li:first-child a:hover {
    border-color: #e67918;
    color: #fff;
    background-color: #e67918;
} */

.topnav ul li:last-child a {
  border-color: #414141;
  color: #fff;
  background-color: #414141;
}

/* .topnav ul li:last-child a:hover {
    border-color: #047fc7;
    color: #fff;
    background-color: #047fc7;
} */

.menu {
  float: right;
  /* margin-left: 60px; */
  /* width: 100%; */
  display: inline-block;
}

.menu ul {
  list-style: none;
  display: inline-block;
}

.menu > ul > li {
  display: inline-block;
  position: relative;
  padding-top: 5px;
  height: 75px;
  line-height: 75px;
}

.menu > ul > li > a {
  text-decoration: none;
  font-size: 17px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  padding: 15px;
  color: #004171;
  text-transform: capitalize;
}

.menu > ul > li > a img {
}

.menu > ul > li > a:hover,
.menu > ul > li > a.active {
}

.menu > ul > li.contactli {
  height: 90px;
  line-height: 90px;
  padding: 0;
}

.menu > ul > li.contactli > a {
  background-color: #0099ff;
  color: #fff;
  transition: all 0.5s;
  padding: 10px 20px;
  border-radius: 30px;
}

.menu > ul > li.contactli > a i {
  margin-right: 5px;
}

.menu > ul > li.contactli > a:hover {
}

#header.fixed1 .menu > ul > li > a {
  color: #004171;
}

#header.fixed1 .menu > ul > li > a i {
  font-size: 12px;
}

#header.fixed1 .menu > ul > li.contactli {
}

#header.fixed1 .menu > ul > li.contactli > a {
  color: #fff !important;
  height: 90px;
  line-height: 90px;
  font-size: 16px;
  margin-left: 15px;
}
#header.fixed1 .menu > ul > li.contactli > a:hover {
  background-color: #2b8ddb;
}
#header.fixed1 .menu > ul > li:hover > a,
#header.fixed1 .menu > ul > li > a.active {
  color: #0099ff;
  opacity: 1;
}
#header.fixed1 .menu > ul > li > a.active {
}

.menu > ul > li > a i {
  margin-left: 1px;
  position: relative;
  top: 0;
}

.menu ul > li:hover ul.submenu1 {
  display: block !important;
}

ul.submenu1 {
  width: auto;
  min-width: 280px;
  background-color: #fff;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 100%;
  left: 0px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0px;
}

ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  line-height: normal;
}

ul.submenu1 li a {
  text-decoration: none;
  color: #004171 !important;
  font-size: 14px;
  padding: 10px 20px !important;
  display: block;
  transition: all 0.3s ease 0s;
  text-align: left;

  text-transform: capitalize;
  /* border-bottom: 1px solid #ccc; */
}

ul.submenu1 li:last-child a {
  border-bottom: 0px;
}

ul.submenu1 li:hover a {
  color: #0099ff !important;
}

ul.submenu1 li:last-child a {
}

/*------header_end--------*/

/*------bannerbox---------*/

.bannerbox {
  width: 100%;
  display: block;
  position: relative;
  background: linear-gradient(
    to bottom,
    rgba(65, 158, 224, 0.33),
    rgba(255, 255, 255, 0.33)
  );
  height: 100vh;
}
.bannercu,
.bannercu .item {
  height: 100vh;
}
.banner_element_1 {
  position: absolute;
  left: -80px;
  top: 130px;
}
.banner_element_1 img {
  width: 400px;
  backface-visibility: hidden;
}

.bannerboxcont {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 9;
  width: 55%;
  height: 100vh;
  display: table;
  vertical-align: middle;
  padding: 0 100px !important;
  overflow: hidden;
}

.bannerboxcont1 {
  display: table-cell;
  vertical-align: middle;
}
.banner_small {
  background-color: rgba(255, 44, 37, 0.1);
  padding: 10px 15px;
  display: inline-block;
  color: #0099ff;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 9;
  position: relative;
}
.banner_hd {
  color: #004171;
  font-size: 58px;
  margin: 0px;
  visibility: visible !important;

  font-family: "Gilroy", "Poppins", sans-serif;
  margin-bottom: 15px;
  margin-top: 0px;
  line-height: 1.1;
  z-index: 9;
  position: relative;
  margin-top: -50px;
}

.banner_cont {
  color: #004171;
  font-size: 15px;
  font-family: "Gilroy", "Poppins", sans-serif;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.6;
  visibility: visible !important;
  width: 100%;
  z-index: 9;
  position: relative;
  padding-right: 25%;
  opacity: 0.75;
}
.main_btn {
  clear: both;
  margin-top: 20px;
  visibility: visible !important;
  z-index: 9;
  position: relative;
}

.main_btn a {
  text-decoration: none;
  color: #fff;
  padding: 5px 5px 5px 10px;
  background-color: #0099ff;
  border: 1px solid #0099ff;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
  position: relative;
  border-radius: 0px;
  text-transform: capitalize;
  border-radius: 30px;
  font-family: "Gilroy", "Poppins", sans-serif;
  text-transform: capitalize;
  gap: 10px;
}
.main_btn a:hover {
  transition: all 0.3s;
  background-color: #004171 !important;
  color: #fff;
  border-color: #004171;
}


.main_btn button {
  text-decoration: none;
  color: #fff;
  padding: 5px 5px 5px 10px;
  background-color: #0099ff;
  border: 1px solid #0099ff;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
  position: relative;
  border-radius: 0px;
  text-transform: capitalize;
  border-radius: 30px;
  font-family: "Gilroy", "Poppins", sans-serif;
  text-transform: capitalize;
  gap: 10px;
}
.main_btn button:hover {
  transition: all 0.3s;
  background-color: #004171 !important;
  color: #fff;
  border-color: #004171;
}

.main_btn a span {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 25px;
}
.main_btn a span svg {
  width: 15px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  float: right;
  width: 55%;
  padding-right: 50px;
  padding-top: 50px;
}
/*------bannerbox---------*/

section {
  width: 100%;
  display: block;
}
.main_bg {
  background-image: url(../images/bg2.png), url(../images/bg3.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, 110% -90px;
  background-size: 45%, 40%;
  margin-top: -150px;
  padding-top: 100px;
}
.main_bg2 {
  background-image: url(../images/bg6.png);
  background-repeat: no-repeat;
  background-position: 110% bottom;
  background-size: 35%;
}
/*section1*/
.section1 {
  padding: 50px 0;
  margin-top: -100px;
  position: relative;
  background-image: url(../images/cloud1.png), url(../images/cloud1.png);
  background-repeat: no-repeat, no-repeat;
  background-position: -200px 90%, 115% center;
  background-size: 250px, 250px;
  margin-top: -150px;
  padding-top: 100px;
}
h2 {
  font-weight: 700;
  font-size: 38px;
  margin: 0 0 20px;
}
.section1 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 46px;
  margin: 0 0 20px;
}
.section1 p {
}
.multi_tabs {
  clear: both;
  width: 100%;
  max-width: 1100px;
  margin: 50px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
/* ── Tab chip grid (aligned columns) ── */
ul.tabs {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.tabs li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  cursor: pointer;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 15px;
  line-height: 1.25;
  color: #2c3e50;
  font-weight: 600;
  position: relative;
  background: #fff;
  border: 1px solid rgba(0, 66, 113, 0.12);
  box-shadow: 0 2px 10px rgba(0, 65, 113, 0.05);
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease, transform 0.25s ease;
}
ul.tabs li img {
  height: 30px;
  width: 30px;
  flex: 0 0 30px;
  object-fit: contain;
  transition: filter 0.25s ease;
}
ul.tabs li:hover {
  color: #004171;
  border-color: rgba(0, 153, 255, 0.5);
  box-shadow: 0 8px 20px rgba(0, 65, 113, 0.12);
  transform: translateY(-3px);
}
ul.tabs li.active {
  background: linear-gradient(135deg, #004171 0%, #0099ff 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(0, 65, 113, 0.3);
  transform: translateY(-3px);
}
ul.tabs li.active img {
  filter: brightness(0) invert(1);
}
/* ── Active content panel ── */
.tab_container {
  border-top: none;
  clear: both;
  width: 100%;
  padding: 0;
}
.tab_content {
  background: #fff;
  border: 1px solid rgba(0, 65, 113, 0.1);
  border-radius: 22px;
  padding: 46px 50px;
  box-shadow: 0 18px 50px rgba(0, 65, 113, 0.09);
  position: relative;
  overflow: hidden;
  animation: tabFadeIn 0.45s ease both;
}
.tab_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #004171, #0099ff);
}
@keyframes tabFadeIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tab_container img {
  height: 64px;
  width: 64px;
  object-fit: contain;
  padding: 12px;
  background: rgba(0, 153, 255, 0.08);
  border-radius: 16px;
  filter: drop-shadow(0 6px 12px rgba(0, 65, 113, 0.12));
}
.tab_container h3 {
  font-size: 25px;
  font-weight: 700;
  color: #004171;
  margin: 22px 0;
  padding-bottom: 18px;
  position: relative;
}
.tab_container h3::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  content: "";
  border-radius: 3px;
  background: linear-gradient(90deg, #004171, #0099ff);
}
.tab_container p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.85;
  color: #4a5a6a;
  max-width: 760px;
}
/*section1*/

/*section2*/
.section2 {
  padding: 100px 0 50px;
  background-image: url(../images/curve.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 110%;
}
.section2 .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.section2 .flex .main_btn {
  margin: 0;
}
.section2 h2 {
  margin: 0;
  font-size: 46px;
}
.section2 p {
  width: 90%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
.section2 .col-sm-7 {
  padding-left: 50px;
}
.section2 ul {
  width: 100%;
  margin-top: 30px;
}
.section2 ul li {
  padding: 20px;
  box-shadow: 9px 9px 90px rgba(211, 237, 255, 1);
  border-radius: 10px;
  background-color: #fff;
  float: left;
  margin-right: 30px;
}
.section2 ul li:first-child {
  margin-top: 20px;
}
.section2 ul li:nth-child(2) {
  margin-top: 40px;
}
.section2 ul li h4 {
  margin: 0 0 5px;
  font-size: 76px;
  color: #0099ff;
}
.section2 ul li p {
  margin: 0;
  color: #004171;
  font-size: 18px;
  line-height: 1.2;
  opacity: 1;
}
/*section2*/

/*section3*/
.section3 {
  padding: 0 0 50px 0;
}
.section3 h2 {
  text-align: left;
  font-size: 46px;
  font-weight: bold;
}
.section3 ul {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.section31 ul {
  grid-template-columns: repeat(6, 1fr);
}
.section3 ul li {
  padding: 20px;
  /* box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.051);
  border: 1px solid #ebebeb;
  border-radius: 20px; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.section3 ul li img {
  max-width: 100%;
  max-height: 90px;
}
/*section3*/

/*section4*/
.section4 {
  padding: 80px 0 200px;
  position: relative;
  /* background-image: url(../images/bg5.png);
  background-repeat: no-repeat;
  background-position: center top; */
  background: linear-gradient(to top, rgba(0, 153, 255, 0.13), #fff);
}
.section4::before {
  position: absolute;
  bottom: -100px;
  height: 200px;
  left: -5%;
  width: 110%;
  background-color: #fff;
  content: "";
  border-radius: 100%;
  box-shadow: 9px 9px 90px rgba(211, 237, 255, 1);
}
.section4_in {
  display: grid;
  grid-template-columns: 20fr 47fr 33fr;
  align-items: center;
  gap: 80px;
}
.section4_in h2 {
  font-size: 46px;
  font-weight: bold;
  margin: 0;
}
.section4_in img.s4_img {
  width: 93%;
  margin: auto;
  display: table;
}
.section4_in ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section4_in ul li {
}
.section4_in ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #004171;
  font-size: 23px;
  transition: all 0.3s;
  font-weight: 600;
  pointer-events: none;
}
.section4_in ul li a:hover {
  color: #0099ff;
}
.section4_in ul li a img {
  height: 28px;
}
/*section4*/

/*section5*/
.section5 {
  padding: 0 0 120px;
  display: block;
  background-color: #fff;
  position: relative;
}
.section5::before {
  position: absolute;
  top: 0;
  height: calc(100% - 100px);
  left: 0;
  width: 100%;
  background-color: #fff;
  content: "";
  z-index: 1;
}
.section5::after {
  position: absolute;
  bottom: 0;
  height: 200px;
  left: -5%;
  width: 110%;
  background-color: #fff;
  content: "";
  border-radius: 100%;
  box-shadow: 9px 9px 90px rgba(211, 237, 255, 1);
}
.section5 h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 46px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.section5 .row {
  max-width: 1300px;
  margin: auto;
  display: table;
  width: 100%;
  position: relative;
  z-index: 2;
}
.section5 img {
  width: 100%;
  display: block;
  border: 1px solid #004171;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
.section5 a:hover .sec5_info1 {
  width: 90%;
}
.sec5_info1 {
  position: absolute;
  left: 30px;
  bottom: 15px;
  padding: 20px;
  width: 80%;
  background: linear-gradient(to right, #e1f3ff, #fff);
  border-radius: 20px;
  border: 1px solid #004171;
  transition: all 0.3s;
}
.sec5_info1 h3,
.sec5_info2 h3 {
  color: #004171;
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1.4;
}
.sec5_info1 p,
.sec5_info2 p {
  margin-bottom: 10px;
  font-weight: 500;
}
.sec5_info2 p {
  margin-bottom: 0;
}
.sec5_info1 span {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-color: #0099ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.sec5_info1 span svg {
  width: 15px;
}
.section5 a.flex {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 25px;
}
.section5 a.flex:hover img {
  opacity: 0.75;
}
/*section5*/

/*main_Footer*/
.main_Footer {
  padding: 75px 0 20px;
  width: 100%;
  display: block;
  background: linear-gradient(to top, rgba(0, 153, 255, 0.1), #fff, #fff, #fff);
}
.mFooter1 {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.mFooter1 a img {
  height: 70px;
}
.mFooter1 p {
}
.mFooter1 h3 {
  margin: 10px 0;
  color: #004171;
  font-size: 34px;
}
.main_Footer_in h4 {
  font-size: 24px;
  margin: 0;
  color: #004171;
  font-weight: 600;
}
.mFooter1 h3 a {
  color: #004171;
}
.footer_social a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #004171;
  margin-top: 20px;
  background-color: rgba(0, 153, 255, 0.12);
}
.main_Footer_in {
  display: grid;
  grid-template-columns: 30fr 10fr 40fr 20fr;
  gap: 20px;
  border-top: 1px solid #004171;
  padding-top: 40px;
}
.main_Footer_in a img {
  width: 80%;
  display: block;
}
.main_Footer_in h3 {
  margin-top: 0;
  font-weight: bold;
  color: #004171;
  font-size: 18px;
}
.main_Footer_in ul {
  margin-top: 20px;
}

.main_Footer_in ul li {
  display: block;
  margin-bottom: 10px;
}
.main_Footer_in ul.col2 li {
  display: inline-block;
  width: 50%;
  float: left;
}
.main_Footer_in ul li a {
  color: #004171;
  font-size: 14px;
  font-weight: 500;
}
.main_Footer_in ul li a:hover {
  color: #0099ff;
}
.copy {
  margin-top: 30px;
  font-size: 14px;
  color: #004171;
  font-weight: 500;
}
.copy_links {
  clear: both;
  width: 100%;
  display: table;
  margin-bottom: 10px;
}
.copy a {
  display: inline-block;
  float: left;
  border-right: 1px solid #004171;
  margin-right: 10px;
  padding-right: 10px;
  font-weight: 500;
}
.copy a:hover {
  color: #0099ff;
}
.copy a:last-child {
  border-right: 0;
  margin: 0;
  padding: 0;
}
.mf_bg {
  background-image: url(../images/bg8.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 110%;
}
/*main_Footer*/

.menu2 {
  position: fixed;
  right: 30px;
  top: 50px;
  z-index: 9;
  display: none;
}

.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}

.sidemenu span {
  float: left;
}

.bars-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: visible;
  top: 3px;
}

.icon-bar {
  transition: all 0.4s ease;
  width: 26px;
  background: #0099ff;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

#header.fixed1 .icon-bar {
  background: #0099ff;
}

/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
  width: 100%;
}

.cart_open {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  display: none;
}

.cartbg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.cart_bx1 {
  width: 90%;
  background-color: #004171;
  height: 100%;
  right: -100%;
  transition: ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
  background-color: #ffffff;
}

.left1 {
  right: 280px;
  z-index: 9999999;
  transition: ease all 0.8s;
}

.menu2 {
  right: 280px;
  position: fixed;
  transition: ease all 0.6s;
  top: 0px;
  z-index: 999999;
}

.menu2:before {
  border-top: 100px solid rgba(255, 255, 255, 1);
}

.cart_bx1 ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px;
  text-align: right;
}

.cart_bx1 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}

.cart_bx1 ul li a {
  text-decoration: none;
  color: #2b2a29;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-align: center;
  outline: none;
}

.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
  color: #414141;
}

a.closebtn {
  display: block;
  height: 42px;
  float: right;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  margin-bottom: 20px;
  /* background-image: url('../images/hpat.png'); */
}

a.closebtn img {
  width: 26px;
}

a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #0099ff;
  background-color: #0099ff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 35px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

img.deskno {
  display: none;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  body {
    /* padding-top: 100px; */
  }

  .menu {
    display: none;
  }
  .menu2 {
    display: block;
    top: 15px;
    right: 0px;
  }
  .logo {
    padding: 0px;
  }
  .logo a {
    margin-left: 0;
  }
  #header.fixed1 .logo a {
    padding: 10px 0;
    width: 200px;
  }
  .bannerboxcont {
    width: 100%;
    padding: 0 20px 50px !important;
    left: 0;
    top: 0% !important;
    position: relative !important;
  }
  .pavcontentslider .carousel-control {
    bottom: 0;
  }
  .banner_txt {
    width: 100%;
    left: 10%;
    top: 22% !important;
    padding: 0px !important;
  }
  .banner_hd {
    padding: 10px 10px 0;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .banner_r_more {
    margin-top: 5px;
  }
  .banner_cont {
    padding: 0 10px;
    width: 100%;
    height: 42px;
    line-height: 21px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .banner_r_more a {
    padding: 5px 15px 5px 15px;
    margin-left: 10px;
    font-size: 12px;
  }
  .banner_r_more a svg {
    right: 10px;
  }

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    max-width: none !important;
    height: auto;
    line-height: 1;
    width: 100% !important;
    left: -0% !important;
    position: relative;
    padding: 0;
  }
  .banner_small {
    font-size: 12px;
  }
  .section1 h2,
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 14px;
  }
  .section1 ul,
  .section2 ul,
  .main_Footer_in,
  .section6_in,
  .section6_left .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section6_right .col-sm-12,
  .section6_right .col-sm-6 {
    display: table;
    width: 100%;
  }
  .section6_right {
    padding: 20px;
  }
  .section1 {
    padding-bottom: 50px;
  }
  .section2 {
    padding: 0 0 50px;
  }
  .section3 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  a.main_btn {
    display: inline-block;
    margin-bottom: 30px;
  }
  .section4 {
    padding-top: 100px;
    background-size: cover;
  }
  .section5 .owl-theme .owl-nav {
    display: none;
  }
  .section5 ul li a:hover .section5_bx {
    transform: translateY(50%);
    padding: 20px 30px;
  }
  .copy {
    flex-direction: column;
    gap: 15px;
    justify-content: center;
  }
  .section6 {
    background-size: cover;
    padding: 50px 20px;
  }
  .section6_info .img {
    width: 50px;
    height: 50px;
  }
  .section6_info {
    grid-template-columns: 70px 1fr;
  }
  .section6_info .img img {
    height: 30px;
  }
  .bannercu,
  .bannercu .item,
  .bannerbox {
    height: auto;
  }
  .bannerboxcont {
    height: auto;
    display: inline-block;
  }
  .banner_hd {
    margin: 0;
  }
  .banner_element_1 {
    display: none;
  }
  .section1 {
    padding: 50px 15px;
    display: block;
    margin: 0;
    background-position: -100px 90%, 125% center;
    background-size: 150px, 100px;
  }
  .multi_tabs {
    max-width: 100%;
    display: flex;
    gap: 24px;
    margin-top: 30px;
  }
  ul.tabs {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 8px;
  }
  ul.tabs li {
    font-size: 13px;
    padding: 11px 12px;
    gap: 9px;
  }
  ul.tabs li img {
    height: 22px;
    width: 22px;
    flex: 0 0 22px;
  }
  .tab_container {
    padding: 0;
  }
  .tab_content {
    padding: 28px 22px;
    border-radius: 16px;
  }
  .tab_container img {
    height: 48px;
    width: 48px;
    padding: 9px;
  }
  .tab_container h3 {
    font-size: 19px;
    margin: 16px 0;
  }
  .tab_container p,
  .section2 p {
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
  }
  .section2 img {
    width: 100% !important;
  }
  .section2 .col-sm-7 {
    padding: 20px 15px;
  }
  .section2 h2 {
    font-size: 21px;
  }
  .section2 ul {
    display: grid;
    gap: 20px;
  }
  .section2 ul li:nth-child(2) {
    margin: 0;
  }
  .section2 ul li h4,
  .section3 h2,
  .section4_in h2,
  .section5 h2 {
    font-size: 32px;
  }
  .section2 ul li {
    margin: 0;
    width: 100%;
  }
  .section3 ul {
    gap: 10px;
  }
  .section4 {
    display: block;
    padding: 15px 0px 105px 0;
  }
  .section4_in {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .section4_in ul li a {
    font-size: 18px;
  }
  .section4::before {
    bottom: -50px;
    height: 100px;
  }
  .sec5_info1 h3,
  .sec5_info2 h3 {
    font-size: 16px;
    line-height: 1.6;
  }
  .sec5_info1 p,
  .sec5_info2 p {
    height: 32px;
    overflow: hidden;
    line-height: 16px;
  }
  .section5 a.flex {
    grid-template-columns: repeat(1, 1fr);
  }
  .section5 img {
    width: 100px;
  }
  .section5 .col-sm-6 {
    margin-bottom: 30px;
  }
  .largebox img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center center;
  }
  .section5 {
    padding-bottom: 50px;
  }
  .section5::after {
    height: 100px;
  }
  .mFooter1 {
    display: block;
    max-width: 100%;
    padding: 20px;
  }
  .mFooter1 a img {
    height: 40px;
    margin-bottom: 20px;
  }
  .mFooter1 h3 {
    font-size: 21px;
  }
  .hometopsection,
  .section1,
  .section2,
  .section3,
  .section4,
  .main_Footer {
    overflow: hidden;
    display: block;
  }
  .section5 {
    display: block;
    overflow: hidden;
  }

  .section5::before {
    position: absolute;
    top: 0;
    height: calc(100% - 50px);
  }
  .section5::after {
    bottom: 25px;
  }
}

/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/*------smalltablet----------------*/

@media only screen and (min-width: 600px) and (max-width: 960px) {
}

/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
  .container {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .container,
  .container1 {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .container,
  .container1 {
    max-width: 1240px;
  }
}

/* =====================================================================
   FLOATING DARK "PILL" NAVBAR  (Stack AI Solutions style)
   Appended last so it wins the cascade over modern.css / style.css.
   The full-width bar becomes transparent; the inner .container becomes a
   centered, rounded DARK glass pill: logo + white links + Ask AI button.
   ===================================================================== */

/* 1. Navbar bar — clean frosted-white background so the logo + pill sit on
      a cohesive, professional bar (no longer floating on a transparent strip) */
.header,
#header,
#header.fixed1,
#header.fixed2 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(233, 243, 252, 0.92) 100%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(175%);
  backdrop-filter: blur(18px) saturate(175%);
  border-bottom: 1px solid rgba(0, 119, 204, 0.12) !important;
  box-shadow: 0 4px 24px rgba(0, 65, 113, 0.08) !important;
  height: auto !important;
  padding: 9px 0 !important;
}
/* a touch more solid once scrolled */
#header.fixed1,
#header.fixed2 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(233, 243, 252, 0.97) 100%) !important;
  box-shadow: 0 6px 28px rgba(0, 65, 113, 0.12) !important;
}

/* 2. Container = transparent row: logo (outside) on the left, pill on the right */
.header .container,
#header .container,
#header.fixed1 .container {
  max-width: 1320px;
  margin: 0 auto !important;
  padding: 0 28px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* 3. Logo OUTSIDE the pill — natural size/placement like infokeysinc.com
      (transparent logo sits cleanly on the light hero, no chip) */
.header .logo,
#header .logo,
#header.fixed1 .logo {
  float: none !important;
  height: auto !important;
  line-height: normal !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.header .logo a,
#header .logo a,
#header.fixed1 .logo a {
  display: block !important;
  width: 200px !important;
  height: 48px !important;
  background-image: url(../images/logo.png) !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: contain !important;
  filter: none !important;
}

/* 4. The PILL — now the menu list itself (holds all tab names + Ask AI) */
.header .menu > ul,
#header .menu > ul {
  display: inline-flex !important;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 5px 6px !important;
  list-style: none;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 74, 132, 0.88) 0%, rgba(9, 19, 40, 0.9) 100%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 16px 42px rgba(0, 40, 80, 0.34),
              inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}
/* reset legacy 75px-tall list items so the pill is compact */
.header .menu > ul > li,
#header .menu > ul > li {
  height: auto !important;
  line-height: 1.2 !important;
  display: flex !important;
  align-items: center;
}
.header .menu > ul > li > a,
#header .menu > ul > li > a {
  padding: 8px 14px !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2 !important;      /* reset legacy 75px line-height */
  height: auto !important;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.85) !important;
  white-space: nowrap;
  transition: background .25s ease, color .25s ease;
}
.header .menu > ul > li > a i,
#header .menu > ul > li > a i { color: inherit; }
.header .menu > ul > li > a:hover,
#header .menu > ul > li > a:hover,
.header .menu > ul > li > a.active,
#header .menu > ul > li > a.active {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff !important;
}

/* 5. "Contact Us" = white ghost pill (beats legacy #header.fixed1 rule) */
.header .menu > ul > li.contactli > a,
#header .menu > ul > li.contactli > a,
#header.fixed1 .menu > ul > li.contactli > a {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 7px 17px !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2 !important;
  height: auto !important;
  margin-left: 4px !important;
}
.header .menu > ul > li.contactli > a:hover,
#header .menu > ul > li.contactli > a:hover,
#header.fixed1 .menu > ul > li.contactli > a:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff !important;
}

/* 6. "Ask AI" = primary button (like Stack AI), divider before it */
.header .menu > ul > li.ik-ai-navli,
#header .menu > ul > li.ik-ai-navli {
  margin-left: 8px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}
.header .menu > ul > li.ik-ai-navli > a,
#header .menu > ul > li.ik-ai-navli > a {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  background: #0a1628 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 999px;
  padding: 8px 18px !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2 !important;      /* reset legacy 75px line-height (was a circle) */
  height: auto !important;
  box-shadow: 0 6px 16px rgba(5, 12, 25, 0.4);
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.header .menu > ul > li.ik-ai-navli > a::before {
  content: "\2728";                 /* ✨ sparkle */
  font-size: 13px;
  line-height: 1;
}
.header .menu > ul > li.ik-ai-navli > a:hover,
#header .menu > ul > li.ik-ai-navli > a:hover {
  background: #0f1e36 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(5, 12, 25, 0.5);
}

/* 7. Dropdown submenu — clean white card, no hover-gap so clicks always land */
#header .menu > ul > li .submenu1 {
  top: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;   /* override modern.css translateY gap */
  margin-top: 10px !important;
  padding: 8px !important;
  background: #ffffff !important;
  border: 1px solid rgba(0, 65, 113, 0.10) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 50px rgba(0, 65, 113, 0.18) !important;
  overflow: hidden;
}
/* Hover-bridge ON THE LI (always present, unlike the submenu which is
   display:none) so moving the cursor down into the dropdown never drops
   the :hover — the submenu no longer disappears before you can click. */
#header .menu > ul > li:hover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;            /* only as wide as the item — must NOT overlap the next
                            menu item, or you get stuck and can't reach it */
  height: 14px;
  background: transparent;
  z-index: 9998;
}
#header .menu > ul > li .submenu1 li { display: block !important; }
#header .menu > ul > li .submenu1 li a {
  color: #1e2d3d !important;
  border-radius: 9px !important;
  padding: 11px 18px !important;
  font-weight: 600;
  white-space: nowrap;
}
#header .menu > ul > li .submenu1 li a:hover {
  background: #eaf3fb !important;
  color: #004171 !important;
}

/* 8. Mobile: pill keeps just the logo; hamburger floats clear of it */
@media (max-width: 1024px) {
  .header,
  #header,
  #header.fixed1 {
    padding: 14px 14px 0 !important;
  }
  .header .container,
  #header .container,
  #header.fixed1 .container {
    padding: 7px 64px 7px 12px !important;   /* room for the hamburger */
    max-width: 100%;
    justify-content: flex-start !important;
  }
  .header .logo a,
  #header .logo a {
    width: 150px !important;
    height: 36px !important;
  }
  .menu2 {
    top: 26px !important;
    right: 26px !important;
  }
}
@media (max-width: 480px) {
  .header .logo a,
  #header .logo a {
    width: 132px !important;
    height: 32px !important;
  }
}

/* =====================================================================
   HERO — keep the original bright hero; neutralize modern.css overrides
   that broke it (a leftover translateY pushed the text off-screen, and a
   dark overlay + dimmed image hid the businessman + dark heading text).
   ===================================================================== */
.bannerboxcont {
  transform: none !important;        /* modern.css left translateY(-50%) → text went off-screen */
}
.bannercu .item::before {
  content: none !important;
  background: none !important;        /* remove the dark cinematic overlay */
}
.bannercu .item > img {
  opacity: 1 !important;
  filter: none !important;           /* restore the bright banner image */
}
.hometopsection .banner_hd,
.bannerboxcont .banner_hd {
  color: #004171 !important;
  text-shadow: none !important;
}
.hometopsection .banner_cont,
.bannerboxcont .banner_cont {
  color: #1e2d3d !important;
}

/* =====================================================================
   OUR SOLUTIONS — vertical solutions list on the LEFT, the selected
   solution's info panel BESIDE it on the right. Smaller active icon.
   ===================================================================== */
.section1 .multi_tabs {
  display: grid !important;
  grid-template-columns: 320px 1fr;
  gap: 34px;
  align-items: start;
  max-width: 1180px;
  margin: 44px auto 0 !important;
  flex-direction: initial !important;
}
/* left column = the solutions list */
.section1 ul.tabs {
  display: flex !important;
  flex-direction: column;
  gap: 8px !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  grid-template-columns: none !important;
}
.section1 ul.tabs li {
  display: flex !important;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0 !important;
  padding: 13px 16px !important;
  border-radius: 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #1e2d3d;
  background: #ffffff;
  border: 1px solid #dde6f0 !important;
  box-shadow: 0 1px 4px rgba(0, 65, 113, 0.05);
  transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.section1 ul.tabs li:hover {
  border-color: #0099ff !important;
  transform: translateX(3px);
}
.section1 ul.tabs li img {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain;
  flex: 0 0 24px;
}
.section1 ul.tabs li.active {
  background: linear-gradient(135deg, #004171 0%, #0099ff 100%);
  color: #ffffff;
  border-color: transparent !important;
  box-shadow: 0 8px 20px rgba(0, 65, 113, 0.25);
}
.section1 ul.tabs li.active img { filter: brightness(0) invert(1); }

/* right column = the selected solution's content panel */
.section1 .tab_container {
  width: 100%;
  border: none !important;
}
.section1 .tab_content {
  background: #ffffff;
  border: 1px solid rgba(0, 65, 113, 0.10);
  border-radius: 18px;
  padding: 34px 38px;
  box-shadow: 0 16px 44px rgba(0, 65, 113, 0.09);
}
/* the icon shown for the active solution — smaller "circle" */
.section1 .tab_container img,
.section1 .tab_content img {
  width: 46px !important;
  height: 46px !important;
  padding: 9px !important;
  background: rgba(0, 153, 255, 0.10);
  border-radius: 12px;
  margin-bottom: 14px;
}
.section1 .tab_container h3 { margin-top: 4px; }

@media (max-width: 900px) {
  .section1 .multi_tabs { grid-template-columns: 1fr; gap: 22px; }
  .section1 ul.tabs { flex-direction: row; flex-wrap: wrap; }
  .section1 ul.tabs li { width: auto; flex: 1 1 calc(50% - 8px); }
}

/* =====================================================================
   WHO WE ARE — the JS injects an eyebrow ("Why Infokeys") + divider INTO
   the flex row, so the label, heading and button ended up inline & touching.
   Force the eyebrow + divider onto their own rows (on top); keep the
   heading and "About Us" button on one row with a clear gap.
   ===================================================================== */
.section2 .flex {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 28px !important;
}
.section2 .flex .ik-divider { flex: 0 0 100%; order: 0; margin: 0; }
.section2 .flex .ik-label   { flex: 0 0 100%; order: 1; margin: 0 0 6px; }
.section2 .flex h2          { flex: 1 1 auto; order: 2; margin: 0; }
.section2 .flex .main_btn   { flex: 0 0 auto; order: 3; margin: 0; }
.section2 .flex .main_btn a { white-space: nowrap; }

/* =====================================================================
   CLICK-TO-OPEN DROPDOWN (reliable). The JS in ui_header.php toggles
   .ik-open on the menu item; while open the submenu is sticky, so it
   never disappears as you move down to click a sub-topic. Hover-open is
   disabled (it was the source of the "disappearing" dropdowns).
   ===================================================================== */
#header .menu > ul > li > .submenu1 {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
#header .menu > ul > li.ik-open > .submenu1,
.header .menu > ul > li.ik-open > .submenu1 {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
}
/* caret flips when its menu is open */
#header .menu > ul > li.ik-open > a > .fa-caret-down { transform: rotate(180deg); }
#header .menu > ul > li > a > .fa-caret-down { transition: transform .2s ease; }

/* =====================================================================
   NAV TEXT — keep menu items WHITE on EVERY page. On inner pages
   modern.css loads last and turned them dark; the extra .fixed1/.fixed2
   class here out-ranks it so the text stays white everywhere.
   ===================================================================== */
#header.fixed1 .menu > ul > li > a,
#header.fixed2 .menu > ul > li > a,
#header.fixed1 .menu > ul > li > a > i,
#header.fixed2 .menu > ul > li > a > i {
  color: #ffffff !important;
}
#header.fixed1 .menu > ul > li:not(.contactli):not(.ik-ai-navli) > a:hover,
#header.fixed1 .menu > ul > li:not(.contactli):not(.ik-ai-navli) > a.active,
#header.fixed2 .menu > ul > li:not(.contactli):not(.ik-ai-navli) > a:hover,
#header.fixed2 .menu > ul > li:not(.contactli):not(.ik-ai-navli) > a.active {
  color: #ffffff !important;                          /* white even when active/hovered */
  background: rgba(255, 255, 255, 0.20) !important;   /* translucent highlight, not solid white */
  box-shadow: none !important;
}
/* Contact Us (ghost) + Ask AI (dark button) keep white text too */
#header.fixed1 .menu > ul > li.contactli > a,
#header.fixed2 .menu > ul > li.contactli > a,
#header.fixed1 .menu > ul > li.ik-ai-navli > a,
#header.fixed2 .menu > ul > li.ik-ai-navli > a { color: #ffffff !important; }

/* =====================================================================
   Remove the "NEW" badge from Agentic AI / Computer Vision / Voice Agents
   ===================================================================== */
ul.tabs li[rel="tab9"]::after,
ul.tabs li[rel="tab10"]::after,
ul.tabs li[rel="tab11"]::after {
  content: none !important;
  display: none !important;
}

/* =====================================================================
   WHO WE ARE — modern stat cards (Technology Professionals / Customers
   Served / Projects Involved). Replaces the old floated, staggered boxes.
   ===================================================================== */
.section2 ul {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 18px !important;
  width: 100%;
  margin-top: 34px !important;
  list-style: none;
  padding: 0;
}
.section2 ul li {
  float: none !important;
  margin: 0 !important;
  padding: 28px 18px 24px !important;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%) !important;
  border: 1px solid rgba(0, 119, 204, 0.14) !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 30px rgba(0, 65, 113, 0.08) !important;
  display: block !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.section2 ul li::before {            /* top accent bar */
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #004171, #00adef);
}
.section2 ul li:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(0, 65, 113, 0.16) !important;
  border-color: rgba(0, 119, 204, 0.30) !important;
}
.section2 ul li h4 {
  margin: 4px 0 8px !important;
  font-size: 48px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  color: #0077cc;
  background: linear-gradient(135deg, #004171 0%, #0099ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.section2 ul li h4 .counter::after {
  content: "+";
  -webkit-text-fill-color: #00adef;     /* keep the + visible (not clipped) */
  color: #00adef;
  font-weight: 800;
}
.section2 ul li p {
  margin: 0 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #5a738a !important;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.35 !important;
}

/* =====================================================================
   HOME PAGE — ANIMATED, IMPRESSIVE IMAGERY (same content, now alive)
   ===================================================================== */
.bannerbox { overflow: hidden; }

/* 1) Hero banner image — slow cinematic "Ken Burns" zoom & pan */
.bannercu .item img {
  animation: ik-kenburns 24s ease-in-out infinite alternate;
  transform-origin: center center;
  will-change: transform;
}
@keyframes ik-kenburns {
  0%   { transform: scale(1.03) translate(0, 0); }
  50%  { transform: scale(1.11) translate(-1.6%, -1.2%); }
  100% { transform: scale(1.05) translate(1.2%, -0.6%); }
}

/* 2) Diagonal light sweep across the hero */
.bannerbox::after {
  content: "";
  position: absolute;
  top: 0; left: -50%;
  width: 45%; height: 100%;
  background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,0.22) 50%, transparent 100%);
  transform: skewX(-18deg);
  pointer-events: none;
  z-index: 4;
  animation: ik-hero-sheen 8s ease-in-out infinite;
}
@keyframes ik-hero-sheen { 0%,100% { left: -55%; } 55% { left: 135%; } }

/* 3) Floating decorative cloud element */
.banner_element_1 {
  animation: ik-float-cloud 10s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes ik-float-cloud {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(28px, 16px); }
}

/* 4) Hero text — staggered entrance */
.bannerboxcont .banner_hd   { animation: ik-rise .9s cubic-bezier(.2,.7,.2,1) both; }
.bannerboxcont .banner_cont { animation: ik-rise 1s .15s cubic-bezier(.2,.7,.2,1) both; }
.bannerboxcont .main_btn    { animation: ik-rise 1s .3s cubic-bezier(.2,.7,.2,1) both; }
@keyframes ik-rise {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* 5) CTA button — gentle pulsing glow */
.bannerboxcont .main_btn a { animation: ik-cta-glow 2.8s ease-in-out infinite; }
@keyframes ik-cta-glow {
  0%,100% { box-shadow: 0 8px 22px rgba(0,119,204,0.35); }
  50%     { box-shadow: 0 12px 34px rgba(0,119,204,0.60); }
}

/* 6) Section images — gentle float + zoom-on-hover (Who We Are, etc.) */
.section2 .col-sm-5 img,
.section5 .col-sm-6 img {
  border-radius: 16px;
  animation: ik-img-float 7s ease-in-out infinite alternate;
  transition: transform .5s ease, box-shadow .5s ease;
  will-change: transform;
}
@keyframes ik-img-float {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-12px); }
}
.section2 .col-sm-5 img:hover,
.section5 .col-sm-6 img:hover {
  transform: scale(1.03) translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,65,113,0.22);
}

/* 7) NEW animated SVG hero illustration replaces the static photo */
.ik-hero-anim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  pointer-events: none;
}
.bannerbox .bannercu .item img { display: none !important; }  /* hide old banner photos */
.banner_element_1 { display: none !important; }               /* hide old cloud, SVG has its own */

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .bannercu .item img,
  .bannerbox::after,
  .banner_element_1,
  .bannerboxcont .banner_hd,
  .bannerboxcont .banner_cont,
  .bannerboxcont .main_btn,
  .bannerboxcont .main_btn a,
  .section2 .col-sm-5 img,
  .section5 .col-sm-6 img { animation: none !important; }
}
