@font-face {
    font-family: 'Zuume-Regular';
    src: url('../fonts/Zuume-Regular.woff2') format('woff2'),
        url('../fonts/Zuume-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zuume-SemiBold';
    src: url('../fonts/Zuume-SemiBold.woff2') format('woff2'),
        url('../fonts/Zuume-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zuume-Light';
    src: url('../fonts/Zuume-Light.woff2') format('woff2'),
        url('../fonts/Zuume-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zuume-Medium';
    src: url('../fonts/Zuume-Medium.woff2') format('woff2'),
        url('../fonts/Zuume-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zuume-Bold';
    src: url('../fonts/Zuume-Bold.woff2') format('woff2'),
        url('../fonts/Zuume-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    margin: 0;
    color: var(--textColor);
    font-family: 'Manrope', Open Sans, Helvetica, sans-serif;
    font-size: 1rem;
    overflow-x: hidden;
    /* max-width: 1600px;
    margin: 0 auto; */
}
a {
    color: var(--textColor);
}
a, a:hover {
    text-decoration: none;
}
p {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
img {
    max-width: 100%;
}
.zuume-bold {
    font-family: "Zuume-Bold";
    line-height: 1;
}
.primary-blue {
    color: var(--primaryColor) ;
}
#back-to-up {
  display: inline-block;
  background-color: var(--highlightColor);
  width: 50px;
  height: 50px;
  text-align: center;
  border: none;
  opacity: 0.8;
  z-index: 99;
}
.top-icon {
    color: var(--darkprimaryClor);
}
   


.font-weight-medium {
    font-weight: 600;
}
.font-weight-bold {
    font-weight: 700;
}
.font_14{
    font-size: 0.87rem;
}
.muted_text {
    color: var(--greyText);
}
.main-menu.home-main-menu {
    display: block;
    background-color: #fff;
    position: absolute !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 1000;
}
.home-main-menu.navbar-fixed-top {
    position: fixed !important;
    box-shadow: 5px 1px 5px 0px #d2d2d2;
}
.elementor-location-header:has(.navbar-fixed-top) ~ .inner-menu-wrapper.navbar-fixed-top {
    top: 92px;
}
.home-main-menu img.header-img {
    height: 100%;
    width: 100%;
}
.carousel-home-banner {
    background: #fff;
}
.carousel-thumb {
    width: 160px;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.indicator-media {
    flex: 0 0 auto;
    width: 160px;
    height: 100%;
}
.indicator-media img, .indicator-media video {
    width: 160px;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.media-area img, .media-area video {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position:right
}

.carousel-indicators-single {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--primaryColor);
    color: #FFFFFF;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.carousel-indicators-single:hover {
   opacity: 1;
}
.carousel-indicators-single .indicators-btn {
    display: flex;
    justify-content: space-between;
    border: none;
    background: transparent;
    color: var(--whiteColor);
    padding: 0;
    width: 535px;
    height: 120px;
    text-align: left;
}
.indicator-text {
    display: block;
    text-align: left;
    color: #FFFFFF;
    padding: 10px;
    text-transform: uppercase;
    font-size: 1.12rem;
    padding-left: 50px;
    letter-spacing: 2px;
}


.btn--hoverEffect {
    position: relative;
    display: inline-block;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 0;
    height:fit-content;
    }
.btn--hoverEffect, .btn--hoverEffect:hover {
    background: var(--primaryColor);
    z-index: 1;
    padding: 0;
}
.btn--hoverEffect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: transform 0.5s;
}
.btn--hoverEffect::before {
  background: var(--highlightColor);
  transform: scale(0);
  transform-origin: left top;
}

.btn--hoverEffect:hover::before {
  transition: transform 0.5s;
  transform-origin: top left;
  transform: scale(1);
}

  .home-banner-download .down-btn {
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    font-weight: 300;
    transition: all 0.3s;
    border-radius: 0;
    color: var(--whiteColor);
    font-size: 17px;
  }
  .home-banner-download .down-btn:hover {
    color: #000;
}
  .cross-arrow {
    font-size: 9px;
    padding-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 1px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease;
}
    .btn--hoverEffect:hover .cross-arrow {
        rotate: 45deg;
        top: 0;
    }
  .home-btn .down-btn {
    padding: 15px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    font-weight: 500;
    transition: all 0.5s;
    border-radius: 0;
    color: var(--whiteColor);
  }
  .home-btn .down-btn:hover .read-arrow {
    rotate: 45deg;
    position: relative;
    top: -1px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
  .home-btn .down-btn:hover {
    color: #000;
  }
  .down-btn .read-arrow {
    font-size: 10px;
    padding-left: 7px;
    font-weight: 700;
}
.slide-number {
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-family: 'Zuume-Regular';
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 25px;
    position: absolute;
    bottom: 0;
}
.slide-number #current-slide, .slide-number #total-slides {
    min-width: 20px;
}
.explore-icon {
    rotate: 90deg;
    line-height: 1;
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 13px;
    bottom: 100px;
    left: -170px;
    letter-spacing: 4px;
    font-weight: 200;
}
.explore-icon .explore-text {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
span.explore-text:before {
    content: "";
    position: relative;
    height: 2px;
    width: 100px;
    background-color: var(--primaryColor);
    left: -10px;
}
.carousel-indicators {
    position: absolute;
    right: auto;
    margin: 0;
    left: 13%;
    display: block;
}
.indicator-content-area {
    padding: 5px 0;
}
.next-icn-info {
    padding-left: 50px;
    font-weight: 200;
    letter-spacing: 2px;
}
.next-icn-info:before {
    width: 40px;
    position: absolute;
    left: 0;
    content: "";
    background-color: #fff;
    height: 1px;
    top: 16px;
    opacity: 0.7;
}
.carousel-home-banner .carousel-caption {
    width: 35vw;
    min-width: 300px;
    bottom: auto;
    top: 12vw;
    z-index: 2;
    left: 13%;
}
.carousel-home-banner .carousel-caption .caption-title {
    font-size: 3vw;
    line-height: 1;
}
.carousel-home-banner .carousel-caption .banner-heading {
    font-weight: 300;
    margin-bottom: 0.5rem;
    font-size: 3.2vw;
}
.banner-desc {
    font-size: 1.15vw;
    font-weight: 200;
    margin-bottom: 1rem;
    width: 28vw;
    margin-top: 0.7rem;
    line-height: 1.7;
}
.caption-title .special-title {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 3.2vw;
    font-weight: 700;
}


.carousel-home-banner .carousel-item:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.7;
    left: 0;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
}
/*Home Carousel*/

.section-space {
    padding: 65px 0;
    position: relative;
    margin-top: 40px;
    margin-bottom: 60px;
}
.section-space:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 38px;
    left: 0;
    top: 71px;
    background-color: var(--primaryColor);
}
.sustain-report.section-space:before {
    top: 185px;
}
.section-title-main {
    font-size: 2.37rem;
    padding: 0;
    line-height: normal;
}
.home-carousel .section-title-main.left-align {
    width: calc(100% - 60px);
}
.title-first-letter {
    color: var(--primaryColor);
    font-weight: 600;
}
.home-carousel .browse-product-panel {
    height: 200px;
    background-color: var(--lightgreyBG);
    position: relative;
}
.home-carousel .browse-product-panel .image-area-link {
    display: block;
    height: 100%;
}
.home-carousel .browse-product-panel .browse-product-img {
    height: 100%;
}
.home-carousel .browse-product-panel .browse-product-img .back-img {
    border-radius: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    object-fit: cover;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.home-carousel .browse-product-panel:hover .browse-product-img .back-img {
    width: 100%;
    height: 100%;
}
.home-carousel .browse-product-panel:hover > .browse-product-content {
    opacity: 1;
}

.home-carousel .browse-product-panel .browse-product-content .wrap-threeline {
    text-align: left;
    padding: 15px 15px 0 15px;
    line-height: 25px;
    margin-top: 15px;
}
.home-carousel .section-content {
    width: 560px;
    max-width: 100%;
}

.browse-product-panel .bottom-arrow {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3px;
    background: var(--primaryColor);
    bottom: 0;
    position: absolute;
    z-index: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.browse-product-panel:hover .bottom-arrow {
    height: 100%;
    opacity: 0.5;
}
.progress-bar-container {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #f3f3f3;
    margin-top: 30px;
    margin-bottom: 20px;
    width: calc(100% - 220px);
}
.progress-bar {
    position: absolute;
    width: 0;
    height: 100%;
    background-color: var(--primaryColor);
    transition: width 0.3s ease; /* Smooth transition */
}

.home-carousel .browse-product-panel .browse-product-img .browse-title {
    z-index: 2;
    padding: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    max-height: 60px;
    height: 100%;
    position: absolute;
    bottom: 15px;
    font-size: 1.12rem;
    max-width: 220px;
    line-height: 1.3;
    padding-left: 25px;
}
.home-carousel .browse-product-panel .browse-product-img .browse-title:before {
    content: "";
    background-color: var(--highlightColor);
    width: 17px;
    height: 24px;
    position: absolute;
    left: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.home-carousel .browse-product-panel:hover .browse-title {
    color: #fff;
}
.home-carousel .browse-product-panel:hover .browse-title:before {
    background-color:#fff;
}
.vAlignment.end {
    padding-top: 20%;
}


.owl-theme .owl-dots {
    display: none;
}
.owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
    display: none;  
}

.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {
		content: "";
		background-repeat: no-repeat;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-position: center center;
		opacity: 1;
		top: auto;
		position: relative;
		margin: 5px;
		left: auto;
		border: 1px solid var(--primaryColor) !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        transition: all .3s linear;
        color: var(--primaryColor);
	}
	.owl-carousel .owl-nav button.owl-next {
        right: 0;
	}
	/* .owl-carousel .owl-nav button span {
		display: none;
	} 
    .owl-carousel .owl-nav button.owl-prev:before,
	.owl-carousel .owl-nav button.owl-next::before {
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-left-style: solid;
        border-left-width: 2px;
        content: "";
        display: inline-block;
        height: 8px;
        position: absolute;
        width: 8px;
        color: var(--primaryColor);
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        transition: all .3s linear;
    }
    .owl-carousel .owl-nav button.owl-prev:before {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 14px;
        color: var(--primaryColor);
    }
    .owl-carousel .owl-nav button.owl-next:before {
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    .owl-carousel .owl-nav button.owl-prev:hover:before {
        color: #ffffff;
    }
    .owl-carousel .owl-nav button.owl-next:hover:before {
        color: #ffffff;
    }
    */

    .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
        font-size: 12px;
    }
    .owl-carousel .owl-nav button.owl-prev:hover,
    .owl-carousel .owl-nav button.owl-next:hover {
        color: #ffffff;
        background: inherit;
    } 
    .owl-theme .owl-nav {
        display: flex;
        justify-content: center;
        margin-top: 0;
        position: absolute;
        top: -65px;
        right: 90px;
    }
    .owl-carousel .owl-nav button.owl-prev::after,
    .owl-carousel .owl-nav button.owl-next::after {
        content: "";
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        border: none;
    }
    .owl-carousel .owl-nav button.owl-prev:hover::after,
    .owl-carousel .owl-nav button.owl-next:hover::after {
        content: "";
        position: absolute;
        top: 8%;
        left: 8%;
        width: 84%;
        height: 84%;
        z-index: -1;
        transition: transform 0.3s;
    }
    .owl-carousel .owl-nav button.owl-prev::after,
    .owl-carousel .owl-nav button.owl-next::after {
      background: var(--primaryColor);
      transform: scale(0);
      transform-origin: left top;
    }
    
    .owl-carousel .owl-nav button.owl-prev:hover::after,
    .owl-carousel .owl-nav button.owl-next:hover::after {
      transition: transform 0.3s;
      transform-origin: top left;
      transform: scale(1);
    }
    .owl-carousel .owl-nav button.owl-prev.disabled:before,
    .owl-carousel .owl-nav button.owl-next.disabled:before {
        color: var(--primaryColor);
    }
.owl-carousel .owl-nav button.owl-prev.disabled::after,
.owl-carousel .owl-nav button.owl-next.disabled::after {
   background:#ccdfed; 
}
    
.owl-carousel .owl-stage {
    display: inline-block;
    padding-left: 0 !important;
}


/*Report Card*/
.report-section .container {
    position: relative;
}

.report-section .card {
    border: 1px solid #e0e0e0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.btn-outline-primary {
    display: flex;
    align-items: center;
}

.btn-outline-primary i {
    margin-right: 8px;
}
.report-section .report-item .card-body {
    padding: 15px 12px !important;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
.report-item .download_icon_box {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--DownloadIconBg);
    cursor: pointer;
    border-radius: 0;
}
.report-item {
    position: relative;
}
.report-section .report-item {
    border-radius: 0;
    position: relative;
    border: 1px solid var(--highlightColor);
    margin: 0 5px;
    height: 100%;
}
.report-section .title {
    font-weight: 400;
}
.report-section .subtitle {
    font-size: 16px;
}
.report-img-section {
    display: flex;
}
.report-section .report-img {
    min-width: 330px;
    object-fit: cover;
}
.report-img-area {
    z-index: 0;
}
.report-img-section .text-box {
    background: var(--lightgreyBG);
    padding: 50px;
}
.card.report-item:hover {
    border-radius: 0;
}
.report-section .report-list {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    padding: 0 15px;
}
.report-item-detail .card-title {
    font-size: 1.25rem;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    padding-right: 10px;
}
.report-item-detail .card-text {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 0.87rem;
    color: var(--greyText);
}
.report-item .download_icon_box .icon_download {
    font-size: 1.12rem;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.card.report-item:before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    background: var(--primaryColor);
    right: 0;
    position: absolute;
    z-index: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    height: 100%;
}
.card.report-item:hover::before {
    width: 100%;
}
.card.report-item:hover .report-item-detail .card-title,
.card.report-item:hover .report-item-detail .card-text {
    color: #FFFFFF;
}
.card.report-item:hover .download_icon_box {
    background-color: var(--highlightColor);
}
.card.report-item:hover .download_icon_box .icon_download {
    color: var(--DownloadIconBg);
}


/*Solution page*/

/* .solution-section .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    padding: 20px;
} */
.title-split {
    display: flex;
    justify-content: space-between;
}
.scale-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 430px;
    column-gap: 100px;
}
.scale-box {
    position: relative;
    width: 200px;
    height: 200px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.scale-box img {
    width: 200px;
    height: 200px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    object-fit: cover;
    position: absolute;
    object-position: top;
}
.scale-box-img {
    width: 200px;
    height: 200px;
}
.scale-num {
    background-color: var(--primaryColor);
    color: #FFFFFF;
    position: absolute;
    right: -15px;
    top: 15px;
    padding: 5px;
    width: 46px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scale-box-content {
    position: relative;
    overflow: hidden;
    display: none;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    height: 200px;
}
.scale-box-content .scale-desc {
    width: 300px;
    min-width: 50%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.scale-box .scale-title {
    position: absolute;
    bottom: -60px;
    padding-top: 10px;
    right: 0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    height: 60px;
    overflow: hidden;
    text-align: right;
    font-weight: 600;
    pointer-events: none;
}
.scale-box .scale-title .scale-title-txt {
    width: 200px;
}
.scale-box.active-item {
    width: 47%;
    height: 430px;
}
.scale-box.active-item .scale-box-img {
    width: 46%;
   /*  min-width: 240px; */
    max-width: 280px;
    display: flex;
    height: 100%;
    position: relative;
}
.scale-box.active-item img {
    width: 100%;
    height: 100%;
}
.scale-box.active-item .scale-title {
    left: calc(100% - 31px);
    top: 55px;
    bottom: auto;
    height: fit-content;
    display: inline-block;
    text-align: left;
    font-size: 1.25rem;
    position: absolute;
    width: 320px;
}
.scale-box.active-item .scale-title .scale-title-txt {
    background: var(--lightgreyBG);
    padding: 10px 15px;
    display: -webkit-inline-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: auto;
}
.scale-box.active-item .scale-box-content {
    padding-left: 20px;
    padding-top: 25px;
    /* min-width: 340px; */
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    row-gap: 15px;
}
.home-read-more {
    color: var(--primaryColor);
    font-weight: 700;
    padding-right: 3px;
}
.home-read-more .read-arrow {
    font-size: 10px;
    padding-left: 7px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-read-more .read-arrow:before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-read-more:hover .read-arrow:before {
    rotate: 45deg;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*Featured products*/
.primary-card .card-title {
    color: var(--primaryColor);
    display: block;
    font-size: 2rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 0;
}
.badge-primary {
    background-color: var(--primaryColor);
    border-radius: 0;
    font-weight: 700;
}
.primary-card .badge {
    border-radius: 0;
    display: inline-block;
    height: 15px;
    width: 15px;
}
.featured-image {
    height: 525px;
}
.featured-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-featured-section .contents {
    padding-left: 40px;
    padding-top: 15px;
}
.home-featured-content, .home-featured-btn {
    display: flex;
    justify-content: end;
}
.home-featured-content {
    padding: 5px 0;
    background: #fff;
}
.products-content-inner {
    padding: 10px 0;
}

.home-featured-content p {
    max-width: 400px;
    text-align: right;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.related-products-main {
    position: absolute;
    bottom: 0;
}
.related-products-list {
    display: flex;
    column-gap: 15px;
    position: relative;
}
.related-prdcs {
    position: relative;
    max-width: 180px;
    height: 130px;
}
.related-prdcs .overlay-text {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    color: #FFFFFF;
    z-index: 1;
    height: 100%;
}
.related-prdcs .overlay-text:before {
    background: #143048;
    height: 100%;
    content: "";
    width: calc(100% - 2px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin-left: 1px;
    opacity: 0.7;
}
.related-prdcs .overlay-text > div {
    bottom: 0;
    position: absolute;
    z-index: 1;
    padding: 0 10px;
    word-break: break-all;
}
.related-prdcs .overlay-text .text-itm {
    padding: 5px 10px;
    font-size: 15px;
}
.home-featured-section .owl-theme .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 0;
    position: absolute;
    top: 10px;
    right: 0;
}
/*Sustainability*/
.sustain-report ul.report-list {
    padding-bottom: 10px;
    list-style: none;
    padding-top: 55px;
    background: #FFFFFF;
}
.sustain-report .report-list .report-item .card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid var(--primaryColor);
}
.sustain-report .report-list .report-item:last-child {
    border-bottom: none;
}
.sustain-report .report-item-detail .card-title {
    font-size: 1.12rem;
    color: var(--primaryColor);
    font-weight: 600;
    margin-bottom: 0;
}
.sustain-report .report-item-detail .card-text {
    color: var(  --greyText);
    font-size: 0.87rem;
}
.sustain-report .card.report-item { 
    border: none;
}
.report-item:hover::before {
    width: 100%;
}
.report-item .report-item-detail {
    z-index: 1;
}
.report-item .download_icon_box_size {
    z-index: 1;
}
.section-left .customized-title-width {
    z-index: 1;
    background: #ffff;
    position: relative;
    width: calc(100% - 50px);
    margin-top: 40px;
}
.section-left {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.section-left .secondary-content {
    z-index: 1;
    position: relative;
    background: #fff;
    width: 54%;
    padding-right: 20px;
}
.sustain-report .section-left .home-desc {
    padding-right: 25px;
}
.report-bg-img {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 46%;
    right: 0;
    height: 630px;
}
.report-bg-img img {
    height: 100%;
    object-fit: cover;
}
.report-left .home-desc {
    font-size: 17px;
    max-width: 80%;
    line-height: 1.7;
}
.sustain-report .secondary-title {
    font-size: 2.37rem;
    color: var(--primaryColor);
}


/*Application*/
.our-application-items {
    display: flex;
    column-gap: 5px;
}
.our-application-items .item {
    width: calc(33.33333333% - 2.5px);
    overflow: hidden;
    position: relative;
    flex: 0 0 auto;
}
.application-product {
    height: 450px;
}
.application-product img {
    display: block;
    width: 100%;
    object-fit: cover;
    position: absolute;
    height: 100%;
    object-position: 65%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.application-product .overlay-text {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    color: #FFFFFF;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}
.application-product .overlay-text .overlay-desc {
    display: none;
    font-size: 0.87rem;
    font-weight: 300;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.application-product .overlay-text:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    height: 55%;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin-left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.application-product .overlay-text:hover::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    height: 70%;
}

.application-product .overlay-text:hover .overlay-desc {
    display: -webkit-box;
}



/* .application-product .overlay-text-bottom {

    position: absolute;

    bottom: 20px;

    padding-left: 15px;

    z-index: 1;

} */



.application-product .overlay-text-bottom {
  position: absolute;
  bottom: 20px;
  padding: 0 15px;
  z-index: 1;
  width: 100%;
  left: 0;
  height: 50px;
}

/* .application-product .text-itm {

    background: #F5F5F5;

    font-size: 16px;

    color: #000;

    padding: 10px 20px;

    font-weight: 600;

    display: inline-block;

    column-gap: 10px;

} */

.application-product .text-itm {
    background: #F5F5F5;
    font-size: 16px;
    color: #000;
    padding: 10px 20px;
    font-weight: 600;
    display: flex;
    column-gap: 10px;
    text-align: center;
    height: 50px;
    align-items: center;
    justify-content: center;
    line-height: 1.3;

}

.application-product .text-itm .overlay-arrow {
    display: none;
}

/* .application-product .overlay-text:hover .text-itm {

    background: none;

    color: #fff;

    padding: 10px 0;

    margin-bottom: 15px;

    display: flex;

    justify-content: space-between;

    padding-right: 20px;

} */

.application-product .overlay-text:hover .text-itm {
    background: none;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    padding-right: 5px;
    text-align: -webkit-auto;
    line-height: inherit;

}

.application-product .overlay-text:hover .overlay-text-bottom {
    height: auto;
}
.application-product .overlay-text:hover .text-itm .overlay-arrow {
    display: block;
}
.application-product .overlay-text::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    left: -35px;
    top: -35px;
    background-color: var(--highlightColor);
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
}
.application-product .overlay-text:hover::after {
    visibility: visible;
    left: 0;
    top: 0;
}
.our-application .owl-nav {
    position: absolute;
    /* left: -120px; */
    /* top: auto; */
    right: 0;
    /* bottom: 20px; */
}
/* .our-application .owl-carousel {
    position: inherit;
} */
.our-application .container {
    position: relative;
}

.application-product:hover img {
    scale: 1.05;
}
.our-application .owl-item {
    overflow: hidden;
}


/*Recent Blogs*/
.home-blogs .owl-theme .owl-nav {
    right: 200px;
}
.card.available-product-card {
    border-radius: 0;
    border: 0;
}
.blog-img-area {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.owl-carousel .owl-item .available-product-card img {
    border-radius: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.blog-img-area .image-tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--primaryColor);
    color: #FFFF;
    padding: 5px 15px;
    font-size: 0.87rem;
}
.home-blogs .card.available-product-card .card-title {
    color: #231F20;
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    line-height: 1.25rem;
}
.home-blogs .primary-card .card-text {
    color: #000000;
    display: -webkit-box;
    font-size: 0.87rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.375rem;
    padding: 0;
}
.wrap-twoline {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wrap-threeline {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.wrap-fourline {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.home-blogs .primary-card .card .card-body {
    background-color: var(--lightgreyBG);
}

/*Recent News*/
.home-news-list {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.home-news-list .news-img {
    width: 180px;
    height: 130px;
    object-fit: cover;
}
.home-news-list .card-text {
    color: #000000;
    font-size: 0.87rem;
    padding: 0;
}
.home-news-list .news-type {
    background: var(--lightgreyBG);
    font-size: 0.87rem;
    color: #000;
    padding: 5px 10px;
    font-weight: 600;
}
.news-max-view {
    background-color: var(--lightgreyBG);
    padding-right: 4%;
    position: relative;
    top: -100px;
    right: -4%;
    padding-bottom: 30px;
}
.news-max-view .news-tag {
    padding: 25px 30px;
    max-width: 325px;
    height: 110px;
    font-size: 1.25rem;
    margin-bottom: 5px;
}
.news-max-view .news-content {
    width: 106%;
    position: relative;
    left: -6%;
}
.news-max-view .news-type {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 10px 20px;
    background-color: #F5F5F5;
    font-weight: 600;
}
.news-max-view .news-text-area {
    background: #FFFFFF;
    padding: 20px;
/*     position: absolute;
    bottom: -65px;
    right: 8%; */
}
.news-max-view .news-text-area .news-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*Line Animation*/


.svg-area {
    position: relative;
    height: 0;
    }
  .myline {
    fill: none;
    visibility: hidden;
  }
  .circle {
    fill: var(--primaryColor);
      visibility: hidden;
  }
  .rect {
    fill: var(--primaryColor);
      visibility: hidden;
  }
    
  .mySVG {
    position: relative;
    /* margin-left: 10%; */
    left: 13.6%;
  }
  .svg-area.top-svg {
    position: relative;
    height: 0;
    top: -106px;
}
  .top-svg .mySVG {
    width: 4.4%;
    left: 40%;
}
  .svg-area.svg_scroll_items .mySVG {
    top: 176px;
    left: 40px;
}

.menu-bar .svg-area {
    position: absolute;
    height: 0;
    left: 0;
    top: 0;
    right: 0;
}
.menu-bar .svg-area .mySVG {
    width: 4%;
    left: 17%;
}
.svg-area.inner-svg .mySVG {
    width: 4.7%;
    left: 47.85%;
    top: 80px;
}
.svg-area.inner-svg:before {
    content: "";
    background: #006ab5;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 47.4%;
    top: 68px;
    z-index: 1;
}
.svg-area.report-svg .mySVG {
    width: 4.7%;
    left: 49.95%;
    top: -60px;
}
.svg-area.report-svg:before {
    left: 49.5%;
    top: -71px;
}
.svg-area.solution-svg .mySVG {
    width: 4.5%;
    left: 75.5%;
    top: 0;
}
.svg-area.solution-svg:before {
    left: 75.1%;
    top: -10px;
}
.svg-area.sustain-svg .mySVG {
    width: 4.2%;
    left: 75.95%;
    top: 0;
}
.svg-area.sustain-svg:before {
    left: 85.65%;
    top: -10px;
}
.svg-area.application-svg .mySVG {
    width: 4.7%;
    left: 26%;
    top: -89px;
}
.svg-area.application-svg:before {
    left: 62.5%;
    top: -95px;
}
.svg-area.blogs-svg .mySVG {
    width: 5%;
    left: 25%;
    top: -20px;
}
.svg-area.blogs-svg:before {
    content: none;
}


/*Industries*/
.inner-menu {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #d4d4d4;
    box-shadow: 1px -1px 6px 0px #a2a2a2;
}
.inner-menu-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.inner-menu-wrapper .inner-menu {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
    width: 100%;
}

.inner-menu-wrapper.navbar-fixed-top {
    position: fixed;
    box-shadow: 5px 1px 5px 0px #d2d2d2;
    z-index: 8;
    top: 0;
    left: 0;
    right: 0;
}
.inner-menu .menu-item {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 8px;
    padding-bottom: 13px;
    padding-top: 18px;
    position: relative;
    line-height: 1.5;
}
.inner-menu .menu-item.active {
    color: var(--primaryColor); 
}
.inner-menu .menu-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px; 
    background-color: var(--primaryColor); 
    transition: width 0.3s ease-in-out;
}
.inner-menu .menu-item.active::after {
    width: 100%;
}

/*Video section*/
.new-arrivals-section .media-area {
    height: 400px;
    min-height: 300px;
    width: 100%;
    position: relative;
    display: inline-block;
}
.new-arrivals-section .media-area:before {
    content: "";
    background-color: #EFF3F6;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 75%;
    height: 70%;
    display: block;
    z-index: 0;
}
.new-arrivals-section .media-area video {
    z-index: 1;
    display: block;
    position: relative;
    padding-left: 40px;
}

.new-arrivals-section .media-area .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px; 
    height: 50px;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

.carouselInnerPage {
    margin-top: 80px;
}
.carouselInnerPage .carousel-caption {
    top: 10%;
    left: 5%;
    right: auto;
    bottom: auto;
    text-align: left;
    position: absolute;
    max-width: 50%;
    margin-top: 20px;
}
.carouselInnerPage .carousel-caption .caption-desc {
    line-height: 30px;
    margin-bottom: 20px;
}
.banner-top-section {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 5%;
    right: 0;
    z-index: 1;
    top: 20px;
    color: #fff;
    margin-top: 10px;
}
.custom_breadcrumb{
padding: 0px;
margin: 0px;
color: #fff;    
font-size: 16px;
}
.custom_breadcrumb a {
    color: #fff;
    font-size:16px;
}
.sharing-tool {
    display: flex;
    justify-content: end;
    column-gap: 15px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 20px;
    padding: 0 20px;
}
button.share-tool-btn {
    border: 1px solid #ffffff;
    background-color: #FFF;
    padding: 5px 15px;
    color: var(--primaryColor);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.carouselInnerPage .carousel-item:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.9;
    left: 0;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.30));
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.30));
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.30));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.30));
}
.carouselInnerPage .carousel-caption .banner-heading {
    font-weight: 300;
    margin-bottom: 0.5rem;
    font-size: 3.2vw;
}
.carouselInnerPage .carousel-item {
    height: 370px;
}
.carouselInnerPage .carousel-item img {
    object-fit: cover;
    height: 100%;
}
.carouselInnerPage .carousel-indicators {
    position: absolute;
    margin: 0;
    right: 50px;
    left: auto;
    bottom: 50px;
    font-size: 21px;
    text-align: center;
    color: #fff;
    font-family: 'Zuume-Regular';
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.carouselInnerPage .carousel-indicators [data-bs-target] {
    width: 20px;
}

/* .section-title-main::first-letter {
    color: var(--primaryColor);
  } */

  .inner-featured-section .thumbs-main {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: -85px;
}
  .inner-featured-section .owl-thumbs {
    display: flex;
    margin-top: 15px;
    gap: 40px;
    background-color: #fff;
    width: calc(100% - 80px);
    padding: 25px 25px 0 0;
}
.inner-featured-section .inner-featured-content p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.inner-featured-section .owl-thumb-item {
    border: none;
    cursor: pointer;
    padding: 0;
    background: none;
    border-radius: 0;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #000;
}

.inner-featured-section .owl-thumb-text {
    padding: 10px;
    display: inline-block;
    text-align: left;
    font-size: 15px;
    height: 55px;
    overflow: hidden;
    white-space: normal;
}
.inner-featured-section .owl-thumb-item img {
    width: 100%;
    height: 110px;
    object-fit:cover;
}
.inner-featured-image {
    height: 420px;
}
.inner-featured-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-featured-section .owl-thumbs .owl-thumb-item.active:before {
    background-color: var(--lightgreyBG);
    top: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0.6;
}
.inner-featured-section .product-badge {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.inner-featured-section .primary-card .badge {
    border-radius: 0;
    display: inline-block;
    height: 16px;
    width: 16px;
    padding: 0;
}

.inner-featured-section .primary-card .card-title {
    font-size: 36px;
    font-weight: 500;
}
.inner-apps-items .inner-apps-product {
    height: 330px;
    overflow: hidden;
}
.inner-apps-items .item {
    position: relative;
}
.inner-apps-items .overlay-text-top {
    position: absolute;
    padding-left: 15px;
    z-index: 1;
    top: 20px;
}
.inner-apps-items .text-itm {
    background: var(--lightgreyBG);
    font-size: 14px;
    color: #000;
    padding: 7px 14px;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
}
.inner-apps-items .overlay-text {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFFFFF;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}
.inner-apps-items img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.inner-apps-product:hover img {
    scale: 1.05;
}
.inner-apps-items .overlay-text:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    height: 45%;
    rotate: 180deg;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    margin-left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.inner-apps-items .overlay-text:hover::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    height: 70%;
}
.inner-apps-items .home-btn .down-btn:hover .read-arrow, .inner-tools-items .home-btn .down-btn:hover .read-arrow {
    rotate: 0deg;
    top: 0;
}
.inner-apps-product .overlay-link {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #333;
    padding: 10px;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #04B2E2;
    font-size: 14px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.inner-apps-product:hover .overlay-link {
    background-color: var(--primaryColor)
} 
.inner-apps-product:hover .read-arrow {
    display: inline-block;
    rotate: 45deg;
    position: relative;
    top: -1px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

.inner-carousel.solution-carousel .img-area {
    position: relative;
    height: 300px;
    overflow: hidden;
}


.inner-support .scale-container {
    column-gap: 25px;
    justify-content: space-between;
}
.inner-support .scale-container {
    height: 380px;
}
.inner-support .support-box-content {
    background-color: #EFF3F6;
    display: block;
    padding: 20px 20px 20px 45px;
    position: relative;
    top: 40px;
    flex: 0 0 auto;
    width: 60%;
    left: -25px;
    z-index: 0;
}
.inner-support .scale-box.active-item .support-box-content {
    top: 0;
    padding-right: 0;
    width: 40%;
    left: 0;
    padding-left: 20px;
}

.inner-support .scale-box .scale-desc {
    width: 134px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 24px;
}
.inner-support .scale-box.active-item .scale-desc {
    -webkit-line-clamp: 6;
    width: 190px;
}
.inner-support .scale-read-more {
    display: none;
    margin-top: 10px;
}
.inner-support .active-item .scale-read-more {
    display: block;
}
.inner-support .scale-box {
    flex: 0 0 auto;
    width: 27%;
    align-items: normal;
    height: auto;
}
.inner-support .scale-box img {
    width: 100%;
    height: 120px;
    position: relative;
}
.inner-support .scale-box.active-item img {
    width: 100%;
    height: auto;
}
.inner-support .scale-box-img {
    width: 40%;
    flex: 0 0 auto;
    height: auto;
    z-index: 1;
    position: relative;
}
.inner-support .scale-box.active-item .scale-box-img {
    width: 60%;
}
.inner-carousel.solution-carousel .product-carousel img {
    height: 300px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.inner-carousel.solution-carousel .img-area:hover img {
    scale: 1.05;
}
.inner-support .scale-box.active-item {
    height: 330px;
    width: calc(44% - 30px);
    padding: 30px 30px;
    background-color: #EFF3F6;
    flex: 0 0 auto;
    /* margin-right: 30px; */
}
.inner-support .scale-box-title {
    font-size: 16px;
    font-weight: 600;
}
.inner-support .active-item .scale-box-title {
    font-size: 20px;
}
.inner-support .scale-title-txt br {
    display: none;
}
.inner-support .active-item .scale-title-txt br {
    display: inline-block;
}
.inner-support .scale-box-img:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: var(--primaryColor);
    right: -13px;
    top: 28px;
    z-index: 1;
}
.inner-support .active-item .scale-box-img:before {
    content: none;
}


/*Information hub */
.inner-info-items .card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: var(--lightgreyBG);
}
.inner-info-items .card > div {
    flex: 0 0 auto;
    width: 50%;
}
.inner-info-items .card .card-body {
    padding: 25px;
}

.inner-info-items .hub-img-area {
    height: 275px;
    overflow: hidden;
}
.inner-info-items .card .hub-img-area img {
    border-radius: 0;
    object-fit: cover;
    height: 100%;
}
.info-hub-section {
    margin-bottom: 0;
}

/*Tools*/

.inner-tools-section {
    padding-bottom: 0;
}
.inner-tools-items .inner-tools-product {
    height: 330px;
    overflow: hidden;
}
.inner-tools-items .item {
    position: relative;
}
.inner-tools-items .overlay-text-top {
    position: absolute;
    padding-left: 15px;
    z-index: 1;
    top: 20px;
}
.inner-tools-items .overlay-text-top:before {
    content: "";
    width: 12px;
    height: 20px;
    background-color: #04B2E2;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 12px;
}
.inner-tools-items .text-itm {
    font-size: 20px;
    color: #FFF;
    padding: 7px 14px;
    font-weight: 600;
    display: inline-block;
    max-width: 170px;
}
.inner-tools-items .overlay-text {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFFFFF;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}
.inner-tools-items img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.inner-tools-items .inner-tools-product:hover img {
    scale: 1.05;
}
.inner-tools-items .overlay-text:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    height: 100%;
    rotate: 180deg;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    margin-left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.inner-tools-items .overlay-text:hover::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5));
    height: 100%;
}
.inner-tools-items .overlay-text-bottom {
    display: none;
    font-size: 0.87rem;
    font-weight: 300;
    overflow: hidden;
    -webkit-transition: all 0.3sease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3sease;
    position: absolute;
    bottom: 20px;
    padding-left: 15px;
    z-index: 1;
    top: 110px;
    padding-left: 30px;
    padding-right: 10px;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    justify-content: end;
}
.inner-tools-items .overlay-text:hover .overlay-text-bottom {
    display: flex;
    top: 110px;
    padding-left: 30px;
    padding-right: 10px;
}
.inner-tools-items .overlay-text .home-read-more {
    color: #fff;
    font-weight: 500;
    padding-right: 20px;
    position: relative;
    bottom: 0;
    text-align: right;
}

/*Inner FAQ*/
.inner-faq-section .accordion-area {
    padding: 20px;
    background-color: var(--lightgreyBG);
}
.inner-faq-section .accordion-item {
    margin-bottom: 10px;
}
.inner-faq-section .accordion-item:last-child {
    margin: 0;
}
.inner-faq-section .accordion-header {
    margin-bottom: 0;
    padding: 0;
}
.inner-faq-section .accordion-item .accordion-button {
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
    padding: 1rem;
    display: flex;
    align-items: center;
    width: 100%;
    color: #000;
    background-color: #fff;
    border: 0;
    white-space: normal;
    text-align: left;
    column-gap: 10px;
}
.inner-faq-section .accordion-item .accordion-button:not(.collapsed) {
    background-color: #fff;
    padding-bottom: 0;
    box-shadow: none;
    color: #000000;
}
.inner-faq-section .accordion-item .accordion-button::after {
    color: var(--primaryColor);
}
.denim-view {
    background-color: #EFF3F6;
    padding-right: 4%;
    position: relative;
    top: -20px;
    width: calc(100% + 15%);
    left: -15%;
    padding-bottom: 30px;
}
.denim-view .denim-tag {
    padding: 2rem 1rem 1rem 3rem;
    max-width: 500px;
    font-size: 2rem;
    margin-bottom: 5px;
    line-height: 1.4;
}
.denim-view .denim-content {
    padding: 0 3rem;
}
.denim-view .denim-content p {
    margin-bottom: 30px;
}
.inner-denim-section .image-itm {
    position: relative;
}
.inner-denim-section .image-itm:before {
    display: block;
    content: "";
    padding-top: 56.25%;
}
.inner-denim-section .image-itm img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Line Animation - Apparel */
.svg-area.inner-svg .mySVG {
    z-index: -1;
}
.new-arrivals-section .down-svg .mySVG {
    left: 4%;
    width: 4.6%;
    top: 50px;
}
.new-arrivals-section .down-svg:before {
    left: 3.59%;
    top: 45px;
}
.new-arrivals-section .svg-area.down-svg {
    top: -135px;
}
.new-arrivals-section.section-space {
    margin-bottom: -45px;
}
.inner-app-section.section-space {
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.inner-app-section .svg-area.inner-svg .mySVG {
    top: 0;
    left: auto;
    right: -35%;
    width: 4.6%;
}
.inner-app-section .svg-area.inner-svg {
    top: -132px;
}
.inner-app-section .svg-area.inner-svg:before {
    left: auto;
    right: 9.85%;
    top: 0;
}
.solution-carousel, .info-hub-section, .inner-tools-section, .inner-faq-section, .inner-featured-section, .inner-segments-section {
	padding: 0;
}
.solution-carousel::before, .info-hub-section::before, .inner-tools-section::before, .inner-faq-section::before, .inner-featured-section::before, .inner-segments-section::before{
top: 2px;
}
.new-arrivals-section .col-lg-4{
	margin-top: 100px;
}
.new-arrivals-section::before{
	top: 165px;
}
.solution-carousel .svg-area.inner-svg .mySVG {
    left: 34%;
    top: 0;
    width: 4.8%;
}
.solution-carousel .svg-area.inner-svg:before {
    left: 33.6%;
    top: 0;
}
.solution-carousel .svg-area.inner-svg {
    top: -90px;
}
.inner-support .svg-area:before {
    left: 60.8%;
    top: 20px;
}
.inner-support .svg-area .mySVG {
    width: 4.5%;
    left: 61.5%;
    top: 25px;
}
.info-hub-section .svg-area.inner-svg {
    top: -10px;
    left: 19.6%;
}
.info-hub-section .svg-area.inner-svg:before {
    right: auto;
    top: 0;
    left: 60.2%;
}
.info-hub-section .svg-area.inner-svg .mySVG {
    width: 4.4%;
    left: inherit;
    top: 10px;
    right: 0;
}

.inner-faq-section .svg-area.inner-svg {
    top: -174px;
}
.inner-faq-section .svg-area.inner-svg:before {
    left: 29%;
    top: 0;
    right: auto;
}
.inner-faq-section .svg-area.inner-svg .mySVG {
    width: 3.8%;
    left: 11%;
    top: 6px;
}
.inner-denim-section .svg-area.inner-svg {
    top: 80px;
}
.inner-denim-section {
    padding-top: 30px;
}
.inner-denim-section .svg-area.inner-svg:before {
    left: 31%;
    top: 0;
    right: auto;
}
.inner-denim-section .svg-area.inner-svg .mySVG {
    width: 4.2%;
    left: 32%;
    top: 6px;
}

/*Footwear*/
.inner-product-section .image-itm img {
    height: 400px;
    object-fit: cover;
}
.inner-overlay-content {
    position: absolute;
    background-color: var(--lightgreyBG);
    max-width: 500px;
    right: 0;
    padding: 40px;
    z-index: 0;
    top: 0;
    max-width: 70%;
    padding-left: 25%;
    padding-top: 90px;
}
.image-itm.center-image {
    z-index: 1;
    padding-top: 50px !important;
    flex: 0 0 auto;
    width: 50%;
}
.image-itm.center-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}


.cust-tabs .nav .nav-item button.active {
    background-color: transparent;
    color: var(--primaryColor) !important;
  }
 .cust-tabs .nav .nav-item button.active::after {
    content: "";
    border-bottom: 4px solid var(--primaryColor);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
  }
  .cust-tabs .nav-pills li {
    background-color: #F5F5F5;
    padding-bottom: 0;
    position: relative;
}   
.cust-tabs .nav-pills li .nav-link {
    padding: 10px 30px;
    color: #000 !important;
    border: none;
}
.floating-title {
    position: absolute;
    top: 0;
}
.cust-tabs .tab-txt {
    padding-top: 115px;
}


.segment-slides {
    height: 500px;
}
.segment-slides .slide {
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    opacity: 0;
    transition: left 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.segment-slides .slide.active {
    left: 0;
    opacity: 1;
}
.segment-slides .slide.exit {
    left: -100%;
    opacity: 0;
}
.segment-slides .inner-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.slide-counter {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
.thumbnail-wrapper {
    display: flex;
    flex-direction: column;
    width: 50%;
    flex: 0 0 auto;
    row-gap: 10px;
}
.thumbnail-title {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.segment-thumbnails .thumbnail.active {
    opacity: 1;
}
.inner-segments-section .owl-carousel {
    position: relative;
    top: -40px;
}
.inner-segments-section .segment-thumbnails {
    display: flex;
    margin-top: 15px;
    gap: 20px;
    bottom: 30px;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    justify-content: space-between;
    width: calc(100% - 45px);
    display: none;
    left: 20px;
}
.inner-segments-section .thumbnail {
    border: none;
    cursor: pointer;
    padding: 0;
    background: none;
    border-radius: 0;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    transition: opacity 0.3s ease-in-out;
}
.inner-segments-section .segment-thumbnails .thumbnail {
    height: 110px;
    object-fit: cover;
}
.carousel-count {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 70%;
    padding-left: 25%;
    z-index: 2;
    top: 40px;
    color: #A2A2A2;
    font-weight: 500;
    display: none;
}
span.curnt-slide {
    color: #231F20;
}

/*Line animations - Footwear*/
.svg-area.inner-svg.footwear-svg .mySVG {
    width: 4.7%;
    left: 65%;
    top: 0;
}.svg-area.inner-svg.footwear-svg {
    top: -30px;
}
.svg-area.inner-svg.footwear-svg:before {
    left: 64.6%;
    top: -10px;
}
.svg-area.inner-svg.segment-svg {
    top: -180px;
}
.svg-area.inner-svg.segment-svg:before {
    left: 11.6%;
    top: 0;
}
.svg-area.inner-svg.segment-svg .mySVG {
    width: 4%;
    left: 12%;
    top: 0;
}
.svg-area.inner-svg.innovate-svg .mySVG {
    width: 4.7%;
    left: 65.4%;
    top: 0;
}
.svg-area.inner-svg.innovate-svg:before {
    left: 80.3%;
    top: 0;
}
.svg-area.inner-svg.footwear-faq {
    top: -180px;
}
.svg-area.inner-svg.footwear-faq:before {
    left: 29%;
    top: 0;
    right: auto;
}
 .svg-area.inner-svg.footwear-faq .mySVG {
    width: 3.9%;
    left: 9%;
    top: 6px;
}

.svg-area.inner-svg.footer-svg {
    top: -170px;
}
.svg-area.inner-svg.faq-footer-svg:before {
    left: 81.4%;
    top: 258px;
}
.svg-area.inner-svg.faq-footer-svg .mySVG {
    width: 11.1%;
    left: 82.6%;
    top: 270px;
}

.inner-menu-wrapper .inner-menu::-webkit-scrollbar {
    display: none;
}

.inner-menu-wrapper .scroll-left, .inner-menu-wrapper .scroll-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(239, 239, 239, 0.75);
    color: #005da9;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 20px;
    z-index: 10;
    display: none;
}

.inner-menu-wrapper .scroll-left {
    left: 0;
}
.inner-menu-wrapper .scroll-right {
    right: 0;
}

@media (max-width: 767px) {
    page-template-template-industries-revamp .sharing-tool {
        display: block;
        padding: 0;
        position: unset;
    }
	page-template-template-industries-revamp .banner-top-section {
        margin-top: 0;
    }
	page-template-template-industries-revamp .cust-tabs, .inner-featured-section .section-title-main {
        padding: 0 !important;
    }

}
