/*
Theme Name: Reelcore Child
Theme URI: https://aqlix.com/
Template: reelcore
Author: the Aqlix Development team
Author URI: https://aqlix.com/
Description: Reelcore theme Development by Aqlix IT Solutions
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.6.1758604774
Updated: 2025-09-23 05:19:34

*/
 @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
 *{
	 margin: 0;
	 padding: 0;
	 box-sizing: border-box;
 }
html {
    scroll-behavior: smooth;
}
:root {
  --brand-color: #058ED9;
  --theme-color-title : #121414;
}
 body {
	  font-family: 'Inter Tight';
	 background: #ffffff;
 }
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    color: var(--theme-color-title);
	 font-family: 'Inter Tight';
}
p {
	 font-family: 'Inter Tight';
	    color: #86898C;
    font-size: 16px;
    line-height: 1.625em;
    font-weight: 400;
}
p:last-child{
	margin-bottom: 0;
}
img{
	max-width: 100%;
	height: auto;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
figure {
	margin: 0;
	padding: 0;
}
a, a:hover {
  text-decoration: none !important;
  outline: 0;
}
.site-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
	padding: 0 70px;
}
.navbar-nav .menu-item {
  position: relative;
}
#menu-header-menu li {
    padding: 0 12px;
}
.navbar-nav .menu-item > a {
    padding: 0 20px;
    display: flex;
    align-items: center;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-family: "Inter Tight", sans-serif;
	font-weight: 500;
}

.navbar-nav .menu-item > a:hover {
  color: var(--brand-color);
}
.navbar-nav .menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .35rem;
  font-size: .75rem;
}

.dropdown-menu {
  margin-top: 0;
  border-radius: .5rem;
  border: none;
  min-width: 200px;
  padding: .5rem 0;
  box-shadow: 0 5px 15px rgba(0,0,0,.15);
  background-color: #fff;
}

.dropdown-menu .menu-item > a {
  color: #000000;
  padding: .5rem 1rem;
}

.dropdown-menu .menu-item > a:hover {
  background-color: #f8f9fa;
  color: #cf142b;
}
.dropdown-menu .menu-item-has-children > a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: auto;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.menu-item-has-children > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 0.4rem;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
}
button.sub-menu-toggle {
    display: none;
}
.dropdown-toggle::after {
    border: 0 !important;
}
ul.sub-menu.dropdown-menu li a {
    color: #000000 !important;
    font-size: 16px !important;
    padding: 10px 0;
}
/* site css */
.page-template-homepage .site-logo.normal-logo {
    display: none;
}
.page-template-homepage .site-logo.white-logo {
    display: inline-block;
}
.site-logo.white-logo {
    display: none;
}
.site-logo img {
    max-width: 300px;
	width: 100%;
}
li.contact-btn-head a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: var(--brand-color);
  border: 1px solid var(--brand-color);
  color: #ffffff !important;
  font-size: 15px;
  padding: 15px 24px !important;
  border-radius: 10px;
  font-weight: 500;
  margin-left: 15px;
  transition: color 0.4s ease, border-color 0.4s ease;
  z-index: 1;
}


li.contact-btn-head a:hover {
  color: #ffffff !important;
  border-color: var(--brand-color);
}

