/* Header*/
.menus {
  min-width: 350px !important;
  padding: 15px 5px !important;
  margin-bottom: 25px !important;
  width: 350px !important;
}

.banner-image {
  max-width: 560px !important
}

.menu-content {
  display: flex;
  grid-gap: 10px;
  justify-content: space-evenly;
  align-items: center;
}

.container-icon {
  padding: 8px;
  background: #fbf1e4;
  border-radius: 20px;
  text-align: center;
  box-shadow: 2px 2px #80808080;
  cursor: pointer;
}

.main-logo {
  display: block;
}

.mobile-logo {
  display: none;
}

.site-header.header-fixed.showed .site-logo .mobile-sticky-logo {
  display: none !important;
}

/* End Header */

/* Banner */
.main-banner {
  height: 725px !important;
  margin-top: -15px !important;
}

.banner-title {
  font-size: 34px !important;
}

/* End Banner */
/* .category {
  padding-top: 20px !important;
} */
/* #pricing {
  padding: 36px 0 0px !important;
} */
.icon-list-box {
  margin-bottom: 25px !important;
}

/* Business */
.business-icon {
  margin: auto auto 35px auto !important;
}

.business-title {
  text-align: center;
  pointer-events: none;
}

/* End Business */

/* Pricing */
.pricing-box {
  padding: 60px 65px 52px !important;
}

.pricing-box-two {
  padding: 60px 65px 66px !important;
}

/* End Pricing */

/* Footer */
.footer-container {
  padding-top: 15px !important;
}

.rows {
  display: flex;
  justify-content: space-between;
}

.footer-logo-img {
  width: 25px;
  height: 25px;
}

/* End Footer */

/* Privacy Policy */
.privacy-header {
  display: grid;
  position: relative;
  padding: 2% 0;
}

.policy-header {
  margin-top: 25px;
}

.policy-heading {
  text-align: center;
}

.policy-content {
  padding: 2% 12%;
}

/* End Policy */

/* Terms & Condition */
.terms-container {
  display: grid;
  justify-content: center;
  padding: 2% 12%;
}

.terms-heading {
  text-align: center;
  margin-bottom: 25px;
}

/* End Terms */

/*  */
.contact-submit {
  padding: 10px 32px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: 2px solid #fe9a22;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  z-index: 2;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}

.contact-submit.btn-submit {
  background: #fe9a22;
  width: auto;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  margin: -12px 0 0 43%;
  padding: 10px 27px;
  border-radius: 75px;
}

.contact-submit.btn-submit:after {
  background: #fe9a22;
}

.contact-submit.btn-submit:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fe9a22;
  color: #fff;
}

.icon-box.style-five {
  padding: 12px !important;
}

.iframe-new {
  padding-top: 2% !important;
}

/*  */
.desktop {
  display: block;
}

.mobile {
  display: none;
}

.contact-main-title {
  padding: 0 0 25px 61.5vw;
}

@media screen and (max-width: 992px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .menu-close {
    padding: 8px 25px;
  }
}

@media screen and (min-width: 1024px) and (min-height: 700px) {
  .new-onboarding {
    height: 83vh !important;
  }
}

@media screen and (max-width: 900px) {
  .footer-mail {
    font-size: 11px !important;
  }

  .pricing-mail {
    font-size: 14px;
  }

  .banner-image {
    max-width: 100% !important
  }

  #footer-saas .footer-widgets .widget-title {
    font-size: 14px !important;
    margin-bottom: 12px !important;
  }

  .footer-widgets .widget {
    margin-bottom: 20px !important;
  }

  .onboarding-mail {
    margin-top: 6% !important;
  }

  /* Header*/
  .main-logo {
    display: none !important;
  }

  .mobile-logo {
    display: block !important;
  }

  .site-header.header-fixed.showed .site-logo .mobile-logo {
    display: none !important;
  }

  .logo-sticky {
    display: none !important;
  }

  .site-header.header-fixed.showed .site-logo .mobile-sticky-logo {
    display: block !important;
  }

  .mobile-ham-logo {
    display: block !important;
  }

  .dark-mode .logo-dark {
    display: none !important;
  }

  .contact-information {
    padding: 25px 25px 0 !important;
  }

  .contact-submit.btn-submit {
    margin: -12px 0 0 35% !important;
  }

  .footer-mail {
    word-break: break-all;
  }

  /* End Header */

  /* Banner */
  .main-banner {
    height: auto !important;
  }

  .banner-title {
    font-size: 26px !important;
  }

  .banner-saas-main {
    padding: 100px 0 40px !important;
  }

  /* End Banner */

  /* Business */
  .icon-box.style-five {
    padding: 5px !important;
  }

  .icon-box {
    margin-bottom: 15px !important;
  }

  /* End Business */

  /* Pricing */
  .pricing-card {
    padding: 0 25px !important;
  }

  /* End Pricing */

  /* Feature */
  .feature-container {
    padding-right: 20px;
    padding-left: 22px;
  }

  /* End Feature */

  /* Footer */
  /* .rows {
    margin: 0 !important;
  } */
  /* End Footer */

  /* Privacy */
  .policy-header {
    margin: 15px 0 27px !important;
  }

  /* End Privacy */
  .iframe-new {
    padding-top: 25% !important;
  }

  .new-onboarding.onboarding {
    height: 50vh !important;
  }
}

