body {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 2;
  color: #fff;
  background-color: #021621;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about-us-section.section-padding-top {
    padding-top: 0;
  }
}

.container-fluid {
  max-width: 1680px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

p {
  margin-bottom: 0;
}

a,
button {
  text-decoration: none;
  color: inherit;
}

a,
button,
img,
input {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

a:focus {
  text-decoration: none;
  color: #fff;
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: #00b3ff;
}

.text-md-start {
  font-size: 15px !important;
}

a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

button,
input[type="submit"] {
  cursor: pointer;
  outline: 0 !important;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.theme-color {
  color: #00b3ff;
}
.section {
  padding-left: 5%;
  padding-right: 5%;
}

@media screen and (max-width: 1800px) {
  .section {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.row.section-title {
  padding-bottom: 140px;
}
.mb-n4 {
  margin-bottom: -1.5rem !important;
}

/* button style  */
.btn {
  padding: 15px 25px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  border-width: 2px;
  border-radius: 12px;
  min-width: 180px;
}

@media only screen and (max-width: 575px) {
  .btn {
    padding: 15px 10px;
    font-size: 16px;
    min-width: 140px;
  }
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00b3ff;
  border-color: #00b3ff;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #00b3ff;
  border-color: #00b3ff;
  box-shadow: none;
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #f0b62b;
  border-color: #f0b62b;
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: none;
}

.btn-primary {
  background-color: #00b3ff;
  border-color: #00b3ff;
  color: #fff;
}

.btn-primary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00b3ff;
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #00b3ff;
  color: #fff;
}

.btn-outline-primary:hover {
  background-color: #00b3ff;
  border-color: #00b3ff;
  color: #fff;
}

.btn-light {
  color: #f0b62b;
}

.btn-light:focus {
  box-shadow: none;
}

.btn-light:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-close {
  padding: 0 !important;
  opacity: 1;
  color: #141414;
  background-color: transparent;
  background-image: none;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 1 !important;
}

/* section padding */

.section-padding-top {
  padding-top: 70px;
}

.section-padding-bottom {
  padding-bottom: 70px;
}

@media only screen and (min-width: 1200px) {
  .section-padding-top {
    padding-top: 100px;
  }

  .section-padding-bottom {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1500px) {
  .section-padding-top {
    padding-top: 120px;
  }

  .section-padding-bottom {
    padding-bottom: 120px;
  }
}

/* section-title */

.section-title {
  padding-bottom: 30px;
}

.section-title .title {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: #eff3ff;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .section-title .title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-title .title {
    font-size: 50px;
  }
}

.title-text {
  color: rgb(255, 255, 255, 0.6);
}

.sub-title {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.3em;
  color: #00b3ff;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 40px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 25px;
  }
}

/* header section start */

.navbar-toggler {
  color: #4d68f7;
  border: 0;
  padding: 0;
  margin-left: 20px;
}

.navbar-toggler svg {
  fill: currentColor;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar {
  padding-top: 30px;
  padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .navbar {
    padding: 10px 0px;
  }
}

/* navbar-brand */
.navbar-brand {
  padding: 0;
  margin-right: 0;
  max-width: 148px;
}

.navbar .container-fluid {
  padding: 0px;
}

/* main-menu */
.main-menu {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .main-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.main-menu-item.active,
.main-menu-item:hover {
  border-color: #fff;
}

.main-menu-item + .main-menu-item {
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .main-menu-item + .main-menu-item {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-menu-item + .main-menu-item {
    margin-left: 0px;
    margin-top: 15px;
  }
}

.main-menu-link {
  padding: 5px 5px;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
  font-size: 20px;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .main-menu-link {
    padding: 5px 0px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
  }
}

.main-menu-link:hover {
  color: #00b3ff;
}

.dashboard-btn-light {
  background-color: #00b3ff;
  color: #fff;
}

.dashboard-btn-light:hover {
  background-color: #fff;
  color: #00b3ff;
}

/*------------------------------------- 
 # Offcanvas Humbergar Menu Style ENd
 -------------------------------------*/

.offcanvas-modal.modal.fade .modal-dialog {
  transform: translateX(-100%);
}

.offcanvas-modal.modal.show .modal-dialog {
  transform: translateX(0%);
}

.offcanvas-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
}

.modal-header {
  border: 0;
  padding: 0;
}

.modal-header .btn-close {
  margin: 20px 20px 0 auto;
  width: 15px;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

@media (max-width: 767px) {
  .navbar-brand {
    display: block;
    max-width: 130px;
    padding: 0;
  }
}

.modal-content {
  height: 100%;
  border-radius: 0;
  border: 0;
  background: linear-gradient(180deg, rgba(138, 136, 154, 0.75) 0%, rgba(100, 99, 112, 0.75) 100%);
  backdrop-filter: blur(7.5px);
}

/* hero section */

.hero-section {
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
}

.hero-title {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.01em;
  color: #eff3ff;
  margin-bottom: 24px;
}

@media (min-width: 576px) {
  .hero-title {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .hero-title {
    font-size: 50px;
  }
}
@media (min-width: 1600px) {
  .hero-title {
    font-size: 70px;
  }
}

.hero-text {
  color: rgb(255, 255, 255, 0.6);
  margin-bottom: 30px;
}

@media (min-width: 1600px) {
  .hero-text {
    margin-bottom: 80px;
  }
}

/* accordion section  */
.faq-section {
}

.accordion-item {
  background-color: transparent;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #f2f2f2 !important;
  transition: all 0.3s;
  border-radius: 10px !important;
}
.accordion-item.active {
  background: #0c2840;
  border: 1px solid rgb(255, 255, 255, 0.26);
}

.accordion-item:last-child {
  margin-bottom: 0px;
}

.accordion-button {
  background-color: transparent !important;
  border: 0px !important;
  font-weight: 300;
  color: #fff !important;
  font-size: 20px;
  line-height: 1.4;
  border-radius: 0 !important;
  padding: 0px;
}

.accordion-button:hover {
  color: #fff !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("../img//icon/plus.png");
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img//icon/minus.png");
  transform: rotate(0deg);
}

.accordion-button:focus {
  border: 0px !important;
  outline: 0;
  box-shadow: none !important;
}

.accordion-collapse {
  border-width: 0 0px;
}

.accordion-body {
  border-top: 1px solid #a2a2a2;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0px;
}

.accordion-body p {
  font-weight: normal;
  font-size: 17px;
  line-height: 2;
  color: #fff;
}

/* service  section css start*/

.service-card {
  text-align: center;
  background: rgba(61, 137, 225, 0.16);
  padding: 30px;
  border-radius: 12px;
  transition: all 0.3s;
  height: 100%;
}

@media (max-width: 991px) {
  .service-section .row .col {
    margin-bottom: 100px !important;
  }
}

@media (max-width: 575px) {
  .service-card {
    padding: 30px 15px;
  }
}

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

.service-card p {
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.01em;
  line-height: 1.411;
  color: rgb(239, 243, 255, 0.7);
}

.service-icon-image {
  margin-top: -80px;
  margin-bottom: 30px;
  max-height: 150px;
}

.service-title {
  display: block;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.07em;
  line-height: 1.518;
  color: #eff3ff;
  margin-bottom: 20px;
}

/* service  section css end*/

/*  pricing section start */

.pricing-card-center {
  max-width: 942.5px;
  margin: 0 auto;
}

.pricing-card {
  text-align: center;
  border: 1px solid #bcbcbc;
  padding: 50px 25px;
  border-radius: 12px;
  height: 100%;
  transition: all 0.3s;
}
.pricing-card:hover {
  transform: scale(1.05);
}

.pricing-card.pricing-card-active {
  border: 0;
  background: #3d89e129;
}

.pricing-header {
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-bottom: 0.5px solid #e3e3e3;
}

@media (max-width: 767px) {
  .pricing-header br {
    display: none;
  }
}
.pricing-text {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 1.366;
  color: #eff3ff;
  margin-bottom: 15px;
}

.initial-price {
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.01em;
  line-height: 1.411;
  color: rgb(239, 243, 255, 0.7);
}

.pricing {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.07em;
  line-height: 1.242;
  color: #eff3ff;
  margin: 10px 0px;
}
.pricing small {
  font-weight: normal;
  font-size: 21px;
  letter-spacing: 0.07em;
  line-height: 1.952;
  color: #eff3ff;
}
.pricing-header p {
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.01em;
  line-height: 1.411;
  color: #eff3ff;
  opacity: 0.7;
}

.pricing-text svg {
  margin-right: 10px;
}

.pricing-list {
  padding: 0 5px;
  font-weight: normal;
  text-align: left;
  font-size: 17px;
  color: #fff;
  line-height: 1;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .pricing-list {
    padding: 0 50px;
  }
}
@media (max-width: 575px) {
  .pricing-list {
    padding: 0 0px;
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .pricing-list {
    padding: 0 50px;
  }
}

.pricing-list li + li {
  margin-top: 30px;
}

.pricing-list li span {
  display: inline-block;
  margin-right: 10px;
}

.purchase-btn {
  display: inline-block;
  background: #00b3ff;
  border: 1px solid #00b3ff;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1;
  padding: 20px 70px;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.3s;
}

.purchase-btn:hover {
  background-color: transparent;
}

/* team carousel css start */

.team {
  position: relative;
  max-width: 95%;
  margin: 40px auto 0;
}

@media (min-width: 1300px) {
  .team {
    max-width: 1251px;
  }
}

.team-carousel-contents {
  background-color: #0c2840;
  padding: 60px 30px;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .team-carousel-contents {
    padding: 40px 30px;
  }
}

@media (min-width: 1200px) {
  .team-carousel-contents {
    padding-right: 0;
  }
}

.team-carousel-contents::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: black;
  opacity: 0.4;
  border-radius: 12px;
}

@media (min-width: 1200px) {
  .team-carousel-contents::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .team-carousel-contents {
    padding: 80px 60px;
    padding-right: 0;
  }
}

@media (min-width: 1500px) {
  .team-carousel-contents {
    padding: 80px 100px;
    padding-right: 0;
  }
}

@media (min-width: 1920px) {
  .team-carousel-contents {
    padding: 70px 70px;
    padding-right: 0;
  }
}

.team-carousel-content {
  position: relative;
  flex: 1;
  z-index: 1;
}

@media (min-width: 1200px) {
  .team-carousel-content {
    max-width: 594px;
  }
}

.team-carousel-content p {
  font-weight: normal;
  font-size: 20px;
  color: rgb(255, 255, 255, 0.6);
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .team-carousel-content p {
    font-size: 16px;
  }
}

.team-carousel-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 6px;
}

.team-carousel-designation {
  font-weight: 600;
  font-size: 25px;
  margin-top: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #9da9b2;
}

.team-carousel-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  text-align: right;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-carousel-image {
    max-width: 400px;
  }
}

.team-carousel-image img {
  height: 100%;
}
.swiper-button-next,
.swiper-button-prev {
  width: 65px;
  height: 170px;
  background: #00b3ff;
  transform: translateY(-50%);
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

/* @media only screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 65px;
    height: 190px;
  }
} */

.swiper-button-prev {
  left: -64px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 1px solid #707070;
  border-right: 0;
}

.swiper-button-next {
  left: auto;
  right: -64px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 1px solid #707070;
  border-left: 0;
}

@media only screen and (max-width: 767px) {
  .swiper-button-prev {
    left: -20px;
  }

  .swiper-button-next {
    left: auto;
    right: -20px;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 25px;
  color: #fff;
  /* display: none; */
}

/* team carousel css end */

/* footer */
.footer {
  background-color: #0c2840;
  padding-bottom: 80px;
  padding-top: 80px;
}

.footer-title {
  font-weight: 600;
  font-size: 21px;
  line-height: 21px;
  color: #eff3ff;
  margin-bottom: 30px;
}

.footer-top p {
  font-weight: normal;
  font-size: 18px;
  color: #eff3ff;
  max-width: 426px;
  margin-bottom: 40px;
}

/* footer-menu */
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}

.footer-menu-item.active,
.footer-menu-item:hover {
  border-color: #fff;
}

.footer-menu-item {
  margin-left: 40px;
  margin-right: 40px;
}

@media (max-width: 1199px) {
  .footer-menu {
    margin: 0 -20px;
  }
  .footer-menu-item {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* @media only screen and (max-width: 991px) {
  .footer-menu-item + .footer-menu-item {
    margin-left: 0px;
    margin-top: 15px;
  }
} */

.footer-menu-link {
  padding: 5px 5px;
  display: block;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 18px;
  color: rgb(239, 243, 255, 0.8);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-menu-link {
    padding: 5px 0px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-menu-link {
    padding: 5px 0px;
    font-size: 18px;
  }
}

.footer-menu-link:hover {
  color: #00b3ff;
}

.social-item + .social-item {
  margin-left: 15px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #212538;
  border-radius: 100px;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid rgb(255, 255, 255, 0.1);
}

.social-link:hover {
  background-color: #00b3ff;
}

@media only screen and (max-width: 991px) {
  .social {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.social-link img {
  max-width: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .social-link img {
    max-width: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .social-link img {
    max-width: 20px;
  }
}

.hero-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 350px;
}

@media only screen and (min-width: 992px) {
  .hero-image {
    min-height: 539px;
  }
}

video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.pattern1 {
  top: -100px;
  right: -100px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 760px;
}
.pattern2 {
  top: 0;
  left: -450px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 760px;
}

.pattern3 {
  right: 0;
  bottom: -200px;
  position: absolute;
  z-index: -1;
  max-width: 760px;
}
.pattern4 {
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  max-width: 760px;
}

@media only screen and (max-width: 767px) {
  .pattern4 {
    max-width: 300px;
  }
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}


#countuptitle {
font-variant-numeric: tabular-nums;
  margin-right:2vw;
}

/* Shutdown notice banner and popup */
.shutdown-banner {
  background: #b61f2c; /* brand red, flatter */
  color: #ffffff;
  padding: 0.75rem 0;
  position: sticky;
  top: 0;
  z-index: 1200;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.shutdown-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  max-width: 1080px;
  margin: 0 auto;
}

.shutdown-banner__icon {
  height: 28px;
  width: auto;
  border-radius: 4px;
  flex-shrink: 0;
}

.shutdown-banner a {
  color: #02b3ff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

@media (max-width: 575.98px) {
  .shutdown-banner__content {
    flex-direction: column;
    gap: 0.5rem;
  }

  .shutdown-banner__icon { height: 34px; }
}

.shutdown-popup {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(14, 17, 32, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 2000;
}

.shutdown-popup.is-visible {
  opacity: 1;
  visibility: visible;
}

.shutdown-popup__content {
  position: relative;
  max-width: 460px;
  width: 100%;
  padding: 2rem 2rem 2.25rem;
  background: #0e1120;
  color: #ffffff;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.shutdown-popup__content::before {
  content: "";
  position: absolute;
  inset: -140px auto auto -140px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle at center, rgba(0, 179, 255, 0.08) 0%, rgba(0, 179, 255, 0) 70%);
  z-index: 0;
}

.shutdown-popup__icon {
  width: 80px;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}

.shutdown-popup__title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.005em;
  position: relative;
  z-index: 1;
}

.shutdown-popup__text {
  font-size: 0.98rem;
  margin-bottom: 0;
  line-height: 1.75;
  color: #e5eef6;
  position: relative;
  z-index: 1;
}

.shutdown-popup__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 1.1rem;
  line-height: 1;
  color: #cfd8e3;
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.shutdown-popup__close:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

@media (max-width: 575.98px) {
  .shutdown-popup__content { padding: 1.6rem 1.25rem 1.8rem; }
  .shutdown-popup__title { font-size: 1.3rem; }
  .shutdown-popup__text { font-size: 0.95rem; }
}
