body {
  margin: 0;
  font-family: 'SF Pro', 'Helvetica Neue', Roboto, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  overflow-x: hidden;
}

.container-fluid {
  padding-right: 100px !important;
  padding-left: 100px !important;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}



.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.line {
  height: 1px;
  margin: 20px 0 20px 0;
  border: solid 2px #dcdcdc;
}

.line-2 {
  height: 1px;
  margin: 20px 0 20px 0;
  border: solid 2px #dcdcdc;
}

.header {
  height: 76px;
  /* background-color: #000; */
  background-color: #7d54e6;
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  --bs-gutter-x: 1.5rem;
  padding-right: calc(var(--bs-gutter-x)* 2) !important;
  padding-left: calc(var(--bs-gutter-x)* 2) !important;
}

.section-1 {
  /* height: 715px; */
  background-image: linear-gradient(to bottom, #000, #000a6b);
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  --bs-gutter-x: 1.5rem;
  padding-right: calc(var(--bs-gutter-x)* 2) !important;
  padding-left: calc(var(--bs-gutter-x)* 2) !important;
}

.logo {
  margin-top: 9px;
  width: 96px;
  height: 29px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff !important;
  overflow: hidden;
}

.open-new-store {
  height: 26px;
  color: #ffffff;
}

.login {
  height: 26px;
  color: #ffffff !important;
}

.get-in-touch {
  height: 26px;
  color: #ffffff;
}

.rectangle-2 {
  width: 200px;
  height: 43px;
  margin: 3px 0 0 20px;
  padding: 1px;
  border-radius: 20.5px;
  border: solid 2px #21db02 !important;
  background-color: transparent;
  color: #fff;
  /* Set initial text color */
  transition: background-color 0.3s, color 0.3s;
  /* Smooth transition effect */

  position: relative;
  display: inline-block;
  overflow: hidden;
  /* Hide the pseudo-element outside the button */
  z-index: 1;
}

.rectangle-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #21db02;
  /* Hover background fill color */
  /* border: solid 4px #21db02 !important; */
  /* border: solid 4px #21db02 !important; */
  z-index: -1;
  /* Place behind the text */
  transition: width 0.3s ease;
  /* Smooth animation */
}

.rectangle-2:hover::before {
  width: 100%;
  /* Fills the entire button from left to right */
}

.rectangle-2:hover {
  color: #000000;
  /* Text color changes to black on hover */
}

/* 
.rectangle-2:hover {
  background-color: #ffffff; 
  color: #000000; 
} */

.s1-context {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  text-align: left;
  width: 100%;
  margin-top: 35px;
}


.s1-heading {
  width: 208px;
  height: 26px;
  margin: 0 333px 25px 0;
  font-size: 22px;
  font-weight: bold;
}


.s1-text {
  height: 60px;
  font-size: 25px;
  margin-bottom: 25px;
  /* margin: 0px 0 62px; */
}

.s1-button {
  width: 250px;
  height: 61px;
  margin: 0 304px 0 0;
  padding: 18px 36px 17px 37px;
  border-radius: 29px;
  background-color: #21db02;
  color: #000;
  font-size: 22px;
}

.s1-slider {
  position: relative;
  width: 50%;
}

.s1-slide {
  position: absolute;
  top: 0;
  left: 80%;
  width: 100%;
  opacity: 0;
  transition: opacity 2s ease-in;
}

.s1-slide.active {
  opacity: 1;
  /* transform: scale(1); */
  /* Scale up slightly for a subtle zoom effect */
}

.s1-img-fluid {
  height: 530px;
  border-radius: 10px;
}

.side-menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background-color: #efefef;
  color: #1a1a1a !important;
  transition: left 0.3s ease;
  z-index: 1000;
  padding: 20px;
}

.side-menu ul {
  list-style: none;
  color: #1a1a1a !important;
  padding: 0;
}

.side-menu li {
  margin: 15px 0;
  color: #1a1a1a !important;
}

.side-menu a {
  color: #1a1a1a !important;
  text-decoration: none;
}

.side-menu .close-btn {
  background: none;
  border: none;
  color: #1a1a1a !important;
  font-size: 24px;
  cursor: pointer;
}

.side-menu.open {
  left: 0;
}

