/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

p {
    margin-bottom: 0 !important;
}
/* .swiper-slide.hover-next-slide {
  transform: translateX(-60px);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.swiper-slide.hover-active-slide {
  transform: translateX(-60px);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1); 
} */

.customNext:hover{
    transform: translateX(20px);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.hfe-flyout-container .hfe-nav-menu .sub-menu-open {

    padding: 40px 0;
}

/* Positioning */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  width: 25px;
  height: 43px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}



/* Custom Background Images */
.owl-nav button.owl-prev {
  left: -50px; /* adjust as per your layout */
  background-image: url('https://designtwg.com/wp-content/uploads/2025/08/Back-1.png') !important;
	box-shadow:none !important;
}

.owl-nav button.owl-next {
  right: -50px; /* adjust as per your layout */
  background-image: url('https://designtwg.com/wp-content/uploads/2025/08/Forward-1.png') !important;
		box-shadow:none !important;
}

/* Remove default text */
.owl-nav button span {
  display: none;
}

.slider-container .owl-nav button.owl-prev, 
.slider-container .owl-nav button.owl-next
 {
    width: 35px;
    height: 35px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
}

.slider-container2.owl-carousel .owl-item img {
    width: auto !important;
}


.slider-container2 .owl-stage{padding-left:0px !important; padding-right:60px !important;}  



.slider-container2 .item > .e-con-inner{
    transform: translate(60px, 0px);
}

.customNext img {
    cursor: pointer;
}

.latest-projects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.news-item-img-container img {
    width: 100%;
} 

.latest-projects h3 {
    font-weight: 900 !important;
   margin-top: 20px;
    margin-bottom: 0;
}

.service-category span {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #7592AC;
    font-style: italic;
    margin-bottom: 10px;
    display: block;
}

.project-excerpt p {
    font-size: 14px;
    margin-right: 60px;
    line-height: 16px;
}

.ha-image-accordion-horizontal .ha-ia-content-wrapper .ha-ia-content-icon-title {
    
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.ha-image-accordion-click .ha-ia-item:not(.active) .ha-ia-content-wrapper {
   display: flex !important;
}
 
.ha-image-accordion-click .ha-ia-item:not(.active) .ha-ia-content-button{
    display: none; 
}

.ha-image-accordion-horizontal .ha-ia-content-wrapper .ha-ia-content-button {
    z-index:99;
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.elementor-element-3712008 .owl-carousel .owl-item img {
    width: auto !important;
}


.elementor-element-3712008 .owl-carousel .owl-stage {
  display: flex !important;
  justify-content: center !important; 
  align-items: center !important;   
}

.hfe-flyout-close{
    top: 5px !important; 
    right: 20px !important; 
}

.ha-image-accordion-horizontal .ha-ia-actions .ha-ia-link a{
	position:absolute;
	height:100%;
	width:100%;
	text-decoration:none;
	z-index:9;
}

.ha-image-accordion-horizontal .ha-ia-actions .ha-ia-link{
	
	height:0;
	width:0;
	
}


.ha-image-accordion-horizontal a .hm{
	display:none;
}  

.ha-image-accordion-horizontal .ha-ia-link{
	border:none !important;
}

.all-projects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.all-projects .news-item-img {
    position: relative; 
}

.all-projects .project-item{
    position:relative;
}
.all-projects .project-meta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-align:center;
	z-index: 9;
	 width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.all-projects .project-item::after {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.all-projects .project-item:hover::after {
    opacity: 0;
}

.all-projects .project-meta h3{
	color:#fff;
	font-size:32px;
	line-height:38px;
}

.all-projects .project-meta .service-category span{
	color:#fff;
	font-size:16px;
	line-height:20px;
	font-style:italic;
}

.left-side .e-con-inner {
    margin: 0 20px 0 auto;
}

.right-side .e-con-inner {
    margin: 0 auto 0 20px;
} 
 
.related-meta {
    position: absolute;
    top: 0;
    left: 40px;
}

.related-meta h3{
    color:#000;
	font-size:32px;
	line-height:38px;
	font-weight:700;
	margin-bottom: 5px;
} 

.related-meta .service-category span{
	font-size:18px !important;
	line-height:21px !important;
	color:#000; 
	font-style: normal;
}

.related-meta {
    opacity: 0;
    transition: all 0.3s ease;
    padding-top:40px;
}

.related-project-item:hover .related-meta {
    opacity: 1; 
}
.related-projects-carousel .owl-nav button.owl-prev span,
.related-projects-carousel .owl-nav button.owl-next span{
	 font-size: 16px;
	line-height:18px;
	display: block;
	font-weight:400;
	text-transform:uppercase;
}
.related-projects-carousel .owl-nav button.owl-prev span {
    padding-left: 60px;
}
.related-projects-carousel .owl-nav button.owl-next span {
    padding-right: 60px; 
}

.related-projects-arrows .arrow-left, 
.related-projects-arrows .arrow-right{
	width: 43px !important;
    height: 43px !important;
    display:inline-block;
    transform: unset !important;
    background-repeat: no-repeat !important;
}

.related-projects-arrows a .text {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    top: -15px;
}
.related-projects-arrows .arrow-right{
    background-position: right center;
    right: 40px !important;
	background-image: url('https://designtwg.com/wp-content/uploads/2025/08/Forward-2.png') !important;
	background-size: 26px;
}

.related-projects-arrows .arrow-left{
   background-size: 26px;
    left: 40px !important;
	
	background-image: url('https://designtwg.com/wp-content/uploads/2025/08/Forward-1-1.png') !important;
}

.related-projects-arrows a.prev-project-link {
    padding-left: 40px;
    float: left;
}

.related-projects-arrows a.next-project-link {
    padding-right: 40px;
    float: right;
}

.related-project-item{
    width: 50%;
    float: left;
    position: relative;
}

.related-project-item img{
    width:100%;
}

.related-project-item {
    filter: grayscale(100%);
    transition: filter 350ms ease, transform 350ms ease;
}

.related-project-item:hover {
    filter: grayscale(0%);
   
}

.related-projects-items::after{
    display: block;
    clear: both;
    content:"";
}



.related-projects-arrows a.next-project-link { 
    text-align: right; 
}

.view-all-btn a {
    display: inline-block;
    background-color: #0157A0;
    font-size: 16px;
    border-radius: 32px 32px 32px 32px;
    padding: 12px 16px 12px 16px;
    color: #fff;
    margin: 0 auto;
}

.view-all-btn {
    text-align: center;
    padding: 40px 0;
}

.ast-page-builder-template.single .post-navigation {
    display:none !important;
}

.single.ast-page-builder-template .entry-header + .entry-content{
	    margin-bottom: 0px !important;
}

.ehf-header #masthead{
	z-index:9999;
}

.elementor-element-6dfdbd0 figure.swiper-slide-inner,
.elementor-element-6b6db59 figure.swiper-slide-inner,
.our-clients  figure.swiper-slide-inner{
    max-width: 140px;
	margin:0 auto !important;
}

.our-network figure.swiper-slide-inner{
	max-width: 180px;
    margin:0 auto !important;
}


.latest-projects .news-item-img-container img {
    object-fit: cover;
    max-height: 415px;
}

.category-projects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.category-projects .news-item-img {
    position: relative; 
}
.category-projects .project-meta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-align:center;
	z-index: 99;
	display: flex;
    align-items: center;
    justify-content: center; 
    height:100%;
    width:100%;
}

.category-projects .project-meta h3{
	color:#fff;
	font-size:32px;
	line-height:38px;
}

.category-projects .project-meta .service-category span{
	color:#fff;
	font-size:16px;
	line-height:20px;
	font-style:italic;
}

.category-projects .project-item::after {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    position: absolute;
    clear: both;
    content: "";
    z-index: 9;
    opacity:1;
    transition: opacity 0.3s ease;
}

.category-projects .project-item:hover::after { 
    opacity:0; 
}

.category-projects .project-item {
    position: relative;
}

body:not(.home) #page .site-content {
    margin-top: 100px;
}

