body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.main_logo_pro {
    padding: 30px 0!important;
}
.example-header-wrap {
	background: #51bd96;
}
.example-logo {
    max-width: 200px;
}
.example-logo img{
    width: 100%;
}

.example-menu-links ul{
	margin: 0;
	padding: 0;
}
.example-menu-links li {
	display: inline-block;
    margin: 15px 0;
}
.example-menu-links li a{ 
    font-size: 18px;
    color: #fff;
    padding: 15px;
    text-decoration: underline;
}
/*.example-menu-links li:first-child {
border-left: solid 1px #fff;
}
.example-menu-links li:last-child {
border-right: solid 1px #fff;
}*/
.example-banner-outter-wrap {
	/*min-height: calc(100vh - 118px);*/
	background: #51bd96; /* Old Browsers */
	background: -webkit-linear-gradient(top,#51bd96,#3dbcab); /*Safari 5.1-6*/
	background: -o-linear-gradient(top,#51bd96,#3dbcab); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top,#51bd96,#3dbcab); /*Fx 3.6-15*/
	background: linear-gradient(to bottom, #51bd96, #3dbcab); /*Standard*/
}
.example-banner-content-wrap {
	text-align: center;
    padding: 5% 0;
    margin-top: 30px;
}
.example-banner-content-wrap h1 {
    max-width: 500px;
    width: 80vw;
    margin: 0 auto;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    line-height: 50px;
}
.example-banner-content-wrap p {
    color: #ffffff;
    font-size: 22px;
    max-width: 640px;
    margin: 0 auto;
    line-height: 30px;
    font-weight: 300;
}
.build-yours {
    /* width: 30%; */
    max-width: 353px;
    width: 90vw;
    margin: 30px auto;
    background: #f9f9f9;
    color: #3bbdad!important;
    padding: 7px 10px;
    margin-top: 25px;
    display: block;
    font-size: 22px;
    font-weight: 700;
    border-radius: 3px;
}
@media (max-width: 540px) {
    .build-yours {
        width: 90%;
        font-size: 16px;
    }

	.example-banner-content-wrap h1 {
	    font-size: 30px!important;
        max-width: 320px!important;
        line-height: 40px!important;
        margin-top: 50px !important;
	}
}
.example-banner-content-wrap span{
    font-size: 2rem;
    color: #ffffff;
    margin-top: 12%;
    display: inline-block;
    cursor: pointer;
}
.our-mission-main-wrap {
	padding: 50px 0 30px;
}
.example-section-head {
    font-size: 3.5rem;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.example-section-head::before,
.example-section-head::after {
    display: inline-block;
    content: "";
    border-top: .3rem solid #636363;
    width: 4rem;
    margin: 0 0.9rem;
    transform: translateY(-0.8rem);
}
.our-mission-main-wrap p{
	font-size: 2.2rem;
    line-height: 30px;
    margin: 25px 20%;
    text-align: center;
    color: #000;
}
.example-list {
	padding: 0;
	margin: 10px 0 20px;
	text-align: center;
}
.example-list li {
    display: block; /* Changed from inline-block to block */
    width: 100%; /* Set width to 100% to make each item take full width */
    text-align: center;
    margin-bottom: 50px;
}
/* New styles for resume items */
.example-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Set to 2 columns */
    row-gap: 10px; /* Adjust the gap between rows */
    column-gap: 40px; /* Keep the column gap the same */
    margin: 20px 0;
    padding: 0;
}

.resume-image-container {
    width: 100%; /* Ensure the container takes full width */
    background-color: #99e0ce; /* Light teal background color */
    padding: 0; /* Remove padding for the image to fit perfectly */
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* Smooth transition */
}

.resume-image-container:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
    transform: translateY(-5px); /* Slightly raise the container on hover */
}

.resume-image-container img {
    border: 2px solid #99e0ce; /* Light teal border */
    border-radius: 8px;
    padding: 5px; /* Padding between the image and border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    width: 100%; /* Ensure the image takes full width of the container */
    height: 500px; /* Set a uniform height for all images */
    object-fit: cover; /* Ensures the image covers the area while keeping aspect ratio */
    object-position: top left;
}

.example-list li {
    display: block;
    width: 100%;
    text-align: center;
}

.example-list li h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #28776a ;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .example-list {
        grid-template-columns: 1fr; /* One item per row for small screens */
    }
}

