:root {
	--wd-text-font: "Heebo", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(33,37,41);
	--wd-text-font-size: 16px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-transform: capitalize;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-transform: capitalize;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Heebo", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(252,100,3);
	--wd-alternative-color: rgb(4,61,140);
	--btn-default-font-family: "Heebo", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 600;
	--btn-default-transform: capitalize;
	--btn-default-bgcolor: rgb(252,100,3);
	--btn-default-bgcolor-hover: rgb(4,61,140);
	--btn-accented-font-family: "Heebo", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 600;
	--btn-accented-bgcolor: rgb(252,100,3);
	--btn-accented-bgcolor-hover: rgb(4,61,140);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(252,100,3);
	--wd-link-color-hover: rgb(4,61,140);
	--wd-link-decor-color: rgb(252,100,3);
	--wd-link-decor-color-hover: rgb(4,61,140);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1250px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1250px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1250px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1250px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.wd-copyrights.copyrights-wrapper {
    display: none;
}

.wd-content-layout {
    padding-block: 0 !important;
}


/**** Header ****/


.header-info {
    gap: 15px;
}


.header-info p {
    font-size: 16px;
    color: #ffffff;
}


.header-sep {
    padding-left: 10px;
    padding-right: 10px;
}


.whb-top-bar .wd-social-icons .wd-social-icon {
    position: relative;
    width: 44px;
    height: 42px;
    background: #000000 !important;
    color: #ffffff !important;
    transition: background .3s ease;
	border-radius: 0;
}


.whb-top-bar .wd-social-icons .wd-social-icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgb(255 255 255);
}


.whb-top-bar .wd-social-icons .wd-icon {
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1;
}


.whb-top-bar .wd-social-icons .wd-social-icon:hover {
    background: #FC6403 !important;
}


.whb-top-bar .wd-social-icons .wd-social-icon:hover .wd-icon {
    color: #ffffff !important;
}


.wd-social-icons {
    padding: 0 !important;
}


.wd-header-nav .wd-sub-menu .menu-item .woodmart-nav-link {
    font-size: 16px !important;
    color: #333333 !important;
}


.wd-header-nav .wd-sub-menu .menu-item .woodmart-nav-link:hover {
    color: #FC6403 !important;
}


.wd-header-nav .current-menu-item .woodmart-nav-link {
    color: #FC6403 !important;
}


.whb-top-bar .header-btn {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    transition: background-color 0.35s ease, color 0.35s ease;
    background-color: #FC6403;
    border-radius: 0 !important;
}


.wd-button-wrapper {
    padding: 0 !important;
}


.whb-top-bar .header-btn .wd-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation: arrowMove 0.8s ease-in-out infinite alternate;
}

@keyframes arrowMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(5px);
    }
}


/** Mega Menu **/


.mega-menu .wd-dropdown {
    left: -480px;
    width: 1100px;
	  padding: 40px;
}

.mega-menu .wd-dropdown .title-two {
    margin-top: 20px;
}


/*** Dynamic Heading ***/


.generic-title .title-subtitle {
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    color: #fc6403 !important;
}


.generic-title .title-subtitle:before, 
.generic-title .title-subtitle:after {
    position: absolute;
    content: "";
    background-color: #fc6403;
    height: 22px;
    bottom: 0px;
    top: 0px;
    transform: skew(-20deg);
}


.generic-title .title-subtitle:before {
    right: -20px;
    width: 10px;
}


.generic-title .title-subtitle:after {
    right: -27px;
    width: 4px;
}


.generic-title .title {
    margin-top: 10px;
    font-size: 50px;
    font-weight: 700;
}


.generic-title .title strong {
    color: #FC6403;
    font-weight: 700;
}



/** Hifil Button **/


.hifill-btn {
    background: #fc6403;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 15px 40px;
    border-right: 6px solid #242424;
    text-transform: capitalize;
}


.hifill-btn:hover {
    background: #043c8b;
	  color: #fff !important;
	  border-color: #000 !important;
}


/** Project Section **/


