/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.1.1747622035
Updated: 2025-05-19 02:33:55

*/


/* Calculator Css */
form#shipping_calculator_form p {
	color: #005b84;
	font-family: "Poppins";
	line-height: 1.33;
}
form#shipping_calculator_form > p {
	margin-bottom: 20px;
}
.calculator-box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
}
.calculator-box *:last-child {
	margin-bottom: 0;
}
.forms-row {
	display: flex;
	align-items: stretch;
	gap: 24px;
}
.forms-row .column {
    background: #D6F5F6;
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0,0,0,0.02);
}
.forms-row .column .forms-fileds {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 16px 16px 0 16px;
	flex: 1;
}
.forms-row .column h5 {
	color: #005B84;
	font-size: 22px;
	font-weight: 600;
	font-family: 'poppins';
	margin: 0;
}
.calculator-box label p {
	font-size: 16px;
	margin-bottom: 6px;
}
.calculator-box label select {
	border: none;
	outline: none;
	padding: 4px 24px 6px 16px;
	border-radius: 10px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #666;
	font-weight: 600;
	max-width: 240px;
	margin-left: 20px;
	position: relative;
	background-image: url(/wp-content/themes/hello-elementor-child/img/Angle-Down.png);
	background-position: center right 12px;
	background-repeat: no-repeat;
	background-size: 10px;
}
.calculator-box label input {
	width: 100%;
	max-width: 240px;
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	font-weight: 600;
	border: none;
	padding: 5px 16px;
	outline: none;
	background: #ffffff;
	border-radius: 10px;
	margin-left: 20px;
	transition: all 0.33s;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
.calculator-box label :is(input, select){
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
.calculator-box label :is(input, select):focus {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	border-color: #D5D5D5;
}
.calculator-box :is(.calculate-btn, .send-btn) {
    display: inline-block;
    padding: 8px 32px 8px 32px;
    font-weight: 700;
    border: none;
    background: #02CCFF;
    border-radius: 50px;
    font-size: 18px;
    color: #005B84;
    margin: 8px 0 0 20px;
    max-width: max-content;
    transition: all 0.33s;
}
.calculator-box :is(.send-btn) {
    margin: 0 !important;
    padding: 12px 32px 14px 32px;
}
.calculator-box :is(.calculate-btn, .send-btn):hover {
	color: #011B45;
}
.result-column {
    padding: 16px 24px;
    background: #FFFFFF;
    border-radius: 8px;
    min-height: 80px;
    display: flex;
    align-items: center;
}
.result-column p {
	font-size: 18px;
	font-weight: 600;
	color: #005B84;
}
.result-column p span {
	color: #E26F26;
}
.form-contact-section {
    max-width: 900px;
    margin: 0 auto;
}
.form-contact-section h6 {
    color: #005b84;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 24px;
}
.contact-row {
	display: flex;
	align-items: center;
	gap: 32px;
}
.contact-row .left.column {
	flex: 1;
	display:flex;
	gap: 16px;
	flex-wrap: wrap;
}
.contact-row .right.column {
    flex: 0 0 auto;
}
.calculator-box .form-contact-section label input {
    margin: 0;
    max-width: 100%;
    padding: 7px 16px 9px;
    border-radius: 6px;
}
.contact-row .left.column label {
    flex: 1 1 calc(calc(100% - 16px) / 2);
    max-width: calc(calc(100% - 16px) / 2);
}
.contact-row .left.column label:nth-child(3), .contact-row .left.column label:nth-child(4) {
    flex: 1 1 100%;
    max-width: 100%;
}
.calculator-box label span.error-msg {
	font-size: 13px;
	line-height: 1.5;
	color: #E26F26;
	display: inline-block;
	padding: 4px 14px 0;
}
.submit-result {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.calculator-box .form-response-msg {
	margin-top: 16px;
}
.calculator-box .form-response-msg.success-msg {
	color: #179b00;
}
.calculator-box .form-response-msg.error-msg {
	color: #E26F26;
}
.calculator-box .send-btn.loading {
	opacity: 0.5;
	cursor: not-allowed;
}
@media (min-width: 767px) and (max-width: 1120px) {
	.result-column {
		min-height: 128px;
	}
}
@media screen and (max-width: 767px) {
	.forms-row {
		flex-direction: column;
		gap: 32px;
	}
	.forms-row .divider {
		border-right: 0;
		border-bottom: 3px solid #c7c7c7;
	}
	.contact-row {
		flex-direction: column;
		align-items: flex-start;
	}

} 
@media screen and (max-width: 575px) {
	.contact-row .right.column {
		flex-direction: column;
		width: 100%;
	}
	.forms-row .column .forms-fileds {
		padding: 0;
	}
}
/* Calculator Css */