.cta-button {
    display: inline-block;
    background-color: #3bbdad; /* Button color */
    color: white; /* Text color */
    padding: 10px 20px; /* Padding inside the button */
    margin-top: 10px; /* Space above the button */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    text-align: center; /* Center the text */
    cursor: pointer; /* Pointer cursor on hover */
    font-size: 16px; /* Font size */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; /* System font */
    transition: background-color 0.3s ease; /* Smooth transition for background color */
    text-decoration: none; /* Remove underline from link */
    margin-left: auto;
    margin-right: auto;
}
.cta-button:hover {
    background-color: #33a693; /* Slightly darker shade on hover */
}
.btn-switcher {
    color: #3bbdad;
    border: 1px solid #3bbdad;
    width: 55%;
    margin: 0 auto;
    border-radius: 3px;
    cursor: pointer;
    z-index: 2; /* Ensure it is above other elements */
    position: relative; /* Ensure positioning context */
}
.btn-switcher p {
    display: inline-block;
    width: 50%;
    margin: 0!important;
    padding: 7px 0;
}
.btn-switcher .active{
    background: #3bbdad;
    color: #fff;
}
.single-btn {
    border:none;
}
.single-btn p {
    border: 1px solid #3bbdad;
    border-radius: 3px;
}
.show-more {
    color: #383838;
    background: #d9dbdb;
    width: 20%;
    margin: 0 auto 50px;
    border-radius: 3px;
    cursor: pointer;
}
.show-more p {
    margin: 0!important;
    padding: 7px 0;
    text-align: center;
    font-weight: bold;
}
.signup-container {
    background: #f0fcfa;
    border-top: solid 1px #2fbeae;
    padding: 40px 0;
    text-align: center;
}
.signup-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.signup-wrapper h3 {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}
.signup-wrapper p {
    font-size: 20px;
}
.signup-form {
    width: 75%;
    margin: 0 auto;
}
.signup-form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.signup-form li {
    display: block;
    padding: 5px 0;
}
.social-network .google-login {
    width: 100%;
    height: 46px;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 3px;
    padding: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #4285f4;
}
.social-network .google-login span {
    padding: 10px 0;
    display: inline-block;
    float: none;
    margin-right: 11px;
}
.or_class_in {
    min-height: 10px;
    text-align: center;
    position: relative;
    font-size: 18px;
}
.before_or {
    position: absolute;
    width: 100%;
    display: block;
    height: 1px;
    left: 0;
    background: #d0d1d1;
    top: 11px;
    z-index: 0;
}
span.in_class {
    z-index: 1111;
    width: 60px;
    display: block;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    background: #f0fcfa;
}
.signup-form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 100%;
    height: 45px;
    background: #fff;
    border: solid 1px #dbe0df;
    font-size: 16px;
    padding: 10px 20px;
}
button.sign_up_its_free {
    height: 45px;
    border-radius: 5px;
    color: #fff;
    background: #3bbdad;
    border: none;
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
}
.footer_kudos_pro {
    background: #f4f4f4;
    border-top: solid 1px #727272;
    padding: 50px 0;
    min-height: 300px;
}
.footer_menu_section_in_all {
    display: block;
}
.footer_kudos_pro_wrap {
    width: 10%;
    float: left;
}
.footer_kudos_pro_wrap ul {
    padding: 0;
    margin: 0;
}
.footer_kudos_pro_wrap ul li {
    display: block;
}
.footer_kudos_pro_wrap li a.footer_menu_top {
    display: block;
    font-size: 16px;
    color: #727272;
    text-decoration: none;
    margin-bottom: 15px;
}
.footer_kudos_pro_wrap li a.footer_menus {
    display: block;
    font-size: 14px;
    color: #8c8c8c;
    text-decoration: none;
    margin-bottom: 10px;
}
.footer_pro_menu_logo {
    text-align: right;
    display: block;
}
/*Flip card css starts*/
.card-container {
    width: 100%;
    height: 354px;
    position: relative;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}
.card {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
}
.card div {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.card .front {
}
.card .back {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}
.card.flipped {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}
/*Flip card css ends*/
.blog-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Adjust gap between blog items */
    justify-content: space-between;
    margin-bottom: 40px; /* Add margin at the bottom of the container */
}