.project-sec {
    padding: 80px 0;
    background: #F9F9F9;
}


.project-sec .promo-banner {
    position: relative;
    overflow: hidden;
}


.project-sec .banner-subtitle {
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    background-color: #fc6403;
    padding: 8px 16px;
    color: #fff !important;
/*     opacity: 0;
    transform: translate3d(-100%, 0, 0); */
    transition: transform 0.4s, opacity 0.2s;
    position: relative;
    z-index: 2; 
}


.project-sec .promo-banner .banner-title {
    color: #fff;
    margin-bottom: 0px;
    position: relative;
/*     opacity: 0;
    transform: translate3d(0, -100%, 0); */
    transition: transform 0.4s, opacity 0.2s;
    font-size: 20px;
    z-index: 2;
}


.project-sec .wrapper-content-banner:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    background-color: #000;
    transform-origin: 0 0;
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
    z-index: 1; 
}


/* .promo-banner:hover .banner-subtitle {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}


.promo-banner:hover .banner-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
} */


.project-sec .promo-banner:hover .wrapper-content-banner:after {
    opacity: 0.5;
    transform: scaleY(1);
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
}


.project-sec .promo-banner .banner-inner {
	  margin-bottom: -187px;
    margin-top: 30px !important;
	  transition: 0.5s;
	  z-index: 2;
    position: relative;
    color: #fff;
}


.project-sec .promo-banner:hover .banner-inner {
	  margin-bottom: 0px;
    margin-top: 20px !important;
}


/* .project-sec .promo-banner .wrapper-content-banner {
    transition: transform 0.4s ease-in-out !important;
    transform: translateY(100px); 
}


.project-sec .promo-banner:hover .wrapper-content-banner {
    transform: translateY(0);
}


.project-sec .promo-banner .banner-inner {
    width: 100% !important;
    position: relative;
    z-index: 2;
    color: #fff;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transform: translateY(85%); 
    opacity: 0.8;
}


.project-sec .promo-banner:hover .banner-inner {
    transform: translateY(0);
    opacity: 1;
} */


.project-sec .wd-nav-pagin-wrap[class*=wd-style-shape] span {
    background: #000 !important;
    border: 2px solid #000 !important;
}


.project-sec .wd-nav-pagin-wrap[class*=wd-style-shape] li.wd-active span {
    background-color: transparent !important;
    border: 2px solid #000;
    margin: 2px;
    height: 15px;
    width: 15px;
}


.project-sec .wd-nav-pagin-wrap[class*=wd-style-shape] li.active span {
    background: #fff;
}


/**/

.cta-block .vc_col-sm-12 .vc_column-inner {
    padding-top: 0 !important;
}

.abt-cta {
    padding: 60px 0;
    background: #f55b14;
}

.abt-cta .wd-info-box .title,
.abt-cta .wd-info-box p {
    color: #fff;
}


.abt-cta .wd-info-box .title {
    font-size: 35px;
    font-weight: 400;
}


.abt-cta .wd-info-box .btn {
    background: #000;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 15px 40px;
    border-right: 6px solid #fff;
    text-transform: capitalize;
    margin-top: 4px;
}


.abt-cta .wd-info-box .btn:hover {
    background: #043c8b;
}


.abt-cta .right-col {
    position: relative;
}


