/*!
 * services.scss
 * 
 * Styles for services page.
 */
/*!
 * _components.scss
 * 
 * Styles for reusable UI components across the project.
 * Includes buttons, cards, modals, forms, and other interface elements.
 */
.section-details {
  background-color: rgba(0, 0, 0, 0.55);
  padding: 2rem;
}
@media (max-width: 767.98px) {
  .section-details {
    background-color: unset;
    padding: unset;
  }
}

.section-details-white {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  color: var(--bs-body-color);
}

.btn-primary-01 {
  box-shadow: 0rem 0rem 1rem 0.1rem rgba(0, 0, 0, 0.3294117647);
  padding: 0.4rem 1.4rem;
  font-weight: 600;
  color: white;
  font-size: 1rem;
  border-radius: var(--radius-xl);
  background-color: var(--bs-primary) !important;
  text-decoration: none;
  transition: var(--transition);
}
.btn-primary-01:hover {
  background-color: var(--bs-primary-darker) !important;
  color: white;
}

/*!
 * _mixins.scss
 * 
 * Centralized SCSS mixins for layout utilities, responsiveness, and reusability across the project.
 * Include reusable styles like section layouts, media queries, and fallback handling for consistent styling.
 */
#evenorm-services-plans {
  background-image: url("../img/backgrounds/ai-powered-photo-enhancement.webp");
  background-position: center right;
  background-repeat: no-repeat;
  background-color: none;
  background-size: cover !important;
  height: calc(100vh - var(--header-hight));
  position: relative;
}
@media (max-width: 1199.98px) {
  #evenorm-services-plans {
    height: calc(65vh - var(--header-hight));
  }
}
@media (max-width: 991.98px) {
  #evenorm-services-plans {
    height: calc(80vh - var(--header-hight));
  }
}
#evenorm-services-plans .section-details {
  background-color: transparent;
  padding: 2rem;
}
#evenorm-services-plans .section-details h2 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#evenorm-services-plans .section-details h3 {
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  #evenorm-services-plans .section-details h2 {
    font-size: 2.7rem;
  }
}
@media (max-width: 991.98px) {
  #evenorm-services-plans .section-details h2 {
    font-size: 2.5rem;
  }
  #evenorm-services-plans .section-details h3 {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #evenorm-services-plans .section-details h2 {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  #evenorm-services-plans .section-details h2 {
    font-size: 1.5rem;
  }
  #evenorm-services-plans .section-details h3 {
    font-size: 0.9rem;
  }
}
#evenorm-services-plans .overlay-image {
  float: right;
  padding-right: 1rem;
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  #evenorm-services-plans .overlay-image {
    float: none;
    height: 15rem;
  }
}
@media (max-width: 575.98px) {
  #evenorm-services-plans .overlay-image {
    float: none;
    height: 10rem;
  }
}

@media (min-width: 992px) {
  #service-purchase-features {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1400px) {
  #service-purchase-features {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
#service-purchase-features .section-title h2 {
  color: var(--bs-primary);
  line-height: 1.1;
  position: relative;
}
#service-purchase-features .section-title h2::before {
  content: "";
  position: absolute;
  height: 0.1rem;
  width: 28%;
  top: -0.8rem;
  left: 0;
  background-color: var(--bs-primary);
}
@media (min-width: 768px) {
  #service-purchase-features .section-title h2::before {
    width: 20%;
  }
}
@media (min-width: 992px) {
  #service-purchase-features .section-title h2::before {
    width: 14%;
  }
}
#service-purchase-features .section-title p {
  font-size: 0.85rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  #service-purchase-features .section-title {
    width: 60%;
  }
}
#service-purchase-features .services-features {
  display: flex;
  flex-direction: row;
  gap: 30px;
  text-align: center;
}
#service-purchase-features .services-features .service-feature {
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 0 4rem -3rem var(--bs-body-color);
  padding: 20px;
}
#service-purchase-features .services-features .service-feature i {
  font-size: 4rem;
  margin-bottom: 25px;
}
#service-purchase-features .services-features .service-feature h3 {
  font-size: 1.2rem;
}
#service-purchase-features .services-features .service-feature p {
  font-size: 0.9rem;
}

