/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

body, p {
	font-family: 'HelveticaNeue' !important;
	line-height: 1.7;
}

p:last-of-type {
	margin-bottom: 0;
}

@font-face {
  font-family: 'LemonMilk';
  src: url('fonts/LEMONMILK-Bold.woff2') format('woff2'),
       url('fonts/LEMONMILK-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/HelveticaNeue-Regular.woff2') format('woff2'),
       url('fonts/HelveticaNeue-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/HelveticaNeue-Light.woff2') format('woff2'),
       url('fonts/HelveticaNeue-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/HelveticaNeue-Bold.woff2') format('woff2'),
       url('fonts/HelveticaNeue-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

.font-lemonmilk h1,
.font-lemonmilk h2,
.font-lemonmilk h3,
.font-lemonmilk h4,
.font-lemonmilk h5 {
	font-family: 'LemonMilk' !important;
}

.navigation .menu-main-menu .menu-item .menu-link .text-wrap {
	font-family: 'HelveticaNeue' !important;
	font-size: 1.875;
	text-transform: uppercase;
}

.lighting-products-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
}

.lighting-product-card {
	background: #fff;
	padding: 15px;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	text-align: center;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.lighting-product-card img {
	width: 100%;
	height: auto;
	max-height: 200px;
	object-fit: contain;
	margin-bottom: 10px;
}

.lighting-product-card h3 {
	font-size: 2.5rem;
	color: #000;
}

.lighting-product-card p {
	font-size: 1.5rem;
	color: #000;
	margin-bottom: 0;
}

.display-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #d7d7d7;
}

.mySwiper {
	border: 3px solid #fff;
	margin-bottom: 50px;
}

.mySwiper .swiper-slide img {
    max-height: 500px;
    width: 100%;
    height: 500px;
    object-fit: cover; /* or cover, depending on your layout needs */
    display: block;
    margin: 0 auto;
}

.swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1) !important;
}

.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background: rgba(255, 255, 255, 0.5) !important;
}

/* Tablet: 2 columns */
@media (max-width: 991px) {
	.lighting-products-grid {
		grid-template-columns: 1fr;
	}
	.lighting-product-card h3 {
		font-size: 2rem;
	}

	.lighting-product-card p {
		font-size: 1.375rem;
		margin-bottom: 0;
	}
}

/* Mobile: 1 column */
@media (max-width: 600px) {
	.lighting-products-grid {
		grid-template-columns: 1fr;
	}
	.lighting-product-card h3 {
		font-size: 2rem;
	}

	.lighting-product-card p {
		font-size: 1.375rem;
		margin-bottom: 0;
	}
	.mySwiper .swiper-slide img {
		height: 300px;
		max-height: 300px;
	}
}

.with-dot .elementor-widget-container {
	position: relative;
}

.with-dot .elementor-widget-container:after {
	position: absolute;
	content: '';
	background: #ED1E25;
	height: 20px;
	width: 20px;
	top: 50%;
	right: -6.1rem;
	transform: translateY(-50%);
	border-radius: 100%;
}

@media (max-width: 600px) {
	.with-dot .elementor-widget-container:after {
		display: none;
	}
	.with-dot .elementor-widget-container p {
		margin-bottom: 0;
	}
	.with-dot .elementor-widget-container:before {
		position: absolute;
		content: '';
		background: #ED1E25;
		height: 15px;
		width: 15px;
		top: 50%;
		left: -2.9rem;
		transform: translateY(-50%);
		border-radius: 100%;
	}
}

.wpcf7 .form-group {
	margin-bottom: 2rem;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	border-radius: 0 !important;
	border: none !important;
	padding: 10px !important;
	background: #FFF !important;
}

.wpcf7-form-control-wrap textarea {
	height: 100px !important;
	min-height: 100px !important;
}

.custom-table {
	grid-template-rows: unset !important;
}

.custom-table .elementor-widget-container {
	padding: 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.custom-table.style-2 .elementor-widget-container {
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.custom-table.style-1 .elementor-element:nth-child(odd) .elementor-widget-container {
	background: #ccc;
}

.custom-table.style-2 .elementor-element {
	background: #fff;
}

.custom-table .elementor-widget-container div.elementor-heading-title {
	line-height: 1.5;
}

@media (max-width: 600px) {
	.elementor-56 .elementor-element.elementor-element-db737b2 .elementor-heading-title,
	.elementor-56 .elementor-element.elementor-element-2f0cd04 .elementor-heading-title,
	.elementor-56 .elementor-element.elementor-element-e035949 .elementor-heading-title,
	.elementor-56 .elementor-element.elementor-element-d3d5695 .elementor-heading-title,
	.elementor-56 .elementor-element.elementor-element-9cc8a77 .elementor-heading-title,
	.elementor-56 .elementor-element.elementor-element-0753af3 .elementor-heading-title,
	.elementor-56 .elementor-element.elementor-element-a4ceaf7 .elementor-heading-title,
	.elementor-56 .elementor-element.elementor-element-d51ec46 .elementor-heading-title,
	.elementor-56 .elementor-element.elementor-element-b53cc30 .elementor-heading-title,
	.elementor-56 .elementor-element.elementor-element-84f807b .elementor-heading-title,
	.elementor-56 .elementor-element.elementor-element-7f8ee45 .elementor-heading-title,
	.elementor-56 .elementor-element.elementor-element-2b300b9 .elementor-heading-title
	.elementor-56 .elementor-element.elementor-element-40a534b .elementor-heading-title,
	.elementor-56 .elementor-element.elementor-element-b43ae0b .elementor-heading-title,
	.elementor-56 .elementor-element.elementor-element-b435bc3 .elementor-heading-title {
	  font-size: 1.5rem !important;
	}
}

.error404 .site-main,
.search-results .site-main {
	padding-top: 10rem;
}

.error404-content .error-btn {
	border: none;
}

.error404-content .error-title {
	color: #fff;
}

.ocean-search-form-2 {
	border-radius: 0 !important;
}