/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #000;
  text-shadow: none;
}
.video-container {
  width: 510px;
  height: 410px;
  position: relative;
  overflow: hidden;
}
a  {
  text-decoration: none;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 840px) {
  .video-container {
    width: 80%;
    height: 80%;
    margin: 0 auto;
  }
}
/*
 * Base structure
 */
html{
  height: 100%;
  background-color: #000;
  font-family:Inter;
  flex-direction: column;
}

body {
  overflow-x: hidden;
  background-color: #000;
  font-family:Inter;
  flex-direction: column;
}

 a:hover {
  color: #000000;
}

header {
  text-align: left;
  font-size: 800;
  background-color: transparent;
  backdrop-filter: blur(5px);
  animation: slideDown 1s ease-in;
}

.navbar-toggler-icon {
  background-color:rgba(10, 10, 10, 0.153);
  padding: 9px;
  border: none;
}

.start-btn {
  border-radius: 25px;
  color: black;
  background-color:white;
  font-weight:bold;
  text-decoration:none;
}

.btn-close {
  display: none;
}

/*
 * Header
 */
.nav-masthead .nav-link {
  padding: 0.25rem 0;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 450;
  background-color: transparent;
  border-bottom: 0.25rem solid transparent;
}

.nav-masthead .nav-link:hover {
  color: rgb(255, 255, 255);
}

.nav-item {
  margin-left: 30px;
}

.navbar-nav .nav-link.active {
  color: #E6B31E !important;
}


main {
  margin-top: 10%;
  margin-left: auto;
  animation: slideUp 1.4s ease-in;
  margin-right: auto;
}

/* .head {
  padding-left: 4%;
} */

.lead {
  opacity: 55%;
  font-weight: 0;
  font-size: 19px;
  margin-bottom: 8%;
}

footer {
  margin-bottom: 5px;
}

.font-gradient {
  background:linear-gradient(to right bottom,#ffffffe0 30%,hsla(0,0%,100%,.5));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  color:unset;
  font-size: 45px;
  margin-bottom: 7%;
}

.start_today {
  text-align: center;
  color: #E6B31E;
}
.btn-dark {
  color: #fff;
  background-color: #000000;
  border-color: #212529;
}

.form-control:focus {
 box-shadow: none;
}
.image-container {
  text-align: center;
}

.image-container img {
  width: 85%;
  padding-top: 10%;
}

.getstarted {
  border-radius: 25px;
  color: black;
  background-color: white;
  font-weight:bold;
  /*margin-right: 3%; */
  text-decoration: none;
  text-align: center;
  padding: 15px 25px;
}

@media (min-width: 850px) {
  .getstarted:hover {
    background-color: #E6B31E;
    transform: scale(1.1);
    transition: transform 1s;
  }
}

/* about section 2 */


.what-we-believe {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 60px;
}

/*
.what-we-believe h1 {
  font-size: 32px;
  margin-bottom: 10px;
}
*/

/* .what-we-believe p {
  font-size: 18px;
  line-height: 1;
  color: #868585;
} */

.name {
  font-size: 15px;
  color: #fff;
  margin-left: 10px;
}
.email {
  color: #696868;
  font-size: 13px;
  margin-left: 20px;
}

.blog-profile1 {
  background-color: #000;
  color: #fff;
  border:  solid #5b5a5a;
  border-radius: 20px;
  padding: 20px;
  max-width: 700px;
  margin: 30px auto 20px;
  position: relative;
  transform: rotate(0deg);
  z-index: 1;
}


.blog-profile2 {
  background-color: #000;
  color: #fff;
  border:  solid #5b5a5a;
  border-radius: 20px;
  padding: 20px;
  max-width: 700px;
  position: relative;
  margin-left: 150px;
  float: left;
  clear: left;
  transform: rotate(2deg);
  z-index: 1;
}

.blog-profile3 {
  background-color: #000;
  color: #fff;
  border:  solid #5b5a5a;
  border-radius: 20px;
  padding: 20px;
  max-width: 700px;
  position: relative;
  margin-top: -20px;
  float: right;
  clear: right;
  margin-left: 400px;
  transform: rotate(-2deg);
  z-index: 1;
}
.blog-profile4 {
  background-color: #000;
  color: #fff;
  border:  solid #5b5a5a;
  border-radius: 20px;
  padding: 20px;
  max-width: 700px;
  margin-top: 600px;
  margin-left: 200px;
  position: relative;
  transform: rotate(0deg);
  z-index: 1;
}
@media (min-width: 769px) {
.blog-profile1:hover {
  box-shadow: 0 0 10px #E6B31E;
}
}
.blog-profile1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 2;
  animation: fade-out 4s linear infinite;
}
@media (min-width: 769px) {
.blog-profile2:hover {
  box-shadow: 0 0 10px #E6B31E;
}
}

