
.tools-parent-container .resume-preview {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: white;
  min-height: 600px;
  transform-origin: top left;
  transform: scale(0.75);
  width: 133%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.tools-parent-container .template-modern {
  font-family: "Arial", sans-serif;
  max-width: 210mm;
  margin: 0 auto;
  background: white;
  font-size: 11px;
  line-height: 1.3;
  color: #333;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.tools-parent-container .template-modern .header-section {
  background: var(--primary-color, #2c3e50);
  color: white;
  padding: 20px 25px;
  text-align: center;
}
.tools-parent-container .template-modern .name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 6px;
  letter-spacing: 1px;
}
.tools-parent-container .template-modern .designation {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 12px;
  opacity: 0.95;
}
.tools-parent-container .template-modern .contact-info {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.tools-parent-container .template-modern .contact-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.8rem;
}
.tools-parent-container .template-modern .content-section {
  padding: 20px 25px;
}
.tools-parent-container .template-modern .section {
  margin-bottom: 18px;
}
.tools-parent-container .template-modern .section-title {
  color: var(--primary-color, #2c3e50);
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--primary-color, #2c3e50);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.tools-parent-container .template-modern .summary {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #555;
  text-align: justify;
}
.tools-parent-container .template-modern .experience-item,
.tools-parent-container .template-modern .education-item,
.tools-parent-container .template-modern .project-item {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.tools-parent-container .template-modern .experience-item:last-child,
.tools-parent-container .template-modern .education-item:last-child,
.tools-parent-container .template-modern .project-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.tools-parent-container .template-modern .job-title,
.tools-parent-container .template-modern .degree,
.tools-parent-container .template-modern .project-title {
  font-size: 0.95rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 3px;
}
.tools-parent-container .template-modern .company,
.tools-parent-container .template-modern .institution {
  font-size: 0.85rem;
  color: var(--primary-color, #2c3e50);
  font-weight: 600;
  margin-bottom: 3px;
}
.tools-parent-container .template-modern .date-range {
  font-size: 0.75rem;
  color: #666;
  font-style: italic;
  margin: 2px 0;
}
.tools-parent-container .template-modern .job-location,
.tools-parent-container .template-modern .edu-location,
.tools-parent-container .template-modern .project-location {
  font-size: 0.75rem;
  color: #666;
  font-style: italic;
}
.tools-parent-container .template-modern .job-description,
.tools-parent-container .template-modern .project-description {
  margin-top: 6px;
  color: #555;
  line-height: 1.3;
  font-size: 0.85rem;
}
.tools-parent-container .template-modern .skills-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  line-height: 1.4;
}
.tools-parent-container .template-modern .skill-item {
  background: none !important;
  color: #333 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-size: 0.85rem !important;
  font-weight: normal !important;
  position: relative;
  margin-right: 15px;
  margin-bottom: 4px;
}
.tools-parent-container .template-modern .job-title-location,
.tools-parent-container .template-modern .degree-location {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 3px;
}
.tools-parent-container .template-modern .company-dates,
.tools-parent-container .template-modern .institution-dates {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
}
.tools-parent-container .template-classic {
  font-family: "Times New Roman", serif;
  max-width: 210mm;
  margin: 0 auto;
  background: white;
  padding: 25px 30px;
  line-height: 1.3;
  font-size: 11px;
  color: #333;
}
.tools-parent-container .template-classic .header-section {
  text-align: center;
  border-bottom: 2px solid var(--primary-color, #2c3e50);
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.tools-parent-container .template-classic .name {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--primary-color, #2c3e50);
  margin-bottom: 6px;
  letter-spacing: 1px;
}
.tools-parent-container .template-classic .designation {
  font-size: 1rem;
  color: #666;
  margin-bottom: 10px;
  font-style: italic;
}
.tools-parent-container .template-classic .contact-info {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.3;
}
.tools-parent-container .template-classic .contact-info div {
  margin-bottom: 3px;
}
.tools-parent-container .template-classic .section {
  margin-bottom: 16px;
}
.tools-parent-container .template-classic .section-title {
  font-size: 1rem;
  font-weight: bold;
  color: var(--primary-color, #2c3e50);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
}
.tools-parent-container .template-classic .summary {
  font-size: 0.9rem;
  text-align: justify;
  color: #444;
  line-height: 1.4;
}
.tools-parent-container .template-classic .experience-item,
.tools-parent-container .template-classic .education-item,
.tools-parent-container .template-classic .project-item {
  margin-bottom: 12px;
}
.tools-parent-container .template-classic .job-header {
  margin-bottom: 8px;
}
.tools-parent-container .template-classic .job-title,
.tools-parent-container .template-classic .degree,
.tools-parent-container .template-classic .project-title {
  font-weight: bold;
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 3px;
}
.tools-parent-container .template-classic .company,
.tools-parent-container .template-classic .institution {
  font-style: italic;
  color: #666;
  font-weight: normal;
  font-size: 0.85rem;
  margin-bottom: 3px;
}
.tools-parent-container .template-classic .date-range {
  font-size: 0.8rem;
  color: #666;
  white-space: nowrap;
}
.tools-parent-container .template-classic .job-location,
.tools-parent-container .template-classic .edu-location,
.tools-parent-container .template-classic .project-location {
  font-style: italic;
  color: #666;
  font-size: 0.75rem;
  white-space: nowrap;
}
.tools-parent-container .template-classic .job-description,
.tools-parent-container .template-classic .project-description {
  margin-top: 5px;
  color: #555;
  font-size: 0.85rem;
  line-height: 1.3;
}
.tools-parent-container .template-classic .skills-list {
  columns: 3;
  column-gap: 20px;
  font-size: 0.85rem;
}
.tools-parent-container .template-classic .skill-item {
  display: block;
  margin-bottom: 3px;
  color: #555;
  break-inside: avoid;
  position: relative;
  padding-left: 12px;
}
/* .tools-parent-container .template-classic .skill-item:before {
  content: "• ";
  color: var(--primary-color, #2c3e50);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
} */
.tools-parent-container .template-classic .job-title-location,
.tools-parent-container .template-classic .company-dates,
.tools-parent-container .template-classic .degree-location,
.tools-parent-container .template-classic .institution-dates {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 3px;
}
.tools-parent-container .template-creative {
  font-family: "Arial", sans-serif;
  max-width: 210mm;
  margin: 0 auto;
  background: white;
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 297mm;
  font-size: 10px;
}
.tools-parent-container .template-creative .sidebar {
  background: var(--primary-color, #2c3e50);
  color: white;
  padding: 20px 15px;
}
.tools-parent-container .template-creative .main-content {
  padding: 20px;
}
.tools-parent-container .template-creative .profile-section {
  text-align: center;
  margin-bottom: 20px;
}
.tools-parent-container .template-creative .name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 12px;
  word-break: break-word;
  line-height: 1.2;
}
.tools-parent-container .template-creative .designation {
  font-size: 0.9rem;
  margin-bottom: 12px;
  opacity: 0.9;
}
.tools-parent-container .template-creative .contact-info {
  font-size: 0.75rem;
  line-height: 1.2;
}
.tools-parent-container .template-creative .contact-info div {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  word-break: break-all;
}
.tools-parent-container .template-creative .sidebar .section {
  margin-bottom: 18px;
}
.tools-parent-container .template-creative .sidebar .section-title {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.tools-parent-container .template-creative .skills-list {
  list-style: none;
}
.tools-parent-container .template-creative .skill-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 8px;
  margin-bottom: 4px;
  border-radius: 10px;
  font-size: 0.7rem;
  text-align: center;
}
.tools-parent-container .template-creative .main-content .section {
  margin-bottom: 18px;
}
.tools-parent-container .template-creative .main-content .section-title {
  font-size: 1rem;
  font-weight: bold;
  color: var(--primary-color, #2c3e50);
  margin-bottom: 12px;
  position: relative;
}
.tools-parent-container .template-creative .main-content .section-title:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--primary-color, #2c3e50);
}
.tools-parent-container .template-creative .summary {
  font-size: 0.85rem;
  line-height: 1.4;
  color: #555;
  text-align: justify;
}
.tools-parent-container .template-creative .experience-item,
.tools-parent-container .template-creative .education-item,
.tools-parent-container .template-creative .project-item {
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}
/* .tools-parent-container .template-creative .experience-item .job-title-location:before,
.tools-parent-container .template-creative .education-item .project-title-info:before,
.tools-parent-container .template-creative .project-item .project-title-info:before {
  content: "";
  position: absolute;
  left: -9px;
  top: 6px;
  width: 6px;
  height: 6px;
  background: var(--primary-color, #2c3e50);
  border-radius: 50%;
} */
/* .tools-parent-container .template-creative .experience-item .job-title-location ,
.tools-parent-container .template-creative .education-item .project-title-info ,
.tools-parent-container .template-creative .project-item .project-title-info {
 position:relative;
 } */
.tools-parent-container .template-creative .job-title,
.tools-parent-container .template-creative .degree,
.tools-parent-container .template-creative .project-title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 3px;
}
.tools-parent-container .template-creative .company,
.tools-parent-container .template-creative .institution {
  color: var(--primary-color, #2c3e50);
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 0.8rem;
}
.tools-parent-container .template-creative .date-range {
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 6px;
}
.tools-parent-container .template-creative .job-location,
.tools-parent-container .template-creative .edu-location,
.tools-parent-container .template-creative .project-location {
  font-style: italic;
  color: #666;
  font-size: 0.7rem;
}
.tools-parent-container .template-creative .job-description,
.tools-parent-container .template-creative .project-description {
  color: #555;
  line-height: 1.3;
  font-size: 0.8rem;
}
.tools-parent-container .template-creative .job-title-location,
.tools-parent-container .template-creative .degree-location,
.tools-parent-container .template-creative .company-dates,
.tools-parent-container .template-creative .institution-dates {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 3px;
}
.tools-parent-container .project-title-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
  flex-wrap: wrap;
  gap: 10px;
}
.tools-parent-container .project-right-info {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.tools-parent-container .project-website {
  color: var(--primary-color, #2c3e50);
}
.tools-parent-container .project-website a {
  color: var(--primary-color, #2c3e50);
  text-decoration: none;
}
.tools-parent-container .project-website a:hover {
  text-decoration: underline;
}
.tools-parent-container .project-dates {
  color: #666;
  font-size: 0.9em;
}
.tools-parent-container .project-location {
  color: #666;
  font-style: italic;
  font-size: 0.9em;
}
.tools-parent-container .template-modern .degree-score-location,
.tools-parent-container .template-classic .degree-score-location,
.tools-parent-container .template-creative .degree-score-location {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 3px;
  flex-wrap: wrap;
  gap: 10px;
}
.tools-parent-container .template-modern .degree-score-location .degree,
.tools-parent-container .template-classic .degree-score-location .degree,
.tools-parent-container .template-creative .degree-score-location .degree {
  font-weight: bold;
  flex: 1;
}
.tools-parent-container .template-modern .degree-score-location .edu-score,
.tools-parent-container .template-classic .degree-score-location .edu-score,
.tools-parent-container .template-creative .degree-score-location .edu-score {
  margin: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.tools-parent-container .template-modern .degree-score-location .edu-location,
.tools-parent-container .template-classic .degree-score-location .edu-location,
.tools-parent-container .template-creative .degree-score-location .edu-location {
  font-style: italic;
  color: #666;
  white-space: nowrap;
}
.tools-parent-container .template-modern .additional-urls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0px;
  align-items: center;
}
.tools-parent-container .template-modern .additional-urls .contact-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.8rem;
  white-space: nowrap;
}
.tools-parent-container .template-modern .additional-urls a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.tools-parent-container .template-modern .additional-urls a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.tools-parent-container .template-classic .additional-urls {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 8px;
  align-items: center;
  justify-content: center;
}
.tools-parent-container .template-classic .additional-urls div {
  display: inline-block;
  font-size: 0.9rem;
  margin-bottom: 3px;
}
.tools-parent-container .template-classic .additional-urls a {
  color: var(--primary-color, #2c3e50);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.tools-parent-container .template-classic .linkedin-item {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 2px;
}
.tools-parent-container .template-classic .linkedin-item i {
  color: #0077b5;
  font-size: 10px;
  width: 12px;
}
.tools-parent-container .template-classic .additional-urls a:hover {
  text-decoration: underline;
}
.tools-parent-container .template-classic .additional-urls div:not(:last-child)::after {
  content: " • ";
  color: #666;
  font-size: 0.9rem;
  margin-left: 6px;
  margin-right: 4px;
}
.tools-parent-container .template-creative .additional-urls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  align-items: center;
}
.tools-parent-container .template-creative .additional-urls div {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  white-space: nowrap;
  margin-bottom: 0;
}
.tools-parent-container .template-creative .additional-urls a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.tools-parent-container .template-creative .additional-urls a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.tools-parent-container .template-modern .edu-score,
.tools-parent-container .template-classic .edu-score,
.tools-parent-container .template-creative .edu-score {
  font-size: 0.8rem;
  color: #666;
  font-weight: 600;
  margin-top: 5px;
  padding: 2px 6px;
  background: rgba(102, 126, 234, 0.1);
  border-radius: 8px;
  display: inline-block;
}
.tools-parent-container .template-modern .edu-score {
  background: #f0f4ff;
  color: var(--primary-color, #2c3e50);
  font-family: "Arial", sans-serif;
  letter-spacing: 0.3px;
}
.tools-parent-container .template-classic .edu-score {
  color: var(--primary-color, #2c3e50);
  font-family: "Times New Roman", serif;
  font-style: italic;
}
.tools-parent-container .template-creative .edu-score {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-family: "Arial", sans-serif;
  font-weight: 500;
}
.tools-parent-container .template-modern .education-item,
.tools-parent-container .template-classic .education-item,
.tools-parent-container .template-creative .education-item {
  position: relative;
  padding-bottom: 15px;
}
.tools-parent-container .template-modern .fa-link,
.tools-parent-container .template-creative .fa-link {
  font-size: 0.7rem;
  width: 12px;
  text-align: center;
}
.tools-parent-container .template-modern .contact-item i,
.tools-parent-container .template-creative .contact-info i {
  width: 12px;
  text-align: center;
  flex-shrink: 0;
}
.tools-parent-container .template-preview {
  height: 480px;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  background: white;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tools-parent-container .template-preview:hover {
  background: #fafbff;
}
.tools-parent-container .template-preview::before {
  content: "Click to Preview";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(45deg, #dfab46 40%, #dfb86d 40%, #dfab46 61%);;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5;
  pointer-events: none;
}
.tools-parent-container .template-preview:hover::before {
  opacity: 1;
}
.tools-parent-container .template-card {
  border: 3px solid #e0e0e0;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: white;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.tools-parent-container .template-card:hover {
  border-color: #1e1e1e;
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(102, 126, 234, 0.15);
  z-index: 5;
}
.tools-parent-container .template-card:hover .template-preview {
  transform: scale(1.02);
}
.tools-parent-container .template-card:hover .select-template-btn {
  background-image: linear-gradient(45deg, #dfab46 40%, #dfb86d 40%, #dfab46 61%);
}
.tools-parent-container .template-card.selected {
  border-color: #667eea;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.2);
  transform: translateY(-8px) scale(1.02);
  background: linear-gradient(145deg, #ffffff 0%, #f8f9ff 100%);
}
.tools-parent-container .template-card.selected::after {
  content: "✓ SELECTED";
  position: absolute;
  top: 15px;
  right: 15px;
  background: #28a745;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 10;
  animation: pulse 2s infinite;
}
.tools-parent-container .template-card.selected .select-template-btn {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  animation: successPulse 0.6s ease-in-out;
}
.tools-parent-container .template-miniature {
  transform: scale(0.35);
  transform-origin: top left;
  width: 285%;
  height: 285%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
}
.tools-parent-container .template-miniature .template-modern .header-section {
  padding: 20px 15px !important;
}
.tools-parent-container .template-miniature .template-modern .name {
  font-size: 1.8rem !important;
  margin-bottom: 8px !important;
}
.tools-parent-container .template-miniature .template-modern .contact-item {
  font-size: 0.8rem !important;
  gap: 4px !important;
}
.tools-parent-container .template-miniature .template-modern .content-section {
  padding: 20px !important;
}
.tools-parent-container .template-miniature .template-modern .section-title {
  font-size: 1rem !important;
  margin-bottom: 10px !important;
}
.tools-parent-container .template-miniature .template-classic {
  padding: 20px !important;
}
.tools-parent-container .template-miniature .template-classic .name {
  font-size: 1.6rem !important;
  margin-bottom: 8px !important;
}
.tools-parent-container .template-miniature .template-classic .section-title {
  font-size: 0.9rem !important;
  margin-bottom: 10px !important;
}
.tools-parent-container .template-miniature .template-creative {
  grid-template-columns: 120px 1fr !important;
  min-height: 600px !important;
}
.tools-parent-container .template-miniature .template-creative .sidebar {
  padding: 15px 10px !important;
}
.tools-parent-container .template-miniature .template-creative .main-content {
  padding: 15px !important;
}
.tools-parent-container .template-miniature .template-creative .name {
  font-size: 1rem !important;
  margin-bottom: 10px !important;
}
.tools-parent-container .template-miniature .template-creative .contact-info div {
  font-size: 0.7rem !important;
  margin-bottom: 6px !important;
  gap: 4px !important;
}
.tools-parent-container .template-miniature .template-creative .section-title {
  font-size: 0.9rem !important;
  margin-bottom: 8px !important;
}
.tools-parent-container .template-miniature .additional-urls {
  margin-top: 5px;
}
.tools-parent-container .template-miniature .additional-urls .contact-item,
.tools-parent-container .template-miniature .additional-urls div {
  font-size: 0.6rem !important;
  margin-bottom: 2px !important;
}
.tools-parent-container .template-miniature .edu-score {
  font-size: 0.6rem !important;
  padding: 1px 4px !important;
  margin-top: 3px !important;
}
.tools-parent-container .template-miniature .summary,
.tools-parent-container .template-miniature .job-description {
  font-size: 0.7rem !important;
  line-height: 1.3 !important;
}
.tools-parent-container .template-miniature .experience-item,
.tools-parent-container .template-miniature .education-item {
  margin-bottom: 10px !important;
  padding-bottom: 8px !important;
}
.tools-parent-container .template-miniature .job-title,
.tools-parent-container .template-miniature .degree {
  font-size: 0.8rem !important;
  margin-bottom: 3px !important;
}
.tools-parent-container .template-miniature .company,
.tools-parent-container .template-miniature .institution {
  font-size: 0.7rem !important;
  margin-bottom: 3px !important;
}
.tools-parent-container .template-miniature .date-range {
  font-size: 0.6rem !important;
  margin: 2px 0 !important;
}
.tools-parent-container .template-miniature .skill-item {
  font-size: 0.6rem !important;
  padding: 3px 6px !important;
  margin-bottom: 4px !important;
}
.tools-parent-container .template-miniature .fas,
.tools-parent-container .template-miniature .fab {
  font-size: 0.6rem !important;
}
.tools-parent-container .template-miniature .designation {
  font-size: 0.8rem !important;
  margin-bottom: 8px !important;
}
.tools-parent-container .template-miniature [data-field],
.tools-parent-container .template-miniature [data-section] {
  display: block !important;
  opacity: 1 !important;
}
.tools-parent-container .template-miniature .summary:empty::after {
  content: "Professional summary showcasing your expertise and career highlights...";
  color: #666;
  font-style: italic;
}
.tools-parent-container .template-miniature .experience-list:empty::after {
  content: "Work experience with detailed job descriptions and achievements...";
  color: #666;
  font-style: italic;
  font-size: 0.7rem;
}
.tools-parent-container .template-miniature .education-list:empty::after {
  content: "Educational background and qualifications...";
  color: #666;
  font-style: italic;
  font-size: 0.7rem;
}
.tools-parent-container .template-miniature .skills-list:empty::after {
  content: "Technical and professional skills...";
  color: #666;
  font-style: italic;
  font-size: 0.7rem;
}
.tools-parent-container .template-card::before {
  content: attr(data-template-name);
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.tools-parent-container .select-template-btn {
  width: 100%;
  padding: 20px;
  background: linear-gradient(45deg, #dfab46 40%, #dfb86d 40%, #dfab46 61%);
  color: white;
  border: none;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}
.tools-parent-container .select-template-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.tools-parent-container .select-template-btn:hover::before {
  left: 100%;
}
.tools-parent-container .select-template-btn:hover {
  background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}
.tools-parent-container .select-template-btn:active {
  transform: translateY(0);
}
.tools-parent-container .template-card.loading {
  pointer-events: none;
  opacity: 0.7;
}
.tools-parent-container .template-card.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #667eea;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes successPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tools-parent-container [data-field] {
  transition: all 0.3s ease;
}
.tools-parent-container .template-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 40px;
  padding: 0 20px;
}
.tools-parent-container #template-selection h2 {
  text-align: center;
  font-size: 2.2rem;
  color: #333;
  margin-bottom: 15px;
  position: relative;
}
.tools-parent-container #template-selection h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #1e1e1e;
  border-radius: 2px;
}
.tools-parent-container .template-modern a,
.tools-parent-container .template-classic a,
.tools-parent-container .template-creative a {
  color: var(--primary-color, #2c3e50);
  text-decoration: none;
  transition: all 0.3s ease;
}
.tools-parent-container .template-modern a:hover,
.tools-parent-container .template-classic a:hover,
.tools-parent-container .template-creative a:hover {
  text-decoration: underline;
  opacity: 0.8;
  transform: translateY(-1px);
}
.tools-parent-container .template-modern a:focus,
.tools-parent-container .template-classic a:focus,
.tools-parent-container .template-creative a:focus {
  outline: 2px solid var(--primary-color, #2c3e50);
  outline-offset: 2px;
}
.tools-parent-container .template-modern .job-description,
.tools-parent-container .template-modern .project-description,
.tools-parent-container .template-modern .summary,
.tools-parent-container .template-modern .section-content,
.tools-parent-container .template-classic .job-description,
.tools-parent-container .template-classic .project-description,
.tools-parent-container .template-classic .summary,
.tools-parent-container .template-classic .section-content,
.tools-parent-container .template-creative .job-description,
.tools-parent-container .template-creative .project-description,
.tools-parent-container .template-creative .summary,
.tools-parent-container .template-creative .section-content {
  white-space: pre-line;
  word-wrap: break-word;
  hyphens: auto;
}
.tools-parent-container .template-modern .experience-list,
.tools-parent-container .template-modern .education-list,
.tools-parent-container .template-modern .projects-list,
.tools-parent-container .template-classic .experience-list,
.tools-parent-container .template-classic .education-list,
.tools-parent-container .template-classic .projects-list,
.tools-parent-container .template-creative .experience-list,
.tools-parent-container .template-creative .education-list,
.tools-parent-container .template-creative .projects-list {
  margin-top: 5px;
}
.tools-parent-container .template-modern .other-sections,
.tools-parent-container .template-classic .other-sections,
.tools-parent-container .template-creative .other-sections {
  margin-top: 10px;
}
.tools-parent-container .template-modern .other-sections .section,
.tools-parent-container .template-classic .other-sections .section,
.tools-parent-container .template-creative .other-sections .section {
  margin-bottom: 15px;
}
.tools-parent-container .template-modern .other-sections .section-title,
.tools-parent-container .template-classic .other-sections .section-title,
.tools-parent-container .template-creative .other-sections .section-title {
  font-size: 1rem;
  margin-bottom: 8px;
}
.tools-parent-container .template-modern .other-sections .section-content,
.tools-parent-container .template-classic .other-sections .section-content,
.tools-parent-container .template-creative .other-sections .section-content {
  font-size: 0.85rem;
  line-height: 1.3;
  color: #555;
}
.tools-parent-container .template-modern .section:empty,
.tools-parent-container .template-classic .section:empty,
.tools-parent-container .template-creative .section:empty {
  display: none;
}
.tools-parent-container .template-modern .header-section,
.tools-parent-container .template-creative .sidebar {
  background-attachment: fixed;
}
.tools-parent-container .template-modern,
.tools-parent-container .template-classic,
.tools-parent-container .template-creative {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.tools-parent-container .template-modern *,
.tools-parent-container .template-classic *,
.tools-parent-container .template-creative * {
  line-height: inherit;
}
.tools-parent-container .template-modern [data-section]:empty,
.tools-parent-container .template-classic [data-section]:empty,
.tools-parent-container .template-creative [data-section]:empty {
  display: none !important;
}
@media print {
  .tools-parent-container {
    /* Reset page margins and setup */
    /* Hide everything except the resume content */
    /* Show only the printable resume */
    /* Template-specific print styles */
    /* Modern template print adjustments */
    /* Classic template print adjustments */
    /* Creative template print adjustments */
    /* Common print styles for all templates */
    /* Ensure links are visible in print */
    /* Hide empty sections in print */
    /* Prevent page breaks in critical areas */
    /* Ensure proper spacing */
  }
  .tools-parent-container .template-classic .linkedin-item i {
    font-size: 8px !important;
    width: 10px !important;
  }
  @page {
    .tools-parent-container {
      margin: 0.5in;
      size: A4;
    }
  }
  .tools-parent-container body * {
    visibility: hidden;
  }
  .tools-parent-container .printable-resume,
  .tools-parent-container .printable-resume * {
    visibility: visible;
  }
  .tools-parent-container .printable-resume {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    transform: none !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: white !important;
  }
  .tools-parent-container .printable-resume .template-modern,
  .tools-parent-container .printable-resume .template-classic,
  .tools-parent-container .printable-resume .template-creative {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    box-shadow: none !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    background: white !important;
    color: #333 !important;
  }
  .tools-parent-container .printable-resume .template-modern .header-section {
    padding: 20px !important;
    margin-bottom: 0 !important;
    page-break-inside: avoid;
  }
  .tools-parent-container .printable-resume .template-modern .content-section {
    padding: 20px !important;
  }
  .tools-parent-container .printable-resume .template-modern .name {
    font-size: 24px !important;
    margin-bottom: 8px !important;
  }
  .tools-parent-container .printable-resume .template-modern .designation {
    font-size: 16px !important;
    margin-bottom: 12px !important;
  }
  .tools-parent-container .printable-resume .template-modern .section-title {
    font-size: 14px !important;
    margin-bottom: 10px !important;
    margin-top: 15px !important;
  }
  .tools-parent-container .printable-resume .template-classic {
    padding: 25px !important;
  }
  .tools-parent-container .printable-resume .template-classic .name {
    font-size: 24px !important;
    margin-bottom: 8px !important;
  }
  .tools-parent-container .printable-resume .template-classic .designation {
    font-size: 16px !important;
    margin-bottom: 12px !important;
  }
  .tools-parent-container .printable-resume .template-classic .section-title {
    font-size: 14px !important;
    margin-bottom: 10px !important;
    margin-top: 15px !important;
  }
  .tools-parent-container .printable-resume .template-creative {
    display: grid !important;
    grid-template-columns: 200px 1fr !important;
    min-height: auto !important;
  }
  .tools-parent-container .printable-resume .template-creative .sidebar {
    padding: 20px 15px !important;
  }
  .tools-parent-container .printable-resume .template-creative .main-content {
    padding: 20px !important;
  }
  .tools-parent-container .printable-resume .template-creative .name {
    font-size: 18px !important;
    margin-bottom: 12px !important;
  }
  .tools-parent-container .printable-resume .template-creative .designation {
    font-size: 14px !important;
    margin-bottom: 12px !important;
  }
  .tools-parent-container .printable-resume .template-creative .section-title {
    font-size: 13px !important;
    margin-bottom: 8px !important;
  }
  .tools-parent-container .printable-resume .contact-info {
    font-size: 11px !important;
    line-height: 1.3 !important;
  }
  .tools-parent-container .printable-resume .summary {
    font-size: 11px !important;
    line-height: 1.4 !important;
    text-align: justify !important;
  }
  .tools-parent-container .printable-resume .job-title,
  .tools-parent-container .printable-resume .degree,
  .tools-parent-container .printable-resume .project-title {
    font-size: 12px !important;
    font-weight: bold !important;
    margin-bottom: 3px !important;
  }
  .tools-parent-container .printable-resume .company,
  .tools-parent-container .printable-resume .institution {
    font-size: 11px !important;
    margin-bottom: 3px !important;
  }
  .tools-parent-container .printable-resume .date-range {
    font-size: 10px !important;
    color: #666 !important;
  }
  .tools-parent-container .printable-resume .job-description,
  .tools-parent-container .printable-resume .project-description {
    font-size: 11px !important;
    line-height: 1.3 !important;
    margin-top: 5px !important;
  }
  .tools-parent-container .printable-resume .skills-list {
    font-size: 11px !important;
  }
  .tools-parent-container .printable-resume .skill-item {
    font-size: 11px !important;
    margin-bottom: 3px !important;
  }
  .tools-parent-container .printable-resume .edu-score {
    font-size: 10px !important;
    padding: 2px 6px !important;
  }
  .tools-parent-container .printable-resume .experience-item,
  .tools-parent-container .printable-resume .education-item,
  .tools-parent-container .printable-resume .project-item {
    margin-bottom: 12px !important;
    page-break-inside: avoid;
  }
  .tools-parent-container .printable-resume .section {
    margin-bottom: 15px !important;
    page-break-inside: avoid;
  }
  .tools-parent-container .printable-resume a {
    color: #333 !important;
    text-decoration: underline !important;
  }
  .tools-parent-container .printable-resume .template-modern a,
  .tools-parent-container .printable-resume .template-creative .sidebar a {
    color: white !important;
  }
  .tools-parent-container .printable-resume .section:empty,
  .tools-parent-container .printable-resume [data-section]:empty {
    display: none !important;
  }
  .tools-parent-container .printable-resume .header-section,
  .tools-parent-container .printable-resume .profile-section {
    page-break-after: avoid;
  }
  .tools-parent-container .printable-resume .section-title {
    page-break-after: avoid;
  }
  .tools-parent-container .printable-resume .contact-item {
    margin-bottom: 2px !important;
  }
  .tools-parent-container .printable-resume .additional-urls {
    margin-top: 5px !important;
  }
}
@media (max-width: 1200px) {
  .tools-parent-container .template-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
  }
  .tools-parent-container .template-creative {
    grid-template-columns: 200px 1fr;
  }
}
@media (max-width: 768px) {
  .tools-parent-container {
    /* Responsive layout for all templates */
  }
  .tools-parent-container .template-modern .additional-urls,
  .tools-parent-container .template-classic .additional-urls,
  .tools-parent-container .template-creative .additional-urls {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-top: 8px;
  }
  .tools-parent-container .template-creative .additional-urls div {
    margin-bottom: 4px;
  }
  .tools-parent-container .template-modern .degree-score-location,
  .tools-parent-container .template-classic .degree-score-location,
  .tools-parent-container .template-creative .degree-score-location {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }
  .tools-parent-container .template-modern .degree-score-location .edu-score,
  .tools-parent-container .template-classic .degree-score-location .edu-score,
  .tools-parent-container .template-creative .degree-score-location .edu-score {
    margin-right: 0;
    margin-top: 3px;
  }
  .tools-parent-container .edu-score {
    font-size: 0.75rem;
    margin-top: 6px;
  }
  .tools-parent-container .resume-preview {
    transform: scale(0.6);
    width: 167%;
  }
  .tools-parent-container .template-creative {
    grid-template-columns: 1fr;
  }
  .tools-parent-container .template-creative .sidebar {
    order: 2;
    padding: 15px;
  }
  .tools-parent-container .template-creative .main-content {
    order: 1;
    padding: 15px;
  }
  .tools-parent-container .template-preview {
    height: 400px;
  }
  .tools-parent-container .template-miniature {
    transform: scale(0.28);
    width: 357%;
    height: 357%;
  }
  .tools-parent-container .select-template-btn {
    padding: 18px;
    font-size: 1.1rem;
  }
  .tools-parent-container .job-title-location,
  .tools-parent-container .company-dates,
  .tools-parent-container .degree-location,
  .tools-parent-container .institution-dates {
    flex-direction: column;
    align-items: flex-start;
  }
  .tools-parent-container .job-location,
  .tools-parent-container .edu-location,
  .tools-parent-container .date-range {
    text-align: left;
    margin-top: 2px;
  }
  .tools-parent-container .project-title-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .tools-parent-container .project-right-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .tools-parent-container .template-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0 10px;
  }
  .tools-parent-container .template-card {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .tools-parent-container .template-modern,
  .tools-parent-container .template-classic,
  .tools-parent-container .template-creative {
    font-size: 10px;
  }
  .tools-parent-container .template-modern .name,
  .tools-parent-container .template-classic .name,
  .tools-parent-container .template-creative .name {
    font-size: 1.5rem !important;
  }
  .tools-parent-container .template-modern .section-title,
  .tools-parent-container .template-classic .section-title,
  .tools-parent-container .template-creative .main-content .section-title {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 480px) {
  .tools-parent-container .template-preview {
    height: 350px;
  }
  .tools-parent-container .template-miniature {
    transform: scale(0.25);
    width: 400%;
    height: 400%;
  }
  .tools-parent-container .select-template-btn {
    padding: 16px;
    font-size: 1rem;
  }
}
.tools-parent-container [data-field]:not(:empty) {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.tools-parent-container [data-section]:has([data-field]:not(:empty)) {
  display: block !important;
}
.tools-parent-container .job-description,
.tools-parent-container .project-description,
.tools-parent-container .summary,
.tools-parent-container .section-content {
  white-space: pre-line !important;
  word-wrap: break-word !important;
}
.tools-parent-container .contact-item[data-field=linkedin]:empty,
.tools-parent-container .contact-item[data-field=linkedin][style*="display: none"] {
  display: none !important;
}
.tools-parent-container .contact-item[style*="opacity: 0.5"] {
  display: none !important;
}
@media (min-width: 1400px) {
  .tools-parent-container .resume-preview {
    transform: scale(0.8);
    width: 125%;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .tools-parent-container .resume-preview {
    transform: scale(0.7);
    width: 143%;
  }
}