/* ******************************* pricing page  css start *********************************************** */
.select-para p {
    font-size: 24px;
    font-weight: 600;
    color: rgba(var(--white-color), 1);
    margin-top: 3rem;
}

.property-link-section {
    padding: 20px 0;
    text-align: center;
    z-index: 5;
    position: relative;
}

.property-link {
    display: block;
    text-decoration: none;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    color: #333;
    font-weight: 600;
    height: 100%;
}

.property-link:hover {
    color: rgba(var(--second-color), 1);
}

.property-icon {
    width: 50px;
    height: 50px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 10px;
}

.property-text {
    font-size: 13px;
    text-transform: uppercase;
}

/* ******************************* pricing page  css END *********************************************** */

.aboutbanner {
    background-color: rgba(var(--main-color), 1);
}

.aboutbanner .common-para {
    color: rgba(var(--white-color), 1) !important;
}

.select-para {
    position: relative;
    z-index: 4;
}

/* ******************************* pricing-details page  css start *********************************************** */
.pricing-section {
    /* padding: 60px 0;
    background: #f8f9fa; */
}

.pricing-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    padding: 20px;
    position: relative;
    height: 100%;
}

.pricing-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(var(--main-color), 1);
    text-transform: uppercase;
    margin-bottom: 0rem;
}

.pricing-subtitle {
    font-size: 0.9rem;
    color: #666;
}

.pricing-price {
    font-size: 20px;
    font-weight: 700;
    color: rgba(var(--main-color), 1);
}

.pricing-original {
    text-decoration: line-through;
    font-size: 1rem;
    color: #999;
    margin-right: 5px;
}

.btn-outline {
    border: 1px solid #ced4da;
    background: #f0f0f0;
    color: #333;
    font-weight: 500;
}

.btn-primary {
    background: rgba(var(--main-color), 1);
    color: white;
}

.btn-green {
    background-color: #4caf50;
    color: white;
}

.feature-list {
    /* margin-top: 20px; */
    margin-top: 8px;
    font-size: 0.95rem;
}

.feature-list li {
    margin-bottom: 10px;
}

.feature-list li span {
    color: rgba(var(--second-color), 1);
}

/* .feature-list li.inactive {
      color: #bbb;
    } */

.most-popular-ribbon {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(var(--second-color), 1);
    color: #000;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 5px 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.see-features {
    font-weight: 600;
    color: rgba(var(--main-color), 1);
    text-decoration: none;
    /* display: inline-block; */
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
    display: block;
    text-align: start;
    margin-top: 20px;
}

.bg-warningSEC {
    background-color: rgb(29 163 22 / 19%);
}

.toggle-container {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    margin: 0 auto;
    width: max-content;
    margin-bottom: 2rem;
}

.toggle-label {
    cursor: pointer;
    color: gray;
    font-size: 16px;
}

.toggle-label.active {
    color: rgba(var(--main-color), 1);
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 26px;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: rgba(var(--main-color), 1);
}

input:checked + .slider:before {
    transform: translateX(24px);
}

.badge-save {
    background: #ffd700;
    color: #000;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
}

.room-input-wrapper {
    display: flex;
    width: fit-content;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    margin-top: 2rem;
}

.room-label {
    background-color: #e9ecf5;
    padding: 10px 16px;
    color: #000;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.room-label::after {
    content: "›";
    font-size: 16px;
}

.room-input {
    width: 60px;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    border: none;
    outline: none;
}

.room-input::-webkit-outer-spin-button,
.room-input::-webkit-inner-spin-button {
    margin-left: 2px;
}

/* Optional: Improve style for number input arrows */
input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

.addons-section {
    text-align: center;
    color: #555;
}

.addons-section h2 {
    color: rgba(var(--main-color), 1);
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.addons-section p {
    font-size: 16px;
    margin-bottom: 30px;
}

.addons-section p a {
    color: rgba(var(--main-color), 1);
    text-decoration: underline;
}

.addon-boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 auto 40px;
}

.addon-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: left;
    padding: 20px;
    min-width: 480px;
    flex: 1;
}

.addon-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(var(--main-color), 0.5);
    display: block;
    padding-bottom: 7px;
    color: rgba(var(--main-color), 1);
    font-weight: 600;
}

.addon-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.addon-box ul li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
    font-size: 15px;
}

.addon-box ul li:last-child {
    border-bottom: none;
}

.addon-box ul li a {
    color: rgba(var(--main-color), 1);
    font-weight: 500;
    text-decoration: none;
}

