
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
}

header, .jet-menu, #jet-menu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5%;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

header ul, .jet-menu-inner {
    display: flex !important;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px; 
}

header a, .jet-menu-item-link {
    text-decoration: none;
    color: #42474c;
    font-weight: 600;
    font-size: 14px;
}

.elementor-section.elementor-top-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.elementor-container {
    display: flex;
    width: 100%;
    gap: 30px;
}

.elementor-column {
    flex: 1; 
    min-width: 300px;
}

.elementor-widget-icon-box {
    background: #fcfcfc;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 8px;
    text-align: center;
    height: 100%;
    transition: 0.3s;
}

.elementor-widget-icon-box:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

.elementor-icon {
    font-size: 40px;
    color: #558dd9;
    margin-bottom: 15px;
}

.elementor-button, button, input[type="submit"] {
    display: inline-block;
    background: #558dd9 !important;
    color: #fff !important;
    padding: 14px 28px !important;
    text-decoration: none;
    border-radius: 50px !important; 
    font-weight: 700;
    border: none;
    cursor: pointer;
    text-align: center;
}

footer, .elementor-element-meblaa7, .elementor-element-tommabu {
    background: #42474c !important;
    color: #ffffff !important;
    padding: 50px 5% !important;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

footer a { color: #558dd9; }

@media (max-width: 768px) {
    .elementor-container {
        flex-direction: column; 
    }
    
    header ul {
        flex-direction: column;
        display: none; 
    }

    .elementor-element-b9a291f {
        font-size: 40px !important;
    }
}

.elementor-widget-wrap {
    padding: 10px;
}
img {
    max-width: 100%;
    height: auto;
}
:root {
    --primary-color: #558dd9;    
    --secondary-color: #42474c;  
    --bg-light: #f7f7f7;         
    --white: #ffffff;
    --text-muted: #6c757d;
    --transition: all 0.3s ease;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary-color);
    background-color: var(--white);
    line-height: 1.6;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.elementor-heading-title {
    color: var(--secondary-color);
}

.elementor-section {
    padding: 60px 0;
}

.elementor-section.bg-light, 
.elementor-element-xvau4vm,
.elementor-element-177ml6v {
    background-color: var(--bg-light) !important;
}

.elementor-icon-box-icon .elementor-icon {
    color: var(--primary-color);
    transition: var(--transition);
}

.elementor-icon-box-wrapper:hover .elementor-icon {
    transform: translateY(-5px);
    color: var(--secondary-color);
}

.elementor-icon-box-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.elementor-button {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border-radius: 4px !important;
    padding: 15px 30px !important;
    font-weight: 600;
    transition: var(--transition) !important;
    border: none !important;
}

.elementor-button:hover {
    background-color: var(--secondary-color) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.elementor-divider-separator {
    border-top-color: var(--primary-color) !important;
    width: 60px !important;
}

.elementor-element-meblaa7, 
.elementor-element-tommabu {
    background-color: var(--secondary-color) !important;
    color: var(--white);
}

.elementor-element-meblaa7 h2, 
.elementor-element-meblaa7 p {
    color: var(--white) !important;
}

@media (max-width: 768px) {
    .elementor-section {
        padding: 40px 15px;
    }
    
    .elementor-element-b9a291f {
        font-size: 80px !important; 
    }
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: var(--bg-light);
}
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}