/* Package Only CSS */

.cta-arrow i {
  margin-top: 5px;
}

.equal-section {
  padding: 40px 0;
}

.cf-pkg .container-fluid {
  padding: 0 100px;
}

.cf-pkg .vo-main-wrapper-here {
  padding: 40px 0;
}

.cf-pkg .vo-pricing-wrapper-one {
  padding: 30px 15px 45px 15px !important;
}
.package-global-wrapper
  .vo-pricing-wrapper-one
  .pricing-header-start
  .package-title {
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 0;
}

.zoomEffect {
  display: inline-block;
  transition: transform 0.3s ease;
}

.zoomActive {
  transform: scale(1.25);
}

.cf-pkg .detailed-info {
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
  margin-bottom: 30px;
}

.cf-pkg .pkg-price-weekly {
  text-align: center;
}

.package-global-wrapper
  .vo-pricing-wrapper-one
  .pricing-header-start
  .pre-title {
  color: gray;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.package-global-wrapper .pkg-price-weekly .currency-symbol,
.package-global-wrapper .pkg-price-weekly .weekly-price {
  font-size: 40px;
  font-weight: 900;
}

.cf-pkg .only-for {
  /* border-radius: 8px; */
  margin: 10px 0;
  margin-bottom: 0;
  background-color: #fff;
  border: 2px solid var(--light-green-color);
  background: #ecfdf5;
}

.cf-pkg .only-for .feature-list {
  padding: 10px 15px;
}

.cf-pkg .only-for .quick {
  font-weight: 900;
  margin-bottom: 0;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  /* background: var(--dark-blue-color); */
  color: #fff;
  /* background-color: var(--light-green-color); */
  padding: 10px;
      background: #ecfdf5;
    color: #065f46;
}

.cf-pkg .only-for .feature-item {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 12px;
}

.cf-pkg .only-for .feature-item:last-child {
  margin-bottom: 0;
}

.cf-pkg .only-for .feature-item i {
  background: var(--light-green-color);
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #065f46;
}

.package-global-wrapper .vo-package-equivalent-price {
  height: 100px;
}

.package-global-wrapper .vo-package-main-price {
  border-radius: 8px;
  padding: 15px 0px;
  margin: 0px 0;
  border: none;
  background-color: transparent;
}

.package-global-wrapper .pricing-body {
  padding-bottom: 32px !important;
}

.package-global-wrapper .vo-package-equivalent-price .convertedAmount {
  font-size: 25px;
}

.package-global-wrapper .vo-package-main-price .extra-detail-price {
  padding: 20px 10px;
  border-radius: 5px;
  background-color: #fff;
  height: 420px;
}

.package-global-wrapper .vo-package-main-price .discountedPkgName {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 0;
  padding-top: 0;
  text-align: left;
}

.package-global-wrapper .vo-package-main-price .discountedPkgPrice {
  font-size: 22px;
  margin: 15px 0;
  margin-bottom: 5px;
  font-weight: 900;
}

.package-global-wrapper .vo-package-main-price .paymentType {
  font-size: 13px;
  font-weight: 400;
  color: gray;
  padding: 0;
}

.divider-container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0;
  margin-bottom: 20px;
}

.divider-line {
  flex: 1;
  height: 1px;
  background: #d1d5db61;
}

