/*
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;
}
body {
    /* font-family: "Lexend", sans-serif; */
}
.about-vertical-cont {}
.about-vertical-title {
    /* transform: rotate(-90deg); */
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
}
.about-vertical-title .elementor-heading-title {
    /* white-space: nowrap; */
}
.company-box-top .company-box-content {
    opacity: 0;
    transition: all 0.5s;
}
.company-box-top:hover .company-box-content {
    opacity: 1;
}