.blog-item {
    background-color: #f8f9fa; /* Light grey background color  */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    flex: 1 1 calc(50% - 20px); /* Two items per row, with gap */
    box-sizing: border-box;
    transition: transform 0.3s ease; /* Smooth hover effect */
}

.blog-item:hover {
    transform: scale(1.05); /* Slightly enlarge on hover */
}

.blog-item a {
    text-decoration: none;
    color: inherit; /* Inherit text color */
}

.blog-item img {
    width: 100%;
    height: auto;
    border-radius: 8px; /* Match the parent container's rounded corners */
}

.blog-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.blog-item p {
    font-size: 14px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .blog-item {
        flex: 1 1 100%; /* Stack items vertically on mobile */
    }
}
.sticky-sidebar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 40px; /* Positioned on the right with margin */
    z-index: 1000;
}

.sticky-sidebar a {
    display: block;
    margin: 10px 0;
}

.sticky-sidebar img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.sticky-sidebar img:hover {
    transform: scale(1.1);
}
/* General styles */
.sticky-header {
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 1000;
}

/* Sticky class */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

/* Other styles */
.logo img {
    max-height: 60px;
    padding-left: 40px;
}

/* Navbar */
.navbar {
    position: relative;
    margin-bottom: 0;
    border: none;
    padding: 0 56px;
  }
  .navbar-default {
    background-color: transparent;
  }
  .navbar .container-fluid {
    padding: 5px 15px;
  }
  .navbar-brand {
    height: auto;
    padding: 0px 15px;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  .navbar-toggle {
    margin: 0;
    padding: 13px 10px;
    border: none;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
  }
  .navbar-default .navbar-collapse {
    padding: 8px 0 0;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav > li {
    font-family: "Inter Tight", sans-serif;
    font-size: 18px;
    color: #000;
  }
  .navbar-nav > li > a {
    text-decoration: none; 
    color: #000 !important;
    padding: 5px 8px!important;
    font-size: 16px!important;
  }
  .navbar-nav > li > a:hover, .dropdown-menu > li > a:hover {
    color: #3bbdad !important; 
    background-color: transparent;
  }
  .navbar-brand {
    padding: 0 15px 0 0;
  }
  /* Custom styles for the dropdown */
  .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    position: absolute;
    z-index: 1000;
  }
  /* Ensure the parent container has relative positioning */
  .navbar-nav > .dropdown {
    position: relative;
  }
  /* Style for the dropdown toggle */
  .navbar-nav > .dropdown:hover > .dropdown-toggle::after {
    display: inline-block;
  }
  /* Custom styles for mobile menu */
  @media (max-width: 1118px) {
      .navbar-collapse {
        display: none;
      }
      .navbar-collapse.open {
        display: block;
        position: absolute;
        top: 100%;
        z-index: 1000;
        background: #fff;
        right: 0;
      }
  }
  @media (max-width: 767px) {
	.menu-separator{
		display: none!important;
	}
	.navbar-nav li {
		padding-right: 55px!important;
	}
  }
  
  /* Sticky navbar starts */
  #navbar {
  /*  overflow: hidden;*/
  }
  .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 56px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 4px 5px #c9c9c9;
  }
  /* Sticky navbar ends */
  .hammenu .menu-icon {
    padding-top: 18px;
  }
  @media (max-width: 767px) {
    .sticky {
      padding: 0 10px;
    }
    .navbar {
      padding: 0 10px;
    }
  }
