/*
Theme Name: Astra-child
Author: 
Description: Your description goes here
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.contact-form input {
    border-radius: 0 !important;
}
.contact-form textarea {
    border-radius: 0 !important;
	height: 135px !important;
}
.checkbox-form {
    display: flex
;
    gap: 56px;
    margin-top: -19px;
}
p.preferred-contact-label {
    color: white;
    font-size: 13px;
    font-weight: 100;
}
span.wpcf7-list-item-label {
    font-size: 11px;
    letter-spacing: 2.5px;
	color: white;
}
.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control {
    padding: 12px 16px;
    font-size: 11px;
    
}
span.wpcf7-list-item last {
    font-size: 11px;
    letter-spacing: 2.5px;
	color: white;
}
.submit_1 {
    text-align: center;
    padding-left: 56px;
    padding-top: 16px;
}

/* breadcrumbs css */
.ast-breadcrumbs {
    font-size: 14px;
    color: #666;
    margin: 20px 0; /* adjust spacing below first section */
}

.ast-breadcrumbs a {
    color: #9f7ffb;
    text-decoration: none;
}

.ast-breadcrumbs a:hover {
    text-decoration: underline;
}
.wpcf7 .wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 8px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffffff !important;
}
.wpcf7-response-output {
    color: #ffffff !important;
}

/* input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #BE6CA8 !important;
    width: 144px !important;
    height: 37px !important;
    letter-spacing: 6.5px !important;
    padding-bottom: 28px !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background-color: #a85691 !important;
  color: #fff !important;
} */

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #BE6CA8 !important;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 2.4px;
    fill: var(--e-global-color-d6cea4e);
    color: var(--e-global-color-d6cea4e);
    border-radius: 0px 0px 0px 0px !important;
    padding: 9px 30px 7px 30px !important;
    text-transform: uppercase;
}

/* nav.yoast-breadcrumbs {
	display:none;
} */

@keyframes bounce {
50% {
    transform: translateY(-15px);
  }
}
#arrow-bounce a.elementor-icon{
animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.all-services .service-box{
	transition: transform 0.3s ease-in-out;
	height:300px;
	overflow: hidden;
}
.all-services .service-box:hover{
	transform: scale(1.1);
}





































.all-services .service-box a{
	text-decoration: none;
}
.header-menu ul li:before {
    content: " | ";
    color: #fff;
    background-color: transparent !important;
    opacity: 1 !important;
}
.header-menu ul li:first-child:before {
    content: none;
}
.header-menu li.menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 760px) {
  .all-services {
    display: block;/* This ensures the grid items don’t show up as a grid on mobile */
	  margin-bottom: 0;
  }
	.all-services .service-box{
	height:220px!important;
		display: flex!important;
}
 .all-services .slick-dots {
    position: absolute;
    bottom: 0!important;
	 padding-left: 0;
	 display:none!important;
	}
	 .all-services .slick-dots li button:before{
		    opacity: 1!important;
    color: #ffffff!important;
	}
	 .all-services .slick-dots li.slick-active button:before {
    opacity: 1!important;
    color: #be6ca8!important;
}
	.all-services.slick-dotted.slick-slider {
    margin-bottom: 0!important;
}
}

/* .bread-sec .hfe-breadcrumbs.hfe-breadcrumbs-show-home a{
	text-decoration: none!important;
} */


div#service-pg-service a {
    text-decoration: none !important;
}


























.post-type-archive-case_study .yoast-breadcrumbs-container {
	width: 100%;
}
.case_study-template .yoast-breadcrumbs-container {
	width: 100%;
	padding: 0!important;
  max-width: 1240px!important;
}
.case-studies-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 40px 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.case-study-item {
/*   background: #fff;
  border: 1px solid #eee;
  border-radius: 12px; */
  overflow: hidden;
/*   box-shadow: 0 4px 10px rgba(0,0,0,0.05); */
  transition: all 0.3s ease;
  position: relative;
}

.case-study-item:hover {
  transform: translateY(-5px);
  /*box-shadow: 0 6px 15px rgba(0,0,0,0.1);*/
	box-shadow:none;
}

.case-study-thumb {
  position: relative;
}

.case-study-thumb img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  display: block;
}

.case-study-overlay-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    width: 80%;
    box-sizing: border-box;
    letter-spacing: 3px;
}

.post-type-archive-case_study .case-study-overlay-title a {
	color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 18px;
	    line-height: 20px;
}

.post-type-archive-case_study .case-study-overlay-title a:hover {
  color: #ddd;
}

.post-type-archive-case_study .case-study-content {
    padding: 10px 30px 0 0;
}

.post-type-archive-case_study .case-study-excerpt {
	font-size: 14px;
    font-weight: 300;
  margin-top: 10px;
  color: #555;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: visible;
}

.post-type-archive-case_study .case-study-readmore {
  display: inline-block;
    /* margin-top: 15px; */
    /* padding: 3px 18px; */
    /* background-color: #BE6CA8; */
    color: #555;
    text-decoration: none;
    transition: background 0.3s ease;
    font-weight: 300;
    text-transform: uppercase;
}

.case-study-readmore:hover {
  color:#555;
	text-decoration: underline!important;
}

