/* ==========================================================================
   === Global Settings & Typography Start ===
   ========================================================================== */
:root {
    --primary-blue: #06437e;
	--primary-yellow: #eb6c02;
    --secondary-orange: #f00423;
    --accent-sky: #38bdf8;
    --text-dark: #1e293b;
    --text-light: #64748b;
	--bg-dark: #000;
    --bg-light: #f8fafc;
    --white: #ffffff;
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.12);
    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.05);
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    color: var(--text-dark);
    background-color: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    transition: var(--transition-smooth);
}

a:hover {
    color: var(--bg-dark);
}

.scrollup {
    position: fixed;
    bottom:50px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: var(--primary-yellow) url("images/icon_top.png") no-repeat center;
    box-shadow: var(--shadow-md);
    z-index: 1111;
    display: none;
    text-indent: -9999px;
    transition: var(--transition-smooth);
}

.scrollup:hover {
    transform: translateY(-5px);
    background-color: var(--bg-dark);
}
/* === Global Settings & Typography End === */


/* ==========================================================================
   === Header & Navigation CSS Start ===
   ========================================================================== */
header {
    background-color: var(--white);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: var(--transition-smooth);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
header .logo{   width:180px;display: inline-block;}
header .logo a.logo {
    display: inline-block;
}

header .logo a.logo img {
    object-fit: contain;
}

header ul.soc {
    padding: 0;
    margin: 0 0 15px 0;
}

header ul.soc li.list-inline-item {
    margin-right: 10px;
}

header ul.soc li.list-inline-item a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-light);
    color: var(--text-light);
    border-radius: 50%;
    font-size: 14px;
}

header ul.soc li.list-inline-item a:hover {
    background: var(--bg-dark);
    color: var(--white) !important;
    transform: scale(1.1);
}

header #Never {
    display: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    text-transform: uppercase;
}

header nav {
    width: 100%;
}

header nav ul.list-inline {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

header nav ul.list-inline li.list-inline-item {
    margin: 0;
}

header nav ul.list-inline li.list-inline-item a {
    color: var(--text-dark);
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 6px;
    border: 2px solid transparent;white-space: nowrap;
}

header nav ul.list-inline li.list-inline-item a:hover,
header nav ul.list-inline li.list-inline-item a.active {
    color: var(--white);
    background-color: var(--primary-yellow);
}

header nav .navbar_num_xl .call-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--bg-light);
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid rgba(0,0,0,0.05);
}

header nav .navbar_num_xl .call-box .icon-box {
    width: 50px;
    height: 50px;
    background: var(--primary-yellow);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
header nav .navbar_num_xl .call-box .icon-box i{font-size:20px}

header nav .navbar_num_xl .call-box .call-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}

header nav .navbar_num_xl .call-box .call-content span {
    font-size: 11px;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

header nav .navbar_num_xl .call-box .call-content a {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-yellow);
}
/* === Header & Navigation CSS End === */


/* ==========================================================================
   === Hero Banner Slider CSS Start ===
   ========================================================================== */
section.banner {
    position: relative;
    overflow: hidden;
}

section.banner #banner-slider .item.banner-style {
    position: relative;
    height: 550px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

section.banner #banner-slider .item.banner-style .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to right, rgba(6, 0, 0, 0.60), rgba(0, 0, 0, 0.2)); */
	background:linear-gradient(to right, rgba(28,28,28,.65), rgba(28,28,28,0));
    z-index: 1;
}

section.banner #banner-slider .item.banner-style .banner-caption {
    position: relative;
    z-index: 2;
    width: 100%;
    color: var(--white);
    text-align: left;
}

section.banner #banner-slider .item.banner-style .banner-caption .inner-container {
    max-width: 850px;
}

section.banner #banner-slider .item.banner-style .banner-caption .slider-heading {
    font-family: 'Ubuntu', sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

section.banner #banner-slider .item.banner-style .banner-caption .slider-tagline {
    border-left: 3px solid var(--primary-yellow);
    padding-left: 20px;
    margin-bottom: 35px;
}

section.banner #banner-slider .item.banner-style .banner-caption .slider-tagline span {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 10px;
}

