/*Home Page CSS*/

.Hero-Icn .w-iconbox-icon {
    margin-right: 8px !important;
}

.home-gallerySec .w-gallery-item-img img {
    background: none !important;
    object-fit: contain;
    width: 110px;
}


.home-gallerySec {
    position: relative !important;
}

/* LEFT gradient */
.home-gallerySec::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 146px !important;
    height: 100% !important;
    background: linear-gradient(270deg, rgba(13, 14, 16, 0) 0%, #0D0E10 100%) !important;
    z-index: 5 !important;
    pointer-events: none !important;
}

/* RIGHT gradient */
.home-gallerySec::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 105px !important;
    height: 100% !important;
    background: linear-gradient(90deg,
            rgba(13, 14, 16, 0) 0%,
            #0D0E10 100%) !important;

    z-index: 5 !important;
    pointer-events: none !important;
}

.howItIcn .w-iconbox-title {
    padding-top: 30px !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
}

@media (max-width: 767px) {
    .HeroSectionWrapp {
        flex-flow: wrap !important;
        gap: 15px;
    }

    .howItIcn .w-iconbox-icon {
        font-size: 50px !important;
    }

    .home-gallerySec .w-gallery-item-img img {
        width: 90px !important;
    }


    .howSubSection .howItIcn .w-iconbox-title {
        padding-top: 15px !important;
        font-size: 18px !important;
    }

    .home-gallerySec .w-gallery-list {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 15px !important;
        justify-items: center !important;
    }

    .home-gallerySec .w-gallery-item {
        aspect-ratio: auto !important;
        height: auto !important;
        min-height: 0 !important;
        width: auto !important;
    }

    .home-gallerySec .w-gallery-item-img {
        aspect-ratio: auto !important;
        min-height: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .HeroSectionWrapp {
        flex-flow: wrap !important;
        gap: 20px;
    }

    .home-gallerySec .w-gallery-list {
        gap: 50px !important;
    }

    .howSubSection {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
    }

    .howItIcn .w-iconbox-title {
        padding-top: 10px !important;
        font-size: 20px !important;
    }
}

/* Home Page Step Form Style */
.pfv2-finder {
    max-width: 640px;
    margin: 0 auto;
    border: 1px solid #FFFFFF2B;
    border-radius: 20px;
    padding: 32px 34px 28px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #fff;
}

.pfv2-progress-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
}

.pfv2-step-label {
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    white-space: nowrap;
    line-height: normal;
}

.pfv2-step-label b {
    color: #FFFFFF;
    font-weight: 700
}

.pfv2-track {
    flex: 1;
    max-width: 160px;
    height: 6px;
    background: #737373;
    overflow: hidden;
    opacity: 30%;
}

.pfv2-fill {
    height: 100%;
    width: 0%;
    background: #29CDD9;
    transition: width .25s ease;
}

.pfv2-question {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    margin: 0 0 6px;
}

.pfv2-hint {
    color: #7d8089;
    font-size: 12px;
    margin: 0 0 20px;
}

.pfv2-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 30px;
}

.pfv2-card {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    text-align: left;
    background: #1D1D1D;
    border: 1px solid #24262d;
    border-radius: 18px;
    padding: 18px 20px;
    cursor: pointer;
    color: #fff;
    transition: border-color .15s ease, background .15s ease;
}

.pfv2-card:hover {
    border-color: #3a3d47;
}

.pfv2-card.is-sel {
    border: 1px solid #29CDD966;
}

.pfv2-idx {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    min-width: 20px;
    line-height: normal !important;
}

.pfv2-card.is-sel .pfv2-idx {
    color: #29CDD9;
}

.pfv2-card-body {
    flex: 1
}

.pfv2-card-body h4 {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.pfv2-card-body p {
    margin: 0;
    font-size: 12px;
    color: #FFFFFF;
    opacity: 60%;
    font-family: 'Inter';
    font-weight: 400;
    line-height: normal;
}

.pfv2-dot {
    margin-left: auto;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .3);
    flex: 0 0 auto;
    transition: .18s
}

.pfv2-card.is-sel .pfv2-dot {
    background: #29cdd9;
    border-color: #29cdd9;
    box-shadow: 0 0 0 3px rgba(41, 205, 217, .25)
}

.pfv2-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 28px;
}

.pfv2-back {
    background: none;
    border: none;
    color: #7d8089;
    font-size: 13px;
    cursor: pointer;
    padding: 6px 0;
}

.pfv2-back:hover:not(:disabled) {
    color: #fff
}

.pfv2-back:disabled {
    opacity: .35;
    cursor: not-allowed
}