.abt-cta .right-col:before {
    background: url(https://hifill-pack.com/wp-content/uploads/2026/07/Cta-Dark.webp) no-repeat center;
    background-size: cover;
}


.abt-cta .right-col:before,
.abt-cta .right-col:after {
    content: '';
    position: absolute;
    width: 900px;
    height: 350px;
    border-radius: 200px 0 0 0;
    left: -70px;
    top: -60px;
    z-index: 0;
}


.abt-cta .right-col:after {
    background: rgba(0, 0, 0, 0.84);
}


.abt-cta .title-wrapper {
    z-index: 2;
    position: relative;
}


.abt-cta .title-wrapper .title {
    color: #F55B14;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0px;
}


.abt-cta .title-wrapper .title-after_title {
    color: #fff;
	  max-width: 530px !important;
}


.abt-cta .title-wrapper,
.abt-cta .wd-info-box {
    margin-bottom: 0;
}



/****/


.benifit-sec {
    padding: 80px 0;
}


.benifit-sec .generic-title .title-subtitle {
    color: #ffffff !important;
}


.benifit-sec .generic-title .title-subtitle:before, 
.benifit-sec .generic-title .title-subtitle:after {
    background-color: #ffffff;
}


.benifit-sec .generic-title .title {
    color: #fff;
}


.benifit-sec .generic-title .title b {
    font-weight: 700;
    color: #1F1F1F;
}


.benifit-sec .wd-info-box {
    gap: 30px;
    background: #fff;
    border-radius: 4px;
    padding: 30px;
}


.benifit-sec .wd-info-box .info-box-icon {
    padding: 10px;
    background: #F7F7F7;
    border-radius: 4px;
}


.benifit-sec .wd-info-box p {
    line-height: 30px;
}


.benifit-sec .wd-info-box .info-box-icon:after {
    content: '01';
    font-size: 30px;
    font-weight: 700;
    color: #E7E9EC;
    position: absolute;
    bottom: 35px;
    left: 45px;
    transform: rotate(-90deg);
}


.benifit-sec .wd-info-box:hover img {
    animation: rs-fold linear 0.3s;
}


@keyframes rs-fold {

0% {
    transform: rotateY(0);
}

50% {
    transform: rotateY(90deg);
}
100% {
    transform: rotateY(0);
}


}


.benifit-sec .box-2 .info-box-icon:after {
    content: '02';
}


.benifit-sec .box-3 .info-box-icon:after {
    content: '03';
}


.benifit-sec .box-4 .info-box-icon:after {
    content: '04';
}


.benifit-sec .box-5 .info-box-icon:after {
    content: '05';
}


.benifit-sec .box-6 .info-box-icon:after {
    content: '06';
}


/** Solutions Page Tabs **/


.srvs-sec {
    padding-bottom: 80px;
}


.srvs-sec .wd-info-box {
    gap: 0;
}
    

.srvs-sec .wd-info-box .title {
	white-space: pre-line;
}

    
.srvs-sec .wd-info-box .info-box-content {
    padding: 20px;
    background: #f7f7f7;
}


.srvs-sec .wd-info-box .btn {
    padding: 0;
    min-height: auto;
    background-color: transparent !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    width: 100%;
    justify-content: space-between;
    transition: 0.5s;
}


.srvs-sec .wd-info-box .wd-btn-icon {
    font-size: 15px;
    padding: 6px 13px;
    background: #e6e6e9;
    transition: 0.5s;
}


.srvs-sec .wd-info-box:hover .wd-btn-icon {
    background: #FC6504;
    color: #fff;
}


.srvs-sec .wd-info-box .rs-services-number {
    font-size: 52px;
    font-weight: 700;
    color: #EDEDEF;
    position: relative;
    transition: 0.5s;
}


.srvs-sec .wd-info-box .rs-services-number:after {
    content: '';
    display: inline-flex;
    width: 75%;
    height: 1px;
    border-radius: 5px;
    background: #ededef;
    position: absolute;
    top: 40px;
    transition: 0.5s;
}


.srvs-sec .wd-info-box:hover .rs-services-number,
.srvs-sec .wd-info-box:hover .btn {
    color: #FC6504;
}


.srvs-sec .wd-info-box:hover .rs-services-number:after {
    height: 2px;
    background: #FC6504;
}






/****  Joint Chat ****/


.joinchat__button {
    border: 2px solid #25d366;
}


.joinchat__button:after {
    position: absolute;
    content: "";
    height: calc(100% + 18px);
    width: calc(100% + 18px);
    top: -9px;
    left: -9px;
    border-radius: 60px;
    border: 3px solid #25d366 !important;
    animation: 1s ease 0s normal none infinite running playbutton;
    z-index: 99;
}


.joinchat__qr {
    display: none !important;
}


@keyframes playbutton {
0% {
    transform: scale(0.95);opacity: 0.9;
}
100% {
    transform: scale(1.05);opacity: 0;
} 
}



/*** Single Post Inner ***/


.single-post .page-title {
    padding: 100px 0;
    background: url(https://hifill-pack.com/wp-content/uploads/2026/08/Post-Inner.jpg);
	  background-repeat: no-repeat;
    background-size: cover;
}


.single-post .wd-page-title:after {
    content: '';
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}


.single-post .wd-page-title .container {
    align-items: flex-start;
	  z-index: 2;
}


.single-post .entry-title.title {
    border-left: 8px solid #fc6403;
    padding-left: 10px;
}


.single-post .wd-page-title .title {
    line-height: 1;
    margin-bottom: 10px;
}



.single-post .wd-breadcrumbs .wd-last a {
    color: #fc6403;
}



.single-post #main-content {
    padding: 80px 0 !important;
    text-align: left;
}


.single-post .wd-content-area {
	 --wd-col-lg: 8 !important;
}


.single-post .sidebar-container {
	 --wd-col-lg: 4 !important;
}


.single-post .wd-single-post-header {
    align-items: flex-start;
    flex-direction: column-reverse;
}


.single-post .wd-single-post-header .wd-post-image {
    width: 100%;
	  display: none !important;
}


.single-post .post-single-page .wd-image img {
    width: 100%;
}


.single-post .wd-post-title {
    margin-bottom: 10px;
}


.single-post .wd-single-post-header .wd-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.single-post .wd-widget {
    padding: 35px 25px 35px 25px;
    border: 2px solid #e7e7e7;
}


.single-post .widget:last-child {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 2px solid #e7e7e7;
}


.single-post .widget .widget-title {
    font-size: 20px;
	  line-height: 1;
}


.single-post #woodmart-html-block-2 {
    padding-top: 0;
}