.navbar-expand-lg .navbar-nav {
        align-items: center;
    }
	section.hero-banner {
    position: relative;
    background: #0a0d0e;  
    width: 100%;
    height: 100vh;
	min-height: 900px;
		    overflow: hidden;
} 
.page-template-homepage header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    padding: 15px 0;
}
.page-template-homepage .navbar-nav .menu-item > a {
	color: #ffffff;
}
section.new-hero {
    padding: 130px 0 100px;
    position: relative;
    min-height: 100vh;
}
section.new-hero {
    display: flex;
    align-items: end;
}
section.new-hero:after {
    content: '';
    background: rgb(19 19 19 / 70%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.new-hero-text h1 {
   font-size: 80px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: #ffffff;
	font-weight: 500;
	margin-bottom: 60px;
	 font-family: 'Inter Tight';
}
.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	width: 100%;
}

.hero-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner-intro {
    text-align: right;
}
.banner-intro p {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.1276em;
    font-family: 'Inter Tight';
    font-weight: 500;
}
section.hero-banner {
    padding: 160px 0 80px;
}
.new-hero-text {
    position: relative;
    z-index: 2;
}
.banner-after-img {
    position: absolute;
    top: 0;
    right: 0;
	bottom: 0;
    width: 50%;
}
.hero-text p {
    color: #ffffff;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Inter Tight';
	    margin-bottom: 160px;
}
.banner-main-text h1 {
    font-size: 66px;
    line-height: 1em;
    font-weight: 500;
}
.tagline {
    font-size: 19px;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.04em;
	font-weight: 500;
	margin-bottom: 12px;
	    font-family: 'Inter Tight';
}
.theme-color {
	color: var(--brand-color);
}
.banner-main-text {
    text-align: right;
    padding-right: 10%;
}
.banner-big-text {

    position: absolute;
    z-index: 1;
    bottom: 4%;
    left: 70px;
    font-weight: 500;
	  font-family: 'Inter Tight';
    font-weight: 500;
}
span.title-dot {
    background: var(--brand-color);
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 10px;
}

span.trx-addons-advanced-title-item {
    position: relative;
    display: inline;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

span.sc_item_word {
    white-space: nowrap;
    letter-spacing: -0.01em; !important; /* remove spacing */
}
span.sc_item_word span {
    letter-spacing: -0.01em; !important; 
}
span.sc_item_word {
    white-space: nowrap;
    font-size: 0; 
}

span.sc_item_word span {
      font-size: 14.84vw;
    line-height: 1em;
    display: inline-block; 
}
/* Wave animation for letters */
@keyframes waveEffect {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  50% {
    transform: translateY(-20%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.sc_item_word span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  animation: waveEffect 0.8s ease forwards;
}

/* Letter delays (1–10 letters) */
.sc_item_word span:nth-child(1)  { animation-delay: 0.05s; }
.sc_item_word span:nth-child(2)  { animation-delay: 0.1s; }
.sc_item_word span:nth-child(3)  { animation-delay: 0.15s; }
.sc_item_word span:nth-child(4)  { animation-delay: 0.2s; }
.sc_item_word span:nth-child(5)  { animation-delay: 0.25s; }
.sc_item_word span:nth-child(6)  { animation-delay: 0.3s; }
.sc_item_word span:nth-child(7)  { animation-delay: 0.35s; }
.sc_item_word span:nth-child(8)  { animation-delay: 0.4s; }
.sc_item_word span:nth-child(9)  { animation-delay: 0.45s; }
.sc_item_word span:nth-child(10) { animation-delay: 0.5s; }
.sc_item_word span:nth-child(11) { animation-delay: 0.55s; }
.sc_item_word span:nth-child(12) { animation-delay: 0.6s; }


/* DOT special animation (11th child) */
@keyframes dotPop {
  0%   { transform: scale(0); opacity: 0; }
  60%  { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

.sc_item_word span.title-dot {
  width: 60px;
  height: 60px;
  background: var(--brand-color);
  border-radius: 50%;
  margin-left: 10px;

  transform: scale(0);
  opacity: 0;
  animation: dotPop 0.6s ease forwards;
  animation-delay: 0.55s; /* just after last letter */
}

.short-container {
    max-width: 1290px;
    margin: 0 auto;
}
section.crafting {
    position: relative;
}
.section-padding {
	 padding: 150px 0 150px;
}
.section-intro small {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.08em;
    font-weight: 500;
	color: var(--theme-color-title);
	margin-bottom: 20px;
}
.section-intro h2 {
    color: var(--theme-color-title);
    font-size: 57px;
	line-height: 1.1052em;
    font-weight: 500;
}
figure {
    margin: 0 !important;
}
.banner-after-img figure {
    width: 100% !important;
    height: 100% !important;
}
.banner-after-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.crafting-cnt p {
    color: #86898C;
    font-size: 16px;
    font-family: 'Inter Tight';
	line-height: 1.625em;
    font-weight: 400;
	max-width: 630px;
}
/* .count-num {
    border-bottom: 1px solid #e5e7de;
} */
.count-text {
    color: var(--theme-color-title);
    font-size: 19px;
    font-family: 'Inter Tight';
    font-weight: 500;
}
.serv-title h3 {
    font-family: 'Inter Tight';
    font-size: 23px;
    line-height: 23px;
    font-weight: 500;
}
.serv-title p {
	 font-family: 'Inter Tight';
    font-size: 14px;
    color: #86898c;
}
.serv-box-img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    overflow: hidden; 
}

.serv-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.serv-box-img:hover img {
    transform: scale(1.1);
}
.text-right {
    text-align: right;
}
.section-small-tag a {
     color: var(--theme-color-title);
    font-size: 19px;
    font-weight: 500;
    font-family: 'Inter Tight';
}
.mb-60 {
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.tabs-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.grid-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal-width columns */
  gap: 20px; /* space between columns (optional) */
}
.tab-btn {
    background: transparent;
	border: 0;
    border-bottom: 1px solid #e5e7de;
    padding: 23px 0;
    cursor: pointer;
    text-align: left;
    transition: 0.3s;
	color: #5d6a6a;
    font-size: 23px;
    font-family: 'Inter Tight';
    font-weight: 500;
    line-height: 1.2174em;
}
.tab-btn.active {
     border-bottom: 1px solid var(--theme-color-title) !important;
}
.tab-btn:last-child {
    border-bottom: 1px solid #e5e7de;
}
.tab-btn.active {
   color: var(--theme-color-title);
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}
.qty-icon svg {
    fill: var(--brand-color);
}
.qty-icon {
    width: 65px;
    margin-bottom: 15px;
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
h3.site-h3 {
    color: var(--theme-color-title);
    font-size: 23px;
    font-family: 'Inter Tight';
    font-weight: 500;
    line-height: 1.2174em;
}
.floaring-img img {
    width: 100%;
}
.band-text {
   background: rgb(255 255 255 / 90%);
    width: 100%;
    max-width: 450px;
    position: absolute;
    top: 50%;
    right: 70px;
    padding: 50px 40px;
    transform: translateY(-50%);
}

section.video-band {
    position: relative;
}
.section-intro h3 {
    font-size: 37px;
    line-height: 1.1276em;
    font-family: 'Inter Tight';
    font-weight: 500;
    margin-bottom: 28px;
	 color: var(--theme-color-title);
}
.band-text .section-intro p {
    margin-bottom: 145px;
}
.band-cta a {
    color: var(--theme-color-title);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter Tight';
}
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: var(--theme-color-title);
  font-size: 185px;
	font-weight: 500px;
	font-family: 'Inter Tight';
	text-transform: uppercase;
    line-height: 0.8em;
    letter-spacing: -0.01em;
}

.marquee-inner {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
	
}

.marquee-inner span {
  display: inline-block;
  padding-right: 50px; /* spacing between repeats */
	font-weight: 500;
}
.site-buttons a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: color 0.4s ease, background 0.4s ease;
  z-index: 1;
}

.site-buttons.white-btn a {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.site-buttons.white-btn a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  transition: width 0.4s ease;
}

.site-buttons.white-btn a:hover::before {
  width: 100%;
}

.site-buttons.white-btn a:hover {
  color: #000000;
  background: transparent;
}

.mb-30 {
	margin-bottom: 30px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-150 {
	margin-bottom: 150px;
}
p.project-cnt {
        color: rgb(255 255 255 / 80%);
}
.content-projecr {
    margin-bottom: 150px;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* counter css */
.count-num {
    color: var(--theme-color-title);
    font-size: 60px;
    line-height: 1.1052em;
    font-weight: 500;
    margin-bottom: 10px;
/*     padding-bottom: 20px; */
}
.digit-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.digit-slide span {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.clients-logos {
    display: flex;
    width: 100%;
}

.single-client-logo img {
        filter: grayscale(1);
    transition-duration: 0.3s;
	opacity: 0.5;
}

.single-client-logo:hover img {
        filter: grayscale(0);
		opacity: 1;
}
.theme-bg {
	background: #FCFCF9;
}
/* slick css */
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.trx-addons-testimonials__rating-wrapper svg {
    width: 17px;
	fill: #ED8A19;
}
.trx-addons-testimonials__rating-wrapper {
    margin-bottom: 25px;
}
.single-review-box {
    border: 1px solid #e5e7de;
    background: #ffffff;
    padding: 2.9vw 2vw 2.9vw 2vw;
}

.rating-text {
    font-family: 'Inter Tight';
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 45px;
    line-height: 1.2632em;
	color: var(--theme-color-title);
}
.rating-img img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 50%;
}
.rating-info {
    display: flex;
    align-items: center;
    gap: 15px;
}
.info-right h4 {
    font-family: 'Inter Tight';
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1;
    color: var(--theme-color-title);
}
.info-right p {
    font-size: 15px;
    line-height: 18px;
}
ul.slick-dots {
    margin: 60px 0 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}
ul.slick-dots li button {
    font-size: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background: #e5e7de;
    border-radius: 50%;
}
ul.slick-dots li.slick-active button {
    background: var(--brand-color);
}
section.our-faqs .section-intro h2 {
    margin-bottom: 20px;
}
/* faqs */
.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 0;
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Inter Tight';
    color: var(--theme-color-title);
}

.faq-icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  padding: 0 0 30px 0;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* large enough to fit */
  opacity: 1;
  padding: 15px 0;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg); /* turns + into x */
}
.faqs-row {
    margin-bottom: 150px;
}
.form-area {
    background: #f6f5f0;
    padding: 30px;
}
.form-control {
    height: 50px;
}
.wpcf7-not-valid-tip {
	display: none;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control.wpcf7-not-valid {
    border: 1px solid #f00;
}
textarea.wpcf7-form-control.wpcf7-textarea.Form-control {
    width: 100%;
    height: 140px;
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}
.Send-btn {
    width: 100%;
    height: 55px;
    font-size: 16px;
    font-family: 'Inter Tight';
    font-weight: 500;
    border: 0;
    border-radius: 4px;
    color: #ffffff;
    background: var(--brand-color);
}
.form-image {
    height: 100%;
}

.form-image img {
    width: 100%;
    height: 100%;
}
/* footer css */
footer.site-footer {
    background: #0a0d0e;
    position: relative;
}

.top-footer {
    padding: 120px 0;
}
.footer-logo {
    max-width: 360px;
}
.top-footer-text h2 {
    font-size: 47px;
    line-height: 1.1276em;
    font-weight: 500;
	font-family: 'Inter Tight';
}
.middel-footer-text p {
    color: #ffffff;
    font-size: 19px;
    line-height: 1.2632em;
    font-weight: 500;
	font-family: 'Inter Tight';
	max-width: 460px;
	margin-bottom: 60px;
}
.middel-footer-inner{
    padding: 95px 0;
}
.footer-border {
	width: 100%;
	display: block;
	height: 1px;
	background: #252627;
}
.site-buttons a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: 1px solid var(--brand-color);
  padding: 18px 40px;
  font-size: 16px;
  font-family: 'Inter Tight';
  font-weight: 500;
  color: var(--brand-color);
  border-radius: 10px;
  z-index: 1;
  transition: color 0.4s ease;
}

.site-buttons a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--brand-color);
  z-index: -1;
  transition: width 0.4s ease;
}

.site-buttons a:hover::before {
  width: 100%;
}

.site-buttons a:hover {
  color: #ffffff;
}

.copy-footer {
    padding: 30px 0;
}
.copy-footer a {
    color: #ffffff;
    font-weight: 600;
}
.footer-label {
    color: #ffffff;
    font-size: 19px;
    line-height: 1.2632em;
    font-weight: 500;
    font-family: 'Inter Tight';
    margin-bottom: 25px;
}
.footer-menu  ul {
	margin: 0;
	padding: 0;
}
.footer-menu li a {
    color: #b8bcc4;
    font-size: 16px;
       font-family: 'Inter Tight';
    font-weight: 500;
}
.footer-menu li {
    margin-bottom: 20px;
}
.footer-social {
	display: flex;
    gap: 6px;
}
.footer-social a {
    width: 60px;
    height: 60px;
    display: flex;
    border: 1px solid #252627;
    color: #ffffff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.footer-social a:hover {
	border: 1px solid #ffffff;
	color:  #ffffff;
}
.services-section {
  padding: 0;
}

.services-row {
  display: flex;
  gap: 15px;
  height: 85vh;
}

.service-card {
  flex: 1 1 0%;
  overflow: hidden;
  transition: flex 0.5s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  flex: 3 1 0%; 
}

.service-image {
  flex: 1 1 auto;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* .service-card:hover .service-image img {
  transform: scale(1.05);
} */

.service-content {
    padding: 0;
    text-align: left;
}
.service-image {
    margin-bottom: 25px;
}
.service-content p {
font-family: 'Inter Tight';
    font-size: 14px;
    color: #86898c; 
}
.one-review-box {
    background: var(--brand-color);
    padding: 20px;
}
.one-review-box .row {
    align-items: end;
}
.obe-review-text h4 {
    color: #ffffff;
    font-family: 'Inter Tight';
    font-size: 35px;
    line-height: 1.1142em;
    font-weight: 500;
	    margin-bottom: 25px;
}

.reviewr-name {
    color: #ffffff;
    font-family: 'Inter Tight';
    font-size: 19px;
    font-weight: 500;
}
.reviewr-job {
    font-size: 15px;
    color: #ffffff;
	opacity: 0.8;
    font-family: 'Inter Tight';
    font-weight: 400;
}
.obe-review-text {
    padding: 50px;
}
.bquote-icon svg {
    width: 40px;
    fill: #252627;
}
.one-review-box {
    position: relative;
}

.bquote-icon {
    position: absolute;
    top: 10%;
}
section.our-projects span.sc_item_word span {
    font-size: 26.7vw;
    color: rgb(255 255 255 / 8%);
    font-weight: 500;
    font-family: 'Inter Tight';
    position: relative;
    left: -26px;
}
.project-big-text {
    margin-bottom: 150px;
}
section.out-clients.section-padding .project-big-text {
    margin-bottom: 0;
}
section.our-projects {
    background: var(--brand-color);
}
.project-big-text {
    text-align: center;
}
.project-title h2 {
    color: #ffffff;
    font-family: 'Inter Tight';
    font-size: 57px;
    font-weight: 500;
    line-height: 1.1052em;
}
.project-title h2 span {
        color: rgb(255 255 255 / 80%);
}
.floaring-video video {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.floaring-video {
    width: 100%;
    overflow: hidden;
}
.qty-icon img {
    width: 100%;
}
.project-meta {
    color: #ffffff;
}

.project-meta h3 {
    color: #ffffff;
    margin-bottom: 10px;
}

.project-meta p {
    font-family: 'Inter Tight';
    color: rgb(255 255 255 / 80%);
    line-height: 1.4;
}

.project-meta a {
    color: #ffffff;
    font-size: 14px;
	position: relative;
    display: inline-block;
}
.project-meta a:after {
    content: '';
    background: #ffffff;
    width: 0;
    height: 1px;
    display: inline-block;
    transition: 0.3s all ease;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.project-meta a:hover:after {
    width: 100%;
}
section.hero-carousel {
	 position: relative;
    height: 100vh;
    overflow: hidden;
}
section.hero-carousel:after {
    content: '';
    background: rgb(0 0 0 / 15%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
button.carousel-control-prev {
    display: none;
}
button.carousel-control-next {
    display: none;
}
.carousel-text {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 3;
    bottom: 10%;
}
.carousel-item img {
    height: 100vh;
    object-fit: cover;
	object-position: center;
}
span.gray-text {
    color: #acafb2;
}
.border-qty .qty-box.aos-init {
    border: 1px solid #e5e7de;
    padding: 30px;
}
.container-full {
    width: 100%;
    overflow-x: hidden;
}
.purpus-cnt {
    padding: 0 15%;
}
.video-img img {
    width: 100%;
}
.play-icon svg {
    width: 25px;
    fill: #ffffff;
}

.play-icon {
    width: 98px;
    height: 98px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-wrapper {
    position: relative;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.justify-space {
    justify-content: space-between;
}
.mb-11vw {
	margin-bottom: 50px;
}
a.mail-link {
    text-decoration: underline !important;
}
.about-content {
    text-align: center;
    margin: 120px 0 120px 0;
}
.about-content h1 {
    font-size: 65px;
    font-family: 'Inter Tight';
    font-weight: 500;
}
.contact-another-info ul {
    margin: 0;
    padding: 0;
}
.contact-another-info li p,
.contact-another-info li a {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: 'Inter Tight';
    color: #86898C;
    font-size: 16px;
    line-height: 1.625em;
    font-weight: 400;
}
.page-form label {
    display: block;
    color: #121414;
    font-size: 17px;
    margin: 0px 0px 16px 0px;
    font-family: 'Inter Tight';
    font-weight: 600;
}
.page-form label span {
    color: #f00;
}
.page-form  input {
    padding: 13px 14px 13px 14px;
    margin: 0px 0px 9px 0px;
    border-radius: 10px;
    border: 1px solid #e5e7de;
    width: 100%;
}
.page-form textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 13px 14px 13px 14px;
    border-radius: 10px;
    width: 100%;
    height: 140px;
    margin-bottom: 40px;
	 border: 1px solid #e5e7de;
}
.page-form input.wpcf7-form-control.wpcf7-submit.has-spinner.send-button {
    background: var(--brand-color);
    padding: 18px 40px;
    font-size: 16px;
    font-family: 'Inter Tight';
    font-weight: 500;
    color: #ffffff;
    border-radius: 10px;
    width: auto;
}
.page-form p br {
    display: none;
}
.my-acceptance input.acceptance-checkbox {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}
.my-acceptance span.wpcf7-list-item-label {
    color: #000000;
    font-weight: 400;
	font-family: 'Inter Tight';
    color: #86898C;
}
.post-image {
    position: relative;
    margin-bottom: 1.4em;
    height: 230px;
    width: 100%;
    overflow: hidden;
}

.post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
}
.single-blog-post {
    margin-bottom: 30px;
}

a.read-blog {
    color: inherit;
}
.post-image img {
	  transition: all 0.5s 
ease;
}
.single-blog-post:hover .post-image img {
   transition: all 0.5s 
ease;
    -webkit-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04,1.04);
    transform: scale(1.04, 1.04);
}

.project-box img {
    transition: all 0.5s 
ease;
}
.project-box:hover img {
    transition: all 0.5s 
ease;
    -webkit-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04,1.04);
    transform: scale(1.04, 1.04);
}
.project-box-img {
    overflow: hidden;
    border-radius: 10px;
	margin-bottom: 20px;
}
.blog-catagory {
    color: #121414;
    font-size: 16px;
    font-family: 'Inter Tight';
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
    margin-bottom: 0.55em;
}
.blog-posting-info {
    margin-top: 0.55em;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #acafb2;
    font-family: 'Inter Tight';
	    gap: 5px;
}
.blog-short-desc {
    margin-top: 0.7em;
    color: #86898c;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter Tight';
    font-weight: 400;
}
.site-sidebar {
    border-left: 1px solid #e5e7de;
    padding: 0 0 0 40px;
}
.blog-search-box {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.blog-search-box input {
  width: 100%;
  padding: 12px 40px 12px 40px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  transition: all 0.3s ease;
}

.blog-search-box input::placeholder {
  color: #a0a0a0;
  font-weight: 400;
}

.blog-search-box input:focus {
  outline: none;
  border-color: #ccc;
  box-shadow: 0 0 0 3px rgba(207, 20, 43, 0.1); /* matches your brand color tone */
}

.blog-search-box .search-icon {
  position: absolute;
  top: 50%;
  left: 14px;
  pointer-events: none;
}
.sidebar-label {
    font-family: 'Inter Tight';
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 30px;
}
.blog-search-box input {
	margin-bottom: 30px;
}
ul.blog-category-list {
    list-style: disc;
}

ul.blog-category-list li {
    margin-bottom: 10px;
	cursor: pointer;
}

ul.blog-category-list li::marker {
    color: #102356;
}

ul.blog-category-list li:last-child {
    margin-bottom: 0;
}
ul.blog-category-list {
    margin-bottom: 30px;
}
.sidebar-recent-thumb {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.sidebar-recent-thumb img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}
.reccent-blog-post .blog-title h2 {
    font-size: 18px;
}
.reccent-blog-post {
    padding: 0;
    margin-bottom: 15px;
}
.reccent-blog-post .blog-catagory {
    font-size: 12px;
}
.sidebar-static-img {
    background: #f6f5f0;
    padding: 15px;
}
.reccent-blog-post:last-child {
    margin-bottom: 0;
}

.sidebar-recent {
    margin-bottom: 30px;
}
button#load-more-posts {
    background: var(--brand-color);
    color: #ffffff;
    font-size: 15px;
    padding: 15px 24px 15px 24px !important;
    transition: all .3s;
    border-radius: 10px;
    font-weight: 500;
}
.sing-cats span.blog-category {
    background: var(--brand-color);
    color: #ffffff;
    font-family: 'Inter Tight';
    font-size: 16px;
    padding: 5px 12px;
	    border-radius: 10px;
}
.post-meta {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter Tight';
    text-transform: capitalize;
    color: #acafb2;
}
.post-meta  a {
	color: #acafb2;
}
.single-pots-meta {
    margin-bottom: 50px;
}
.single-post-thumb {
    margin-bottom: 50px;
}
.single-post-all-cnt h2 {
    margin-top: 50px;
}

.single-post-all-cnt h3 {
    margin-top: 50px;
}
.single-post-all-cnt img {
	margin: 50px 0;
} 
.single-post-all-cnt a {
    color: var(--brand-color) !important;
    text-decoration: underline !important;
	  font-weight: 500;
}
.single-post-all-cnt li {
	    font-family: 'Inter Tight';
    color: #86898C;
    font-size: 16px;
    line-height: 1.625em;
    font-weight: 400;
}
.single-post-all-cnt ul li:before {
    content: '';
    background: var(--brand-color);
    min-width: 10px;
    min-height: 10px;
	width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 9px;
}

.single-post-all-cnt ul li {
    display: flex;
    gap: 10px;
    align-items: start;
}

.single-post-all-cnt ul {
    margin: 0;
    padding: 0;
}
.single-post-all-cnt p a {
    color: var(--brand-color);
    text-decoration: underline;
    font-weight: 500;
}
.single-post-all-cnt table {
    width: 100%;
    border-collapse: collapse;
    margin: 50px 0;
    font-family: inherit;
    font-size: 16px;
    color: #333;
    border: 1px solid var(--brand-color);
}

.single-post-all-cnt table th,
.single-post-all-cnt table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid var(--brand-color);
}

.single-post-all-cnt table th {
    background-color: var(--brand-color);
    color: #fff;
    font-weight: 600;
}

.single-post-all-cnt table tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.03);
}

.single-post-all-cnt table tr:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.single-post-all-cnt table caption {
    caption-side: bottom;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    color: var(--brand-color);
}
.post-tags a {
    color: #acafb2;
    border: 1px solid #e5e7de;
    padding: 10px 31px;
    text-transform: capitalize;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 1;
    font-family: 'Inter Tight';
    font-weight: 500;
}

.post-tags {
    margin: 50px 0;
}
.post-comments textarea#comment {
    height: 150px;
}
.post-comments input#submit {
    background: var(--brand-color);
    padding: 18px 40px;
    font-size: 16px;
    font-family: 'Inter Tight';
    font-weight: 500;
    color: #ffffff;
    border-radius: 10px;
}
 /* Comment Form */
    .comments-area {
        font-family: 'Inter Tight', sans-serif;
        color: #333;
    }

    .comments-area .comment-list {
        list-style: none;
        padding: 0;
    }

    .comments-area .comment-list li {
        margin-bottom: 2rem;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding-bottom: 1rem;
    }

    .comments-area .comment-body {
        display: flex;
        gap: 1rem;
    }

    .comments-area .comment-body img.avatar {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        object-fit: cover;
    }

    .comments-area .comment-meta {
        font-size: 0.85rem;
        color: #555;
    }

    .comments-area .comment-reply-link {
        margin-top: 0.5rem;
        display: inline-block;
        font-size: 0.85rem;
    }

    /* Nested replies */
    .comments-area .children {
        margin-left: 3rem;
        border-left: 2px solid rgba(0,0,0,0.05);
        padding-left: 1rem;
    }

    /* Comment Form Fields */
    .comments-area input.form-control,
    .comments-area textarea.form-control {
        border: 1px solid rgba(0,0,0,0.2);
        border-radius: 0.25rem;
        font-family: 'Inter Tight', sans-serif;
        font-size: 1rem;
    }

    .comments-area input.form-control:focus,
    .comments-area textarea.form-control:focus {
        border-color: var(--brand-color);
        box-shadow: 0 0 0 0.2rem rgba(207,20,43,0.25); /* brand color rgba */
    }

    .comments-area button[type="submit"] {
        background: var(--brand-color);
        color: #fff;
        border: none;
        padding: 0.5rem 1.5rem;
        border-radius: 0.25rem;
        font-family: 'Inter Tight', sans-serif;
        cursor: pointer;
        transition: 0.3s;
    }

    .comments-area button[type="submit"]:hover {
        background: darken(var(--brand-color), 10%);
    }
