/**
Theme Name: Astra Child
Author: Webomindapps
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
*/
.entry-content p { margin-bottom: 0em; }

/* =========================================
   DEFAULT HEADER
   Logo = WHITE
   ========================================= */

header .elementor-widget-image a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    image-rendering: auto;
}

header.scrolled .e-parent {
    background-color: #fff !important;
    border-bottom: 1px solid #ededed;
}

header.scrolled .elementor-widget-image a img {
    -webkit-filter: none !important;
    filter: none !important;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    image-rendering: auto;
}

header.scrolled .elementor-nav-menu--main .elementor-item {
    color: #000 !important;
    fill: #000 !important;
}

header .elementor-widget-image img {
    display: block;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.services-wrapper {
	.service_box  { min-width: 27%; transition: all 0.3s; 
		.elementor-widget-text-editor { opacity: 0; transition: all 0.3s 0.3s; }
	}
	.service_box:hover { min-width: 38%; 
		&:before { background-image: linear-gradient(180deg, #0000007a 0%, #000000 100%) !important; }
		.elementor-widget-text-editor { opacity: 1; transform: translatey(-10px); }
	}
}

#our_works { 
	.swiper-slide { filter: grayscale(100%); transition: all 0.3s; overflow: hidden; border-radius: 8px;  }
	.swiper-slide:hover { filter: grayscale(0%); }
	.elementor-widget-text-editor {
		strong { font-weight: 600 ; text-transform: uppercase; }
		em { margin-inline: 5px; }
	}
	.elementor-icon-list-items { max-height: 0; overflow: hidden; transition: all 0.5s; gap: 12px;
		li.elementor-icon-list-item { width: 47%;
			.elementor-icon-list-text { align-self: auto; }
		}
	}
	.swiper-slide:hover { 
		.elementor-icon-list-items { max-height: 300px; }
	}
}
.shine {  position: absolute; inset: 0; pointer-events: none; background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 75%, transparent 65% );
  transform: translateX(-100%); animation: shine 8s ease-in-out infinite; mix-blend-mode: overlay;
}

@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  50%, 100% {
    transform: translateX(100%);
  }
}
.capabilities {
	.e-con-full { min-width: 180px; height: 180px; padding: 20px; border-radius: 20px; }
}
@media screen and (width < 789px) {
	.capabilities {
		.e-con-full { min-width: 150px; height: 150px; padding: 16px; border-radius: 12px; }
	}
}

