.e-con-inner {
  max-width: 100% !important;
  position: relative;
}
.elementor-element {
  padding: 0px !important;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Inter";
  src: url("../font/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Saira";
  src: url("../font/Saira-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Saira";
  src: url("../font/Saira-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
html,
body {
  overflow-x: hidden;
  background-color: #010a19;
}

.app {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  /* border: 1px solid red; */
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.base-layout {
  width: 100%;
  padding: 0 80px;
  max-width: 1440px;
  margin: 0 auto;
}

.custom-box {
  padding: 0 96px;
}

.app {
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px !important;
    width: 100% !important;
  }
}

.base-heading h2 {
  font-family: "Saira";
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 60px;
 margin: 0;
}
.base-desc {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #c9dee3;
}

.btn-base {
  position: relative;
  overflow: hidden; /* ẩn phần ::before dư ra */
  cursor: pointer;
  padding: 12px 24px;
  border-radius: 8px;
  background: #05b6da;
  z-index: 1;
}


.btn-base::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(93deg, #5DE4FF 0%, #1570EF 100%);
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: -1;
}


.btn-base:hover::before {
  opacity: 1;
}

.btn-base a {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: flex;
  gap: 8px;
}

.padding-base {
  padding: 80px 0;
}

.flex-column-base {
  display: flex;
  flex-direction: column;
}

.flex-center-base {
  display: flex;
  align-items: center;
}

.flex-column-center-base {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.overflow-hidden-base {
  overflow: hidden;
}

.object-cover-base {
  object-fit: cover;
}

.link-card-base {
  color: inherit;
  text-decoration: none;
}
.btn-base .btn-icon{
	width: 20px;
	height: 20px;
	display: flex;
    align-items: center;
}

.btn-base a{
	display: flex;
	align-items: center;
	justify-content: center;
} 
.text-gradient-light-base {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
	margin: 0;
}

.text-soft-base {
  color: #c9dee3;
}

.box-3d {
  position: relative;
  width: 250px;
  height: 40px;
  border: 1px solid #1fc6ff33;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

/* khung trong */
.box-3d::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid #1fc6ff33;
  background: #1fc6ff1f;
}

/* text */
.box-3d h1 {
  color: #c9dee3;
  font-size: 16px;
  font-weight: 300;
  font-family: "Saira";
  text-transform: uppercase;
  text-shadow:
    0 0 6px rgba(255, 255, 255, 0.15),
    0 0 10px rgba(0, 180, 255, 0.15);
	margin: 0;
}

/* góc */
.corner {
  position: absolute;
  width: 22px;
  height: 22px;
}

/* top left */
.corner-tl {
  top: -2px;
  left: -2px;
}

.corner-tl::before,
.corner-tl::after {
  content: "";
  position: absolute;
  background: rgba(31, 198, 255, 0.2);
}

.corner-tl::before {
  width: 21px;
  height: 1px;
  transform: rotate(25deg);
  top: 4px;
  left: 0px;
}
/* top right */
.corner-tr {
  top: -2px;
  right: -2px;
}

.corner-tr::before,
.corner-tr::after {
  content: "";
  position: absolute;
  background: rgba(31, 198, 255, 0.2);
}

.corner-tr::before {
  width: 21px;
  height: 1px;
  transform: rotate(-25deg);
  top: 4px;
  right: 0px;
}

/* bottom left */
.corner-bl {
  bottom: -2px;
  left: -2px;
}

.corner-bl::before,
.corner-bl::after {
  content: "";
  position: absolute;
  background: rgba(31, 198, 255, 0.2);
}

.corner-bl::before {
  width: 21px;
  height: 1px;
  transform: rotate(-25deg);
  bottom: 4px;
  left: 0px;
}

/* bottom right */
.corner-br {
  bottom: -2px;
  right: -2px;
}

.corner-br::before,
.corner-br::after {
  content: "";
  position: absolute;
  background: rgba(31, 198, 255, 0.2);
}

.corner-br::before {
  width: 21px;
  height: 1px;
  transform: rotate(25deg);
  bottom: 4px;
  right: 0px;
}
#new-customer {
  background: linear-gradient(163deg, #000a19 19.83%, #00c6ef 167.23%);
  min-height: 1200px;
  margin-top: -25px;
  padding-bottom: 96px !important;
  position: relative;
}

#core-superiority {
  display: flex;
  padding: 200px 96px 120px 96px !important;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  background: linear-gradient(178.14deg, #000a19 -16.75%, #010a19 44.18%);
  margin-top: -25px;
  position: relative;
}
/* #core-superiority::before {
  position: absolute;
  content: "";
  background: url(../img/superiority/superiority2-bg.png) no-repeat;
  width: 139%;
  height: 100%;
  left: -3%;
  top: 25%;
}

#core-superiority::after {
  position: absolute;
  content: "";
  width: 121%;
  height: 66%;
  right: -285px;
  top: 30%;
  background: url(../img/superiority/superiority_bg.png) no-repeat;
} */

/* ===== TABLET (769–1024px): không để khối con co về 1440px gây tràn ===== */
@media (min-width: 769px) and (max-width: 1024px) {
  #core-superiority {
    align-items: stretch;
    padding: 120px 0 80px 0;
  }

  #new-customer {
    gap: 32px;
    min-height: 3000px;
  }
  .custom-box {
    padding: 0 80px;
  }
  .base-layout {
    max-width: 100%;
    padding: 0 40px;
  }
  .custom-box {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .base-layout {
    padding: 0 16px !important;
    max-width: 100%;
  }
  .custom-box {
    padding: 0 16px;
  }
	.base-desc{
	  width: 343px;
	  margin: 0 auto;
	}
  /* Tiêu đề & mô tả chung thu nhỏ cho mobile */
  .base-heading h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .base-desc {
    font-size: 14px;
    padding-top: 8px;
  }

  /* Box nhãn 3D co lại vừa khung mobile */
  .box-3d {
    width: 203px;
    max-width: 100%;
    padding: 0 16px;
  }
  .box-3d h1 {
    font-size: 13px;
    text-align: center;
  }

  /* Nút chung */
  .btn-base {
    padding: 10px 12px;
  }

  .base-heading h2 {
    font-size: 20px;
  }
  .base-heading .text-mobile {
    font-size: 32px;
	  width: 317px;
	  margin: 0 auto;
  }
  /* Wrapper các khối nền dưới */
  #core-superiority {
    padding: 96px 0px 64px 0px !important;
    gap: 56px;
	background: linear-gradient(178deg, #000A19 -16.75%, #010A19 44.18%);
  }
  #new-customer {
    padding: 80px 0px !important;
    gap: 32px;
    min-height: 2600px;
	background: linear-gradient(163deg, #000A19 19.83%, #00C6EF 167.23%);
  }
}
 /*
@media (max-width: 390px) {
  #new-customer {
    min-height: 2600px;
  }
} */
@media(max-width: 420px){
	.btn-text{
		font-size: 12px;
	}
	.btn-base .btn-icon {
		width: 16px;
		Height: 16px;
	}
	
	.btn-base a{
		display: flex;
		align-items: center;
		Justify-content: center;
	} 
}