/* CTA Block Styling */
.cta-block {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-inline: auto; /* Add spacing at the top and center the block */
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

/* Each CTA Card */
.cta-card {
    flex: 1;
    max-width: 350px;
    margin: 0 10px;   /* Reduce horizontal spacing between cards */
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* CTA Icons */
.cta-card i.material-icons {
    margin-bottom: 15px;
}

/* CTA Titles */
.cta-card h3 {
    font-size: 22px;
    color: #3bbdad;
    margin-bottom: 10px;
}

/* CTA Descriptions */
.cta-card p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* CTA Buttons */
.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #3bbdad;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none; /* Prevent underline and blue link style */
    text-align: center;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #33a693;
    color: #fff;
    text-decoration: none; /* Ensures no underline on hover as well */
}


/* Responsive Design for Mobile */
@media (max-width: 768px) {
    .cta-block {
        flex-direction: column;
        align-items: center;
    }

    .cta-card {
        margin-bottom: 20px;
    }
}
/* Generalized FAQ CSS Styles */
.faq-section {
    margin: 20px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: Arial, sans-serif;
}

.faq-section .container{
  width: 100%;
}

.faq-section h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.faq-item {
    margin-bottom: 15px;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.faq-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #0056b3;
}

.faq-item p {
    margin: 0 0 10px;
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

.faq-item ul {
    margin: 0;
    padding-left: 20px;
    font-size: 16px;
    color: #555;
}

.faq-item ul li {
    margin-bottom: 5px;
}

.main-resume-nav {
    display: block;
    text-align: center;
    background-color: #3bbdad; /* Matches your theme color */
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin: 20px auto;
    text-decoration: none;
    max-width: 250px;
    transition: background-color 0.3s ease;
}

.main-resume-nav:hover {
    background-color: #33a693; /* Slightly darker shade for hover effect */
    text-decoration: none;
}

.comparison-section {
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.resume-comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.resume-comparison-table th,
.resume-comparison-table td {
    padding: 12px 15px;
    border: 1px solid #ccc;
    text-align: left;
}

@media (max-width: 480px) {
    .resume-comparison-table th,
    .resume-comparison-table td {
        padding: 12px 8px;
    }
}

.resume-comparison-table th {
    background-color: #3bbdad;
    color: #fff;
    text-transform: uppercase;
}

.resume-comparison-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}
/* Style for Canva Resumes Block */
.canva-resumes-block {
    background-color: #f7fcfc; /* Light background to contrast the brand color */
    padding: 20px;
    border: 1px solid #3bbdad; /* Brand color for border */
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.canva-resumes-block h2 {
    color: #3bbdad; /* Brand color for heading */
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.canva-resumes-block p {
    color: #555; /* Neutral text for readability */
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.canva-resumes-block a {
    color: #3bbdad; /* Brand color for links */
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.canva-resumes-block a:hover {
    color: #2a8e85; /* Slightly darker shade of brand color for hover */
    text-decoration: underline;
}
/* Job Description Section */
.job-description {
    background: #f8f9fa;
    border-left: 4px solid #3bbdad;
    border-radius: 8px;
    padding: 20px;
}

/* Career Path Section */
.career-path {
    background: #e9f7f5;
    border-left: 4px solid #3bbdad;
    border-radius: 8px;
    padding: 20px;
}

/* Key Skills Section */
.skills {
    background: #fff3e6;
    border-left: 4px solid #ffc107;
    border-radius: 8px;
    padding: 20px;
}

/* Regional Demand Section */
.regional-demand {
    background: #f1f8e9;
    border-left: 4px solid #8bc34a;
    border-radius: 8px;
    padding: 20px;
}

/* Education and Certifications Section */
.education-certifications {
    background: #e3f2fd;
    border-left: 4px solid #2196f3;
    border-radius: 8px;
    padding: 20px;
}

/* Industry Trends Section */
.industry-trends {
    background: #ede7f6;
    border-left: 4px solid #673ab7;
    border-radius: 8px;
    padding: 20px;
}
/* Style for Job Search Steps Section */
.job-search-steps {
    background-color: #f9f9f9; /* Light gray background for better contrast */
    border-radius: 8px; /* Rounded corners */
    padding: 30px; /* Padding for the entire section */
    margin: 40px 0; /* Space above and below the section */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    font-family: Arial, sans-serif; /* Clean font for readability */
}

.job-search-steps h2 {
    font-size: 24px; /* Slightly larger title font */
    color: #3bbdad; /* Accent color for the title */
    margin-bottom: 20px; /* Space below the title */
    text-align: center; /* Center the title */
}

.job-search-steps p {
    font-size: 16px; /* Readable font size */
    line-height: 1.6; /* Increase line spacing for readability */
    color: #555; /* Neutral gray for text */
}

.job-search-steps .step {
    margin-bottom: 25px; /* Space between steps */
    padding: 20px; /* Inner padding for each step */
    border: 1px solid #eaeaea; /* Subtle border for separation */
    border-radius: 5px; /* Rounded corners for steps */
    background-color: #ffffff; /* White background for each step */
}

.job-search-steps .step h3 {
    font-size: 20px; /* Headline size for steps */
    color: #333; /* Darker gray for headlines */
    margin-bottom: 10px; /* Space below step headline */
}

.job-search-steps .step p {
    font-size: 14px; /* Smaller font size for content */
    color: #666; /* Medium gray for step content */
    line-height: 1.6; /* Consistent spacing for readability */
}

.job-search-steps a {
    color: #3bbdad; /* Accent color for links */
    font-weight: bold; /* Make links stand out */
    text-decoration: none; /* Remove underline for links */
}

.job-search-steps a:hover {
    text-decoration: underline; /* Add underline on hover for links */
}

/* Add responsiveness for smaller screens */
@media (max-width: 768px) {
    .job-search-steps {
        padding: 20px; /* Reduce padding for smaller screens */
    }

    .job-search-steps h2 {
        font-size: 20px; /* Smaller title for smaller screens */
    }

    .job-search-steps .step {
        padding: 15px; /* Adjust padding for steps */
    }

    .job-search-steps .step h3 {
        font-size: 18px; /* Smaller headline size */
    }
}

/* Cover Letter Card Styles */
.cover-letter-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.cover-letter-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.cover-letter-card h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}

.cover-letter-card p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 15px;
}

.cover-letter-snippet {
    font-size: 0.9rem;
    color: #444;
    background-color: #f9f9f9;
    border-left: 4px solid #3bbdad;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cover-letter-snippet strong {
    color: #3bbdad;
}
.button-group {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

/* Primary Buttons */
.cta-button {
    display: inline-block;
    padding: 10px 15px;
    font-size: 1rem;
    color: #fff;
    background-color: #3bbdad; /* Updated theme color */
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #32a295; /* Darker shade for hover effect */
}
.resume-caption {
    font-size: 14px;
    line-height: 1.4;
    color: #3bbdad; /* or match your brand's text color */
    margin-top: 8px;
    margin-bottom: 16px;
    text-align: center;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  @media (max-width: 600px) {
    .resume-caption {
      font-size: 13px;
      line-height: 1.5;
      padding: 0 10px;
    }
  }
    

/* Secondary Button */
.cta-button.secondary {
    background-color: #3bbdad; /* Same theme color for consistency */
    border: 2px solid #fff; /* Optional: Adds differentiation */
}

.cta-button.secondary:hover {
    background-color: #32a295; /* Darker shade for hover effect */
}
.main-resume-nav-container {
    display: flex; /* Align items in a row */
    justify-content: center; /* Center the links horizontally */
    gap: 20px; /* Add spacing between the links */
    /* margin: 20px 0; */
}

.main-resume-nav {
    text-decoration: none; /* Remove underline from links */
    color: #ffffff; /* Set text color */
    background-color: #3bbdad; /* Set button background color */
    padding: 10px 20px; /* Add padding */
    border-radius: 5px; /* Rounded corners */
    font-size: 16px; /* Adjust font size */
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

.main-resume-nav:hover {
    background-color: #2a9f91; /* Slightly darker shade for hover */
}
.keyword-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 40px;
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
    list-style-type: disc;
  }
  
  .keyword-list li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #333;
  }
  
/* CTA row layout */
.features-cta{
  display:flex; justify-content:center; align-items:center; gap:14px; flex-wrap:wrap;
  margin:16px 0 8px;
}

/* ---- Hard reset to prevent “faded” look from parent styles ---- */
.features-cta, .features-cta * {
  opacity: 1 !important;                 /* defeat accidental opacity on ancestors */
  filter: none !important;                /* avoid blur/brightness effects */
  mix-blend-mode: normal !important;      /* avoid blending into gradient */
}

/* ==== Accessible palette on #3bbdad header ==== */
.features-cta.on-teal .build-yours{
  background-color:#064E46;               /* dark teal (white contrast > 7:1) */
  border:2px solid #064E46;
  color:#ffffff;
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}
.features-cta.on-teal .build-yours:hover{
  background-color:#043E38;               /* darker on hover */
  border-color:#043E38;
}
.features-cta.on-teal .build-yours.outline{
  background:#ffffff;                      /* white chip for maximum pop */
  color:#064E46;
  border:2px solid #064E46;
  box-shadow:0 6px 16px rgba(0,0,0,.08);
}
.features-cta.on-teal .build-yours.outline:hover{
  background:#f4fffe;
}

/* ---- Shared button styling ---- */
.build-yours{
  appearance:none; display:inline-flex; align-items:center; justify-content:center;
  padding:12px 18px; min-width:220px; border-radius:999px;
  font:600 16px/1 system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  text-decoration:none; cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
}
.build-yours:focus-visible{
  outline:3px solid rgba(255,255,255,.7);
  outline-offset:2px;
  box-shadow:0 0 0 4px rgba(6,78,70,.25);
}

/* Small screens: stack */
@media (max-width:420px){
  .build-yours{ width:100%; min-width:0; }
}
/* Mobile: reduce space between stacked CTAs */
@media (max-width: 480px) {
  .features-cta {
    gap: 8px;                /* was 10–14px */
    margin: 10px auto 6px;   /* slightly tighter top/bottom */
    padding: 0 12px;         /* optional: keeps buttons away from edges */
  }
  .features-cta .build-yours {
    width: 100%;
    min-width: 0;
    margin: 0 !important;    /* kill any theme margins */
    padding: 12px 14px;      /* a hair shorter to feel tighter */
    font-size: 15.5px;       /* keeps line-height compact */
    line-height: 1.05;
  }
  /* explicit small gap between the two */
  .features-cta .build-yours + .build-yours {
    margin-top: 6px !important;  /* adjust this number to taste (4–8px) */
  }
}
.inline-links {
    text-align: center;
    font-size: 0.95em;
    color: #333;
    margin: 1.5rem 0 1rem;
    line-height: 1.6;
  }
  .inline-links a {
    color: #3bbdad;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease, text-decoration 0.2s ease;
  }
  .inline-links a:hover {
    color: #2a8e91;
    text-decoration: underline;
  }
/* === CTA ROW (tighter + centered) === */
.features-cta{
  display:flex;
  justify-content:center !important;  /* beat theme space-between */
  align-items:center;
  gap:10px;                            /* distance between buttons */
  flex-wrap:wrap;
  width:max-content;                   /* hug content so buttons stay close */
  max-width:100%;
  margin:16px auto 8px;                /* center row */
}
/* Fallback if max-content is stripped by your pipeline */
@supports not (width: max-content){
  .features-cta{ max-width:640px; }
}

/* Hard reset to avoid “faded” look from parent styles */
.features-cta, .features-cta *{
  opacity:1 !important;
  filter:none !important;
  mix-blend-mode:normal !important;
}

/* Ensure buttons don't stretch */
.features-cta .build-yours{ flex:0 0 auto; }

/* === BUTTONS (shared) === */
.build-yours{
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  min-width:220px;
  border-radius:999px;                 /* pill */
  font:600 16px/1 system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  text-decoration:none;
  cursor:pointer;
  transition:transform .15s ease,
             box-shadow .15s ease,
             background-color .15s ease,
             color .15s ease,
             border-color .15s ease;
}

/* Keyboard focus */
.build-yours:focus-visible{
  outline:3px solid rgba(255,255,255,.7);
  outline-offset:2px;
  box-shadow:0 0 0 4px rgba(6,78,70,.25);
}

/* Small screens: stack nicely */
@media (max-width:420px){
  .build-yours{ width:100%; min-width:0; }
}

/* === ACCESSIBLE PALETTE WHEN ROW SITS ON TEAL HEADER (#3bbdad) === */
/* Add .on-teal to the .features-cta wrapper */
.features-cta.on-teal .build-yours{
  background-color:#064E46;            /* dark teal (white contrast > 7:1) */
  border:2px solid #064E46;
  color:#ffffff;
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}
.features-cta.on-teal .build-yours:hover{
  background-color:#043E38;
  border-color:#043E38;
}

/* Outline variant */
.features-cta.on-teal .build-yours.outline{
  background:#ffffff;                   /* white chip = max contrast on teal bg */
  color:#064E46;
  border:2px solid #064E46;
  box-shadow:0 6px 16px rgba(0,0,0,.08);
}
.features-cta.on-teal .build-yours.outline:hover{
  background:#f4fffe;
}
/* --- NEW: Modern Skills & AI Section Styles --- */
.modern-skills-section {
    background-color: #f8f9fa;
    padding: 60px 0;
    overflow: auto; /* This forces the background to stretch */
    width: 100%;
}
/* Forces background to stretch down to cover floating columns */
.force-height-stretch::after {
    content: "";
    display: table;
    clear: both;
}


/* ---------- Common ---------- */
#key-features,
#cover-letter-promo,
#interview-prep {
  padding: 70px 20px;
}

#key-features h2,
#cover-letter-promo h2,
#interview-prep h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1f2937;
}

#cover-letter-promo p,
#interview-prep p {
  max-width: 750px;
  margin: 0 auto 30px auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}

/* ---------- Key Features ---------- */
#key-features ul {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

#key-features li {
  background: #f9fafb;
  padding: 30px;
  border-radius: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#key-features li:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

#key-features li strong {
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
  color: #111827;
}

/* ---------- Cover Letter Section ---------- */
#cover-letter-promo {
  background: linear-gradient(135deg, #eef2ff, #f8fafc);
  text-align: center;
}

#cover-letter-promo .cta-button {
  display: inline-block;
  padding: 14px 34px;
  border-radius: 999px;
  background: #3bbdad;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}

#cover-letter-promo .cta-button:hover {
  background: #3bbdad;
  transform: translateY(-2px);
}

