/*
 Theme Name: Korvage
 Theme URI: https://www.kadencewp.com/kadence-theme/
 Description: Child theme for Kadence
 Author: Aman Khan
 Template: kadence
 Version: 1.4.2
 Text Domain: korvage
*/

body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.floating-title {
    display: inline-block;
    animation: floatUpDown 4s ease-in-out infinite;
    will-change: transform;
    backface-visibility: hidden;
}

.package-table a.st-direct-checkout-btn {
    background-color: #2E9BDE;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #2E9BDE;
    border-radius: 1000px 1000px 1000px 1000px;
    padding: 5px 20px 5px 20px;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px); /* adjust height here */
    }
    100% {
        transform: translateY(0);
    }
}

.floating-animate-soft {
  animation: floatSoft 4s ease-in-out infinite;
}

@keyframes floatSoft {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.header-menu .wpr-nav-menu-container ul.wpr-nav-menu li.menu-item .wpr-sub-mega-menu {
    transform: translate(-43.5%, 0px) !important;
    border-radius: 25px !important;
}

.cl-white img {
	filter: brightness(0) invert(1);
}

.st-counter .elementor-counter .elementor-counter-title {
    text-align: end;
}

.header-menu nav.wpr-mega-menu-container ul.wpr-nav-menu li.menu-item ul.sub-menu.wpr-sub-menu.wpr-animate-sub {
    width: 250px;
}

/************************Single Product**************************/

.st-prod-pg .site-main .product .entry-summary h1.product_title.entry-title {
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 15px !important;
}

.st-prod-pg .site-main .product .entry-summary p.price {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px !important;
    font-weight: 600;
    background: #2E9BDE;
    color: #fff;
    width: max-content;
    padding: 5px 20px;
    border-radius: 5px;
}

.st-prod-pg .site-main .product .entry-summary form.cart button.single_add_to_cart_button.button.alt {
    background: #2E9BDE;
    border-radius: 5px;
}

.st-prod-pg .site-main .entry-summary .product_meta span {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.st-prod-pg .site-main .woocommerce-tabs h2 {
    margin-bottom: 15px ! important;
}

.st-prod-pg .site-main section.related.products>h2 {
    margin: 30px 0px 20px 0px !important;
}

/*********************Blogs-CSS************************/

.st-single-hero {
    text-align: center;
    padding: 200px 15px;
    background: url(/wp-content/uploads/2025/12/123733.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-blend-mode: multiply;
    background-color: #00000080;
}

.st-single-hero h1 {
    font-family: 'Poppins';
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 15px !important;
    color: #fff;
}

.st-single-hero p {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    max-width: 380px;
    margin: auto;
    color: #fff;
}

.blog-wrapper {
    display: flex;
    max-width: 1310px;
    margin: auto;
    padding: 100px 15px;
}

.blog-sidebar {
    width: 30%;
    background: #4DB8EC;
    padding: 30px;
    border-radius: 20px 0px 0px 20px;
}

div#blog-posts {
    width: 70%;
    background: url(/wp-content/uploads/2025/12/16268313_rm373batch5-18a.jpg);
    padding: 50px;
    border-radius: 0px 20px 20px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: multiply;
    background-color: #00000060;
}

.blog-post-item {
    width: calc(50% - 15px);
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: max-content;
}

.blog-post-item a h2 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins';
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-post-content {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Poppins';
}

.blog-post-meta span.blog-category {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 26px;
    padding: 5px 20px;
    background: #2E9BDE;
    border-radius: 1000px;
    color: #fff;
    font-weight: 400;
}

.blog-post-meta{
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.blog-post-item a img {
    width: 100%;
    height: 230px;
    border-radius: 10px;
    object-fit: none;
    border: 1px solid #2E9BDE;
}

.blog-sidebar form input#blog-search {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #000;
}

.blog-sidebar ul.blog-categories {
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.blog-sidebar form input#blog-search::placeholder {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
}

.blog-sidebar ul.blog-categories li a {
    padding: 5px 20px;
    background: #fff;
    border-radius: 1000px;
    width: 100%;
    display: flex;
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
}

.blog-sidebar ul.blog-categories li a:hover {
    box-shadow: 0px 0px 10px 0px #fff;
}

.blog-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    height: max-content;
    margin-top: 50px;
    align-items: end;
    color: #fff;
}

.blog-pagination a.page-num {
    width: 40px;
    height: 40px;
    display: flex;
    border: 2px solid #fff;
    justify-content: center;
    align-items: center;
    border-radius: 10000px;
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
}

.blog-pagination a.page-num.active {
    background: #fff;
    color: #000;
}

/**********************Job Form Css**************************/

.job-form {
    margin-top: 30px;
}

.job-form input {
    width: 100%;
    border: 2px solid #4DB8EC !important;
    margin-bottom: 20px;
    border-radius: 6px !important;
}

.job-form input:focus {
    border: 2px solid #4DB8EC !important;
}

.job-form input.wpcf7-form-control.wpcf7-file {
    border: none !important;
    border-radius: 0 !important;
}

.job-form input.wpcf7-form-control.wpcf7-submit:hover {
    background: #000;
}

.job-form input.wpcf7-form-control.wpcf7-submit {
    background: #4DB8EC;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    border: none !important;
    padding: 10px 20px;
    margin-bottom: 10px;
    transition: 0.3s ease;
}

/**********************Shop Page Css**************************/

.st-shop-pg .hero-sec {
    padding: 200px 15px;
    text-align: center;
    background: url(/wp-content/uploads/2026/01/2151896812.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;
}

.st-shop-pg .hero-sec h1 {
    font-family: 'Poppins';
    font-size: 50px;
    line-height: 70px;
    color: #fff;
    margin-bottom: 10px !important;
}

.st-shop-pg .hero-sec p {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    max-width: 500px;
    margin: auto;
}

.st-shop-pg .shop-container {
    display: flex;
    max-width: 1310px;
    padding: 80px 15px;
    margin: auto;
    column-gap: 50px;
    row-gap: 30px;
}

.st-shop-pg .shop-container .filters-sidebar {
    width: 100%;
    max-width: 350px;
    min-width: 350px;
    background: linear-gradient(180deg, #75E2FF 0%, #4db8ec 100%);
    padding: 30px;
    border-radius: 30px;
}

.st-shop-pg .shop-container .filters-sidebar .filter-box label {
    padding: 10px 10px 10px 15px;
    display: block;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    font-family: 'Poppins';
    font-weight: 500;
    border: 1px solid #fff;
    transition: 0.3s ease;
}

.st-shop-pg .shop-container .filters-sidebar .range-filter-box {
    margin-bottom: 30px;
}

.st-shop-pg .shop-container .filters-sidebar .range-filter-box h4 {
    margin-bottom: 5px !important;
}

.st-shop-pg .shop-container .filters-sidebar .range-filter-box p {
    width: max-content;
    background: #fff;
    padding: 5px 15px;
    border-radius: 1000px;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px !important;
    font-weight: 500;
}

.st-shop-pg .shop-container .filters-sidebar .filter-box label input,
.st-shop-pg .shop-container .filters-sidebar .filter-box br,
.st-shop-pg .kadence-shop-top-item.kadence-woo-toggle {
    display: none;
}

.st-shop-pg .shop-container .filters-sidebar .range-filter-box #price_range {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 10px;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    outline: none;
    cursor: pointer;
}

.st-shop-pg .shop-container .filters-sidebar .range-filter-box #price_range::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 10px;
    background: #ddd;
}

.st-shop-pg .shop-container .filters-sidebar .range-filter-box #price_range::-moz-range-track {
    height: 6px;
    border-radius: 10px;
    background: #ddd;
}

