/*
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.1755784932
Updated: 2025-08-21 14:02:12
*/


/* ======================================== 
	HEADER & NAVIGATION 
======================================== */
/* Logo on mobile */
@media(max-width:959px) {
 .ast-logo-title-inline .site-logo-img {
  padding-left: 1em;
 }
}
/* Force header button to the right */
.ast-header-button-wrap {
    margin-left: auto;
}
/* Social */
.ast-header-social-1-wrap .ast-social-color-type-custom svg {
    transition: all 0.3s ease;
}

/* ======================================== 
	FOOTER & COPYRIGHT
======================================== */
.ast-footer-copyright {
	font-family:'Montserrat';
	font-size:16px;
}
#astra-footer-menu .menu-item > a {
    text-transform: uppercase;
	  font-weight:600;
	  font-family:'Montserrat';
}
.footer-widget-area {
    font-family: 'Montserrat';
    font-weight: 600;
	  color:#415A64;
	  text-transform:uppercase;
}
.footer-widget-area a {
    transition: all 0.3s ease;
}
.footer-widget-area a:hover {
    color:#1c1c1c;
}

/* ======================================== 
	OVERALL STYLING
======================================== */
/* Overall */
.dark p {
    color:#ffffff;
}
/* Buttons */
body .vc_btn3.vc_btn3-size-md,
body .vc_btn3.vc_btn3-color-black {
    font-weight:700;
    font-family:'Montserrat';
}
body .vc_btn3.vc_btn3-style-custom {
    background-image:none;
    transition: all 0.3s ease;
}
body .vc_btn3.vc_btn3-style-custom:hover {
    text-decoration:underline;
    text-decoration-color:rgb(28,28,28);
}
body .vc_btn3.vc_btn3-color-black {
    transition: all 0.3s ease;
}
body .vc_btn3.vc_btn3-color-black:hover {
    background-color:#495a64;
}
body .ast-custom-button:hover {
    background-color:#1c1c1c;
    color:#ffffff;
}

/* ======================================== 
	HOMEPAGE
======================================== */
/* HERO */
@media(max-width:959px) {
 .home-hero-desktop {
     display:none !important;
 }
}
@media(min-width:959px) {
    .home-hero-mobile {
        display:none !important;
    }
}
/* BANNER */
.banner {
    margin-top:-150px;
    font-size:18px;
}
@media(min-width:959px) {
 .banner p {
    padding-right:80px;
 }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
   .banner .wpb_single_image img {
      max-width:80%;
  }
  .banner .wpb_content_element {
      margin-bottom:5px;
  }
  .banner .vc_do_custom_heading,
  .banner p,
  .banner .vc_btn3-container.vc_btn3-left {
      text-align:left !important;
      padding-left:15px;
      padding-right:15px;
  }
  .banner .vc_do_custom_heading {
      margin-bottom:15px;
  }
  .banner p,
  .banner .vc_btn3-container.vc_btn3-left {
      margin-bottom:15px !important;
  }
}

@media(max-width:959px) {
  .banner .wpb_single_image img {
      max-width:80%;
  }
  .banner .wpb_content_element {
      margin-bottom:5px;
  }
  .banner .vc_do_custom_heading,
  .banner p,
  .banner .vc_btn3-container.vc_btn3-left {
      text-align:center !important;
      padding-left:15px;
      padding-right:15px;
  }
  .banner .vc_do_custom_heading {
      margin-bottom:15px;
  }
  .banner p,
  .banner .vc_btn3-container.vc_btn3-left {
      margin-bottom:15px !important;
  }
}
.banner .vc_btn3.vc_btn3-color-black:hover {
    background-color:transparent;
    border-color:#ffffff;
}

