/** Shopify CDN: Minification failed

Line 39:0 Unexpected "}"

**/

.header-wrapper.color-scheme-1.gradient.header-wrapper--border-bottom{
    background-color: #000;
}
nav.menu-drawer__navigation {
    background: #000;
}
/* @media screen and (min-width: 990px) { */
div#shopify-section-sections--24919943381313__header .header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width:100%;
}
div#shopify-section-sections--24919943381313__header .header__heading, div#shopify-section-sections--24919943381313__header .header__heading-link {
    justify-self: flex-start;
}


div#shopify-section-sections--24919943381313__header .header__icon:not(.header__icon--summary), div#shopify-section-sections--24919943381313__header .header__icon span {
    
    color: #fff;
    font-weight: bold;
}
div#shopify-section-sections--24919943381313__header .header .list-menu__item, div#shopify-section-sections--24919943381313__header .header__active-menu-item {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
    div#shopify-section-sections--24919943381313__header .header .list-menu__item:hover{
        color: #ffcc00 !important;
    }

}
/* Section Title */
.section-template--24919942889793__multicolumn_hMfFDb-padding .multicolumn .title {
text-align: center;
font-size: 2.5rem;
font-weight: 800;
color: #000;
margin-bottom: 40px;
}

/* Card Container */
.section-template--24919942889793__multicolumn_hMfFDb-padding ul.multicolumn-list {
display: flex;
justify-content: center;
gap: 30px;
flex-wrap: wrap;
padding: 0;
list-style: none;
}

/* Individual Card */
.section-template--24919942889793__multicolumn_hMfFDb-padding ul.multicolumn-list li {
background: #fff;
border-radius: 10px;
/* padding: 40px 25px; */
text-align: center;
max-width: 350px;
/* flex: 1; */
transition: all 0.3s ease-in-out;
box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}
.background-none .multicolumn-card__info {
    padding: 0 20px 20px !important;
}
/* Card Hover Effect */
.section-template--24919942889793__multicolumn_hMfFDb-padding ul.multicolumn-list li:hover {
transform: translateY(-10px);
box-shadow: 0px 8px 20px rgba(0,0,0,0.2);
}



/* Title inside card */
.section-template--24919942889793__multicolumn_hMfFDb-padding ul.multicolumn-list li h3 {
font-size: 30px;
font-weight: 700;
color: #0288d1;
margin-bottom: 10px;
}
.background-none .multicolumn-card__image-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.media.media--transparent.media--adapt {
    border-top-left-radius: 10px ;
    border-top-right-radius: 10px;
    padding-bottom:30%!important;
}
.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing{
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 20px;
}
section#shopify-section-template--24919942889793__multicolumn_hMfFDb .multicolumn-card.content-container .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing .media.media--transparent.media--circle {
    width: 100px ;
    height: 100px;
    padding-bottom: 0 !important;
}
/* .media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
    top: auto !important;
    left: auto !important;
} */
/* Description inside card */
.section-template--24919942889793__multicolumn_hMfFDb-padding ul.multicolumn-list li p {

color: #000;
font-weight: 500;
}
.section-template--24919942889793__multicolumn_hMfFDb-padding .title-wrapper-with-link{
justify-content:center;
}
/* Section Container */
.why-us-section {
padding: 60px 20px;
}

/* Flex Layout */
.why-us-container {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1200px;
margin: auto;
flex-wrap: wrap;
gap: 40px;
}

/* Left Column */
.why-us-left {
flex: 1;
min-width: 250px;
}

.why-us-left h2 {
font-size: 50px;
font-weight: 800;
color: #0288d1;
margin-bottom: 20px;
}

.why-us-btn {
display: inline-block;
background: #0288d1;
color: #fff;
font-weight: bold;
padding: 12px 25px;
border-radius: 5px;
text-decoration: none;
transition: background 0.3s ease;
}

.why-us-btn:hover {
background: #026c9e;
}

/* Right Column (Cards Grid) */
.why-us-right {
flex: 2;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}

/* Individual Card */
.why-us-card {
background: #fff;
padding: 25px;
border-radius: 10px;
box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
display: flex;
align-items: center;
gap: 20px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-us-card:hover {
transform: translateY(-8px);
box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
}

/* Icon Styling */
.why-us-icon {
width: 70px;
height: 70px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
color: #fff;
flex-shrink: 0;
}

.why-us-icon.yellow { background: #FFD700; }
.why-us-icon.orange { background: #FF5722; }
.why-us-icon.blue   { background: #2196F3; }

/* Card Text */
.why-us-card h3 {
font-size: 18px;
font-weight:600;
color: #0288d1;
margin: 0;
}
header.header.header--top-left.header--mobile-center.page-width.header--has-menu.header--has-account{
display:flex;
}
.header .list-menu__item:hover {
    color: #ffcc00; 
}

.header .list-menu__item.active,
.header__active-menu-item {
    color: #ffcc00 !important;
}

h2.title.inline-richtext.h1, h2.image-with-text__heading.inline-richtext.h1{
    font-size: clamp(18px, 8.2vw, 65px);
    color: #1273bb;
    font-weight:600;
}
 h2.image-with-text__heading.inline-richtext.h1{
    font-size: 40px;
    color: #1273bb;
    font-weight:600;
}
.footer__content-bottom-wrapper {
    align-items: center;
    justify-content: center;
}
.footer-block--newsletter.scroll-trigger.animate--slide-in {
    display: none;
}
.footer-block__details-content .list-menu__item--link:hover, .copyright__content a:hover, .list-social__item .icon:hover {
    color: #ffcc00 !important;
}
.footer-block__details-content .list-menu__item--active{
    color: #ffcc00 !important;
}
ul.footer-block__details-content.list-unstyled li .link{
    font-size: 18px;
}
h2.footer-block__heading.inline-richtext{
    font-size: 30px;
}
.footer-block__details-content.rte p{
    font-size: 18px;
}
ul.list-unstyled.list-social.footer__list-social li.list-social__item a.link.list-social__link .svg-wrapper{
    width: 30px !important;
    height: 30px !important;
}
ul.list-unstyled.list-social.footer__list-social li.list-social__item a.link.list-social__link .svg-wrapper svg.icon {
    width: 30px !important;
    height: 30px !important;
}
.header-wrapper--border-bottom {
    border-bottom: 0 !important;
}
.card__inner.color-scheme-2.gradient.ratio {
    height: 300px;
}
.card__heading.h5{
    text-align: center;
    font-size: 20px;
}
.card-information {
    text-align: center !important;
}
.footer-block.grid__item.scroll-trigger.animate--slide-in {
    padding-left: 20px;
}