*{
    font-family: "Radio Canada", sans-serif !important;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    font-family: "Radio Canada", sans-serif !important;
}
.main-color{
  background: rgb(0, 199, 132) !important;
  color: #fff;
}
.main-color:hover{
    background: rgb(3, 174, 117) !important;
    color: #fff;
}
.auto-fill{
  -webkit-text-fill-color: white !important; 
  -webkit-box-shadow: 0 0 0 1000px #0A4253 inset !important; 
  box-shadow: 0 0 0 1000px #0A4253 inset !important;
  border-radius: inherit !important; 
  transition: background-color 9999s ease-in-out 0s !important; 
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

.flex {
    display: flex !important;
}

.w-6 {
    width: 1.5rem;
}

.h-7 {
    height: 1.75rem;
}

.text-\[\#00C684\] {
    --tw-text-opacity: 1;
    color: rgb(0 198 132 / var(--tw-text-opacity));
}

.key-features-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* optional for even spacing */
    text-align: center;
    background: #ffffff1a;
    padding: 4rem 2rem;
    border-radius: 20px;
    height: 100%;
}

.about-us-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; /* optional for even spacing */
    text-align: center;
    background: #e6f9f3;
    padding: 4rem 2rem;
    border-radius: 20px;
    height: 100%;
}



footer.style-7 .footer-wrapper {
    background-image: linear-gradient(180deg, #073142, #0e5566);
}

.hero-banner-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-banner-desktop,
.hero-banner-mobile {
    display: none;
    width: 100%;
    height: auto;
}

/* Show desktop banner on larger screens */
@media (min-width: 768px) {
    .hero-banner-desktop {
        display: block;
    }
}

/* Show mobile banner on smaller screens */
@media (max-width: 767px) {
    .hero-banner-mobile {
        display: block;
    }
    .mob-mt-1 {
        margin-top: 1rem;
    }
}

.hero-banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}


.payment-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 1rem;
    max-width: 600px;
    margin: auto;
}

.payment-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.payment-status {
    font-size: 0.875rem; /* text-sm */
    color: #474747;
    font-weight: 400;
}

.payment-amount {
    font-size: 1rem;
    font-weight: 600;
}

.icon-container {
    width: 3.5rem;
    height: 3.5rem;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-container svg {
    width: 2.5rem;
    height: 2.5rem;
}

@media (min-width: 1280px) {
    .payment-status {
        font-size: 1.125rem; /* xl:text-lg */
    }

    .payment-amount {
        font-size: 1.75rem; /* xl:text-3xl */
    }

    .icon-container {
        width: 5rem;
        height: 5rem;
    }

    .icon-container svg {
        width: 3.5rem;
        height: 3.5rem;
    }
}

@media (min-width: 1536px) {
    .payment-status {
        font-size: 1.375rem;
    }

    .payment-amount {
        font-size: 2.5rem;
    }

    .icon-container {
        width: 5.875rem;
        height: 5.875rem;
    }
}

#interested-select + .nice-select {
    width: 100% !important;
    background: #e6f9f3;
}

.card-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem; /* GAP between cards */
    /* padding: 2rem; */
}

.info-card {
    height: 10rem;
    width: 100%;
    /* max-width: 40rem; */
    background-color: #00C684;
    color: white;
    border-radius: 1rem;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}

.info-card h2 {
    font-size: 1.25rem;
    font-weight: 600;
}

.info-card p {
    /* margin-top: 2rem; */
    font-size: 1.125rem;
}

.info-card a {
    color: white;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 400;
}

.info-card .info-icon {
    width: 3rem;
    height: 3rem;
    color: #083849;
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
}

/* Larger screens */
@media (min-width: 1024px) {
    .info-card {
        height: 10rem;
        /* padding: 5rem 2.5rem 0 2.5rem; */
    }

    .info-card h2 {
        font-size: 2rem;
    }

    .info-card p {
        font-size: 1.5rem;
    }

    .info-card a {
        font-size: 1.25rem;
    }

    .info-card .info-icon {
        width: 3rem;
        height: 3rem;
        /* bottom: 2.5rem; */
        right: 2.5rem;
    }
}