/* ABOUT */
.about-section .vc_col-has-fill>.vc_column-inner {
    padding-top:0px;
}
.about-section .wpb_single_image img {
    border-radius:35px;
}
.about-section .right-col p {
    font-size:20px;
}
.about-section .right-col .vc_column_container>.vc_column-inner {
    padding-left:0px;
}
@media(min-width:959px) {
    .about-section .wpb_single_image img {
        max-width:550px;
    }
}
@media(max-width:959px) {
    .about-section h3 {
        font-size:30px !important;
    }
    .about-section .wpb_content_element {
        margin-bottom:15px;
    }
    .about-section .wpb_single_image img {
      padding-bottom:20px;
    }
}

/* Force WPBakery/Astra columns to stack on all tablets */
@media (min-width: 768px) and (max-width: 1024px) {
  .wpb_column,
  .vc_column_container {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}




/* OUR SERVICES */
.our-services {
    background: radial-gradient(circle at bottom right, #91C9DF, #212D32);
}
.our-services .vc_row.vc_column-gap-20>.vc_column_container {
    padding: 20px;
}
.service-box .vc_column-inner {
    background-color:#ffffff;
    border-radius:35px;
}
@media(min-width:959px) {
    .service-box .vc_column-inner {
        min-height:342px;
    }
}
.service-box.callout .vc_column-inner {
    background-color:rgba(255,255,255,.7);
}
/*Margin underneath image*/
.service-box  .wpb_content_element {
    margin-bottom:20px;
}
.service-box h4 {
    margin-bottom:10px;
}
.service-box h5, .service-box .entry-content h5 {
    padding-top:70px;
    font-weight:600;
}
.service-box p {
    margin-bottom: .1em !important;
    font-weight:700;
}
.service-box .vc_do_btn {
    margin-bottom:20px;
}
.service-box .wpb_single_image img {
    padding-top:30px;
}

/* Stop the Our Services section from overflowing */
.our-services, 
.our-services .vc_row, 
.our-services .vc_row-fluid {
  overflow-x: hidden;
}
/* Ensure service boxes never exceed viewport width */
.our-services .service-box {
  max-width: 100%;
  box-sizing: border-box;
}
/* Optional: prevent flex rows from stretching too wide */
.our-services .vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


/* PHOTO GALLERY */
.photo-gallery .wpb_content_element {
    margin-bottom:0px;
}

/* ======================================== 
	OUR SERVICES
======================================== */

.page-id-32 .right-col .entry-content p {
    margin-bottom: .25em !important;
}

/* Desktop - Outside edges only */
.page-id-32 .left-col {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  overflow: hidden;
}

.page-id-32 .right-col {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  overflow: hidden;
}
/* Mobile and Tablet - Outside edges only */
@media(max-width:959px) {
  .page-id-32 .left-col {
   border-top-left-radius: 35px !important;
   border-top-right-radius:35px !important;
   border-bottom-left-radius: 0px !important;
   overflow: hidden;
 }
 .page-id-32 .right-col {
   border-top-right-radius: 0px !important;
   border-bottom-left-radius:35px !important;
   border-bottom-right-radius: 35px !important;
   overflow: hidden;
 }
}

/* ======================================== 
	CONTACT
======================================== */
@media(max-width:959px) {
	.page-id-34 .vc_custom_1755530788083 {
		background-position: center left;
	}
}
/* Mobile - Fully rounded on top for first column, bottom for second */
@media (max-width: 767px) {
  .page-id-34 .left-col {
    border-radius: 35px 35px 0 0; /* top fully rounded */
  }

  .page-id-34 .right-col {
    border-radius: 0 0 35px 35px; /* bottom fully rounded */
  }
}
/* Desktop - Outside edges only */
.page-id-34 .left-col {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  overflow: hidden;
}
.page-id-34 .right-col {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  overflow: hidden;
}

/* Contact Form */
.page-id-34 .form-header .vc_custom_1755743440855 {
  border-radius: 35px 35px 0px 0px !important;
}
.page-id-34 .bottom-row {
  border-radius: 0px 0px 35px 35px !important;
}