.pallet-12 {
    background: linear-gradient(330deg, #ffa100, #ff00b7);
    color: white;
}

.pallet-21 {
    background: linear-gradient(330deg, #ffa100, #ff00b7);
    color: white;

}
nav {
    background: linear-gradient(124deg, #fd275a 23%, #fd275a 45%);
    color: white !important;
}
.navbar-light .navbar-nav .nav-link {
    color: white !important;
    margin-left: 15px;
    border-radius: 4px;
}
#content-area {
    padding: 10px;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
}
#content-area h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0px!important;
}

.styled-heading {
    user-select: none;
    position: relative;
    cursor: pointer;
    color: transparent;
    background-image: linear-gradient(91.1deg, #4707b4, #5e00ff, #ff00b7, #8c00ff);
    background-size: 200% 200%;
    background-clip: text;
    -webkit-background-clip: text;
    animation: move 5s linear infinite;
  }

  
  @-webkit-keyframes move {
    0% {
      background-position: 0% center;
    }
    100% {
      background-position: -200% center;
    }
  }
  @-moz-keyframes move {
    0% {
      background-position: 0% center;
    }
    100% {
      background-position: -200% center;
    }
  }
  @keyframes move {
    0% {
      background-position: 0% center;
    }
    100% {
      background-position: -200% center;
    }
  }
  
  img.catImg {
    background: linear-gradient(104deg, #FFFF, #E1E1E1);
    border-radius: 19px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    margin-bottom: 10px;
  }
  p.location-text {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.faq-sec .card-header .btn {
  width: 100%;
  text-align: left;
  position: relative;
  color: white;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
}
.card-header {
  background: linear-gradient(45deg, #fd275a, #fd275a);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.faq-sec .card-header .btn:after {
  content: '\f00d'; /* Font Awesome plus icon */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 10px;
  transition: transform 0.2s;
}
.faq-sec .card-header .btn.collapsed:after {
  transform: rotate(-45deg); /* Transform plus to minus icon */
}
footer {
  background: #00071c;
  color: white;
  padding: 20px 0;
}

.footer-bottom {
  padding-top: 10px;
  border-top: 1px solid white;
}
footer a {
  color: white !important;
    text-decoration: none !important;
}
footer h5 {
  border-left: 6px solid white;
  padding-left: 10px;

}
.banner img {
  width: 100%;
  height: auto;
}
.column-content {
  background-color: #ffffff42;
  border: 1px solid #dee2e6;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 18px;
}

.list-heading {
  font-size: 22px !important;
  margin-bottom: 1rem;
}
.list-item {
  padding: 0px;
  border-bottom: 1px solid #dee2e6;
  position: relative;

}
.list-item p {
  padding: 5px;
  margin: 0px;
  margin-left: 27px;
}
.list-item:last-child {
  border-bottom: none;
}
.list-item:before {
    content: "👉";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 5px;
}
img.bannerImg {
  border-radius: 21px;
  margin-bottom: 10px;
  border: 2px solid #ff00b7;
}
/* CSS */
.button-77 {
  align-items: center;
  appearance: none;
  background-clip: padding-box;
  background-color: initial;
  background-image: none;
  border-style: none;
  box-sizing: border-box;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  flex-shrink: 0;
  font-size: 17px;
  font-weight: 500;
  justify-content: center;
  line-height: 24px;
  margin: 0;
  min-height: 64px;
  outline: none;
  overflow: visible;
  padding: 19px 26px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: auto;
  word-break: keep-all;
  z-index: 0;
  width: 100%;
  color: white;
  margin-top: 11px;
  text-decoration: none; }


a {
    color: #313131 !important;
    text-decoration: none !important;
}

@media (min-width: 768px) {
  .button-77 {
    padding: 19px 32px;
  }
}

.button-77:before,
.button-77:after {
  border-radius: 80px;
}

.button-77:before {
  background-color: rgba(249, 58, 19, .32);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.button-77:after {
  background-color: initial;
  background-image: linear-gradient(92.83deg, #fd275a 0, #fd275a 100%);
  bottom: 4px;
  content: "";
  display: block;
  left: 4px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 100ms ease-out;
  z-index: -1;
}

.button-77:hover:not(:disabled):after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-timing-function: ease-in;
}

.button-77:active:not(:disabled) {
  color: #ccc;
}

.button-77:active:not(:disabled):after {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}

.button-77:disabled {
  cursor: default;
  opacity: .24;
}
.profile-card {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  background: linear-gradient(45deg, #fd275a, #fd275a);

}
.profile-card img {
    max-width: 100%;
    height: 168px;
    width: 150px;
    object-fit: cover;
    background: linear-gradient(330deg, #ffa100, #ff00b7);
    padding: 3px;
    border-radius: 10px;
}
.profile-info {
  padding: 10px;
  color: white;
}
.profile-info h5 {
  margin-top: 0;
  font-weight: 700;
}
.profile-info p {
  margin-bottom: 10px;
}
.profile-info .btn {
  margin-right: 10px;
  border: 2px solid white !important;
  background: linear-gradient(330deg, #ffffff, #ffffff);
  font-weight: 500; 
}
.profile-info .btn:last-child {
  margin-right: 0;
}
  .chipta h1 {
          font-weight: bolder;
    font-size: 34px;
    text-align: left;
  }
  

@media only screen and (max-width: 900px) {
  .profile-title {
    font-size: 17px;
  }

.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
    background: white;
}
.navbar-light .navbar-nav .nav-link {
    background: linear-gradient(124deg, #5e00ff 26%, #5e00ff00 88%);
    padding-left: 10px;
    margin-bottom: 3px;
}

  #content-area h2 {
    text-align: center !important;
    font-size: 22px;
  }
  #content-area h3 {
    font-size: 14px;
    text-align: center;
  }
  body {
    font-size: 15px !important;
  }
  #content-area {
    padding: 5px;
  }
  .profile-cat {
    font-size: 13px;
  }
  .profile-mis {
    font-size: 14px
  }
  .hide {
    display: none !important;
  }
  .profile-info .btn {
    border: 1px solid white !important;
    border-radius: 31px;
    width: 40px;
    height: 40px
  }
}
.lintusection h2 {
  text-align: left !important;
    /* font-size: 22px; */
}
.lintusection .chipta {
  padding-top: 67px;
}
a.nav-link {
  font-size: 18px;
  font-weight: 400;
  color: black !important;
}
.video-area {
    display: flex;
    justify-content: center;
}
.video-area video {
        background: linear-gradient(45deg, #fd275a, #fd275a);
    padding: 10px;
    border-radius: 11px;
    overflow: hidden;

}