/*
Theme Name:     APPCC
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
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:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

/* Header Menu */
/* Page Banner - Single Page */
.single-page-banner {
    background-color: var(--nv-secondary-accent);
    color: var(--nv-text-dark-bg);
    padding: 3em 0em;
    margin-top: -25px;
    margin-bottom: 30px;
}
.single-page-banner > div > h2 {
	margin-bottom: 5px ;
}
.single-page-banner > div > p {
    font-size: 1em;
	margin-bottom: 0px ;
}
p.single-banner-text-size {
    font-size: 2em !important;
    font-style: normal;
}
@media (max-width: 960px) {
    .single-page-banner {
        background-color: var(--nv-secondary-accent);
        color: var(--nv-text-dark-bg);
        padding: 2em 0em;
        margin-top: 0px;
        text-align: center;
    }
	.single-page-banner > div > p {
		font-size: 1.5em!important;
	}
}
/* Page Banner - Homepage */
.page-banner > div > img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}
.image-wrapper {
	position: relative;
	display: inline-block;
	width: 100% ;
	margin-bottom: 30px ;
}
.image-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-image: linear-gradient(95deg, #ffffff 0%, rgba(255, 255, 255, 0) 70%);
}
.page-banner > .text-container {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 40%;
    color: var(--nv-primary-accent);
}
.page-banner > .text-container > h1 {
    font-size: 4em;
	margin-bottom: 30px ;
}
.page-banner > .text-container > p {
    font-size: 1.4em;
    font-weight: 400;
	margin-bottom: 0px ;
}
@media (max-width: 1200px) {
	.page-banner > .text-container {
		position: absolute;
		top: 15%;
		left: 10%;
		width: 60%;
		color: var(--nv-primary-accent);
	}
    .page-banner > .text-container > h1 {
        font-size: 3em;
    }
	.page-banner > div > img {
		width: 100%;
		height: 80vh;
		object-fit: cover;
	}
}
@media (max-width: 600px) {
	.page-banner > .text-container {
		position: absolute;
		top: 15%;
		left: 10%;
		width: 60%;
		color: var(--nv-primary-accent);
	}
    .page-banner > .text-container > h1 {
        font-size: 3em;
        margin-bottom: 10px;
    }
.page-banner > div > img {
        width: 100%;
        height: 90vh;
        object-fit: cover;
    }
	.image-wrapper::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 110vw;
		height: 100%;
		pointer-events: none;
		background-image: linear-gradient(95deg, #ffffff 0%, rgba(255, 255, 255, 0) 90%);
	}
}
/* Animation for Title and Sub Heading - Banner */
@keyframes title {
	0% {
		position: relative ;
		top: -150px ;
		opacity: 0 ;
	}
	100% {
		position: relative ;
		top: 0px ;
		opacity: 1 ;
	}
}
@keyframes paragraph {
	0% {
		position: relative ;
		bottom: -50px ;
		opacity: 0 ;
	}
	100% {
		position: relative ;
		bottom: 0px ;
		opacity: 1 ;
	}
}
.page-banner > .text-container > h1 {
	animation-name: title ;
	animation-duration: 2s ; 
}
.page-banner > .text-container > p {
	animation-name: paragraph ;
	animation-duration: 2s ; 
}
/* Block - Columns 3 */
.block-columns-three > div > div > div > a {
    border-bottom-left-radius: 25px !important;
    font-size: 1.6em !important;
    border-bottom-right-radius: 0px!important;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
}
/* About Us Block */
.about-us-member-join {
    border-bottom-left-radius: 25px;
    margin: 3em;
}
.about-us-member-join > div > h2 {
	margin-bottom: 0px!important;
}
@media(max-width: 600px) {
	.about-us-member-join > div > h2 {
		font-size: 1.2em;
	}
	.about-us-member-join {
    	border-bottom-left-radius: 25px;
    	margin: 1em 0em;
	}
}
/* Contact Form Selection */
/* Container styling */
.form-selection-container {
  max-width: 50rem;
  margin: 2rem auto;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Selection row */
.form-select-options {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
  margin-bottom: 1.5rem;
}

/* Labels */
.form-select-options label {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
    color: var(--nv-text-color);
    flex: 1 1 100%;
}

/* Dropdown */
.form-select-options select {
  padding: 0.6rem 0.8rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 0.95rem;
  flex: 1 1 auto;
  min-width: 220px;
  background-color: var(--nv-c-1);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-select-options select:focus {
  border-color: var(--nv-text-color);
  box-shadow: 0 0 5px rgba(0,123,255,0.3);
  outline: none;
}

/* Columns Three */
@media (max-width: 600px) {
	.block-columns-three > div > div > div {
    font-size: .5em;
	}
    .block-columns-three > div > div > div > a {
        padding: 5px 5px !important;
    }
}
/* Text and Media block */
.wp-block-media-text__content {
    padding: 0px !important;
}
@media (max-width: 600px) {
    .wp-block-media-text__media {
        width: 65%;
        margin: 0 auto !important;
        padding-bottom: 10px;
    }
}