#pricing-table-section {
  background: url("../img/backgrounds/background-03.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#pricing-table-section h2 {
  color: var(--bs-primary-darker-subtle);
  font-size: 2rem;
  position: relative;
}
#pricing-table-section h2::before {
  content: "";
  position: absolute;
  height: 0.12rem;
  width: 26%;
  top: -0.8rem;
  left: 0;
  background-color: var(--bs-primary-darker-subtle);
}
@media (max-width: 575.98px) {
  #pricing-table-section h2 {
    font-size: 1.3rem;
  }
}
#pricing-table-section .title-details {
  color: var(--bs-card-color-dark);
}
#pricing-table-section .title-details h3 {
  color: var(--bs-card-color-dark);
}
#pricing-table-section .pricing-table-container {
  color: #2b2b2b;
}
#pricing-table-section .pricing-table-container table {
  border-collapse: collapse;
}
#pricing-table-section .pricing-table-container table td {
  border: 1px solid transparent;
  padding: 25px 55px;
}
#pricing-table-section .pricing-table-container table thead tr {
  background-color: #2b2b2b;
  color: white;
  font-size: 16px;
}
#pricing-table-section .pricing-table-container table thead tr th {
  background-color: #2b2b2b;
  color: white;
  font-size: 16px;
}
#pricing-table-section .pricing-table-container table thead tr th:first-child {
  background-color: #0298d3 !important;
  color: white;
  font-size: 20px !important;
  padding: 0 40px;
}
#pricing-table-section .pricing-table-container table thead tr th .th-title {
  padding: 10px 15px;
  background-color: #0298d3 !important;
  border: none;
}
#pricing-table-section .pricing-table-container table thead tr th.text-center {
  padding: 0;
}
#pricing-table-section .pricing-table-container table thead tr th .service-price {
  width: 70px;
  height: 70px;
  background-color: #0298d3;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
}
#pricing-table-section .pricing-table-container table tbody tr td {
  position: relative;
  border: none; /* remove the default border */
  text-align: center;
}
#pricing-table-section .pricing-table-container table tbody tr td:first-child {
  background-color: #2b2b2b;
  color: white;
  text-align: start !important;
}
#pricing-table-section .pricing-table-container table tbody tr td:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.0941176471);
  color: #2b2b2b;
}
#pricing-table-section .pricing-table-container table tbody tr td:not(first-child) {
  background-color: rgba(0, 0, 0, 0.0470588235);
  color: #2b2b2b;
}
#pricing-table-section .pricing-table-container table tbody tr td:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70%;
  border-bottom: 1px solid #454545;
  height: 1px;
  margin: auto;
}

#create-custom-plan-section {
  background-color: #d8d8d8;
  color: var(--bs-card-color-dark);
}
#create-custom-plan-section .section-title h2 {
  color: var(--bs-primary);
}
#create-custom-plan-section .section-title p {
  color: var(--bs-card-color-2);
}
#create-custom-plan-section .custom-features .custom-features-wrapper {
  background-color: var(--inner-section-bg);
  border-width: 30px;
  border-style: solid;
  border-image: url("../img/backgrounds/background-03.webp") 100 stretch;
  border-left: none;
  border-right: none;
}
#create-custom-plan-section .custom-features .custom-features-wrapper .feature-title i {
  font-size: 1.2rem;
  color: var(--bs-primary);
}
#create-custom-plan-section .custom-features .custom-features-wrapper .feature-title p {
  font-size: 1.2rem;
}
#create-custom-plan-section .custom-features .custom-features-wrapper .custom-feature {
  border: 1px solid var(--bs-light-border-subtle);
}
#create-custom-plan-section .custom-features .custom-features-wrapper .custom-feature .feature-input input[type=checkbox] {
  width: 17px;
  height: 17px;
}
#create-custom-plan-section .custom-features .custom-features-wrapper .custom-feature .feature-input input[type=range] {
  width: 250px;
}
#create-custom-plan-section .results .results-wrapper {
  background-color: var(--inner-section-bg);
  border-width: 30px;
  border-style: solid;
  border-image: url("../img/backgrounds/background-03.webp") 100 stretch;
  border-left: none;
  border-right: none;
  color: var(--bs-card-color-dark);
}
#create-custom-plan-section .results .results-wrapper .section-title {
  border-bottom: 1px solid var(--bs-light-border-subtle);
}
#create-custom-plan-section .results .results-wrapper h3 {
  color: var(--bs-card-color-2);
  font-size: 1.6rem;
}
#create-custom-plan-section .results .results-wrapper .results-table {
  background-color: var(--bs-light-border-subtle);
}
#create-custom-plan-section .results .results-wrapper .results-table .result-item:last-child {
  color: var(--bs-primary);
  padding: 15px 0;
  border-top: 1px solid var(--bs-body-color-secondary);
  font-weight: 800;
}
#create-custom-plan-section .results .results-wrapper .purchase-btn {
  background-color: var(--bs-primary);
  color: var(--bs-body-color);
  font-weight: 800;
}
#create-custom-plan-section .results .results-wrapper .purchase-btn:hover {
  background-color: var(--bs-primary-darker);
}

/* classes */
.text-success {
  color: #0298d3 !important;
}

.purchase-btn {
  background-color: #0298d3;
  color: white;
  padding: 10px 30px;
  cursor: pointer;
  z-index: 32;
}

.purchase-btn:hover {
  background-color: #006f9b;
}

/* Pricing Table Section */
/* Pricing Table */
#google-street-view-publishing::after {
  background-color: transparent;
}

/*# sourceMappingURL=services.css.map */