.hide-lg {
  display: none;
}

.hero-right-image {
  width: 90%;
}

@media (max-width: 768px) {
  .row {
    min-height: auto;
  }

  .hide-lg {
    display: block;
  }

  .hide-sm {
    display: none;
  }

  .header {
    height: 65px;
    padding-right: calc(var(--bs-gutter-x)* 0.8) !important;
    padding-left: calc(var(--bs-gutter-x)* 0.8) !important;
  }

  .hero-right-image {
    width: 100%;
  }

  .section-1 {
    padding-top: 0px !important;
    /* height: 900px; */
    padding-right: calc(var(--bs-gutter-x)* 0.8) !important;
    padding-left: calc(var(--bs-gutter-x)* 0.8) !important;
  }

  .rectangle-2 {
    width: 120px;
    margin-left: 35px;
  }

  /* .navbar-brand{
  font-size: 1.2rem;
} */

  .s1-button {
    margin: 20px 0;
    padding: 18px 12px 0 16px;
    width: 189px;
    height: 61px;
    font-size: 20px;
  }

  .navbar {
    padding: 10px !important;
  }

  /* .navbar-toggler-icon {
  margin-top: 20px;

} */
  .open-new-store {
    height: inherit;
    color: #fff;
    margin-top: -8px !important;
  }

  .login {
    height: inherit;
    color: #fff !important;
    margin-top: -8px !important;
  }
}

.open-new-store {
  height: inherit;
  color: #fff;
  margin-top: 0px !important;
}

.login {
  height: inherit;
  color: #fff !important;
  margin-top: 0px !important;
}

.typewriter-container {
  font-size: 38px;
  /* height: 80px; */
}

#typewriter-text {
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 35px !important;
}

.s1-context {
  padding: 20px 0;
}

/* s1 image slider css begins */

.s1-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 70%;
  /* left: 20%; */
}

.s1-slide {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transform: scale(0.9);
}

.s1-slide.active {
  opacity: 1;
  /* transform: scale(1); */
  /* Scale up slightly for a subtle zoom effect */
}

.s1-img-fluid {
  width: 228px;
  height: 501.5px;
  object-fit: contain;
}

/* s1 image slider css ends */
.form-inline.d-lg-flex {
  display: none;
}

.mobile-actions {
  display: flex;
  align-items: center;
}

.mobile-actions .btn {
  margin-right: 10px;
}

.navbar {
  /* background-color: #000; */
  background-color: #7d54e6;
  /* padding: 10px 20px 50px 20px; */
}

.navbar-brand {
  font-size: 1.5rem;
  color: white !important;
}

.typewriter-container {
  font-size: 100px;
  /* height: 200px; */
  line-height: 1.5;
  white-space: normal;
  display: inline-block;
}

#typewriter-text {
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 45px;
}

#typewriter-text::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: .7em;
  font-size: 0px;
  background-color: #fff;
  margin-left: 2px;
  animation: blink 0.8s step-end infinite;
}

.underline-animation-header-menu {
  position: relative;
  display: inline-block;
  color: #21db02;
  text-decoration: none;
  /* Remove default underline */
  transition: color 0.3s ease;
  /* Optional: Smooth color transition */
}

.underline-animation-header-menu::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  /* Thickness of the underline */
  /* left: 0; */
  left: 0%;
  /* Add a gap on the left */
  bottom: -2px;
  background-color: #21db02;
  /* Color of the underline */
  transition: width 0.3s ease;
  /* Smooth width expansion */
}

.underline-animation-header-menu:hover {
  color: #21db02;
  /* Keep text color white on hover */
}

.underline-animation-header-menu:hover::after {
  width: 100%;
  /* Reduce width to leave a gap on both sides */
  left: 0%;
  /* Keep the same gap on the left */
}

.hero-btn:link,
.hero-btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 100px;
  transition: all .2s;
  position: absolute;
}

.hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(33, 219, 2, 0.2);
}

.hero-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(33, 219, 2, 0.2);
}

.hero-btn-green {
  background-color: #21db02;
  color: #000;
}

.hero-btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .5s;
}

.hero-btn-green::after {
  background-color: #21db02;
}

.hero-btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.hero-btn-animated {
  animation: moveInBottom 1s ease-in;
  animation-fill-mode: forwards;
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}