.post-type-archive-case_study .ast-container {
  flex-direction: column;
  max-width: 100%;
  padding: 0;
}



/* .case-study-thumb {
    position: relative;
}
h2.case-study-overlay-title {
    position: absolute;
    top: 50%;
    left: 25%;
    text-align: center;
    right: 25%;
} */




.ast-separate-container #content .ast-container {
        /* padding-left: 0.54em; */
        /* padding-right: 0.54em; */
        padding: 0 !important;
    }
.slick-prev, .slick-next{
	z-index:1!important;
}
.slick-prev {
    left: 10px!important;
}
.slick-next {
    right: 10px!important;
}


.page-id-735 img.attachment-large.size-large.wp-image-663 {
    float: right !important;
}




img.attachment-large.size-large.wp-image-663 {
    float: right;
}

@media only screen and (min-width: 2200px) {
div#BUILDING-sec-2 {
    max-width: 1870px !important;
    margin: auto;
}
  }


@media only screen and (max-width: 767px) {
	.page-id-735 .elementor-145 .elementor-element.elementor-element-4bbc862 img {
    width: 80% !important;
}
.page-id-735 img.attachment-large.size-large.wp-image-663 {
    float: unset !important;
}

.elementor-145 .elementor-element.elementor-element-4bbc862 img {
    width: 80% !important;
}

img.attachment-large.size-large.wp-image-663 {
    float: unset !important;
}
.page-id-2028 .elementor-145 .elementor-element.elementor-element-4bbc862 img {
    width: 80% !important;
}
	.page-id-1533 .elementor-145 .elementor-element.elementor-element-4bbc862 img {
    width: 80%;
}
}
.case_study-template h2.wp-block-heading {
    font-size: 38px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.4em;
    letter-spacing: 0px;
    word-spacing: 0px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    /* text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3); */
    color: #1C5238;
}
.case_study-template .cs-main-wrapper {
    justify-content: space-between;
    gap: 50px;
}
.cs-related-section {
    background: #F6F6F6!important;
    border-left: 0!important;
	padding: 60px 20px!important;
	text-align:center;
}
.case_study-template .cs-related-item img {
    width: 100%!important;
}
.case_study-template .cs-post-content p{
	font-size: 16px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #000000;
}

.cs-related-section h3.cs-related-title {
    font-size: 28px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
	    text-align: left;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 10px;
    color: #1C5238;
}

.case_study-template .cs-related-item {
    margin-bottom: 15px;
    background: #fff!important;
    margin-top: 30px!important;
	position:relative;
}
.case_study-template .cs-related-item-excerpt {
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
    color: #555!important;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: visible;
	padding: 0px 10px 10px 10px;
	text-align:left;
}

.case_study-template .cs-related-item a {
    text-decoration: none;
    color: #555!important;
}
.case_study-template h4.cs-related-item-title {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    width: 80%;
	
    box-sizing: border-box;
    z-index: 11;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.case_study-template h4.cs-related-item-title a{
	color:#fff!important;
}
.post-type-archive-case_study .load-more-container {
    text-align: center;
    margin-bottom: 60px;
}
.post-type-archive-case_study button.load-more-btn, .case_study-template .cs-view-all-button  {
    background-color: #BE6CA8!important;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 2.4px;
    fill: var(--e-global-color-d6cea4e);
    color: var(--e-global-color-d6cea4e);
    border-radius: 0px 0px 0px 0px!important;
    padding: 9px 30px 7px 30px!important;
    text-transform: uppercase;
}
.post-type-archive-case_study button.load-more-btn:hover, .case_study-template .cs-view-all-button:hover{
	color:#fff!important;
}
.case_study-template .cs-banner-overlay{
	background: #194933de;
}
.case_study-template .cs-banner-content .cs-label {
    font-size: 16px;
    margin-bottom: 0!important;
}
.case_study-template .cs-banner-content .cs-title {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 10px;
    color: #FFFFFF;
}
@media (max-width: 768px) {
    .cs-title {
        font-size: 42px !important;
    }
	.cs-banner-section {
		height: 400px!important;
	}

}
@media (max-width: 480px) {
    .cs-title {
        font-size: 24px !important;
    }
	    .cs-banner-section {
        height: 320px!important;
    }
}





/* scroll btn */
#ast-scroll-top {
    background-color: #BE6CA8 !important;
    font-size: 16px !important;
}

/* all a tag use focus */

a:focus {
    outline: none !important;
}

/*  */
/* Style for the active menu item */
.hfe-nav-menu .custom-active-menu .hfe-menu-item {
   
    border-bottom: 2px solid #BE6CA8 !important; /* Blue bottom border */
} 
.page-id-2414 .yoast-breadcrumbs-container {
    max-width: 1300px !important;
    margin: auto;
}




.footer-menu ul li {
   display:flex !important;
	align-items:center !important;
}
.footer-menu ul li:before {
    content: " | ";
    color: #fff;
    background-color: transparent !important;
    opacity: 1 !important;
}
.footer-menu ul li:first-child:before {
    content: none;
}





/* ---------- Sticky Header Top 0 ---------- */
#header-main-top {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Optional: Background change on scroll */
.sticky-active {
    background-color: #000000 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* ******* */
.page-id-800 .yoast-breadcrumbs-container {
    display: none !important;
}