
/* Common styles */
body {
  background: url(assets/bg-9.jpg);
  background-size: contain;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  background: url(assets/bg-9.jpg);
  background-size: cover;
  color: #fff;
  padding: 20px;
  padding-bottom: 0px;
  text-align: center;
}

main {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin: 0;
  flex-grow: 1;
  gap: 0;
  width: 100%;
  box-sizing: border-box;
}


/* Build Resume Section */
.build-resume-section{
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.form-section {
  color: white;
  backdrop-filter: blur(3px);
  box-shadow: 0px 0px 30px rgba(227, 228, 237, 0.37);
  border: 2px solid rgba(255, 255, 255, 0.18);
  background-color: transparent;
  width: 70%;
  /* background: #fff; */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.remove-btn {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 5px 10px;
  margin-top: 5px;
  cursor: pointer;
  border-radius: 4px;
}

.remove-btn:hover {
  background-color: #c82333;
}

form label, form input, form textarea, form button {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

textarea {
  height: 80px;
}

button {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
}

button:disabled {
  background-color: #aaa;
}

.preview-section {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.preview-tab{
  /* color: white; */
  backdrop-filter: blur(3px);
  box-shadow: 0px 0px 30px rgba(227, 228, 237, 0.37);
  border: 2px solid rgba(255, 255, 255, 0.18);
  background-color: transparent;
  width: 65%;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

#resume-preview {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 1rem;
  border-radius: 8px;
  min-height: 700px;
}



.hidden{
  display: none !important;
}


/* Navbar styles */
.navbar {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  position: sticky; 
  top: 0;         
  z-index: 1020;
  border-radius: 15px;
  backdrop-filter: blur(3px);
  box-shadow: 0px 0px 30px rgba(227, 228, 237, 0.37);
  border: 2px solid rgba(255, 255, 255, 0.18);
  background-color: transparent;
  height: 5rem;
  transition: background-color 0.3s ease;
}

.navbar .navbar-brand{
  color: #ddd;
}
.navbar .navbar-brand:hover{
  color: white;
}


.nav-link {
  color: #ddd !important;
  border-radius: 1rem !important;
  padding-left: 1rem !important;
}
.nav-link:hover{
  color: black !important;
}

.nav-link i {
  margin-right: 0.45rem;
}

.nav-link:hover {
  background-color: rgb(226, 226, 226);
}

/* Search styles */
.search-btn {
  color: #fff !important;
  border-radius: 25px !important;
}

.search-btn i {
  color: #fff;
  padding-right: 0.5rem !important;
}

.search-btn:hover {
  color: black !important;
  background-color: rgb(226, 226, 226) !important;
}

.search-inp {
  width: 180px !important;
  border-radius: 0.5rem 3rem 0.5rem 3rem !important;
  font-size: 1rem !important;
}

/* Footer styles */


.f-info-links a {
  text-decoration: none;
  color: #ddd;
}

.f-info-links a:hover {
  text-decoration: underline;
}

.f-info-links, .f-info-socials, .f-info-brand {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-info-socials i {
  margin-right: 0.7rem;
  font-size: 1.2rem;
}

.f-info {
  background: url(assets/bg-8.avif);
  background-size: cover;
  backdrop-filter: blur(15px);
  text-align: center;
  height: 8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: space-evenly;
  background: transparent;
  color: #ddd !important;
}


/* Templete-Setion */
.template-section{
  text-align: center;
  width: 100% !important;
  padding: 20px !important;
  color: white !important;
}

/* Card */
.listing-card{
  background: transparent !important;
  border-radius: 2rem !important;
  border: none !important;
  margin-top: 2rem;
}
.card-img-top{
  border-radius: 1rem !important;
  width: 100% !important;
  object-fit: cover !important;
}
.card-body{
  color: white !important;
  text-align: center;
  background: transparent !important;
  padding: 0;
}
.card-text p{
  font-weight: 400;
}
.listing-link{
  text-decoration: none;
}

/* Card effect */
.card-img-overlay{
  border-radius: 1.25rem !important;
  opacity: 0;
}

.card-img-overlay:hover{
  opacity: 0.2;
  background-color: white;
}




/* Home Section */
.home-section {
  padding-top: 0;
  padding-bottom: 50px;
}

.home-section h1 {
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  color: #e9f0f8 !important;
}

.home-section .lead {
  margin: 20px 0;
  color: #666;
}

.home-section button {
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
  transition: all 0.3s ease-in-out;
}

.home-section button:hover {
  background-color: #f99a3c;
  transform: scale(1.05);
}

.features-section {
  margin-top: 50px;
}

.feature-card {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}

.feature-card:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}

.feature-card i {
  margin-bottom: 15px;
  color: #f99a3c !important;
}

.feature-card h3 {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.feature-card p {
  color: #555;
}








@media screen and (max-width: 768px) {
  .form-section, .preview-tab {
    width: 100%;
  }
  #next{
    margin-bottom: 0.5rem;
  }
  #navbarNavAltMarkup{
    background-color: #333;
    border-radius: 1.2rem;
    padding: 1rem;
  }
  /* #resume-preview {

  } */
}


@media (max-width: 576px) {
  .row .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .row .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}