/* 
Theme Name: Pack-Smart
Author: Pack-Smart Inc. 
*/

.tech-class-04,.tech-class-15,.tech-class-17,.tech-class-22,.tech-class-25,.tech-class-26,.tech-class-28,.tech-class-29,.tech-class-30{display:none}

h1.blog-title {
    text-shadow: 2px 3px 4px #4b4b4b;
    font-size: 4.5rem;
}
.body-col-one ul {
    width: fit-content;
    padding-left: 50px;
    margin-bottom: 16px;
    line-height: 16px;
}
.blog-body h2 {
    font-size: 2.125rem;
    font-weight: 800;
    line-height: 40px;
}
.blog-body h3 {
    font-size: 1.6rem;
    font-weight: 400;
}
.blog-body h4 {
    font-size: 1.75rem;
    font-weight: 800;
}
.blog-left ul {
    margin: 0;
    padding-left: 34px;
}
.download-body ul {
    padding-left: 40px;
    margin: 0;
}
.download-body h2{
    font-weight: 900;
    font-size: 2.8rem;
}
.download-body h3{
    font-weight: 900;
    font-size: 2.4rem;
}
.download-body h4 {
    font-weight: 900;
    font-size: 2rem;
    line-height: 42px;
}
.download-body h5{
    font-weight: 400;
}
.hero.full-height.__text_mode_custom_bg__ {
    background-position: center;
}

.single-technology .bg-shape.small-circle,
.single-technology .bg-shape.rounded-bl-short {
    display: none;
}
.resource-form-right {
    background: #f7f7f7;
    padding: 50px;
    padding-top: 0;
    position: relative;
    border: solid 1px #e7e7e7;
    border-radius: 10px;
}
.download-body input {
    background: #fff !important;
    border: solid 1px #ccc !important;
    border-radius: 5px;
}
.download-body div#gform_wrapper_3 {
    margin-top: 20px;
}
section.blog-sidebar {
    padding-top: 0;
}
.body-col-one ul li {
    line-height: 26px;
}
.blog-sidebar-main {
    position: sticky;
    top: 155px; /* Distance from the top of the viewport */
}


#mouse-scroll {
    position: relative;
    margin: auto;
    bottom: -54px;
    z-index: 9999;
    display: block;
    left: 10px;
}

#mouse-scroll span {
    display: block;
    width: 10px;
    height: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0 0 1px 7px;
}

#mouse-scroll .mouse {
    height: 40px;
    width: 25px;
    border-radius: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 3px solid #ffffff;
    top: 170px;
}

#mouse-scroll .down-arrow-1 {
    margin-top: 6px;
}

#mouse-scroll .down-arrow-1, 
#mouse-scroll .down-arrow-2, 
#mouse-scroll .down-arrow-3 {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
}

#mouse-scroll .down-arrow-1 {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

#mouse-scroll .down-arrow-2 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

#mouse-scroll .down-arrow-3 {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

#mouse-scroll .mouse-in {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #ffffff;
    position: relative;
}

#mouse-scroll .mouse-in {
    -webkit-animation: animated-mouse 1.2s ease infinite;
    -moz-animation: animated-mouse 1.2s ease infinite;
    animation: animated-mouse 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes animated-mouse {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(6px);
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.body-col-one p, 
.body-col-one a, 
.body-col-one ul li{
    font-size: 18px;
}

.wp-block-image.alignleft {
    float: left; /* Align the image to the left */
    margin-right: 20px; /* Add some spacing between the image and the text */
    margin-bottom: 10px; /* Optional: Add spacing below the image */
}

.wp-block-image img {
    display: block; /* Ensure the image behaves as a block-level element */
    height: auto; /* Maintain aspect ratio */
    max-width: 100%; /* Prevent overflow issues */
}
.wp-block-image.alignright {
    float: right; /* Align the image to the right */
    margin-left: 20px; /* Add some spacing between the image and the text */
    margin-bottom: 10px; /* Optional: Add spacing below the image */
}

.wp-block-image img {
    display: block; /* Ensure the image behaves as a block-level element */
    height: auto; /* Maintain aspect ratio */
    max-width: 100%; /* Prevent overflow issues */
}

.form-container { 
    position: relative;
    top: 6rem; 
} 
.form-container h3 {
    font-size: 1.4rem;
    margin-top: 0;
    font-weight: 400;
    line-height: 30px;
    background: #4b5381;
    padding: 40px;
    margin-bottom: 0;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}
form#regform {
    padding: 40px;
    border: solid 1px #a5a8b9;
    border-top: 0;
    border-radius: 0px 0px 10px 10px;
}
.form-container input {
    border: solid 1px #bfbebe;
    background: #f9f9f9;
}
form#regform label {
    font-weight: 500;
}
label.form-check-label {
    font-weight: 400 !important;
    font-size: 14px;
}
form#regform span.aster {
    color: red;
}
a.active-dl-button,
.download-resource-btn {
    margin-top: 20px;
    border-radius: 5px;
    padding: .875rem 1.5625rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
    background-color: #d04132;
    font-size: 1rem;
    line-height: 21px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 150ms;
    text-decoration: none;
}
a.active-dl-button:hover,
.download-resource-btn:hover{
    background-color: #20325f;
}
small.error-message.text-danger {
    color: red;
}
.form-check {
    margin-top: 26px;
}
input#accept {
    float: left;
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0;
    margin-right: 5px;
}
.download-resource-btn {
    margin-top: 10px;
    text-align: left;
}

section.traf-form-video {
    padding-top: 0;
}

.blogCTA {
    padding: 30px;
    border: solid 2px #20325f;
    border-radius: 10px;
}
.blogCTA p, 
.blogCTA a{
    margin-top:0;
}
.blogCTA p{
    font-size: 26px;
    font-weight: 400;
}

.splide__arrows.splide__arrows--ltr {
    position: absolute;
    bottom: -12px;
    margin: 0 auto;
    text-align: center;
    width: 102px;
}
.single-resource h2.has-link-color {
    line-height: 30px !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    margin-bottom: 8px;
}
@media (min-width: 1024px) {
    .short-card {
        min-height: 400px;
        max-width: 328px;
    }
}