.container {
    max-width: 1600px !important;
    margin-inline: auto !important
}

.wc-block-customer-account__link,
.wc-block-mini-cart__button {
    padding: 0
}

.wp-block-knowmyfit-mega-menu {
    margin: 0
}

.social_icons a {
    background-color: #792441;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.empty-wishlist {
    text-align: center;
    padding-block: 40px;
}

.empty-block-title {
    font-size: 40px;
    color: #4fa8b7;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 600;
}

.empty-block-text {
    max-width: 535px;
    margin-inline: auto;
    padding: 0 0 22px;
}

.empty-block-btn{
    padding: 10px 15px 11px;
    background-color: #1c244b;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 25px;
    border-radius: 25px;
    display: inline-block;
}

.empty-wishlist svg {
    stroke-opacity: 0.07;
    margin: 0 auto 10px;
}

.empty-block-btn:hover{
    background-color: #4fa8b7;
}

.social_icons a:hover {
    background-color: #1C244B
}

.kmf-wishlist-shop-table table thead th:before {
    display: none;
}

.kmf-wishlist-shop-table table tbody > tr:nth-child(even) {
  background-color: #f7f3f5;
}

.kmf-wishlist-shop-table table tbody > tr td {
    padding: 5px 8px !important;
}

.kmf-wishlist-shop-table table tbody > tr td .kmf-wl-btn-color-primary{
    color: #792441 !important;
    background: none !important;
    padding: 16px 12px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}
.kmf-wishlist-shop-table .kmf-wl-pagination {
    margin-left: 25px;
    margin-right: 25px;
}

.kmf-wishlist-shop-table .kmf-wl-pro-query-filter-container{
    background-color: #f7f3f5;
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 10px;
}

.kmf-wishlist-shop-table .kmf-wl-pro-query-filter-container .kmf-wl-btn-variant-solid {
    background: #4fa8b7 !important;
}

