/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1766253372
Updated: 2025-12-20 17:56:12

*/
h1,h2,h3,h4,h5,h6,p,div,span,a,button{
	font-family: "Tahoma" !important;
}
.banner-section {
  position: relative;
  background-color: #FFFFFF;
  /* Bigger squares, normal border thickness */
  background-image:
    linear-gradient(to right, #0000000f 1px, transparent 1px),
    linear-gradient(to bottom, #0000000f 1px, transparent 1px);
  background-size: 72px 72px; /* BIG squares */
  overflow: hidden;
}
/* Top & Bottom soft fade only */
.banner-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to top, #FFFFFF 0%, transparent 10%),
    linear-gradient(to bottom, #FFFFFF 0%, transparent 26%);
}
/* .services-icons {
  transition: filter 0.3s ease;
}*/
.services-col:hover .services-icons img {
  filter: brightness(0) invert(1);
}
.services-col:hover .services-icons{
	background: #000;
}
.work-row:hover .services-icons img{
	filter: brightness(0) invert(1);
}
.work-row:hover .services-icons{
	background: #000;
}
.marquee {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
/*   padding: 40px 0; */
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 120s linear infinite;
}

.item {
  display: flex;
  align-items: center;
  font-size: 60px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  margin-right: 60px;
  transition: color 0.3s ease;
}

.item:hover {
  color: #000000;
}

.dot {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin-left: 60px;
}
.marquee {
  position: relative;
  overflow: hidden;
}

/* Edge blur / fade */
.marquee::before,
.marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 140px;          /* fade width */
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

/* Left fade */
.marquee::before {
  left: 0;
  background: linear-gradient(
    to right,
    #ffffff 0%,
    rgba(255, 255, 255, 0.9) 30%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* Right fade */
.marquee::after {
  right: 0;
  background: linear-gradient(
    to left,
    #ffffff 0%,
    rgba(255, 255, 255, 0.9) 30%,
    rgba(255, 255, 255, 0) 100%
  );
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.designprocess-main h2 {
    font-family: "Arial", Sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    color: #73737333;
}
.col1, .col2, .col3, .col4, .col5 {
    width: 22.5%;
	border-top:1px solid #000;
    padding-top: 16px;
}
.designprocess-main{
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 40px;
}
.designprocess-main p {
    color: #737373;
}
/*work post grid*/
/* GRID */
.work-grid {
    display: grid;
    gap: 48px;
}

.work-grid.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

/* CARD */
.work-card {
    border: none;
}

/* IMAGE */
.work-thumb {
    position: relative;
    background: #f3f3f3;
}

.work-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

/* BADGE */
.work-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #000;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 4px 12px;
    text-transform: uppercase;
    z-index: 2;
}
.acftxt-bold {
    font-weight: 600;
}
/* INFO ROW */
.work-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

/* TEXT */
.work-title {
    font-size: 24px;
    line-height: 32px;
	color: #000;
    font-weight: 600;
    margin: 0 0 6px;
}

.work-meta {
    font-size: 16px;
	line-height: 24px;
    color: #737373;
    margin: 0;
}

/* ARROW BUTTON */
.work-arrow {
    width: 44px;
    height: 44px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.work-arrow img {
    width: 16px;
    height: 16px;
}

/* HOVER */
/* .work-card:hover .work-arrow {
    border-color: #000;
    transform: translateX(4px);
} */
.cs-proverview .cs-para p {
    font-size: 24px;
    line-height: 32px;
}
.cs-problemstat p {
    font-size: 20px;
    line-height: 28px;
    color: #737373;
}
p.cs-bhead {
    color: #000 !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
.cs-impact p {
    font-size: 20px;
    line-height: 28px;
    color: #737373;
}
.cs-responsibility p {
    font-size: 20px;
    line-height: 28px;
    color: #737373;
}
ul.cont-list {
    padding-left: 16px;
    color: #737373;
}
@media(max-width:767px){
	.col1, .col2, .col3, .col4, .col5 {
    width: 100%;
}
}