body {
  font-family: "Poppins", sans-serif;
  background-color: #111222;
}

p {
  line-height: 1.6 !important;
  opacity: 0.9;
}

.text-5xl {
  line-height: 1.2;
}

@media (min-width: 768px) {
  .md\:text-5xl {
    line-height: 1.2;
  }
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.heading {
  background-color: #191930;
  border-bottom: 1px solid #596694;
}

.top-section {
  background-color: #191930;
  min-height: calc(100vh - 118px);
}
.top-section .top-section-welcome {
  min-height: 600px;
  position: relative;
  background-position: center;
  background-size: contain;
  background-image: url("/img/logo-bckg.svg");
  background-repeat: no-repeat;
}
.top-section .top-section-welcome .top-section-welcome-text {
  background: linear-gradient(0deg, rgb(25, 25, 48) 0%, rgba(25, 25, 48, 0.7987570028) 100%);
}

.digital-marketing {
  background-color: #383a75;
}
.digital-marketing ul li::after {
  content: url("/img/star.svg");
  position: absolute;
  right: 0;
  top: 3px;
}

.about-us {
  background-color: #1b1c35;
}
.about-us .about-us-bckg-img {
  position: relative;
  background-position: top;
  background-size: cover;
  background-color: #383a75;
  border-radius: 30px;
  background-image: url("/img/about-us-bckg.png");
}

span.badge {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 12px;
  letter-spacing: 0.4px;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  padding: 7px 18px 7px 18px;
  border: 2px solid #20ae41;
  border-radius: 16px;
}

.our-mission {
  background-color: #111222;
}
.our-mission .our-mission-bckg-img {
  position: relative;
  background-position: center;
  background-size: cover;
  background-color: #383a75;
  border-radius: 30px;
  background-image: url("/img/our-mission-bckg-img.svg");
  min-height: 500px;
}
.our-mission .our-mission-bckg-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.our-services {
  background-color: #1b1c35;
}
.our-services .our-mission-bckg-img {
  position: relative;
  background-position: center;
  background-size: cover;
  background-color: #383a75;
  border-radius: 30px;
  background-image: url("/img/our-mission-bckg-img.svg");
}

.advanced-marketing {
  background-color: #1b1c35;
}
.advanced-marketing .advanced-marketing-box {
  border: 1px solid #373c75;
  border-radius: 16px;
  padding: 25px 20px;
  height: 432px;
}

.best-choice {
  background-color: #111222;
}

.testimony {
  background-color: #1b1c35;
}
.testimony .testimony-box {
  background-color: #373c75;
  border-radius: 16px;
}
.testimony #full-stars {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* hide 'none' input from screenreaders */
  /* set icon padding and size */
  /* set default star color */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
}
.testimony #full-stars .rating-group {
  display: inline-flex;
}
.testimony #full-stars .rating__icon {
  pointer-events: none;
}
.testimony #full-stars .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
.testimony #full-stars .rating__input--none {
  display: none;
}
.testimony #full-stars .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 1.5rem;
}
.testimony #full-stars .rating__icon--star {
  color: orange;
}
.testimony #full-stars .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
.testimony #full-stars .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
.testimony #full-stars .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}

.our-multimedia {
  background-color: #111222;
}
.our-multimedia .custom-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background: white;
  color: black;
  font-weight: bold;
  border-radius: 50px;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 -4px 6px cyan, 0 4px 6px red, 4px 0 6px red, -4px 0 6px cyan;
  text-decoration: none;
  font-family: Arial, sans-serif;
  transition: box-shadow 0.3s ease;
}
.our-multimedia .custom-button:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2), 0 -8px 12px cyan, 0 8px 12px red, 8px 0 12px red, -8px 0 12px cyan;
}

.bottom-section {
  background-color: #1b1c35;
}
.bottom-section input {
  background-color: #1b1c35;
  color: #ffffff;
}
.bottom-section textarea {
  background-color: #1b1c35;
  color: #ffffff;
}
.bottom-section .placeholder-custom::-moz-placeholder {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bottom-section .placeholder-custom::placeholder {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bottom-section .placeholder-custom:focus::-moz-placeholder {
  background-color: #1b1c35; /* Placeholder color when input is focused */
}
.bottom-section .placeholder-custom:focus::placeholder {
  background-color: #1b1c35; /* Placeholder color when input is focused */
}
.bottom-section .bg-transparent-on-focus:focus {
  background-color: transparent;
  color: #ffffff; /* Make background transparent when input or textarea is focused */
}

.custom-green {
  background-color: #20ae41;
  color: #ffffff;
}

.btn:hover {
  background-color: #20ae41;
  color: #ffffff;
}

@media only screen and (max-width: 576px) {
  .our-mission .our-mission-bckg-img {
    min-height: 350px;
  }
  .our-mission .our-mission-bckg-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .our-mission .our-mission-badge {
    text-align: center !important;
  }
  .our-mission .our-mission-text {
    text-align: center !important;
  }
}
