/*
Theme Name: SDLC Corp theme
Theme URI: https://sdlccorp.in/
Author: Akash Palve
Author URI: https://example.com
Description: SDLC Corp Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sdlc-corp-theme
*/
:root {
  --container: 1200px;
}
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 16px;
}
.site-header,
.site-footer {
  padding: 16px 0;
}
.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
}
.nav-menu li {
  list-style: none;
}
a {
  text-decoration: none;
}
