/* ===================================
    Crafto - Gym and fitness
====================================== */
/* font */
@import url("https://use.typekit.net/rrw2seg.css");
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* variable */
:root {     
    --base-color: #2a73b8;  
    --dark-gray: #232323;
    --light-medium-gray: #cbcbcb;
    --alt-font: korolev-condensed, sans-serif;
    --primary-font: 'Urbanist', sans-serif;
} 
/* reset */
body {
    font-size: 17px;
    line-height: 28px; 
    letter-spacing: .4px;
}


.bg-light-base-color{
    background-color: #edf5f9;
}
/* custom cursor */
.custom-cursor .circle-cursor-inner {
    background-color: var(--dark-gray);
    width: 12px;
    height: 12px;
}
.custom-cursor .circle-cursor-inner.cursor-link-hover {
    background-color: var(--dark-gray);
}
.custom-cursor .circle-cursor-outer {
    border: 1px solid transparent;
}
/* header */
/* header */
header .navbar {
    width: calc(100% - 40px);
    left: 20px;
    top: 20px;
    /* background-color: rgb(255, 255, 255); */
    /* backdrop-filter: blur(10px); */
}
header .navbar-brand {
    padding: 0px 0;
}
header .navbar-brand img {
    max-height: 100px;
}
header.sticky .disable-fixed .navbar-brand, header.sticky .fixed-header .navbar-brand {
    padding: 20px 0;
}
header .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
}
.header-icon .icon>a>i {
    position:relative;
    top:-2px;
}
.header-icon .icon>a, .header-icon .icon .header-cart>a {
    font-size:16px;
    font-weight: 500;
    padding-left: 20px;
}
.header-icon .icon .header-account>a, .header-icon .icon .header-cart>a, .header-icon .icon .header-language>a {
    padding-left: 20px;
}
.header-cart-icon .cart-count {
    background-color: var(--dark-gray);
    font-weight: 500;
}
/* Header dropdown menus */
.navbar .navbar-nav .dropdown.simple-dropdown > .dropdown-menu {
    margin-top: 10px;
    border-radius: 6px;
    padding: 12px 0 !important;
    width: 260px;
    overflow: visible;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu {
    top: 0 !important;
    left: calc(100% + 2px) !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 240px;
    width: auto;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.85) !important;
    box-shadow: none;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.menu-left > .dropdown-menu {
    left: auto !important;
    right: calc(100% + 2px) !important;
    
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu > li,
.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu > li {
    padding: 0 25px;
    position: relative;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown {
    position: relative;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 0 !important;
    line-height: 1.35;
    font-size: 14px;
    color: #ffffff !important;
    opacity: 1 !important;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu a {
    display: block;
    white-space: normal;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu a:hover,
.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.open > a,
.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown:hover > a {
    color: var(--base-color) !important;
    opacity: 1 !important;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu a:hover i,
.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown:hover > a i {
    color: var(--base-color);
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown > a i {
    position: static;
    width: auto;
    margin: 0;
    flex-shrink: 0;
    font-size: 11px;
    color: #ffffff;
}
.navbar .navbar-nav .submenu-content {
    border-top: 0 !important;
}
.navbar .navbar-nav .nav-link::before {
    content: "";
    height: 10px;
    width: 100%;
}
.navbar .navbar-nav .dropdown .nav-link:before,
.header-cart-icon .header-cart::before {
    content: "";
    height: 10px;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -10px;
}
.header-cart-icon .header-cart .cart-item-list {
    margin-top: 10px;
}
.navbar .navbar-nav .dropdown .dropdown-menu, .header-cart-icon .header-cart .cart-item-list {
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(15px);
}
header .navbar-nav .nav-link,
header .navbar-nav .dropdown-toggle,
header .header-icon .icon > a {
    color: var(--dark-gray) !important;
    transition: color 0.3s ease;
}
header .navbar-nav .nav-item.simple-dropdown > .nav-link {
    color: var(--dark-gray) !important;  
    opacity: 1 !important;
}
header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-item:hover > .nav-link {
    color: var(--base-color) !important;
    opacity: 1 !important;
}
header .header-icon .icon > a:hover {
    color: var(--base-color) !important;
    opacity: 1 !important;
}
header .navbar-nav .dropdown .dropdown-menu a,
header .navbar-nav .simple-dropdown .dropdown-menu a,
header .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu a {
    color: var(--white);
    transition: color 0.3s ease;
}
header .navbar-nav .dropdown .dropdown-menu a:hover,
header .navbar-nav .simple-dropdown .dropdown-menu a:hover,
header .navbar-nav .simple-dropdown .dropdown-menu .dropdown.open > a,
header .navbar-nav .simple-dropdown .dropdown-menu .dropdown:hover > a {
    color: var(--base-color) !important;
    opacity: 1 !important;
}
.navbar .navbar-nav .submenu-content ul .sub-title {
    margin-bottom: 5px;
}
.header-cart-icon .header-cart .cart-item-list .cart-total .btn.btn-large {
    font-size: 12px;
}
/* btn */
.btn {
    font-weight: 500;
}
.btn.btn-extra-large {
    padding: 19px 33px 16px;
    font-size: 17px;
}
.btn.btn-large {
    font-size: 16px;
    padding: 14px 27px 12px;
}
.btn.btn-medium {
    font-size: 15px;
    padding: 14px 25px 10px;
}
.btn.btn-small {
    font-size: 14px;
    padding: 12px 21px 10px;
}
.btn.btn-very-small {
    font-size: 12px;
    padding: 9px 17px 5px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.btn-base-color,
.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);
}
.section-eyebrow {
    width: fit-content;
    align-self: flex-start;
}
.section-cta-btn {
    width: fit-content;
    align-self: flex-start;
}
h1, .h1 {
    font-size: 4rem;
    line-height: 3.8rem;
}
h3 {
    line-height: 2.813rem;
}
h4 {
    line-height: 2.375rem;
}
h5 {
    line-height: 2rem;
}
h6 {
    line-height: 1.75rem;
}
/* background color */
.bg-nero-grey {
    background-color: #1c1c1c;
}
.bg-cultured {
    background-color: #f4f9f6;
}
.bg-base-color-transparent {
    background-color: rgba(145, 216, 0, 0.95);
}
.bg-base-color-transparent-light {
    background-color: rgba(145, 216, 0, 0.6);
}
/* border color */
.border-color-base-color-transparent {
    border-color: rgba(116, 214, 11, 0.3) !important;
}
.event-style-03 .nav-tabs .nav-link {
    padding-top: 21px;
}
/* box shadow */
.box-shadow-double-large {
    -webkit-box-shadow: 0px 47px 45px rgb(0, 0, 0, 0.20);
    box-shadow: 0px 47px 45px rgb(0, 0, 0, 0.20);
}
/* tab style 08 */
.tab-style-08 ul .nav-item .nav-link.active, .tab-style-08 ul .nav-item .nav-link.show, .tab-style-08 ul .nav-item .nav-link:hover {
    color: var(--dark-gray);
}
.tab-style-08 ul .nav-item .tab-border {
    top: 0;
    bottom: auto;
    height: 4px;
}
.tab-style-08 ul .nav-item {
    border-right: 0;
}
/* accordion style */
.accordion-style-06 .accordion-item.active-accordion {
    background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #ffffff);
}
.accordion-style-01 .accordion-item.active-accordion {
    padding: 30px 35px;
}
.accordion-style-02 .accordion-item .accordion-header {
    padding: 22px 0;
}
.team-style-08:hover figure figcaption .member-designation {
    opacity: 1;
}
/* social icon style 09 */
.social-icon-style-09 .medium-icon li {
    margin: 0 4px;
}
.social-icon-style-09 .medium-icon a {
    font-size: 18px;
}
/* Counter style 07 */
.counter-style-07 .vertical-counter-number ul {
    line-height: 1;
}
.counter-style-07 .vertical-counter:after {
    content: attr(data-text);
    display: inline-block;
    margin-left: 3px;
    word-break: normal;
}
/* Hero home slider */
.hero-slider-overlay {
    z-index: 1;
    pointer-events: none;
    height: 30% !important;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.45) 55%, rgba(255, 255, 255, 0) 100%);
}
.hero-home-slider,
.hero-home-slider .swiper-wrapper,
.hero-home-slider .swiper-slide {
    height: 100%;
}
.hero-home-slider.swiper-fade .swiper-slide {
    transition-timing-function: ease-in-out;
}
.hero-home-slider .hero-home-slider-prev,
.hero-home-slider .hero-home-slider-next {
    z-index: 2;
}
body.page-is-loading {
    overflow: hidden;
}
.site-preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}
.site-preloader .preloader-logo {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.site-preloader video.preloader-logo {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
/* page title */
.page-title-extra-small h1 {
    font-size: 19px;
    line-height: 22px;
}
.page-title-extra-small h2 {
    font-size: 4rem;
    line-height: 4rem;
}
.small-screen {
    height: 500px !important;
}
/* review */
.review-star-icon i {
    color: var(--base-color);
}
/* text stroke color */
.text-outline-color-white { 
    -webkit-text-stroke-color: var(--white); 
}
/* right */
.right-minus-380px {
    right: -380px;
}
/* top */
.top-30 {
    top: 30%!important;
}
/* line height */
.lh-160 {
    line-height: 10rem;
}
.top-minus-200px {
    top: -200px;
}
/* nresletter popup  */
.subscribe-popup .mfp-close:before, .subscribe-popup .mfp-close:active:before {
    color: var(--white);
}
.mfp-bg {
    background-color: var(--dark-gray);
}
/* footer */
footer .footer-logo img {
    max-height: 125px;
}

footer.bg-base-color {
    color: var(--white);
}

footer.bg-base-color a,
footer.bg-base-color .nav-link,
footer.bg-base-color .footer-bottom span {
    color: var(--white);
    transition: color 0.3s ease;
}

footer.bg-base-color a:hover,
footer.bg-base-color .nav-link:hover,
footer.bg-base-color .footer-navbar li a:hover {
    color: var(--dark-gray);
}

footer.bg-base-color i {
    color: var(--white);
    transition: color 0.3s ease;
}

footer.bg-base-color a:hover i {
    color: var(--dark-gray);
}

footer.bg-base-color .elements-social.social-icon-style-02 li a {
    color: var(--white);
}

footer.bg-base-color .elements-social.social-icon-style-02 li a:hover {
    color: var(--dark-gray);
}

footer .nav-link {
    line-height: normal;
}
/* Revolution slider */
.rev_column_inner {padding-left: 30% !important; padding-right: 15% !important; }
.next-btn { background-size: 110% auto; background-position: right center; transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1) !important; }
.next-btn:hover { background-position: left center; }
/* Product services slider */
.product-services-slider .swiper-wrapper {
    align-items: stretch;
}
.product-services-slider .swiper-slide {
    height: auto;
    display: flex;
}
.product-services-slider .services-box-style-02 {
    width: 100%;
    min-height: 280px;
}
.product-services-slider .services-box-style-02 > .row {
    min-height: 280px;
    align-items: stretch;
}
.product-services-slider .services-box-content h2 {
    min-height: 72px;
}
.product-services-slider .services-box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 280px;
}
.product-services-slider .services-box-img img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 575px) {
    .product-services-slider .services-box-style-02,
    .product-services-slider .services-box-style-02 > .row,
    .product-services-slider .services-box-img,
    .product-services-slider .services-box-img img {
        min-height: 300px;
    }
    .product-services-slider .services-box-content h2 {
        min-height: auto;
    }
}
.product-slider .product-card-img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .product-slider .product-card-img {
        height: 130px;
    }
}
/* Pricing slider */
.pricing-table-slider {
    overflow: visible;
    padding-top: 55px;
    padding-bottom: 10px;
}
.pricing-table-slider .swiper-slide {
    height: auto;
}
.pricing-table-slider ~ .pricing-slider-prev,
.pricing-table-slider ~ .pricing-slider-next {
    top: calc(50% + 20px);
}
@media (max-width: 767px) {
    .pricing-table-slider ~ .pricing-slider-prev {
        left: 0;
    }
    .pricing-table-slider ~ .pricing-slider-next {
        right: 0;
    }
}
#gym-and-fitness-slider .uranus.tp-leftarrow:before{width:50px; height:50px; line-height:50px; font-size:25px; content: "\F12F"; font-family: bootstrap-icons!important;}
#gym-and-fitness-slider .uranus.tp-rightarrow:before{width:50px; height:50px; line-height:50px; font-size:25px; content: "\F138"; font-family: bootstrap-icons!important;}
@media (max-width: 1500px) {
    .rev_column_inner {padding-left: 10% !important; padding-right: 10% !important; }
    .background-text {display: none !important;}
}
@media (max-width: 1399px) {
    .accordion-style-01 .accordion-item .accordion-body {
        padding-right: 40px;
    }
}
@media (max-width: 1199px) {
    .accordion-style-01 .accordion-item {
        padding: 20px 20px;
    }
    .accordion-style-01 .accordion-item.active-accordion {
        padding-left: 20px;
        padding-right: 20px;
    }
    .accordion-style-01 .accordion-item .accordion-body {
        padding-right: 10px;
    }
    .lg-left-minus-250px {
        left: -250px !important;
    }
    .next-btn {transition:  none !important;}
}
@media (max-width: 1023px) {
    .rev_column {width: 50% !important;}
}
@media (max-width: 778px) {
    .rev_row_zone .row { display: flex !important; flex-direction: column-reverse; }
    .rev_column { height: 100%; }
    .rev_column_inner {padding-bottom: 6% !important; padding-top: 6% !important; }
    #rs-gym-and-fitness-01 .tp-bgimg {background-image: url("https://placehold.co/1920x1100") !important;}
    #rs-gym-and-fitness-02 .tp-bgimg {background-image: url("https://placehold.co/1920x1100") !important;}
    #rs-gym-and-fitness-03 .tp-bgimg {background-image: url("https://placehold.co/1920x1100") !important;}
}
@media (max-width: 479px) {
    .rev_column_inner {padding-bottom: 8% !important; padding-top: 8% !important; padding-left: 3% !important; padding-right: 3% !important; }
}
@media  (max-width: 900px) and (orientation: landscape) {
    .right-col {padding: 35% 0 !important;}
}
@media (max-width: 991px) {
    .tab-style-08 ul .nav-item .nav-link {
        padding: 18px 20px;
    }
    .menu-item-list .nav-link {
        font-size: 30px;
    }
    .page-title-big-typography .small-screen {
        height: 300px !important;
    }
    .page-title-extra-small h2 {
        font-size: 3.8rem;
        line-height: 3.8rem;
    }
    .event-style-03 .nav-tabs .nav-link {
        padding: 17px 8px 14px;
    }
    .event-style-03 .accordion .accordion-title .event-time {
        min-width: 260px;
    }
    .small-screen {
        height: 400px !important;
    }
}
@media (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        letter-spacing: 0;
    }
    .menu-list-wrapper {
        padding: 25px 0;
    }
    .menu-item-list .nav-link {
        font-size: 28px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .page-title-big-typography .small-screen {
        height: auto !important;
    }
    .event-style-03 .accordion .accordion-title .event-time {
        min-width: 140px;
    }
    .small-screen {
        height: 300px !important;
    }
}
/* Sample kit modal form */
.sample-kit-form input:not([type="checkbox"]),
.sample-kit-form select,
.sample-kit-form textarea {
    background-color: var(--white);
    border: 1px solid var(--extra-medium-gray);
    border-radius: 8px;
    box-shadow: none;
    padding: 14px 20px 14px 55px;
    color: var(--medium-gray);
}
.sample-kit-form textarea {
    min-height: 120px;
    resize: vertical;
}
.sample-kit-form input:not([type="checkbox"]):focus,
.sample-kit-form select:focus,
.sample-kit-form textarea:focus {
    border-color: #c2c2c2;
    box-shadow: none;
}
.sample-kit-form .form-group .form-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: var(--light-medium-gray);
    line-height: 1;
    pointer-events: none;
    z-index: 1;
    font-size: 18px;
}
.sample-kit-form .form-group .form-icon-textarea {
    top: 22px;
    transform: none;
}
.sample-kit-product-option {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    margin-bottom: 0;
    padding: 6px 0;
}
.sample-kit-product-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}
.sample-kit-product-check {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 1px solid var(--extra-medium-gray);
    border-radius: 4px;
    margin-top: 2px;
    position: relative;
    background-color: var(--white);
}
.sample-kit-product-option input[type="checkbox"]:checked + .sample-kit-product-check::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid var(--dark-gray);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.sample-kit-product-label {
    font-size: 14px;
    line-height: 22px;
    color: var(--medium-gray);
}