.st-shop-pg .shop-container .filters-sidebar .range-filter-box #price_range::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #2E9BDE;
    border: 3px solid #fff;
    margin-top: -6px;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

.st-shop-pg .shop-container .filters-sidebar .range-filter-box #price_range::-moz-range-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #2E9BDE;
    border: 3px solid #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

.st-shop-pg .shop-container .filters-sidebar .range-filter-box h4, 
.st-shop-pg .shop-container .filters-sidebar .filter-box h4 {
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px !important;
}


.st-shop-pg .shop-container .products-grid {
    width: calc(100% - 400px);
}
   
.st-shop-pg .shop-container .products-grid ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.st-shop-pg .shop-container .products-grid ul.products li.product {
    width: calc(33.3% - 20px);
}

.st-shop-pg .shop-container .products-grid nav.woocommerce-pagination ul.page-numbers {
    text-align: center;
}

.st-shop-pg .shop-container .products-grid nav.woocommerce-pagination ul.page-numbers li {
    border: 1px solid #2E9BDE;
    border-radius: 1000px;
}

.st-shop-pg .shop-container .products-grid nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current {
    background: #2E9BDE;
    border: 1px solid #fff;
    border-radius: 1000px;
    margin: 0;
}

.st-shop-pg .shop-container .products-grid nav.woocommerce-pagination ul.page-numbers li a.page-numbers {
    margin: 0;
}