section.banner #banner-slider .item.banner-style .banner-caption .slider-tagline span:last-child {
    margin-bottom: 0;
}

section.banner #banner-slider .item.banner-style .banner-caption .btn-theme {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 8px;
    margin-right: 15px;
    border: 2px solid transparent;
    color: var(--white);
}

section.banner #banner-slider .item.banner-style .banner-caption .btn-theme i {
    font-size: 18px;
}

section.banner #banner-slider .item.banner-style .banner-caption .btn-theme.blue {
    background-color: var(--primary-yellow);
    border-color: var(--primary-yellow);
}

section.banner #banner-slider .item.banner-style .banner-caption .btn-theme.blue:hover {
    background-color: transparent;
    border-color: var(--white);
}

section.banner #banner-slider .item.banner-style .banner-caption .btn-theme.orange {
    background-color: var(--bg-dark);
    border-color: var(--bg-dark);
}

section.banner #banner-slider .item.banner-style .banner-caption .btn-theme.orange:hover {
    background-color: transparent;
    border-color: var(--white);
}

/* Owl Navigation Overrides */
section.banner .owl-nav button.owl-prev,
section.banner .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(235, 108, 2,1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: var(--white) !important;
    border-radius: 50% !important;
    font-size: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: var(--transition-smooth);
}

section.banner .owl-nav button.owl-prev:hover,
section.banner .owl-nav button.owl-next:hover {
    background: var(--bg-dark) !important;
    border-color: var(--bg-dark) !important;
}

section.banner .owl-nav button.owl-prev { left: 30px; }
section.banner .owl-nav button.owl-next { right: 30px; }
/* === Hero Banner Slider CSS End === */


/* ========================= */
     /* Inner Page CSS */
/* ========================= */
.innerBanner{padding: 50px 0px;
  background: #f3f0f0;
  text-align: center;}

.slideData.innerBanner a,
.slideData.innerBanner {
  font-size: 30px;
}

.section-padding{padding:70px 0px}
/* ==========================================================================
   === About Us Section CSS Start ===
   ========================================================================== */
section.about_us_section {
    padding: 90px 0;
    background-color: var(--white);
    position: relative;
    overflow: hidden;
}

section.about_us_section .about_head_title {
    text-align: center;
    margin-bottom: 50px;
}

section.about_us_section .about_head_title h1 {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-yellow);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

section.about_us_section .about_head_title h1 img {
    height: 24px;
    width: auto;
}

section.about_us_section .about_head_title h1 span {
    color: #000;
}

section.about_us_section .about_head_title p {
    font-size: 16px;
    color: var(--text-light);
    margin-bottom: 5px;
}

section.about_us_section .about_head_title h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-dark);
}

section.about_us_section .about_head_title h2 span {
    color: var(--primary-yellow);
}

section.about_us_section .about_img_main_div .about_img_box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

section.about_us_section .about_img_main_div .about_img_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: var(--transition-smooth);
}

section.about_us_section .about_img_main_div .about_img_box:hover img {
    transform: scale(1.03);
}

section.about_us_section .about_content_div {
    padding-left: 20px;
}

section.about_us_section .about_content_div h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-yellow);
    line-height: 1.4;
    margin-bottom: 15px;
}

section.about_us_section .about_content_div h4 {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-light);
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

section.about_us_section .about_content_div p {
    font-size: 15px;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 20px;
}

section.about_us_section .about_content_div .about_btn_div {
    margin-top: 30px;
}

section.about_us_section .about_content_div .about_btn_div a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: var(--primary-yellow);
    color: var(--white);
    padding: 12px 28px;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
}

section.about_us_section .about_content_div .about_btn_div a img {
    height: 16px;
    width: auto;
    filter: brightness(0) invert(1);
}