.kmf-wishlist-shop-table .kmf-wl-spin-container {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.kmf-wishlist-shop-table table tbody > tr td .kmf-wl-btn-color-dangerous.kmf-wl-btn-variant-outlined {
    border-color: transparent !important;
    background: none !important;
    box-shadow: none !important;
}

.kmf-wishlist-shop-table table tbody > tr td .kmf-wl-btn-variant-solid:disabled {
    color: rgba(0, 0, 0, 0.25) !important;
    border: none;
}

.kmf-wishlist-shop-table table thead th .anticon svg {
    fill: #fff;
}

.kmf-wishlist-shop-table table{
    border: 1px #f2f2f2 solid;
}

/* Odd rows */
.kmf-wishlist-shop-table table tbody > tr:nth-child(odd) {
  background-color: #ffffff;
}

.kmf-wishlist-product-image {
    width: 50px;
    height: 50px;
    border-radius: 4px;
}

.kmf-wishlist-shop-table table thead th.kmf-wl-table-column-has-sorters:hover {
    background: #1c244b !important;
}

.social_icons img {
    width: 16px;
    height: 16px;
}

.top-bar-icon-box {
    min-width: 112px
}

.top-bar-icon-box .wp-block-image {
    line-height: 1
}

.top-bar-icon-box a {
    text-decoration: none;
    color: #000
}

.searchOverlay {
    position: absolute;
    top: 166px;
    left: 0;
    background: #fff;
    z-index: 50;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-out;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content
}

.searchOverlay.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.searchOverlay .wp-block-search__button-inside {
    width: 100%;
    max-width: 700px
}

.search_close {
    position: absolute;
    right: 24px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer
}

.search_close a {
    background: transparent;
    color: #000;
    padding: 0;
    line-height: 1;
    font-size: 0;
}

.search_close a:before {
    content: "";
    background-image: url(/wp-content/uploads/2026/04/close-icon.svg);
    width: 24px;
    height: 24px;
    display: block;
}

.icon-image {
    cursor: pointer;
}

.wp-block-navigation__submenu-container {
    display: grid !important;
    padding: 20px !important;
}

.wp-block-navigation__submenu-container .wp-block-navigation-item__label {
    font-size: 16px;
}

.footer-menu {
    padding-left: 22px;
    list-style: disc;
}

.footer-menu li:not(:last-child) {
    margin-bottom: 16px;
}

.footer-menu li a {
    text-decoration: none;
}

.footer-menu li a:hover {
    color: #d5d5d5;
}

.modal-search form {
    margin: 0 auto !important;
}

.modal-search {
    width: 100%;
}

.footer-links-col .wp-block-separator {
    max-width: 44px;
    margin-inline: 0 !important;
}

.ff-default .ff-el-form-control {
    background-color: #fff;
    resize: none;
}

.contact-form {
    box-shadow: 0 30px 30px -10px rgba(0, 0, 0, .05);
}

.main-faq-banner .gradient-image-banner img {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.accordian-main-section-inner {
    display: flex;
    gap: 80px;
}

.accordian-main-section {
    margin: 0;
    background-color: #fff;
}

.accordian-main-section img {
    width: 100%;
}

.accordian-grid {
    max-width: 1160px;
}

.or-divider:before,
.or-divider:after {
    content: "";
    width: 47%;
    height: 1px;
    background-color: #e2e2e2;
    position: absolute;
    top: 8px;
}

.or-divider:after {
    right: 0;
}



@media screen and (min-width:992px) {
    .main-menu-for-mobile {
        display: none !important;
    }

    .wp-block-navigation__submenu-container {
        width: 700px !important;
    }
}

@media screen and (min-width:767px) {
    .wp-block-navigation__submenu-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width:1170px) {
    .main-menu {
        gap: 20px;
    }

    .main-menu .wp-block-navigation-item__label {
        font-size: 14px;
    }

    .header-shop-icons-wrap {
        gap: 12px;
    }

    .footer-links-col {
        padding-left: 16px !important;
    }

    .footer-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width:991px) {
    .main-menu {
        display: none !important;
    }

    .footer-info-grid,
    .footer-policies-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-links-col:nth-child(2) {
        border: none;
    }

    .footer-links-col {
        padding-left: 0 !important;
    }

    .header-shop-icons-wrap :is(.wishlist-icon, .account-icon) {
        display: none;
    }
    /* rashid */
    .team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.attachment-bg .has-parallax {
		background-attachment: scroll!important;
	}
}

@media screen and (max-width:767px) {
    .copyright-wrapper {
        flex-direction: column;
    }

    .kmf-wishlist-shop-table .kmf-wl-pro-query-filter-container form {
        padding: 20px 17px !important;
    }

    .kmf-wishlist-shop-table .kmf-wl-pro-query-filter-container .kmf-wl-pro-query-filter-row {
        row-gap: 13px !important;
    }

    .kmf-wishlist-shop-table .kmf-wl-spin-container .kmf-wl-table-content {
        overflow-x: auto !important;
    }

    .kmf-wishlist-shop-table .kmf-wl-pro-query-filter-container .kmf-wl-col.kmf-wl-form-item-label {
        display: none !important;
    }

    .kmf-wishlist-shop-table .kmf-wl-table-wrapper .kmf-wl-table-container {
        overflow-x: hidden !important;
    }

    .empty-block-title {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .empty-block-text {
        padding: 0 15px 22px;
        font-size: 14px;
    }

    .empty-wishlist svg {
        margin: 0 auto 10px;
        width: 90px;
        height: 90px;
    }

    .searchOverlay {
        position: fixed;
        top: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6) !important;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-search {
        width: 100%;
        background-color: #fff;
        border-radius: 8px;
        padding: 40px 20px;
        position: relative;
    }

    .modal-search form {
        margin-block-start: 0 !important;
    }

    .is-menu-open {
        transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1);
    }

    .search_close {
        top: -11px;
        right: -12px;
        background-color: #ddd;
        border-radius: 100%;
        padding: 2px;
    }

    .header-logo img {
        width: 140px;
    }

    .search-overlay {
        top: 122px;
    }

    .wp-block-navigation__responsive-dialog {
        margin-top: 0 !important;
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
        padding-top: 32px !important;
    }

    .wp-block-navigation__submenu-container {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 !important;
    }

    /* rashid */
    	.main-about-content .wp-block-group-is-layout-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	
	.our-team-main-section {
		padding-top: 10px !important;
    	padding-bottom: 20px !important;
	}
	
	.our-team-main-section .main-heading, .faq-answer-section h3 {
		font-size: 30px !important
	}
	
	.team-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
	
	.team-profile-card h5 {
		font-size: 16px !important;
	}
	
	.team-profile-card{
		padding-top: 20px !important;
    	padding-bottom: 25px !important;
	}
	
	.attachment-bg {
		min-height: 160px !important;
	}
	
	.main-help-section {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	
	.main-help-section .is-layout-grid {
		gap: 20px !important;
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
		margin-top: 30px !important;
	}
	
	.we-listen-section {
		padding-top: 50px !important;
		padding-right: 25px !important;
		padding-left: 25px !important;
	}
	
	.follow-social-media .is-layout-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    	gap: 40px !important;
    	text-align: center !important;
		justify-content: center !important;
	}
	
	.follow-social-media .social_icons {
		justify-content: center !important;
	}
	
	.main-form-map-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	
	.main-form-map-grid .contact-form {
		padding: 30px !important;
	}
	
	.follow-us-section, .faq-customer, .main-about-content {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	
	.follow-us-section p {
		font-size: 14px !important
	}
	
	.follow-us-section h2 {
		font-size: 30px !important;
	}
	
	.static-pages-banner {
		padding-top: 30px !important;
    	padding-bottom: 30px !important;
	}
	
	.static-pages-banner h1 {
		font-size: 30px !important;
	}
	
	.privacy-policy-section {
		padding-top: 30px !important;
    	padding-bottom: 30px !important;
	}
	
	.we-listen-section h2 {
		font-size: 30px !important;
	}
	
	.we-listem-small-heading {
		font-size: 14px !important;
	}
	
	.main-help-section h4 {
		font-size: 30px !important
	}
	
	.attachment-bg h1{
		font-size: 30px !important;
	}
	
	.team-profile-card h6 {
		font-size: 14px !important;
	}
    .team-grid .profile-picture img{
		width: 80px !important;
    	height: 80px !important;
	}
}

@media screen and (max-width:480px) {

    .footer-info-grid,
    .footer-policies-wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 36px;
    }
}

/* kamran css start */

.cs-blog-author {
    align-items: center;
}

.ml-4 {
    margin-left: 20px !important;
}

.mr-4 {
    margin-right: 20px !important;
}

.cs-blog-author .wp-block-post-author__avatar img {
    border-radius: 100px;
}

.category-u-none a {
    text-decoration: none !important;
}

.grid-search-form button.wp-block-search__button {
    background: #7b1248;
}

.grid-search-form button.wp-block-search__button:hover {
    background: #000;
}

.wp-block-query-pagination-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    padding: 20px;
}

.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    background-color: #f3f4f6;
    color: #6b7280;
    transition: background-color .3s ease, color .3s ease;
}

.page-numbers:hover {
    background-color: #7b1248;
    color: #fff;
}