.single-post .widget .searchform .searchsubmit {
    background: #fc7600;
    --btn-color: #fff;
}


.single-post .woodmart-recent-posts .recent-posts-info {
    display: flex;
    flex-direction: column-reverse;
}


.single-post .widget .recent-posts-time {
    color: #fc6403 !important;
}


.single-post .widget .recent-posts-comment,
.single-post .comment-respond,
.single-post .wd-page-nav {
    display: none !important;
}



.single-post #categories-2 ul li {
    color: #fc6403;
}


.single-post .widget ul li a,
.single-post .wd-post-author a,
.single-post .wd-post-date .published {
    color: #333333;
}


.single-post .wd-post-author span, 
.single-post .wd-post-author img,
.single-post .wd-post-reply {
	 display: none;
}



.single-post .wd-post-author a.author:after {
    content: '';
    display: inline-block;
    height: 14px;
    width: 2px;
    background: #333646;
    margin-left: 10px;
}





/**** Product Pages ****/



.fill-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 130px 0 150px;
    background: linear-gradient(100deg, rgba(20, 14, 10, .92) 0%, rgba(20, 14, 10, .78) 42%, rgba(179, 70, 0, .45) 100%), url(machine-hero-bg.jpg) center / cover no-repeat, #1A1310;
}



.fill-hero .generic-title .title {
    color: #fff;
}


.generic-title .title strong {
    color: #FC6403;
    font-weight: 700;
}


.fill-hero .generic-title .title-after_title {
    font-size: 17px;
    margin-top: 10px;
}


.fill-boxes {
    margin-top: 40px;
}


.fill-boxes .wd-info-box {
    border-left: 3px solid #fc6403;
    padding-left: 20px;
    margin-bottom: 0;
}


.fill-boxes .wd-info-box .title {
    color: #fff;
}


.fill-hero .hifill-btn {
    border-right: 6px solid #ffffff;
}


.fill-hero .hifill-btn:hover {
    border-color: #ffffff !important;
}


.fill-hero .wd-image {
    padding: 10px;
    border: 5px solid #fc6403;
    margin-bottom: 0;
}


/**/


.divider-row {
    overflow: visible;
}