/* ---------- Interview Prep ---------- */
#interview-prep {
  text-align: center;
}

#interview-prep .cta-button {
  display: inline-block;
  padding: 14px 34px;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}

#interview-prep .cta-button:hover {
  background: #020617;
  transform: translateY(-2px);
}

/* ---------- CTA ---------- */
#cta {
  padding: 64px 20px;
  text-align: center;
  background: #f1f5f9;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  margin-top: 30px;
}

#cta h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #0f172a;
  margin-top: 0;
}

#cta p {
  font-size: 16px;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
  color: #334155;
}

#cta a {
  color: #1d4ed8;
  font-weight: 500;
  text-decoration: underline;
}

#cta a:hover {
  text-decoration: none;
}

/* ---------- RESOURCES ---------- */
#resources {
  padding: 64px 20px;
  background: #ffffff;
}

#resources h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0f172a;
}

#resources ul {
  padding-left: 18px;
  margin-bottom: 48px;
}

#resources li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #334155;
}

#resources a {
  color: #1d4ed8;
  text-decoration: underline;
}

#resources a:hover {
  text-decoration: none;
}


.europass-guides-section {
    padding: 72px 0;
    background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
    margin-top: 35px;
  }
  
  .europass-guides-header {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    padding: 0 16px;
  }
  
  .europass-guides-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
  }
  
  .europass-guides-title {
    font-size: 28px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 16px;
  }
  
  .europass-guides-description {
    font-size: 16px;
    line-height: 1.75;
    color: #4b5563;
    margin: 0;
  }
  
  /* Responsive polish */
  @media (max-width: 768px) {
    .europass-guides-section {
      padding: 56px 0;
    }
  
    .europass-guides-title {
      font-size: 24px;
    }
  
    .europass-guides-description {
      font-size: 15px;
    }
  }
  