section.about_us_section .about_content_div .about_btn_div a:hover {
    background-color: var(--bg-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}




/* Left Overlay Image */
section.about_us_section .sec_img_overlay {
   position: absolute;
  bottom: 140px;
  right: 250px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}

section.about_us_section .sec_img_overlay img {
    width: 90px;
    height: auto;
    object-fit: contain;
    opacity: 0.95;
}

/* Right Overlay Image */
section.about_us_section .sec_img_overlay2 {
    position: absolute;
    bottom: 130px;
    right: 0;
    z-index: 1;
    pointer-events: none;opacity: 0.5;
}

section.about_us_section .sec_img_overlay2 img {
    width: 230px;
    height: auto;
    object-fit: contain;
    opacity: 0.95;
}

/* Responsive */
@media (max-width: 991px) {
    section.about_us_section .sec_img_overlay,
    section.about_us_section .sec_img_overlay2 {
        display: none;
    }
}
/* === About Us Section CSS End === */


/* ==========================================================================
   === Recycle Dashboard Info Section CSS Start ===
   ========================================================================== */
section.recycle_div_icon {
    padding: 80px 0;
    background-color: var(--bg-light);
    border-top: 1px solid rgba(0,0,0,0.05);
}

section.recycle_div_icon .recycle_head_title {
    text-align: center;
    margin-bottom: 50px;
}

section.recycle_div_icon .recycle_head_title h4 {
   color: var(--text-dark);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 500;
  position: relative;
  font-family: 'Rubik Maps', system-ui;
  letter-spacing: 1px;
  text-align: center;
}

section.recycle_div_icon .recycle_head_title h4 img {
    height: 28px;
    width: auto;
}

section.recycle_div_icon .recycle_head_title h4 span {
    color: #eb6c02;
}

section.recycle_div_icon .recycle_icon_div {
    background-color: var(--white);
    padding: 70px 5px;
    border-radius: 16px;
    text-align: center;
    /* box-shadow: var(--shadow-sm);
    height: 100%;
    border: 1px solid rgba(0,0,0,0.02); */
    transition: var(--transition-smooth);
}

section.recycle_div_icon .recycle_icon_div:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(6, 67, 126, 0.15);
}

section.recycle_div_icon .recycle_icon_div .recycle_img_div {
    width: 120px;
    height: 120px;
    background: var(--bg-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: var(--transition-smooth);
}

section.recycle_div_icon .recycle_icon_div:hover .recycle_img_div {
    background: rgba(6, 67, 126, 0.08);
}

section.recycle_div_icon .recycle_icon_div .recycle_img_div img {
    height: 100px;
    width: auto;
    object-fit: contain;
}

section.recycle_div_icon .recycle_icon_div h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    text-transform: uppercase;
    margin: 0;
    line-height: 1.4;
}
/* === Recycle Dashboard Info Section CSS End === */



		
		.footer-contact-section{
    background: #fff;
    padding: 80px 0 0px;
    color: #000;
    position: relative;border-top:1px solid #ddd;
}

.footer-contact-section .footer-widget{
    height: 100%;
}

.footer-contact-section .footer-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px;
    color: #000;
}

.footer-contact-section .footer-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #eb6c02;
    border-radius: 10px;
}

.footer-contact-section .footer-text{
    color: rgba(0, 0, 0, 0.75);
    line-height: 1.9;
    margin-bottom: 25px;
}