.blog-profile2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 2;
  animation: fade-out 4s linear infinite;
}
@media (min-width: 769px) {
.blog-profile3:hover {
  box-shadow: 0 0 10px #E6B31E;
}
}
.blog-profile3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 2;
  animation: fade-out 4s linear infinite;
}
@media (min-width: 769px) {
.blog-profile4:hover {
  box-shadow: 0 0 10px #E6B31E;
}
}
.blog-profile4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 2;
  animation: fade-out 4s linear infinite;
}
@keyframes fade-out {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}
h2 {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 20px;
}
.content {
  color: #dfdddd;
  margin: 5px 0;
  margin-left: 20px;
  font-size: 22px;
  line-height: 1.6;
  margin-top: 20px;
  opacity: 70%;
}

.quote{
  color: #E6B31E;
  margin-right: 10px;
  margin-left: 10px;
}

.blog-profile .label {
  font-weight: bold;
}
.date-and-dots {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.date-container {
  margin-left: auto;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.calendar-icon {
  width: 20px;
  height: 12px;
  margin-right: 5px;
  margin-bottom: 15px;
}

.dots-container {
  display: flex;
}

.dot {
  width: 8px;
  height: 8px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 2px;
}

.horizontal-line {
  border-top: solid #393939;
  margin-bottom: 10px;
  width: 100%;

}

.info-box {
  background-color: #000;
  color: #fff;
  border-radius: 20px;
  padding: 1px;
  border:  solid #828181;
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-left: 20px;
  width: 130px;
  height: 32px;
}


.info-box .name,
.info-box .email {
    display: inline;
}

.profile-photo {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 9px;

}

@media (max-width: 970px) {
  .blog-profile1, .blog-profile2, .blog-profile3, .blog-profile4 {
      max-width: 100%;
      margin: 20px 10px;
      float: none;
      clear: none;
      transform: none;
      box-shadow: 0 0 2px #E6B31E;
  }
  .blog-profile {
      margin-bottom: 30px;
  }
}

/* Technology we use section */

.techno {
  padding-left: 5%;
}

.heading {
  background:linear-gradient(to right bottom,#ffffffe0 30%,hsla(0,0%,100%,.5));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  color:unset;
  font-size: 2.3em;
  margin-bottom: 4%;
  margin-top: 4%;
  font-weight: 600;
}

.para {
  opacity: 60%;
  font-size: 1.125em;
  padding: 0 3% 0 3%;
  margin-bottom: 8%;
}

.services-icon {
  margin-top: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  height: 40px;
}

.border-box:hover .services-icon {
  animation: flipAnimation 1.5s;
  animation-fill-mode: forwards;
}

.border-box-large:hover .services-icon {
  animation: flipAnimation 1.5s;
  animation-fill-mode: forwards;
}

@keyframes flipAnimation {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.services-p {
  text-align: center;
  color: white;
  opacity: 50%;
}

@media (max-width: 768px) {
  .services-p {
    font-size: 20px;
  }
}

.border-box {
  display: grid;
  position: relative;
  border: 0.5px solid #57545411;
  border-radius: 1.128rem;
  height: 11cm;
  background: linear-gradient(to bottom, #f4f4f409, #1a1c20);
  border-bottom: 2px solid #1a1c20;
  overflow: hidden;
  transition: border 0.3s ease-in-out, transform 0.3s ease-in-out;
  padding: 1.9%;
}

.border-box:hover {
  border-color: #E6B31E;
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(232, 229, 229, 0.427);
}

.border-box::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 35px;
  top: 0;
  right: 35px;
  transition: 1.9s;
  background: linear-gradient(50deg, #00ff59, #02b3ff);
  transform: rotate(-45deg) translate(0, -100px);
}

.border-box-large {
  display: grid;
  position: relative;
  border: 0.5px solid #57545411;
  border-radius: 1.128rem;
  height: 11cm;
  background: linear-gradient(to bottom, #f4f4f409, #1a1c20);
  border-bottom: 2px solid #1a1c20;
  overflow: hidden;
  transition: border 0.3s ease-in-out, transform 0.3s ease-in-out;
  padding: 1.9%;
}

.border-box-large:hover {
  border-color: #E6B31E;
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(232, 229, 229, 0.427);
}

.border-box-large::before {
  content: "";
  position: absolute;
  width: 550px;
  height: 67px;
  top: 0;
  right: 67px;
  transition: 1.9s;
  background: linear-gradient(50deg, #00ff59, #02b3ff);
  transform: rotate(-45deg) translate(0, -100px);
}

.card {
  display:grid;
  background: #000;
  z-index: 1;
  color: #a8a7a7;
  cursor: pointer;
  padding: 2%;
  border-radius: 1rem;
}



.border-box:hover::before {
  animation: effect 1.9s;
}

.border-box-large:hover::before {
  animation: effect 1.9s;
}

@media (max-width: 820px) {

  .border-box {
    border: 0.5px solid #E6B31E;
  }

  .border-box::before {
    content: none;
    position: static;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    transition: none;
    background: none;
    transform: none;
  }

  .border-box-large {
    border: 0.5px solid #E6B31E;
  }

  .border-box-large::before {
    content: none;
    position: static;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    transition: none;
    background: none;
    transform: none;
  }
}

@media (max-width: 820px) {
  .border-box:hover {
    border-color: #E6B31E;
    transform: none;
    box-shadow: none;
  }

  .border-box-large:hover {
    border-color: #E6B31E;
    transform: none;
    box-shadow: none;
  }
}

@keyframes effect {
  100% {
    transform: rotate(-45deg) translate(0, 450px);
  }
}

/* Our clients */

.client-logo {
  display: flex;
  overflow: hidden;
  background: #000;
  justify-content: center;
  padding: 40px;
  height: 160px;
}


.smartclient-logo {
  display: flex;
  overflow: hidden;
  background: #000;
  justify-content: center;
  padding: 60px 40px 20px 40px;
  height: 125px;
}


.arthaleclient-logo {
  display: flex;
  overflow: hidden;
  background: #000;
  justify-content: center;
  padding: 35px 40px 50px 40px;
  height: 165px;
}


.client-para {
  opacity: 50%;
  font-size: 1.125em;
}


/* Custom CSS for h2 */
h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.ulist {
  list-style: none;
  column-count: 2;
  padding: 10px;
  margin: 0;
}


.list {
  display: flex;
  font-size: 1rem;
  opacity: 50%;
  margin-bottom: 13px;
}

.border-gray {
  opacity: 10%;
  border-color: hsl(244 4.9% 21.5%/var(opacity))
}

.lang {
  margin: 8% 0 8% 0;
  background:linear-gradient(to right bottom,#ffffffe0 30%,hsla(0,0%,100%,.5));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  color:unset;
}


/*
Close button styling

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

/*about us*/

.about-us-container {
  color: white;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  font-family:Inter;
  line-height: 1.8;
}

.about-us-content {
    font-size: 19px;
    opacity: 65%;
}

.about-us-heading {
    color: #ecebe8;
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
}

.dark-text {
    color: white;

}

@media (max-width: 600px) {
  .about-us-container {
      text-align: center;
      margin-left: 10px;
      padding: 10px;
      max-width: 100%;
  }
}

/* Get in touch */

@keyframes slideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



label {
  color: rgb(168, 166, 166);
}

.container1 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact-form h1 {
  font-size: 50px;
  font-weight: lighter;
  margin-bottom: 30px;
}


.contact-form {
 text-align: left;
}

.contact-form,
.get-help {
  width: 100%;
  padding: 20px;
  background-color: #000;
  border-radius: 10px;
  margin-bottom: 20px;
}

.contact-form h2,
.get-help h2 {
  text-align: center;
}

.contact-form input[type="email"],
.contact-form textarea,
.get-help ul {
  width: 85%;
}

.contact-form input[type="email"],
.contact-form textarea {
  padding: 10px;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  margin-top: 10px;
  background-color: rgba(54, 54, 54, 0.7);
  border: 2px solid transparent;
  border-radius: 8px;
  color: rgb(254, 250, 250);
  outline: none;
}

.contact-form textarea {
  resize: vertical;
  height: 100px;
}

.contact-form input[type="submit"] {
  width: 100px;
  padding: 10px;
  background-color: #ffffff;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  color: rgb(7, 7, 7);
  cursor: pointer;
}

.contact-form input[type="submit"]:hover {
  background-color: #E6B31E;
  color: black;
  transform: scale(1.1);
}

.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  box-shadow: 0 0 8px #E6B31E;
}
.popup-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 9999;
}

.popup-message {
  background-color: white;
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: fadeInOut 2s ease-in-out;
}

@media (max-width: 768px) {
  .popup-container {
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 40px;
    left: 40px;
    display: none;
    z-index: 9999;
  }

  .popup-message {
    background-color: white;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    animation: fadeInOut 2s ease-in-out;
  }
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
    transform: translateY(20px);
  }
  10%, 90% {
    opacity: 1;
    transform: translateY(0);
  }
}
.get-help {
  width: 100%;
  padding: 20px;
  background-color: #000;
  border-radius: 10px;
  color: white;
  margin-top: 90px;
  text-align: left;
  margin-left: 50px;
}

.get-help ul {
  margin-top: 2px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.get-help li {
  margin-bottom: 10px;
  margin-left: 110px;
}

.get-help li a {
  color: white;
  text-decoration: none;
  opacity: 70%;
}

.get-help h6 {
  margin-left: 110px;
}

@media (min-width: 768px) {
  .container {
    flex-wrap: nowrap;
    align-items: center;
  }

  .contact-form {
    width: 50%;
    margin-right: 20px;
  }

  .get-help {
    width: 40%;
    margin-left: 20px;
    animation: slideUp 1s ease-in;
  }
}

@media (max-width: 768px) {
  .contact-form,
  .get-help {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .get-help {
    margin-top: 20px;
  }
  .get-help h6 {
    margin-left: 0px;
  }

  .get-help li {
    margin-left: 0px;
  }

}

@media (max-width: 768px) {
  .contact-form input[type="email"],
  .contact-form textarea {
    width: 100%;
  }

  .hero-responsive {
    margin-top: 5rem;
  }
  .hero-responsive .head {
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .techno {
    padding-left: 0%;
  }
  .differ-customer-service .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}




/* Footer */
.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 0;
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  font-family: Inter;
}

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

.footer .address {
  margin-top: 20px;
}

.footer .social-icons {
  display: flex;
  justify-content: center;
}

.footer .social-icon {
  color: #fff;
  font-size: 20px;
  margin: 0 10px;
}
.footer .social-icon:hover {
  color: #E6B31E;
}

.footer .rights {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer {
    padding: 30px;
    text-align: center;
  }

  .footer .social-icon {
    font-size: 18px;
  }

  .footer .rights {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media (min-width:1000px){
  .collapse ul {
    margin-left: 18%;
  }
}

/* Custom CSS for small screens */
@media (max-width: 992px) {
  .navbar-collapse {
    background-color: black;
    height: 12cm;
    margin-top: 13%;
  }

  .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.078);
  }

  .navbar-nav {
    text-align: left;
    padding-left: 1px;
    margin-right: 0;
  }

  .navbar-nav .nav-link {
    margin: 0;
  }

  .navbar-nav .nav-item {
    padding: 0.21cm;
  }

  .navbar-nav .nav-link:hover {
    background-color: transparent;
    color: white;
  }

  .navbar-collapse.show {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    padding: 0cm;
    background-color: #1a1c20;
  }

  .d-flex.justify-content-center.align-items {
    text-align: left;
  }

  nav {
    padding: 5px;
  }

  .started {
    margin-top: 2%;
    border-style: solid;
    background-color: white;
    /*margin: 2%; */
    border-radius: 5px;
  }
}

::selection {
  color: #E6B31E;
}

.glassline {
  margin-top: 36px;
  margin-bottom: 30px;  
}

.glass-line {
  position:relative;
  left: 50%;
  top: 100%;
  width: 500px;
  max-width: 900px;
  height: 1.3px;
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(255, 255, 255, 0.0) 0%,
      rgba(143, 143, 143, 0.67) 50%,
      rgba(0, 0, 0, 0) 100%
    ),
    radial-gradient(rgba(200, 200, 200, 0.1) 0%, transparent 80%);
  transform: translateX(-50%) translateY(-50%);
}

/*
.glassline::after {
  content: "";
  position: fixed;
  left: 50%;
  top: 100%;
  width: 180%;
  height: 100px;
  max-width: 200px;
  background-color: #1a1c20;
  background: conic-gradient(from 270deg at 50% 50%, #00000000 50%, #1a1c20 50%),
    radial-gradient(rgba(200, 200, 200, 0.1) 0%, transparent 80%);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-5%);
}

*/

.btn-outline-light:hover {
  border-color: #E6B31E;
  color: white;
  background-color: black;
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); /* 3D effect */
  transition: transform 1s;
}

.btn-outline-light:hover i { /* Assuming the icon is an <i> element inside the button */
  animation: moveIcon 0.5s infinite;
}

@keyframes moveIcon {
  0% { transform: translateX(0); }
  50% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}

.heading_2 {
  background:linear-gradient(to right bottom,#ffffffe0 30%,hsla(0,0%,100%,.5));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  color:unset;
  margin-bottom: 4%;
}

.border-box-no-anim {
  display: grid;
  position: relative;
  border: 0.5px solid #57545411;
  border-radius: 1.128rem;
  height: 11cm;
  background: linear-gradient(to bottom, #f4f4f409, #1a1c20);
  border-bottom: 2px solid #1a1c20;
  overflow: hidden;
  transition: border 0.3s ease-in-out, transform 0.3s ease-in-out;
  padding: 1.9%;
}

.li-opacity{
  opacity: 65%;
}

.footer-links{
  color: white;
  text-decoration: none;
  opacity: 65%;
}

.footer-links:hover{
  color: #E6B31E;
  text-decoration: none;
  opacity: 100%;
}


.differ-customer-service {
  padding: 50px 0;
  background: url(/wp-content/uploads/2024/04/automation-solution-bg.webp);
  background-position: center right;
  background-size: cover;
  background-attachment: fixed;
}

.differ-customer-service p.textdifferent {
  margin-bottom: 40px;
  text-align: center;
}

.differ-customer-service h3 {
  color: #19110d;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.differ-customer-service .Solutions-boxs {
  border-radius: 48px 8px;
  border: 1px solid var(--neutral-n-700, #e2e2e2);
  background: var(--extremes-white, #fff);
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  height: 100%;
  padding: 20px 24px 35px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  transition: all 0.5s ease-out;
  position: relative;
}

.Solutions-boxs .sol-img {
  display: inline-block;
  padding: 10px;
  border-radius: 12px;
}

.sol-img img {
  height: 35px;
}

.differ-customer-service .Solutions-boxs h4 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-clip: text;
  -webkit-background-clip: text;
}

.differ-customer-service .Solutions-boxs:hover {
  background: #000000;
  border-radius: 8px 48px;
  border-color: #E6B31E;
  box-shadow: 0 0 10px rgba(232, 229, 229, 0.427);
}

.differ-customer-service .Solutions-boxs:hover .sol-img {
  background: #fff;
}

.differ-customer-service .Solutions-boxs a {
  color: #f05523;
  position: absolute;
  bottom: 15px;
}

.differ-customer-service .Solutions-boxs a:hover {
  color: #fff;
}

.differ-customer-service .Solutions-boxs:hover h4,
.differ-customer-service .Solutions-boxs:hover p,
.differ-customer-service .Solutions-boxs:hover a {
  color: #fff;
}

.differ-customer-service p {
  color: black;
}

.custom-alert {
  background: linear-gradient(to right, black 70%, gold 100%);
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.7);
  color: white;
}