.post-comments {
    border: 1px solid #e5e7de;
    padding: 25px;
    border-radius: 10px;
}
.post-comments a {
    color: var(--brand-color);
}
.comment-content {
    width: 100%;
}
.reply a {
    background: var(--brand-color);
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Inter Tight';
    font-weight: 500;
    color: #ffffff;
    border-radius: 10px;
}
span.says {
    display: none;
}
.comment-author.vcard {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.dot-sparator {
    background: var(--brand-color);
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.blog-posting-info {
    align-items: center;
}
.product-desc {
    background: transparent;
    height: 100%;
    padding: 0;
}
.product-name {
    font-family: 'Inter Tight';
    font-size: 35px;
	margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2174em;
    color: var(--theme-color-title);
/* 	text-align: center; */
}
.product-desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.read-moe-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #121414;
    font-size: 16px;
    line-height: 1em;
    font-family: 'Inter Tight';
    font-weight: 500;
    transition: all 0.3s ease;
}

.read-moe-btn a:hover {
    color: var(--brand-color);
    gap: 15px;
}
.single-product-box {
    margin-bottom: 30px;
}
.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: var(--brand-color) !important;
}
.carousel-indicators {
    justify-content: end !important;
	margin-left: 75px !important;
	margin-right: 75px !important;
}

