/*
Theme Name: Skibbo
Theme URL: https://skibbo.in
Version: 1.0
*/
@font-face {
    font-family: 'CircularStdbook';
    src: url('fonts/CircularStd-Book.ttf') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'CircularStdMedium';
    src: url('fonts/CircularStd-Medium.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
}
* {
    border-color: #2c1f57 !important;
}
.text-yellow {
    color: #FFD700;
}

.c1 {
    color: #2c1f57;
}

.c2 {
    color: #FFD700;
}

.bg-1 {
    background-color: #fffcf4;
    
}
.bg-2 {
    background-color: #2c1f57;
}
body {
    font-family: 'CircularStdMedium';
    color: #2c1f57;
}

p {
    font-size: 16px;
    font-family: 'CircularStdbook';
    margin-bottom: auto;
}
 
a {
    color: initial;
	
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c1f57;
}

.border {
    border-color: #2c1f57 !important;
}

h2 {
    color: #2c1f57;
}
.btn{
	width: auto !important;
}
   :root{--primary:#2c1f57;--primary-dark:#241743}
.btn-outline-primary {
    --bs-btn-color: #2c1f57;
    --bs-btn-border-color: #2c1f57;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2c1f57;
    --bs-btn-hover-border-color: #2c1f57;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2c1f57;
    --bs-btn-active-border-color: #2c1f57;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #2c1f57;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2c1f57;
    --bs-gradient: none;
}
.activity-item h6{
	margin-bottom: 15px !important;
}
.text-primary{
	color: 2c1f57;
}
.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgb(133 133 133) !important;
}
.lead {
    font-size: 20px !important;
    line-height: 22px;
}
.badge {
    font-weight: 400;
    font-size: 14px;
    padding: 6px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
	display: none;
    float: right;
    transform: rotate(45deg);
    font-weight: bold;
}
.beautiful-taxonomy-filters-select-wrap > *:last-child {
    padding-left: 38px !important;
}

.beautiful-taxonomy-filters-select-wrap > *:first-child {
    border-right: 1px solid #2c1f57; 
}
.select2-container{
	padding: 10px 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2c1f57 !important;
    color: white;
    padding: 10px 20px;
    transition: 0.3s;
}
.wpcf7-form .button:active, .wpcf7-form .button:focus {
    color: #fff;
    background-color: #2c1f57 !important;
    border-color: #0a53be;
}
input,
textarea {
    outline: none !important;       
    box-shadow: none !important;   
    filter: none !important;       
}

input:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    filter: none !important;
}

.beautiful-taxonomy-filters-tax label, .select2-container {
    display: block !important;
    width: 100% !important;
}
a.page-numbers {
    padding: 11px 16px;
    background: #2c1f57;
    color: #fff;
		border-radius: 3px;
}
	.page-numbers.current {
    background: #ffc107;
    padding: 11px 16px;
		border-radius: 3px;
}
/* BTN */ 
.btn-secondary {
	background: #cc0000;
}
.btn:focus-visible {
    
    outline: 0;
    box-shadow: none;
}
.btn-outline-secondary{
	background: #cc0000;
	color: #fff;
    width: auto !important;
}
.btn-primary {
    background-color: #2c1f57 !important;
	background: #2c1f57 !important;
    color: white;
	border: 1px solid #2c1f57 !important;
    width: auto !important;
}
.btn-primary:hover {
    background-color: #fffcf4 !important;
    color: #2c1f57;
}
.button {
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
    border: none;
    background: #fffcf4 !important;
    border: 1px solid #2c1f57 !important;
    /* font-weight: bold; */
    font-size: 16px;
    color: #2c1f57 !important;
    transition: all 1.2s linear;
    cursor: pointer;
}

