/*
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.4.1753893763
Updated: 2025-07-30 16:42:43

*/




p:last-child {
    margin-bottom: 0;
}
.contact-btn span.elementor-button-icon {
    transform: rotate(45deg);
}
.lrn-btn span.elementor-button-icon, .contct-form-sec .elementor-field-type-submit span.elementor-button-icon, .brochure-btn a span.elementor-button-icon {
    transform: rotate(-45deg);
}
.brochure-btn {
    text-align: center;
}
.brochure-btn a {
    display: flex;
    max-width: 297px;
    margin: auto;
    gap: 10px;
    font-size: 24px;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 50px;
    justify-content: center;
    border: 2px solid #3F3F3F;
    color: #3F3F3F;
    font-weight: 500;
}
.brochure-btn a svg {
    fill: #3F3F3F;
}
.brochure-btn a:hover {
    background-color: #3F3F3F;
    color: #fff;
}
.brochure-btn a:hover svg {
    fill: #fff;
}
.contct-form-sec p {
    text-align: center;
    font-size: 24px;
    margin: 30px 0;
}
.contct-form-sec .elementor-field-type-checkbox input {
    width: 22px !important;
    height: 22px !important;
    border: 2px solid #000 !important;
    border-radius: 0 !important;
	margin-right:-15px;
	margin:-20px -15px 0px 0px;
	opacity:0 !important;
}
.contact_frm .elementor-field-option label{
    font-size:22px !important;
    letter-spacing: -.6px !important;
    line-height: 32px !important;
}

.contct-form-sec .elementor-field-type-checkbox span.elementor-field-option {
    display: flex;
    align-items: center;
    gap: 28px;
}
.list-bx li.elementor-icon-list-item:last-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #3F3F3F !important;
}
.list-bx-white li.elementor-icon-list-item:last-child {
	border-bottom: 1px solid #ffffff !important;
}
.rotate-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

 /* Custom styled checkbox container */
.contact_frm input[type="checkbox"] + label {
  position: relative;
   padding: 10px 0px 10px 35px;
  cursor: pointer;
  display: inline-block;
}

/* Custom checkbox box */

.contact_frm input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 20px;
    width: 25px;
    height: 25px;
    border: 2px solid #3f3f3f;
	background: #fff;
    transition: background-color 0.2s ease;
    border-radius: 5px;
}
.contact_frm input,.contact_frm select{
height:60px;
}
.contact_frm input[type="checkbox"]:checked + label::before {
    background-color: #3f3f3f;
    border-color: #3f3f3f;
}
.contact_frm input[type="checkbox"]:checked + label::after {
    content: "✔";
    position: absolute;
    left: 0px;
    top: 17px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}

/* == Password page == */
.post-password-form input[type=password]{
    margin-top: 8px !important;
}
.post-password-form input[type="submit"] {
    padding-inline: 40px !important;
    font-size: 17px !important;
    font-weight: 500;
	 margin-left: 10px;
}

.post-password-form {
    margin: 50px auto;
    max-width: 500px;
    height: 55vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline: 20px;
}

/* == Password page == */


/*********Responsive**********/

@media screen and (max-width: 767px) {
	.contct-form-sec p {
		margin: 10px 0;
		font-size: 16px;
		letter-spacing:0px;
	}
	.brochure-btn a {
		font-size: 18px;
	}
	.elementor-field-option label{
		letter-spacing:0px;
	}
	div#lan-display {
    margin-left: -10px !important;
}
}