button.slick-arrow {
    background: var(--brand-color);
    font-size: 16px;
    font-family: 'Inter Tight';
    font-weight: 500;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    width: 40px;
    height: 40px;
    outline: 0;
}
button.slick-arrow {
    position: absolute;
    bottom: 3%;
    z-index: 2;
}

button.slick-prev.slick-arrow {
    right: 7%;
}
button.slick-next.slick-arrow {
    right: 3%;
}
.single-blog-post.homepage-pots {
    margin-bottom: 0;
}
section.out-clients span.sc_item_word span {
        font-size: 26.7vw;
    color: rgb(208 208 208 / 20%);
    font-weight: 500;
    font-family: 'Inter Tight';
    position: relative;
    left: -26px;
}
.border-radius {
    border-radius: 10px;
}
.background-vactor.left-side {
    right: inherit;
    left: 0;
	z-index: -1;
}
.background-vactor {
    position: absolute;
    right: 0;
    top: 10%;
	opacity: 0.4;
}
.p-relative {
	position: relative;
}
section.crafting.section-padding.theme-bg {
    position: relative;
    width: 100%;
    overflow-x: hidden;
	overflow-y: clip;
}
section.our-projects.section-padding {
    padding: 92px 0 150px;
}
.my-review-slider.slider.slick-initialized.slick-slider {
    transform: translateY(-70px);
}
.divider {
    width: 100%;
    height: 1px;
    display: block;
    background: #e7e7e7;
}
.count-text small {
    color: #A4A4A4;
    font-size: 14px;
    line-height: 13px;
    display: block;
}
.count-text span {
    display: block;
    font-size: 22px;
    line-height: 22px;
}
.background-vactor.vect-bottom-right {
    top: inherit;
	bottom: 0;
}
.relative {
    position: relative;
}
.abs-text {
    color:rgb(255 255 255 / 8%);
    font-size: 54px;
    font-family: 'Inter Tight';
    font-weight: 500;
    letter-spacing: 0.02em;
    position: absolute;
    right: 0%;
    top: 86%;
}
.title-image {
    max-width: 120px;
    margin-left: 20px;
}
.recycle-image img {
    border-radius: 80px;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}


