/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.10.1757007988
Updated: 2025-09-04 23:16:28

*/
a:focus { outline: none;}
.hover-boxes .item-move-hover:hover .item-color-hover{ transform: translateY(-20px); }
.hover-boxes .item-move-hover:hover .item-color-hover .elementor-icon i { color: #ffffff; }
.hover-boxes .item-move-hover:hover .item-color-hover h2 { color: #ffffff;}
.hover-boxes .item-move-hover:hover .item-color-hover p { color: white;}
.sticky-sidebar { position: sticky; top: 50px; /* adjust for header height */}


/* portfolio page css */
main{display: grid;  gap: 60px;}
main .main-grid {display: grid;  grid-template-columns: 1fr 1fr 1fr;  grid-auto-rows: auto; gap: 80px;}  
main .main-grid .item {overflow: hidden;  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);}
main .main-grid .item:hover{transform: scale(0.9);}
main .main-grid .item .img-tall{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%;
}
main .main-grid .item .img-short{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 415px;
    width: 100%;
}
main .main-grid .item .img img{min-width: 100%; height: 100%;}
main .main-grid .item .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 0 0;
	gap: 0px;
}
main .main-grid .item .content h1{
    margin: 0px;
    font-family: 'League Spartan';
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #2c2c2c;
}
main .main-grid .item .content p{
    margin: 0px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #f44d46;
    text-transform: uppercase;
    font-family: 'Nunito Sans';
}
main .main-grid .tall{grid-row: span 2; height: fit-content;}
main .main-grid .short{grid-row: span 1; height: fit-content;}

/* blog-page */
.blogcontainer {display: flex; width: 100%; max-width: 1450px; padding: 100px 0px; margin: 0 auto;}
.blogcontainer main .main-grid .item .content h1{text-align: center;}

/* About page */
.sec-link a{color: #2c2c2c;}
.sec-link a:hover{color: #8C8E90;}
.sec-linkk a{color: #8C8E90;}
.sec-linkk a:hover{color: #2c2c2c;}

/* CONTACT FORM ABOUT PAGE  */
#wpcf7-f596-p311-o1 form .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.form-col {flex: 1 !important; margin-right: 15px !important;}

.form-col:last-child {margin-right: 0 !important;}

.co-fo input[type="text"]{font-family: "Nunito Sans"; border: 1px solid #EAEAEA;}
.co-fo .wpcf7 input.wpcf7-form-control:not([type=submit]):focus{border-color: #2c2c2c;}
.co-fo .wpcf7-form-control {color: #8C8E90;}
.co-fo .wpcf7-form-control::placeholder {color: #8C8E90 ;}
.co-fo .premium-cf7-container .wpcf7-form div{width: 100%;}
.co-fo .wpcf7 .wpcf7-form-control:not([type="submit"]) {
  padding: 25px;
  box-sizing: border-box;
  font-size: 16px;
  color: #8C8E90; 
}


.co-fo .premium-cf7-container input.wpcf7-submit{
	font-family: "League Spartan"; 
	font-size: 14px; 
	line-height: 24px; 
	font-weight: 500; 
	letter-spacing: 3px; 
	text-transform: uppercase; 
	background-color: #f44d46;
	border: none;
	color: white;
	padding: 15px;
}
.co-fo .premium-cf7-container input.wpcf7-submit:hover{background-color: #e34a44}
#wpcf7-f596-p311-o1 form .form-row p { width: 100%; }


/* contact page  */
.sece-link {color: #8c8e90;}
.sece-link:hover {color: #f44d46;} 

/* Contact Form 7 */

.row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px !important;
}

.col {
  flex: 1;
}

.row-full {
  margin-bottom: 20px !important;
}

.wpcf7 input.wpcf7-form-control.form-control {
  width: 100%;
  padding: 25px;
  font-size: 16px;
  font-family: "Nunito Sans";
  font-weight: 400;
  color: #2c2c2c;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  box-sizing: border-box;
}
.wpcf7 input.wpcf7-form-control.form-control:focus {
  	border: 1px solid #cccccc;
}

.wpcf7 textarea.wpcf7-form-control {
 	height: 182px;
 	resize: vertical;
	border: 1px solid #EAEAEA;
}
.wpcf7 textarea.wpcf7-form-control:focus {border: 1px solid #cccccc;}
.premium-cf7-container input.wpcf7-submit.btn-submit {
    padding: 15px 0;
    font-family: 'League Spartan', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 3px;
    color: #ffffff;
    background-color: #f44d46;    
    border-style: solid;
    border-width: 1px;
    border-color: #f44d46;    
    border-radius: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
	margin: 0px;
}
.premium-cf7-container input.wpcf7-submit.btn-submit:hover { background-color: #e34a44; border-color: #e34a44;}

/* media Queries  */
@media (max-width: 767px){
	#wpcf7-f596-p311-o1 form .form-row { flex-direction: column; gap: 20px; }
	#wpcf7-f596-p311-o1 form .form-row p span input[type="date"] { background-color: #FFFFFF; background: #FFFFFF;}
}
	
@media screen and (max-width:1024px) and (min-width: 769px) {
	main .main-grid {grid-template-columns: repeat(2, 1fr);  gap: 30px;}
    main .main-grid .item .img-short, main .main-grid .item .img-tall {width: auto;}
    main .main-grid .item .img-short {height: 320px;}
    main .main-grid .item .img-tall {height: 650px;}
	.filter-buttons button { padding: 8px 10px; font-size: 13px; line-height: 24px;}
	.NEW-video--sec-HOM video .elementor-custom-embed-image-overlay img { aspect-ratio: var(--video-aspect-ratio); --video-aspect-ratio: 0;}
	.ast-builder-grid-row-3-equal .ast-builder-grid-row{grid-template-columns: repeat(1, 1fr) !important;}
	
	/* blog listing */
    .blogcontainer{padding: 30px 20px 70px;}
}

@media screen and (max-width:768px) {
	main .main-grid{ gap: 30px;}
    main .main-grid {display: grid;  grid-template-columns: 1fr;}
	main .main-grid .item .img-short, main .main-grid .item .img-tall {height: 400px;}
	.filter-buttons button { padding: 10px 10px; font-size: 12px; line-height: 15px;}
	.filter-buttons button{width: 100%;}
	.filter-buttons button:first-child{width: 100%;}
	.filter-buttons{ display: grid; width: auto; gap: 20px;}
} 

/* SERVICE PRICING */
##servicepricing{ position: relative:}