/*
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;
 }
: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;
}
.tabs-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.tab-btn {
    background: transparent;
	border: 0;
    border-bottom: 1px solid #e5e7de;
    padding: 23px 0;
    cursor: pointer;
    text-align: left;
    transition: 0.3s;
    font-size: 23px;
    font-family: 'Inter Tight';
    color: #acafb2;
    font-weight: 500;
}
.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;}
}
.qty-box 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 50s 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 {
    opacity: 0.2;
    transition-duration: 0.3s;
}

.single-client-logo:hover img {
    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: 45px;
    height: 45px;
    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 h3 {
    font-family: 'Inter Tight';
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}
.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-box img {
    margin-bottom: 20px;
}

.project-meta {
    color: #ffffff;
}

.project-meta h3 {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Inter Tight';
    line-height: 1.5;
    margin-bottom: 10px;
}

.project-meta p {
    font-size: 14px;
    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: 11vw;
}
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.01, 1.01);
    -ms-transform: scale(1.01,1.01);
    transform: scale(1.01, 1.01);
}
.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-title h2 {
    color: var(--theme-color-title);
    font-family: 'Inter Tight';
    font-size: 28px;
    line-height: 1.2143em;
    font-weight: 500;
    margin: 0;
}
.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);
    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: #ffffff;
    height: 100%;
    padding: 45px;
}
.product-name {
    font-family: 'Inter Tight';
    font-size: 23px;
    font-weight: 500;
    line-height: 1.2174em;
    color: var(--theme-color-title);
}
.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;
}
section.out-clients.section-padding {
    padding: 120px 0 80px;
}
.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;
}
  .service-content h3 br {
		display: none;
	} 
.abs-text {
    text-align: right;
    color: #ffffff;
    font-size: 30px;
    font-family: 'Inter Tight';
    font-weight: 400;
    letter-spacing: 0.02em;
}
/* ===== responsive ===== */
@media only screen and (max-width: 1650px) {
	.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;
}
	.project-big-text {
    margin-bottom: 80px;
}
	.content-projecr {
    margin-bottom: 130px;
}
	section.video-band .site-container {
    padding: 0;
}
	.service-content h3 {
    font-size: 18px;
    line-height: 20px;
}
		.service-content h3 {
    font-size: 16px;
    line-height: 18px;
}
	.marquee {
    font-size: 140px;
}
	section.out-clients .section-intro p br {
    display: none;
}
}
@media only screen and (max-width: 1550px) {  
	.services-row {
    height: 75vh;
}
	.service-image img {
    transform: scale(1.2);
}
	.service-card:hover .service-image img {
    transform: none;
}
	.service-content h3 {
    max-width: 160px;
}
	.service-content h3 br {
		display: block;
	}
}
@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: 75vh;
}
	.section-intro h2 {
    font-size: 45px;
}
	.short-container {
    max-width: 1190px;
}
	.tab-btn {
    font-size: 20px;
}
	.tab-btn {
    padding: 22px 0;
}
	.service-content h3 {
        max-width: 170px;
    }
}
@media only screen and (max-width: 1400px) {  
	.site-container {
    padding: 0 50px;
}
}
@media (max-width: 991px) {
  .dropdown-menu {
    position: static !important;
    box-shadow: none;
    background: none;
    padding-left: 1rem;
  }
  .dropdown-submenu .dropdown-menu {
    left: 0;
  }
	.site-container {
    padding: 0 15px;
}
	nav.navbar.navbar-expand-lg.navbar-dark {
    justify-content: end;
}
	section.new-hero {
    padding: 100px 0 100px;
    min-height: 80vh;
}
	    .new-hero-text h1 {
        font-size: 50px;
    }
	.banner-intro {
    text-align: left;
    margin-top: 50px;
}
	.banner-intro br {
		display: none;
	}
	
.short-container {
    padding: 0 15px;
}
	.section-padding {
        padding: 60px 0 60px;
    }
	.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;
}
    .site-logo img {
        max-width: 160px;
    }
	.navbar-nav .menu-item > a {
    padding: 16px 0px;
}
	ul.sub-menu.dropdown-menu.show {
    padding: 0 10px;
}
}
  @media (max-width: 767px) { 
    .comments-area .comment-body {
            flex-direction: column;
        }

        .comments-area .children {
            margin-left: 1rem;
            padding-left: 0.5rem;
        }
    }
}
