/*
Theme Name: Repossessed Houses For Sale
Author Name: Weloin
Author URI: https://weloin.com
Version: 2.0.4
*/
@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
    --swiper-theme-color: white !important;
    --swiper-navigation-size: 1.25rem !important;
}

.zoom90 {
    zoom: 90%;
}

.zoom85 {
    zoom: 85%;
}

.zoom80 {
    zoom: 80%;
}

.zoom75 {
    zoom: 75%;
}

body {
    color: #294052;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-weight: bold;
}

.swiper-pagination-bullet {
    border: 1px solid white;
    opacity: 1 !important;
}

.menu-item-border {
    height: 0.5rem;
    transition: all 0.2s ease;
}

.menu-item:hover .menu-item-border {
    height: 100%;
}

.menu-item:hover .chevron-down {
    opacity: 60%;
    transform: rotate(180deg);
}

.sub-menu-item {
    opacity: 0;
    pointer-events: none;
    user-select: none;
    transform: translate(-50%, 130%);
}

.menu-item:hover .sub-menu-item {
    opacity: 1;
    pointer-events: auto;
    user-select: auto;
    transform: translate(-50%, 100%);
}

.shadow-1 {
    box-shadow: inset 0px 0px 0.188rem #00000029, 0px 0.063rem 0.188rem #00000029;
}

@media screen and (min-width: 1536px) {
    .shadow-2 {
        box-shadow: 0px 0px 0.5rem #00000033;
    }
}

@media screen and (min-width: 1024px) {
    .shadow-3 {
        box-shadow: 0px 0px 0.5rem #00000033;
    }
}

.overflow-y-auto::-webkit-scrollbar {
    display: none;
}

#gallery-carousel::-webkit-scrollbar {
    display: none;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.page-numbers {
    font-size: "1.125rem";
    font-family: "Carlito Bold"
}

.page-numbers.current {
    color: #DC143C;
}




/* default (collapsed) */
.option-input {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease, padding 0.3s ease;
  padding: 0; /* or whatever your “closed” padding is */
}
.option-input > div {
  overflow: hidden;
}

/* the “open” state */
.option.open .option-input {
  grid-template-rows: 1fr;
  padding: 0.938rem 1.563rem;
}
.option.open .option-input > div {
  overflow: inherit;
}

.beds {
    accent-color: #DC143C;
}

.overlay-hide {
    grid-template-rows: 0fr;
}

.overlay-show {
    grid-template-rows: 1fr;
}