.page-numbers.current {
    background-color: #7b1248;
    color: #ffffff;
}

.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
    font-size: 18px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f3f4f6;
    color: #6b7280;
    text-decoration: none;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    display: inline-block;
    margin-left: 1ch !important
}

.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-previous:hover {
    background-color: #7b1248;
    color: white;
}

.wp-block-query-pagination-next .wp-block-query-pagination-next-arrow,
.wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow {
    font-size: 18px;
    color: inherit;
}

.kmf-custom-card-image.relative.group.overflow-hidden.wp-block-kmf-featured-image-overlay {
    width: 100%;
}

.wp-block-post-template.js-kmf-blog-grid {
    display: grid !important;
    gap: 2rem !important;
    transition: all .3s ease-in-out;
}

.js-kmf-blog-grid.is-switching {
    opacity: 0;
    transform: scale(.98);
}

@media (min-width:1536px) {
    .js-kmf-blog-grid.kmf-view-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (min-width:1280px) {
    .js-kmf-blog-grid.kmf-view-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 1rem !important;
    }
}

@media (min-width:768px) and (max-width:1279px) {

    .js-kmf-blog-grid.kmf-view-3,
    .js-kmf-blog-grid.kmf-view-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (min-width:1024px) {
    .js-kmf-blog-grid.kmf-view-list {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .js-kmf-blog-grid.kmf-view-list .wp-block-post .kmf-blog-glass-card {
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        text-align: left !important;
        max-width: 100% !important;
        overflow: hidden;
        padding: 0 !important;
    }

    .js-kmf-blog-grid.kmf-view-list .kmf-blog-top-link {
        flex: 0 0 400px !important;
        width: 400px !important;
        min-width: 400px !important;
        margin: 0 !important;
    }

    .js-kmf-blog-grid.kmf-view-list .kmf-blog-top-link img {
        height: 100% !important;
        object-fit: cover !important;
    }

    .js-kmf-blog-grid.kmf-view-list .kmf-blog-glass-content {
        flex: 1 1 auto !important;
        padding: 28px 20px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        gap: 15px !important;
    }

    .js-kmf-blog-grid.kmf-view-list .kmf-blog-glass-content>* {
        margin: 0 !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .js-kmf-blog-grid.kmf-view-list .kmf-blog-glass-content .taxonomy-category,
    .js-kmf-blog-grid.kmf-view-list .kmf-blog-glass-content .wp-block-post-excerpt {
        padding: 0 !important;
    }

    .js-kmf-blog-grid.kmf-view-list .kmf-card-bottom {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        margin-top: 10px !important;
    }

    .js-kmf-blog-grid.kmf-view-4 .kmf-card-meta span.inline-flex.items-center {
        font-size: 10px;
    }

    .js-kmf-blog-grid.kmf-view-4 .kmf-content p.wp-block-post-excerpt__excerpt {
        -webkit-line-clamp: 2;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: 14px;
    }
}

.js-kmf-blog-grid.kmf-view-4 .kmf-blog-top-image {
    height: 170px;
}

.js-kmf-blog-grid.kmf-view-4 .kmf-blog-card-title {
    font-size: 17px;
}

.js-kmf-blog-grid.kmf-view-4 .kmf-blog-card-text {
    font-size: 13px;
    line-height: 1.6;
}

.js-kmf-blog-grid.kmf-view-4 .kmf-card-author img {
    width: 34px !important;
    height: 34px !important;
}

@media (max-width:767px) {
    .js-kmf-blog-grid {
        grid-template-columns: 1fr !important;
    }

    .kmf-blog-glass-card {
        flex-direction: column !important;
    }

    .kmf-blog-top-link {
        width: 100% !important;
        flex: none !important;
    }

    .mob-col-static {
        position: static !important;
    }

    .grid-search-form .wp-block-search__inside-wrapper {
        width: 100% !important;
    }

    .grid-search-form {
        width: 50%;
    }

    .sort-grid-switcher {
        width: 100%;
    }

    .mob-hide {
        display: none !important;
    }

    .kmf-sorting-dropdown-container select {
        width: 100% !important;
    }

    .main-blog-template {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width:768px) and (max-width:999px) {
    .mob-col-static {
        position: static !important;
    }

    .main-blog-template {
        margin-left: 20px;
        margin-right: 20px;
    }

    .toolbar-main-row form.wp-block-search__button-outside {
        width: 100% !important;
        display: flex;
    }

    .kmf-card-meta span {
        font-size: 11px;
    }
}

@media (min-width:1024px) and (max-width:1460px) {
    .kmf-blog-sidebar {
        flex-basis: 23% !important;
    }

    .main-blog-template {
        margin-left: 20px;
        margin-right: 20px;
    }

    .kmf-card-meta span {
        font-size: 11px;
    }

    .apply-filters,
    .reset-filters {
        width: 100% !important;
    }

    .apply-filters button,
    .reset-filters .wp-block-button__link {
        font-size: 12px !important;
        padding: 10px !important;
    }

    .wp-container-core-buttons-is-layout-d23fb9ce {
        flex-wrap: nowrap;
        gap: 10px;
        justify-content: space-between !important;
    }

    .toolbar-main-row form.wp-block-search__button-outside {
        width: 100% !important;
        display: flex;
    }
}

@media(min-width:1440px) {
    .wp-block-post-author__content {
        font-size: 12px;
    }

    .cs-blog-author .wp-block-post-author__avatar img {
        width: 28px;
    }

    .wp-block-post-author__avatar {
        margin-right: 10px;
    }

    .kmf-read-more-btn {
        font-size: 12px;
    }

    .kmf-blog-sidebar {
        flex-basis: 18% !important;
    }

    .js-kmf-blog-grid.kmf-view-4 .kmf-card-meta {
        padding: 0 !important;
    }

    .js-kmf-blog-grid.kmf-view-4 .kmf-card-meta span {
        font-size: 9px !important;
    }

    .js-kmf-blog-grid.kmf-view-list .kmf-blog-top-link {
        flex: 0 0 350px !important;
        width: 350px !important;
        min-width: 350px !important;
        margin: 0 !important;
    }
}

.js-kmf-blog-grid.kmf-view-4 .wp-block-post-title {
    font-size: 20px !important;
}

.js-kmf-blog-grid.kmf-view-list .row-title-star {
    flex-grow: 0;
}

@media(max-width:380px) {
    .toolbar-main-row {
        display: block !important;
    }

    .toolbar-main-row .grid-search-form {
        width: 100%;
        margin-bottom: 20px;
    }

    .kmf-blog-sidebar .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
        width: 100%;
        font-size: 12px !important;
    }

    .cs-blog-author .wp-block-post-author__avatar img {
        border-radius: 100px;
        width: 30px;
    }

    .kmf-card-meta span {
        font-size: 8px;
    }
}

@media(max-width:1024px) {
    .kmf-grid-switcher-wrapper {
        display: none !important;
    }
}

.kmf-blog-toolbar-icon {
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    color: #000000;
    cursor: pointer;
    transition: .2s;
}

.kmf-blog-toolbar-icon:hover {
    color: #7b1248;
}

.kmf-blog-toolbar-icon.is-active {
    color: #7b1248 !important;
}

.kmf-blog-toolbar-icon svg {
    display: block;
    width: 24px;
    ;
    height: 24px;
}

.banner-breadcrumb-link a {
    color: #fff;
}

button.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all {
    font-size: 12px;
    font-family: 'Jost' !important;
    font-weight: 500;
    background: #7b1248;
    color: #fff;
}

button.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
    font-size: 12px;
    font-family: 'Jost' !important;
    font-weight: 500;
    background: #7b1248;
    color: #fff;
}

a.ui-state-default {
    background: transparent !important;
    color: #000 !important;
    border: 1px solid #7b1248 !important;
}

a.ui-state-default:hover {
    background: #7b1248 !important;
    color: #fff !important;
}

.ui-datepicker table thead tr th {
    font-family: 'Jost' !important;
    font-size: 12px;
}

button.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all {
    font-size: 12px;
    font-family: 'Jost' !important;
    font-weight: 500;
    background: #7b1248;
    color: #fff;
}

button.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
    font-size: 12px;
    font-family: 'Jost' !important;
    font-weight: 500;
    background: #7b1248;
    color: #fff;
}

a.ui-state-default {
    background: transparent !important;
    color: #000 !important;
    border: 1px solid #7b1248 !important;
}

a.ui-state-default:hover {
    background: #7b1248 !important;
    color: #fff !important;
}

.ui-datepicker table thead tr th {
    font-family: 'Jost' !important;
    font-size: 12px;
}

div#ui-datepicker-div {
    font-family: 'Jost' !important;
}