.divider-row .dvr-position-bottom svg {
    transform: translateY(-40px);
}



/**/



.do-sec {
    padding: 60px 0 80px;
}


.main-img {
    position: relative;
    display: inline-block;
    overflow: visible;
    z-index: 1;
}


.main-img:after {
    content: '';
    position: absolute;
    right: -14px;
    bottom: -14px;
    width: 110px;
    height: 110px;
    border-radius: 8px;
    background: #FC6403;
    z-index: -1;
}


.main-img:before {
    content: "";
    position: absolute;
    left: -18px;
    top: -18px;
    width: 90px;
    height: 90px;
    background-image: radial-gradient(rgba(4, 61, 140, .28) 2.5px, transparent 2.5px);
    background-size: 15px 15px;
    z-index: 1;
}


.do-sec .vc_col-sm-8 .wpb_wrapper {
    position: relative;
}


.do-sec .vc_col-sm-8 .wpb_wrapper:after {
    content: '';
    z-index: 0;
    width: 260px;
    height: 260px;
    background-image: radial-gradient(rgba(252, 100, 3, .18) 2px, transparent 2px);
    background-size: 22px 22px;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: -210px;
}



.do-sec .vc_col-sm-4 .wpb_wrapper {
    position: relative;
}



.do-sec .vc_col-sm-4 .wpb_wrapper:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 2px dashed rgba(252, 100, 3, .18);
    z-index: 0;
    pointer-events: none;
    width: 420px;
    height: 420px;
    left: -372px;
    bottom: -360px;
}



/**/


.machine-sec {
    background: #FFF3EA;
    padding: 80px 0;
}


.machine-sec .generic-title h3.title {
    font-size: 26px;
}


.machine-sec .machines .generic-title .title-subtitle:before, 
.machine-sec .machines .generic-title .title-subtitle:after {
    height: 16px;
    top: 3px;
}


.machine-sec .generic-title .title-subtitle {
    font-size: 20px;
}


.machine-sec .machines.leftt {
    padding-left: 55px;
}


.machine-sec .machines {
    background: #fff;
    padding: 60px 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(179, 70, 0, .08);
    margin-bottom: 44px;
    position: relative;
    z-index: 2;
    border-top: 4px solid transparent;
    transition: border-color .3s, box-shadow .3s;
}


.machine-sec .machines:hover {
    border-top-color: #FC6403;
    box-shadow: 0 18px 44px rgba(179, 70, 0, .15);
}


.machine-sec .machines p {
    margin-bottom: 30px;
}


.machine-sec .machines ul {
    list-style: none;
    padding-left: 20px;
}


.machine-sec .machines li {
    position: relative
}


.machine-sec .machines li:before {
    content: '';
    background-image: url(https://hifill-pack.com/wp-content/uploads/2026/07/Tabss-arrow.svg);
    background-repeat: no-repeat;
    display: inline-flex;
    background-size: 15px;
    height: 15px;
    width: 15px;
    margin-right: 10px;
    position: absolute;
    left: -22px;
    top: 3px;
}


.machine-sec .machines .mac-img {
    position: relative
}


.machine-sec .machines .mac-img:before {
    content: "";
    position: absolute;
    top: -90px;
    left: 20px;
    width: 70px;
    height: 70px;
    background-image: radial-gradient(rgba(252, 100, 3, .25) 2px, transparent 2px);
    background-size: 13px 13px;
}


/**/


.fill-choose {
    padding: 80px 0;
    background: linear-gradient(120deg, #FC6403 0%, #D95500 100%);
}


.fill-choose .generic-title .title-subtitle,
.fill-choose .generic-title .title {
    color: #ffffff !important;
}


.fill-choose .generic-title .title-subtitle {
    margin-bottom: 0;
}


.fill-choose .generic-title .title-subtitle:before, 
.fill-choose .generic-title .title-subtitle:after {
    background-color: #ffffff;
}


.fill-choose .generic-title .title-after_title {
    color: #fff;
    font-size: 16px;
}


.fill-choose .hifill-btn {
    background: #242424;
    border-right: 6px solid #ffffff;
}


.fill-choose .hifill-btn:hover {
    background: #043c8b;
}


.fill-choose .wpb_wrapper {
    position: relative;
}


.fill-choose .wpb_wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 44px 44px;
}



/**/


.advantages-sec {
    padding: 80px 0;
}


.advantages-sec .wd-info-box {
    background: #fff;
    border: 1px solid #F0E4D9;
    border-radius: 10px;
    padding: 40px 30px;
    position: relative;
    transition: transform .3s, box-shadow .3s, border-color .3s;
    gap: 35px;
    overflow: hidden;
}


.advantages-sec .wd-info-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 44px rgba(179, 70, 0, .14);
    border-color: #FFE6D3;
}


