main {
  margin-bottom: 20px;
}
.start-left p{
  text-align: left;
}
.start-left li{
  padding: 5px;
}

.font-head{
  font-family: 'Times New Roman';
}
.nav-link.active {
  color: #660076 !important;
  border-radius: 20px;
  /* padding: 6px 16px; */
  /* font-weight: bold; */
}

.nav-container {
  background-color: #d9b3df  ;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link {
  color: #2e2e2e;
  font-weight: 500!important;
}

.grad-text {
  background: -webkit-linear-gradient(90deg, #b034c3, #d1258f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-demo,
.btn {
  background: linear-gradient(90deg, #8D378D 0%, #D91286 100%);
  color: white !important;
  border-radius: 10px;
  font-weight: 500 !important;
}
.yellowbtn {
  background-color: #FFC558;
  color: black !important;
  border-radius: 6px;
  font-weight: bold;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
}

.tranbackbtn {
  position: relative;
  display: inline-block;
  padding: 9px 13px;
  font-weight: bold;
  color: #8D378D;
  font-weight: 400;
  border: none;
  border-radius: 6px;
  background: none;
  cursor: pointer;
  z-index: 1;
  font-weight: bold;
}

.tranbackbtn::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border-radius: 6px;
  padding: 2px; /* Border thickness */
  background: linear-gradient(90deg, #8B388D, #D91286);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.dark-grade {
  background: linear-gradient(90deg, #b034c3, #d1258f);
}

.graout {
  background-color: #7b7b7b;
}
.color-p{
  color: #7d2893;
}
.feature-icon {
  font-size: 2rem;
  color: #7d2893;
  margin-bottom: 10px;
}

.feature-icon img {
  width: 40px; /* better control than % */
}
.coursor{
 cursor: pointer;;
}
.feature-text {
  width: 48%; /* show two items in one row */
  text-align: start;
  padding: 0 1rem;
}

.box-text {
  width: 200px; /* show two items in one row */
  text-align: start;
  padding: 0 1rem;
}
.feature-text p{
  text-align: start;
}

/* On larger screens, let it shrink naturally */
@media (min-width: 768px) {
  .feature-text {
    width: auto;
    max-width: 250px;
  }
}


.logo {
  width: 75%;
}

.logo-text {
  font-weight: bold;
  font-size: 1.25rem;
  color: #7d2893;
}

.color-container {
  background-color: #f9e9fb;
  color: black;
  border-radius: 12px;
}
.margin-6 {
  margin: 6rem!important;
}
.color-subcontainer-custome {
  background-color: #f9e9fb !important; /* Mobile background */
}


.margin-bottom-35{
  margin-bottom: 35px !important;
}
.color-subcontainer {
  background-color: #ebadf4;
  color: black;
  border-radius: 12px;
}

/* .color-subcontainer img {
  max-width: 140px;

} */

/* .image-ring{
    background-color: rgb(232, 232, 232);
    width: 130px;
    height: 130px;
    border-radius: 50% !important;

  } */
  .equal-card {
    height: 100%;
    min-height: 220px; /* Adjust based on content size */
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    background-color: #fff;
    float: left !important; 
    text-align: start;

  }
  .card-icon {
    /* display: block;*/
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
  
 .big-card img{
  /* background-color: #ffffff;
  border-radius: 50%;
  padding: 5px;
  width: 180px;
  height: 180px;
  object-fit: contain; */
 }

 .backgra-img {
  background-color: transparent !important;
  background: transparent !important;
  box-shadow: none;
  border: none !important;

}
/* .big-card{
  background-image: url('/assets/images/bg3.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;  

} */
.big-card {
  background-image: url('/static/assets/images/bg3.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 0.5rem;

}

.text-content {
  padding: 1rem 0;  /* Vertical padding */
  max-width: 500px;  /* Limit max width of text block */
  text-align: left;  /* Ensure left alignment */
}

.text-content p {
  text-align: left; /* Ensure <p> tag is also left-aligned */
}
.video-wrapper{
  width: 65% !important;
}
/* Mobile view adjustments */
@media (max-width: 767px) {
  .text-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .video-wrapper{
  width: 90% !important;
}
}
.border-white {
  border: 2px solid #fff;
}
.big-card {
  color: white;
  .card-title ,.card-text, ul{
  color: white;
  }
}
.small-img img{
  width: 20px;
  height: 20px;
  padding: 4px;
}
.border-radius{
  border-radius: 10px;
}
.margin-tp{
  margin-top: 60px;
  margin-bottom: 60px;
}
.padding-video{
  padding-top: 20px;
  padding-bottom: 20px;
}
.marg-tb-button{
  margin-top: 25px;
  margin-bottom: 40px;
}
.row-limit-4 {
  display: flex;
  flex-wrap: wrap;
}
.row-limit-4 .col {
  flex: 0 0 25%;
  max-width: 25%;
}
.platform-img img{
  /* width: 180px; */
}
.card-workflow img{
  border-radius: 0%!important;
  height: auto!important;
  width: auto!important;
}


/* footer */
.footer {
  background: #520054;
  padding: 40px 0 20px;
}

.footer-brand {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #0d6efd;
}

.social-links {
  margin-top: 20px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #7d2893;
  /* background-color: rgba(253, 245, 248, 1); */
  border-radius: 50%;
  margin-right: 15px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-link {
  color: #ffffff;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.social-links a:hover {
  background-color: #5c0074;
  color: #ffffff;
}


.social-link:hover {
  color: #0d6efd;
}

.copyright {
  color: #ffffff;
  font-size: 0.85rem;
}

.border-top {
  border-top: 1px solid #eee;
}

/* video */
.video-wrapper {
  position: relative;
  display: inline-block;
}

.video-toggle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #f8f9fa;
  background: #ab8309;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s ease, background 0.3s ease;
}

.video-toggle-btn i {
  font-size: 32px; /* Resize the icon */
}

/* Hides the button when video is playing */
.video-wrapper.playing .video-toggle-btn {
  opacity: 0;
  pointer-events: none;
}

/* Show the button when hovered */
.video-wrapper.playing:hover .video-toggle-btn {
  opacity: 1;
  pointer-events: auto;
}

/* Hover effect on button */
.video-toggle-btn:hover {
  background: #bc117bb8;
  color: #eba7d1;
}
.custome-but-a{
  color: black !important;
  text-decoration: none!important;
}
.custome-but-a-yellow{
  color: #FFB01B !important;
  text-decoration: none!important;
}
.home-page-img-padding{
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 1rem;
}
.card-body p{
  text-align: left;
}
.home-button-start-free{
  padding: 7px 13px !important;
}