.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2386 .elementor-element.elementor-element-90d625f{text-align:center;}.elementor-2386 .elementor-element.elementor-element-90d625f .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:600;color:#000000;}.elementor-2386 .elementor-element.elementor-element-14f0c6a{text-align:center;}.elementor-2386 .elementor-element.elementor-element-14f0c6a .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:14px;font-weight:400;color:#7A7A7A;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-2386 .elementor-element.elementor-element-14f0c6a .elementor-heading-title{font-size:13px;}}/* Start custom CSS for html, class: .elementor-element-d111816 */.container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

form, .output {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  flex: 1;
  min-width: 350px;
  max-width: 600px;
}

label {
  font-weight: bold;
  display: block;
  margin-top: 10px;
}

input, textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

button {
  margin-top: 15px;
  padding: 10px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.download-btn {
  background-color: #28a745;
  margin-left: 10px;
}

.output {
  width:100%;
}

.resume {
  display: flex;
  background: white;
  color: #333;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.sidebar {
  background-color: #f0f0f0;
  width: 40%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: poppins;
}

.sidebar img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #007bff;
  margin-bottom: 20px;
}

.sidebar h2 {
  font-size: 20px;
  margin: 10px 0;
  color: #007bff;
   font-family: poppins;
}

.sidebar-section {
  margin-top: 20px;
  text-align: left;
}

.sidebar-section h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-size: 16px;
}

.sidebar-section ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.main {
  width: 70%;
  padding: 20px;
  box-sizing: border-box;
}

.main h1 {
  margin: 0;
  font-size: 30px;
  color: #333;
   font-family: poppins;
}

.main h2 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #007bff;
}

.resume-section {
  margin-top: 20px;
}

.resume-section h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 16px;
}

.resume-section ul {
  margin: 0;
  padding-left: 20px;
}/* End custom CSS */