.advantages-sec .wd-info-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #FC6403;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s;
}


.advantages-sec .wd-info-box:hover:before {
    transform: scaleX(1);
}


.advantages-sec .wd-info-box .info-box-icon {
    position: relative;
    border-radius: 50% ;
    background: #fff3ea ;
    padding: 30px ;
    border: none ; 
    overflow: visible !important;
}


.advantages-sec .wd-info-box:hover .info-box-icon .info-svg-wrapper img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}


.advantages-sec .wd-info-box:hover .info-box-icon {
    background: #FC6403;
}


.advantages-sec .wd-info-box .info-box-icon::after {
    content: '';
    position: absolute;
    top: -6px ;
    left: -6px ;
    right: -6px;
    bottom: -6px;
    border: 2px dashed #fec9a7;
    border-radius: 50%;
    z-index: 1;
    transition: transform 0.4s ease-in-out;
}


.advantages-sec .wd-info-box:hover .info-box-icon::after {
    transform: rotate(90deg) !important;
}



.advantages-sec .wd-info-box .info-box-inner {
    margin-top: 15px !important;
}


.advantages-sec #main-col {
    position: relative;
    overflow: visible;
}


.advantages-sec #main-col::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -70px;
    left: -290px;  
    width: 260px;
    height: 260px;
    background-image: radial-gradient(rgba(252, 100, 3, 0.25) 2px, transparent 2px);
    background-size: 22px 22px;
    pointer-events: none;
    z-index: 0;
}



.advantages-sec #main-col::before {
    content: '';
    width: 320px;
    height: 320px;
    right: -270px;
    top: -190px;
    position: absolute;
    border-radius: 50%;
    border: 2px dashed rgba(252, 100, 3, .18);
    z-index: 0;
    pointer-events: none;
}


/**** All Product Pages Responsive CSS ****/


@media (max-width: 767px) {



.filling-hero {
    padding: 50px 0 70px !important;
}


.caro-sec {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
}


.vc_row.wpb_row.caro-sec .wd-info-box {
    height: 400px !important;
}


.caro-sec .wd-carousel-container {
    margin-bottom: 0 !important;
}


.caro-sec .wd-info-box .info-box-content {
    bottom: 25px !important;
    left: 20px !important;
    padding: 20px !important;
}



.work-sec {
    padding: 20px 0 30px !important;
}


.work-sec .wd-text-block,
.work-sec #wd-6a6c77b3eee2f {
    margin-bottom: 0 !important;
}



.images-sec {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
}


.sol-faqs {
    padding: 0 !important;
}

    
}@media (max-width: 576px) {
	.mob-btn {
    color: #fff;
    background-color: #fc6403;
    padding: 10px;
    min-height: auto;
    font-size: 11px;
    border-right: 5px solid #242424;
}


.mob-btn:hover {
   background-color: #043d8c;
   color: #fff;
	 border-color: #242424;
}


/****/


.generic-title {
    margin-bottom: 15px;
}


.generic-title .title-subtitle {
    margin-bottom: 0;
	  font-size: 14px !important;
}


.generic-title .title {
    font-size: 24px !important;
	  margin-top: 0px;
}


.hifill-btn {
    font-size: 15px;
    padding: 10px 20px;
}

}