.pfv2-note {
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    flex: 1;
    text-align: center;
    line-height: normal;
    opacity: 0.8;
    font-family: 'Inter';
}

.pfv2-btn.pfv2-next {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    background: #29CDD9;
    color: #111216;
    border: 1px solid #29CDD9;
    border-radius: 11px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: normal !important;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
}

.pfv2-btn.pfv2-next:hover {
    background: #101114;
    color: #29cdd9 !important;
    border: 1px solid #29cdd9 !important;
}

/* Results screen */
.pfv2-results {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.pfv2-rcard {
    display: flex;
    gap: 16px;
    background: #1f2025;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    padding: 16px;
    align-items: center
}

.pfv2-rimg {
    flex: 0 0 96px;
    width: 96px;
    height: 96px;
    border-radius: 10px;
    background: #f6f7f6 center/cover no-repeat;
    overflow: hidden
}

.pfv2-rbody {
    flex: 1;
    min-width: 0
}

.pfv2-match {
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    display: inline-block;
    background: #29cdd9;
    color: #111216;
    font-weight: 700;
    border-radius: 6px;
    margin-bottom: 10px;
}

.pfv2-rbody h4 {
    font-size: 15px;
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    padding: 0;
}

.pfv2-brand {
    margin: 2px 0 8px;
    color: #29cdd9;
    text-transform: uppercase;
    letter-spacing: .5px
}

.pfv2-specs {
    display: flex;
    gap: 10px;
    font-size: 11px;
    color: #999;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.pfv2-specs span {
    font-size: 12px;
    color: #a4a4a4
}

.pfv2-buy {
    text-align: center;
    border: 1px solid #29cdd9;
    font-size: 12px;
    display: inline-block;
    background: #29cdd9;
    color: #111216;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 8px 18px;
    border-radius: 8px;
    text-decoration: none
}

.pfv2-buy:hover {
    background: #2dd4bf;
    color: #000;
}

.pfv2-restart {
    text-align: center;
    margin-top: 20px;
}

.pfv2-restart button {
    background: none;
    border: 1px solid #333;
    color: #ccc;
    border-radius: 999px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 13px;
}

@media(max-width:600px) {
    .pfv2-finder {
        padding: 20px
    }

    .pfv2-question {
        font-size: 21px
    }

    .pfv2-track {
        align-self: flex-start;
        margin-top: 0
    }

    .pfv2-rcard {
        flex-direction: column;
        align-items: flex-start
    }

    .pfv2-rimg {
        flex-basis: auto
    }
}

@media(max-width:767px) {
    .pfv2-note {
        font-size: 11px !important;
    }

    .pfv2-nav {
        gap: 10px !important;
    }

    .pfv2-card {
        padding: 15px !important;
    }

    .pfv2-card-body h4 {
        font-size: 12px !important;
        line-height: normal !important;
    }

    .pfv2-btn.pfv2-next {
        font-size: 12px !important;
        line-height: normal !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .home-QSection .g-cols.cols_2 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}



.CateButton {
    cursor: pointer;
}

/* ================================
   Category Cards - Hover Animation
================================ */

.categoriesGrid .w-grid-item {
    transition: transform 0.35s ease, filter 0.35s ease;
}

/* Card hover */
.categoriesGrid .w-grid-item:hover {
    transform: translateY(-8px);
}

/* Image wrapper */
.categoriesGrid .categoriesWrap {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

/* Image */
.categoriesGrid .usg_post_custom_field_1 {
    overflow: hidden;
}

/* Image zoom */
.categoriesGrid .usg_post_custom_field_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

/* Zoom image when card is hovered */
.categoriesGrid .w-grid-item:hover .usg_post_custom_field_1 img {
    transform: scale(1.08);
}


/* ================================
   Category Button Animation
================================ */

.categoriesGrid .usg_post_title_1 {
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        background-color 0.35s ease;
}

/* Button hover through card */
.categoriesGrid .w-grid-item:hover .usg_post_title_1 {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    background-color: transparent !important;
    color: #29CDD9 !important;
	border:1px solid #FFFFFF !important;
}

/* Keep link white */
.categoriesGrid .usg_post_title_1 a {
    transition: color 0.3s ease;
}

.categoriesGrid .w-grid-item:hover .usg_post_title_1 a {
    color: #ffffff !important;
}



/* Inner Banner - Fixed Height */
.newinnerBannerSection {
    min-height: 700px !important;
    height: 700px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.newinnerBannerSection> .l-section-h {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
	justify-content:center !important;
}

@media (max-width:767px) {
	.newinnerBannerSection{
		min-height: auto !important;
    	height: auto !important;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.newinnerBannerSection {
		min-height: auto !important;
    	height: auto !important;
	}
}