.other-title{
    margin-bottom: 80px;
    text-align: center; 
}

@media (max-width: 767px) {
.other-title{
   font-size:12px !important; 
   margin-bottom: 20px;
}
.ha-image-accordion-horizontal .ha-ia-content-wrapper .ha-ia-content-button {
   right:10px;
    bottom: 10px;
} 

.ha-image-accordion-horizontal .ha-overlay {
    align-items: flex-end !important; 
}
    
.latest-projects {
    grid-template-columns: repeat(1, 1fr);
}

.all-projects {
    grid-template-columns: repeat(2, 1fr) !important;
}

.all-projects .service-category{
    display:none !important;
}

.all-projects .project-meta h3 {
    font-size: 12px !important;
    line-height: 16px !important;
}

.ha-image-accordion-horizontal .ha-ia-content-wrapper .ha-ia-content-icon-title {
    writing-mode: inherit !important;
    transform: none !important;
} 


	
.slider-container .owl-nav button.owl-next {
    right: 0 !important;
}
	
.slider-container .owl-nav button.owl-prev {
    left: 0 !important;
}
	
.project-item {
    margin-bottom: 0;
}

.category-projects .project-meta h3 {
    font-size: 12px !important;
    line-height: 14px !important;
    text-align: center !important;
    margin-top: 15px !important; 
    color:#000 !important;
    margin-bottom: 0px;
}
	
.category-projects .project-meta {
    position: relative !important;
    z-index: 99 !important;
    top:5px;
}	
	
.category-projects {
    grid-template-columns: repeat(1, 1fr) !important; 
} 

.category-projects .project-item::after{
    display:none !important;
}

.latest-projects h3 {
   font-size:16px !important;
}

.service-category span
{

    font-size:12px !important;
}

.project-excerpt p {
    font-size: 12px;
    margin-right: 0; 
}

.latest-projects .project-item{
    margin-bottom: 20px !important; 
}

.related-projects-arrows .arrow-left, .related-projects-arrows .arrow-right {
    width: 15px !important;
    height: 15px !important;
    position: relative;
    top: -12px;
}

.related-projects-arrows .arrow-right{
    right: 0px !important;
    background-size: contain;
    padding-left: 25px;
}

.related-projects-arrows .arrow-left {
    background-size: contain;
    left: 40px !important;
    left: 0px !important;
}

.related-projects-arrows a .text {
    font-size: 12px;
    line-height: 18px;
    top: -15px;
}

.related-projects-arrows a.prev-project-link {
    padding-left: 20px;
}

.related-projects-arrows a.next-project-link {
    padding-right: 20px;
}

.slider-container4 .swiper-slide{
    padding-left:0px;
    padding-right:0px;
}

.hfe-flyout-container .hfe-nav-menu .sub-menu-open {

    padding: 10px 0;
}


}