.col-md {
    font-size: 24px;
}
.imgwith-title {
    display: flex;
    align-items: end;
}
span.border-text {
    border: 2px solid #e6f1de;
    padding: 5px 22px;
    border-radius: 100px;
}
.imgwith-title .section-intro h2 {
    line-height: 1.5;
}
.lefore-leaf {
    max-width: 180px;
    margin-right: 30px;
	  -webkit-animation: bounce_one 5s linear infinite;
  animation: bounce_one 5s linear infinite;
}
.single-green-box {
    padding: 40px;
/*     background: #ffffff; */
    border-radius: 25px;
    max-width: 85%;
    margin: 0 auto;
    background: rgb(255 255 255 / .9);
    box-shadow: 0 4px 30px rgb(0 0 0 / .1);
}
.animated-leaf {
    position: absolute;
    max-width: 200px;
    right: 5%;
    top: -16%;
	  -webkit-animation: bounce_one 5s linear infinite;
  animation: bounce_one 5s linear infinite;
}
.animated-leaf-btm {
    position: absolute;
    max-width: 200px;
    bottom: -21%;
    left: -8%;
	  -webkit-animation: bounce_one 5s linear infinite;
  animation: bounce_one 5s linear infinite;
}

.recycle-box {
    position: relative;
}
.green-box {position: absolute;top: 80%;padding: 0 5%;}
.empty-height-150 {
    display: block;
    width: 100%;
    height: 194px;
}
.single-green-box h2 {
    color: #80a71b;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}
.single-mission {
    display: flex;
    align-items: start;
    gap: 30px;
    position: relative;
    margin-bottom: 50px;
}
.missions-box {
	position: relative;
}
.missions-box:before {
    content: '';
    background: #86898c;
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 33px;
    max-height: 336px;
}
.single-mission .count-num {
    width: 70px;
    height: 70px;
    background: #0f2256;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 70px;
    border-radius: 50%;
    font-size: 35px;
}
section.crafting.section-padding.theme-bg .count-text {
    max-width: 205px;
}
.mission-text p , li {
    font-family: 'Inter Tight';
    color: #86898C;
    font-size: 16px;
    line-height: 1.625em;
    font-weight: 400;
}
li {}

.mission-text li:before {
    content: '';
    background:  var(--brand-color);
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    min-width: 10px;
    min-height: 10px;
    position: relative;
    top: 9px;
}

.mission-text li {
    display: flex;
    gap: 10px;
}

.mission-text ul {
    margin: 0;
    padding: 0;
}
.mission-text li {
    margin-bottom: 20px;
}
.specif-boxx-inner {
    position: relative;
    margin-bottom: 20px;
    border-radius: 8px;
}
.spef-cnt {
    background: #FCFCF9;
    padding: 20px;
    max-width: 90%;
    margin: 0 auto 0;
    border-radius: 8px;
    margin-top: -94px;
    position: relative;
    z-index: 1;
}


.spef-img {
    margin-bottom: 20px;
}

.spef-img img {
    border-radius: 8px;
}

.specif-boxx-inner p , li {
    font-family: 'Inter Tight';
    color: #86898C;
    font-size: 16px;
    line-height: 1.625em;
    font-weight: 400;
}

.specif-boxx-inner li {
    position: relative;
}

.specif-boxx-inner li:before {
    content: '';
    background: #0f2248;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 9px;
    border-radius: 50%;
}
/* stack cards */
.wrapper {
  margin: 0 auto;
}

.scroll-cards {
  counter-reset: card;
  position: relative;
  display: block;
  padding-bottom: 50px;
}

.scroll-cards > .scroll-cards__item + .scroll-cards__item {
  margin-top: 40vh;
}
.scroll-cards h1 {
    position: sticky;
    top: 5rem;
    font-size: 57px;
    margin: 0 0 50px;
}
.scroll-cards__item {
  --offset: 0.5em;
  color: #000;
  position: sticky;
  top: max(16vh, 10em);
  padding: 2em 1.5em;
  min-height: 19em;
  background: #fff;
	border: 1px solid #e7e7e7;
/*   box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1); */
  width: calc(100% - 5 * var(--offset));
}
.scroll-cards__item:nth-of-type(0) {
  transform: translate(calc((0 - 1) * var(--offset)), calc((0 - 1) * var(--offset)));
	background: #f6f7fd;
}
.scroll-cards__item:nth-of-type(1) {
  transform: translate(calc((1 - 1) * var(--offset)), calc((1 - 1) * var(--offset)));
	background: #f1f9f7;
	
}
.scroll-cards__item:nth-of-type(2) {
  transform: translate(calc((2 - 1) * var(--offset)), calc((2 - 1) * var(--offset)));
	background: #f5f1fb;
}
.scroll-cards__item:nth-of-type(3) {
  transform: translate(calc((3 - 1) * var(--offset)), calc((3 - 1) * var(--offset)));
		background: #f6f7fd;
}
.scroll-cards__item:nth-of-type(4) {
  transform: translate(calc((4 - 1) * var(--offset)), calc((4 - 1) * var(--offset)));
		background: #f1f9f7;
}
.scroll-cards__item:nth-of-type(5) {
  transform: translate(calc((5 - 1) * var(--offset)), calc((5 - 1) * var(--offset)));
	background: #f5f1fb;
}
.scroll-cards__item:nth-of-type(6) {
  transform: translate(calc((6 - 1) * var(--offset)), calc((6 - 1) * var(--offset)));
	background: #f1f9f7;
}
@media screen and (min-width: 37em) {
  .scroll-cards__item {
    padding-left: 2rem;
  }
  .scroll-cards__item:before {
    counter-increment: card;
    content: "0" counter(card);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75em;
    height: 2.75em;
    background: var(--brand-color);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    font-weight: bold;
  }
}

@media screen and (min-width: 62em) {
  .scroll-cards__item {
    --offset: 0;
    max-width: 100%;
  }
}
article.scroll-cards__item li {
    position: relative;
}

article.scroll-cards__item li:before {
    content: '';
    background: #058ed9;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: -24px;
    top: 8px;
    border-radius: 50%;
}
article.scroll-cards__item img {
    border-radius: 10px;
}

article.scroll-cards__item {
    border-radius: 10px;
}
.scroll-cards article.scroll-cards__item:nth-child(1) {
    background: #f5f1fb;
}
@keyframes bounce_one {
  0% {
    transform: translateY(-0.625rem);
  }
  50% {
    transform: translateY(0.625rem);
  }
  100% {
    transform: translateY(-0.625rem);
  }
}
section.hero-carousel:after {
    content: '';
    background: linear-gradient(179deg, rgb(0 0 0 / 60%), transparent);
    display: block;
    width: 100%;
    height: 100%;
}
ul.reelcore-tab-nav {
    display: flex;
    justify-content: start;
    padding: 0;
    gap: 20px;
}
li.reelcore-tab-btn.is-active {
    background: var(--brand-color);
    color: #ffffff;
}
ul.reelcore-tab-nav li {
    padding: 14px;
    background: #e7e5e5;
    border-radius: 11px;
	cursor: pointer;
}
ul.reelcore-tab-nav li:hover {
    background: var(--brand-color);
    color: white;
}
.reelcore-product-image {
    max-width: 350px;
}
.reelcore-product-title {
    font-size: 23px;
    padding-top: 20px;
    color: black;
}
.my-content p {
    width: 372px;
}
.rel-product-box {
    position: relative;
    background: linear-gradient(359deg, #ffcebf, transparent);
    border-radius: 8px;
    height: 100%;
    min-height: 125px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    padding: 15px;
}
#tab-plate-type-bobbins .rel-product-box {
    background: linear-gradient(359deg, #dad8d7, transparent);
	
}
#tab-plate-type-bobbins .rel-product-box .box-text-title {
    color: #e0e0e0;
}
#tab-corrugated-collapsible-steel-drum .rel-product-box{
	        background: linear-gradient(359deg, #bfecff, transparent);
			
}
#tab-corrugated-collapsible-steel-drum .rel-product-box .box-text-title {
    color: #c7e7f2;
}
#tab-process-steel-drum .rel-product-box{
    background: linear-gradient(45deg, #fff9cd, transparent);
	
}
#tab-process-steel-drum .rel-product-box .box-text-title {
    color: #fef3a4;
}
.product-features {
    margin-bottom: 40px;
}
.box-text {
    font-size: 14px;
    line-height: 1.2;
     font-family: 'Inter Tight';
    font-weight: 500;
}
.feature-icon-product {
    width: 60px;
    height: 60px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(10px, -16px);
    z-index: 1;
}