.bg-grad-1 {
    background: transparent linear-gradient(162deg, #FFFFFF 0%, #D1E9FF 69%, #B9DDFF 100%) 0% 0% no-repeat padding-box;
}

.shadow-3 {
    box-shadow: 0px 0px 0.375rem #00000029;
}

.shadow-4 {
    box-shadow: 0px 0.188rem 0.375rem #8694A019;
}

.shadow-5 {
    box-shadow: 0px 0.188rem 0.375rem #00000029;
}

.shadow-6 {
    box-shadow: 0px 0px 0.5rem #00000026;
}

.shadow-7 {
    box-shadow: inset 0px 0.188rem 0.375rem #00000029, 0px 0.188rem 0.375rem #00000029;
}

.shadow-8 {
    box-shadow: 0px 0px 0.5rem #00000057;
}

.shadow-9 {
    box-shadow: 0px 0px 0.375rem #00000057;
}

.shadow-10 {
    box-shadow: 0px 0px 0.188rem #00000029;
}

.shadow-11 {
    box-shadow: 0px 0.313rem 0.75rem #00000029;
}

.shadow-12 {
    box-shadow: 0px 0.375rem 0.75rem #0000002E;
}

.circle {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    border: 0.375rem solid white;
    border-radius: 50%;
    top: calc(100% - 0.625rem);
    left: 50%;
    animation-duration: 600ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.circle-0 {
    transform: translate(-50%, 0px) rotateX(60deg) scale(0);
    opacity: 0;
    animation-name: circle-0;
}

.circle-1 {
    transform: translate(-50%, 0.188rem) rotateX(60deg) scale(0.25);
    opacity: 0.9;
    animation-name: circle-1;
}

.circle-2 {
    transform: translate(-50%, 0.375rem) rotateX(60deg) scale(0.5);
    opacity: 0.7;
    animation-name: circle-2;
}

.circle-3 {
    transform: translate(-50%, 0.563rem) rotateX(60deg) scale(0.75);
    opacity: 0.5;
    animation-name: circle-3;
}

@keyframes circle-0 {
    to {
        opacity: 0.9;
        transform: translate(-50%, 0.188rem) rotateX(60deg) scale(0.25);
    }
}

@keyframes circle-1 {
    to {
        opacity: 0.7;
        transform: translate(-50%, 0.375rem) rotateX(60deg) scale(0.5);
    }
}

@keyframes circle-2 {
    to {
        opacity: 0.5;
        transform: translate(-50%, 0.563rem) rotateX(60deg) scale(0.75);
    }
}

@keyframes circle-3 {
    to {
        opacity: 0;
        transform: translate(-50%, 0.75rem) rotateX(60deg) scale(1);
    }
}

.triangle {
    width: 0;
    height: 0;
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
    border-top: 0.5rem solid #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip-triangle {
    width: 0;
    height: 0;
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
    border-bottom: 0.5rem solid #666;
}

.subscription-radio {
    accent-color: #DC143C;
    height: 2rem;
    width: 2rem;
}

.footer-logos img {
    height: 4.688rem !important;
    width: auto !important;
}

@media screen and (max-width: 1526px) {
    .footer-logos img {
        height: 3.125rem !important;
        width: auto !important;
    }
}

.fade-in-white {
    background: linear-gradient(transparent, transparent 50%, white 80%);
}

.wysiwyg-content {
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    gap: 1.25rem;
}

.wysiwyg-content p, .wysiwyg-content li {
    font-family: "Carlito";
    font-size: 1rem;
    color: #071D2F;
}

.wysiwyg-content strong {
    font-family: "Carlito Bold"
}

.wysiwyg-content .wp-caption-text {
    color: #8694A0;
    font-size: 0.875rem;
    text-align: center;
}

.wysiwyg-content .wp-caption {
    color: #8694A0;
    width: 100% !important;
}

.wysiwyg-content img {
    /* width: 100% !important; */
    min-width: 50%;
    margin: auto;
}

.wysiwyg-content div {
    max-width: 100%;
}

.wysiwyg-content h1, h2, h3, h4, h5, h6 {
    font-family: "Robotto Condensed";
}

.wysiwyg-content h1 {
    font-size: 2.375rem;
    line-height: 2.5rem;
}

.wysiwyg-content h2 {
    font-size: 2.125rem;
    line-height: 2.25rem;
}

.wysiwyg-content h3 {
    font-size: 1.875rem;
    line-height: 2rem;
}

.wysiwyg-content h4 {
    font-size: 1.625rem;
    line-height: 1.75rem;
}

.wysiwyg-content h5 {
    font-size: 1.375rem;
    line-height: 1.5rem;
}

.wysiwyg-content h6 {
    font-size: 1.125rem;
    line-height: 1.25rem;
}

.wysiwyg-content iframe {
    max-width: 100%;
}

.wysiwyg-content ul {
    list-style-type: disc;
}

.wysiwyg-content ol {
    list-style-type: decimal;
}

.wysiwyg-content a{ 
    color: #DC143C;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .option-input {
    grid-template-rows: 0fr;
}

.option-input>div {
    overflow: hidden;
}

.option:hover .option-input {
    grid-template-rows: 1fr;
    padding: 0.938rem 1.563rem;
}

.option:hover .option-input>div {
    overflow: inherit;
}

    .wysiwyg-content {
        gap: 2.5rem;
    }

    .wysiwyg-content p, .wysiwyg-content li {
        font-size: 1.375rem;
    }

    .wysiwyg-content .wp-caption-text {
        font-size: 1.125rem;
    }

    .wysiwyg-content h1 {
        font-size: 3.75rem;
        line-height: 4rem;
    }
    
    .wysiwyg-content h2 {
        font-size: 3.25rem;
        line-height: 3.5rem;
    }
    
    .wysiwyg-content h3 {
        font-size: 2.875rem;
        line-height: 3.125rem;
    }
    
    .wysiwyg-content h4 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
    
    .wysiwyg-content h5 {
        font-size: 2.125rem;
        line-height: 2.375rem;
    }
    
    .wysiwyg-content h6 {
        font-size: 1.75rem;
        line-height: 2rem;
    }
}

#terms, #remember {
    width: 1.25rem;
    height: 1.25rem;
    accent-color: #DC143C;
}

@media screen and (min-width: 768px) {
    #terms, #remember {
        width: 1.688rem;
        height: 1.688rem;
    }
}

.star:hover path:nth-child(2) {
    fill: #FFEE1D;
}

.star:hover ~.star path:nth-child(2) {
    fill: #FFEE1D;
}

.breadcrumbs span {
    font-family: "Carlito Bold";
}

.breadcrumbs a {
    transition: 0.2s all;
}

.breadcrumbs a:hover {
    opacity: 0.6;
}

.breadcrumbs > span {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.breadcrumb_last {
    color: #8694A0;
    font-family: "Carlito" !important;
}

.read-more-button {
    opacity: 0;
    pointer-events: none;
}

.blog-link:hover .read-more-button {
    opacity: 1;
}

.typed-cursor {
    color: black;
}

.footer-menu-designer:hover span {
    color: #DC143C;
}
svg#benefit_check {
    min-width: max-content;
}
i.red-icon {
    color: red;
    font-size: 25px;
}
.stamps.small3 {
    top: 80px;
}