@keyframes blink {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@media (max-width: 399px) {
  .rectangle-2 {
    width: 120px;
    margin-left: -8px;
  }

  .navbar-brand {
    font-size: 1.2rem;
    color: white !important;

  }
}

.navbar-toggler{
  display: none;
}

@media (max-width: 768px) {
  .navbar-toggler {
    /* padding: 0px !important;  */
    padding: 2px !important;
    margin-top: 4px !important;
  }

  .navbar {
    margin-bottom: 0;
    padding: 0px !important;
    /* padding: 0px 0px 0px 0px; */
  }

  .typewriter-container {
    height: 80px;
  }

  #typewriter-text::after {
    font-size: 0px;
  }

  .s1-heading {
    font-size: 18px;
    margin-bottom: 22px;
    margin-top: 0;
  }

  .s1-text {
    width: auto;
    font-size: 18px;
    margin-bottom: 0px;

    /* margin-bottom: 22px; */
    /* margin-top: 70px; */
  }

  .container-fluid {
    --bs-gutter-x: 1.5rem;
    padding-right: calc(var(--bs-gutter-x)* 0.8) !important;
    padding-left: calc(var(--bs-gutter-x)* 0.8) !important;
  }

}




/* section 1 ends */

/* section 2 */
.section-2 {
  padding: 50px 0px 90px;
  background-color: #feffff;
  color: #1a1a1a;
  overflow: hidden;
}

.heading-1,
.all-in-one-solution,
.catalog {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}

.heading-1 {
  height: 54px;
  margin: 25px 71px 21px 10px;
  font-size: 45px;
}

@media (max-width: 991px) {
  .heading-1 {
    height: inherit;
    margin: 25px 71px 60px 10px;
  }
}

.all-in-one-solution {
  height: 26px;
  margin: 0 10.7px 25px 10px;
  font-size: 22px;

}

.catalog {
  height: 58px;
  margin: 21px 142px 50px 10px;
  font-size: 24px;
}