select.ui-datepicker-month {
    font-family: 'Jost' !important;
}

select.ui-datepicker-year {
    font-family: 'Jost' !important;
}

a.ui-state-default.ui-state-active {
    background: #7b1248 !important;
    color: #fff !important;
}

.kmf-sorting-dropdown-container select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    /* space for arrow */
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    background-color: #fff;
    color: #111;
}

/* Wrapper for pseudo-element */
.kmf-sorting-dropdown-container {
    position: relative;
}

/* Slim chevron down arrow */
.kmf-sorting-dropdown-container::after {
    content: '';
    position: absolute;
    top: 45%;
    right: 0.75rem;
    width: 8px;
    /* small width */
    height: 8px;
    /* small height */
    border-bottom: 2px solid #000;
    /* thin line */
    border-right: 2px solid #000;
    /* thin line */
    transform: translateY(-50%) rotate(45deg);
    /* rotate to create chevron */
    pointer-events: none;
}

.grid-search-form button.wp-block-search__button {
    font-family: 'Jost';
    font-weight: 400;
}

.wp-block-kmf-store-title .kmf-title-first {
    color: var(--kmf-first-color);
}

.wp-block-kmf-store-title .kmf-title-second {
    color: var(--kmf-second-color);
}

.kmf-store-socials-wrapper.wp-block-kmf-store-socials {
    position: absolute;
    left: 30px;
    top: 180px;
}

.kmf-store-socials-wrapper.wp-block-kmf-store-socials:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    top: -60px;
    right: 20px;
    background-color: #d1d5dc;

}

.kmf-store-socials-wrapper.wp-block-kmf-store-socials:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    bottom: -60px;
    right: 20px;
    background-color: #d1d5dc;

}

.tab-active {
    color: #fff;
    background: #9e3b5c;
    box-shadow: 0 6px 14px #9e3b5c40;
}

.tab-btn {
    cursor: pointer;
    text-transform: uppercase;
    transition: all .3s;
}

.policy-tab-col {
    align-items: start !important;
}

