/**********************************************************************************************
 *	Author:  Zubair Hossain	   																  *
 *	License: Private		   																  *
 *	Date:	 2025/07/01		   																  *
 *																							  *
 *	This web development project is for JCL Home Appliance Industry, all code & resources	  *
 *	are strictly private intellectual property. Unauthorized reproduction, distribution, 	  *
 *	or modification is strictly prohibited. 		  										  *
 *										         											  * 	
 *	Copyright © 2025 Zubair Hossain. All Rights Reserved.	   							      *
 *********************************************************************************************/


@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Unlock&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.global_background {
	/* background: linear-gradient(rgb(255,255,255), rgb(239,247,252), rgb(208,238,255)); */
	height: 100vh;
	background-repeat: no-repeat;
}

body {
	margin:  0;
	outline: 0;
	border:  0;
}

.menu_bar {
	min-height: 49px;
	background-color: #0e1324;
	color: black;
	display: flex;
	padding: 5px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.menu_bar li {
	padding: 0;
}

.menu_bar li a {
	list-style: none;
	justify-content: center;
	padding: 10px 40px 10px 40px;
	color: #FFFFFF;
	border-radius: 8px;
	text-decoration: none;
	/*
	font-family: "Nova Square", "serif";
	font-weight: 800;
	font-size: 16;
	*/
	font-family: "Roboto";
	font-size: 12px;
	font-weight: 700;
}

.menu_bar_selected {
	list-style: none;
	justify-content: center;
	padding: 10px 40px 10px 40px;
	border-radius: 8px;
	text-decoration: none;
	/*
	font-family: "Nova Square", "serif";
	font-weight: 800;
	font-size: 16;
	*/
	font-family: "Roboto";
	font-size: 12px;
	font-weight: 700;
	background-color: #0a3088;
	color: rgb(0, 20, 92, 1);
	box-shadow: inset 2px 2px 1px rgba(255,255,255,0.14);
}

.menu_bar_inactive {
	border: 2px solid rgba(255,255,255,0.41);
}

.menu_bar_inactive:hover {
	background-color: #1e283c;
	padding: 10px, 40px, 10px, 40px;	
	color: #FFFFFF;
	font-weight: 800;
}

/* /home */
.front_page_logo {
	display: flex;
	padding: 20px, 20px, 20px, 20px;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 49px;
	transform: scale(0.9);
}

.front_page_img {
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	justify-content: center;
	overflow: hidden;
}

.front_page_img img {
	border-radius: 21px;
	width: 600px;
	height: 400px;
	box-shadow: 4px 0px 4px 2px #BCD0E9;

}

.front_page_info {
	padding-top: 30;
	text-align: left;
	width:64%;
	max-width: 900px;
	min-height: 350px;
	display: flex;
	justify-content: center;
	margin: auto;
	font-family: "Libre Baskerville", "sans-serif";
	font-style: normal;
	font-size: 12px;
	line-height: 1.7;
	overflow-y: auto;
	/*
	font-family: "source sans pro", "serif";
	font-size: 14px;
	font-weight: 600;
	*/
}

#iframe {
	border-radius: 15px;
	margin-bottom: 15px;
}

.front_page_info p {

}


.img_hidden {
	display: none;
}

.img_slider {
	display: flex;
	justify-content: center;
	padding-top: 30px;
	column-gap: 3px;
	transition: background-image 0.3s ease-in;
	transform: scale(0.8);
}

.img_slider button {
	border: none;
	padding: 5px;
	background-color: transparent;
	opacity: 0.95;
	cursor: pointer;
	transition: background-image 0.14s ease;
}

/* Circular orbs below image gallery */
.img_slider img {
	height: 18px;
	width:  18px;
	color: blue;
}

.img_slider img:hover {
	background-color: orange;
	border-radius: 10px;
}

/* Social media links */

.social_widget {
	/* display: flex; */
	display: none;
	justify-content: center;
}

.social_grid_links {
	display: flex;
	flex-direction: column;
	row-gap: 21px;
	column-gap: 10px;
	position: relative;
	right: 15%;
	top: 35%;
	padding: 15px 15px;
	border-radius: 12px;
	background: rgb(175,211,235);
	background: linear-gradient(0deg, rgba(175,211,235,1) 0%, rgba(183,226,255,1) 5%, rgba(202,231,250,1) 92%, 
								  	  rgba(255,255,255,1) 98%);
	box-shadow: 2px 3px 4px #99cdf1;
}

.social_grid_links a img {
	width: 26px;
	height: 26px;
	transition: transform 0.15s ease-in;

}

.social_grid_links a img:hover {
	transform: scale(1.15);
	transition: transform 0.15s ease;
	
}

.social_grid_links {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 10%;
	top: 40%;

}

.social_grid_links ul {
	text-decoration: none;
}


.call_icon {
	position: absolute;
	right: 5;
	bottom: 50px;
	display: flex;
	justify-content: center;
	transition: transform 0.15s ease-in;
}

.call_icon img {
	padding: 25px;
	color:   black;
	width: 25px;
	height: 25px;
}

.call_icon img:hover {

}

.call_close_icon {
	color: darkred;
    font-family: "Poppins", "source sans pro", "serif";
    font-weight: 600;
    font-style:  normal;
	font-size: 16px;
	position: absolute;
	right: 5;
	bottom: 50px;
}

.phone_number_grid {
	display: none;
	flex-direction: column;
}