/* Container and Main Wrapper */
.tnc-container {
    min-height: 100vh;
    background-color: #f7fafc; /* Light gray background */
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.tnc-content {
    max-width: 1120px;
    margin: 0 auto;
    padding-bottom: 2rem;
}

/* Header Styles */
.tnc-header {
    font-size: 2rem; /* Large font size */
    font-weight: bold;
    color: #1a202c; /* Dark gray color */
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Box for the Terms content */
.tnc-box {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Shadow for the box */
    border-radius: 0.5rem;
    padding: 2rem;
}

/* General Text */
.tnc-text {
    color: #4a5568; /* Gray text */
    margin-bottom: 1rem;
}

/* Bold Text */
.tnc-bold {
    font-weight: 600;
}

/* List Styles */
.tnc-list {
    /* margin-left: 2rem;  */
    color: #4a5568; /* Gray text color */
    margin-bottom: 1rem;
}

.tnc-list li {
    list-style-type: disc;
}

/* Subheaders */
.tnc-subheader {
    font-size: 1.25rem; /* Medium-large font size */
    font-weight: 600;
    color: #1a202c; /* Dark gray text */
    margin-bottom: 1rem;
}

/* Links (for email links) */
.tnc-link {
    color: #3182ce; /* Blue color */
    text-decoration: underline;
}

/* Mobile Responsiveness */
@media (min-width: 640px) {
    .tnc-sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .tnc-lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.pnp-modal {
    width: 80%;
    max-width: 52.188rem;
    border-radius: 1.5rem;
    background: white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(16px);
    transition: all 0.3s ease-out;
}
.pnp-modal[data-closed] {
    transform: scale(0.95);
    opacity: 0;
}

.pnp-modal-content {
    position: relative;
    margin-top: 3rem;
    padding: 1.5rem;
    height: 35rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pnp-close-button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.pnp-close-icon {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}

.pnp-title {
    font-size: 2rem;
    font-weight: bold;
    padding: 2rem 0;
}

@media (min-width: 1280px) {
    .pnp-title {
        font-size: 2.5rem;
    }
}

@media (min-width: 1536px) {
    .pnp-title {
        font-size: 2.75rem;
    }
}

.pnp-cards-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1.5rem;
    gap: 1.5rem;
    justify-content: center;
}

@media (min-width: 1280px) {
    .pnp-cards-container {
        gap: 3rem;
    }
}

.pnp-card {
    position: relative;
    width: 26rem;
    height: 15rem;
    background: #E6F9F3;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}

.pnp-card-number {
    position: absolute;
    top: -5rem;
    left: -1rem;
    font-size: 160px;
    font-weight: bold;
    opacity: 0.05;
    color: #010507;
}

.pnp-card-icon {
    height: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.pnp-icon-img {
    width: 3.5rem;
    height: 3.5rem;
}

@media (min-width: 1024px) {
    .pnp-icon-img {
        width: 4rem;
        height: 4rem;
    }
}

.pnp-card-title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1rem;
    padding: 0.5rem;
}

@media (min-width: 1280px) {
    .pnp-card-title {
        font-size: 1.5rem;
    }
}

.pnp-cta-button {
    margin-top: 4rem;
    width: 33%;
    height: 4rem;
    background: #00C684;
    color: white;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-decoration: none;
    outline: none;
    transition: background 0.3s, box-shadow 0.3s;
}

.pnp-cta-button:hover {
    background: #03AE75;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.pnp-hidden {
    display: none;
}

.swiper-pagination-bullet-active {
    background: #00c684;
}


/* General Layout */
.usps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Default: 2 items per row on smaller screens */
    gap: 0.5rem;
}

/* Large screen: 3 items per row */
@media (min-width: 1024px) {
    .usps-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 items per row on large screens */
    }
}

/* Spacing adjustments for 2xl */
.usps-2xl-gap-4 {
    gap: 1rem;
}

/* Item Styling */
.usps-item {
    padding: 1rem;
    display: flex;
}

.usps-justify-center {
    justify-content: center;
}

.usps-text-container {
    display: flex;
    flex-direction: column;
}

.usps-heading {
    font-size: 1rem;
    font-weight: 500;
}

.usps-subtext {
    font-size: 1rem;
    font-weight: 400;
    color: #474747;
}

/* Icon and Image */
.usps-icon {
    width: 1.5rem;
    height: 1.5rem;
    color: #00C684;
}

.usps-img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

.usps-icon-text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
}

.image_fixing1 {
    width: 100%;
    aspect-ratio: 1 / 1;
}
 
.image_fixing {
  width: 300px;         
  height: 300px;        
  display: flex;
  align-items: center;  
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.image_fixing img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;  /* prevents distortion */
}
.lead,.responsive-heading{
    font-family: 'Radio Canada', sans-serif !important;
}

.auction-card .auction-card-content .bid-btn:hover{
    background-color: rgb(3, 174, 117) !important;
}
.auction-card-content:hover .bid-btn {
  background-color: rgb(3, 174, 117);
}
.about-img img{
    border-radius: 1.4rem;
}
@media only screen and (max-width:1600px){
    .banner-height{
        height: 85% !important;
    }
}
@media only screen and (min-width:1465px){
    .responsive-heading{
        font-size: 4rem !important;
    }
}
@media (min-width: 600px) {
    .image_fixing_listing {
      width: 500px;         
      height: 500px;        
      display: flex;
      align-items: center;  
      justify-content: center; 
      overflow: hidden;
      aspect-ratio: 1 / 1;
    }

    .image_fixing_listing img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain; 
    }
}

@media only screen and (max-width:1024px){
    .responsive-heading{
        font-size: 3rem;
    }
}
@media only screen and (max-width:992px){
    .responsive-heading{
        font-size: 2.5rem;
    }
}
@media only screen and (max-width:767px){
    .width-100{
        width: 100% !important;
        text-align: center !important;
    }
     .responsive-heading{
        text-align: center !important;
    }
    .card-container{
        flex-direction: column !important;
    }
}
@media only screen and (max-width: 576px){
    .width-100{
        width: 100% !important;
        text-align: center !important;
    }
    .responsive-heading{
        text-align: center !important;
        font-size: 1.5rem;
    }
    
    .tnc-list{
        margin-left:0rem;
    }
    .d-none-576{
        display: none;
    }
}
/* Footer social icons css */
.social-list li a {
    position: relative;
    display: inline-block;
}

.social-list li a img {
    width: 30px;
    transition: opacity 0.3s ease;
}

.social-list li a .icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.social-list li a:hover .icon-default {
    opacity: 0;
}

.social-list li a:hover .icon-hover {
    opacity: 1;
}

/* Header icons css */
.icon-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.icon-link img.icon-hover {
    display: none;
}

.icon-link:hover img.icon-default {
    display: none;
}

.icon-link:hover img.icon-hover {
    display: inline;
}
