body {
  background-color: #fafbfd;
  overflow-x: hidden;
}
.bg-dark {
  background: #060a20;
}
p {
  font-size: 15px;
  font-weight: 400;
  color: #677894;
}
p b {
  color: #1e232f;
}
.text-dark {
  color: #1e232f !important;
}
h2 {
  font-size: 35px;
  font-weight: 700;
}
.page-border-top {
  height: 6px;
  width: 100%;
  padding: 3px;
  background: #c7251d;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.header-top a {
  color: #babcc1;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
.header-top a svg {
  width: 18px;
}
img {
  max-width: 100%;
}
.dropdown-toggle svg {
  width: 10px;
}

.dropdown-toggle .badge {
  position: absolute;
  top: -13px;
  left: 20px;
}

.login-section {
  min-height: calc(100vh - 150px);
  background: linear-gradient(113deg, #01061d, #00051b);
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 110px;
  background-image: url("../images/login-page.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-form-head {
  padding-bottom: 13px;
  border-bottom: 1px solid #6778941c;
}
.contact-form-head p {
  color: #2a3141;
  font-size: 16px;
  font-weight: 500;
}
.contact-form {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 27px 17px 30px 17px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #7070701a;
}
.contact-form-end {
  background-color: #f4f8fb;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 18px 10px 21px 10px;
  border-radius: 0 0 5px 5px;
}
.dots {
  display: flex;
  gap: 6px;
}

.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.dot-1 {
  background-color: #c7251d;
}

.dot-2 {
  background-color: #c7251d69;
}

.dot-3 {
  background-color: #c7251d29;
}
.primary-card {
  background-color: #c7251d;
  padding: 27px 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}
.text-primary {
  color: #c7251d !important;
}

.nav-link {
  color: #252b39;
  font-size: 16px;
  font-weight: 600;
  padding: 8px;
  box-shadow: none !important;
}
.dropdown-toggle::after {
  display: none;
}

.form-control {
  background-color: #ffffff;
  border: 1px solid #e5f2fa;
  border-radius: 5px;
  height: 55px;
  box-shadow: none !important;
}

.form-label {
  color: #7d94a7;
  font-size: 15px;
}

label {
  color: #7d94a7;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
.primary-card .btn-light {
  color: #c7251d;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
}

.primary-card h3 {
  font-size: 18px;
  font-weight: 600;
}

.primary-card p {
  font-size: 15px;
  font-weight: 300;
  max-width: 266px;
}

.btn-primary {
  background: linear-gradient(90deg, #c01a21, #e95a0c);
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
}
.btn-secondary {
  background: #2c3344;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
}

.btn.border {
  border: 1px solid #05091f !important;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

.top-nav-icon {
  width: 34px;
  height: 36px;
  background-color: #2f3648;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-nav-line {
  width: 1px;
  height: 34px;
  background-color: #babcc1;
  display: flex;
}
.header-buttons {
  display: flex;
  align-items: center;
  gap: 0px;
}
.header-buttons .btn {
  height: 47px;
}

.contact-form-end a {
  text-decoration: none;
  font-weight: 600;
}

footer {
  background-color: #2e3647;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 0px;
  border-top: 0.5px solid #5f6471;
}
.footer-nav {
  display: flex;
  justify-content: space-between;
}

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

.footer-nav ul li {
  margin-bottom: 20px;
}
.footer-nav ul a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.footer-nav-item h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
}
.navbar-nav .nav-item {
  height: 100px;
  display: flex;
  align-items: center;
}
.footer-nav-item h3::before {
  content: "";
  width: 6px;
  height: 35px;
  background-color: #cc2d1b;
  border-radius: 4px;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.footer-end-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-end {
  padding: 10px 0;
  border-top: 0.5px solid #efefef26;
  margin-top: 100px;
}

.footer-end p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}

.page-header {
  min-height: 400px;
  background: linear-gradient(113deg, #01061d, #00051b);
  color: #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 90px;
  background-image: url("../images/page-header.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.referances-item {
  width: 100%;
  background-color: #00051c;
  color: #fff;
  padding: 15px 10px 25px 10px;
  border-radius: 0 0 5px 5px;
}
.referances-item-img {
  margin-bottom: 30px;
}
.referances-item-img img {
  width: 100%;
  height: 336px;
  border-radius: 7px;
  object-fit: cover;
  object-position: center;
}

.referances-content p {
  color: #677894;
  font-size: 15px;
  margin-bottom: 0;
}

.referances-content p b {
  color: #ffffff;
  font-size: 16px;
}

.referances-content {
  padding-left: 17px;
}

.refrance-title {
  font-size: 21px;
  font-weight: 600;
  color: #1e232f;
  text-align: center;
  margin-bottom: 22px;
  padding-top: 22px;
}

.hero-title {
  font-size: 28px;
  font-weight: 700;
}

.hero-section {
  background: linear-gradient(113deg, #01061d, #00051b);
  color: #fff;
  background-image: url("../images/hero-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-content {
  max-width: 418px;
}

.hero-text {
  font-size: 15px;
  font-weight: 400;
}

.hero-section-item {
  width: 100%;
  position: relative;
  min-height: calc(100vh - 183px);

  display: flex;
  align-items: end;
  padding-bottom: 35px;
}
.hero-img img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 500px;
  object-fit: cover;
  object-position: top left;
}

.dark-card {
  background: linear-gradient(240deg, #00051b, #01061d);
  padding: 90px 70px 40px 70px;
  border-radius: 25px;
  background-image: url("../images/dark-card-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dark-card-head {
  text-align: center;
  color: #fff;
}
.dark-card-head p {
  color: #677894;
  font-size: 15px;
}
.text-linear-primary {
  background: linear-gradient(275deg, #d75240, #c3262b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-card {
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 20px;
  padding: 40px 30px;
}

.features-card-icon {
  width: 70px;
  height: 70px;
  background-color: #2c3344;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.features-card h3 {
  font-size: 16px;
  font-weight: 500;
}

.features-card p {
  color: #677894;
  font-size: 15px;
}
.mt-50 {
  margin-top: 50px;
}

.mt-150 {
  margin-top: 150px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-200 {
  margin-top: 200px;
}
.mt-300 {
  margin-top: 300px;
}
.mt-400 {
  margin-top: 400px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-70 {
  margin-bottom: 70px;
}

.stats-item {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #efefef;
  padding: 17px 24px;
  border-radius: 10px;
}

.stats-item h3 {
  font-size: 26px;
  font-weight: 600;
}
.stats-item p {
  font-size: 16px;
  font-weight: 400;
}

.services-card {
  width: 100%;
  position: relative;
  border: 1px solid #efefef;
  background-color: #ffffff;
  padding: 19px 0 36px 0;
  border-radius: 20px;
}

.services-card-title {
  background: linear-gradient(270deg, #ffffff, #ffffff, #e9e9e9b0);
  padding: 27px 42px;
}
.services-card-title h3 {
  font-size: 21px;
  font-weight: 600;
  color: #060a20;
}

.services-card-button {
  padding-left: 42px;
  margin-top: 10px;
}
.services-card-button a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 46px;
}

.services-img img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
.card {
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 20px;
}
.card-w {
  display: flex;
  align-items: center;
  gap: 15px;
}
.card-w-icon {
  width: 53px;
  min-width: 53px;
  height: 53px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-w-content h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.card-w-content p {
  font-size: 15px;
  color: #1e232f;
  margin-bottom: 0;
}
.card-w-pink .card-w-icon {
  background-color: #c7251d61;
}

.portrait-section {
  background-color: #01061d;
  border-radius: 20px;
  height: 473px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.portrait-section-img {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.portrait-section-bg-item img {
  position: absolute;
  right: -40px;
  bottom: -30px;
  z-index: 0;
  width: 110%;
  max-width: 110%;
}

.team-slider,
.brand-slider {
  width: 100%;
  overflow: hidden;
}
.brand-slider .swiper-slide,
.team-slider .swiper-slide {
  width: fit-content !important;
}

.team-slider-item {
  width: 218px;
  background-color: #ffffff;
  border: 1px solid #f8f8f8;
  border-radius: 10px;
  padding: 15px;
}

.footer-referance {
  background: linear-gradient(270deg, #01061d, #00051b);
  padding: 40px 30px 36px 60px;
  position: relative;
  color: #fff;
  margin-top: 350px;
  background-image: url("../images/footer-referance-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-referance .bg-shadow {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}

.footer-referance-img img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 400px;
  z-index: 2;
}

.referance-section {
  position: relative;
  z-index: 3;
}
.referance-section h3 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.btn-success {
  background: linear-gradient(90deg, #25cc64, #28ae5b);
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
}

.hero-slider-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 150px;
}
.brands-conteiner {
  overflow: hidden;
}
.brands {
  width: 220px;
  height: 600px;
  overflow: visible;
  position: relative;
  display: flex;
}

.box-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fs-16 {
  font-size: 16px;
}
.fs-28 {
  font-size: 28px;
}
.fs-31 {
  font-size: 31px;
}
.brands-box {
  width: 208px;
  height: 117px;
  background-color: #ffffff;
  margin-bottom: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #efefef;
  border-radius: 10px;
}

.team-slider-item-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #2c3344;
  margin-top: 13px;
}

.team-slider-item-content p {
  font-size: 16px;
  font-weight: 500;
  color: #2c3344;
}

.team-slider-item-img {
  width: 100%;
}

.team-slider-item-img img {
  width: 100%;
  height: 182px;
  border-radius: 15px;
  object-fit: cover;
}
.team-slider-buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}
.team-slider-buttons button {
  background-color: #d44d3d;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(0, 0);
  color: #fff;
  font-size: 20px;
  margin-top: 0;
}

.team-slider-buttons button:after {
  display: none;
}

.team-slider-buttons .swiper-button-next.swiper-button-disabled,
.team-slider-buttons .swiper-button-prev.swiper-button-disabled {
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #1e232f;
  opacity: 1;
}

.video-thumbnail {
  width: 100%;
  height: 320px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-thumbnail-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 103px;
  height: 103px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
}

.referance-item {
  width: 100%;
  background: linear-gradient(270deg, #00051b, #01061d);
  border-radius: 25px;
  padding-top: 60px;
  padding-left: 50px;
  background-image: url("../images/referance-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.referance-item-content {
  width: 41%;
  max-width: 424px;
}

.referance-item-right-section {
  width: 59%;
  margin-left: auto;
}

.referance-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 80px;
  gap: 10px;
}

.page-header-bg-item img {
  position: absolute;
  left: 50%;
  bottom: -75px;
  transform: translate(-50%, 50%);
}

.page-header-content {
  position: relative;
  z-index: 2;
}

.feature-section {
  background: linear-gradient(113deg, #01061d, #00051b);
  color: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}

.feature-item {
  background-color: #2c3244;
  border: 1px solid #2c3244;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 167px;
}

.feature-item h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.feature-item img {
  width: 50px;
  margin-bottom: 20px;
}
.feature-section p {
  color: #ececec;
}
.page-header p {
  color: #ffffff;
  font-weight: 300;
}

.double-img {
  position: relative;
  height: 460px;
}
.double-img-item-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.brand-slider-item {
  padding: 10px 20px;
}

.brands .swiper-wrapper,
.brand-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.brands .swiper-slide {
  height: fit-content !important;
}
.border-card-container {
  position: relative;
}
.border-left-top.black {
  background-color: #060d27;
}
.border-left-top.orange {
  background-color: #e06142;
}

.border-left-top {
  width: 95px;
  height: 95px;
  border-radius: 15px 0 0px 0;
  position: absolute;
  top: -3px;
  left: -4px;
  z-index: 0;
}
.border-card {
  background-color: #fff;
  border: 1px solid #eeefee;
  padding: 25px 24px;
  border-radius: 15px;
  z-index: 2;
  position: relative;
}
.border-right-bottom {
  width: 95px;
  height: 95px;
  border-radius: 0 0 15px 0;
  position: absolute;
  bottom: -3px;
  right: -4px;
  z-index: 0;
}
.border-right-bottom.black {
  background-color: #060d27;
}
.border-right-bottom.orange {
  background-color: #e06142;
}
.border-card-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
}

.border-card-container p b {
  font-size: 16px;
  font-weight: 600;
}

.border-card-container p {
  color: #0a0c10;
}

.sidebar-item {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 10px 25px 10px 18px;
  min-height: 67px;
  text-decoration: none;
  color: #060a20;
}

.sidebar {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #eeeeed;
  background-color: #fff;
}

.sidebar-item h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.sidebar-item.active {
  background: linear-gradient(258deg, #c11b20, #e8590c);
  color: #fff;
  position: relative;
}
.sidebar-item.active::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent transparent #c21d20;
}

.sidebar-item.active path {
  fill: #fff;
}

.bank-account-information {
  width: 100%;
  background-color: #f7f9fd;
  border-radius: 10px;
  padding: 25px 30px;
  margin-bottom: 30px;
}
.bank-account-img {
  background-color: #ffffff;
  border-radius: 10px;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bank-account-img img {
  width: 100%;
}

.bank-account-information p {
  font-size: 14px;
  font-weight: 400;
  color: #1e232f;
}

.copy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border: 1px solid #eeefee;
  border-radius: 5px;
}

.bank-account-information {
  background-color: #f7f9fd;
}

.information-content-item h2 {
  font-size: 16px;
  font-weight: 600;
  color: #1e232f;
}

.information-content-item p {
  font-size: 14px;
  font-weight: 400;
  color: #1e232f;
}
.information-content-item {
  margin-bottom: 45px;
}

.primary-line {
  display: flex;
  width: 100%;
  height: 2px;
  background-color: #d03418;
  max-width: 125px;
  margin-bottom: 9px;
  margin-top: 8px;
}

.support-center .card-w {
  background-color: #f7f9fd;
  margin-bottom: 37px;
  padding: 14px;
  text-decoration: none;
  color: #1e232f;
}
.support-center .card-w h3 {
  font-weight: 600;
}

.support-center .card-w-icon {
  background-color: #fff;
  border: 1px solid #eeefee;
}

.card-w-dark {
  background-color: #00051c;
  color: #fff;
  padding: 20px 23px;
  border-radius: 10px;
}
.card-w-dark .card-w-icon {
  background-color: #fff;
}

.card-w-dark p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
}

.card-w-dark p b {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.contact-form-main input {
  height: 56px;
  background-color: #f4f5f8 !important;
  border: none;
  border-radius: 5px;
  padding: 0 30px;
}
.contact-form p {
  color: #2a3141;
}

.contact-form-main input::placeholder {
  color: #838ca1;
  font-size: 16px;
  font-weight: 400;
}

.contact-form-main textarea {
  background-color: #f4f5f8 !important;
  border: none;
  border-radius: 5px;
  padding: 20px 30px;
  min-height: 168px;
}

.contact-form-main textarea::placeholder {
  color: #838ca1;
  font-size: 16px;
  font-weight: 400;
}
.contact-form-main {
  padding: 50px 35px;
}

.contact-form-main h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 36px;
}
.featured-blog {
  background-color: #01061c;
  padding: 27px 25px;
}

.blog-list-content h2 {
  font-size: 24px;
  font-weight: 500;
  color: #1d2938;
}
.services-list {
  min-width: 300px;
  background-color: #fff;
  padding: 30px 20px;
  border: 1px solid #7070701a;
  border-radius: 5px;
  position: sticky;
  top: 10px;
  height: fit-content;
}
.services-list-item {
  background-color: #e7570c;
  border-radius: 5px;
  display: flex;
  padding: 12px 16px;
  color: #fff;
  gap: 19px;
}
.services-list-item-icon {
  background-color: #f9f9fb;
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #e7570c;
  font-size: 24px;
}
.services-list-item p {
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
}

.services-list-item p b {
  color: #fff;
  font-weight: 700;
}
.blog-list-item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 26px 20px;
  border-radius: 5px;
  border: 1px solid #7070701a;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.blog-list-img img {
  width: 100%;
}
.blog-list-img {
  min-width: 40%;
}
.page-link.active {
  background-color: #e7570c;
  color: #fff;
  border: 1px solid #e7570c;
}
.page-item {
  margin-right: 10px;
}
.page-link {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px !important;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  border: 1px solid #f0f0f0;
  background-color: #fff;
}

.services-list-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 200;
}

.services-list h2 {
  font-size: 21px;
  font-weight: 700;
}

.blog-list-content h2 {
  font-size: 17px;
  font-weight: 700;
}

.blog-list-content a {
  text-decoration: none;
  color: #1d2938;
}
.featured-blog p {
  color: #ffffff;
  font-weight: 200;
}
.featured-blog .card-w p {
  color: #677894;
  font-weight: 500;
}
.featured-blog .card-w h3 {
  font-weight: 500;
}
.blog-detail-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  color: #677894;
  font-size: 15px;
  font-weight: 500;
  gap: 40px;
}
.blog-content {
  background-color: #fff;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #7070701a;
}
.blog-content h1 {
  font-size: 20px;
  color: #677894;
  font-weight: 700;
}
.blog-content h2 {
  font-size: 17px;
  color: #677894;
  font-weight: 700;
}
.blog-content p {
  color: #677894;
  font-size: 15px;
  font-weight: 500;
}
.featured-image {
  margin-bottom: 25px;
}
.featured-image img {
  width: 100%;
  border: 1px solid #f7f7f9;
  border-radius: 5px;
  height: 281px;
  object-fit: cover;
  object-position: center;
}
.portfolio-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 54px 43px;
}
.portfolio-card-content {
  display: flex;
  gap: 50px;
}
.portfolio-card-content p {
  font-size: 23px;
  color: #2c3344;
}

.our-work-item {
  display: flex;
  align-items: center;
  gap: 17px;
  position: relative;
  background-color: #ffffff;
  padding: 23px 25px;
  border: 1px solid #efefef;
  padding-right: 70px;
  margin-bottom: 15px;
  border-radius: 15px;
}

.our-work-item p {
  font-size: 21px;
  font-weight: 600;
  color: #060a20;
  margin-bottom: 0;
  margin-top: 19px;
}

.our-work-item a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: linear-gradient(90deg, #c01b21, #e95a0e);
  position: absolute;
  right: 26px;
  bottom: 28px;
}

.our-work-item a img {
  width: 17px;
}
.our-work-item-img img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  border: 1px solid #eeefee;
}

.quaternary-card {
  position: relative;
  background: linear-gradient(234deg, #e8580c, #c11d20);
  border-radius: 30px;
  height: 410px;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
}

.feature-list {
  background-color: #fff;
  width: 173px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #00000029;
  padding: 11px 12px;
  position: absolute;
  left: 35px;
  top: -125px;
}

.feature-list-item {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
}

.feature-list-item p {
  color: #060a20;
  font-size: 14px;
  margin-bottom: 0;
}

.quaternary-card-img img {
  width: 326px;
  height: 257px;
  border-radius: 10px;
  position: absolute;
  right: 10px;
  top: -70px;
}
.reference-profile {
  background-color: #ffffff;
  padding: 18px 20px;
  border-radius: 10px;
  position: absolute;
  bottom: -60px;
  left: -100px;
  box-shadow: 0px 3px 6px #00000029;
}

.reference-profile-img {
  width: 100%;
  height: 216px;
}

.reference-profile p {
  color: #060a20;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.profile-stats {
  background-color: #fff;
  padding: 13px 16px;
  position: absolute;
  bottom: -60px;
  right: 50px;
  width: 267px;
  border-radius: 10px;
}

.profile-stats-item-box {
  display: flex;
  width: 69px;
  min-width: 69px;
  height: 49px;
  border-radius: 5px;
  background-color: #e7570c;
}

.profile-stats-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.profile-stats-item p {
  color: #060a20;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}

.profile-stats-bar {
  background-color: #f2cfcb;
  text-align: end;
  border-radius: 15px;
  padding-right: 10px;
  color: #d2493b;
  font-size: 14px;

  font-weight: 500;
}

.text-bg-primary {
  background-color: #d043391a !important;
  border: 1px solid #d2493b2e !important;
  color: #d2493b !important;
  padding: 5px 10px;
}
.text-bg-primary img {
  margin-right: 7px;
}

.profile-stats-logo img {
  width: 30px;
}

.quaternary-card-left {
  width: 50%;
  padding: 0 10px;
  position: relative;
  bottom: 70px;
}

.quaternary-card-right {
  width: 50%;
  padding: 0 10px;
  position: relative;
  bottom: 100px;
}

.socail-link {
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 304px;
  border-radius: 10px;
  padding: 7px 10px;
  gap: 13px;
  box-shadow: 0px 3px 6px #00000029;
  position: absolute;
  bottom: 100px;
  right: -45px;
}

.socail-link .socail-icon {
  width: 50px;
  height: 50px;
  background-color: #ff7485;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.socail-content p {
  margin-bottom: 0;
  color: #1e232f;
  font-size: 16px;
}

.socail-content p b {
  font-size: 16px;
  font-weight: 600;
  color: #1e232f;
}

.socail-link a {
  text-decoration: none;
  color: #c5282e !important;
  font-size: 16px;
}
.check-list {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 12px;
  width: fit-content;
  box-shadow: 0px 3px 6px #00000029;
  position: absolute;
  bottom: -60px;
  padding-right: 20px;
  right: 70px;
}
.check-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}
.check-list-item p {
  margin-bottom: 0;
  font-size: 16px;
  color: #0a0c10;
  font-weight: 500;
}
.quaternary-card-left img {
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.quaternary-card-left-img-1 img {
  width: 100%;
  height: 268px;
}

.quaternary-card-right-img-2 img,
.quaternary-card-right-img-3 img,
.quaternary-card-left-img-3 img,
.quaternary-card-left-img-2 img {
  width: 105px;
  height: 105px;
}
.quaternary-card-right-img-1 img {
  width: 100%;
  height: 210px;
}

.about-us-card {
  padding: 59px 42px;
}

.hover-nav {
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #f0f0f2;
}
.hover-nav .nav-link {
  padding-bottom: 5px !important;
}

.hover-nav-content {
  position: absolute;
  top: 100px;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  z-index: 999;
  padding: 40px 0;
  border: 1px solid #f0f0f2;
}

.hover-nav-content .card-w-content h3 {
  color: #2c3344;
  font-size: 16px;
  font-weight: 600;
}

.hover-nav-content .card-w-content p {
  color: #2c3344;
  font-size: 13px;
}
.hover-nav-content .card-w-icon {
  background-color: #ffffff;
}

.hover-nav-content .card-w {
  padding: 13px 16px;
  background-color: #f7f9fd;
  border-radius: 5px;
  text-decoration: none;
}

.hover-nav-content {
  display: none;
}

.hover-nav:hover .hover-nav-content {
  display: block;
}

.hover-nav:hover {
  border-bottom: 3px solid #c11b20;
}
.brand-head-shadow {
  height: 60px;
  width: 100%;
  background: linear-gradient(180deg, #fafbfd, #fafbfd00);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.brand-slider::before {
  content: "";
  width: 120px;
  height: 100%;
  background: linear-gradient(90deg, #fafbfd, #fafbfd00);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.brand-slider::after {
  content: "";
  width: 120px;
  height: 100%;
  background: linear-gradient(270deg, #fafbfd, #fafbfd00);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.referance-item h2 {
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 29px;
}

.referance-detail-item p {
  color: #677894;
  font-size: 15px;

  font-weight: 400;
}
.referance-detail-item p b {
  color: #ffffff;
  font-size: 16px;
}
.referance-slider {
  position: relative;
  overflow: hidden;
}
.referance-slider-buttons {
  position: absolute;
  right: 50px;
  top: 0px;
  display: flex;
  gap: 15px;
}

.referance-slider-buttons img {
  min-width: 21px;
}
.referance-slider-buttons button {
  background-color: transparent;
  border: none;

  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(0, 0);
  color: #fff;
  font-size: 20px;
  margin-top: 0;
}

.referance-slider-buttons button:after {
  display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  background-color: transparent;
  border: none;
  opacity: 0.5;
}

.refrance-title.border-top {
  border-top: 2px solid #01061c !important;
}

.refrance-page .col-md-6:nth-child(odd) {
  padding-right: 50px;
}

.refrance-page .col-md-6:nth-child(even) {
  padding-left: 50px;
}

.project-reference-page {
  margin-bottom: 40px;
}

.project-reference-card-wrap {
  opacity: 0;
  transform: translateY(24px);
  animation: projectReferenceReveal 0.7s ease forwards;
}

.project-reference-card-wrap:nth-child(2n) {
  animation-delay: 0.08s;
}

.project-reference-card-wrap:nth-child(3n) {
  animation-delay: 0.16s;
}

.project-reference-card-wrap:nth-child(4n) {
  animation-delay: 0.24s;
}

.project-reference-head {
  position: relative;
}

.project-reference-page .refrance-title {
  margin-bottom: 18px;
  padding-top: 18px;
  text-align: left;
  line-height: 1.35;
  min-height: 56px;
}

.project-reference-page .refrance-title.border-top {
  border-top-width: 1px !important;
  border-top-color: rgba(1, 6, 28, 0.14) !important;
}

.project-reference-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 14px 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(199, 37, 29, 0.18), transparent 28%),
    linear-gradient(180deg, #07102d 0%, #020817 100%);
  box-shadow: 0 16px 40px rgba(2, 8, 23, 0.14);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  overflow: hidden;
}

.project-reference-card:hover {
  transform: translateY(-8px);
  border-color: rgba(199, 37, 29, 0.28);
  box-shadow: 0 28px 54px rgba(2, 8, 23, 0.2);
}

.project-reference-media {
  margin-bottom: 20px;
  border-radius: 14px;
  overflow: hidden;
}

.project-reference-card .referances-item-img img {
  height: 360px;
  border-radius: 14px;
  transition: transform 0.6s ease;
}

.project-reference-card:hover .referances-item-img img {
  transform: scale(1.04);
}

.project-reference-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px 4px 0;
}

.project-reference-meta p,
.project-reference-summary {
  flex: 1;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
}

.project-reference-card .referances-content p {
  color: #94a6c6;
  line-height: 1.7;
}

.project-reference-card .referances-content p b {
  display: inline-block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.project-reference-card .referances-content span {
  color: #dce7fb;
}

.project-reference-summary span {
  display: block;
  word-break: break-word;
}

.project-reference-action .btn {
  min-width: 152px;
  padding-inline: 22px;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(199, 37, 29, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.project-reference-action .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(199, 37, 29, 0.28);
}

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

.accordion-button {
  box-shadow: none !important;
  color: #0a0c10;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff !important;
}

.accordion-item {
  margin-bottom: 18px;
  border-radius: 10px !important;

  overflow: hidden;
}

.accordion-body {
  color: #1e232f;
  font-size: 15px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/icons/minus-small.svg");
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  background-image: url("../images/icons/plus-small.svg");
  transform: var(--bs-accordion-btn-icon-transform);
}

.blog-detail-bar-item img {
  margin-right: 5px;
}
.offcanvas {
  max-width: 300px;
}

.offcanvas-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  height: 40px;
  padding: 0 15px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #212529;
}
.offcanvas-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offcanvas-nav-services {
  width: 300px;
  height: 1000px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  color: #fff;
  transform: translate(-100%);
  transition: transform 0.3s;
}

.offcanvas-nav-services.active {
  transform: translate(0);
}
.back-btn {
  background-color: transparent;
  border: none;
  transform: rotate(180deg);
  height: 24px;
  width: 24px;
}
.offcanvas-nav-services h4 {
  color: #1e232f;
}

.mobile-footer-nav {
  display: none;
}
.video iframe {
  width: 100%;
  height: 320px;
  border-radius: 20px;
}
.underline-primary {
  position: relative;
}
.underline-primary::after {
  content: " ";
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #c4262d, #d6523f);
  z-index: -1;
  border-radius: 3px;
}

.underline-primary-2 {
  position: relative;
}
.underline-primary-2::after {
  content: " ";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #c7251d;
  z-index: -1;
  border-radius: 3px;
  transform: rotate(-3deg);
}

.our-work-logo img {
  max-width: 140px;
}

.intro-section-content h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
}

.right-section-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #c01a21, #e95a0c);
  color: #fff;
  height: 46px;
  padding: 12px;
  border-radius: 15px 0 0 15px;
  transition: transform 0.3s;
  cursor: pointer;
  text-decoration: none;
}

.right-section-item:hover {
  transform: translate(-175px);
}

.right-section-item img {
  width: 30px;
  margin-right: 20px;
}

.right-section {
  position: fixed;
  right: -175px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.modal-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  display: none;
  padding: 10px;
}

.modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.modal-section-content {
  background-color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 640px;
  position: relative;
}

.form-icon {
  background: linear-gradient(90deg, #c01a21, #e95a0c);
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 20px 0 30px 20px;
}

.form-icon-group {
  display: flex;
  align-items: center;
}

.form-icon-group input {
  width: 100%;
  height: 36px;
  border-radius: 0;
  padding-left: 10px;
  border: 1px solid #dddddd;
  border-left: none;
  border-radius: 0 20px 20px 0;
  padding-left: 20px;
}

.form-icon-group input:focus {
  outline: none;
}

.form-icon-group {
  margin-bottom: 16px;
}

.tab-buttons {
  margin-bottom: 35px;
}

.tab-buttons button.active {
  padding: 8px 16px;
  border: none;
  border-bottom: 2px solid #c01a21;
  color: #01061c;
  background-color: #fff;
}

.tab-buttons button {
  padding: 8px 16px;
  border: none;

  color: #ccc;
  background-color: #fff;
  cursor: pointer;
}

.tab-content-item label {
  font-size: 15px;
  color: #777;
}

.tab-content-item label a {
  color: #293a8e;
  text-decoration: none;
  font-weight: 600;
}

.tab-content-item .btn-blue {
  background: linear-gradient(90deg, #c01a21, #e95a0c);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  width: 200px;
  height: 44px;
  margin-top: 30px;
}

.text-center {
  text-align: center;
}

.modal-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 24px;
}

.tab-content-item {
  display: none;
}

.tab-content-item.active {
  display: block;
}
.modal-dialog {
  max-width: 640px;
}

.text-line {
  position: relative;
  width: fit-content;
}

.text-line::after {
  content: "";
  position: absolute;
  margin-left: 10px;
  bottom: 50%;
  transform: translateY(50%);
  width: 100%;
  height: 2px;
  background-color: #060a20;
  border-radius: 2px;
}
.alert-section {
  width: fit-content;
  height: fit-content;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  z-index: 99;
}
.alert {
  width: fit-content;
}

.alert-primary {
  background: linear-gradient(90deg, #c01a21, #e95a0c);
  color: #fff;
}
.portfolio-card-logo {
  border-bottom: 1px solid #efefef;
  padding-bottom: 17px;
}

.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.blog-card-img {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-img img {
  transform: scale(1.05);
}

.blog-card-content {
  padding: 20px;
}

.blog-card-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}

.blog-card-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-card-meta i {
  font-size: 16px;
}

.blog-card-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  line-height: 1.4;
}

.blog-card-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.6;
}

.blog-card-content .btn-link {
  color: #c7251d;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
}

.blog-card-content .btn-link:hover {
  color: #a31d17;
  gap: 8px;
}

.blog-card-content .btn-link i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.blog-card-content .btn-link:hover i {
  transform: translateX(3px);
}

.management-features-item {
  display: flex;
  align-items: center;
  gap: 21px;
  background-color: #090d25;
  border-radius: 15px;
  color: #fff;
  padding: 25px 28px;
}
.management-features-icon {
  width: 135px;
  min-width: 135px;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.management-features-item span {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  padding: 0 15px;
  width: fit-content;
  border-radius: 5px;
  margin-bottom: 7px;
}

.text-bg-secondary {
  background-color: #21262a !important;
  color: #e7e8e7 !important;
}

.management-features-item h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.management-features-item p {
  color: #e7e8e7;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}
.management-features {
  padding: 38px 20px 50px 70px;
}

.management-features-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 732px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
}

.text-bg-dark {
  color: #e7e8e7 !important;
  background-color: #1e282c !important;
}

.management-features-head .text-bg-dark {
  height: 44px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.social-media-rereferences .card-w-icon {
  background-color: #1e282c;
  width: 86px;
  height: 86px;
  border-radius: 10px;
}

.social-media-rereference-item {
  background-color: #ffffff;
  padding: 13px 11px;
  border: 1px solid #eeefee;
  border-radius: 5px;
  position: relative;
}

.social-media-rereference-item-img img {
  width: 100%;
  height: 161px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}

.social-media-rereference-item-icons span {
  display: flex;
  width: 39px;
  height: 39px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  background-color: #f3ebff;
}

.social-media-rereference-item-icons {
  display: flex;
  align-items: center;
  gap: 9px;
}

.social-media-rereference-item-content p {
  font-size: 16px;
  font-weight: 600;
  color: #1e232f;
  margin-bottom: 10px;
  margin-top: 10px;
}

.social-media-rereferences-content > * {
  padding-right: 3px;
  padding-left: 3px;
}

.social-media-rereference-item-order {
  position: absolute;
  width: 70%;
  border-radius: 5px;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e7aaa8;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  font-size: 14px;
  min-height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-media-rereferences-filters button {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 24px;
}

.social-media-rereferences-filters .btn-primary {
  font-weight: 500;
  font-size: 16px;
}
.social-media-rereferences-filters button path {
  fill: #212529;
}

.btn-primary path {
  fill: #fff !important;
}

.scene-1 {
  background-color: #e2f4fc;
  padding: 66px 0px 70px 0;
  position: relative;
}
.scene-1-card {
  background-color: #ffffff;
  align-items: center;
  gap: 30px;
  padding: 30px 27px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}

.scene-1-card p {
  font-size: 24px;
  color: #00051c;
  margin-bottom: 0;
}

.scene-1-card {
  max-width: 529px;
  margin-left: auto;
}
.scene-1-card-img {
  width: 80px;
  display: flex;
  justify-content: center;
}

.btn-orange {
  background-color: #e95a0b;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
}

.scene-1 .btn-orange {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 5px 29px;
}

.scene-1 p {
  font-size: 24px;
  color: #060a20;
}
.scene-2 {
  text-align: center;
  margin-bottom: 150px;
  padding-top: 80px;
}
.scene-2 h3 {
  font-size: 34px;
  font-weight: 700;
}

.scene-2 h5 {
  font-size: 20px;
  font-weight: 300;
  margin-top: 35px;
  margin-bottom: 25px;
}

.scene-2 h5 b {
  font-weight: 700;
}

.scene-2-item p {
  font-size: 16px;
  font-weight: 500;
  color: #060a20 !important;
}

.scene-3 {
  background: linear-gradient(114deg, #01061d, #00051b);
  text-align: center;
  padding: 70px 0;
}

.scene-3 h3 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}

.scene-3 p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 70px;
}
.scene-4 {
  margin-top: 110px;
}
.scene-4-item {
  background-color: #ffffff;
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 0.2px solid #d8d8da;
  border-radius: 5px;
}

.scene-4-item p {
  font-size: 16px;
  color: #01061c;
  font-weight: 400;
}

.scene-4-item img {
  margin-bottom: 16px;
}

.scene-4-content h5 {
  font-size: 32px;
  font-weight: 400;
  color: #01061c;
}

.scene-4-content h5 b {
  font-weight: 700;
}

.scene-4-content p {
  font-size: 16px;
  color: #01061c;
  max-width: 530px;
  margin-top: 35px;
  margin-bottom: 40px;
}

.scene-4-content {
  margin-top: 80px;
}

.btn-green {
  background-color: #a2d45e;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.scene-4 .btn-green {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 20px;
}

.scene-4 h3 {
  font-size: 34px;
  font-weight: 700;
  color: #01061c;
}

.scene-4 p {
  color: #01061c;
}

.services-page p {
  max-width: 245px;
}

.scene-1-top {
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c7251d;
  border-radius: 44px;
  border: 4px solid #ffffff;
  padding: 11px 15px;
  color: #fff;
  gap: 15px;
}

.page-header-bottom-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.scene-1-top p {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
}

.scene-1-top p b {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
}

.scene-1-bg img {
  position: absolute;
  bottom: 0;
  right: 25%;
  z-index: 0;
}

.scene-5 {
  background-color: #090d25;
  position: relative;
  height: 700px;
  border-radius: 20px;
}
.scene-5-bg img {
  height: 700px;
  width: 861px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translateX(50%);
}
.scene-5-item {
  display: flex;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  background-color: #1e282c;
  width: fit-content;
  align-items: center;
  gap: 22px;
  min-width: 237px;
}

.scene-5-item-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border: 0.2px solid #606262;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scene-5-item-container {
  background: linear-gradient(262deg, #00000000, #00000000, #707071);
  padding: 1px;
  width: fit-content;
  border-radius: 5px;
  position: absolute;
}

.scene-5-item-container-primary {
  background: linear-gradient(262deg, #00000000, #00000000, #ff5b29);
}
#scene-5-item-1 {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

#scene-5-item-2 {
  left: 200px;
  top: 155px;
}

#scene-5-item-3 {
  right: 80px;
  top: 230px;
}

#scene-5-item-4 {
  left: 219px;
  bottom: 269px;
}
#scene-5-item-5 {
  right: 142px;
  bottom: 230px;
}
#scene-5-item-6 {
  left: 36%;
  bottom: 50px;
  transform: translateX(-50%);
}
#scene-5-item-7 {
  right: 20%;
  bottom: 40px;
}

.share-button-container {
  position: relative;
  display: inline-block;
}

.share-button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #677894;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
}

.share-button img {
  width: 16px;
  height: 16px;
}

.share-buttons {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 8px;
  display: none;
  z-index: 1000;
  min-width: 120px;
  margin-top: 10px;
}
.share-button-content {
  display: flex;
  gap: 10px;
}
.share-buttons::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 20px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.share-buttons.active {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.share-button-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
  width: 38px;
  height: 38px;
}

.share-button-item i {
  font-size: 16px;
}

.share-button-item.facebook {
  background-color: #1877f2;
}

.share-button-item.twitter {
  background-color: #1da1f2;
}

.share-button-item.instagram {
  background-color: #e4405f;
}

.share-button-item:hover {
  transform: translateY(-4px);
  opacity: 0.9;
}

.referance-slider-2-container {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.referance-slider-2 {
  width: 100%;
  height: 600px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.referance-slide-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.referance-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.referance-slider-2 .swiper-button-next,
.referance-slider-2 .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #333;
  transition: all 0.3s ease;
}

.referance-slider-2 .swiper-button-next:after,
.referance-slider-2 .swiper-button-prev:after {
  font-size: 20px;
}

.referance-slider-2 .swiper-button-next:hover,
.referance-slider-2 .swiper-button-prev:hover {
  background: #fff;
  transform: scale(1.1);
}

.referance-slider-2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.referance-slider-2 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #c7251d;
}

@media (max-width: 768px) {
  .referance-slider-2 {
    height: 400px;
  }

  .referance-slider-2 .swiper-button-next,
  .referance-slider-2 .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .referance-slider-2 .swiper-button-next:after,
  .referance-slider-2 .swiper-button-prev:after {
    font-size: 16px;
  }
}