.button::after {
    content: "";
    position: absolute;
    background: linear-gradient(to right, #2c1f57, #2c1f5785);
    border-radius: 30%;
    height: 96px;
    width: 96px;
    animation: spin infinite linear 1.8s;
    animation-delay: 0;
    bottom: -38px;
    right: -112px;
    transition: all 1.2s linear;
    z-index: 0;
}

.button:hover {
	background-color: #2c1f57!important;
    color: #fff !important;
    transition-duration: 0.3s;
}

.button:hover::after {
    right: -60px;
    bottom: -92px;
    width: 256px;
    height: 256px;
}

.button>.button-content {
    position: relative;
    z-index: 2;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sk-btn {
    background-color: #2c1f57;
    color: #fff;
}

.sk-btn:hover {
    background-color: #fff;
    color: #2c1f57;
    border: 1px solid #2c1f57;
}

.sk-btn-outline {
    border: 1px solid #2c1f57;
    color: #2c1f57;
}

.sk-btn-outline:hover {
    background-color: #2c1f57;
    color: #fff;
}

.navbar-brand img {
    width: 120px;
    text-decoration: none;
}

.nav-link {
    color: #2c1f57 !important;
    font-family: 'CircularStdbook';
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease, background-color 0.3s ease;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #352665;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #352665;
}
.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url(image/menu.png);
}

.navbar-toggler {
    border: none;
}

.btn-close:focus {
    box-shadow: none;
}

.navbar .nav-item {
    margin: 0 20px;
}

.scrolled {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.scrolled .nav-link {
    color: #2c1f57 !important;
}
	.hero {
    height: 60vh;
    overflow: hidden;
}
.hero video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hero {
    background-color: #fffcf4;
    position: relative;
}

.hero-content {
    position: absolute;
    top: 15%;
    left: 16%;
    /* transform: translate(-50%, -50%); */
}

.divider {
    width: 1px;
    background-color: #2c1f57;
    height: 45px;
    margin: 0px 10px 0px 0px;
    z-index: 999;
}

.input-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 7px 7px 7px 30px;
    border-radius: 50px;
    /* height: 65px; */
    border: 1px solid #2c1f57;
    align-items: center;
}

@media (max-width: 600px) {
    .input-row {
        flex-direction: column;
        gap: 15px;
    }
}

.input-group {
    flex: 1;
}

.input-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2c1f57;
}

.input-field {
    position: relative;
    width: 100%;
}

.input-field input {
    width: 100%;
    background-color: transparent !important;
    font-size: 16px;
    transition: all 0.3s ease;
    outline: none;
    border: none !important;
}

.input-field input:focus {
    border-color: #2c1f57;
    box-shadow: none;
}

.input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 18px;
}

.search-form .dropdown {
    position: absolute;
    color: #2c1f57;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
    max-height: 300px;
    overflow-y: auto;
}

.search-form .dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-form .dropdown-item {
    padding: 12px 20px;
    cursor: pointer;
    transition: background 0.2s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-form .dropdown-item:hover {
    background: #f8f9fa;
}

.search-button {
    background: #2c1f57;
    color: white;
    border: none;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-button:hover {
    background: #2c1f57;
    transform: translateY(-2px);
}

.search-button:active {
    transform: translateY(0);
}

.cat-card {
    height: 200px;
    background-color: #fffcf4;
    padding: 40px 10px;
    border: 1px solid #2c1f57;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cat-card img {
    width: 75px !important;
    text-align: center;
}

.cat-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #2c1f57;
}

.owl-theme .owl-nav {
    text-align: start;
    margin-top: 30px;
}

.owl-theme .owl-nav button {
    background-color: #f7c600 !important;
    color: #2c1f57 !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    transition: all 0.3s;
}

.owl-theme .owl-nav button:hover {
    background-color: #2c1f57 !important;
    color: #f7c600 !important;
}
.owl-theme .owl-nav .disabled{
    background-color: #f7c600 !important;
    color: #2c1f57 !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    transition: all 0.3s;
}
/* Selecy city */
.modal-content {
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    border: none;
    overflow: hidden;
}

.modal-header {
    border-bottom: none;
    padding: 25px 25px 10px;
    background-color: #ffffff;
    position: relative;
}

.modal-body {
    padding: 10px 25px 25px;
    background-color: #ffffff;
}

.city-item {
    padding: 12px 18px;
    border-radius: 10px;
    /* margin-bottom: 8px; */
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid transparent;
}

.city-item:hover {
    background-color: #fffcf4;
    color: #2c1f57;
    transform: translateY(-2px);
    border-color: #2c1f57;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.city-item.selected {
    background-color: #2c1f57;
    color: white;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.search-container {
    position: relative;
    margin-bottom: 20px;
}

.search-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    z-index: 5;
    font-size: 1.1rem;
}


.form-control:focus {
    border-color: #2c1f57 !important;
    box-shadow: none;
}

.modal-title {
    font-weight: 700;
    font-size: 1.8rem;
    color: #1e293b;
    text-align: center;
    width: 100%;
}

.selected-city-message {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2c1f57;
    color: white;
    padding: 16px 30px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    transition: all 0.5s ease;
}



@media (max-width: 576px) {
    .modal-title {
        font-size: 1.5rem;
    }
}

/* experience */

.exp-card {
    color: #2c1f57;
}

.exp-card-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border: 1px solid #2c1f57;

    border-radius: 10px;
}

