.btn {
    padding: 12px 30px;
    box-shadow: none
}

.btn:focus, .btn:active {
    box-shadow: none !important
}

.btn-outline-light {
    border-color: #fff;
    color: #fff
}

.btn-outline-light:hover {
    border-color: #fff;
    color: #6366f1;
    background-color: #fff
}

.btn-outline-light:active {
    border-color: #fff;
    color: #fff;
    background-color: transparent
}

ul {
    list-style: none
}

.btn-primary {
    color: #fff
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff
}

.btn-outline-primary:hover {
    color: #fff
}

.btn-outline-primary:focus, .btn-outline-primary:active {
    color: #6366f1;
    background-color: transparent
}

h1, h2, h3, h4, h5, h6 {
    color: #202020
}

h1 {
    font-size: 54px;
    font-weight: 500;
    color: #202020;
    line-height: 64.8px
}

@media (max-width: 767px) {
    h1 {
        font-size: 38px;
        line-height: 56px
    }
}

h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 56px
}

@media (max-width: 1399px) {
    h2 {
        font-size: 34px;
        line-height: 44px
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 32px;
        line-height: 44px
    }
}

h3 {
    font-size: 26px;
    font-weight: 400
}

h4, .fs-4 {
    font-size: 24px
}

@media (max-width: 1399px) {
    h4, .fs-4 {
        font-size: 20px !important
    }
}

h5, .fs-5 {
    font-size: 22px !important
}

@media (max-width: 575px) {
    h5, .fs-5 {
        font-size: 20px !important
    }
}

h6, .fs-6 {
    font-size: 18px !important
}

.text-dark {
    color: #202020
}

.fs-20 {
    font-size: 20px
}

@media (max-width: 767px) {
    .fs-20 {
        font-size: 18px
    }
}

.text-gray-200 {
    color: #202020
}

.bg-light {
    background-color: #f6f8f4 !important
}

.form-control {
    border-color: #6366f1;
    height: 60px;
    border-radius: .625rem;
    font-size: 18px;
    padding: 15px 30px
}

.form-control:focus {
    box-shadow: none
}

.form-control::-moz-placeholder {
    color: #a9a9a9
}

.form-control:-ms-input-placeholder {
    color: #a9a9a9
}

.form-control::placeholder {
    color: #a9a9a9
}

.form-textarea {
    height: 140px
}

.input-group-text {
    background-color: #6366f1;
    border-color: #6366f1;
    color: #fff
}

.card {
    border-radius: 1.25rem
}

.card .card-body {
    padding: 40px
}

@media (max-width: 991px) {
    .card .card-body {
        padding: 25px
    }
}

.rounded-10 {
    border-radius: .625rem
}

.rounded-20 {
    border-radius: 1.25rem
}

.rounded-50 {
    border-radius: 50px
}

.p-t-100 {
    padding-top: 100px
}

@media (max-width: 991px) {
    .p-t-100 {
        padding-top: 50px
    }
}

.p-b-100 {
    padding-bottom: 100px
}

@media (max-width: 991px) {
    .p-b-100 {
        padding-bottom: 50px
    }
}

.m-b-60 {
    margin-bottom: 60px
}

@media (max-width: 1399px) {
    .m-b-60 {
        margin-bottom: 50px
    }
}

.p-t-60 {
    padding-top: 60px
}

@media (max-width: 991px) {
    .p-t-60 {
        padding-top: 0
    }
}

.p-60 {
    padding: 60px
}

@media (max-width: 767px) {
    .p-60 {
        padding: 40px
    }
}

.max-w-620 {
    max-width: 620px
}

.max-w-1100 {
    max-width: 1100px
}

.accordion .accordion-item {
    padding: 30px 30px 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .1);
    border-radius: 10px;
    border-color: #fff;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .accordion .accordion-item {
        padding: 20px
    }
}

.accordion .accordion-item:last-child {
    margin-bottom: 0
}

