/* responsive testimonial */
.testimonial-container {
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
  background: white;
  color: white;
}

@media screen and (max-width:1462px) {
  .testimonial-container {
    display: flex;
  }
}

.testimonial-content {
  padding: 70px;
  padding-top: 40px;
  width: 800px;
}

.testimonial-quote {
  position: relative;
  padding: 30px;
}

.testimonial-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 38px;
  background-color: #F50057;
  border-top: 3px solid #F50057;
  box-sizing: border-box;
}

.testimonial-quote::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 8px;
  background-color: #F50057;
  border-right: 3px solid #F50057;
  box-sizing: border-box;
}

.border-box {
  position: relative;
}

.quote-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 7px;
  background-color: #F50057;
}

.quote-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 38px;
  background-color: #F50057;
}

.quote-author {
  padding-left: 30px;
  padding-top: 48px;
  margin-bottom: 20px;
}

.quote-author-alt {
  padding-left: 30px;
  padding-top: 8px;
  margin-bottom: 20px;
}

.quote-position {
  padding-left: 30px;
  margin-bottom: 31px;
}

.read-more-btn {
  width: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  padding: 13px;
  margin-left: 30px;
  background-color: #F50057;
}

.carousel-controls {
  position: absolute;
  top: 85%;
  left: 46%;
  padding-top: 20px;
}

@media screen and (max-width:937px) {
  .carousel-controls {
    left: 40% !important;
  }
}

@media screen and (max-width:522px) {
  .carousel-controls {
    left: 30% !important;
  }
}

@media screen and (max-width:408px) {
  .carousel-controls {
    left: 25% !important;
  }
}

.carousel-indicator {
  width: 43px;
  height: 5px;
  background-color: #888;
  transition: transform 0.2s, background-color 0.2s;
}

.carousel-indicator.active {
  background-color: #F50057;
  transform: translateY(-8px);
}


@media (max-width: 768px) {
  .laptop-container .button {
    font-size: 14px;
    padding: 8px 16px;
  }
}

@media (max-width: 480px) {
  .laptop-container .button {
    font-size: 12px;
    padding: 6px 12px;
  }
}



@media (max-width: 768px) {
  .insight-grid-1 {
    padding-left: 0;
    text-align: center;
  }

  .fatic {
    display: none;
  }

}


/* Mobile-Specific Adjustments */
@media (max-width: 640px) {
  .all-hero h1 {
    font-size: 1.5rem;
  }

  .all-hero p {
    font-size: 0.875rem;
  }

  .all-hero .divider {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .all-hero h1 {
    font-size: 1.3rem;
  }

  .all-hero p {
    font-size: 0.9rem;
  }

  .all-hero .divider {
    width: 70%;
  }
}


@media screen and (max-width:540px) {
  .all-hero {
    /* height: 50vh; */
    height: 60vh;
  }

  .inner-hero {
    height: 50vh;
    /* padding-top: 30px; */
    padding-top: 100px;
  }

  .responsive-heading {
    font-size: 1rem;
    padding-left: 0.5rem;
    text-align: center;
  }

  .responsive-subheading {
    font-size: 0.9rem;
    text-align: center;
    padding: 0 0.5rem;
  }

  .software-1 {
    margin-top: -40px !important;
  }

  .first-border p {
    font-size: 1rem;
    padding-left: 0.75rem;
  }
  
  .column-1 h1,
  .column-2 h1 {
    font-size: 1.25rem;
    text-align: center;
  }

  .column-1 h2,
  .column-2 h2 {
    font-size: 1rem;
    text-align: center;
  }

  .column-1 p,
  .column-2 p {
    font-size: 0.875rem;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .does {
    border-right: none;
  }

  .does::after {
    display: none;
  }

}

@media (max-width: 540px) {
  .all-hero h1 {
    font-size: 1.3rem;
    /* Adjust the heading size */
    margin-bottom: -20px;
  }

  .all-hero .para1 {
    font-size: 0.8rem;
    /* Adjust paragraph size */
    line-height: 1.3;
    /* Improve readability */
  }

  .divider {
    width: 20%;
    /* Adjust divider width */
  }

  .all-hero .px-6 {
    padding-left: 1rem;
    /* Adjust padding */
    padding-right: 1rem;
  }
}

@media screen and (max-width:582px) {
  .software-2 .inner-div{
    margin-top: -30px !important;
  }

  .unified-2 .second-para{
    padding-bottom: 50px !important;
  }
}


/* sectiton fourth, fifth, sixth */
@media (min-width: 768px) {
  .four-custom-height {
    height: 500px;
  }
}

@media screen and (max-width: 1300px) {
  .four-right-column{
    display: none !important;
  }
}

@media (max-width: 392px) {
  .four-1 {
      font-size: 1.5rem;
  }
  .four-2 {
      font-size: 1.2rem;
  }
  .four-list p {
      font-size: 0.9rem;
  }

  .four-outer-container{
    margin-left: 0px !important;
    margin-bottom: 0px !important;
  }
  
}


@media (max-width: 454px) {
  .four-1 {
      font-size: 1.5rem;
  }
  .four-2 {
      font-size: 1.2rem;
  }
  .four-list p {
      font-size: 0.9rem;
  }

  .four-outer-container{
    margin-left: 0px !important;
    margin-bottom: -60px;
  }
  
}

@media (min-width: 454px) and (max-width:767px) {
  .four-1 {
    font-size: 1.6rem;
}
.four-2 {
    font-size: 1.3rem;
}
.four-list p {
    font-size: 1rem;
}

.four-outer-container{
  margin-left: 0px !important;
  margin-bottom: -50px;
}

}

@media (min-width: 1524px) and (max-width:2027px) {
  .four-outer-container{
    padding-top: 70px;
    padding-bottom: 190px !important;
  }  

  .four-list{
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .five-inner {
    margin-left: 25px;
    margin-right: 25px;
  
  }
}

@media (max-width: 768px) {
  .text-starter p {
      font-size: 1.5rem; /* Adjust for small screens */
  }
  .grid-text p {
      font-size: 0.9rem; /* Even smaller for small screens */
  }
}


@media screen and (min-width:1500px){
  .four-left-column .button {
    display: inline-block;  
  }
}

/* 1705px*/
 @media screen and (min-width:1700px){
  .seventh-text{
    width: 58%;
  }
 }

 @media (min-width:1600px) and (max-width: 1700px) {
  .seventh-text{
    width: 56.5%;
  }
 }

 @media (min-width:1572px) and (max-width: 1600px) {
  .seventh-text{
    width: 55%;
  }
 }

 @media (min-width:1537px) and (max-width: 1572px) {
  .seventh-text{
    width: 54%;
  }
 }

 @media (min-width:1586px) and (max-width: 1650px) {
  .find-taurus{
    width: 45.9%;
  }
 }

 @media (min-width:1551px) and (max-width: 1700px) {
  .find-taurus{
    width: 46%;
  }
 }

 @media screen and (min-width: 1701px) {
  .find-taurus{
    width: 46.2%;
  }
 }

 @media screen and (max-width: 1535px){
  .find-taurus{
    display: none;
  }
 }

 @media screen and (max-width: 377px){
  .hero-bots{
    margin-bottom: 5%;
  }

  .all-hero{
    height: 70vh;
  }
 }