.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #a904bc; /* Add your preferred background color */
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease-in-out;
  }
  
  /* Add this style to create a white underline for active menu items */
  .navbar-nav a.active {
    position: relative;
  }

	.sample-slider {
		width: 70%;
	}

	.sample-slider img {
		width: 100%;
	}

	/* Home Plans Swiper*/

	.plans-tagline {
		font-family: Raleway;
		font-weight: 600;
	}

	.plans-tagline div:first-child {
		font-size: 30px;
	}

	.plans-tagline div:last-child {
		font-size: 36px;
	}

	.plans-heading {
		font-family: Roboto;
		font-size: 40px;
		font-weight: 700;
	}

	.plans-description {
		font-family: Roboto;
		font-weight: 600;
		font-size: 24px;
		color: #174571;
	}

	.homeSwiper {
		width: 100%;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.homeSwiper .swiper-slide {
		width: 300px;
	}

	.homeSwiper .swiper-pagination {
		--swiper-theme-color: #8a4f06;
	}

	/* Corp Plans Swiper*/

	.corpSwiper {
		width: 100%;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.corpSwiper .swiper-slide {
		width: 300px;
	}

	.corpSwiper .swiper-pagination {
		--swiper-theme-color: #8a4f06;
	}

	.plan-container {
		border-radius: 20px;
		overflow: hidden;
		box-shadow: 0px 20px 50px 18px rgb(0 0 0 / 28%);
	}

	.plan-name {
		font-family: Raleway;
		font-weight: 400;
		font-size: 23px;
		color: #feffc8;
	}

	.plan-price {
		font-family: 'Rozha One', serif;
		font-weight: 400;
		color: #e5d894;
		font-size: 30px;
	}

	.plan-name-container {
		background-color: #394e5a;
	}

	.plan-features {
		padding: 1px;
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		color: black;
	}

	.plan-features span {
		font-weight: 500;
	}

	.plan-features-box {
		background-color: #feffc8;
	}

	.get-plan-button {
		margin-top: 1em;
		font-weight: 600;
		background-color: #ff9900;
		color: white;
		box-shadow: 0px 3px 10px 2px rgb(0 0 0 / 30%);
	}

	.get-plan-button-container {
		background-color: white;
		padding-bottom: 30px;
	}

	.side-box {
		padding: 0px 30px;
	}

	.middle-box {
		padding: 0px 30px;
	}

	@media (max-width: 768px) {
		.plans-tagline div:first-child {
			font-size: 18px;
		}

		.plans-tagline div:last-child {
			font-size: 23px;
		}

		.plans-heading {
			font-size: 28px;
		}

		.plans-description {
			font-size: 18px;
		}
	}
  
  .navbar-nav a.active::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff; /* Set the desired underline color */
    bottom: 0;
    left: 0;
  }
  
  
  .sticky-header a {
    color: #333; /* Add your preferred text color */
  }

  .sample-slider {
    width: 70%;
  }

  .sample-slider img {
    width: 100%;
  }

  /* Home Plans Swiper*/

  .plans-tagline {
    font-family: Raleway;
    font-weight: 600;
  }

  .plans-tagline div:first-child {
    font-size: 30px;
  }

  .plans-tagline div:last-child {
    font-size: 36px;
  }

  .plans-heading {
    font-family: Roboto;
    font-size: 40px;
    font-weight: 700;
  }

  .plans-description {
    font-family: Roboto;
    font-weight: 600;
    font-size: 24px;
    color: #174571;
  }

  .homeSwiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .homeSwiper .swiper-slide {
    width: 300px;
  }

  .homeSwiper .swiper-pagination {
    --swiper-theme-color: #8a4f06;
  }

  /* Corp Plans Swiper*/

  .corpSwiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .corpSwiper .swiper-slide {
    width: 300px;
  }

  .corpSwiper .swiper-pagination {
    --swiper-theme-color: #8a4f06;
  }

  .plan-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 20px 50px 18px rgb(0 0 0 / 28%);
  }

  .plan-name {
    font-family: Raleway;
    font-weight: 400;
    font-size: 23px;
    color: #feffc8;
  }

  .plan-price {
    font-family: 'Rozha One', serif;
    font-weight: 400;
    color: #e5d894;
    font-size: 30px;
  }

  .plan-name-container {
    background-color: #394e5a;
  }

  .plan-features {
    padding: 1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: black;
  }

  .plan-features span {
    font-weight: 500;
  }

  .plan-features-box {
    background-color: #feffc8;
  }

  .get-plan-button {
    margin-top: 1em;
    font-weight: 600;
    background-color: #ff9900;
    color: white;
    box-shadow: 0px 3px 10px 2px rgb(0 0 0 / 30%);
  }

  .get-plan-button-container {
    background-color: white;
    padding-bottom: 30px;
  }

  .side-box {
    padding: 0px 30px;
  }

  .middle-box {
    padding: 0px 30px;
  }

  @media (max-width: 768px) {
    .plans-tagline div:first-child {
      font-size: 18px;
    }

    .plans-tagline div:last-child {
      font-size: 23px;
    }

    .plans-heading {
      font-size: 28px;
    }

    .plans-description {
      font-size: 18px;
    }
  }
