/*
Theme Name: Elementum Group
Description: A custom child theme for Elementum Group built on Hello Elementor.
Template: hello-elementor
Version: 1.0.0
Text Domain: elementum-group
*/

/*-- Laptop --*/
/* @media (min-width:1200px) and (max-width: 1365px) {} */
/*-- Tablet Landscape --*/
/* @media (min-width:1024px) and (max-width: 1199px) {} */
/*-- Tablet Potrait --*/
/* @media (min-width:880px) and (max-width: 1023px) {} */
/*-- Mobile Landscape --*/
/* @media (min-width:768px) and (max-width: 879px) {} */
/*-- Mobile Potrait --*/
/* @media screen and (max-width:767px) {} */

/* Color Definitions
Primary: Main brand color for prominent elements like headings and icons, establishing the site's core visual identity.
Secondary: Supporting color for sub-elements such as list items, subheadings, animated headings, and price table backgrounds.
Text: Standard color for body paragraphs and menu items, ensuring readable content across the site.
Accent: Highlight color for interactive or attention-grabbing items like links, button backgrounds, tabs, accordions, and badges. */

/* @import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap'); */

/* // <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.lexend-<uniquifier> {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

:root {
    --color-primary: #000000;
    --color-secondary: #6d6968;
    --color-text: #000000;
    --color-accent: #6d6968;
    --color-white: #ffffff;
}
@media (min-width:768px) and (max-width: 1599px) {
  .e-con {
    --container-max-width: 90%;
  }
}
/*---- Banner Left Side Vertical Title - CSS - START ----*/
.about-vertical-title {
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
}
/*---- Banner Left Side Vertical Title - CSS - END ----*/
/*---- Company Box - CSS - START ----*/
.company-box-top .company-box-content {
    opacity: 0;
    transition: all 0.5s;
}
.company-box-top:hover .company-box-content {
    opacity: 1;
}
/*---- Company Box - CSS - END ----*/
/*---- Elementor Form Custom - CSS - START ----*/
form.elementor-form .elementor-message {
    text-align: center;
    padding-top: 10px;
}
.elementor-form.elementor-form-waiting {}
.elementor-form {
    position: relative;
}
.elementor-form.is-submitting::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(255,255,255,0.5); */
    z-index: 9;
    border-radius: 6px;
}
.elementor-form.is-submitting::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34px;
    height: 34px;
    margin: -17px 0 0 -17px;
    border: 3px solid #ddd;
    border-top-color: #000;
    border-radius: 50%;
    animation: el-form-spin 0.8s linear infinite;
    z-index: 10;
}
@keyframes el-form-spin {
    to { transform: rotate(360deg); }
}
/*---- Elementor Form Custom - CSS - END ----*/
/*---- Cookies Notification Custom - CSS - START ----*/
.cky-consent-container .cky-consent-bar {
    background-color: rgba(0,0,0,0.8) !important;
}
@media screen and (max-width: 576px) {
    .cky-consent-container .cky-consent-bar .cky-notice .cky-title {
        margin-bottom: 5px;
    }
    .cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-des p {
        line-height: 1.5;
    }
    .cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-btn-wrapper {
        flex-direction: row;
        justify-content: center;
        gap: 10px 10px;
    }
    .cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
        line-height: 1.1;
        margin-top: 0;
        width: auto;
    }
}
/*---- Cookies Notification Custom - CSS - END ----*/