.s2-slider-mask {
  position: relative;
  overflow: hidden;
  height: 450px;
  /* Set a fixed height for the container */

  /* width: 100%;
  height: 500px; */
  border-radius: 20px;
  background-image:
    linear-gradient(to bottom, #1a1a1a, #000a6b 99%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}

@media (max-width: 768px) {
  .s2-slider-mask {
    width: inherit;
    height: 300px;
  }

  .heading-1 {
    height: inherit;
    margin: 21px 9px 20px 0;
    font-size: 44px;
  }

  .all-in-one-solution {
    height: inherit;
    margin: 0 21px 21px 0;
  }

  .catalog {
    height: inherit;
    font-size: 20px;
    margin: 20px 0 60px;
  }
}




/* section 3  starts */
.section-3 {
  overflow: hidden;
  max-width: 100%;
  font-weight: bold !important;
  color: #1a1a1a;
  padding-top: 40px;
  padding-bottom: 40px;
}

.ai-text-1 {
  height: 26px;
  margin: 0 10.7px 25px 0px;
  font-size: 22px;
}

.ai-text-2 {
  margin: 20px 0px;
  font-size: 44px;

}

.ai-text-3 {
  margin: 20px 0 0 0;
  font-size: 24px;
  font-weight: 600 !important;
}

.ai-heading-text {
  height: 29px;
  margin: 80px 75px 20px 0;
  font-size: 24px;
  font-weight: bold;
}

.ai-heading-text-2 {
  /* width: 341px; */
  height: 29px;
  margin: 27px 92px 20px 0;
  font-size: 24px;
  font-weight: bold;
}

.ai-details {
  height: 72px;
  margin: 20px 10px 27px 0;
  font-size: 20px;
  font-weight: 500;
}

.ai-window {
  height: 450px;
  margin: 50px 51px 0 0;
  padding: 70px 69px 69px 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to bottom, #1a1a1a, #000a6b 99%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.overlay-image {
  width: 311px;
  height: 311px;
  object-fit: contain;
}

@media (max-width: 768px) {

  .ai-text-1 {
    height: 15px;
    font-size: 18px;
  }

  .ai-window {
    width: inherit;
    height: 375px;
    padding: 50px 20px 43px;
    padding: 67px 66px 66px 67px;
  }

  .overlay-image {
    width: 300px;
    height: 300px;
    object-fit: contain;
  }

  .ai-window,
  .ai-context {
    margin: 0 auto;
  }

  .ai-text-3 {
    height: 87px;
    margin: 20px 17px 50px 0px;
    font-weight: 600 !important;
  }

  .ai-heading-text {
    height: 76px;
    margin: 0 0 20px 0px;
    font-size: 32px;
    font-weight: bold;
  }

  .ai-heading-text-2 {
    width: inherit;
    height: inherit;
    margin: 0px 0px 20px 0px;
    font-size: 32px;
    font-weight: bold;
  }

  .ai-details {
    width: inherit;
    height: inherit;
    margin: 20px 0px 50px 0;
    font-size: 24px;
    font-weight: 500;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .overlay-image {
    width: 287px;
    height: 287px;
    object-fit: contain;
  }

  .ai-window {
    width: 100%;
  }
}

/* section 3  ends  */


/* section 4  starts */
.section-4 {
  overflow: hidden;
  max-width: 100%;
  font-weight: bold;
  color: #1a1a1a;
  padding-top: 40px;
  padding-bottom: 40px;
}

.feature-heading-top {
  margin: 20px 43px 20px 0;
  font-size: 40px;
}

.feature-heading {
  height: inherit;
  margin: 50px 0 20px;
  font-size: 40px;

}

.feature-detail {
  height: 52px;
  margin: 20px 26px 51px 0;
  font-size: 22px;
  font-weight: 600;
}

.spec-img {
  width: 86px;
  height: 86px;
  border-radius: 10px;
  padding: 10px 11px 11px 10px;
  border: solid 1px var(--warm-grey);
  background-color: #21db02;
}

.img-icon {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.spec-head {
  margin: 20px 0px 20px 0px;
  font-size: 22px;
}

.spec-desc {
  height: 42px;
  margin: 20px 43px 71px 0;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .feature-heading-top {
    margin: 25px 0 20px 0;
    font-size: 40px;
  }

  .feature-heading {
    height: inherit;
    margin: 44px 0 20px 0;
    font-size: 40px;
  }

  .feature-detail {
    height: inherit;
    font-weight: 500;
    margin: 0;
    font-size: 22px;
  }

  .img-icon {
    width: 65px;
    height: 65px;
  }

  .spec-head {
    margin: 20px 0px 20px 0px;
    font-size: 32px;
    font-weight: bold;
  }

  .spec-desc {
    height: inherit;
    margin: 20px 0 0;
    font-size: 24px;
    font-weight: 500;
  }

  .spec-img {
    width: 86px;
    height: 86px;
    margin: 50px 357px 20px 0;
    padding: 10px 12px 11px 9px;
    border-radius: 10px;
    background-color: #21db02;
    border: solid 1px var(--warm-grey);
  }
}

/* section 4  ends */

/* section 5 start */
/* testimonials section */
/* section 5 ends */


/* section 6 start */

.section-6 {
  overflow: hidden;
  background-color: #f4f5f6;
  padding-bottom: 130px;
  font-weight: bold;
}

.faqs {
  margin: 100px 0px 20px 0px;
  font-weight: bold;
  color: #1a1a1a;
  font-size: 22px;
}

.faqs-heading {
  margin: 20px 0px 50px 0px;
  font-weight: bold;
  color: #1a1a1a;
  font-size: 40px;
}

.accordion {
  --bs-accordion-bg: #f4f5f6;
}

.accordion-item {
  border: none;
  background-color: #f4f5f6;
  border-bottom: solid 4px #dcdcdc;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #f4f5f6;
  box-shadow: none;
  color: #1a1a1a;
}

.accordion-button::after {
  display: none;
}

.accordion-button {
  display: flex;
  justify-content: space-between;
  margin: 12px 83px 12px 0px;
  align-items: center;
  font-size: 30px;
  color: #1a1a1a;
}

.accordion-body {
  font-size: 22px;
  padding-top: 0;
  font-weight: normal;
}

.icon {
  font-size: 24px;
  margin-left: 10px;
}

.plus-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  color: white;
  padding: 10px;
  border-radius: 50%;
  font-size: 20px;
  width: 40px;
  height: 40px;
}

.accordion-button:not(.collapsed) .plus-icon {
  display: none;
  margin: 34px 83px 34px 0px;
}

.accordion-button:not(.collapsed) .minus-icon {
  display: inline;
}

.minus-icon {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: black;
  color: white;
  padding: 6px 14px;
  border-radius: 50%;
  font-size: 20px;
  width: 40px;
  height: 40px;
}

.contact-us-warp h2 {
  margin-bottom: 25px;
  font-size: 34px;
  color: #0a0a14;
}

.contact-us-warp label {
  line-height: 1.64;
  font-size: 14px;
  display: block;
  color: #0a0a14;
}

.contact-us-warp .send-btn {
  width: 118px;
  height: 48px;
  border-radius: 4px;
  background-color: #2350f5;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  border: 1px solid #2350f5;
  cursor: pointer;
  transition: all 0.3s;
}

section.contact-us-warp {
  padding: 54px 0;
  margin-top: 73px;
}

.contact-us-warp .form-group {
  margin-bottom: 25px
}

.contact-us-warp .send-btn:hover {
  background-color: #fff;
  color: #2350f5;
}

.contact-us-warp .form-control {
  height: 48px;
}

.contact-us-warp p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  color: #0a0a14;
  font-weight: 400;
}

.contact-us-warp .map-wp {
  height: 170px;
  margin-top: 20px
}

.message-sucess-content h4 {
  color: #0a0a14;
  font-size: 34px;
}

.message-sucess-content {
  padding-top: 8rem;
  display: none;
}

.displaynone {
  display: none
}

.error-ms {
  font-size: small;
  color: red
}

.sucess-msg {
  text-align: center;
  color: #11b53c;
}

.pp2 .modal-body .helpTrazoo .helpTrazooContent {
  width: 280px;
}

.fade.show {
  padding: 0 !important;
}

.pp2 .modal-body .helpTrazoo .head:after {
  display: none
}

:focus,
button:focus {
  outline: 0
}

.error-valid {
  font-size: 12px;
  color: red;
  padding-top: 5px;
}

@media (max-width: 768px) {

  .accordion-button {
    font-size: 28px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* margin: 7px 83px 7 0px;   */
    color: #1a1a1a;
  }

  .accordion-body {
    font-size: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .plus-icon {
    padding: 6px 14px;
  }

  .accordion-button:not(.collapsed) .plus-icon {
    margin: 7px 83px 7 0px;
  }
}

/* section 6 ends */

/* footer view */
.footer {
  /* height: 425px; */
  margin: 0;
  padding: 50px 50px !important;
  /* background-image: linear-gradient(to bottom, #7d54e6, #000a6b 99%); */
  background-color: #f0f0f0;
  /* padding-right: 50px !important;
  padding-left: 50px !important; */
}

.oval {
  width: 132px;
  height: 132px;
  margin: 17px 50px 67px 0;
  /* border-radius: 50%; */
}

.footer-heading {
  display: inline-block;
  margin: 0 13px 25px 0px;
  font-size: 18px;
  font-weight: 600;
  height: 29px;
  color: #000;
}

.footer-links,
.footer-links-2 {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 18px;
  /* font-weight: 600; */
  color: #6E6E6E;
  text-decoration: none;
}

.footer-links a {
  color: #6E6E6E;
  text-decoration: none;
}

.footer-links-2 a {
  color: #6E6E6E;
}

.copy-rights {
  height: 29px;
  margin: 25px 129px 0 13px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .footer {
    height: inherit;
    margin: 0;
  }

  .oval {
    margin: 0;
  }

  .footer-heading {
    display: inline-block;
    margin: 50px 73px 20px 0;
    height: inherit;
  }

  .footer-links {
    display: inline-block;
    margin: 0px 3px 20px 0;
    height: inherit;
    text-decoration: none;
  }

  .footer-links-2 {
    height: inherit;
    display: inline-block;
    margin: 0px 3px 0px 0;
    text-decoration: none;
  }

  .copy-rights {
    width: inherit;
    height: inherit;
    margin: 80px 0 10px 0;
    text-align: left;
  }

  .footer .col-lg-6 {
    width: 100% !important;
  }
}