/* 
Theme Name: Logan Waste Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/*-------------------------------------------------------------- 
# Root css 
--------------------------------------------------------------*/
 :root{
    --red:#C4161C;
     --black:#000000;
     --white: #FFFFFF;
     --yellow:#FFE579;
     --transition: all 0.5s ease-in-out;
}
 body::-webkit-scrollbar {
     width: 6px;
}
 body::-webkit-scrollbar-track {
     background:var(--black);
     border-radius: 8px;
}
 body::-webkit-scrollbar-thumb {
     background:var(--yellow);
     border-radius: 8px;
}
 a{
     transition: all 0.5s;
}
/*-------------------------------------------------------------- 
# Home css 
--------------------------------------------------------------*/
.service_inner .elementor-flip-box__front .elementor-flip-box__layer__inner {
    background: var(--red);
    padding: 25px 20px;
    border-radius: 15px;
    transition:all 0.4s;
}
.service_inner .elementor-flip-box__back .elementor-flip-box__layer__inner {
    background: var(--yellow);
    padding: 20px;
    border-radius: 15px;
}
.service_inner .elementor-flip-box__layer__title {
    margin: 0;
}
.contact_grid p {
    margin: 0px;
}
.contact_grid br {
    display: none;
}
.contact_grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
    padding: 32px 32px;
}
.contact_grid .contact_box:nth-last-child(1),.contact_grid .contact_box:nth-last-child(2) {
    grid-column: span 2;
}
.contact_grid .contact_box input,.contact_grid .contact_box select, .contact_grid .contact_box textarea {
    background-color: var(--white) !important;
    border: 1px solid #D1D1D1 !important;
    border-radius: 6px 6px 6px 6px;
    outline: unset !important;
    padding: 10px 10px;
    height: 46px;
    display: block;
    width: 100%;
}
.contact_grid .contact_box textarea {
    height: 110px;
    resize: none;
}
.contact_grid .contact_box label {
    margin-bottom: 10px;
}
.contact_bottom input[type="submit"] {
    background-color: var(--red) !important;
    border: unset !important;
    color: var(--white) !important;
    padding: 12px 32px !important;
    max-width: fit-content;
    transition: all 0.4s;
    border-radius: 30px;
    font-weight:500;
}
.contact_bottom input[type="submit"]:hover {
    background-color: var(--white) !important;
    color: var(--red) !important;
}
.contact_grid .contact_box span.wpcf7-spinner {
    position: absolute;
    top: 10px;
    left: 120px;
}
.contact_box {
    position: relative;
}
.list_icon ul.elementor-icon-list-items {
    grid-gap: 5px;
}
.faq_accordion ul {
    padding: 5px 0px 10px 20px;
}
.faq_accordion ul p {
    margin-bottom: 10px;
}
.compnay_sec h3 {
    font-size: 24px !important;
}
.compnay_sec ul,.compnay_sec ol {
    padding: 10px 0px 10px 20px;
    display: grid;
    grid-gap: 8px;
}
.compnay_sec ul p, .compnay_sec ol p {
    margin: 0px;
}
.bdt-scroll-reveal .elementor-heading-title {
    overflow: hidden;
}

/* default grey */
.bdt-scroll-reveal .elementor-heading-title span {
    display: inline-block;
    opacity: 0.4;
    color: rgba(255,255,255,0.45);
    transition: color 0.25s ease, opacity 0.25s ease;
}

