/* 
Theme Name: Lucaba theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: This is the theme created for Lucaba website
Author: Niddhi Gupta
Author URI: nidhinawab@yahoo.com.au
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*:root {*/
/*  --primary-color: #003563;*/
/*  --secondary-color: #57C5C7;*/
/*  --font-main: 'Inter', sans-serif;*/
/*  --font-heading: "PT Serif", serif;*/
/*  --padding: 1rem;*/
/*}*/

/* Header */

/*.site-header .header-inner .site-branding .site-logo img {*/
/*    height:42px;*/
/*    width:auto;*/
/*}*/
/*.site-header {*/
/*    background-color:transparent;*/
/*    z-index:9999;*/
/*    margin-bottom:-150px;*/
/*}*/
/*.site-navigation ul.menu li a {*/
/*    color:white;*/
/*    padding: 8px 0px;*/
/*    margin: 0 10px;*/
/*    font-family: var(--font-main);*/
/*    font-weight:500;*/
/*}*/
/*.site-navigation ul.menu li a:hover {*/
/*    border-bottom: 2px solid var(--secondary-color);*/
/*    padding: 8px 0px;*/
/*}*/

/* Footer */

/*.site-footer {*/
/*    background-color:var(--primary-color);*/
/*    padding: 40px 0;*/
/*}*/
/*.site-footer .footer-inner .site-branding .site-logo img {*/
/*  height: 40px;*/
/*  width: auto;*/
/*}*/
/*.site-footer .footer-inner .copyright {*/
/*    color:white;*/
/*    font-size:13px;*/
/*    font-weight:400;*/
/*}*/

/* Body */
/*li {*/
/*  padding-bottom: 5px;*/
/*}*/

/* form */
/*.form-row {*/
/*  display: flex;*/
/*  gap: 20px;*/
/*}*/

/*.form-col {*/
/*  flex: 1;*/
/*}*/

/*input[type="text"],*/
/*textarea {*/
/*  width: 100%;*/
/*  padding: 10px;*/
/*  border: 1px solid #ccc;*/
/*  font-family: inherit;*/
/*}*/

/*textarea {*/
/*  height: 120px;*/
/*  resize: vertical;*/
/*  font-style:italic;*/
/*  color: var(--primary-color);*/
/*}*/

/*input[type="submit"] {*/
/*  background-color: var(--primary-color); */
/*  color: white;*/
/*  border: none;*/
/*  padding: 5px 30px;*/
/*  cursor: pointer;*/
/*  border-radius: 50px;*/
/*  font-weight: bold;*/
/*}*/
/*[type="submit"]:hover {*/
/*    background-color:#fff;*/
/*    color: var(--primary-color); */
/*}*/