.addon-tiles {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.tile {
    background: linear-gradient(to right, #140f39, #140f39);
    color: white;
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-radius: 10px;
    min-width: 300px;
    gap: 14px;
    position: relative;
}

.tile-icon {
    background: white;
    padding: 10px;
    border-radius: 12px;
}

.tile-icon img {
    height: 36px;
    width: 36px;
}

.tile-text {
    text-align: left;
    font-size: 14px;
}

.tile-text b {
    font-size: 17px;
    display: block;
}

.tile-text small {
    color: #ffd700;
    font-weight: bold;
    display: block;
    margin-top: 4px;
}

.testimonial-slider-wrapper {
    margin: 0 auto;
    max-width: 900px;
    background-color: rgba(var(--white-color), 1);
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-top: 4rem;
}

.testimonial-slider .testimonial-item {
    text-align: center;
    padding: 20px;
}

.testimonial-title {
    font-size: 22px;
    font-weight: 600;
    color: rgba(var(--main-color), 1);
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    position: relative;
    max-width: 750px;
    margin: 0 auto 30px;
}

.testimonial-text::before {
    content: "“";
    font-size: 60px;
    color: #ccc;
    position: absolute;
    left: -30px;
    top: -10px;
}

.testimonial-author {
    margin-top: 15px;
}

.testimonial-author img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    display: inline !important;
}

.testimonial-author-name {
    font-weight: 600;
    color: #222;
}

.testimonial-author-role {
    font-style: italic;
    font-size: 14px;
    color: #777;
}

.testimonial-link {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(var(--second-color), 1);
    text-decoration: none;
    display: inline-block;
}

.testimonial-slider .owl-dots {
    margin-top: 20px;
}

/* ******************************* pricing-details page  css END *********************************************** */

@media (max-width: 991px) {
    .select-para p {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .property-text {
        font-size: 11px;
    }
    .property-link {
        padding: 10px 5px;
        font-size: 12px;
    }
    .property-icon {
        width: 30px;
        height: 30px;
    }
    .pr-select-para p {
        margin-top: 0 !important;
    }
    .testimonial-slider-wrapper {
        margin-top: 0;
    }
    .testimonial-text {
        font-size: 13px;
        max-width: auto;
    }
}

/* == New Style === */
.bg-background-light {
    background-color: rgba(var(--back-color), 1);
}

.price-list-sec-title {
    color: rgba(var(--main-color), 1);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
}
.price-no-feature-list {
    color: #c1c2c7;
}
.price-no-feature-icon {
    color: #c1c2c7 !important;
}

.currency-icon-small svg {
    width: 16px;
}
.currency-icon svg {
    width: 24px;
}
.currency-icon-small svg path {
    fill: #999;
}
.currency-icon svg path {
    fill: #212529;
    fill: rgba(var(--main-color), 1);
}

.feature-list-wrap li span {
    margin-right: 5px;
    display: inline-block;
}

/* == === */
.price-card {
    border-color: transparent;
}
.price-card .card-head {
    padding: 12px 16px;
}
.price-table-wrap tr th {
    vertical-align: middle;
    white-space: nowrap;
    font-size: 13px;
    text-align: center;
    background-color: #080032;
    /* border-color: #080032; */
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.price-table-wrap tr td {
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.price-feature-content-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.price-feature-content-wrap i {
    color: #1da316;
}
.price-table-wrap::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.price-table-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.price-table-wrap::-webkit-scrollbar-thumb {
    background: rgba(var(--main-color), 1);
    border-radius: 10px;
}
/* .price-table-wrap::-webkit-scrollbar-thumb:hover {
    background: #0056b3;
  } */
/* == === */

.price-feature-list-icon {
    display: flex;
}
.price-feature-card .feature-list li {
    display: flex;
    gap: 6px;
    font-size: 14px;
}
.price-feature-card{
    border-color: #080032;
}
.price-feature-card .card-header{
    background-color: #080032;
    border-color: #080032;
    color:#fff;
    font-size: 14px;
    font-weight: 600;
}
.addon-card{
    border-color: rgba(var(--second-color), 1);
}
.addon-card .card-header{
    background-color: rgba(var(--second-color), 1);
    border-color: rgba(var(--second-color), 1);
    color:#000;
    font-size: 14px;
    font-weight: 600;
}

.btn-mail-quote {
    padding: 6px 12px;
    margin: 8px 0px 8px auto;
    background-color: #080032;
    border: 1px solid #080032;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
}
.addon-card .feature-list li{
    display: flex;
    gap: 6px;
    font-size: 14px;
}

/* ==== ==== */

.addon-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: sans-serif;
  user-select: none;
}

.addon-checkbox input {
  display: none;
}

.addon-checkbox .addon-checkmark {
  width: 16px;
  height: 16px;
  border: 1.6px solid rgba(var(--second-color), 1);
  /* border: 1px solid #dee2e6; */
  border-radius: 3px;
  position: relative;
  transition: all 0.2s ease;
}

.addon-checkbox input:checked + .addon-checkmark::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.addon-checkbox input:checked + .addon-checkmark {
  background-color: rgba(var(--second-color), 1);
  border-color: rgba(var(--second-color), 1);
}
@media(max-width:767px){
    .pricing-title{
        font-size: 16px;
        margin: 10px 0px 2px;
        line-height: 100%;
    }
    .pricing-subtitle{
        font-size: 12px;
    }
    .price-value-wrap .text-muted.text-mutednewsec{
        font-size: 12px;
    }
    .pricing-original {
        font-size: 14px;
        line-height: 100%;
    }
    .pricing-price{
        font-size: 18px;
        line-height: 100%;
    }
    .currency-icon{
        line-height: 100%;   
    }
    .currency-icon-small svg {
        width: 14px;
    }
    .currency-icon svg{
        width: 16px;
    }
}
/* ==== ==== */
