#home-subscribe {
  background: url('../img/showdoghome.jpg') no-repeat center center;
  background-size: cover;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 58vh;
  position: relative;
  padding-top: 6em;
  text-align: center;
}

#home-subscribe h1 {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
}

.home-info h3 {
  color: #f0f0f0;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: sans-serif;
}

.overlay {
  background: #6500F8;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #000000, #280374);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #000000, #280374);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.85;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.online-form {
  position: relative;
}

.online-form .form-control {
  border-color: #f0f0f0;
  display: inline-block;
  vertical-align: top;
  border-radius: 50px;
  box-shadow: none;
  height: 50px;
  margin-right: 0.5em;
  padding-left: 15px;
}

.online-form input[type="email"] {
  width: 60%;
}

.online-form button {
  background: #6500F8;
  border: 0;
  color: #ffffff;
  position: absolute;
  right: 6em;
  width: 25%;
}

.online-form button:hover {
  background: #202020;
  color: #ffffff;
}



#message {
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

#message.success {
  color: green;
  border: 1px solid green;
  background-color: #e8f5e9;
  padding: 5px;
  /* reduce padding */
  font-size: 16px;
  /* reduce font size */
  max-width: 250px;
  /* set maximum width */
  margin: auto;
}

#message.error {
  color: red;
  border: 1px solid red;
  background-color: #ffebee;
  padding: 5px;
  font-size: 16px;
  /* reduce font size */
  max-width: 250px;
  /* set maximum width */
  margin: auto;
  /* center the box if max-width is used */

}


.features-section {
  padding: 40px 0;
  background-color: #EEE7FF;
  text-align: center;
}

.features-section h2 {
  color: #004085;
  margin-bottom: 40px;
  font-weight: 500;
  color: #000;
}

.feature-item {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.feature-item img {
  border-radius: 10px;
  overflow: hidden;
  width: 40rem;
  height: auto;
}

.feature-item h4 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.feature-item p {
  margin-top: 10px;
  font-size: 20px;
}

.feature-content {
  flex: 1;
  padding: 20px;
}

.feature-image {
  flex: 1;
  padding: 20px;
}

.reverse-order {
  flex-direction: row-reverse;
}

.testimonial-control-prev {
  height: 5rem;
}

.testimonial-control-next {
  height: 5rem;
}

.carousel-inner img {
  height: 500px;
  /* Fixed height for all images */
  width: 100%;
  /* Ensures images fill the carousel width */
  object-fit: cover;
  /* Cover the area, cropping the excess if needed */
  margin: auto;
}

/* Center carousel and give some space around */
.carousel {
  max-width: 80%;
  margin: 20px auto;
}

/* Style the arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: black;
  border-radius: 50%;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.testimonial-author img {
  border-radius: 50%;
  margin-right: 10px;
}

.about-section {
  padding: 40px 0;
  background-color: #f8f9fa;
}

.about-image {
  border-radius: 10px;
  overflow: hidden;
}

.about-section h3 {
  color: black;
  font-weight: bolder;
  display: flex;
  justify-content: center;
}

.about-section .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .about-content{
  display: flex;
  
} */


.section-title {
  padding-bottom: 40px;
}

section {
  position: relative;
  padding: 100px 0;
}

#contact,
footer {
  text-align: center;
}

#contact-form .form-control {
  background: transparent;
  border: 0;
  border-bottom: 3px solid #f0f0f0;
  border-radius: 0;
  box-shadow: none;
  margin: 10px 0;
}

#contact-form .form-control:focus {
  border-bottom-color: #202020;
}

#contact-form input {
  height: 50px;
}

#contact-form input[type='submit'] {
  background: #6500F8;
  border-radius: 50px;
  border: 0;
  color: #ffffff;
}

#contact-form input[type='submit']:hover {
  background: #000000;
  color: #ffffff;
}



#copyright .copyright-content {
  padding: 15px 0;
  margin: 45px 0 0;
  width: 80rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-direction: column;
  align-items: center;
}

.footer-area {
  margin-top: -5rem;
}

.navbar {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 14px -18px #323232;
}