.onboarding {
  height: 97vh !important;
  padding-top: 4% !important;
}

.new-onboarding {
  height: 76.8vh;
}

#policy,
#terms {
  padding-top: 90px !important;
}

#myIframe {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 4%;
  border: none;
}

@media screen and (max-width: 1023px) {
  .onboarding {
    height: 85vh !important;
  }

  .new-onboarding {
    height: 70.8vh;
  }

  .pricing-table {
    padding: 20px 20px 50px !important;
  }
}

@media screen and (min-width: 1024px) {
  .business-menu {
    display: none !important;
  }
}

.result-design {
  /* position: absolute; */
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 10px 30px 10px;
  ;
  color: rgb(0, 0, 0);
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.result-design p {
  text-align: center;
}

/* Theme mode */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: #2196f3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

input:checked+.slider {
  background-color: #fe9a22 !important;
}

/* End Theme configuration */

.header-link {
  word-break: break-word;
  color: black;
}

/* Dark theme styles */
.dark-mode .footer-container {
  background-color: #1C1E25 !important;
}

.dark-mode .pricing-container {
  background-color: #181A20 !important;
}

.dark-mode .header-fixed {
  background-color: #181A20 !important;
}

body.dark-mode {
  background-color: #181A20;
  color: #ffffff;
}

.dark-mode path {
  fill: #181A20;
}

.dark-mode .header-link {
  color: #ffffff !important;
}

.dark-mode .header-link :hover {
  color: #fe9a22;
}

.dark-mode .sub-heading {
  color: #fe9a22 !important;
}

.dark-mode .mobile-header .main-nav-container {
  background: #181A20 !important;
}

.dark-mode .close-menu {
  color: #ffffff !important;
}

.dark-mode .site-header .astriol-burger-menu span {
  background: #ffffff !important;
}

.dark-mode .icon-box.style-five:hover {
  background: #eeeaea52;
}

.dark-mode .return-to-top:before {
  background: #ffffff54;
}

.dark-mode .contact-information {
  background: #181A20;
}

.dark-mode input,
.dark-mode textarea {
  background: #232222;
  color: #fff;
  border: 1px solid #ffffff;
}

.dark-mode .feature-list-item {
  background-color: #272727;
}

.dark-mode .feature-list-item .list-title {
  color: #f2f2f2;
}

.logo-light {
  display: block;
}

.logo-title {
  color: black !important;
  font-weight: 600;
}

.dark-mode .logo-title {
  color: white !important;
  font-weight: 600;
}

.logo-main {
  width: 25px !important;
  height: 25px !important;
}

.logo-dark {
  display: none;
}

.dark-mode .logo-light {
  display: none;
}

.dark-mode .logo-dark-sticky {
  display: none !important;
}

.dark-mode .logo-light-sticky {
  display: none !important;
}

@media screen and (min-width: 901px) {
  .dark-mode .logo-dark {
    display: block !important;
  }
}

@media screen and (max-width: 575px) {
  .mobile-business {
    display: grid !important;
    grid-template-columns: auto auto;
    width: 100%;
    /* padding-right: 20px !important; */
    justify-content: space-evenly !important;
    align-items: center !important;
  }

  .rows {
    display: grid !important;
    grid-template-columns: auto auto;
  }

  .email-footer-div {
    grid-column: 1 / 3;
  }

  .pricings-two-page {
    padding: 75px 0 0 !important;
  }

  .footer-container {
    padding-top: 15px !important;
  }

  .footer-widgets .footer-mail {
    margin-bottom: 0 !important;
  }

  #footer-saas .footer-widgets .widget-title {
    margin-bottom: 2px !important;
  }

  .footer-widgets .widget {
    margin-bottom: 0 !important;
  }

  #footer-saas .footer-widgets .copyright-text {
    font-size: 12px !important;
  }

  .footer-widgets .footer-menu li {
    line-height: 25px !important;
  }

  #footer-saas .footer-widgets .footer-menu li a {
    font-size: 12px !important
  }
}

.feature-comminity-two {
  padding: 113px 0 0px !important;
}

/* Pricing Table */

/* Reset some default styles */
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.feature-value {
  text-align: center !important;
}

/* Header styles */
thead {
  background-color: #f2f2f2;
}

th {
  background-color: #4CAF50;
  color: white;
}

/* Alternating row colors */
tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.dark-mode tbody tr:nth-child(even) {
  background-color: #63636358;
}