.st-shop-pg .shop-container .products-grid nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover,
.st-shop-pg .shop-container .products-grid nav.woocommerce-pagination ul.page-numbers li a.page-numbers:focus {
    background: #2E9BDE;
    border: 1px solid #fff;
    border-radius: 1000px;
    margin: 0;
    color: #fff;
}

.st-shop-pg .shop-container #st-products {
    position: relative;
    min-height: 200px;
    transition: opacity 0.25s ease;
}

.st-shop-pg .shop-container #st-products.st-loading {
    opacity: 0.5;
    pointer-events: none;
}

.st-shop-pg .shop-container #st-products.st-loading::after {
    content: "Loading...";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
}


@media(max-width:1024px){
.st-footer ul.hfe-nav-menu li.menu-item {
    margin-bottom: 20px !important;
}

.blog-sidebar {
    width: 45%;
}

div#blog-posts {
    width: 55%;
    padding: 30px;
}

.blog-post-item {
    width: 100%;
    max-width: 400px;
}

.st-shop-pg .shop-container .products-grid ul.products li.product {
    width: calc(50% - 15px);
}
}

@media(max-width:900px){
.package-table a.st-direct-checkout-btn {
    padding: 5px 10px 5px 10px;
}
}

@media(max-width:767px){
.jobs-wrapper .job-card .job-content{
    column-count: 1 !important;
}

.st-prod-pg .site-main .product .entry-summary h1.product_title.entry-title {
    font-size: 20px;
    line-height: 30px;
}

.jobs-wrapper .job-card .job-content h3 {   
    font-size: 22px !important;
    line-height: 34px !important;
}

.jobs-wrapper .job-card .job-content p, .jobs-wrapper .job-card .job-content li {
    font-size: 14px !important;
    line-height: 26px !important;
}

.jobs-wrapper .job-card button.apply-job-btn {
    margin-top: 0px !important;
}

.job-card>h3 {
    font-size: 24px !important;
    line-height: 34px !important;
}

.jobs-wrapper .job-card .location-type p {
    font-size: 14px !important;
}

.st-single-hero {
    padding: 70px 15px;
}

.st-single-hero h1 {
    font-size: 40px;
    line-height: 50px;
}

.st-single-hero p {
    font-size: 16px;
    line-height: 26px;
}

.blog-wrapper {
    padding: 50px 15px;
    flex-direction: column;
    gap: 50px;
}

.blog-sidebar {
    width: 100%;
    max-width: 400px;
}

div#blog-posts {
    width: 100%;
    justify-content: center;
}

.blog-post-item {
    width: calc(50% - 15px);
    max-width: 100%;
    padding: 15px;
}

.package-table {
    width: 100%;
    min-width: 800px;
    overflow-x: scroll;
}

.st-shop-pg .hero-sec {
    padding: 100px 15px;
}

.st-shop-pg .hero-sec h1 {
    font-size: 30px;
    line-height: 40px;
}

.st-shop-pg .hero-sec p {
    font-size: 16px;
    line-height: 26px;
}

.st-shop-pg .shop-container .products-grid ul.products li.product {
    width: 100%;
}

.st-shop-pg .shop-container .filters-sidebar {
    min-width: 300px;
}

.st-shop-pg .shop-container .products-grid {
    width: calc(100% - 300px);
}
}

@media (max-width:600px){
.blog-post-item {
    width: 100%;
    max-width: 400px;
}

.st-shop-pg .shop-container {
    flex-direction: column-reverse;
}

.st-shop-pg .shop-container .products-grid {
    width: 100%;
}

.st-shop-pg .shop-container .filters-sidebar {
    min-width: 100%;
}

.st-shop-pg .shop-container {
    padding: 50px 15px;
}

.st-shop-pg .hero-sec {
    padding: 60px 15px;
}
}

@media(max-width:530px){
.job-modal-content {
    margin: 25% 15px !important;
}    
}