@media screen and (width > 1299px) {
	#compliance { min-width: 1280px; max-width: 1520px; }
}
#approach {
	.e-n-accordion .e-n-accordion-item-title-text span { display: block; font-size: 0.5em; color: #8A8A8A; }
	.e-n-accordion-item { 
	  &[open]:before { content: ''; width: 0; background: #67301D; height: 2px; left: 0px; bottom: 0px; position: absolute; animation: progress 6s linear; } 
	  &[open].active-item:before { animation-fill-mode: forwards; } 
	}
}
@keyframes progress {
	from { width: 0; }
	to { width: 100%; }
}

@media screen and (width < 1024px) {
	.services-wrapper {
		.service_box  { min-width: 32%; transition: all 0.3s; }
		.service_box:hover { min-width: 50%; }
	}
	
}

@media screen and (width < 769px) {
	#our_works { 
		.swiper-slide { transition-delay: 0.6s;
			.elementor-icon-list-items { transition-delay: 1s; }
		}
		.swiper-slide.swiper-slide-active { filter: grayscale(0%); 
			.elementor-icon-list-items { max-height: 300px; }
		}
	}
	
	.services-wrapper {
		.service_box  { min-width: 80%; transition: all 0.3s; }
		.service_box:hover { min-width: 80%; }
		.service_box { min-width: 80%; 
			&:before { background-image: linear-gradient(180deg, #0000007a 0%, #000000 100%) !important; }
			.elementor-widget-text-editor { opacity: 1; transform: translatey(-10px); }
		}
		&.disable_mobile { overflow: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch;
			.service_box { scroll-snap-align: start;
				&:last-child {margin-right: 20px; }
			}
		}
	}
}


.sectors-card{
    position: relative;
}

.sectors-card::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 340px;
    border: 1px solid #e2dacd;
    width:100%;
    transition: all 0.3s ease;
}

.sectors-card:hover::after{
    transform:scale(0.9);
}

.timeline-grid .elementor-icon-box-wrapper{
    align-items: center !important;
}
.timeline-card .elementor-icon-box-icon .elementor-icon{
    padding: 30px;
    border-radius: 50%;
border: 1px solid ;
position: relative;
/*transition: all 0.3s ease;*/
z-index: 99;
background-color: white;

}
.timeline-card .elementor-icon-box-icon .elementor-icon::before{
    content:'';
    position: absolute;
    width:50px;
    height:50px ;
    border:1px solid ;
    top: 18%;
    right: 19%;
    border-radius: 50%;
    transform: scale(1.2);
    opacity: 0;
    transition: all 0.3s ease;

    
}

.timeline-card:hover .elementor-icon-box-icon .elementor-icon::before{
    transform: scale(2.2);
    opacity: 1;
}


.timeline-grid{
    position: relative;

}
.timeline-grid::before{
    content: '';
    position: absolute;
   width: 80%;
   left: 80px;
    top: 38px;
    height: 2px;
    background: #e2dacd;
    z-index: 1;
    
    
}

@media (max-width:766px){
.timeline-card .elementor-icon-box-content{
	display:flex;
	flex-direction:column;
	justify-content:center;
	}
	.timeline-grid::before {
    
    width: 470px;
    left: -184px;
    top: 280px;
    
   
    transform: rotate(90deg);
}
}
.standards-tab .e-n-tab-title-text{
    flex-direction: column;
    gap:20px;
}

.standards-tab .e-n-tab-title-text span{
    font-size: 12px;
    line-height: 1.35;
    color: #646a73;
    display: block;
}

/* Keep all seven tabs in one row on desktop and Mac */
.standards-tab .e-n-tabs-heading {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 14px;
    width: 100%;
    flex-wrap: nowrap !important;
}

/* Equal-width tab cards */
.standards-tab .e-n-tab-title {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 150px;
    padding: 20px 12px !important;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

/* Main abbreviation */
.standards-tab .e-n-tab-title-text {
    display: block;
    width: 100%;
    white-space: nowrap;
}

/* Full description below the abbreviation */
.standards-tab .e-n-tab-title-text > span {
    display: block;
    margin-top: 12px;
    white-space: normal;
    line-height: 1.3;
}

@media (max-width:770px){
	.standards-tab .e-n-tabs-heading{
		margin-bottom:20px !important;
	}
	.standards-tab .e-n-tabs-heading .e-n-tab-title:first-child{
    margin-top: 18px !important;   
}
	.standards-tab .e-n-tab-title {
        width:fit-content !important;
		min-height:fit-content !important;
		padding:8px !important;
    }
}
/* Mobile only */
@media (max-width:1024px){

    .standards-tab .e-n-tabs-heading{
        display:flex !important;
        flex-wrap:nowrap !important;
        overflow-x:auto;
        gap:12px;
        scrollbar-width:none;
        margin-bottom:20px !important;
    }

    .standards-tab .e-n-tabs-heading::-webkit-scrollbar{
        display:none;
    }

    /* Same size for ALL tabs */
    .standards-tab .e-n-tab-title,
    .standards-tab .e-n-tab-title.e-active,
    .standards-tab .e-n-tab-title[aria-selected="true"]{
        flex:0 0 180px !important;
        width:180px !important;
        min-width:180px !important;
        max-width:180px !important;

        height:130px !important;
        min-height:130px !important;
        max-height:130px !important;

        padding:16px 12px !important;
        box-sizing:border-box;
        display:flex;
        justify-content:center;
        align-items:center;
    }

    .standards-tab .e-n-tab-title-text{
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        gap:10px;
        white-space:normal;
        text-align:center;
    }

    .standards-tab .e-n-tab-title-text > span{
        font-size:12px;
        line-height:1.3;
        margin:0;
    }
}
/* Remove default list spacing */
.quality-list .elementor-icon-list-items {
    margin: 0 !important;
    padding: 0 !important;
}

/* Individual list row */
.quality-list .elementor-icon-list-item {
    display: flex !important;
    align-items: center !important;
    gap: 20px;

    width: 100%;
    padding: 24px 0 !important;
    margin: 0 !important;

    border-bottom: 1px solid #e3d5c0;
}

/* Circular check icon */
.quality-list .elementor-icon-list-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;
    min-width: 34px;

    border: 1px solid #d99b3d;
    border-radius: 50%;
	background-color:#f9f6f0;
}

/* Checkmark */
.quality-list .elementor-icon-list-icon svg {
    width: 14px !important;
    height: 14px !important;
    fill: #d08b25 !important;
}

/* List text */
.quality-list .elementor-icon-list-text {
    padding: 0 !important;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4;
    color: #16191e;
}

/* Hover effect */
.quality-list .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: #173e63;
}

/* Mobile */
@media (max-width: 767px) {
    .quality-list .elementor-icon-list-item {
        gap: 14px;
        padding: 18px 0 !important;
    }

    .quality-list .elementor-icon-list-icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }

    .quality-list .elementor-icon-list-icon svg {
        width: 12px !important;
        height: 12px !important;
    }

    .quality-list .elementor-icon-list-text {
        font-size: 16px;
    }
}
.quality-list .elementor-icon-list-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 0 !important;
    padding: 0 !important;
}

.quality-list .elementor-icon-list-icon svg {
    display: block !important;
    margin: 0 !important;
    transform: translateY(-1px);
}