/* Product card: circle background + dual image hover (1s delay) */
.product-card-switch .product-card-media {
    background-repeat: no-repeat;
    background-position: center 36%;
    background-size: 118% auto;
    background-color: #ffffff;
    min-height: 300px;
}

.product-card-switch .product-card-link {
    min-height: 300px;
    padding: 12% 10% 0;
}

.product-card-switch .product-card-img-primary,
.product-card-switch .product-card-img-secondary {
    display: block;
    width: 100%;
    object-fit: contain;
    transition: opacity 0.45s ease;
}

.product-card-switch .product-card-img-secondary {
    position: absolute;
    top: 12%;
    left: 10%;
    width: calc(100% - 20%);
    height: calc(100% - 12%);
    opacity: 0;
    transition: opacity 0.45s ease 1s;
}

.product-card-switch:hover .product-card-img-primary {
    opacity: 0;
    transition: opacity 0.45s ease 0s;
}

.product-card-switch:hover .product-card-img-secondary {
    opacity: 1;
    transition: opacity 0.45s ease 1s;
}

.product-card-switch:not(:hover) .product-card-img-secondary {
    opacity: 0;
    transition: opacity 0.35s ease 0s;
}

.product-card-switch:not(:hover) .product-card-img-primary {
    opacity: 1;
    transition: opacity 0.35s ease 0s;
}