.accordion .accordion-item .accordion-button {
    font-size: 26px;
    line-height: normal;
    padding-bottom: 26px
}

@media (max-width: 767px) {
    .accordion .accordion-item .accordion-button {
        font-size: 20px
    }
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #202020;
    background-color: #fff
}

.accordion .accordion-item .accordion-body {
    padding-bottom: 30px
}

.counts-section .count-icon {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: .625rem
}

@media (max-width: 991px) {
    .counts-section .count-icon {
        margin: 0 auto 20px
    }
}

.subscribe-section .subscribe-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.subscribe-section .subscribe-btn .btn {
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-item:hover, .dropdown-item:focus {
    color: rgba(0, 0, 0, .55) !important;
    background-color: #6366f1 !important;
}

.dropdown-item:hover {
    color: white !important;
}

.navbar-collapse {
    z-index: 9999;
}

@media (max-width: 320px) {
    .p-60 {
        padding: 30px !important;
    }

    .subscribe-input {
        padding: 15px 15px !important;
    }
}

@media (max-width: 400px) {
    .subscribe-btn {
        padding: .375rem .75rem !important;
    }
}

@media (max-width: 425px) {
    .padding-top-0 {
        padding-top: 0 !important;
    }
}

.header-logo {
    min-width: 80px !important;
    width: auto !important;
    height: 80px !important;
    object-fit: cover;
}

.footer-logo {
    min-width: 80px !important;
    width: auto !important;
    height: 80px !important;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .header-btn-grp {
        margin-left: 1rem !important;
    }
}

.front-top-menu {
    white-space: nowrap !important;
}

.page-link {
    border: none
}

.page-link:hover, a:hover > i{
    z-index: 2;
    color: #4338ca !important;
    border-color: #818cf8;
}

.pagination .page-item .page-link {
    border-radius: 0.313rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.313rem;
    height: 38px;
    margin-left: 0.125rem;
}

@media (min-width: 1500px) {
    .pagination .page-item .page-link {
        font-size: 1rem;
    }
}

@media (max-width: 425px) {
    .pagination .page-item .page-link {
        height: 32px;
    }
}

.pagination .page-item:not(:first-child) .page-link {
    min-width: 38px;
}

.pagination .page-item:last-child .page-link {
    min-width: unset;
}

.livewire-pagination .page-item:first-child .page-link {
    border-radius: 0.313rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.313rem;
    height: 38px;
    margin-left: 0.125rem;
    min-width: 38px !important;
}

.livewire-pagination .page-item:last-child .page-link {
    border-radius: 0.313rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.313rem;
    height: 38px;
    margin-left: 0.125rem;
    min-width: 38px !important;
}

@media (max-width: 425px) {

    .livewire-pagination .page-item:first-child .page-link,
    .livewire-pagination .page-item:last-child .page-link {
        height: 32px;
        min-width: 35px !important;
    }
}

.service-icon .img-fluid {
  max-width: 130px;
}

.header-logo {
  max-width: 100% !important;
  width: auto !important;
  height: 60px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason-choose-section .reason-content .accordion {
  max-width: 100% !important;
  min-width: auto !important;
}

.custom-accordion-button {
  font-size: 20px !important;
}

.listing-skeleton .card {
  height: 750px;
}
.listing-skeleton .pulsate {
  background: linear-gradient(90deg, #dddddd, #f0f0f0, #dddddd, #f0f0f0);
  background-size: 400% 400%;
  -webkit-animation: Gradient 2s ease infinite;
          animation: Gradient 2s ease infinite;
}
.listing-skeleton .card-content {
  clear: both;
  box-sizing: border-box;
  padding: 16px;
  background: #fff;
}
.listing-skeleton .skeleton-search-box {
  width: 300px;
  height: 40px;
  margin-left: 5px;
}
.listing-skeleton .date-box {
  width: 220px;
  height: 40px;
  margin-top: 8px;
  margin-left: 5px;
}
.listing-skeleton .filter-box {
  width: 50px;
  height: 40px;
  margin-top: 8px;
  margin-left: 5px;
}
.listing-skeleton .export-box {
  width: 110px;
  height: 40px;
  margin-top: 8px;
  margin-left: 5px;
}
.listing-skeleton .event-box {
  height: 210px;
  margin-bottom: 28px;
}
.listing-skeleton .add-button-box {
  width: 120px;
  height: 40px;
  margin-top: 8px;
  margin-left: 5px;
}
.listing-skeleton .column-box {
  height: 45px;
  margin-top: 8px;
  margin-left: 10px;
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* =====================================================================
   Scheduloo — marketing site indigo re-skin.
   Remaps the legacy green (#6366f1 / #818cf8) accent to the app's indigo
   so the public site matches the product. Loaded last in front-pages.css.
   ===================================================================== */

:root {
    --sch-primary: #4f46e5;
    --sch-primary-hover: #4338ca;
    --sch-primary-soft: #eef2ff;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Primary buttons (Sign Up, Get Started, etc.) */
.btn-primary {
    background-color: var(--sch-primary) !important;
    border-color: var(--sch-primary) !important;
    color: #fff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--sch-primary-hover) !important;
    border-color: var(--sch-primary-hover) !important;
    color: #fff !important;
}

/* Outline buttons (Login) */
.btn-outline-primary {
    color: var(--sch-primary) !important;
    border-color: var(--sch-primary) !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
    background-color: var(--sch-primary) !important;
    border-color: var(--sch-primary) !important;
    color: #fff !important;
}

.btn-outline-light:hover {
    color: var(--sch-primary) !important;
}

/* Subscribe / call-to-action buttons */
.subscribe-btn,
.get-started-btn,
.input-group-text {
    background-color: var(--sch-primary) !important;
    border-color: var(--sch-primary) !important;
    color: #fff !important;
}

/* Links & accent text */
a:hover,
.text-green,
.nav-link:hover,
.nav-link.active,
.navbar-nav .active > .nav-link {
    color: var(--sch-primary) !important;
}

/* Form focus state */
.form-control:focus {
    border-color: var(--sch-primary) !important;
    box-shadow: 0 0 0 4px rgba(79, 70, 229, .12) !important;
}
.form-control {
    border-color: #e2e8f0 !important;
}

/* Dropdown hover */
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--sch-primary-soft) !important;
    color: var(--sch-primary) !important;
}

/* Icon / accent backgrounds that used the green */
.bg-primary {
    background-color: var(--sch-primary) !important;
}
.text-primary {
    color: var(--sch-primary) !important;
}

/* Base links (front-third-party sets these green) */
a {
    color: var(--sch-primary);
}
a:hover > i {
    color: var(--sch-primary-hover) !important;
    border-color: var(--sch-primary) !important;
}

/* Pricing: period toggle (Month/Year/Unlimited) */
.nav-pills .nav-link {
    color: #475569 !important;
    font-weight: 600;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: var(--sch-primary) !important;
    color: #fff !important;
}

/* Pricing: plan card header band */
.pricing-plan-section .card-header,
.pricing-plan-block .card-header {
    background-color: var(--sch-primary) !important;
}

/* Pricing: plan feature list (was green text + check icons) */
.pricing-plan-section .card-body li {
    color: #334155 !important;
}
.pricing-plan-section .card-body i,
.pricing-plan-section .check-box,
.pricing-plan-section .card-body .text-green {
    color: var(--sch-primary) !important;
}

/* Header nav active item */
header .navbar .navbar-nav .nav-item .nav-link.active {
    color: var(--sch-primary) !important;
}

/* Checkboxes / radios / range */
.form-check-input:checked {
    background-color: var(--sch-primary) !important;
    border-color: var(--sch-primary) !important;
}
.form-range::-webkit-slider-thumb {
    background-color: var(--sch-primary) !important;
}
.form-range::-moz-range-thumb {
    background-color: var(--sch-primary) !important;
}
