.vms-container {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vms-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
}

.vms-title {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #f6f5ff;
  padding: 4px 8px;
  border-radius: 3px;
}
.vms-title p {
  color: #080525;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}

.vms-heading {
  width: 612px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.vms-heading h1 {
  font-weight: 700;
  font-family: Montserrat;
  font-size: 56px;
  margin: 0;
  padding: 0;
  color: #413c79;
}
.vms-heading .title {
  color: #413c79;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  text-align: center;
}
.vms-button-container {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* gap: 24px; */
}

.vms-button {
  position: relative; /* safe choice */
  height: 44px;
  background: linear-gradient(to right, #76a6f6, #8a3acf);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 13px 22px 16px 22px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  z-index: 2; /* important */
}

.vms-button:hover {
  background: linear-gradient(to right, #8a3acf, #76a6f6);
}


.vms-button p {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.vms-button .vms-arrow-img {
  width: 24px;
  height: 24px;
}


:root {
    --blue: #76A6F6;
    --wave: rgba(118,166,246,0.25);
    --size: 47px;
  }

  .play-wrap {
    position: relative;
    width: 120px;
    /* height: 120px; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .play-btn {
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.3s ease;
    box-shadow: 0 5px 10px rgba(118,166,246,0.3);
  }

  .play-btn:active {
    transform: scale(0.95);
  }

  .play-btn svg {
    width: 30px;
    height: 30px;
    fill: #fff;
  }

  /* Single smooth ripple */
  .wave {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: var(--wave);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    animation: ripple 3s ease-out infinite;
  }

  @keyframes ripple {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 0.4; }
    10% { opacity: 0.5; transform: translate(-50%, -50%) scale(0.6); }
    60% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.5); }
    100% { opacity: 0; transform: translate(-50%, -50%) scale(2); }
  }

.main-image {
  width: 1156px;
  height: 709px;
  margin-top: -70px;
  position: relative;
}

.main-image .desktop-img {
  display: block;
  width: 100%;
  height: auto;
}

.main-image .mobile-img {
  display: none;
  width: 100%;
  height: auto;
}
/* vms-container end */

/* key features open  */
.key-feature-container {
  width: 100%;
  padding: 49px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.key-feature-main {
  width: 435px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.key-feature-main h3 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 32px;
  color: #120b58;
  font-family: Montserrat;
}
.key-feature-main p {
  font-weight: 500;
  font-size: 16px;
  color: #413c79;
  font-family: Montserrat;
  line-height: 150%;
}
.key-feature-btn {
  margin-top: -10px;
  width: 194px;
  height: 44px;
  background: linear-gradient(to right, #76a6f6, #8a3acf);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
}
.key-feature-btn:hover {
  background: linear-gradient(to right, #8a3acf, #76a6f6) !important;
  transition: 2.6s ease-in-out;
}
.key-feature-btn p {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  font-family: Montserrat;
  margin: 0;
}
.key-feature-btn img {
  width: 24px;
  height: 24px;
}
/* key features close  */

/* key features rotate box1 start */
.rotate-box1 {
  width: 431px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid #f2f2f2;
  padding: 20px 18px 32px 18px;
}
.rotate-box-img-container1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.default-img1 {
  width: 59px;
  height: 59px;
}
.hover-img1 {
  width: 59px;
  height: 59px;
  display: none;
}
.heading1 {
  font-weight: 600;
  font-size: 21px;
  color: #120b58;
  width: 180px;
  margin: 0;
  line-height: 130%;
  font-family: Montserrat;
}
.para1 {
  font-weight: 500;
  font-size: 14px;
  color: #00000066;
  line-height: 150%;
  width: 342px;
  font-family: Montserrat;
}
.rotate-box1:hover {
  transform: rotate(-1deg);
  background-color: #120b58;
  transition: 0.6s ease-in-out;
}

/* Heading and paragraph color on hover */
.rotate-box1:hover .heading1 {
  color: white !important;
}

.rotate-box1:hover .para1 {
  color: #ffffffb2 !important;
}

/* Image visibility control */
.rotate-box img.hover-img1 {
  display: none;
}

.rotate-box1:hover img.default-img1 {
  display: none;
}

.rotate-box1:hover img.hover-img1 {
  display: block;
}
/* key features rotate box1 end */

/* key features rotate box2 start */
.rotate-box2 {
  width: 431px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid #f2f2f2;
  padding: 20px 18px 32px 18px;
}
.rotate-box-img-container2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.default-img2 {
  width: 59px;
  height: 59px;
}
.hover-img2 {
  width: 59px;
  height: 59px;
  display: none;
}
.heading2 {
  width: 250px;
  font-weight: 600;
  font-size: 21px;
  color: #120b58;
  margin: 0;
  line-height: 130%;
  font-family: Montserrat;
}
.para2 {
  font-weight: 500;
  font-size: 14px;
  color: #00000066;
  line-height: 150%;
  width: 342px;
  font-family: Montserrat;
}
.rotate-box2:hover {
  transform: rotate(-1deg);
  background-color: #120b58;
  transition: 0.6s ease-in-out;
}

/* Heading and paragraph color on hover */
.rotate-box2:hover .heading2 {
  color: white !important;
}

.rotate-box2:hover .para2 {
  color: #ffffffb2 !important;
}

/* Image visibility control */
.rotate-box2 img.hover-img2 {
  display: none;
}

.rotate-box2:hover img.default-img2 {
  display: none;
}

.rotate-box2:hover img.hover-img2 {
  display: block;
}
/* key features rotate box2 end */

/* key features rotate box3 start */
.rotate-box3 {
  width: 431px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid #f2f2f2;
  padding: 20px 18px 32px 18px;
}
.rotate-box-img-container3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.default-img3 {
  width: 59px;
  height: 59px;
}
.hover-img3 {
  width: 59px;
  height: 59px;
  display: none;
}
.heading3 {
  font-weight: 600;
  font-size: 21px;
  color: #120b58;
  width: 250px;
  margin: 0;
  line-height: 130%;
  font-family: Montserrat;
}
.para3 {
  font-weight: 500;
  font-size: 14px;
  color: #00000066;
  line-height: 150%;
  width: 342px;
  font-family: Montserrat;
}
.rotate-box3:hover {
  transform: rotate(-1deg);
  background-color: #120b58;
  transition: 0.6s ease-in-out;
}

/* Heading and paragraph color on hover */
.rotate-box3:hover .heading3 {
  color: white !important;
}

.rotate-box3:hover .para3 {
  color: #ffffffb2 !important;
}

/* Image visibility control */
.rotate-box3 img.hover-img3 {
  display: none;
}

.rotate-box3:hover img.default-img3 {
  display: none;
}

.rotate-box3:hover img.hover-img3 {
  display: block;
}
/* key features rotate box3 end */

/* key features rotate box4 start */
.rotate-box4 {
  width: 431px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid #f2f2f2;
  padding: 20px 18px 32px 18px;
}
.rotate-box-img-container4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.default-img4 {
  width: 59px;
  height: 59px;
}
.hover-img4 {
  width: 59px;
  height: 59px;
  display: none;
}
.heading4 {
  font-weight: 600;
  font-size: 21px;
  color: #120b58;
  width: 250px;
  margin: 0;
  line-height: 130%;
  font-family: Montserrat;
}
.para4 {
  font-weight: 500;
  font-size: 14px;
  color: #00000066;
  line-height: 150%;
  width: 342px;
  font-family: Montserrat;
}
.rotate-box4:hover {
  transform: rotate(-1deg);
  background-color: #120b58;
  transition: 0.6s ease-in-out;
}

/* Heading and paragraph color on hover */
.rotate-box4:hover .heading4 {
  color: white !important;
}

.rotate-box4:hover .para4 {
  color: #ffffffb2 !important;
}

/* Image visibility control */
.rotate-box4 img.hover-img4 {
  display: none;
}

.rotate-box4:hover img.default-img4 {
  display: none;
}

.rotate-box4:hover img.hover-img4 {
  display: block;
}
/* key features rotate box4 end */

/* key features rotate box5 start */
.rotate-box5 {
  width: 431px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 12px;
  border: 1px solid #f2f2f2;
  padding: 20px 18px 32px 18px;
}
.rotate-box-img-container5 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.default-img5 {
  width: 59px;
  height: 59px;
}
.hover-img5 {
  width: 59px;
  height: 59px;
  display: none;
}
.heading5 {
  font-weight: 600;
  font-size: 21px;
  color: #120b58;
  width: 250px;
  margin: 0;
  line-height: 130%;
  font-family: Montserrat;
}
.para5 {
  font-weight: 500;
  font-size: 14px;
  color: #00000066;
  line-height: 150%;
  width: 342px;
  font-family: Montserrat;
}
.rotate-box5:hover {
  transform: rotate(-1deg);
  background-color: #120b58;
  transition: 0.6s ease-in-out;
}

/* Heading and paragraph color on hover */
.rotate-box5:hover .heading5 {
  color: white !important;
}

.rotate-box5:hover .para5 {
  color: #ffffffb2 !important;
}

/* Image visibility control */
.rotate-box5 img.hover-img5 {
  display: none;
}

.rotate-box5:hover img.default-img5 {
  display: none;
}

.rotate-box5:hover img.hover-img5 {
  display: block;
}
/* key features rotate box5 end */

.vms-dynamic-span {
  background: linear-gradient(to bottom, #76a6f6, #8a3acf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.typing {
  border-right: 3px solid;
  border-image: linear-gradient(to bottom, #76a6f6, #8a3acf) 1;
  white-space: nowrap;
  overflow: hidden;
  animation: blink 0.8s infinite;
}

.rotate-box:hover {
  transform: rotate(-1deg);
  background-color: #120b58;
  transition: 0.6s ease-in-out;
}

/* Heading and paragraph color on hover */
.rotate-box:hover .heading {
  color: white !important;
}

.rotate-box:hover .para {
  color: #ffffffb2 !important;
}

/* Image visibility control */
.rotate-box img.hover-img {
  display: none;
}

.rotate-box:hover img.default-img {
  display: none;
}

.rotate-box:hover img.hover-img {
  display: block;
}

/* Benefits of Using a VMS div open */
.benefits-container {
  width: 100%;
  padding: 98px 0px 83px 52px;
  background-color: #e7e7ee33;
}
.benefits-container-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.benefits-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 79px;
}
.benefit-alignment {
  width: 413px;
  display: flex;
  flex-direction: column;
  gap: 21px;
  margin-top: 28px;
}
.benefit-alignment h1 {
  font-weight: 700;
  font-size: 32px;
  color: #120b58;
  line-height: 100%;
  letter-spacing: -2%;
  margin: 0;
  padding: 0;
}
.benefit-alignment p {
  font-weight: 500;
  font-size: 15px;
  color: #120b58;
  line-height: 150%;
  font-family: Montserrat;
}
.accordion-img {
  display: none;
}
/* Benefits of Using a VMS div close */


 /* How It Works start  */
.how-it-works-container {
  width: 100%;
  /* padding: 45px 0px 0px 0px; */
  /* margin: 0; */
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.how-it-works-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
}

.how-it-works-box {
  width: 371px;
  display: flex;
  flex-direction: column;
  gap: 21px;
  text-align: center;
}

.how-it-works-title {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 32px;
  color: #120B58;
  font-family: 'Montserrat', sans-serif;
}

.how-it-works-text {
  font-weight: 500;
  font-size: 14.3px;
  color: #120B58;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5; /* 150% */
}

 /* How It Works end  */


 /* How it works cards start */

 .carousel-wrapper {
  overflow: hidden;
  width: 100%;
  scroll-behavior: smooth;
    padding: 0px 56px;
}

.carousel {
  display: flex;
  transition: all 0.3s ease;
}

.carousel-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 0 0 calc(25% - 18px);
}

.carousel-card-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-card-icon {
  width: 82px;
  height: 82px;
}

.carousel-card-divider {
  width: 306px;
  height: 1px;
  border: 1px dashed #76A6F6;
}

.carousel-card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 339px;
  height: 148px;
}

.carousel-card-title {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 22px;
  color: #120B58;
  font-family: Montserrat, sans-serif;
}

.carousel-card-text {
  font-weight: 500;
  font-size: 14px;
  color: #00000099;
  font-family: Montserrat, sans-serif;
}

.glow-box {
  width: 339px;
  background-color: #E7E7EE66;
  border-radius: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.glow-box-number {
  position: absolute;
  top: 5px;
  left: 12px;
  font-weight: 700;
  font-size: 32px;
  color: #00000099;
  font-family: Montserrat, sans-serif;
  opacity: 0.3;
}



.glow-box-img {
  width: 100%;
  height: 243px;
  transition: all 0.5s ease-in-out;
}


/* How it works cards end */



.glow-box:hover img {
  transform: scale(1.03);
}

.accordion-button{
  font-size: 22px;
  font-weight: 600;
  color: #120B58;
  font-family: Montserrat;
  /* padding-left: 20px; */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.accordion-body{
  font-size: 14px;
  font-weight: 500;
  color: #00000099;
  font-family: Montserrat;
  padding-left: 68px!important;
  margin-top: -16px!important;
}



 /* why choose us open  */

 /* WHY CHOOSE SECTION */
.why-choose-section {
  width: 100%;
  height: auto;
  background-color: #E7E7EE33;
  padding: 48px 61px 0px 61px;
  position: relative;
}

.why-choose-container {
  display: flex;
  gap: 45px;
  align-items: flex-start;

}

.why-choose-text {
  flex: 1;
  max-width: 372px;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  gap: 29px;
  padding-top: 62px;
}

.why-choose-text h1 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 32px;
  color: #120B58;
  font-family: Montserrat;
}

.why-choose-text p {
  font-weight: 500;
  font-size: 14px;
  color: #00000099;
  font-family: Montserrat;
}

.why-choose-box {
  flex: 2;
  display: flex;
  background-color: #FFFFFF;
  border-top-left-radius: 67px;
  padding-bottom: 20px;
}

.why-choose-item {
  display: flex;
  margin-left: 0px;
    margin-top: 46px;
}

.why-choose-card {
  max-width: 285px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-left: 24px;
  padding-right: 24px;
}

.why-choose-card img {
  width: 59px;
  height: 59px;
}

.why-choose-card h1 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 21px;
  color: #120B58;
  font-family: Montserrat;
  text-align: center;
}

.why-choose-card p {
  font-weight: 500;
  font-size: 14px;
  color: #00000099;
  font-family: Montserrat;
  text-align: center;
}

.vertical-line {
  width: 1px;
  height: 200px;
  background: linear-gradient(180deg, rgba(118,166,246,0) 0%, #8A3ACF 50%, rgba(118,166,246,0) 100%);
}

/* TRANSFORM SECTION */
.transform-section {
  position:relative;
  bottom:0;
  width: 100%;
  padding: 40px 56px 0px 56px;
  /* margin: -40px 0 0 0; */
}

.transform-box {
  position: relative;
  height: 361px;
  border-radius: 16px;
  background-color: #120B58;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.left-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.left-bg img {
  display: block;
  width: auto;
  height: auto;
}

.transform-content {
  max-width: 477px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  z-index: 2;
  text-align: center;
}

.transform-content h1 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 21px;
  color: #FFFFFF;
  font-family: Montserrat;
  text-align: center;
}

.transform-content p {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFFB2;
  font-family: Montserrat;
  text-align: center;
  line-height: 150%;
}

.upgrade-btn {
  width: fit-content;
  padding: 13px 22px 16px 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid gray;
  background: linear-gradient(270deg, #8A3ACF 0%, #76A6F6 100%);
  cursor: pointer;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.upgrade-btn:hover {
  background: linear-gradient(270deg, #76A6F6 0%, #8A3ACF 100%);
  border: 1px solid white;
}

.upgrade-btn p {
  margin: 0;
  padding: 0;
}

.upgrade-btn img {
  width: 18px;
  height: 18px;
}

.right-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.right-bg img {
  display: block;
  width: auto;
  height: auto;
}
 /* why choose us close  */






 /* MEDIA QUERY START */

@media (max-width: 768px) {
  /* vms-container start */

  :root {
    --size: 40px; /* smaller button size */
  }

  .play-wrap {
    width: 90px;
  }

  .play-btn {
    width: var(--size);
    height: var(--size);
    box-shadow: 0 3px 8px rgba(118,166,246,0.3);
  }

  .play-btn svg {
    width: 20px;
    height: 20px;
  }

  .wave {
    width: var(--size);
    height: var(--size);
  }

  @keyframes ripple {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 0.4; }
    10% { opacity: 0.5; transform: translate(-50%, -50%) scale(0.7); }
    60% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.4); }
    100% { opacity: 0; transform: translate(-50%, -50%) scale(1.8); }
  }

  .vms-container {
    padding: 0px 10px;
  }

  .vms-title {
    justify-content: center;
    padding: 5px 8px;
  }

  .vms-title p {
    font-size: 12px;
  }

  .vms-heading {
    width: 100%;
    text-align: center;
    gap: 18px;
  }

  .vms-heading h1 {
    font-size: 30px;
    color: #413c79;
  }

  .vms-heading .title {
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 3%;
  }

  .vms-button-container {
    justify-content: center;
    width: 100%;
  }

  .vms-button {
    width: fit-content;
    padding: 9px 14px 10px 14px;
    gap: 8px;
    border-radius: 3px;
  }

  .vms-button p {
    font-size: 13px;
  }

  .vms-button .vms-arrow-img {
    width: 20px;
    height: 20px;
  }
  .main-image {
    margin-left: 0px;
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .main-image .desktop-img {
    display: none; /* hide desktop image */
  }
  .main-image .mobile-img {
    display: block; /* show mobile image */
    width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 70px;

  }
  /* vms-container end */

  /* key features start  */
  .key-feature-container {
    align-items: center;
    gap: 20px;
    padding: 0px 20px;
  }

  .key-feature-main {
    justify-content: start;
    align-items: flex-start;
    padding: 0px 20px 0px 0px;
    gap: 21px;
    margin-bottom: 30px;
  }

  .key-feature-main h3 {
    font-size: 22px;
  }

  .key-feature-main p {
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 3%;
  }

  .key-feature-btn {
    width: fit-content;
    padding: 9px 14px 10px 14px;
    gap: 8px;
    border-radius: 3px;
  }

  .key-feature-btn p {
    font-size: 13px;
  }

  .key-feature-btn img {
    width: 20px;
    height: 20px;
  }
  /* key features close  */

  /* key features rotate box1 start  */
  .rotate-box1 {
    width: fit-content;
    justify-content: center;
    align-items: flex-start;
    gap: 12.4px;
  }

  .rotate-box-img-container1 {
    gap: 9.3px;
  }

  .default-img1 {
    width: 45.73px;
    height: 45.73px;
  }
  .hover-img1 {
    width: 45.73px;
    height: 45.73px;
  }

  .heading1 {
    font-size: 16px;
    width: 182.9px;
  }

  .para1 {
    font-size: 14px;
    line-height: 150%;
    width: fit-content;
  }
  /* key features rotate box1 end  */

  /* key features rotate box2 start  */
  .rotate-box2 {
    width: fit-content;
    justify-content: center;
    align-items: flex-start;
    gap: 12.4px;
  }

  .rotate-box-img-container2 {
    gap: 9.3px;
  }

  .default-img2 {
    width: 45.73px;
    height: 45.73px;
  }
  .hover-img2 {
    width: 45.73px;
    height: 45.73px;
  }

  .heading2 {
    font-size: 16px;
    width: 182.9px;
  }

  .para2 {
    font-size: 14px;
    line-height: 150%;
    width: fit-content;
  }
  /* key features rotate box2 end  */

  /* key features rotate box3 start  */
  .rotate-box3 {
    width: fit-content;
    justify-content: center;
    align-items: flex-start;
    gap: 12.4px;
  }

  .rotate-box-img-container3 {
    gap: 9.3px;
  }

  .default-img3 {
    width: 45.73px;
    height: 45.73px;
  }
  .hover-img3 {
    width: 45.73px;
    height: 45.73px;
  }

  .heading3 {
    font-size: 16px;
    width: 182.9px;
  }

  .para3 {
    font-size: 14px;
    line-height: 150%;
    width: fit-content;
  }
  /* key features rotate box3 end  */

  /* key features rotate box4 start  */
  .rotate-box4 {
    width: fit-content;
    justify-content: center;
    align-items: flex-start;
    gap: 12.4px;
  }

  .rotate-box-img-container4 {
    gap: 9.3px;
  }

  .default-img4 {
    width: 45.73px;
    height: 45.73px;
  }
  .hover-img4 {
    width: 45.73px;
    height: 45.73px;
  }

  .heading4 {
    font-size: 16px;
    width: 182.9px;
  }

  .para4 {
    font-size: 14px;
    line-height: 150%;
    width: fit-content;
  }
  /* key features rotate box4 end  */

  /* key features rotate box5 start  */
  .rotate-box5 {
    width: fit-content;
    justify-content: center;
    align-items: flex-start;
    gap: 12.4px;
  }

  .rotate-box-img-container5 {
    gap: 9.3px;
  }

  .default-img5 {
    width: 45.73px;
    height: 45.73px;
  }
  .hover-img5 {
    width: 45.73px;
    height: 45.73px;
  }

  .heading5 {
    font-size: 16px;
    width: 182.9px;
  }

  .para5 {
    font-size: 14px;
    line-height: 150%;
    width: fit-content;
  }
  /* key features rotate box5 end  */

  /* Benefits of Using a VMS div open */
    .benefits-container {
      width: 100%;
      padding: 0px;
  }

  .benefits-container-main {
     justify-content: flex-start;
    align-items: center;
    gap: 40px;
    padding: 57px 16px 0px 20px;
  }

  .benefits-main {
    gap: 50px;
    align-items: center;
  }

  .benefit-alignment {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    margin-top: 0;
  }

  .benefit-alignment h1 {
    font-size: 22px;
    line-height: 100%;
  }

  .benefit-alignment p {
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 3%;
  }
  .benefits-img-container{
    display: none;
  }

  .accordion-img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 16px;
    border-radius: 8px!important;
  }

  /* Optional: reduce padding for compact look */
  /* Benefits of Using a VMS div close */

  .accordion-button{
  font-size: 18px;
  gap: 13px;
  
}
.accordion-body{
  font-size: 14px;
  line-height: 150%;
  padding-left: 44px!important;
}
.accordion-icon-img{
  width: 24px!important;
  height: 26px!important;
}

/* How It Works start */
.how-it-works-container {
    width: 100%; 
    padding: 41px 0px 0px 0px;          
  }
.how-it-works-inner{
  padding: 0px 0px 0px 0px;
  margin-right: 20px;
}

  .how-it-works-box {          
    text-align: left;              
    gap: 21px;  
    padding-left: 18px;
  }

  .how-it-works-title {
    font-size: 22px;           
  }

  .how-it-works-text {
    font-size: 14px;           
    line-height: 170%;     
    color:#413C79;
    letter-spacing: 3%;
    width: 326px;   
  }
/* How It Works close */


/* How it works cards start */

  .carousel-card {
    margin: 0 auto;

  }

  .carousel-card-content {
    width: 100%; 
    height: auto; 
    gap: 12px; 
    /* margin-left: 20px; */
  }
  .carousel-card-icon{
    width: 58px;
    height: 58px;
  }

  .carousel-card-title {
    font-size: 16.2px; 
  }

  .carousel-card-text {
    font-size: 13px; 
    line-height: 150%;
    letter-spacing: 0%;
    width: 85%;
    height: 74px;
  }

  .glow-box {
    width: 90%; /* Fit glow box to card */
    height: auto; /* Let image height scale */
  }

  .glow-box-number{
    font-size: 26px;
  }

  .glow-box-img {
    height: auto; 
  }

  .carousel-card-divider {
    width: 200px; 
  }

  .carousel-wrapper {
    overflow-x: scroll; 
    padding: 0px 16px;
  }
 #leftBtn{
  display: none!important;
 }
#rightBtn{
  display: none!important;
 }


/* How it works cards start */


  /* WHY CHOOSE SECTION */
    .why-choose-section {
      padding: 44px 25px 0px 18px;
      height: auto;
    }

    .why-choose-container {
      flex-direction: column;
      gap: 29px;
      align-items: flex-start;
    }

    .why-choose-text {
      margin-top: 0;
      max-width: 100%;
      gap: 21px;
      padding: 0;
    }

    .why-choose-text h1 {
      font-size: 22px;
    }

    .why-choose-text p {
      font-size: 14px;
      line-height: 170%;
      letter-spacing: 3%;
      color: #413C79;
    }

    .why-choose-box {
      width: 100%;
      flex-direction: column;
      align-items: center;
      border-top-left-radius: 96px;
      padding: 31px 38px;
      gap: 21px;
    }

    .why-choose-item {
      position: relative;
      flex-direction: column;
      margin-left: 0;
      gap: 16px;
    }

    .vertical-line {
      position: absolute;
  bottom: 0;
  left: 50%; /* center karne ke liye */
  transform: translateX(-50%);
      width: 285px;
      height: 1.5px;
      background: linear-gradient(90deg, rgba(118, 166, 246, 0) 0%, #8A3ACF 43.27%, rgba(118, 166, 246, 0) 95.67%);
    }

    .why-choose-card {
      max-width: 100%;
      /* padding: 0 20px; */
      gap: 16px;
    }

    .why-choose-card img {
      width: 59px;
      height: 59px;
    }

    .why-choose-card h1 {
      font-size: 18px;
    }

    .why-choose-card p {
      font-size: 14px;
      color: #00000099;
      line-height: 150%;
    }

    /* TRANSFORM SECTION */
    .transform-section {
      bottom: 0;
      padding: 43px 10px 0px 10px
     
    }

    .transform-box {
      height: auto;
      flex-direction: column;
      text-align: center;
      padding: 40px 20px;
      border-radius: 12px;
      overflow: hidden;
    }
    .transform-content {
      width: 100%;
      gap: 21px;
    }

    .transform-content h1 {
      font-size: 22px;
      line-height: 100%;
    }

    .transform-content p {
      font-size: 14px;
      line-height: 170%;
      letter-spacing: 3%;
    }

    .upgrade-btn {
      width: fit-content;
      padding: 9px 14px 10px 14px;
    }

     .upgrade-btn p{
        font-size: 13px;
     }

    .upgrade-btn img {
      width: 18px;
      height: 18px;
    }

    .bg-img-mobile{
      display: none!important;
    }

}