.navbar-dark .navbar-nav .nav-item .nav-link {
  color: black;
}

.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: rgb(81, 28, 102);
}


.navbar-dark .navbar-nav .nav-item .nav-link.active {
  color: rgb(81, 28, 102);
  font-weight: 600;
}


.nav-tabs .nav-item .nav-link {
  border: 1px solid transparent;
  border-bottom: none;
}

.nav-tabs .nav-item .nav-link:not(.active) {
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  color: #A9A9A9;
}

.dropdown-menu.dropdown-menu-left {
  left: auto;
  /* Ensure the menu opens to the left */
  right: 0;
  /* Align the menu to the right edge of the parent */
}

@media screen and (min-width: 0px) and (max-width: 319.99px) {
  .home-info h3 {
    font-size: 13px;
  }

  .home-info h1 {
    font-size: 20px;
  }

  .online-form .form-control {
    border-color: #f0f0f0;
    display: inline-block;
    vertical-align: top;
    border-radius: 50px;
    box-shadow: none;
    height: 50px;
    margin-right: 0.5em;
    padding-left: 15px;
  }

  .online-form input[type="email"] {
    width: 80%;
  }

  .online-form button {
    background: #6500F8;
    border: 0;
    color: #ffffff;
    position: absolute;
    right: 1.5em;
    font-size: 15px;
    width: 30%;
  }

  .section-title {
    padding-bottom: 20px;

  }

  .section-title h1 {
    font-size: 22px;
    font-weight: 700;
  }

  section {
    position: relative;
    padding: 20px 0;
  }

  .features-section {
    padding: 20px 0;
    background-color: #EEE7FF;
    text-align: center;
  }

  .features-section h2 {
    color: #004085;
    margin-bottom: 20px;
    font-weight: bolder;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
  }

  .feature-item {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .feature-item img {
    border-radius: 10px;
    overflow: hidden;
    width: 18rem;
    height: auto;
  }

  .feature-item h4 {
    margin-top: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    font-family: 'Open Sans', sans-serif;
  }

  .feature-item p {
    margin-top: 2px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
  }

  .feature-content {
    flex: 1;
    padding: 20px;
  }

  .feature-image {
    flex: 1;
    padding: 8px;
  }

  #copyright .copyright-content {
    padding: 7px 0;
    margin: 45px 0 0;
    width: 20rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-direction: column;
    align-items: center;
  }

  .privacy-main-head {
    margin-left: 1rem;
  }

  .about-content {
    padding: 35px;
    display: block;
    margin-top: 1rem;
  }

  .carousel-inner img {
    height: auto;
    max-height: 300px;
    width: 100%;
    object-fit: fill;
  }

  .about-content-inner {
    padding: 20px;
  }

  .landing {
    display: flex;
    flex-direction: column;
  }
  #copyright .copyright-content {
    width: 30rem;
}
.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-nav {
  order: -1;
  /* Moves the navigation list to the top */
  margin-bottom: 10px;
}
.footer-detail h2{
font-size: 22px;
}
.footer-nav .nav-item a{
font-size: 15px;
}
}