.divider-plus-icon {
  width: 20px;
  height: 20px;
  border: 1px solid #d1d5db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.divider-plus-icon::before,
.divider-plus-icon::after {
  content: "";
  position: absolute;
  background: #6b7280;
}

.divider-plus-icon::before {
  width: 12px;
  height: 2px;
}

.divider-plus-icon::after {
  width: 2px;
  height: 12px;
}

/* Toggle Container */
.toggle-container {
  position: relative;
  display: inline-flex;
  background-color: transparent;
  border-radius: 25px;
  padding: 0;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.toggle-container .save-discount {
  display: none;
}

.toggle-container .slider {
  position: relative;
  width: 50px;
  height: 28px;
  background-color: var(--light-green-color);
  border-radius: 50px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
  order: 2;
  z-index: 1;
}

.toggle-container .slider:hover {
  opacity: 0.9;
}

.toggle-container .slider:before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: transform 0.3s ease;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.toggle-container input[type="radio"] {
  display: none;
}

.toggle-container input[type="radio"]:first-of-type:checked ~ .slider:before {
  transform: translateX(0);
}

.toggle-container input[type="radio"]:nth-of-type(2):checked ~ .slider:before {
  transform: translateX(22px);
}

.toggle-container label {
  position: relative;
  z-index: 10;
  padding: 0;
  cursor: pointer;
  transition: color 0.3s ease;
  font-size: 16px;
  font-weight: 500;
  color: #9ca3af;
  margin-bottom: 0;
  user-select: none;
  white-space: nowrap;
}

.toggle-container label:first-of-type {
  order: 1;
}

.toggle-container label:last-of-type {
  order: 3;
}

.toggle-container input[type="radio"]:checked + label {
  color: var(--dark-blue-color);
  font-weight: 600;
}

.toggle-container label:hover {
  opacity: 0.8;
}

/* Subtitle */
.toggle-subtitle {
  margin-top: 15px;
  font-size: 14px !important;
  font-weight: 600;
}
/* Toggle Container End */

/* 16 Dec CSS */
.package-global-wrapper .vo-pricing-wrapper-one .pricing-body {
  border-top: none;
}

.package-global-wrapper
  .vo-pricing-wrapper-one
  .pricing-body
  .single-pricing.available
  .price-details,
.package-global-wrapper
  .vo-pricing-wrapper-one
  .pricing-body
  .single-pricing.unavailable
  .price-details {
  font-size: 13px;
}

.package-global-wrapper .vo-package-main-price .total-section {
  /* background: #f9fafb; */
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 32px;
  text-align: center;
  background-color: transparent;
  padding-top: 20px;
  margin-bottom: 0;
}

.package-global-wrapper .vo-package-main-price .total-label {
  font-size: 14px;
  font-weight: 600;
  color: gray;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.package-global-wrapper .vo-package-main-price .total-price {
  font-size: 35px;
  font-weight: 700;
  color: var(--dark-blue-color);
  letter-spacing: 1px;
}

.package-global-wrapper .vo-pricing-wrapper-one .pricing-body {
  height: 700px;
}

.package-global-wrapper .vo-package-main-price .bespoke-img {
  width: 100%;
}

.package-global-wrapper .vo-package-main-price .bespoke-img img {
  mix-blend-mode: multiply;
  width: 70%;
  margin: 0 auto;
  display: block;
}

.pkg-04 .extra-detail-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.package-global-wrapper .vo-package-main-price .toggleSection
{
  height: 94px;
}

.package-global-wrapper .vo-package-main-price .priceSeparatorLine
{
  height: 1px;
  background-color: #d1d5db61;
  width: 100%;
  margin-top: 10px;
}

/* Package Sticky Effect */
 .package-sticky {
   position: relative;
   transition: all 0.3s ease;
}

.package-sticky.fixed span, .package-sticky.fixed h3 {
  color: white !important;
}

.package-sticky.fixed {
    position: sticky;
    top: 99px;
    z-index: 999;
    background-color: var(--dark-blue-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 10px;
    width: 110%;
    margin-left: -15px;
}

.package-sticky.fixed h3 {
    font-size: 25px !important;
    font-weight: 700;
}

@media(min-width:1900px){
.package-sticky.fixed
{
  width: 108.1%;
}
}

@media(min-width:2100px){
.package-sticky.fixed
{
  width: 107%;
}
}

@media(max-width:1499px){
.package-sticky.fixed
{
width: 111%;
}
}

@media(max-width:1399px){
.package-sticky.fixed
{
width: 112%;
}
}


@media(max-width:1350px){
.package-sticky.fixed
{
top: 70px;
}
}


@media(max-width:1270px){
.package-sticky.fixed
{
width: 113%;
}
}



@media(max-width:1199px){
.package-sticky.fixed
{
  width: 106%;
}
}

@media(max-width:768px){
  .package-sticky.fixed {
    width: inherit;
    position: inherit;
    top: inherit;
    z-index: inherit;
    background-color: inherit;
    box-shadow: inherit;
    padding: inherit;    
    margin-left: inherit;
  }
}
/* Package Sticky Effect */


@media (min-width: 1801px) {
  .cf-pkg .only-for {
    height: 390px;
  }
}

@media (min-width: 1900px) {
  .cf-pkg .only-for {
    height: 372px;
  }
  .package-global-wrapper .vo-pricing-wrapper-one .pricing-body
  {
    height: 700px;
  }
  .quick_br
  {
    display: block !important;
  }
}

@media (min-width: 2000px) {
  .cf-pkg .only-for {
    height: 340px;
  }

}

@media (max-width: 1800px) {
  .package-global-wrapper
    .vo-pricing-wrapper-one
    .pricing-header-start
    .pre-title {
    font-size: 11px;
  }
  .cf-pkg .only-for {
    height: 420px;
  }
}

@media (max-width: 1750px) {
  .package-global-wrapper .vo-pricing-wrapper-one .pricing-body {
    height: 720px;
  }
}

@media (max-width: 1700px) {
  .package-global-wrapper
    .vo-pricing-wrapper-one
    .pricing-header-start
    .pre-title {
    display: inline-block;
  }
  .package-global-wrapper .vo-pricing-wrapper-one .pricing-body {
    height: 750px;
  }
  .package-global-wrapper
    .vo-pricing-wrapper-one
    .pricing-body
    .single-pricing.available
    .price-details {
    font-size: 14px;
  }
}

@media (max-width: 1600px) {
  .cf-pkg .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1650px) {
  .package-global-wrapper .vo-pricing-wrapper-one .pricing-body {
    height: 770px;
  }
}

@media (max-width: 1550px) {
  .cf-pkg .only-for {
    height: 430px;
  }
}


@media (max-width: 1470px) {
  .package-global-wrapper .vo-package-main-price .discountedPkgName
{
  font-size: 13px;
}
}


@media (max-width: 1450px) {
  .toggle-container label {
    font-size: 12px;
  }

  .toggle-container {
    gap: 10px;
  }
}

@media (max-width: 1430px) {
  .toggle-subtitle {
    font-size: 12px !important;
  }
  .package-global-wrapper .vo-package-main-price .total-price {
    font-size: 35px;
  }
  .cf-pkg .only-for .quick {
    font-size: 14px;
  }
 
  .package-global-wrapper
    .vo-pricing-wrapper-one
    .pricing-header-start
    .pre-title {
    font-size: 10px;
  }
  .cf-pkg .only-for
  {
    height: 470px;
  }
   .package-global-wrapper .vo-package-main-price .discountedPkgName
{
  font-size: 12px;
}
}

@media (max-width: 1380px) {
  .package-global-wrapper .vo-pricing-wrapper-one .pricing-body {
    height: 800px;
  }
}

@media (min-width: 1370px) and (max-width: 1470px) {
  .package-global-wrapper .vo-package-main-price .extra-detail-price {
    height: 430px;
  }
  .cf-pkg .only-for {
    margin-top: 30px;
  }
}

@media (max-width: 1360px) {
  .cf-pkg .only-for {
    height: 520px;
  }
  .cta-arrow i {
    margin-top: -5px;
  }
}
@media (max-width: 1340px) {
  .package-global-wrapper .vo-package-main-price .discountedPkgName {
    line-height: 20px;
    margin: 5px 0;
  }
  .package-global-wrapper .vo-package-main-price .extra-detail-price {
    height: 430px;
  }
  .cf-pkg .container-fluid
  {
    padding: 0 25px;
  }
}

@media (min-width: 1199px) and (max-width: 1350px) {

  .package-global-wrapper
    .vo-pricing-wrapper-one
    .pricing-header-start
    .package-title {
    font-size: 21px !important;
  }
  .package-global-wrapper .vo-pricing-wrapper-one .pricing-body {
    height: 790px;
  } 
}


@media (max-width: 1300px) {
  .package-global-wrapper .vo-pricing-wrapper-one .pricing-body {
    height: 850px;
  }
  .package-global-wrapper .vo-package-equivalent-price .convertedAmount {
    font-size: 20px;
  }
  .package-global-wrapper .vo-package-equivalent-price {
    height: 120px;
  }
    .package-global-wrapper
    .vo-pricing-wrapper-one
    .pricing-header-start
    .pre-title {
    font-size: 9px;
  }
}

@media (max-width: 1280px) {
    .package-global-wrapper .vo-pricing-wrapper-one .pricing-body {
    height: 970px;
  }

.package-global-wrapper .vo-package-main-price .discountedPkgName
{
 font-size: 11px;
}

}

@media (min-width: 1260px) and (max-width: 1270px) {
  .cf-pkg .only-for {
    height: 540px;
  }
}

@media (max-width: 1260px) {
  .cf-pkg .only-for {
    height: 570px;
  }
}

@media (min-width: 1200px) and (max-width: 1250px) {
  .cf-pkg .only-for {
    height: 540px;
  }
}

@media (max-width: 1250px) {
  .package-global-wrapper
    .vo-packages-table
    .vo-pricing-wrapper-one
    .most-popular-txt {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .package-global-wrapper .vo-package-equivalent-price {
    height: auto;
  }
  .package-global-wrapper .vo-package-equivalent-price {
    height: 100px;
  }
}

@media (max-width: 1199px) {
  .cf-pkg .only-for {
    height: 310px;
  }
  .package-global-wrapper .vo-package-main-price .extra-detail-price {
    height: 450px;
  }

  .package-global-wrapper .vo-pricing-wrapper-one .pricing-body {
    height: 625px;
  }

  .package-global-wrapper .vo-packages-table .pkg-01 .only-for,
  .package-global-wrapper .vo-packages-table .pkg-02 .only-for
  {
    height: 250px;
  }


}

@media (max-width: 1100px) {
  .package-global-wrapper
    .vo-pricing-wrapper-one
    .pricing-header-start
    .pre-title {
    height: auto;
  }
}

@media (max-width: 992px) {
  .package-global-wrapper .vo-package-main-price .total-price {
    font-size: 45px;
    margin: 15px 0;
  }

  .toggle-container label {
    font-size: 14px;
  }
  .cf-pkg .only-for .feature-item {
    font-size: 13px;
  }
  .package-global-wrapper
    .vo-pricing-wrapper-one
    .pricing-header-start
    .pre-title {
    font-size: 12px;
  }
  .package-global-wrapper .vo-package-main-price .discountedPkgPrice {
    font-size: 25px;
  }
    .package-global-wrapper .vo-packages-table .pkg-01 .only-for,
  .package-global-wrapper .vo-packages-table .pkg-02 .only-for
  {
    height: 310px;
  }
}

@media (max-width: 768px) {
 
  .cf-pkg .only-for,
  .package-global-wrapper .vo-packages-table .pkg-01 .only-for,
  .package-global-wrapper .vo-packages-table .pkg-02 .only-for
  {
    height: 330px;
  }
}

@media (max-width: 700px) {
  .package-global-wrapper .vo-pricing-wrapper-one .pricing-body {
    height: 690px;
  }
}

@media (max-width: 576px) {
 .package-global-wrapper .vo-pricing-wrapper-one .pricing-body {
    height: 715px;
  }
   .cf-pkg .only-for,
  .package-global-wrapper .vo-packages-table .pkg-01 .only-for,
  .package-global-wrapper .vo-packages-table .pkg-02 .only-for
  {
    height: 410px;
  }
}

@media (max-width: 500px) {
     .cf-pkg .only-for,
  .package-global-wrapper .vo-packages-table .pkg-01 .only-for,
  .package-global-wrapper .vo-packages-table .pkg-02 .only-for
  {
    height: 440px;
  }

  .package-global-wrapper
    .vo-packages-table
    .vo-pricing-wrapper-one
    .theme-button {
    font-size: 14px;
  }
  .cf-pkg .only-for .quick {
    font-size: 12px;
}
 .package-global-wrapper .vo-pricing-wrapper-one .pricing-body {
    height: 740px;
  }
}

@media (max-width: 480px) {
  .package-global-wrapper .vo-pricing-wrapper-one .pricing-body {
    height: 760px;
  }
  .package-global-wrapper .vo-package-main-price .total-price
  {
    font-size: 35px;
  }
  .package-global-wrapper .vo-package-main-price .extra-detail-price
  {
    height: 440px;
  }
  .package-global-wrapper .vo-packages-table .slick-list
  {
    padding-top: 20px;
  }
   .package-global-wrapper
    .vo-pricing-wrapper-one
    .pricing-header-start
    .package-title {
    font-size: 21px;
  }
}

@media (min-width: 425px) and (max-width: 431px) {
  .cf-pkg .only-for,
    .package-global-wrapper .vo-packages-table .pkg-01 .only-for,
  .package-global-wrapper .vo-packages-table .pkg-02 .only-for
  {
 height: 400px;
  }
}


@media (max-width: 400px) {
  .cf-pkg .only-for,
    .package-global-wrapper .vo-packages-table .pkg-01 .only-for,
  .package-global-wrapper .vo-packages-table .pkg-02 .only-for
  {
    height: 460px;
    margin-top: 20px;
  }
  .package-global-wrapper .vo-pricing-wrapper-one .pricing-body {
    height: 790px;
  }

  .package-global-wrapper .vo-package-equivalent-price .equivalent-text {
    font-size: 10px;
  }
  .package-global-wrapper .vo-package-main-price .extra-detail-price {
    height: 485px;
  }

  .cf-pkg .only-for .feature-item {
    font-size: 11px;
  }
 
  .cf-pkg .vo-pricing-wrapper-one {
    padding: 30px 10px 45px 10px !important;
  }
  .package-global-wrapper .vo-package-main-price .total-section {
    padding: 25px 0px;
  }
  .extra-txt-vo {
    display: block !important;
    opacity: 0;
  }
  .package-global-wrapper
    .vo-pricing-wrapper-one
    .pricing-body
    .single-pricing.available
    .price-details,
  .package-global-wrapper
    .vo-pricing-wrapper-one
    .pricing-body
    .single-pricing.unavailable
    .price-details {
    font-size: 13px;
  }
  .incorporation_extra
  {
    display: block !important;
    opacity: 0;
  }

}

@media (max-width: 380px) {

  .package-global-wrapper .vo-package-equivalent-price .convertedAmount {
    font-size: 15px;
  }
  .cf-result-section-01 .cf-form-a-company-btn {
    padding: 15px 12px;
  }

  .right-header .detailed-txt {
    font-size: 13px;
  }
   .cf-pkg .only-for,
     .package-global-wrapper .vo-packages-table .pkg-01 .only-for,
  .package-global-wrapper .vo-packages-table .pkg-02 .only-for
   
   {
    height: 500px;
  }
  .package-global-wrapper .vo-pricing-wrapper-one .pricing-body
  {
    height: 870px;
  }
}

@media (max-width: 370px) {
 .package-global-wrapper .vo-pricing-wrapper-one .pricing-body
  {
    height: 900px;
  }
}

@media (max-width: 361px) {
  .package-global-wrapper .vo-pricing-wrapper-one .pricing-body {
    height: 960px;
  }
  .package-global-wrapper .vo-package-equivalent-price {
    padding: 20px 5px;
  }

}

@media (max-width: 351px) {
  .package-global-wrapper .vo-pricing-wrapper-one .pricing-body {
    height: 1000px;
  }
    .cf-pkg .only-for,
      .package-global-wrapper .vo-packages-table .pkg-01 .only-for,
  .package-global-wrapper .vo-packages-table .pkg-02 .only-for
    
    {
    height: 570px;
  }
}

/* Package Only CSS */

/* Slider CSS Starts Here */
/* Extra Locations Starts Here */


.vo-extra-locations .location-container .vo-location-group {
  display: flex;
  margin-top: 40px;
}

.vo-extra-locations .title {
  font-family: "Red Hat Display", serif !important;
}

.vo-extra-locations .layout-section {
  border-radius: 12px;
}

.vo-extra-locations .compact-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(32, 40, 45, 0.2); */
}

.vo-extra-locations .vo-location-group .btn.active {
  background-color: var(--dark-blue-color);
  color: white;
}

.vo-extra-locations .vo-location-group .btn {
  padding: 12px 30px;
}

.vo-extra-locations .vo-location-group .btn:focus {
  box-shadow: none !important;
}
.vo-extra-locations .vo-location-group .btn:hover {
  transform: translateY(0px);
}

/*  */

.vo-extra-locations .compact-card {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding-right: 40px; /* space for arrow */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 20px 10px;
  justify-content: space-between;
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-bottom: 10px;
}

.vo-extra-locations .compact-card.animate-in {
  animation: locationCardAnimation 1s ease both;
}

.vo-extra-locations .premium-compact-card {
  background-color: var(--dark-blue-color);
}

.vo-extra-locations .premium-compact-card .address-bar {
  background-color: var(--light-blue-color) !important;
  color: #fff !important;
}

.vo-extra-locations .premium-compact-card .address-main,
.vo-extra-locations .premium-compact-card .address-secondary,
.vo-extra-locations .premium-compact-card .read-more-text {
  color: #fff !important;
}

.vo-extra-locations .premium-compact-card .read-more-text i {
  background: #fff !important;
  color: var(--dark-blue-color) !important;
}

.vo-extra-locations .prestigious-card .address-bar {
  background: var(--light-blue-color) !important;
}

@keyframes locationCardAnimation {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.vo-extra-locations .compact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.vo-extra-locations .compact-image {
  width: 160px;
  height: 160px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  margin-right: 1rem;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.vo-extra-locations .compact-content .read-more-text i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--dark-blue-color);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  transition: background 0.3s;
  padding: 0;
  line-height: 25px;
  text-align: center;
  margin-left: 5px;
}

.vo-extra-locations .compact-content .more-information-modal:hover {
  background-color: #0056b3; /* Darker on hover */
  color: #fff;
}

/* New Design 30 Sept */
.vo-extra-locations .compact-content .btn-div {
  text-align: left;
}

.vo-extra-locations .compact-content {
  width: 100%;
}

.vo-extra-locations .compact-content .address-bar {
  background: var(--dark-blue-color);
  border-radius: 6px;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

.vo-extra-locations .slick-track {
  padding: 20px 0;
}

.vo-extra-locations .compact-content .address-main {
  font-size: 18px;
  margin: 20px 0;
  font-weight: 600;
  font-family: "Red Hat Display", serif !important;
}

.vo-extra-locations .compact-content .address-secondary {
  color: #555;
  font-size: 13px;
  font-family: "Red Hat Display", serif !important;
  font-weight: 600;
}

.vo-extra-locations .compact-content .address-secondary i,
.vo-extra-locations .compact-content .address-bar i {
  margin-right: 5px;
}

.vo-extra-locations .compact-content .read-more-text {
  font-size: 12px;
  cursor: pointer;
}
.vo-extra-locations .compact-content .read-more-text i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
}

.compact-list-slider .slick-dots {
  bottom: -80px;
}

.compact-list-slider .slick-slide {
  margin: 0 15px;
  /* margin-left: 0; */
}

.compact-list-slider .slick-list {
  margin: 0 -15px;
}

@media (max-width: 1400px) {
  .compact-list-slider .theme-slider-next {
    right: -15px;
  }
  .compact-list-slider .theme-slider-prev {
    left: -15px;
  }

  .ba-vo-free-reward-slider .theme-slider-prev {
    left: -50px;
  }
  .ba-vo-free-reward-slider .theme-slider-next {
    right: -50px;
  }

  .compact-list-slider .custom-slider-arrow {
  }
  .vo-extra-locations .compact-image {
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width: 1350px) {
  .vo-extra-locations .compact-content .address-bar,
  .vo-extra-locations .compact-content .read-more-text {
    font-size: 12px;
  }
  .vo-extra-locations .compact-content .address-main {
    font-size: 15px;
    margin: 10px 0;
  }
  .vo-extra-locations .compact-content .address-secondary {
    font-size: 12px;
  }
}

@media screen and (max-width: 1199px) {
  .vo-extra-locations .compact-content .address-bar,
  .vo-extra-locations .compact-content .read-more-text,
  .vo-extra-locations .compact-content .address-secondary {
    font-size: 14px;
  }
  .vo-extra-locations .compact-content .address-main {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
.vo-extra-locations .compact-content .address-main
{
  font-size: 16px;
}
}


@media (max-width: 768px) {
  .vo-extra-locations .location-container .vo-location-group {
    display: none;
  }

  .vo-extra-locations .compact-card {
    flex-direction: column;
    height: auto;
    padding-top: 0;
  }

  .vo-extra-locations .compact-image {
    width: 113%;
    height: 250px;
  }
  .vo-extra-locations .compact-content .address-bar {
    margin-top: 15px;
    display: inline-block;
  }
  .compact-list-slider .slick-list {
    height: 470px !important;
  }
}

@media (max-width: 576px) {
  .vo-extra-locations .compact-image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .compact-list-slider .theme-slider-next {
    right: 0%;
  }
  .compact-list-slider .theme-slider-prev {
    left: 0%;
  }

  .vo-extra-locations .compact-content .address-main {
    font-size: 18px;
  }
  .vo-extra-locations .compact-content .address-bar,
  .vo-extra-locations .compact-content .read-more-text {
    font-size: 13px;
  }
  .vo-extra-locations .compact-content .address-secondary {
    font-size: 14px;
  }

  .ba-vo-free-reward-slider .theme-slider-next {
    right: -0px;
  }
  .ba-vo-free-reward-slider .theme-slider-prev {
    left: -0px;
  }

  .cf-pkg .container-fluid {
    padding: 0 15px;
  }
  .review-wrapper {
    margin-bottom: 40px !important;
  }
  .compact-list-slider .slick-dots
  {
    bottom: -60px;
  }
}

@media (max-width: 390px) {
  .vo-extra-locations .compact-content .address-main {
    font-size: 16px;
  }
}

/* Slider CSS Ends Here */

/* Modal Starts Here */
.vo-modal-bootstrap .avlbl-with-modal {
  margin: 20px 0;
  text-align: center;
}

.vo-modal-bootstrap .modal-header {
  padding: 16px 0;
}

.vo-modal-bootstrap .modal-content .modal-features-list li {
  margin-bottom: 10px;
  line-height: 30px;
}

.vo-modal-bootstrap .modal-content .modal-features-list li i {
  color: var(--light-green-color);
  margin-right: 5px;
}

.vo-modal-bootstrap .modal-content {
  padding: 0px 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  background-color: #f8f9fa;
}

.vo-modal-bootstrap .modal-content .col-lg-5 {
  margin-top: -70px;
}

.vo-modal-bootstrap .modal-content .col-lg-5 img {
  object-fit: contain;
  border-radius: 10px;
}

.vo-modal-bootstrap .modal-content .modal-body p {
  line-height: 30px;
  font-weight: 500;
}

.vo-modal-bootstrap .modal-content .col-lg-5 {
  margin-top: 0px;
}
.vo-modal-bootstrap .modal-header .btn-close {
  color: var(--dark-blue-color);
  font-size: 25px;
  background-color: transparent;
  font-weight: bold;
  border: none;
}
@media screen and (max-width: 768px) {
  .vo-modal-bootstrap .modal-footer {
    padding: 5px 0;
  }
}

@media screen and (max-width: 576px) {
  .vo-modal-bootstrap .modal-header h3,
  .vo-modal-bootstrap .modal-header .btn-close {
    font-size: 18px !important;
  }

  /* Location BootStrap Modal */
  .vo-modal-bootstrap .modal-footer .btn {
    font-size: 12px;
  }
  .vo-modal-bootstrap .modal-content {
    max-height: 700px;
    overflow-y: scroll;
  }

  .vo-modal-bootstrap .modal-content .modal-body p,
  .vo-modal-bootstrap .modal-content .modal-features-list li {
    line-height: 26px;
  }
  .vo-modal-bootstrap .modal-content .modal-body {
    padding: 10px 0px;
  }
}

@media screen and (max-width: 390px) {
  .vo-modal-bootstrap .modal-footer {
    flex-direction: column;
  }
  .vo-modal-bootstrap .modal-footer .btn {
    width: 100%;
  }
}
/* Modal Ends Here */

/* 3 Boxes */
.service-bx {
  background-color: #f8f9fa;
}

.service-bx .service_box {
  padding: 20px 30px 30px;
  color: #e3e3e3;
  display: grid;
  border-radius: 10px;
  transition: all 1s;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.service-bx .service_box strong {
  font-size: 22px;
  margin: 20px 0;
  font-weight: 600;
  color: var(--dark-blue-color);
}
.service-bx .service_box p {
  color: var(--light-text);
}

.service-bx .service_box span {
color: var(--dark-blue-color);
  transition: all 0.5s;
}

.service-bx .service_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(32, 40, 45, 0.1);
  border-color: var(--dark-blue-color);
}

.service-bx .service_box:hover span {
  transform: scale(1.1);
  color: var(--dark-blue-color);
}

.service-bx .registerNow {
  font-family: "Red Hat Display", serif !important;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 992px) {
  .service-bx .col-lg-4:nth-child(2) {
    margin: 20px 0;
  }
}

/* 3 Boxes */

/* Stand Out From Crowd */

.standout-wrapper .cf-container {
  max-width: 100%;
  margin: 0 auto;
}

.standout-wrapper .hero-section {
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.standout-wrapper .highlight-section {
  color: var(--light-blue-color);
}
@media (max-width: 768px) {
  .standout-wrapper .hero-section {
    height: 400px;
  }
}

.standout-wrapper .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../imgs/company-formation/stand-out.webp");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.standout-wrapper .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 40, 45, 0.7);
  z-index: 2;
}

.standout-wrapper .content-text .fancy-first-letter::first-letter {
  font-size: 60px;
  font-weight: bold;
  color: var(--dark-blue-color);
  float: left;
  line-height: 1;
  margin-right: 5px;
  margin-top: -5px;
}

.standout-wrapper .content-section {
  padding: 60px 15px;
  background: white;
}

@media (max-width: 768px) {
  .standout-wrapper .content-section {
    padding: 40px 20px;
  }
}

.standout-wrapper .hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 800px;
  padding: 40px;
}

@media (max-width: 768px) {
  .standout-wrapper .hero-content {
    padding: 20px;
  }
}

.standout-wrapper .hero-content h3 {
  color: white;
  font-size: 3.5em;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.1;
}

.standout-wrapper .hero-content p {
  color: white;
  font-size: 1.3em;
  line-height: 1.6;
  opacity: 0.95;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .standout-wrapper .hero-content p {
    font-size: 16px;
  }
  .standout-wrapper .hero-content h3 {
    font-size: 35px;
  }
}

.standout-wrapper .hero-content button {
  background-color: #fff;
  color: var(--dark-blue-color) !important;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s;
}

.standout-wrapper .hero-content button:hover {
  transform: translateY(-5px);
  background-color: #fff;
}

/* Stand Out From Crowd */

/* Competition and Table */
.competition-wrapper .text-content h3 {
  font-size: 45px;
  font-weight: 800;
  line-height: 1.2;
}
.competition-wrapper .cf-line-border {
  width: 25%;
  height: 5px;
  background-color: var(--dark-blue-color);
  margin: 15px 0;
}

.competition-wrapper .image-container {
  position: relative;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.competition-wrapper .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cf-table-wrapper {
  margin-top: 50px;
  padding: 0 15px;
}

.cf-table-wrapper .comparison-table {
  background: white;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dee2e6;
  width: 100%;
  border-collapse: collapse;
}

.cf-table-wrapper .feature-column {
  background-color: #f8f9fa;
  color: var(--dark-blue-color);
  padding: 20px;
  font-weight: 600;
  font-size: 16px;
  vertical-align: top;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  width: 16%;
  vertical-align: middle;
}

.cf-table-wrapper .competitor-column {
  background-color: white;
  padding: 20px;
  font-size: 16px;
  vertical-align: top;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  width: 37.5%;
  line-height: 25px;
  color: var(--light-text);
}

.cf-table-wrapper .businassist-column {
  background-color: var(--dark-blue-color);
  color: white;
  padding: 20px;
  font-size: 16px;
  line-height: 25px;
  vertical-align: top;
  border-bottom: 1px solid #dee2e6;
  width: 37.5%;
}

.cf-table-wrapper .table-header {
  padding: 15px 20px;
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  background: #f8f9fa;
}

.cf-table-wrapper .businassist-header {
  background-color: var(--dark-blue-color);
  color: white;
}
.cf-table-wrapper .table-header .fa-check-circle {
  color: var(--light-green-color);
  padding-right: 5px;
}

.cf-table-wrapper .table-header .fa-times-circle {
  color: red;
  padding-right: 5px;
}

@media (max-width: 992px) {
  .competition-wrapper .col-lg-6:nth-child(2) {
    margin-top: 25px;
  }
  .competition-wrapper .text-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .cf-table-wrapper .competitor-column,
  .cf-table-wrapper .businassist-column,
  .cf-table-wrapper .feature-column {
    font-size: 13px;
    padding: 20px 10px;
  }
  .cf-table-wrapper .table-header {
    font-size: 14px;
    text-align: center;
  }
  .cf-table-wrapper .text_head {
    display: block;
  }
  .cf-table-wrapper {
    padding: 0;
  }
}
/* Competition and Table */