/* revealed words */
.bdt-scroll-reveal .elementor-heading-title span.is-visible {
    opacity: 1;
    color: #ffffff;
}
.year_box {
    background-color: transparent !important;
    transition: all 0.4s;
}
.year_box:hover {
    background-color: var(--black) !important;
}
.blog_inner .elementor-post__badge {
    position: unset;
    max-width: fit-content;
    margin: 0px !important;
    background-color: unset !important;
}
.blog_inner article.elementor-post {
    padding: 20px !important;
    border-radius: 20px;
    background-color: unset !important;
    transition:all 0.4s;
}
.blog_inner article.elementor-post:hover {
    background-color: var(--red) !important;
}
.news_sec .blog_inner article.elementor-post:hover {
     background-color: var(--black) !important;
}
.blog_sec .blog_inner article.elementor-post {
    background-color: var(--red) !important;
}
.blog_inner article.elementor-post .elementor-post__card {
    background-color: unset !important;
    box-shadow: unset !important;
}
.blog_inner article.elementor-post .elementor-post__card * {
    border: unset;
    color: var(--white) !important;
}
.blog_inner .elementor-post__card a.elementor-post__thumbnail__link ~ * {
    padding: 0px !important;
}
.blog_inner article.elementor-post .elementor-post__thumbnail {
    padding: 0px !important;
}
.blog_inner article.elementor-post img{
    border-radius:12px !important;
    height:250px !important;
}
.blog_inner .elementor-post__card h3{
    padding-top:10px !important;
}
.blog_inner .elementor-post__card h3 *{
     font-size:26px !important;
}
.blog_inner .elementor-post__meta-data {
    margin-top: 20px !important;
}
.blog_inner article.elementor-post *{
       transform: unset !important;
    position:unset !important;
}
.blog_inner article.elementor-post .elementor-post__card .elementor-post__thumbnail__link:after {
    display: none;
}
.contact_bottom {
    padding: 32px 32px !important;
    background-color: var(--black);
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 20px;
}
.contact_bottom p {
    margin: 0px;
}
.contact_bottom p {
    position: relative;
}
.contact_bottom span.wpcf7-spinner {
    position: absolute;
    right: 0px;
    top: 8px;
}
.contact_bottom > p:first-child {
    color: var(--white);
    font-size: 18px;
}
.bottom_feild h3.elementor-image-box-title {
    margin: 0px;
}
.bottom_feild > div::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background-color:rgba(0,0,0,0.5);
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}
.bottom_feild > div {
    position: relative;
}
.bottom_feild > div:last-child::after {
    display: none;
}
.marquee_slide h3.elementor-image-box-title {
    margin-top: 5px;
}
.marquee_slide > div {
    min-width: fit-content !important;
    max-width: fit-content !important;
}
.product_grid {
    display: flex;
    grid-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 20px;
}
.product_grid .product_box {
    display: block;
    width: calc(100%/3 - 16px);
    overflow: hidden;
    border-radius: 8px;
    background-color: var(--white);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.product_head {
    background-color: var(--red);
}
.product_head h3 {
    color: var(--white);
    margin: 0px;
    text-align: center;
    font-family: "Cronos Pro", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px 15px;
}
.product_inner {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.product_inner .product_left {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid var(--black)DDD;
    padding: 15px;
}
.product_right {
    padding: 13px;
}
.product_right p,.product_right h4 {
    font-size: 15px;
    color: var(--black);
    font-weight: 400;
    display: flex;
    grid-gap: 8px;
    margin: 0px;
}
.product_right h4 {
    margin: 5px 0px 5px;
    flex-flow: wrap;
}
.product_inner span.shop_btn {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background-color: var(--red);
    max-width: fit-content;
    color: var(--white);
    border-radius: 8px;
    font-family: "Spline Sans", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.4s;
    margin-top: 10px;
}
.product_right span.product_weight {
    display: block;
    width: 100%;
    font-size: 14px;
}
.product_box:hover span.shop_btn{
    background-color: var(--black);
}
.product_slider a.product_item {
    display: block;
    width: 100%;
}
.product_inner .product_left img {
    height: 130px;
    object-fit: contain;
}
.product_slider a.product_item .product_head {
    text-align: end;
    max-width: 258px;
    margin-left: auto;
    background-color: transparent;
}
.product_slider a.product_item .product_head h3 {
    text-align: end;
    margin: 0px;
    padding: 0px;
    font-size: 28px;
}
.product_slider a.product_item .product_head ul {
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-gap: 7px;
    list-style: none;
    color: var(--white);
    font-size: 17px;
    margin-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 16px;
    font-family: 'Spline Sans';
    font-weight: 500;
}
.product_slider a.product_item .product_head ul li {
    display: flex;
    justify-content: end;
    grid-gap: 20px;
    justify-content: space-between;
}
.product_slider a.product_item .product_head ul li span:nth-child(2) {
    opacity: 0.8;
}
.product_bottom {
    display: flex;
    grid-gap: 20px;
    justify-content: space-between;
    padding-top: 24px !important;
    align-items: center;
}
.product_bottom p {
    margin: 0px;
    color: var(--white);
    max-width: 50%;
    font-size: 16px;
}
.product_bottom span {
    padding: 10px 24px;
    border-radius: 30px;
    background-color: var(--yellow);
    color: var(--black);
    font-weight: 500;
    font-family: 'Spline Sans';
    font-size: 16px;
    transition: all 0.4s;
    display: flex;
    width: 100%;
    max-width: fit-content;
    align-items: center;
    height: fit-content;
}
.product_bottom span:hover {
    background-color: var(--white);
    color: var(--red);
}
.product_img img {
    display: block;
    width: 100%;
    margin: 0px auto;
    max-height: 400px;
    object-fit: contain;
}
.product_img {
    max-width: 450px;
    margin: -60px auto 0px;
}
.slider_counter {
    width: 100%;
    margin: 12px  0px 0px;
    text-align: end;
    font-size: 22px;
    color: var(--white);
}
.product_slider  .product_img {
    opacity: 0;
    transition: opacity 0.6s linear;
}
.product_slider .owl-item.active .product_img{
    opacity: 1;
    transition-delay:0.2s;
}
.product_slider .owl-nav {
    margin: 0px !important;
    position: absolute;
    top: 43%;
    left: 0%;
    transform: translateY(-50%);
    width: 100%;
}
.product_slider .owl-nav > button {
    position: absolute;
    left: 0px;
    background-color: var(--black) !important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    outline: unset !important;
    border: unset !important;
    font-size: 20px !important;
    transition: all 0.4s;
    transform: scale(1);
    color: var(--yellow) !important;
}
.product_slider .owl-nav > button:nth-child(2) {
    left: unset !important;
    right: 0px;
}
.product_slider .owl-nav > button:hover {
    transform: scale(1.05);
}
.product_item  .product_head {
    background-color: transparent;
    max-width: 320px;
    margin-left: auto;
}
.product_item .product_head ul.product_list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    color: var(--white);
    font-size: 17px;
    font-weight: 500;
    margin-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;
}
.product_item .product_head ul.product_list li {
    display: flex;
    justify-content: space-between;
    grid-gap: 10px;
}
.product_item .product_head ul.product_list li span:nth-child(2) {
    opacity: 0.8;
}
.product_fixed_external {
    position: absolute;
    top: 33%;
    left: 0px;
    width: 100%;
    transform: translateY(-50%);
}
.product_slider_wrapper {
    max-width: 1140px;
    padding:0px 15px;
    margin:0px auto;
}
div#marquee_content_area {
    display: flex !important;
    justify-content: center;
}
div#marquee_content_area span {
    font-size: 160px;
    font-weight: 600;
    color: var(--yellow);
    text-transform:capitalize;
}
.product_item .product_head h3 {
    margin: 0px;
    padding: 0px;
    text-align: end;
    margin-bottom: 18px;
    font-size: 30px;
}
div#marquee_content_area span::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--yellow);
    border-radius: 50%;
}
div#marquee_content_area span{
    display:flex;
    grid-gap:40px;
    align-items:center;
}
.price_category h2 {
    font-family: "Cronos Pro", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    color: var(--red);
    margin: 0px 0px 3px 0px;
}
.price_category {
    display: grid;
    grid-gap: 24px;
}
.price_category {
    display: grid;
    grid-gap: 24px;
}
.product_right p {
    font-size: 13px;
}
.price_category_box:nth-child(2) h2 {
    /* color: var(--yellow); */
}
.price_category_box:nth-child(2) .product_head{
     /* background-color: var(--yellow); */
}
.price_category_box:nth-child(2) span.shop_btn {
    /* background-color: var(--yellow); */
}
.price_category_box:nth-child(3) h2 {
    /* color: var(--black); */
}
.price_category_box:nth-child(3) .product_head{
     /* background-color: var(--black); */
}
.price_category_box:nth-child(3) span.shop_btn {
    /* background-color: var(--black); */
}
.price_category_box:nth-child(3) .product_grid .product_box:hover span.shop_btn {
    background-color: var(--red);
}
.price_category_box p.category_description {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
}
.price_category_box:nth-child(2) .product_right h4 strong {
    display: none !important;
}
.price_category_box:nth-child(3) .product_right h4 strong {
    display: none !important;
}
.popup_sec {
    position: fixed !important;
    max-width: 600px;
	width:calc(100% - 30px) !important;
    width: 100%;
    left: 50%;
    top: 50%;
    background-color: var(--white);
    border-radius: 16px;
    transform: translate(-50%,-50%);
    z-index: 100;
}
.popup_sec .contact_grid {
    padding: 0px 32px 20px !important;
}
.pop-overlay {
    background-color: rgba(0,0,0,0.5);
    position: fixed !important;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0px;
    left: 0px;
}
.pop_head {
    padding: 10px 15px 20px;
    text-align: end;
    font-size: 26px;
}
.popup_sec .contact_bottom {
    background-color: unset !important;
    padding: 0px 32px 32px 32px !important;
}
.note_text p a {
    color: var(--red) !important;
}
.full-year-calendar { font-family: "Cronos Pro", Sans-serif; text-align: center; }
.year-title { color: var(--red); font-size: 50px; margin-bottom: 20px; }