.feature-icon-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-text-title {
    font-family: 'Inter Tight';
    color: #fdd7c1;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    top: 6px;
    left: 6px;
}
.product-desc-details li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
}

.product-desc-details li:before {
    content: '';
    background: #058ed9;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
}

.product-desc-details ul {
    margin: 0 0 40px;
    padding: 0;
}
.d-block.height {
    height: 20px;
}
.page-title-before {
  font-size: 20.7vw;
  font-weight: 500;
  font-family: 'Inter Tight';
  line-height: 1;
  background: linear-gradient(to bottom, #EBF8FF 0%, rgba(235, 248, 255, 0) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.page-title-box {
    position: relative;
}
.page-title-after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
}
.current_page_item a {
    color: var(--brand-color) !important;
}
.pb-100 {
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
}
.faq-item:last-child {
    margin-bottom: 0;
}
.footer-social a img {
    max-width: 50px;
}
/* sidebar menu */
.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    overflow-x: hidden;
    padding: 70px 0 0 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px #dfdfdf;
	min-height: 100vh;
}
.sidenav .menu li {
    display: block;
    padding: 0;
}
.mobile-menu-logo {
    max-width: 200px;
    margin: 0 15px;
}
.sidenav .mobile-menu-pages li a {
    padding: 20px 20px;
	color:  #000000;
}

.mobile-menu-pages {
    margin-top: 40px;
}
    .mobile-menu-pages ul.menu li a {
        font-size: 18px;
		color:  #FFFAFA; !important;
    }
.mobile-menu-pages .ctstom-mega-menu li a {
    padding: 10px 0;
    font-size: 14px;
}
.mobile-menu-pages .services-items-title {
	 color:  #FFFAFA;
}
.mobile-menu-pages .services-items__text {
    color: #FFFAFA;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 14px;
}
.mobile-menu-pages .h-study-title {
	color: #FFFAFA;
}
.sidenav .current-menu-item a {
    color: var(--main-bg-color); !important;
}

.sidenav a {
    display: block;
    text-decoration: none;
    color: #FFFAFA;
}

