.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#091D28;--e-global-color-97d52b1:#000000;--e-global-color-8ab9682:#02010100;--e-global-typography-primary-font-family:"Red Hat Text";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Red Hat Text";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Red Hat Text";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Red Hat Text";--e-global-typography-accent-font-weight:500;}.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){margin-block-end: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 */#box .elementor-image-box-wrapper {
    background-color: #091D28;
    padding: 50px;
    border-radius: 25px;
    border:3px solid transparent;
     transition: all 0.5s linear;
}

#box span {
    font-size: 150px;
    font-weight: 600;
    position: absolute;
    font-family:"Lato", Sans-serif ;
    color: #ffffff1f;
    top: 0;
    left: 15px;
}
#box .elementor-image-box-wrapper:hover{
    border-color: white;
    transition: all 0.5s linear;
}


#post .uc_content {
    text-align: center;
}
#post .uc_post_button:nth-child(2) {
    position: absolute;
    background-color: black;
    border-radius: 30px;
    margin: 0 !important;
    padding: 12px 28px;
    top: 40%;
    left: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear, left 0.3s linear;
}

#post .uc_post_button:nth-child(2) a {
    margin: 0 !important;
}

#post .ue-item:hover .uc_post_button:nth-child(2) {
    opacity: 1;
    visibility: visible;
    left: 30%;
}


#post a.uc_post_grid_style_one_image {
    height: 477px;
    display: flex;
    align-items: end;
    object-fit: cover;
    gap: 0 !important;
    overflow: visible;
}

#post .uc_post_image {
    width: 100%;
    height: 100%;
    overflow: visible !IMPORTANT;
}

#post .uc_post_image:after {
    content: "\f061";  /* Use the Unicode directly */
    position: absolute;
    top: -32px;
    background-color: #091D28;
    font-family: "Font Awesome 5 Free"; /* Ensure the correct font */
    font-weight: 900; /* Necessary for solid icons in Font Awesome */
    color: white; /* Change color as needed */
    padding: 20px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    rotate: -50deg;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear, right 0.3s linear;
}

#post .ue-item:hover .uc_post_image:after {
    opacity: 1;
    visibility: visible;
    right: 42%;
}

#post div#uc_post_grid_elementor_5cc476f_item2 .uc_post_image {
    display: flex;
    align-items: end;
}

#post div#uc_post_grid_elementor_5cc476f_item2 .uc_post_image:after {
   top:10%
}

#post .uc_post_grid_style_one_wrap.ue_post_grid.uc-items-wrapper {
    padding-top: 30px;
    overflow: visible;
}

#post #uc_post_grid_elementor_5cc476f .ue_post_grid_item {
    overflow: visible;
}
#post .uc_post_button:nth-child(2) a{
    color:#fff
}
#test .uc_author {
    display: flex !important;
    flex-direction: row !important;
    padding-top: 50px;
}
#test .uc_stars {
    position: absolute;
        bottom: 30%;
}
#test .ue-text {
    height: 200px;
}/* End custom CSS */