@media screen and (min-width: 320px) and (max-width: 575.98px) {
  .home-info h3 {
    font-size: 13px;
  }

  .home-info h1 {
    font-size: 20px;
  }

  .online-form .form-control {
    border-color: #f0f0f0;
    display: inline-block;
    vertical-align: top;
    border-radius: 50px;
    box-shadow: none;
    height: 50px;
    margin-right: 0.5em;
    padding-left: 15px;
  }

  .online-form input[type="email"] {
    width: 80%;
  }

  .online-form button {
    background: #6500F8;
    border: 0;
    color: #ffffff;
    position: absolute;
    right: 1em;
    font-size: 15px;
    width: 31%;
  }

  .section-title {
    padding-bottom: 20px;

  }

  .section-title h1 {
    font-size: 22px;
    font-weight: 700;
  }

  section {
    position: relative;
    padding: 20px 0;
  }

  .features-section {
    padding: 20px 0;
    background-color: #EEE7FF;
    text-align: center;
  }

  .features-section h2 {
    color: #004085;
    margin-bottom: 20px;
    font-weight: bolder;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
  }

  .feature-item {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .feature-item img {
    border-radius: 10px;
    overflow: hidden;
    width: 20rem;
    height: auto;
  }

  .feature-item h4 {
    margin-top: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    font-family: 'Open Sans', sans-serif;
  }

  .feature-item p {
    margin-top: 2px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
  }

  .feature-content {
    flex: 1;
    padding: 20px;
  }

  .feature-image {
    flex: 1;
    padding: 8px;
  }

  #copyright .copyright-content {
    padding: 7px 0;
    margin: 45px 0 0;
    width: 22rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-area {
    margin-top: -2.5rem;
  }

  .btn-signin-account-text {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .btn-signup-account-text {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  /* Sign In & Sign Up Buttons */
  .btn-signin,
  .btn-signup {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    width: 250px;
  }

  /* Sign In Button */
  .btn-signin {
    background-color: #6500F8;
    color: #fff;
    margin-bottom: 2.5rem;
  }

  .btn-signin:hover {
    background-color: #7418ff;
    transform: translateY(-3px);
  }

  /* Sign Up Button */
  .btn-signup {
    background-color: rgb(81, 28, 102);
    color: #fff;
  }

  .btn-signup:hover {
    background-color: #5a6268;
    transform: translateY(-3px);
  }

  .privacy-main-head {
    margin-left: 1rem;
  }

  .about-content {
    padding: 15px;
  }

  .about-content {
    display: block;
  }

  .carousel-inner img {
    height: auto;
    max-height: 300px;
    width: 100%;
    object-fit: fill;
  }

  .about-content-inner {
    padding: 20px;
  }

  .landing {
    display: flex;
    flex-direction: column;
  }

  .about-platform p {
    font-size: 18px;
  }

  .pricing-table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .pricing-plan {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    /* Larger shadow */
    padding: 30px;
    width: 450px;
    height: 400px;
    text-align: center;
    transition: transform 0.3s ease;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Push elements apart */
  }

  .pricing-section {
    padding: 20px;
  }

  .pricing-table {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pricing-plan {
    width: 90%;
    /* Shrinks card width */
    margin-bottom: 20px;
    /* Adds space between cards */
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Adds subtle shadow */
  }

  .pricing-plan h3 {
    font-size: 1.2rem;
    /* Smaller heading */
  }

  .pricing-plan .price {
    font-size: 1.5rem;
    /* Adjust price font size */
  }

  .pricing-plan .pricing-detail {
    font-size: 0.9rem;
    /* Smaller text for detail */
  }
  #copyright .copyright-content {
    width: 18rem;
}
.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-nav {
  order: -1;
  /* Moves the navigation list to the top */
  margin-bottom: 10px;
}
.footer-detail h2{
font-size: 22px;
}
.footer-nav .nav-item a{
font-size: 15px;
}
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .home-info h3 {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
  }

  .home-info h1 {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
  }

  .online-form input[type="email"] {
    width: 55%;
  }

  .online-form button {
    background: #6500F8;
    border: 0;
    color: #ffffff;
    position: absolute;
    right: 5em;
    font-size: 18px;
    width: 24%;
  }

  .btn-signin-account-text {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .btn-signup-account-text {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  /* Sign In & Sign Up Buttons */
  .btn-signin,
  .btn-signup {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    width: 250px;
  }

  /* Sign In Button */
  .btn-signin {
    background-color: #6500F8;
    color: #fff;
    margin-bottom: 2.5rem;
  }

  .btn-signin:hover {
    background-color: #7418ff;
    transform: translateY(-3px);
  }

  /* Sign Up Button */
  .btn-signup {
    background-color: rgb(81, 28, 102);
    color: #fff;
  }

  .btn-signup:hover {
    background-color: #5a6268;
    transform: translateY(-3px);
  }

  .privacy-main-head {
    margin-left: 2rem;
  }

  .about-content {
    display: block;
  }

  .carousel-inner img {
    height: auto;
    /* Allow height to adjust based on width */
    max-height: 300px;
    /* Optional: set a max height to avoid excessively large images */
    width: 100%;
    /* Keep the width responsive */
    object-fit: fill;
  }

  .landing {
    display: flex;
    flex-direction: column;
  }

  .about-platform p {
    font-size: 18px;
  }

  .pricing-plan {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    /* Larger shadow */
    padding: 30px;
    width: 450px;
    text-align: center;
    transition: transform 0.3s ease;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Push elements apart */
  }

  .schedule-nav {
    display: flex;
    flex-direction: column;
  }
  .feature-item img{
    width: 36rem;
  }
  #copyright .copyright-content {
    width: 30rem;
}
  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-nav {
    order: -1;
    /* Moves the navigation list to the top */
    margin-bottom: 10px;
  }
.footer-detail h2{
  font-size: 22px;
}
.footer-nav .nav-item a{
  font-size: 15px;
}
  
}

@media screen and (min-width: 768px) and (max-width: 1023.99px) {
  .online-form input[type="email"] {
    width: 70%;
  }

  .online-form button {
    background: #6500F8;
    border: 0;
    color: #ffffff;
    position: absolute;
    right: 1em;
    font-size: 18px;
    width: 32%;
  }

  .feature-item {
    flex-direction: column;
  }

  .reverse-order {
    flex-direction: column;
  }

  .btn-signin-account-text {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .btn-signup-account-text {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  /* Sign In & Sign Up Buttons */
  .btn-signin,
  .btn-signup {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    width: 250px;
  }

  /* Sign In Button */
  .btn-signin {
    background-color: #6500F8;
    color: #fff;
  }

  .btn-signin:hover {
    background-color: #7418ff;
    transform: translateY(-3px);
  }

  /* Sign Up Button */
  .btn-signup {
    background-color: rgb(81, 28, 102);
    color: #fff;
  }

  .btn-signup:hover {
    background-color: #5a6268;
    transform: translateY(-3px);
  }

  .privacy-main-head {
    margin-left: 2rem;
  }

  .about-inner-section {
    display: flex;
    flex-direction: column;
  }

  .carousel-inner img {
    height: 500px;
    width: 100%;
    object-fit: scale-down;
    margin: auto;
  }

  .about-platform p {
    font-size: 20px;
  }

  .pricing-plan {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    /* Larger shadow */
    padding: 30px;
    width: 300px;
    text-align: center;
    transition: transform 0.3s ease;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Push elements apart */
  }
  #copyright .copyright-content {
    width: 48rem;
}
.footer-detail h2{
  font-size: 24px;
}
.footer-nav .nav-item a{
  font-size: 14px;
}

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #copyright .copyright-content {
    width: 60rem;
}
}


@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .navbar-brand {
    width: 45%;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-end;
    margin-right: -2rem;
  }

  .btn-signin-account-text {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .btn-signup-account-text {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  /* Sign In & Sign Up Buttons */
  .btn-signin,
  .btn-signup {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    width: 250px;
  }

  /* Sign In Button */
  .btn-signin {
    background-color: rgb(81, 28, 102);
    color: #fff;
  }

  .btn-signin:hover {
    background-color: #7418ff;
    transform: translateY(-3px);
  }

  /* Sign Up Button */
  .btn-signup {
    background-color: rgb(81, 28, 102);
    color: #fff;
  }

  .btn-signup:hover {
    background-color: #7418ff;
    transform: translateY(-3px);
  }

  .privacy-main-head {
    margin-left: 2rem;
  }

  .carousel-inner img {
    height: auto;
    height: 500px;
    width: 100%;
    object-fit: scale-down;
    margin: auto;
  }

  .about-platform p {
    font-size: 19px;
    line-height: 25px;
  }

  .pricing-plan {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    /* Larger shadow */
    padding: 30px;
    width: 300px;
    text-align: center;
    transition: transform 0.3s ease;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Push elements apart */
  }
  .footer-detail h2{
    font-size: 25px;
  }
  .footer-nav .nav-item a{
    font-size: 16px;
  }

}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .carousel-inner img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    margin: auto;
  }

  .about-platform p {
    font-size: 20px;
    line-height: 24px;
  }
  #copyright .copyright-content {
    width: 70rem;
}
.footer-container{
  justify-content: space-between;
}
.footer-detail{
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: flex-start;
}
.footer-detail h2{
  font-size: 25px;
}
.footer-nav .nav-item a{
  font-size: 16px;
}
}


@media screen and (min-width: 1400px) {
  .navbar-expand-lg .navbar-collapse {
    margin-right: -2rem;
  }
  .btn-signin-account-text {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .btn-signup-account-text {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  /* Sign In & Sign Up Buttons */
  .btn-signin,
  .btn-signup {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    width: 250px;
  }

  /* Sign In Button */
  .btn-signin {
    background-color: rgb(81, 28, 102);
    color: #fff;
  }

  .btn-signin:hover {
    background-color: #7418ff;
    transform: translateY(-3px);
  }

  /* Sign Up Button */
  .btn-signup {
    background-color: rgb(81, 28, 102);
    color: #fff;
  }

  .btn-signup:hover {
    background-color: #6c1ce5;
    transform: translateY(-3px);
  }

  .privacy-main-head {
    margin-left: 8rem;
  }

  .about-platform p {
    font-size: 20px;
    line-height: 34px;
    /* Adjust as needed */
  }

  .pricing-plan {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    /* Larger shadow */
    padding: 30px;
    width: 300px;
    text-align: center;
    transition: transform 0.3s ease;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Push elements apart */
  }
  .footer-container{
    justify-content: space-between;
  }
  .footer-detail{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: flex-start;
  }
  .footer-detail h2{
    font-size: 26px;
  }
  .footer-nav .nav-item a{
    font-size: 16px;
  }

}


.ul-list {
  list-style-type: disc !important;
  /* Forces the bullets to appear */
  margin-left: 20px;
  /* Optional: Adds some space to the left */
  padding-left: 20px;
  /* Optional: Ensures padding for the bullets */
}

/* Change the color of the inactive indicators to black */
.carousel-indicators li {
  background-color: black;
  /* Set the background color to black */
  opacity: 0.5;
  /* Reduce opacity for inactive indicators */
}

/* Change the color of the active indicator to black */
.carousel-indicators .active {
  background-color: black;
  /* Set the active indicator to black */
  opacity: 1;
  /* Full opacity for the active indicator */
}

/* .info{
  display: flex;
} */

.about-platform p {
  color: white;
  margin-top: 10px;

  text-align: justify;
  text-justify: inter-word;
}


.pricing-section {
  text-align: center;
  padding: 40px;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.pricing-section h2 {
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 700;
  /* Make the text bold */
  color: #333;
}

.pricing-section p {
  font-size: 18px;
  color: #666;
}

.pricing-table {
  display: flex;
  justify-content: center;
  /* Center the plans */
  gap: 30px;
}



.pricing-plan:hover {
  transform: translateY(-10px);
  /* Add hover effect to elevate the cards */
}

.pricing-plan h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #333;
  font-weight: 600;
}

.price {
  font-size: 70px;
  color: #007bff;
  margin-bottom: 10px;
}

.price span {
  font-size: 16px;
  vertical-align: middle;
}

.pricing-plan ul {
  list-style: disc;
    margin-bottom: 30px;
    padding-left: 30px;
    text-align: left;
    display: inline-block;
}

.pricing-plan ul li {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.pricing-plan ul li.not-included {
  color: #d9534f;
  text-decoration: line-through;
}



.choose-btn {
  display: inline-block;
  background: #007bff;
  /* Blue button */
  color: white;
  padding: 12px 20px;
  text-align: center;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  transition: background 0.3s;
}



.more-plans-btn {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 10px 30px;
  border-radius: 50px;
  text-decoration: none;
  margin-top: 30px;
  transition: background-color 0.3s ease;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.starter .price {
  color: rgb(81, 28, 102);
  font-size: 30px;
  font-weight: bold;
}

.starter h6 {
  font-size: 17px;
}

.pro .price {
  color: rgb(81, 28, 102);
  /* Green for Pro price */
  font-size: 30px;
  font-weight: bold;
}

.pro h6 {
  font-size: 17px;
}

.plan-features{
  list-style-type: disc;
  padding-left: 0;
  margin-left: 0;
}