.exp-card-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;

}

.exp-card-img img:hover {
    transform: scale(1.1);
}
.amg-card{
	height: 400px;
}
.amg-card img{
	height: 400px;
}
.navigator {
    text-align: end;
    margin-top: 30px;
}

.navigator {
    display: flex;
    gap: 8px;
    cursor: pointer;
}

.navigator .my-prev,
.navigator .my-next {
    background-color: #f7c600 !important;
    color: #2c1f57 !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.navigator .my-prev:hover,
.navigator .my-next:hover {
    background-color: #2c1f57 !important;
    color: #f7c600 !important;
}

.navigator .my-prev.disabled,
.navigator .my-next.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

/* city */

.city-card .city-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border: 1px solid #2c1f57;
    border-radius: 10px;
    transition: transform 0.4s ease-in-out;
}

#city-carousel.owl-theme .owl-nav {
    text-align: start;
    margin-top: 10px;
}

#city-carousel.owl-theme .owl-nav button {
    background-color: #f7c600 !important;
    color: #2c1f57 !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    transition: all 0.3s;
}

#city-carousel.owl-theme .owl-nav button:hover {
    background-color: #2c1f57 !important;
    color: #f7c600 !important;
}

.city-card .city-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.city-card .city-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 380px;
    background-color: #2c1f5794;
    transition: background-color 0.3s ease-in-out;
}

.city-card {
    position: relative;
    cursor: pointer;
}

.city-card .city-name {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f7c600;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.city-card:hover .city-img img {
    transform: scale(1.1);
}

.city-card:hover .city-img::after {
    background-color: rgba(44, 31, 87, 0.7);
}

.city-card:hover .city-name {
    transform: translate(-50%, -50%);
    color: #fff;
}

#stickyCard {
    position: sticky;
    bottom: -420px;
    /* Initially hidden (except header) */
    right: 20px;
    transition: top 0.3s ease;
}

#stickyCard.sticky-active {
    top: 120px;
    /* When scrolled */
}

/* testimonial */
.testimonial-card {
    background-color: #fff;
    color: #2c1f57;
    border: 1px solid #2c1f57;
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 20px;
}

#testimonial.owl-theme .owl-nav {
    text-align: start;
    margin-top: 10px;
}

#testimonial.owl-theme .owl-nav button {
    background-color: #f7c600 !important;
    color: #2c1f57 !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    transition: all 0.3s;
}

#testimonial.owl-theme .owl-nav button:hover {
    background-color: #2c1f57 !important;
    color: #f7c600 !important;
}

.blog-card {
	height: 100%;
    border: 1px solid #2c1f57;
    border-radius: 10px;
}

.blog-img img {
    width: 100%;
    height: 255px !important;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #2c1f57;
}

/* .blog-content {
    padding: 20px;
} */

/* footer */
footer {
    background: #2c1f57;
    color: #fff;
}

footer ul li {
    padding-bottom: 8px;
}

footer a {
    color: #fff;
    font-size: 15px;
}

.footer-logo {
    width: 150px;
}
footer hr{
	border-color: #fff;
}

/* Singal page */
.steps {
  counter-reset: step;
}
.imgratio.last {
  position: relative;
  overflow: hidden;  
}