/* Icon styles */
.eii {
  font-size: 18px;
  color: green;
  text-align: center;
}

.icon_close {
  font-size: 10px;
  color: red !important;
  text-align: center;
  -webkit-text-fill-color: red; /* Safari-specific */
}

.table-container {
  overflow: auto;
  padding-bottom: 5px;
}

.feature-value {
  text-align: center;
}

.standard-price,
#standard-price {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

/* Responsive styles for smaller screens */
@media screen and (max-width: 600px) {

  th,
  td {
    box-sizing: border-box;
  }

  th,
  td {
    text-align: center;
  }

  .logo-title {
    margin-top: 4px;
  }

  .contact-main-title {
    padding: 0 0 25px 35vw !important;
  }
}

.period-toggle-group {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  border: none !important;
}

.toggle-button {
  padding: 15px 20px;
  border-radius: 15px;
  width: 140px;
  margin: 0 5px;
  border: none;
  cursor: pointer;
}

.toggle-button.active {
  background-color: #f57c00;
  color: white;
  border-radius: 15px;
}

.toggle-button:hover {
  background-color: #f57c00;
  color: white;
}

.toggle-btn:hover {
  background-color: #f57c00;
  color: white;
}

.toggle-button-checked {
  background: #f57c00;
}

/* #standardFeature li:nth-child(n+6) {
  display: none;
}

#freeFeature li:nth-child(n+6) {
  display: none;
} */
.price-feature li:nth-child(n+6) {
  display: none;
}

.price_1 {
  display: block;
}

.price_2 {
  display: none;
}

.price_3 {
  display: none;
}

.pricing-table {
  padding: 25px 30px 40px !important;
}

@media screen and (max-width: 1023px) {
  .pricing-table {
    padding: 20px 20px 50px !important;
  }
}

#standardFeature {
  margin-bottom: auto !important;
}

#freeFeature {
  margin-bottom: auto !important;
}

.pricings-two-page {
  background: none !important;
}

.section-heading.style-two {
  margin-bottom: 10px !important;
}

.valueString {
  /* color: rgb(241, 199, 121); */
  color: #fe9a22;
}

.feature-table-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.toggle-buttons {
  display: flex;
  justify-content: center;
  padding: 10px 0 25px;
}

.toggle-btn {
  padding: 12px 15px;
  border-radius: 15px;
  width: 140px;
  margin: 0 5px;
  border: none;
  cursor: pointer;
}

.toggle-btn.active {
  background-color: #f57c00;
  color: white;
  border-radius: 15px;
}

.plan-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  /* border-radius: 25%; */
}

.dark-mode .plan-table {
  background-color: #181A20;
}

.dark-mode .pricings-two-page {
  background-color: #181A20;
}

.plan-table th,
.plan-table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.plan-table th {
  background-color: #fb9400;
  font-size: 16px;
}

.plan-table td {
  font-size: 14px;
}

.plan-table td:first-child {
  text-align: left;
}

td p {
  margin-bottom: 0 !important;
}

.dark-mode .text-color {
  color: white !important;
}

.dark-mode .price-feature li {
  color: white !important;
}

.featrure-list-items {
  margin-bottom: auto !important;
}

.get-start-button {
  padding: 15px 20px;
  width: 140px;
  margin: 0 5px;
  border: none;
  cursor: pointer;
  background-color: #f57c00;
  color: white;
  border-radius: 15px;
}

.get-start-button:hover{
  color: white;
}

.plan-design {
  justify-content: center;
}

.contact-us{
  color: white;
}

/* Styling for hover state */
.contact-us:hover {
  color: white;

}
.text-color {
  color: #000000 !important;
}

.plans-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin: auto !important;
}

#plans-container {
  display: flex;
  flex-wrap: nowrap !important;
  transition: transform 0.3s ease;
  scroll-behavior: smooth;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .length {
    justify-content: center;
  }
}

.plans-wrapper .arrow-button {
  background-color: #333;
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

#btn-left {
  left: 35px;
}

#btn-right {
  right: 35px;
}

/* for iphone */
@media screen and (max-width: 390px) and (max-height: 844px) {
  #btn-left {
    left: 5px !important;
  }
  
  #btn-right {
    right: 5px !important;
  }
}

#btn-left, #btn-right {
  position: absolute;
  bottom: 40%;
  background-color: #f57c00;
  width: 50px;
  height: 50px;
  border-radius: 75%;
  border: none;
  color: wheat;
  font-size: 20px;
}

#plans-container .col-lg-4 {
  flex: 0 0 100%; /* Default for mobile: show 1 card at a time */
  max-width: 100%;
}

@media (min-width: 768px) {
  #plans-container .col-lg-4 {
    flex: 0 0 50%; /* Show 2 cards at a time on medium screens */
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  #plans-container .col-lg-4 {
    flex: 0 0 33.333%; /* Show 3 cards at a time on large screens */
    max-width: 33.333%;
  }
}