/*
Theme Name: Descom
Theme URI: https://www.descom.digital
Author: Manoranjan Pati
Description: Descom is a modern, responsive WordPress theme compatible with Elementor and custom widgets.
Version: 1.1
Text Domain: descom
*/

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #f4f4f4;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

a {
    color: #01742B;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

a:hover {
    color: #04491E;
}

button, input[type="submit"] {
    background-color: #01742B;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

button:hover, input[type="submit"]:hover {
    background-color: #04491E;
}

/* Forms */
input[type="text"], input[type="email"], textarea {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}

/* Header */
.site-header {
    background-color: #01742B;
    padding: 20px;
    text-align: center;
    color: #fff;
    position: relative;
    transition: background-color 0.5s ease-in-out;
}

.sticky {
    background-color: #04491E;
}

/* Footer */
.site-footer {
    background-color: #04491E;
    padding: 30px;
    text-align: center;
    color: #fff;
}

@media (max-width: 768px) {
    .site-header, .site-footer {
        padding: 15px;
    }
}