.imgratio.last::after {
  content: '';
  position: absolute;
  inset: 0;  
  background-color: rgba(0, 0, 0, 0.56);  
  backdrop-filter: blur(4px);  
  -webkit-backdrop-filter: blur(4px);  
  border-radius: inherit; 
}

   .number{
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
   }
  .imgratio{
    width: 100%;
    height: 500px;
  }
   .hover-shadow:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  }
  .transition {
    transition: all 0.3s ease;
  }
  .step-item {
  position: relative;
    padding-left: 112px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.step-item::before {
  content: counter(step);
  counter-increment: step;
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
  background: #f3f3f3;
  color: #2c1f57;
  font-weight: 700;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px; /* soften edges */
}

.step-item .title {
  margin: 0;
  font-weight: 600;
}

.step-item p {
  margin: 0;
  color: #555;
  font-size: 0.95rem;
}
/* Responsive */

@media only screen and (max-width: 1700px) {
    .hero-content {
        left: 12% !important;
    }
}

@media only screen and (max-width: 1600px) {
    .hero-content {
        left: 9% !important;
    }
}

@media only screen and (max-width: 1500px) {
    .hero-content {
        left: 7% !important;
    }
}

@media only screen and (max-width: 1480px) {
    .hero-content {
        left: 5% !important;
    }
}

@media only screen and (max-width: 1400px) {
    .hero-content {
        left: 9% !important;
    }

    .exp-card-img {
        height: 200px;
    }

    .exp-card-img img {
        height: 200px;
    }
}

@media only screen and (max-width: 768px) {
      .imgratio{
    width: 100%;
    height: 250px;
  }
    .step-item {
    padding-left: 112px;
    padding-top: 10px;
    padding-bottom: 10px;
}
    .hero-content {
        left: 5% !important;
    }

    .divider {
        height: 40px;
    }

    .input-row {
        padding: 4px 7px 4px 27px;
    }

    .input-group label {
        font-size: 14px;
    }

    .input-field input {
        font-size: 13px;
    }

    .nav-item .button {
        margin-top: 30px;
    }

    .blog-img img {
        height: 250px;
    }
}

@media only screen and (max-width: 600px) {
	.beautiful-taxonomy-filters-tax.filter-count-3 {
    min-width: 100% !important;
}
	.beautiful-taxonomy-filters-select-wrap > *:last-child {
    padding-left: 0px !important;
}
	.beautiful-taxonomy-filters-select-wrap > *:first-child {
		border-right: none !important;
    border-bottom: 1px solid #2c1f57;
}
	form#beautiful-taxonomy-filters-form, .beautiful-taxonomy-filters-select-wrap {
    display: flex;
    width: 100%;
    flex-direction: column !important;
    align-content: flex-start !important;
    flex-wrap: wrap !important; 
}
	.beautiful-taxonomy-filters-button { 
    border-radius: 10px !important;
    width: 100% !important; 
}
    .city-item {
        padding: 12px 14px;

        p {
            font-size: 13px;
        }
    }

    #allCities .city-item {
        font-size: 12px;
    }

    .selected-city-message {
        width: 290px;
        padding: 13px 20px;

        span {
            font-size: 13px;
        }
    }

    .hero {
        height: 80vh;
    }

    .hero-img img {
        position: absolute;
        bottom: 0px;
        left: 0;
    }

    .hero-content {
        top: 5%;
        left: 3% !important;
        right: 3%;
    }

    .divider {
        width: 100%;
        height: 1px;
    }

    .input-row {
        border-radius: 20px;
        padding: 15px;
    }

    .search-button {
        display: flex;
        width: 100%;
        border-radius: 15px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-weight: 400;
    }

    .search-form .dropdown {
        top: 160%;
    }

    .exp-card-img {
        height: 180px;
    }

    .exp-card-img img {
        height: 180px;
    }

    .exp-card p {
        font-size: 14px;
    }

    .city-card .city-img img {
        height: 230px;
    }

    .cat-card {
        height: 165px;
        padding: 25px 10px;
    }

    .cat-card img {
        width: 50px !important;
    }
}
.eoa-message {
    color: #2c1f57;
}
@media (prefers-color-scheme: dark) {
    .email-otp-login-form,
    .email-otp-register-form {
        background: #fff !important;  
        color: #e2e8f0;       
    }
	    .email-otp-login-form h3, .email-otp-register-form h3 {
        color: #2c1f57 !important;
    }


    .form-group input[type="email"], .form-group input[type="text"], .form-group input[type="password"] {
        background: #ffffff !important;
        border-color: #4a5568 !important;
        color: #e2e8f0 !important;
    }

    .form-group input[type="email"]:focus, .form-group input[type="text"]:focus, .form-group input[type="password"]:focus {
        border-color: #007cba !important;
        background: #ffffff !important;
        color: #2c1f57 !important;
    }

    .form-group label {
        color: #2c1f57 !important;
    }
}

	.wpc-filters-main-wrap ul.wpc-filters-ul-list {
    padding: 4px 2px 0 !important;
    max-height: 160px;
    overflow-y: auto;
}
	.widget_wpc_filters_widget {
    overflow: visible;
    position: sticky !important;
    top: 14% !important;
}