.sidenav a:hover {
    color:#153E90;
}
.closebtn {
    position: absolute;
    top: 1%;
    right: 2%;
    font-size: 25px;
    color: #000000;
}
.mobile-toggle {
    color: #058ed9;
    font-size: 30px;
}
.mobile-toggle {
    display: none;
}
.site-buttons.text-right.for-mob {
    display: none;
}
/* ===== responsive ===== */
@media only screen and (max-width: 1650px) {
	ul.reelcore-tab-nav {
    margin-bottom: 50px;
}
	.new-hero-text h1 {
    font-size: 70px;
}
	.banner-intro p {
    font-size: 22px;
}
	.floaring-img {
    display: none;
}
section.hero-banner {
    min-height: 725px;
}
	.hero-text p {
    margin-bottom: 60px;
}
	.banner-main-text h1 {
    font-size: 60px;
}
	.section-padding {
    padding: 130px 0 130px;
}
	.pb-100 {
	padding-bottom: 80px;
}
.pt-100 {
	padding-top: 80px;
}
	.project-big-text {
    margin-bottom: 80px;
}
	.content-projecr {
    margin-bottom: 130px;
}
	section.video-band .site-container {
    padding: 0;
}
	.marquee {
    font-size: 140px;
}
	section.out-clients .section-intro p br {
    display: none;
}
	.about-content {
    margin: 100px 0 100px 0;
}
	.count-num {
    font-size: 40px;
}
	.count-text {
    font-size: 17px;
}
}
@media only screen and (max-width: 1550px) {  
	.services-row {
    height: 80vh;
}
	.service-image img {
    transform: scale(1.2);
}
	.service-card:hover .service-image img {
    transform: none;
}
}
@media only screen and (max-width: 1501px) {  
.service-image img {
        transform: scale(1.3);
    }
}
@media only screen and (max-width: 1450px) { 
	
	section.out-clients .section-intro p br {
    display: none;
}
	    .new-hero-text h1 {
        font-size: 50px;
    }
	.banner-intro p {
        font-size: 20px;
    }
section.hero-banner {
        min-height: auto;
    }
	.site-logo img {
    max-width: 220px;
}
	section.hero-banner {
    padding: 120px 0 80px;
}
	    .hero-text p {
        margin-bottom: 40px;
    }
	    .banner-main-text h1 {
        font-size: 50px;
    }
	.section-padding {
        padding: 120px 0 120px;
    }
	    .project-big-text {
        margin-bottom: 120px;
    }
	.content-projecr {
    margin-bottom: 120px;
}
	.services-row {
    height: 80vh;
}
	.section-intro h2 {
    font-size: 45px;
}
	.short-container {
    max-width: 1190px;
}
	.tab-btn {
    font-size: 20px;
}
	.tab-btn {
    padding: 22px 0;
}
	.single-green-box {
    height: 100%;
}
}
@media only screen and (max-width: 1400px) {  
	.site-container {
    padding: 0 50px;
}
	.single-green-box {
    padding: 30px;
}
	.single-green-box h2 {
    font-size: 30px;
}
	section.steel-build.theme-bg.pt-0.pb-100 {
    padding-bottom: 20px;
}
	section-padding {
        padding: 80px 0 80px;
    }
	.missions-box:before {
    max-height: 359px;
}
	.missions-box .single-mission:last-child {
    margin-bottom: 0;
}
}
@media only screen and (max-width: 1280px) { 
    .short-container {
        max-width: 100%;
        padding: 0 50px;
    }
	.section-padding {
        padding: 80px 0 80px;
    }
	h3.site-h3 {
    font-size: 18px;
}
	.services-row {
        height: 55vh;
    }
	    .marquee {
        font-size: 90px;
    }
	.faq-question {
    font-size: 18px;
}
}
@media only screen and (max-width: 1025px) {  
	article.scroll-cards__item h2 {
    font-size: 18px;
}
	.single-mission {
    gap: 15px;
}
	.single-mission .count-num {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 20px;
}
	.missions-box:before {
    left: 20px;
}
	.count-text {
        font-size: 14px;
    }
	    .service-image img {
        transform: none;
    }
	.missions-box:before {
        max-height: 425px;
    }
	.site-logo img {
        max-width: 300px;
    }
	.mobile-toggle {
    display: block;
}

.carousel-item img {
    height: auto;
}
	section.hero-carousel {
    height: auto;
}
	.short-container {
        padding: 0 30px;
    }
	      .site-container {
        padding: 0 30px;
    }
	.section-padding {
        padding: 60px 0 60px;
    }
	.count-num {
    font-size: 30px;
}
	.count-text span {
    font-size: 14px;
}
	.section-intro h2 {
        font-size: 35px;
    }
	.title-image {
    max-width: 80px;
}
	.single-green-box {
    max-width: 100%;
		        padding: 20px;
}
	.single-green-box h2 {
        font-size: 20px;
    }
	p {
    font-size: 14px;
}
	.crafting-cnt p {;
    font-size: 14px;
}
	.services-row {
    flex-wrap: wrap;
}
	.service-card {
    flex: 0 0 calc(50% - 20px);
}
	.empty-height-150 {
    height: 100px;
}
	.mb-80 {
    margin-bottom: 50px;
}
	.services-row {
        height: 90vh;
    }
	.tab-btn {
        font-size: 16px;
    }
	.tab-btn {
        padding: 16px 0;
    }
	.abs-text {
    font-size: 45px;
}
	.band-text .section-intro p {
    margin-bottom: 25px;
}
	.section-intro h3 {
    font-size: 22px;
}
	.site-buttons a {
    padding: 16px 30px;
    font-size: 14px;
}
	.band-text {
    max-width: 370px;
    right: 30px;
    padding: 30px 30px;
}
	.single-blog-post.homepage-pots {
    margin-bottom: 25px;
}
	.top-footer-text h2 {
    font-size: 35px;
}
	.top-footer {
    padding: 60px 0;
}
	.footer-logo {
    max-width: 270px;
}
	    .new-hero-text h1 {
        font-size: 50px;
    }
	.middel-footer-inner .site-buttons.white-btn {
    margin-bottom: 50px;
}
	.middel-footer-inner {
    padding: 50px 0;
}
	.services-row {
        height: auto;
    }
	.marquee {
        font-size: 70px;
    }
	.service-card:hover {
		flex: 0 0 calc(50% - 20px);
	}
	.scroll-cards__item {
    --offset: 0;
}
	section.purpuis-cnt.section-padding {
    padding-left: 20px;
    padding-right: 20px;
}
	.purpus-cnt {
    padding: 0;
}


}
@media only screen and (max-width: 991px) {  
  .dropdown-menu {
    position: static !important;
    box-shadow: none;
    background: none;
    padding-left: 1rem;
  }
  .dropdown-submenu .dropdown-menu {
    left: 0;
  }
	nav.navbar.navbar-expand-lg.navbar-dark {
    justify-content: end;
}
	section.new-hero {
    padding: 100px 0 100px;
    min-height: 80vh;
}
	
	.banner-intro {
    text-align: left;
    margin-top: 50px;
}
	.banner-intro br {
		display: none;
	}
	
	
	.navbar-collapse.collapse.show {
    background: #ffffff;
    color: #000000;
		padding: 20px;
}
	.page-template-homepage .navbar-nav .menu-item > a {
		 color: #000000;
	}
	.navbar-expand-lg .navbar-nav {
    text-align: left;
}
	.navbar-expand-lg .navbar-nav li {
    display: block;
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
}
.navbar li:last-child a {
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    padding: 0 15px;
    font-weight: 500;
    margin-left: 0;
}
	.navbar-nav .menu-item > a {
    padding: 16px 0px;
}
	ul.sub-menu.dropdown-menu.show {
    padding: 0 10px;
}
}
@media only screen and (max-width: 767px) {  
	.scroll-cards h1 {
    font-size: 24px;
}
	.scroll-cards__item {
    padding: 15px;
}
	      .new-hero-text h1 {
        font-size: 30px;
    }
    .comments-area .comment-body {
            flex-direction: column;
        }

        .comments-area .children {
            margin-left: 1rem;
            padding-left: 0.5rem;
        }
	.carousel-text {
    position: relative;
    bottom: 0;
    background: #058ed9;
    padding: 50px 0;
}
	.new-hero-text h1 {
    margin-bottom: 15px;
}
	.section-intro h2 {
        font-size: 20px;
    }
	.section-intro.mb-60 {
    margin-bottom: 30px;
}
	.background-vactor {
    z-index: -1;
}
	.crafting-counter {
    margin-bottom: 30px;
}
.qty-box {
    margin-bottom: 30px;
    text-align: center;
}
	.qty-icon {
    width: 65px;
    margin: 0 auto 15px;
}
	.title-image {
        max-width: 40px;
        margin-left: 0;
    }
	.imgwith-title {
    position: relative;
}
	.lefore-leaf {
    max-width: 70px;
    margin-right: 0;
}
	section.steel-build .section-intro {
    display: block;
    width: 100%;
    text-align: center;
}
    .lefore-leaf {
        position: absolute;
        left: 0;
        top: -20px;
    }
	.imgwith-title.mb-50 {
    margin-bottom: 30px;
}
	    .section-padding {
        padding: 50px 0 50px;
    }
	.animated-leaf {
    position: absolute;
    max-width: 70px;
}
	.recycle-image img {
    border-radius: 30px;
    height: 290px;
}
	.green-box {
    position: static;
    top: 0;
    padding: 30px 0 0;
}
	.single-green-box {
        height: auto;
        margin-bottom: 25px;
    }
	.single-green-box h2 {
        font-size: 25px;
		margin-bottom: 5px;
    }
	    h3.site-h3 {
        font-size: 24px;
    }
	.empty-height-150 {
        height: 0;
    }
	.animated-leaf-btm {
    max-width: 70px;
    bottom: 0;
}
	span.border-text {
    padding: 3px 12px;
}
	.short-container {
        padding: 0 20px;
    }
	.service-card {
        flex: 0 0 100%;
    }
	.services-row {
        height: auto;
    }
	.service-image img {
        transform: none;
    }
	.service-content {
    padding: 0;
    text-align: center;
}
	.service-card {
    margin-bottom: 15px;
}
	h3.site-h3 br {
    display: none;
}
.services-row.mb-80 {
    margin-bottom: 0;
}
.tabs-list {
    margin-bottom: 50px;
}
	.pb-100 {
        padding-bottom: 30px;
    }
	.pt-100 {
        padding-top: 30px;
    }
	.project-box {
    margin-bottom: 20px;
}
	.band-text {
        max-width: 100%;
        right: 0;
        padding: 0 30px;
    }
	.band-text {
    background: #ffffff;
    position: static;
    top: 0;
    transform: none;
}
	section.out-clients .section-intro {
    margin-bottom: 50px;
}
	.floaring-video {
    margin-bottom: 25px;
}
	section.out-clients .section-intro {
        margin-bottom: 30px !important;
    }
	section.out-clients.section-padding.pt-100 {
    padding: 50px 0;
}
	section.get-touch .section-intro h2 {
    font-size: 20px;
    text-align: center;
}
	section.get-touch.section-padding.theme-bg.pt-100 {
    padding: 50px 0;
}
	.page-form label {
    font-size: 16px;
    margin: 0px 0px 4px 0px;
}
.page-form input {
    margin: 0px 0px 15px 0px;
}
	.specif-boxx-inner p, li {
    font-size: 14px;
}
	.site-buttons.text-right {
    text-align: center;
}
section.homepage-posts .section-intro {
    text-align: center;
}
.site-buttons.text-right.for-web {
    display: none;
}.site-buttons.text-right.for-mob {
    display: block;
} 
	section.homepage-posts .row.align-items-end.mb-60 {
    margin-bottom: 30px;
}
	h3.site-h3 {
        font-size: 15px;
    }
	.footer-logo {
    margin-bottom: 30px;
		max-width: 200px;
}
	.copy-footer {
    text-align: center;
}
	.copy-footer .text-right {
    text-align: center;
}
	    .top-footer {
        padding: 40px 0;
    }
	    .middel-footer-inner {
        padding: 40px 0;
    }
	section.hero-carousel:after {
		display: none;
	}
		.service-card:hover {
		flex: 0 0 100%;
	}
.mobile-order {
    flex-wrap: wrap-reverse !important;
}
	.mobile-ordering {
    display: flex;
    flex-wrap: wrap;
}
	section.deliver-builds-daily img {
    margin-bottom: 30px;
}
	.page-template-about .section-intro {
    margin-bottom: 50px;
}
	.about-content {
        margin: 50px 0 100px 0;
    }
	.about-content h1 {
    font-size: 40px;
}
	.grid-row {
    grid-template-columns: repeat(2, 1fr);
}
	.page-template-about  .single-count-box {
    text-align: center;
}
	.page-template-about section.crafting .section-intro {
		text-align: center;
	}
	.marquee {
        font-size: 25px;
    }
	.faq-question {
        font-size: 15px;
    }
	section.our-faqs .section-intro.text-left {
    text-align: center;
}
	.mobile-toggle {
    color: #058ed9;
    font-size: 22px;
}
	article.scroll-cards__item img {
    margin-bottom: 20px;
}
	.scroll-cards__item {
    min-height: 38em;
}
	.scroll-cards {
    padding-bottom: 0;
}
	.purpus-img {
    margin-bottom: 20px;
}
	.animated-leaf {
    top: -6%;
}
	ul.reelcore-tab-nav {
    gap: 10px;
    flex-direction: column;
		margin-bottom: 30px;
}
	.product-name {
    font-size: 24px;
    margin-bottom: 20px;
}
	.single-post-all-cnt img {
    margin: 30px 0 10px ;
}
	.single-post-all-cnt h2 {
    margin-top: 10px;
}
	.contact-another-info li {
    border: 1px solid #e7e7e7;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.contact-another-info {
    margin-bottom: 50px;
}
	.contact-another-info li p, .contact-another-info li a {
    display: block;
    text-align: center;
}
.contact-another-info li i {
    display: flex;
    background: #058ed9;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 auto 18px;
}
.closebtn {
    top: 2%;
    right: 4%;
}
	header.reelcore-header {
    padding: 20px 0;
}
	.site-buttons a {
        padding: 10px 25px;
        font-size: 14px;
    }
	.post-image {
    height: 140px;
}
	.about-content {
        margin: 20px 0 50px 0;
    }
	.abs-text.drive-text {
    font-size: 20px;
}
	.project-big-text {
        margin-bottom: 50px;
    }
	section.our-projects span.sc_item_word span {
    font-size: 22.7vw;
    left: 0;
}
	.site-buttons.contct-btn {
    margin-bottom: 50px;
}
	    .top-footer-text h2 {
        font-size: 28px;
    }
	    .missions-box:before {
        max-height: 441px;
    }
	    .count-text {
        font-size: 12px;
    }
	section.all-insights .mb-5 {
    margin-bottom: 15px !important;
}

section.all-insights .single-blog-post.homepage-pots {
    margin-bottom: 0;
}
	.page-form input {
    padding: 8px 12px 8px 12px;
}
	.page-form label {
    font-size: 15px;
 
}
    }
@media only screen and (max-width: 530px) {
.section-intro h2 {
        font-size: 24px;
    }
	    .new-hero-text h1 {
        font-size: 28px;
        line-height: 1.3;
    }
    .carousel-text {
        padding: 25px 0;
    }
}