/*
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.7.1774429956
Updated: 2026-03-25 09:12:36

*/

.top-header-icons a .fa {
    margin-right: 9px;
}
.top-header-icons {
    display: flex;
    gap: 30px;    justify-content: end;
}
.top-header-icons a {
    color: #fff !important;    font-size: 14px;
}

/* LOGO SLID */
.trusted-leaders-wrapper {
  padding: 20px 0;
  text-align: center;
}

.inner-banner-home-page.position-relative img.baner-image {
    width: 100%;
    object-fit: cover;
    height: 100vh;
    vertical-align: bottom;
}
#marq {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.track {
  display: flex;
  width: max-content;
  animation: marquee 50s linear infinite;
  align-items: center;
}

.logo-item {
  display: inline-block;
  padding: 0 40px;
}

.logo-item img {
  max-height:40px;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
}

.logo-item img:hover {
  filter: grayscale(100%);
  opacity: 0.7;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

#marq:hover .track {
  animation-play-state: paused;
}

/* OUR SERVICES CSS********-//////////////////////////
 */
.section {
  padding: 80px 60px;
  max-width: 1400px;
  margin: auto;
}

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

.section-header h1 {
  font-size: 42px;
  font-weight: 600;
}

.section-header h1 span {
  color: #3b82f6;
}

.section-header p {
  margin-top: 10px;
  color: #9ca3af;
  font-size: 15px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.card {
  position: relative;
  height:320px;
  border-radius: 12px;
  overflow: hidden;
  background: #111;
  cursor: pointer;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.card:hover img {
  transform: scale(1.05);
}
.card-content {
  position: absolute;
  bottom: 0;
  padding: 20px;
  z-index: 2;
}

.icon {
  width: 34px;
  height: 34px;
  background: #2563eb;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.icon svg {
  width: 18px;
  height: 18px;
  fill: white;
}
.card h3, .card h3 a {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
}

.card p {
  font-size: 14px;
  color: #d1d5db; 
}

.card a {
  display: inline-block;
  font-size: 13px;
  color: #3b82f6;width: 100%;
  text-decoration: none;    height: 100%;
}
.cstm-html-code h2 {
    text-align: center;
    color: #fff;    margin: 0;line-height: 35px;
    font-size: 50px;
}

a.btn-link {
    display: inline-block;
    position: relative;
    width: auto;
    padding-right: 30px;
}
a.btn-link:after {
    content: " ";
    padding: 8px;
    background: url(../../../../../../../../wp-content/uploads/2026/04/Vector.svg) no-repeat;
    background-size: 100%;
    top: 6px;
    position: absolute;
    right: 0px;
}
.card-content.indrst p:after {
    background: #79bbc3;
    display: block;
    width: 70px;
    content: " ";
    height: 3px;
    margin-top: 13px;
}
/* 
THE TEAM BEHIND THE EXPERIENCE */

.inner-colom .elementor-widget-heading {
    margin: 0 !important;
}
.page-template .ti-widget.ti-goog .ti-review-item>.ti-inner, .page-template .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button{
	    background-color: #EFF6FF !important
}
/* Featured Work */


/* FOOTER CSS */
div#Footer-colom a.hfe-menu-item {
    padding: 10px 0;
}
@media (max-width: 1000px) {
	.card { 
    height: 280px; 
}
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:767px){
	.cstm-html-code h2 { 
    line-height: 42px !important;
    font-size: 26px;
}
	.grid {
    grid-template-columns: 1fr;
  }
	.card { 
    height: 280px; 
}
	.top-header-icons a { 
    font-size: 10px;
}
	.top-header-icons { 
    justify-content: center; gap: 13px;
}
	.hfe-nav-menu-icon svg {
    fill: #fff;
}
}
.card-head {
    display: flex;
    align-items: center;
    gap: 1rem;
	margin-bottom: 15px;
}
@media(min-width:991px)
{
	.letsmake .elementor-container.elementor-column-gap-default {
    justify-content: center;
}
	
	.elementor-widget-image-box h3.elementor-image-box-title {
    margin: 0px;
}
}
.card-head h3, .card-head .icon {
    margin: 0px !important;
}
@media (min-width:991px) and (max-width:1600px)
{
	.contentbox .elementor-widget-wrap.elementor-element-populated {
    height: 250px;
}
}





.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* LEFT SIDE */
.content-left {
    max-width: 60%;
}

.content-left h1 {
    font-size: 48px;
    line-height: 1.2;
}

.content-left p {
    margin-top: 15px;
    font-size: 16px;
}

/* RIGHT SIDE */
.content-right {
    display: flex;
    justify-content: flex-end;
}

.buttons {
    display: flex;
    gap: 15px;
}

/* BUTTON STYLE (optional) */
.btn {
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
}

.btn-primary {
    background: #000;
    color: #fff;
}

.btn-outline {
    border: 1px solid #000;
    color: #000;
}

@media (max-width: 768px) {
    .content {
        flex-direction: column;
        align-items: flex-start;
    }

    .content-left {
        max-width: 100%;
    }

   .content-right {
    width: 100%;
    /* margin-top: 20px; */
    /* justify-content: flex-start; */
}

  .content .buttons {
    /* flex-direction: row; */
    width: 100%;
}

    .buttons a {
        width: 100%;
        text-align: center;
    }
}