.footer-contact-section .footer-contact-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-section .footer-contact-list li{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.footer-contact-section .footer-contact-list li i{
    width: 42px;
    height: 42px;
    background: rgb(235, 108, 2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    min-width: 42px;
    transition: 0.3s;
}

.footer-contact-section .footer-contact-list li:hover i{
    background: #000;
    color: #fff;
}

.footer-contact-section .footer-contact-list li span{
    color: rgba(0, 0, 0, 0.82);
    line-height: 1.8;
    font-size: 15px;
}

.footer-contact-section .social-icons{
    display: flex;
    gap: 12px;
}

.footer-contact-section .social-icons a{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-contact-section .social-icons a:hover{
    background: #fff;
    color: #06437e;
    transform: translateY(-4px);
}

.footer-contact-section .footer-input{
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    border-radius: 10px;
    padding: 14px 16px;
    height: 52px;
    box-shadow: none !important;
}

.footer-contact-section .footer-input::placeholder{
    color: rgba(255,255,255,0.7);
}

.footer-contact-section .footer-input:focus{
    border-color: #fff;
    background: rgba(255,255,255,0.18);
    color: #fff;
}

.footer-contact-section textarea.footer-input{
    height: auto;
}

.footer-contact-section .footer-btn{
    width: 100%;
    border: none;
    height: 52px;
    border-radius: 10px;
    background: #fff;
    color: #06437e;
    font-weight: 700;
    transition: 0.3s;
}

.footer-contact-section .footer-btn:hover{
    background: #dbeafe;
    transform: translateY(-3px);
}

	
			footer .ft-bottom-img ul {
  display: flex;
  align-items: center;
  list-style: none;padding-left: 0;
  margin-top: 10px;
}

		footer .ft-bottom-img ul li img{width:150px;/*! filter: invert(1); */margin-right: 10px;}

.copyright{background: #eb6c02;
  padding: 10px 0px;margin-top:30px}
.copyright p{color:#fff}
.copyright p a{color: #000;}
.copyright .design-by{display:flex;justify-content:end}

/* ==========================================================================
   === Responsive Media Queries CSS Start ===
   ========================================================================== */

/* Responsive Framework for Modern Tablets */
@media screen and (max-width: 991px) {
    header nav ul.list-inline {
        gap: 2px;
    }
    header nav ul.list-inline li.list-inline-item a {
        padding: 6px 10px;
        font-size: 12px;
    }
    header nav .navbar_num_xl .call-box {
        padding: 6px 12px;
    }
    header nav .navbar_num_xl .call-box .call-content a {
        font-size: 12px;
    }
    section.banner #banner-slider .item.banner-style {
        height: 600px;
    }
    section.banner #banner-slider .item.banner-style .banner-caption .slider-heading {
        font-size: 34px;
    }
    section.about_us_section {
        padding: 60px 0;
    }
    section.about_us_section .about_head_title h2 {
        font-size: 26px;
    }
}

/* Mobile View Configuration Collapse */
@media screen and (max-width: 767px) {
    header {
        padding: 15px 0;
    }
    header .logoAlign {
        text-align: center;
    }
    header ul.soc {
        justify-content: center;
        display: flex !important;
        margin-bottom: 20px;
    }
    header #Never {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        position: absolute;
        top: 25px;
        right: 20px;
    }
    header #Never span {
        width: 20px;
        height: 3px;
        background: var(--text-dark);
        display: inline-block;
        position: relative;
    }
    header #Never span::before,
    header #Never span::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background: var(--text-dark);
        left: 0;
    }
    header #Never span::before { top: -6px; }
    header #Never span::after { top: 6px; }

    /* Target state dynamic view for mobile layout initialization */
    header nav {
        display: none !important; 
        flex-direction: column;
        width: 100%;
        background: var(--white);
        padding: 20px 0;
        border-top: 1px solid rgba(0,0,0,0.05);
    }
    header nav ul.list-inline {
        flex-direction: column;
        width: 100%;
        gap: 10px;
        margin-bottom: 20px;
    }
    header nav ul.list-inline li.list-inline-item {
        width: 100%;
        text-align: center;
    }
    header nav ul.list-inline li.list-inline-item a {
        display: block;
        padding: 12px;
    }
    header nav .navbar_num_xl {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    section.banner #banner-slider .item.banner-style {
        height: 500px;
    }
    section.banner #banner-slider .item.banner-style .banner-caption {
        text-align: center;
    }
    section.banner #banner-slider .item.banner-style .banner-caption .slider-heading {
        font-size: 26px;
    }
    section.banner #banner-slider .item.banner-style .banner-caption .slider-tagline {
        border-left: none;
        padding-left: 0;
    }
    section.banner #banner-slider .item.banner-style .banner-caption .btn-theme {
        margin: 5px;
        padding: 12px 22px;
        font-size: 13px;
    }
    section.banner .owl-nav {
        display: none !important;
    }
    
    section.about_us_section .about_content_div {
        padding-left: 0;
        margin-top: 40px;
        text-align: center;
    }
    section.about_us_section .about_head_title h2 {
        font-size: 22px;
    }
    section.recycle_div_icon .recycle_head_title h4 {
        font-size: 20px;
    }
    section.recycle_div_icon .gy-5 {
        --bs-gy: 20px;
    }
}
/* === Responsive Media Queries CSS End === */