@media screen and (max-width: 768px) {

    /* 1. Grid layout ko mobile par normal flex-column me force karna */
    .hero-main-grid {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        min-width: 100% !important;
        gap: 24px !important;
        /* Text aur Logo ke beech ka gap */
    }

    .review-top-wrapper .w-\[35\%\] {
        width: 100%;
    }

    .review-top-wrapper .w-\[63\%\] {
        width: 100%;
    }

    /* 2. Left Side Content container ko full width aur order 1 dena */
    .hero-main-grid>div:nth-child(1),
    .hero-main-grid>.wp-block-group:nth-child(1) {
        order: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    /* 3. Logo Frame container ko order 2 dena taake wo niche aaye */
    .hero-main-grid>div:nth-child(2),
    .hero-main-grid>.wp-block-image:nth-child(2),
    .hero-main-grid [class*="Logo Frame"] {
        order: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
        justify-content: center !important;
        /* Mobile par logo center karne ke liye */
    }

    /* 4. Logo ki image ko control karna taake screen se bahar na jaye */
    .hero-main-grid img {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .hero-main-grid .kmf-store-title-wrapper {
        padding: 0px !important;
    }

    .hero-main-grid .kmf-store-display-title {
        font-size: 50px !important;
    }

    .hero-main-grid .wp-block-kmf-store-description {
        padding-right: 0px !important;
    }

    /* 1. Main wrapper ki absolute positioning ko reset karna */
    .kmf-store-socials-wrapper.wp-block-kmf-store-socials {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: start !important;
        /* Icons ko left align rakhne ke liye (center chahiye to center kar dein) */
        margin-bottom: 20px !important;
        /* Penelope Store heading se pehle thoda gap */
        padding: 0 !important;
    }

    /* 2. Inner container ko vertical column se horizontal row mein tabdeel karna */
    .kmf-store-socials-wrapper .flex.flex-col {
        flex-direction: row !important;
        /* Column se Row banayega */
        align-items: center !important;
        gap: 16px !important;
        /* Icons ke aapas ka gap */
        width: auto !important;
    }

    /* 3. Agar icons ke anchor tags par koi block lines hon to safe side handle karna */
    .kmf-store-socials-wrapper a {
        display: inline-block !important;
    }

    .kmf-store-logo-wrapper .h-\[540px\] {
        height: auto;
    }

    .kmf-profile-tabs-main-wrapper .pt-\[120px\] {
        padding-top: 70px;
    }

    .searchwebsitebox img {
        width: 100%;
    }

    .kmf-store-socials-wrapper.wp-block-kmf-store-socials {
        position: relative !important;
        top: auto !important;
        display: flex !important;
        justify-content: start !important;
        margin-bottom: 20px !important;
        padding: 0 !important;
        left: 45px !important;
        width: 75% !important;
    }

    .kmf-store-socials-wrapper.wp-block-kmf-store-socials:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 40px;
        top: -12px;
        left: -24px;
        background-color: #d1d5dc;
        transform: rotate(90deg);
    }

    .kmf-store-socials-wrapper.wp-block-kmf-store-socials:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 40px;
        bottom: -12px;
        left: 105px;
        background-color: #d1d5dc;
        transform: rotate(90deg);
    }

    .measure-right-col-img figure {
        width: 100% !important;
        margin-top: 50px !important;
    }

    .measure-right-col-img img {
        width: 100% !important;
        height: 500px !important;
        border-radius: 30px !important;
    }

    .measure-section-boxes {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 40px;
    }

    .measure-box-group {
        margin: 0 !important;
    }

    .searchwebsitebox {
        width: 100% !important;
        padding: 20px !important;
    }

    .searchwebsiteboxes {
        flex-direction: column;
    }

    .min-max-measure-box {
        padding-left: 0px !important;
    }

    .searchwebsiteboxes:after {
        top: 53% !important;
        left: 37% !important;
    }

    .zigzagsize:after {
        top: 54% !important;
        left: 47% !important;
    }

    .banner-how-to-shop {
        padding: 40px !important;
    }

    .banner-how-to-shop ul.wp-block-social-links {
        justify-content: flex-start;
    }

}

@media (min-width:769px) and (max-width:1024px) {
    .kmf-store-socials-wrapper.wp-block-kmf-store-socials {
        left: 0px;
        top: 160px;
    }

    .kmf-profile-tabs-main-wrapper .pt-\[120px\] {
        padding-top: 70px;
    }

    h1.kmf-store-display-title {
        font-size: 65px !important;
    }

    .kmf-store-description-wrapper {
        padding: 0 !important;
    }

    .hero-left-side {
        padding-left: 30px;
    }

    .tab-left-sidebar {
        flex-basis: 30% !important;
    }

    .tab-right-content {
        flex-basis: 70% !important;
    }
}

@media (min-width:768px) and (max-width:999px) {
    .searchwebsiteboxes:after {
        width: 160px !important;
        height: 140px !important;
    }

    .searchwebsiteboxes:after {
        top: 52% !important;
        left: 37% !important;
    }

    .zigzagsize:after {
        width: 160px !important;
        height: 140px !important;
    }

    .zigzagsize:after {
        top: 53% !important;
        left: 47% !important;
    }
}

@media (min-width:999px) and (max-width:1024px) {
    .measure-section-boxes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .searchwebsiteboxes {
        flex-direction: column;
    }

    .searchwebsitebox {
        transition: all .3s;
        width: 100% !important;
    }

    .searchwebsiteboxes:after {
        width: 150px !important;
        height: 150px !important;
        top: 53% !important;
        left: 40% !important;
    }

    .index-1 {
        padding: 30px !important;
    }

    .zigzagsize:after {
        width: 150px !important;
        height: 150px !important;
        top: 55% !important;
        left: 50% !important;
    }
}

@media (min-width:1300px) and (max-width:1460px) {
    .hero-left-side {
        padding-left: 80px;
    }

    .kmf-store-description-wrapper {
        padding-right: 45px !important;
    }
}

.kmf-store-logo-wrapper .w-\[85\%\] {
    width: 100%;
    height: 400px;
    min-height: 450px;
}