.ai-skills-section {
    background-color: #fff;
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.section-title-bold {
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.section-subtitle {
    max-width: 800px;
    margin: 0 auto 40px auto;
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
}

/* White Cards for Technical Skills */
.tech-skill-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    transition: transform 0.3s ease;
    border: 1px solid #f0f0f0;
}

.tech-skill-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(46, 125, 50, 0.1);
}

.tech-category-title {
    color: #2e7d32; /* KudosWall Green */
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.skill-list-clean {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.skill-list-clean li {
    margin-bottom: 10px;
    font-size: 1rem;
    color: #444;
    display: flex;
    align-items: center;
}

.skill-check-icon {
    color: #2e7d32;
    margin-right: 10px;
    font-size: 1.1rem;
}

/* AI Section Specifics */
.ai-highlight-box {
    margin-top: 10px;
}

.ai-icon {
    color: #555;
    margin-right: 8px;
    width: 20px;
    text-align: center;
}

.cta-button-optimized {
    background-color: #2e7d32 !important; 
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease;
}

.cta-button-optimized:hover {
    background-color: #1b5e20 !important;
    text-decoration: none;
}
/* QUICK FEATURE ALERT STYLES */
.feature-alert-box {
    background: #f8fbff;
    border: 1px solid #cce3f6;
    border-left: 5px solid #1976d2;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.feature-badge {
    background: linear-gradient(135deg, #ffca28 0%, #ffb300 100%);
    color: #0d47a1;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}
.feature-alert-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    margin-top: 0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}