/* General Styles for the Sidebar */
.wpc-filters-main-wrap { 
    background-color: transparent;  
    border: 1px solid #2c1f57; /* Dark purple border */
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(44, 31, 87, 0.1); /* Subtle shadow with dark purple tint */
    max-width: 300px; /* Adjust based on sidebar width */
    margin: 0 auto;
}

 
.wpc-filters-button-text {
    font-weight: bold;
}
 
/* Filter Sections */
.wpc-filters-section {
    margin-bottom: 20px;
    border-bottom: 1px solid #2c1f57; /* Yellow border */
    padding-bottom: 15px;
}

.wpc-filter-title button {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #2c1f57; /* Dark purple */
    cursor: pointer;
    width: 100%;
    text-align: left;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wpc-filter-title button:hover {
    color: #2c1f57; 
}

.wpc-open-icon {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.wpc-filter-content {
    margin-top: 10px;
}
.wpc-filters-main-wrap ul.children {
    margin-left: 0px !important;
    margin-top: 5px !important;
}
/* Checkbox Items */
.wpc-checkbox-item {
    margin-bottom: 8px;
}

.wpc-term-item-content-wrapper {
    display: flex;
    align-items: center;
}

input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2);
    accent-color: #2c1f57;  
}

label {
    font-size: 14px;
    color: #2c1f57; 
    cursor: pointer;
}

label:hover {
    color: #2c1f57;  
}

.wpc-filter-link {
    text-decoration: none;
    color: inherit;
}

.wpc-filter-link:hover {
    text-decoration: underline;
    color: #2c1f57;  
}

/* Hierarchical Lists */
/* .children {
    margin-left: 20px;
    margin-top: 5px;
} */

.wpc-toggle-children-list {
    cursor: pointer;
    font-size: 12px;
    color: #2c1f57;  
    margin-left: 5px;
}

.wpc-toggle-children-list:hover {
    color: #2c1f57;  
}

/* See More/Less Controls */
.wpc-see-more-control, .wpc-see-less-control {
    color: #2c1f57;  
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
    display: block;
    margin-top: 10px;
}

.wpc-see-more-control:hover, .wpc-see-less-control:hover {
    color: #2c1f57; /* Dark purple on hover */
}

/* Controls Container */
.wpc-filters-widget-controls-container {
    margin-top: 20px;
    border-top: 1px solid #2c1f57;  
    padding-top: 15px;
}

.wpc-filters-widget-controls-wrapper {
    display: flex;
    justify-content: space-between;
}

.wpc-filters-widget-controls-item {
    flex: 1;
    text-align: center;
}

.wpc-filters-apply-button, .wpc-filters-close-button {
    background-color: #2c1f57;  
    color: #2c1f57; /* Dark purple text */
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.wpc-filters-apply-button:hover {
    background-color: #2c1f57; /* Dark purple on hover */
    color: #fffcf4; /* Light cream text */
}
 .wpc-wrap-icons {
    font-size: 20px;
    font-weight: 500;
}
	.wpc-filters-main-wrap input[type=checkbox]:after{
		    border: 2px solid #2c1f57 !important;
		    border-top: 0 !important;
    border-left: 0 !important;
	}
	.wpc-filter-title{
		padding: 20px 0 7px 0;
	}
/* Responsive Adjustments */
@media (max-width: 768px) {
    .wpc-filters-main-wrap {
        max-width: 100%;
        padding: 10px 10px 0px 10px;
        margin-bottom: 50px;
        height: 63px;
        border: none;
        box-shadow: none;
    }
	.wpc-button-inner, .wpc-chip-content 
    {
        display: flex;
        justify-content: center;
        align-items: center;
    }
        a.wpc-open-close-filters-button.wpc-closed.wpc-show-counts-no {
        width: 100%;
    }

    .wpc-filters-widget-controls-wrapper {
        flex-direction: column;
    }

    .wpc-filters-widget-controls-item {
        margin-bottom: 10px;
    }
	 .hero video {
        width: 100%;
        height: 67vh !important;
        object-fit: cover;
    }
    .wpc-filters-widget-content.wpc-show-counts-no.wpc-opened{
        background: #fff;
        padding: 0 20px;
        border: 1px solid;
    }
}

.breadcrumbs a{
    color: #ffffff !important;
}
#eoa-password-login-message, #eoa-wizard-message{
    color: red !important;
}