/* Universal global marquee configuration */
.slider-wrapper {
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 10px 0 !important;
    display: block !important;
}

/* Linear edge gradients */
.slider-wrapper::before,
.slider-wrapper::after {
    content: "";
    z-index: 2;
    pointer-events: none;
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
}

.slider-wrapper::before {
    background: linear-gradient(90deg, #ffffff, transparent);
    left: 0;
}

.slider-wrapper::after {
    background: linear-gradient(270deg, #ffffff, transparent);
    right: 0;
}

/* Horizontal alignment mapping layout force parameter */
.slider-wrapper .slider-track {
    display: flex !important;
    flex-direction: row !important;
    gap: 16px !important;
    width: max-content !important;
    animation: kmfMarqueeScroll 35s linear infinite !important;
}

/* Individual Card asset */
.slider-wrapper .slide-item {
    border-radius: 12px !important;
    flex-shrink: 0 !important;
    width: 120px !important;
    height: 120px !important;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.3s ease !important;
    overflow: hidden !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05) !important;
    background: #ffffff !important;
}

.slider-wrapper .slide-item img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}

.slider-wrapper .slide-item:hover {
    filter: brightness(1.03) !important;
    transform: scale(1.06) translateY(-2px) !important;
}

.slider-wrapper .slider-track:hover {
    animation-play-state: paused !important;
}

@keyframes kmfMarqueeScroll {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.image-h-custom img {
    height: 325px !important;
    object-fit: cover;
    width: 100% !important;
}

.num-absolute {
    position: absolute;
    right: 20px;
    z-index: -1;
    top: 50px;
}

.content-z-1 {
    z-index: 0 !important;
}

.num-absolute {
    animation: 8s ease-in-out infinite floatY !important;
}

@keyframes floatY {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

.kmf-howtoshop-sec2,
.kmf-howtoshop-sec4 {
    background-image: linear-gradient(#fff 0%, #f7f3f5 30% 60%, #fff 100%), linear-gradient(90deg, #f7f3f514, #f7f3f50a);
}

.kmf-howtoshop-sec3,
.kmf-howtoshop-sec5 {
    background-image: linear-gradient(#fff 0%, #d9edf7 30%, #d3e3ed 60%, #fff 100%), linear-gradient(90deg, #ffffff14, #0000000a);
}

.searchwebsitebox {
    transition: all .3s;
}

.searchwebsitebox:hover {
    background: #fff !important;
    transform: translateY(-15px);
}

.searchwebsitebox {
    width: 50%;
}

.searchwebsiteboxes:after {
    content: "";
    background: url(https://new.knowmyfit.com.au/wp-content/uploads/2026/05/arrowright.png) 0 0 / contain no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 58%;
    left: 47.5%;
}

.bullet-show {
    list-style: disc;
    padding-left: 20px;
}

.requirementsbox svg {
    z-index: -1;
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: 10px;
    right: 0;
    animation: 2s ease-in-out infinite floatY !important;
    stroke: #e7f2f5;
}

.index-1 {
    z-index: 1 !important;
    position: relative;
}

.requirementsbox:hover {
    background: #fff !important;
    transform: translateY(-10px);
}

.requirementsbox {
    transition: all .3s;
}

.zigzagsizesec {
    transition: all .3s;
}

.zigzagsizesec:hover {
    background: #fff !important;
    transform: translateY(-10px);
}

.zigzagsize {
    position: relative;
}

.zigzagsize:after {
    content: "";
    z-index: 2;
    background: url(https://new.knowmyfit.com.au/wp-content/uploads/2026/05/arrowright.png) 0 0 / contain no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-wrapper .slider-track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: kmfMarqueeScroll 35s linear infinite;
    will-change: transform;
}

@media (max-width: 767px) {

    .slider-wrapper {
        overflow-x: hidden !important;
    }

    .slider-track {
        min-width: max-content;
    }
}

.kmf-single-post-content {
    background: linear-gradient(to right, #fff7f9 0%, #ffffff 50%, #fff7f9 100%);
}

.kmf-post-grid {
    position: relative;
    z-index: 2;
}

.kmf-single-search-box .wp-block-search__button {
    margin-left: 0px;
    background: #7b1248;
    font-weight: 600;
}

.ct-tailwind-style li.cat-item {
    display: flex;
    justify-content: space-between;
    background: #fcfafb;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 16px;
}

.ct-tailwind-style li.cat-item:hover {
    background: #fff7f9;
    cursor: pointer !important;
    color: #7b1248;
}

.tags-tailwind-style {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tags-tailwind-style li.cat-item {
    border: 1px solid #e7e3e4;
    padding: 8px 16px;
    cursor: pointer;
}

.tags-tailwind-style li.cat-item:hover {
    background: #7b1248;
    color: #fff;
    border-color: #7b1248;
}

.tags-tailwind-style li.cat-item:hover a {
    color: #fff;
}

.tailwind-style-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tailwind-style-list .wp-block-latest-posts__featured-image.alignleft img {
    border-radius: 15px !important;
}

@media(max-width:768px) {
    .margin-mob-0 {
        margin-top: 0px !important;
    }

    .margin-mob-0 .kmf-post-grid {
        padding-left: 20px !important;
        padding-right: 20px !important;
        flex-direction: column-reverse;
    }

    .font-mob-small {
        font-size: 40px !important;
    }
}

.sidebar-sticky .ff-default .ff-el-form-control {
    background-color: transparent;
    border-radius: 0;
}

.sidebar-sticky .ff-el-input--content ::placeholder {
    color: #fff;
}

.sidebar-sticky .ff-el-group.ff-text-left.ff_submit_btn_wrapper {
    margin-bottom: 0;
}

a.kmf-single-related-card-button {
    color: #fff;
}

.kmf-post-meta-author img {
    width: 16px !important;
    height: 16px !important;
}

a.kmf-single-comment-reply:hover {
    color: #fff;
}

.tailwind-style-list a.wp-block-latest-posts__post-title {
    font-size: 18px !important;
}

a.kmf-single-social-share-link:hover {
    color: #fff;
}

/* span.wp-block-post-navigation-link__arrow-previous {
    background: #fff1f7;
    padding: 12px;
    border-radius: 100px;
    width: 45px;
    padding-left: 16px;
}

.post-navigation-link-next {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    --tw-shadow: 0 10px 30px var(--tw-shadow-color, #12080e0a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    background-color: var(--color-white);
    border-color: #eadfe4;
    border-style: var(--tw-border-style);
    border-width: 1px;
    overflow: hidden;
    position: relative;
} */

.kmf-single-comments-scroll {
    max-height: 900px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    scroll-behavior: smooth;
}

.kmf-single-comments-scroll::-webkit-scrollbar {
    width: 8px;
}

.kmf-single-comments-scroll::-webkit-scrollbar-track {
    background: #fff1f7;
    border-radius: 999px;
}

.kmf-single-comments-scroll::-webkit-scrollbar-thumb {
    background: #7b1248;
    border-radius: 999px;
}

.kmf-single-comments-scroll {
    scrollbar-width: thin;
    scrollbar-color: #7b1248 #fff1f7;
}

@media (max-width: 640px) {
    .kmf-single-comments-scroll {
        max-height: 620px;
        padding-right: 6px;
    }
}

/* Reorder default WordPress comment form fields */
.wp-block-post-comments-form #commentform,
#commentform {
    display: flex;
    flex-direction: column;
}

/* Keep note near top */
.wp-block-post-comments-form #commentform .comment-notes,
#commentform .comment-notes {
    order: 0;
}

/* Name first */
.wp-block-post-comments-form #commentform .comment-form-author,
#commentform .comment-form-author {
    order: 1;
}

/* Email second */
.wp-block-post-comments-form #commentform .comment-form-email,
#commentform .comment-form-email {
    order: 2;
}

/* Website third */
.wp-block-post-comments-form #commentform .comment-form-url,
#commentform .comment-form-url {
    order: 3;
}

/* Comment box after fields */
.wp-block-post-comments-form #commentform .comment-form-comment,
#commentform .comment-form-comment {
    order: 4;
}

/* Save checkbox */
.wp-block-post-comments-form #commentform .comment-form-cookies-consent,
#commentform .comment-form-cookies-consent {
    order: 5;
}

/* Submit button */
.wp-block-post-comments-form #commentform .form-submit,
#commentform .form-submit {
    order: 6;
}

