/**
Theme Name: Exterior Plas
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: exterior-plas
Template: astra
*/



*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}
.decoration-none, .decoration-none a, .privacy-policy a{
	 text-decoration: none !important;
}
ul,
ol {
    list-style: none;
}


/* Remove focus outline for mouse interaction */
:focus:not(:focus-visible) {
    outline: none;
}

a:hover,
a:focus {
    color: inherit;
}
.para-decore a, .custom-accordion a{
	text-decoration: underline !important;
}
/* Optional: remove box-shadow if theme adds it */

a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

.pt-0>div {
    padding-top: 0 !important;
}

.pb-0>div {
    padding-bottom: 0 !important;
}

.full-image a, .full-width-btn a {
    width: 100% !important;
}
b, strong{
	font-weight: 600 !important;
}
.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}
.fw-300 .menu-link,
.fw-300 .elementor-icon-list-item .elementor-icon-list-text, .fw-300 .product_title, .fw-300 .elementor-counter-number-wrapper, .fw-300  .elementor-heading-title, .fw-300 .elementor-icon-box-title   {
    font-weight: 300 !important;
}
.fw-400 .menu-link,
.fw-400 .elementor-icon-list-item .elementor-icon-list-text, .fw-400 .product_title, .fw-400 .elementor-counter-number-wrapper, .fw-400  .elementor-heading-title , .fw-400 .elementor-icon-box-title  {
    font-weight: 400 !important;
}
.fw-500 .menu-link,
.fw-500 .elementor-icon-list-item .elementor-icon-list-text, .fw-500 .elementor-heading-title, .fw-500 .e-n-accordion-item-title, .fw-500 .elementor-button {
    font-weight: 500 !important;
	 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.fw-600 .menu-link,
.fw-600 .elementor-icon-list-item .elementor-icon-list-text, .fw-600 .elementor-heading-title, .fw-600 .elementor-icon-box-title, .fw-600 .elementor-icon-box-title a{
    font-weight: 600 !important;
	 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.fw-700 .menu-link,
.fw-700 .elementor-icon-list-item .elementor-icon-list-text, .fw-700 .elementor-heading-title, .fw-700 .elementor-icon-box-title {
    font-weight: 700 !important;
	 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}/* macOS only */
/* macOS Override */
body.mac-os .fw-700 .menu-link,
body.mac-os .fw-700 .elementor-icon-list-item .elementor-icon-list-text,
body.mac-os .fw-700 .elementor-heading-title,
body.mac-os .fw-700 .elementor-icon-box-title,
body.mac-os .fw-700 .elementor-icon-box-title a {
    font-weight: 500 !important;
}
body.mac-os  .fw-600 .menu-link,
body.mac-os .fw-600 .elementor-icon-list-item .elementor-icon-list-text, body.mac-os  .fw-600 .elementor-heading-title,body.mac-os  .fw-600 .elementor-icon-box-title,body.mac-os  .fw-600 .elementor-icon-box-title a{
  font-weight: 500 !important;	
}
body.mac-os b,body.mac-os strong{
	font-weight: 500 !important;
}
.uppercase .elementor-heading-title{
	text-transform: uppercase !important; 
}

.sticky-header {
    position: fixed !important;
    width: 100% !important;
    transition: all 0.3s;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    display: flex !important;
    z-index: 9999 !important;
}
.sticky-header.active>.e-con-inner {
    transition: all 0.3s;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.sticky-header.active, .error404 .sticky-header{
	background-color: var( --e-global-color-primary ) !important;
}
.text-canter .elementor-counter-title {
    text-align: center;
}
/* for fix line heght */
.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-nav-menu--main .elementor-nav-menu a:hover {
    line-height: 1.2 !important;
}
.elementor-kit-9 a, body .footer-text a:hover , .elementor-kit-7 a{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.overflow-hidden {
    overflow: hidden !important;
}
/* Target number inputs more specifically */
input[type="number"] {
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}
 
/* Hide ALL Firefox spinner pseudo-elements */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  display: none;
}
 
input[type="number"]::-moz-number-spin-box,
input[type="number"]::-moz-number-spin-down,
input[type="number"]::-moz-number-spin-up {
  display: none;
  -moz-appearance: none;
  appearance: none;
}
.space-between ul.elementor-icon-list-items {
    gap: 20px;
    justify-content: space-between !important;
}

.h-100 {
    height: 100% !important;
}

.italic-style .elementor-icon-list-text,
.span-color.italic span, .italic {
    font-style: italic !important;
}

.span-color span,
.color-bold b, .span-color {
    color: var(--e-global-color-5c87350);
}
.custom-btn a{
	min-width: 169px;
}
.no-full-width a{
	min-width: 0;
}

.regular p {
    font-style: normal !important;
}

.common-list ul , .privacy-policy  ul{
    margin: 0;
	padding-left: 20px;
	list-style: disc;
}

.common-list ul>li:not(:last-child), .privacy-policy  ul> li:not(:last-child) {
    margin-bottom: 10px;
}
.privacy-policy.last-child ul>li:last-child{
	    margin-bottom: 10px;
}

.privacy-policy  ul> li:not(:last-child){
	   margin-bottom: 8px;
}
.privacy-policy h1 {
    margin-bottom: 20px;
}
body  .privacy-policy h2{
}
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4 {
    margin: 40px 0 15px;
}
.privacy-policy ul, .privacy-policy ol{
	margin: 0 ;
}
.privacy-policy strong{
	font-weight: 600;
}
.footer-list ul {
    gap: 7px;
  justify-content: right;
}
.smooth-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.image-wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.44%, rgba(0, 0, 0, 0.64) 100%);
    position: absolute;
    inset: 0;
}

.image-wrapper {
    position: relative;
}
.gradient-card{
	overflow: hidden;
}
.gradient-card  .image-wrapper  img{
	transition: all 0.3s;
}

.gradient-card:hover  .image-wrapper  img{
	transform: scale(1.2);
}
.circle {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    width: 70px !important;
    height: 70px;
    min-width: 70px !important;
}
/* contact form */
.contact-form .elementor-field {
	padding-left: 0 !important;
}
.contact-form .elementor-field::placeholder{
	opacity: 1 !important;
}
.contact-form .elementor-field:focus,
.contact-form .elementor-field:hover,
.contact-form .elementor-field-group:focus-within .elementor-field , .contact-form .elementor-field-group .elementor-field {
    border: none !important;
    border-bottom: 1px solid #fff !important;
    box-shadow: none !important;
    outline: 0 !important;
}
/* door-card */
.door-card {
    display: flex;
    height: 100%;
}
/* ./door-card */
.custom-accordion .e-n-accordion-item{
	border: 1px solid #DDDDDD;
	overflow: hidden;
	border-radius: 20px;
}
.custom-accordion .e-n-accordion-item-title[aria-expanded="false"]{
	border-bottom: 1px solid transparent !important;
	transition: all 0.3s;
}
.custom-accordion .e-n-accordion-item-title[aria-expanded="true"]{
	border-bottom: 1px solid #DDDDDD !important;
}
.blur-box {
    -webkit-backdrop-filter: blur(11px); 
    backdrop-filter: blur(11px);      
}
.blur-overlay{
	background-size: cover !important;
}
.blur-overlay::before {
     background: url("https://exterior-plas.sproutwebsites.co.uk/wp-content/uploads/2026/07/bg-two.png") !important;
}
.window-card.v2{
	--e-global-typography-f3bbfee-font-size: 25px !important;
}
.mobile-menu ul.sub-menu {
    position: static !important;
    background: transparent;
    color: red;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
}
.ast-article-single figure, .ast-article-single img:not(figure img) {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.contact-form .elementor-message:before{
	display: none !important;
}
#ast-scroll-top{
	   bottom: 72px !important;
}
/* media */
@media (min-width:1025px){
	.error404 {
	--e-global-typography-defa26d-font-size: 90px;
    
    --e-global-typography-defa26d-line-height: 120px;
	}
	.comit-card-bottom-left {
    grid-column-start: 2 !important;
    grid-column-end: 4 !important;
}
	.inner-banner{
		    --min-height: 590px !important;
	}
	.card-title, .window-card {
		--e-global-typography-f3bbfee-font-size: 25px;
		min-height: 30px;
	}
	
	
}
@media (max-width:1024px){
	.window-card.v2{
	--e-global-typography-f3bbfee-font-size: 18px !important;
}
	br{
		display: none;
	}
.circle {
    width: 100% !important;
    height: 100% !important;
    min-width: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
}
}
@media (max-width:768px){
	.mobile-card-height{
		height: 100% !important;
	}
	.door-card {
    display: block;
}
	.custom-btn a{
	min-width: 130px;
}
}
@media (max-width:540px){
	.counter-box{
		--e-global-typography-5bc8edc-font-size: 14px;
	}

}