/*
Theme Name: Agilenobel 2025
Text Domain: agilenobel
Version: 2.9
Tested up to: 6.8
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

body {
	color: #fff;
	font-family: 'Arial', sans-serif;
	margin: 0;
	overflow-x: hidden;
  }
  .hero{
	  background:url('https://beechems.com/wp-content/uploads/2025/05/Header-bg-scaled.webp');
	  background-size: cover;
	  background-position: center;
  }
  button.navbar-toggler {
	  background-color: #8241b6;
  }
  section.differentiates-section img {
	  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	  border-radius: 10px;
  }
  h3.text-center.pro-text {
	  text-transform: uppercase;
	  font-size: 20px;
	  color: #6f42c1;
	  font-weight: 500;
  }
  .copyright {
	  display: flex;
	  justify-content: center;
	  gap: 70px;
  }
  .main .contact-info {
	  display: flex
  ;
	  justify-content: end;
	  gap: 8px;
  }
  .navbar {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
	padding: 0.8rem 5px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar-brand img {
	  width: 158px;
	  height: auto;
	  transition: transform 0.3s ease;
  }
  
  .navbar-brand img:hover {
	transform: scale(1.1);
  }
  .nav-link {
	color: #6f42c1 !important;
	font-weight: 600;
	text-transform: uppercase;
	transition: color 0.3s ease;
	font-size: 0.9rem;
  }
  .nav-link:hover {
	color: #d63384 !important;
  }
  .dropdown-menu {
	  background: rgba(255, 255, 255, 0.95);
	  border: none;
	  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	  border-radius: 0;
	  padding: 0;
	}
	
	.dropdown-item {
	  color: #6f42c1 !important;
	  font-weight: 600;
	  text-transform: uppercase;
	  font-size: 0.9rem;
	  padding: 0.5rem 1.5rem;
	  transition: color 0.3s ease, background 0.3s ease;
	}
	
	.dropdown-item:hover {
	  color: #d63384 !important;
	  background: rgba(214, 51, 132, 0.1);
	}
	
	.dropdown-toggle::after {
	  transition: transform 0.3s ease;
	}
	
	.dropdown-toggle[aria-expanded="true"]::after {
	  transform: rotate(180deg);
	}
	.history-section {
	  padding:80px 0px;
	  background: rgb(236 225 255);
	  color: #fff;
  }
	
  .history-section h2 {
	  font-size: clamp(1.5rem, 4vw, 2rem);
	  font-weight: 700;
	  color: #6f42c1;
	  margin-bottom:20px;
  }
  section.blog-section h3 {
	  font-size: 24px;
  }
  
  .history-section p {
	  font-size: clamp(0.9rem, 2vw, 1rem);
	  margin-bottom: 1rem;
	  color: #000;
  }
  
	
	.history-section .btn-custom:hover {
	  transform: translateY(-3px);
	  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
	  background: linear-gradient(45deg, #cc4d00, #e67300);
	}
	
	.history-image {
	  border-radius: 10px;
	}
	
	
	@media (max-width: 768px) {
	  .copyright {
		  flex-direction: column;
		  gap: 0px;
		  padding: 20px !important;
	  }
	  .history-section {
		padding: 2rem 0.5rem;
	  }
	
	  .history-image {
		margin-top: 1.5rem;
	  }
	
	  .badge-circle {
		width: 120px;
		height: 120px;
		font-size: clamp(0.7rem, 1.2vw, 0.9rem);
		bottom: 0.5rem;
		right: 0.5rem;
	  }
	}
	
	@media (max-width: 576px) {
	  .badge-circle {
		width: 100px;
		height: 100px;
		font-size: clamp(0.6rem, 1vw, 0.8rem);
	  }
	}
	@media (max-width: 992px) {
	  .dropdown-menu {
		background: rgba(255, 255, 255, 0.95);
	  }
	  .dropdown-item {
		font-size: 0.8rem;
		padding: 0.4rem 1rem;
	  }
	}
	
	@media (max-width: 576px) {
	  .dropdown-item {
		font-size: 0.7rem;
		padding: 0.3rem 0.8rem;
	  }
	}
  .content {
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2rem 1rem;
	animation: fadeIn 1.5s ease-in-out;
  }
  @keyframes fadeIn {
	0% { opacity: 0; transform: translateY(20px); }
	100% { opacity: 1; transform: translateY(0); }
  }
  .content h1 {
	font-size: 56px;
	font-weight: 700;
	margin-bottom: 1.5rem;
	animation: slideIn 1s ease-in-out;
  }
  @keyframes slideIn {
	0% { transform: translateX(-20px); opacity: 0; }
	100% { transform: translateX(0); opacity: 1; }
  }
  .content p {
	font-size: clamp(1rem, 3vw, 1.3rem);
	max-width: 90%;
	margin: 0 auto 2rem;
	color: #f1f1f1;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .btn-custom {
	background: linear-gradient(45deg, #d63384, #6f42c1);
	color: #fff;
	border: none;
	padding: 0.7rem 2rem;
	border-radius: 30px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	font-size: clamp(0.8rem, 2vw, 1rem);
  }
  .btn-custom:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
	background: linear-gradient(45deg, #c22577, #5a32a3);
  }
  .contact-info {
	  font-size: clamp(0.7rem, 1.5vw, 0.9rem);
	  color: #6c757d;
	  font-weight: 500;
  
  }
  .contact-info a {
	color: #000;
	text-decoration: none;
	transition: color 0.3s ease;
  }
  .contact-info a:hover {
	color: #d63384;
  }
  .products-section {
  padding: 80px 0px;
	  color: #000;
  }
  .products-section h2 {
	font-size: clamp(1.5rem, 4vw, 2rem);
	font-weight: 700;
	margin-bottom: 1.5rem;
	color: #000;
  }
  .product-card {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
  .product-card img {
	width: 100%;
	height: 300px;
	object-fit: cover;
  }
  .product-card .card-body {
	padding: 1rem;
  }
  .product-card .card-body p:first-child {
	font-weight: 600;
	font-size: clamp(0.9rem, 2vw, 1rem);
  }
  .product-card .card-body p:nth-child(2) {
	font-size: clamp(0.8rem, 1.8vw, 0.9rem);
	margin-bottom: 1rem;
  }
  .product-card .btn {
	background-color: #d63384;
	color: #fff;
	border: none;
	font-size: clamp(0.7rem, 1.5vw, 0.8rem);
  }
  .product-card .btn:hover {
	background-color: #c22577;
  }
  .info-box {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	padding: 1rem;
	margin-top: 1.5rem;
  }
  .info-box img {
	width: 80px;
	height: 80px;
  }
  .info-box p {
	font-size: clamp(0.8rem, 1.8vw, 0.9rem);
  }
  .differentiates-section {
	padding:80px 0px;
	background: #fff;
	color: #000;
  }
  .differentiates-section h2 {
	font-size: clamp(1.5rem, 4vw, 2rem);
	font-weight: 700;
	color: #6f42c1;
	margin-bottom: 1.5rem;
  }
  .differentiates-section p {
	font-size: clamp(0.9rem, 2vw, 1rem);
  }
  .differentiates-section ul {
	list-style: none;
	padding-left: 0;
  }
  .differentiates-section ul li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 0.8rem;
	font-size: clamp(0.8rem, 1.8vw, 0.9rem);
  }
  .differentiates-section ul li:before {
	content: "•";
	color: #d63384;
	position: absolute;
	left: 0;
  }
  .blog-section {
	  padding: 80px 0px;
	  background: #6f42c1 !important;
	  color: #fff;
  }
  .blog-section h2 {
	font-size: clamp(1.5rem, 4vw, 2rem);
	font-weight: 700;
	color: #fff;
	margin-bottom: 1.5rem;
  }
  .blog-card {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	padding: 1rem;
	margin-bottom: 1rem;
	transition: transform 0.3s ease;
	min-height: 284px;
  }
  .blog-card:hover {
	transform: translateY(-5px);
  }
  .blog-card p {
	font-size: clamp(0.8rem, 1.8vw, 0.9rem);
  }
  .blog-card a {
	color: #fff;
	font-size: clamp(0.7rem, 1.5vw, 0.8rem);
  }
  .blog-card a:hover {
	color: #6f4;
  }
  .footer-section {
	padding: 80px 0px;
	background: rgba(255, 255, 255, 0.95);
	color: #333;
  }
  .footer-section img {
	  height: auto;
	  width: 190px;
	  margin-bottom: 20px;
  }
  .footer-section h5 {
	font-size: clamp(1rem, 2.5vw, 1.2rem);
	font-weight: 700;
	color: #6f42c1;
	margin-bottom: 1rem;
  }
  .footer-section p {
	font-size: clamp(0.8rem, 1.8vw, 0.9rem);
  }
  .footer-section ul {
	list-style: none;
	padding-left: 0;
  }
  .footer-section ul li {
	margin-bottom: 0.5rem;
  }
  .footer-section ul li a {
	color: #333;
	text-decoration: none;
	font-size: clamp(0.8rem, 1.8vw, 0.9rem);
  }
  .footer-section ul li a:hover {
	color: #d63384;
  }
  .footer-section .contact-info a {
	color: #333;
	font-size: clamp(0.8rem, 1.8vw, 0.9rem);
  }
  .footer-section .contact-info a:hover {
	color: #d63384;
  }
  .copyright {
	background: #000;
	color: #fff;
	padding: 20px 0px;
	text-align: center;
  }
  .footer-section .copyright p {
	font-size: clamp(0.7rem, 1.5vw, 0.9rem);
	margin: 0;
  }
  @media (max-width: 992px) {
	.nav-link {
	  font-size: 0.8rem;
	}
	.contact-info {
	  font-size: 0.7rem;
	}
	.content {
	  min-height: 60vh;
	}
	.product-card img {
	  height: 120px;
	}
	.info-box img {
	  width: 60px;
	  height: 60px;
	}
	.differentiates-section img {
	  margin-bottom: 1.5rem;
	}
  }
  @media (max-width: 576px) {
	  .navbar-brand img {
		  height: 41px;
		  width: 160px;
	  }
	.nav-link {
	  font-size: 0.7rem;
	}
	.contact-info {
	  font-size: 0.6rem;
	}
	.content {
	  min-height: 50vh;
	  padding: 1.5rem 0.5rem;
	}
	.product-card img {
	  height: 100px;
	}
	.info-box img {
	  width: 50px;
	  height: 50px;
	  margin: 0 auto 1rem;
	  display: block;
	}
	.info-box {
	  text-align: center;
	}
	.differentiates-section img {
	  width: 100%;
	  max-width: 300px;
	  margin: 0 auto 1.5rem;
	  display: block;
	}
	.footer-section img {
	  height: 30px;
	}
  }