.phone_number_grid p {
    font-family: "Poppins", "source sans pro", "serif";
    font-weight: 600;
    font-style:  normal;
	font-size: 11px;
	background-color: black;
	color: rgba(255,255,255,0.90);
	padding: 10px;
	border-radius: 5px;
	opacity: 0.84;
}

.google_maps {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0 30px 0;

}

.address_widget {
	min-height: 49px;
	background-color: #0e1324;
	color: rgba(255,255,255,0.91);
	display: flex;
	flex-direction: column;
	column-gap: 8px;
	padding: 0;
	margin: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: hidden;
    font-family: "Poppins", "source sans pro", "serif";
    font-weight: 600;
    font-style:  normal;
	font-size: 11px;
	/* color: darkorange; */
	color: hsl(36,100%,50%);
}

.address_widget p {
	padding: 0;
	margin: 0;
}



/* /product */

.products_page_background {
	background: rgb(255,255,255);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	position: relative;
}

.product_page {
	display: flex;
	margin-left: 10vw;
	margin-right: 10vw;
	justify-content: center;
	margin: 0;
	padding: 0;
	outline: 0;
}

.product_row {
	display: grid;
	grid-template-columns: 2fr;
	row-gap: 25px;
	column-gap: 12px;
	/* flex-direction: row; */
	justify-content: center;
    margin: 0;
}

.product_item {
	border: 1px solid #f1f1f1;
    border-radius: 30px;
	min-height: 301;
	min-width:  401;
	display: flex;
	justify-content: left;
	flex-direction: column;
	align-items: center;
    margin: 0;
    box-shadow: 0px 3px 4px 0px rgb(218,218,218);
    font-family: "Poppins", "source sans pro", "serif";
    font-weight: 500;
    font-style:  normal;
	font-size: 14px;
	letter-spacing: 1.0px;
	word-spacing: 4px;
    background: linear-gradient (rgb(244,252,247), rgb(241,246,255));
	position: relative;
	transform: scale(0.84);
}

.product_item img {
	padding-top: 10px;
	border-radius: 5px;
	opacity: 0.9;
}

.product_item b {
	letter-spacing: 1.3;
}

.product_price {
	display: flex;
	padding: 0px 0px 10px 20px;
}

.currency_img {
	width: 21px;
	height: 21px;
}

.contact_form {
	background: linear-gradient(rgb(202,246,236), rgb(177,214,236), rgb(149,198,249));
	border: 1px solid white;
	border-radius: 10px;
	min-height: 40vh;
	min-width: 35vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/** TODO: 1) Make sure icon & input are aligned correctly vertically **/
.contact_form p {
	font-family: "Space Mono", "serif";
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 20px;
}

.contact_form span {
	display: inline-block;

}

.contact_form_icon_1 {
	margin-right: 10px;
    padding-top: 5px;
}

.contact_form_icon_2 {
	margin-right: 10px;
    padding-top: 5px;
}

.contact_form_icon_3 {
	margin-right: 10px;
    padding-top: 5px;
}

.contact_form span input {
	border-radius: 5px;
	min-height: 30px;
	min-width: 200px;
	margin-bottom: 20px;
	text-align: center;
}

.contact_form .error {
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	min-width: 16px;
	border-radius: 50%;
	border: 2px solid #d5f6f1;
	background-color: #f9bf2c;
	color: white;
	display: none;
	padding-left: 0px;
}

.contact_form_icon_2 {
	margin-left: 5px;
	min-width: 16px;
	min-height: 16px;
    margin-top: 5px;
}

.contact_form textarea {
	margin-left: 10px;
	border-radius: 9px;
	min-height: 200px;
	min-width: 24vw;
	text-align: center;
}

.contact_form button {
	margin-top: 10px;
	min-height: 30px;
	min-width: 100px;
	border-radius: 9px;
	margin-bottom: 20px;
	align-items: center;
	justify-content: center;
}


/******************************
	Mobile view optimization
*******************************/

/** Menu bar (tiling vertically) **/
@media (min-width: 350px) and (max-width: 649px){

	/** home section **/
	.global_background {
		height: unset;
	}

	.front_page_logo {
		padding: 20px, 20px, 10px, 20px;
		margin-bottom: 15px;
	
	}

	.front_page_logo img {
		width: 284px;
		height: 114px;
	}

	.front_page_img {
		padding: 0;
	}

	.front_page_img img {
		border-radius: 8px;
		width: 400px;
		height: 267px;
	}

	.img_slider button {
		transform: scale(0.8);
	}

	.front_page_info {
		justify-content: center;
		width: 81%;
		min-height: 45%;
		line-height: 1.6;
	}

	.social_grid_links {
		bottom: 10px;
		top: unset;
		right: unset;
		left: 31vw;
		flex-direction: row;
		justify-content: center;
	
	}

	/*
	#iframe {
		border-radius: 0;
	}
	*/

	border-radius: 15px;
	/** products section **/
	.product_row {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 10px;
	}

	.product_item {
		transform: scale(0.84);
		min-width: 310px;
	}

	.product_img {
		width: 150px;
		height: 150px;
	}
}

@media (min-width: 1249px) {
	.product_row {
		display: grid;
		grid-template-columns: repeat(3,1fr);
		row-gap: 35px;
		column-gap: 15px;
		/* flex-direction: row; */
		justify-content: center;
	    margin: 0;
	}
}