.product-card-switch:hover img {
    transform: none;
}

/* Our products grid */
.our-products-grid .col {
    display: flex;
}

.our-products-grid .our-product-card {
    width: 100%;
    color: inherit;
    text-decoration: none;
    display: grid;
    grid-template-rows: 285px auto;
}

.our-products-grid .product-card-visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 285px;
    overflow: visible;
    padding-bottom: 0;
}

.our-products-grid .product-card-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 250px;
    height: auto;
    transform: translate(-50%, -52%);
    z-index: 0;
    pointer-events: none;
    object-fit: contain;
}

.our-products-grid .product-card-img {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 290px;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
    margin: 0 auto;
}

.our-products-grid .product-card-content {
    padding: 6px 8px 0;
    margin-top: -4px;
}

.our-products-grid .product-card-title {
    font-size: 28px;
    font-weight: 700;
    min-height: 58px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.our-products-grid .product-card-subtitle {
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    margin-top: 2px;
}

.our-products-grid .our-product-card:hover {
    color: inherit;
}

.our-products-grid .our-product-card:hover .product-card-img {
    transform: translateY(-4px);
    transition: transform 0.35s ease;
}

@media (max-width: 1199px) {
    .our-products-grid .our-product-card {
        grid-template-rows: 255px auto;
    }

    .our-products-grid .product-card-visual {
        height: 255px;
    }

    .our-products-grid .product-card-circle {
        max-width: 220px;
    }

    .our-products-grid .product-card-img {
        max-height: 250px;
    }

    .our-products-grid .product-card-title {
        font-size: 24px;
        min-height: 56px;
    }
}

@media (max-width: 767px) {
    .our-products-grid .our-product-card {
        grid-template-rows: 240px auto;
    }

    .our-products-grid .product-card-visual {
        height: 240px;
    }

    .our-products-grid .product-card-img {
        max-height: 230px;
    }

    .our-products-grid .product-card-title {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .accordion-style-06 .accordion-item {
        padding: 10px 90px 10px 25px;
    }
    .accordion-style-06 .accordion-item.active-accordion {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .btn.btn-extra-large {
        font-size: 16px;
    }
    .header-push-button {
        padding-left: 0;
    }
}

.bg-gradient-misty-rose {
    background-image: linear-gradient(360deg, rgba(254, 243, 240, 0.5) 0%, #fff6f3 100%);
}

.bg-bright-turquoise {
    background-color: #ffddd4;
}

/* About page — value cards */
.about-value-card {
    background: linear-gradient(165deg, #ffffff 0%, #edf5f9 55%, rgba(42, 115, 184, 0.06) 100%);
    border: 1px solid rgba(42, 115, 184, 0.14);
    transition: transform 0.35s cubic-bezier(0.37, 0, 0.63, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

.about-value-card:hover {
    border-color: rgba(42, 115, 184, 0.28);
    transform: translateY(-8px);
}

.about-value-card-glow {
    background: radial-gradient(circle, rgba(42, 115, 184, 0.12) 0%, rgba(42, 115, 184, 0.03) 70%, transparent 100%);
}

.about-value-card-title {
    transition: color 0.3s ease;
}

.about-value-card:hover .about-value-card-title {
    color: var(--base-color) !important;
}

.about-value-card-image {
    opacity: 0.5;
    max-height: 55%;
    height: 200px;
    object-fit: contain;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.about-value-card:hover .about-value-card-image {
    opacity: 0.62;
    transform: scale(1.04) translateY(-4px);
}

.about-value-card .rounded-circle.bg-base-color {
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.about-value-card:hover .rounded-circle.bg-base-color {
    background-color: var(--dark-gray) !important;
    transform: scale(1.08);
}

/* Certifications */
.certification-card {
    border: 2px solid var(--base-color);
}

.certification-card img {
    display: block;
    width: 100%;
}

/* Cronza product gallery — simple with unique slide effect */
.cronza-product-gallery {
    max-width: 100%;
}

.product-slider-main {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.product-slider-main .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    overflow: hidden;
}

.product-slider-main .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transform: scale(0.92);
    opacity: 0.4;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s ease;
}

.product-slider-main .swiper-slide-active img {
    transform: scale(1);
    opacity: 1;
}

.cronza-gallery-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: rgba(42, 115, 184, 0.15);
    z-index: 4;
}

.cronza-gallery-progress-bar {
    display: block;
    height: 100%;
    width: 25%;
    background: var(--base-color);
    transition: width 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-slider-thumbs {
    margin-top: 12px;
}

.product-slider-thumbs .swiper-slide {
    cursor: pointer;
    opacity: 0.45;
    border-bottom: 2px solid transparent;
    padding-bottom: 6px;
    transition: opacity 0.3s ease, border-color 0.3s ease;
}

.product-slider-thumbs .swiper-slide img {
    display: block;
    width: 100%;
    height: 72px;
    object-fit: contain;
}

.product-slider-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-bottom-color: var(--base-color);
}

@media (max-width: 767px) {
    .product-slider-main .swiper-slide {
        height: 280px;
    }

    .product-slider-thumbs .swiper-slide img {
        height: 56px;
    }
}

/* height */
.h-430px {
    height: 430px !important;
}

/* Export packaging cards - equal image height */
.export-packaging-cards > .col {
    display: flex;
}

.export-packaging-cards .services-box-style-01 {
    width: 100%;
}

.export-packaging-cards .box-image {
    height: 240px;
}

.export-packaging-cards .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .export-packaging-cards .box-image {
        height: 280px;
    }
}

@media (min-width: 1400px) {
    .export-packaging-cards .box-image {
        height: 260px;
    }
}

/* Event listing cards — equal image box height, logo centered */
.event-listing-cards .services-box-style-01 {
    width: 100%;
    height: 100%;
}

.event-listing-cards .box-image {
    height: 260px;
    background-color: #fff;
}

.event-listing-cards .box-image > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.event-listing-cards .box-image img {
    width: auto;
    max-width: 85%;
    height: auto;
    max-height: 85%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.event-listing-cards .services-box-style-01:hover img {
    transform: scale(1.05);
}

.event-listing-cards .box-image .box-overlay,
.event-listing-cards .box-image .icon-box {
    position: absolute;
}

.event-listing-cards .box-image .box-overlay {
    inset: 0;
}

@media (max-width: 991px) {
    .event-listing-cards .box-image {
        height: 240px;
    }
}

@media (max-width: 575px) {
    .event-listing-cards .box-image {
        height: 220px;
    }
}

/* Blog grid — image zoom on hover */
.blog-grid .card .blog-image img {
    transition: transform 600ms cubic-bezier(0.37, 0, 0.63, 1);
    will-change: transform;
}

.blog-grid .card:hover .blog-image img {
    transform: scale(1.07);
}

/* Blog detail — rich text content */
.blog-detail-content {
    color: var(--dark-gray, #232323);
}

.blog-detail-content p,
.blog-detail-content ul,
.blog-detail-content ol,
.blog-detail-content h1,
.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4,
.blog-detail-content h5,
.blog-detail-content h6 {
    margin-bottom: 24px;
}

.blog-detail-content ul,
.blog-detail-content ol {
    padding-left: 28px;
}

.blog-detail-content ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.blog-detail-content ol li {
    list-style: decimal;
    margin-bottom: 10px;
}

.blog-detail-content ul ul li {
    list-style: circle;
}

.blog-detail-content ul ul ul li {
    list-style: square;
}

.blog-detail-content ol ol li {
    list-style: lower-alpha;
}

.blog-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.blog-detail-content a {
    color: var(--base-color, #2a73b8);
}
