.elementor-kit-6{--e-global-color-primary:#283793;--e-global-color-secondary:#051738;--e-global-color-text:#151515;--e-global-color-accent:#EDC53F;--e-global-color-76b10cd:#B6B8BB;--e-global-color-31d9a91:#E2E4E8;--e-global-color-f1c6e05:#FFFFFF;--e-global-color-d29ee23:#2E2B291A;--e-global-typography-primary-font-family:"Satoshi";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Satoshi";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Satoshi";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Satoshi";--e-global-typography-accent-font-weight:500;--e-global-typography-8978dd9-font-family:"Satoshi";--e-global-typography-8978dd9-font-size:5.61rem;--e-global-typography-8978dd9-font-weight:700;--e-global-typography-8978dd9-line-height:5.5rem;--e-global-typography-8978dd9-letter-spacing:-7px;--e-global-typography-2d2b66e-font-family:"Satoshi";--e-global-typography-2d2b66e-font-size:4.209rem;--e-global-typography-2d2b66e-font-weight:700;--e-global-typography-2d2b66e-line-height:4.2rem;--e-global-typography-2d2b66e-letter-spacing:-3.3px;--e-global-typography-d250060-font-family:"Satoshi";--e-global-typography-d250060-font-size:3.157rem;--e-global-typography-d250060-font-weight:500;--e-global-typography-d250060-line-height:3.1rem;--e-global-typography-d250060-letter-spacing:0.66px;--e-global-typography-3257ca1-font-family:"Satoshi";--e-global-typography-3257ca1-font-size:2.369rem;--e-global-typography-3257ca1-font-weight:500;--e-global-typography-3257ca1-letter-spacing:0.66px;--e-global-typography-6138fce-font-family:"Satoshi";--e-global-typography-6138fce-font-size:1.777rem;--e-global-typography-6138fce-font-weight:500;--e-global-typography-6138fce-line-height:1.6rem;--e-global-typography-28c024d-font-family:"Satoshi";--e-global-typography-28c024d-font-size:1.333rem;--e-global-typography-28c024d-font-weight:500;--e-global-typography-28c024d-line-height:1.3rem;--e-global-typography-46933c5-font-family:"Satoshi";--e-global-typography-46933c5-font-size:1rem;--e-global-typography-46933c5-font-weight:400;--e-global-typography-46933c5-line-height:1.6rem;--e-global-typography-46933c5-letter-spacing:0.48px;--e-global-typography-adee2a2-font-family:"Satoshi";--e-global-typography-adee2a2-font-size:1.5rem;--e-global-typography-adee2a2-font-weight:400;--e-global-typography-adee2a2-letter-spacing:-0.72px;--e-global-typography-f19d259-font-family:"Satoshi";--e-global-typography-f19d259-font-size:0.875rem;--e-global-typography-f19d259-font-weight:400;--e-global-typography-f19d259-text-transform:uppercase;--e-global-typography-f19d259-line-height:1rem;--e-global-typography-f19d259-letter-spacing:-0.42px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.uppercase{
    text-transform: uppercase !important;
}

.bold-600{
    font-weight: 600 !important;
}

.bold-700{
    font-weight: 700 !important;
}

.bold-800{
    font-weight: 800 !important;
}



/*CARD STYLES*/

.zoom-bg {
    position: relative;
    overflow: hidden;
   
}

.zoom-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    filter: blur(0px) grayscale(0%);
    transition: transform 0.6s ease, filter 0.6s ease;
    z-index: 0;
}

.zoom-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(80, 80, 80, 0);
    transition: background 0.6s ease;
    z-index: 1;
}

.zoom-bg:hover::before {
    transform: scale(1.12);
    filter: blur(3px) grayscale(70%);
}

.zoom-bg:hover::after {
    background: rgba(80, 80, 80, 0.45);
}

.zoom-bg > * {
    position: relative;
    z-index: 2;
}

.hover-show {
    opacity: 0;
    visibility: hidden;
    
    transform: translateY(15px);
    transition: all 0.4s ease;
}

.zoom-bg:hover .hover-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hover-show {
    width: 100px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Satoshi';
	font-display: auto;
	src: url('https://subhand.agency/wp-content/uploads/2026/08/Satoshi-Variable.ttf') format('truetype');
}
/* End Custom Fonts CSS */