/* Make fields full width */
#commentform p {
    width: 100%;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
    width: 100%;
    box-sizing: border-box;
}

/* ===============================
   Default Gutenberg Comment Form Layout
   =============================== */

.single-post #commentform {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 20px;
}

/* Hide default note if you are adding your own heading/note */
.single-post #commentform .comment-notes {
    display: none;
}

/* Field order */
.single-post #commentform .comment-form-author {
    order: 1;
}

.single-post #commentform .comment-form-email {
    order: 2;
}

.single-post #commentform .comment-form-url {
    order: 3;
}

.single-post #commentform .comment-form-comment {
    order: 4;
    grid-column: 1 / -1;
}

.single-post #commentform .comment-form-cookies-consent {
    order: 5;
    grid-column: 1 / -1;
}

.single-post #commentform .form-submit {
    order: 6;
    grid-column: 1 / -1;
}

/* Remove default paragraph spacing */
.single-post #commentform p {
    margin: 0;
}

/* Hide labels for clean placeholder-style layout */
.single-post #commentform label {
    display: none;
}

/* Show checkbox label text again */
.single-post #commentform .comment-form-cookies-consent label {
    display: flex;
}

/* Inputs style */
.single-post #commentform input[type="text"],
.single-post #commentform input[type="email"],
.single-post #commentform input[type="url"],
.single-post #commentform textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e8dfe4;
    background: #fcfafb;
    color: #232b54;
    font-size: 14px;
    outline: none;
    transition: 0.25s ease;
    font-family: inherit;
}

/* Name, Email, Website inputs */
.single-post #commentform input[type="text"],
.single-post #commentform input[type="email"],
.single-post #commentform input[type="url"] {
    height: 56px;
    border-radius: 16px;
    padding: 0 20px;
}

/* Comment textarea */
.single-post #commentform textarea {
    min-height: 175px;
    border-radius: 24px;
    padding: 16px 20px;
    resize: vertical;
}

/* Focus effect */
.single-post #commentform input[type="text"]:focus,
.single-post #commentform input[type="email"]:focus,
.single-post #commentform input[type="url"]:focus,
.single-post #commentform textarea:focus {
    border-color: #7b1248;
    background: #ffffff;
}

/* Checkbox container */
.single-post #commentform .comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid #f1e8ec;
    background: #fcfafb;
    border-radius: 16px;
    padding: 16px;
    color: #5b6473;
    font-size: 14px;
    line-height: 1.7;
}

/* Checkbox itself */
.single-post #commentform .comment-form-cookies-consent input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 5px;
    accent-color: #7b1248;
    flex-shrink: 0;
}

/* Submit button */
.single-post #commentform #submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 999px;
    background: #7b1248;
    color: #ffffff;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s ease;
}

/* Button hover */
.single-post #commentform #submit:hover {
    background: #000000;
}