/* 3 Months in one row */
.months-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0px;
    padding: 0px;
}

.month-container {border: 1px solid #ddd;}
.month-header {background: var(--red);color: white;padding: 5px;font-weight: bold;font-size: 20px;}

.days-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background: #F9F9F9;
    gap: 1px;
}

.day-label {color: var(--white);font-size: 18px;padding: 3px 0;background-color: #666666;}

.day-cell {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

/* Split colors like the image */
.blue-split { background: linear-gradient(135deg, #7a2f00 50%, #1975d2 50%); }
.black-solid { background: #000; }
.blue-solid { background: #1975d2; }

/* PAST DATES: Disable and Gray out */
.day-past, .month-past {
    opacity: 0.3;
    filter: grayscale(100%);
    pointer-events: none;
}

/* TODAY: Highlight */
.day-today {
    outline: 3px solid #ffeb3b;
    z-index: 5;
    box-shadow: 0 0 10px gold;
}
.week_list ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: grid;
    grid-gap: 8px;
}
.pop_head svg {
    width: 24px;
	cursor:pointer;
}
.week_list ul strong {
    display: block;
    color: var(--red);
}
/* The container that hides the overflow */
.marquee_slide {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  gap: 20px; /* Space between items */
}
/* The animation logic */
.marquee-active {
  display: flex;
  width: max-content;
  animation: scroll-left 80s linear infinite;
}
/* Smooth movement calculation */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause on hover (Optional) */
.marquee_slide:hover .marquee-active {
  animation-play-state: paused;
}
@media(max-width: 1360px){
	.header_bottom {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media(max-width:1024px){
    div#marquee_content_area span {
        font-size: 100px;
    }
    .header_toggle {
        width: fit-content !important;
        margin-left: auto !important;
    }
}
@media(max-width: 991px){
   .product_grid .product_box {
    width: calc(100% / 2 - 12px);
   }
    div#marquee_content_area span {
        font-size: 90px;
    }
    .price_category h2 {
        font-size: 40px;
    }
	.popup_sec .contact_grid {
		padding: 0px 20px 16px !important;
	}
	.popup_sec .contact_bottom {
		padding: 0px 16px 24px 16px !important;
	}
}
@media(max-width: 767px){
    .contact_bottom  {
        padding: 24px 16px !important;
    }
    .contact_grid {
        grid-gap: 10px;
        padding: 24px 20px !important;
    }
    .contact_img .elementor-image-box-wrapper {
        display: flex;
        grid-gap: 20px;
        align-items: center;
    }
     .product_grid .product_box {
        width:100%;
       }
    .product_right {
        padding: 12px;
    }
    div#marquee_content_area span {
        font-size: 80px;
    }
    .marquee_slide {
        display: flex !important;
        flex-flow: unset;
    }
    .marquee_slide .elementor-image-box-wrapper {
        display: flex !important;
        flex-flow: unset !important;
        grid-gap: 10px;
    }
    .marquee_slide .elementor-widget-container {
        padding: 10px !important;
    }
    .product_img {
        margin: 40px auto 0px 0px;
    }
    .product_bottom {
        flex-flow: wrap;
    }
    .product_fixed_external {
            top: 23%;
        }
    .product_bottom p {
        max-width: 100% !important;
    }
    .product_item a {
        display: grid;
    }
    .product_item a .product_img {
        order: 1;
    }
    .product_item a .product_head {
        order: 2;
    }
    .product_item a .slider_counter {
        order: 3;
        display: none;
    }
    .product_bottom {
        order: 4;
    }
    .product_img img {
        height: 200px;
    }
    .product_img {
        margin: 0px auto;
    }
    .product_item .product_head {
        margin: 20px auto 0px;
    }
    .product_item .product_head h3 {
        font-size: 24px !important;
    }
    .product_item a .product_head li {
        font-size: 14px;
    }
    .product_item .product_head ul.product_list {
        grid-gap: 7px !important;
        display: grid;
    }
    .product_bottom {
        text-align: center;
    }
    .product_bottom p {
        font-size: 15px;
    }
    .product_bottom span{
        margin:0px auto;
    }
    div#marquee_content_area span::after {
        width: 30px;
        height: 30px;
    }
    div#marquee_content_area span{
        grid-gap:30px;
    }
    .price_category h2 {
        font-size: 32px;
    }
	.year-title {
		font-size: 44px;
		line-height: 45px;
	}
	.custom-counter {
		padding-bottom: 60px !important;
	}
}
@media(max-width: 575px){
   div#marquee_content_area span {
        font-size: 60px;
    }
}