/* Responsive tablet/mobile */
@media (max-width: 768px) {
    .single-post #commentform {
        grid-template-columns: 1fr;
    }

    .single-post #commentform .comment-form-author,
    .single-post #commentform .comment-form-email,
    .single-post #commentform .comment-form-url,
    .single-post #commentform .comment-form-comment,
    .single-post #commentform .comment-form-cookies-consent,
    .single-post #commentform .form-submit {
        grid-column: 1 / -1;
    }
}

.single-post h3#reply-title {
    color: #232b54;
    letter-spacing: -0.6px;
    font-weight: bold;
    font-size: 30px;
}

.single-post h3#reply-title:after {
    content: 'Your email address will not be published. Required fields are marked *';
    display: block;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #f1e8ec;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.post-navigation-link-next.wp-block-post-navigation-link:empty {
    display: none;
}

/* ===============================
   Gutenberg Post Navigation Link
   Uses default WP arrow span
   No extra pseudo arrows
   =============================== */

.wp-block-post-navigation-link {
    min-height: 82px;
    width: 100%;
    border: 1px solid #eadfe4;
    background: #ffffff;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(18, 8, 14, 0.04);
    display: flex;
    align-items: center;
    gap: 16px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Card hover */
.wp-block-post-navigation-link:hover {
    transform: translateY(-4px);
    border-color: rgba(123, 18, 72, 0.3);
    box-shadow: 0 18px 40px rgba(123, 18, 72, 0.10);
}

/* Text link */
.wp-block-post-navigation-link a {
    text-decoration: none !important;
    color: #71717a;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.4;
    transition: color 0.3s ease;
}

/* Existing Gutenberg arrow span */
.wp-block-post-navigation-link__arrow-previous,
.wp-block-post-navigation-link__arrow-next {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 999px;
    background: #fff1f7;
    color: #7b1248;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    transition: all 0.3s ease;
}

/* Previous layout */
.post-navigation-link-previous {
    justify-content: flex-start;
}

.post-navigation-link-previous .wp-block-post-navigation-link__arrow-previous {
    order: 1;
}

.post-navigation-link-previous a {
    order: 2;
}

/* Next layout */
.post-navigation-link-next {
    justify-content: flex-end;
}

.post-navigation-link-next a {
    order: 1;
}

.post-navigation-link-next .wp-block-post-navigation-link__arrow-next {
    order: 2;
}

/* Hover arrow color */
.wp-block-post-navigation-link:hover .wp-block-post-navigation-link__arrow-previous,
.wp-block-post-navigation-link:hover .wp-block-post-navigation-link__arrow-next {
    background: #7b1248;
    color: #ffffff;
}

/* Hover text color */
.wp-block-post-navigation-link:hover a {
    color: #7b1248;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
    display: flex !important;
    margin-right: 0 !important;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
    display: flex !important;
    margin-left: 0 !important;
}

@media(max-width:600px) {
    .kmf-author-phone {
        width: 100%;
    }

    .author-info-col {
        padding: 0px !important;
    }
}

@media(min-width:999px) and (max-width:1024px){
    .blog-content-col{
        flex-basis: 70% !important;
    }

    .blog-sidebar-col{
        flex-basis: 30% !important;
    }

    .kmf-author-phone {
        width: 30%;
    }

    .tailwind-style-list a.wp-block-latest-posts__post-title {
        font-size: 15px !important;
    }
}

/* kamran Css End */


/*** Global CSS ***/
.align-center {
    align-items: center;
}

.max-w-750 {
    max-width: 750px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #9e3b5c;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #f0e3db;
}

/**** Hero Section ****/
.hero-banner {
    background-image: linear-gradient(#fff 0%, #d9edf7 30%, #d3e3ed 60%, #fff 100%), linear-gradient(90deg, #ffffff14, #0000000a);
}

.heading-2 mark {
    display: block;
}

.kmf-brand-logo {
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: center;
}

.kmf-brand-logo img {
    border: solid 6px #fff;
    box-shadow: 0px 7px 10px #00000014;
}

.kmf-custom-slider__swiper .swiper-wrapper {
    padding-top: 20px;
}

.kmf-brand-section .kmf-custom-slider__swiper .swiper-slide {
    width: calc(100% / 4);
    transition: 0.5s;
}

.kmf-custom-slider__swiper .kmf-custom-slider-item:hover {
    transform: translateY(-10px);
}

.kmf-owner-image {
    animation: 6s ease-in-out infinite float;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.kmf-owner-text-wrap {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    transition: all .4s;
    box-shadow: 0 10px 40px #00000014;
    max-width: 320px;
    position: absolute;
    top: 0;
    right: 0;
}

.kmf-global-popup {
    max-width: 100%;
}

.designer-right-content-wrap .designer-icon-wrap {
    margin-right: 0px !important;
    margin-left: auto !important;
}

.designer-icon-wrap {
    max-width: 60px;
    margin-left: 0 !important;
    position: relative;
}

.designer-icon-wrap img {
    filter: invert(1);
}

.designer-icon-wrap:after {
    content: "";
    z-index: -1;
    clip-path: polygon(0 0, 53% 43%, 100% 0);
    background-color: #4fa8b7;
    width: 20px;
    height: 20px;
    transition: all .5s;
    position: absolute;
    bottom: -19px;
    left: calc(50% - 10px);
}

.why-we-started {
    background-image: linear-gradient(#0000000d 1px, #0000 1px), linear-gradient(90deg, #0000000a 1px, #0000 1px);
    background-size: 40px 40px;
}

.started-image-wrap img {
    transition: 0.5s;
}

.started-image-wrap:hover img {
    scale: 1.04;
}