.bnr-sec{
  padding-top: 8%;
}



body {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, sans-serif;
  background-color: #ffffff;
}

/* Hero Section */
.hero-section {
  padding: 80px 0;
}

.popup-logo{
  width: 100px !important;
}

.cont-form-sub{
  background-color: white !important;
}

.footer-logo1{
  width: 120px;
  background-color: white;
}

/* Title */
.hero-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0d6efd;
  margin-bottom: 24px;
}

/* Description */
.hero-description {
  font-size: 1.15rem;
  color: #555;
  max-width: 700px;
  margin-bottom: 40px;
}

/* Buttons */
.hero-buttons {
  /* display: flex;
  gap: 20px;
  flex-wrap: wrap; */
}

.hero-buttons .btn {
  padding: 5px 26px;
  border-radius: 10px;
  font-weight: 600;
}

/* Second button (outlined look but filled) */
.outline-btn {
  background-color: #0d6efd;
  border: none;
}

/* Hover effect */
.hero-buttons .btn:hover {
  transform: translateY(-2px);
  transition: 0.2s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 30px;
  }

  .hero-description {
    font-size: 1.05rem;
  }
}


.practice-papers-section {
  padding: 80px 0;
  background-color: #ffffff;
}

/* Title */
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0a1633;
  margin-bottom: 16px;
}

/* Description */
.section-description {
  font-size: 1.1rem;
  color: #4a5a73;
  max-width: 520px;
  margin-bottom: 30px;
}

/* Feature List */
.feature-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.feature-list li {
  font-size: 1.05rem;
  color: #2d3b4f;
  margin-bottom: 16px;
  position: relative;
  padding-left: 36px;
}

/* Yellow Tick */
.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f5a300;
  font-size: 1.3rem;
  font-weight: 700;
}

/* Button */
.download-btn {
  background-color: #1f4ed8;
  color: #ffffff;
  padding: 16px 32px;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(31, 78, 216, 0.25);
  transition: all 0.3s ease;
}

.download-btn:hover {
  background-color: #163db5;
  transform: translateY(-2px);
  color: #ffffff;
}

/* Image */
.practice-image {
  max-width: 100%;
  border-radius: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .practice-papers-section {
    padding: 60px 0;
  }

  .feature-list li {
    font-size: 1rem;
  }
}



/* ===== Career Options Section ===== */
.career-options-section {
  padding: 90px 0;
  background: radial-gradient(circle at top, #eef3ff, #ffffff);
}

/* Heading */
.career-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1b2b4a;
}

.career-title span {
  font-weight: 400;
  color: #5c6f91;
}

/* Card */
.career-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 40px 32px;
  height: 100%;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.career-card:hover {
  transform: translateY(-6px);
}

.career-card h4 {
  font-size: 1.45rem;
  font-weight: 700;
  color: #14213d;
  margin-bottom: 24px;
}

.career-card h4 span {
  font-weight: 400;
  color: #6c7a96;
}

/* List */
.career-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.career-card ul li {
  font-size: 1.05rem;
  color: #2d3c55;
  margin-bottom: 16px;
  padding-left: 26px;
  position: relative;
}

.career-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1f4ed8;
  font-size: 1.6rem;
  line-height: 1;
}

/* Buttons */
.career-card .btn {
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  border: none;
  color: #ffffff;
}

/* Button Colors */
.btn-engineering {
  background-color: #356cf6;
}

.btn-medical {
  background-color: #e54848;
}

.btn-pharmacy {
  background-color: #2f9e44;
}

.career-card .btn:hover {
  opacity: 0.9;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .career-title {
    font-size: 2rem;
  }

  .career-card {
    padding: 32px 24px;
  }
}

/* Allied Health Button */
.btn-allied {
  background-color: #0ea5a4;
  color: #ffffff;
}

/* "C:\xampp\htdocs\bangalore-careers\assetes\images\bg2.png" */
.bg-career {
  background-image: url('../images/bgim.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-career2 {
  background-image: url('../images/bg2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



/* ===== Free Counselling Section ===== */
.free-counselling-section {
  padding: 90px 0;
}

/* Card Wrapper */
.counselling-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* Title */
.counselling-title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #14213d;
  margin-bottom: 10px;
}

/* Subtitle */
.counselling-subtitle {
  font-size: 1.05rem;
  color: #4a5a73;
  margin-bottom: 24px;
}

/* Inner Box */
.counselling-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
}

.counselling-box h6 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #14213d;
  margin-bottom: 18px;
}

/* List */
.counselling-list {
  list-style: none;
  padding: 0;
  margin-bottom: 26px;
}

.counselling-list li {
  font-size: 1rem;
  color: #2d3c55;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

.counselling-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #f5a300;
  font-weight: 700;
}

/* Button */
.btn-counselling {
  background-color: #356cf6;
  color: #ffffff;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  border: none;
}

.btn-counselling:hover {
  background-color: #254edb;
  color: #ffffff;
}

/* Imag*



/* ===== Unlock Resources Section ===== */
.unlock-resources-section {
  padding: 90px 0;
  background-color: #f4f8ff;
}

/* Title */
.unlock-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #14213d;
  line-height: 1.2;
}

.unlock-title span {
  color: #356cf6;
  font-weight: 500;
}

/* Subtitle */
.unlock-subtitle {
  font-size: 1.05rem;
  color: #4a5a73;
  max-width: 650px;
  margin-top: 10px;
}

/* Card */
.unlock-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 36px 40px;
  margin-top: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* List */
.unlock-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.unlock-list li {
  font-size: 1.05rem;
  color: #2d3c55;
  margin-bottom: 18px;
  padding-left: 34px;
  position: relative;
}

/* Tick */
.unlock-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1f4ed8;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
  .unlock-resources-section {
    padding: 60px 0;
  }

  .unlock-title {
    font-size: 1.9rem;
  }

  .unlock-card {
    padding: 28px;
  }
}


/* ===== FAQ Section ===== */
.faq-section {
  padding: 90px 0;
  background: #f4f8ff;
}

/* Heading */
.faq-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #14213d;
}

.faq-title span {
  font-weight: 400;
  color: #5c6f91;
}

/* Card */
.faq-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px 30px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  height: 100%;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* Icon */
.faq-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-icon.question {
  background-color: #eaf1ff;
  color: #356cf6;
}

.faq-icon.check {
  background-color: #e9f8ef;
  color: #2f9e44;
}

/* Content */
.faq-content h6 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #14213d;
  margin-bottom: 6px;
}

.faq-content p {
  font-size: 0.98rem;
  color: #4a5a73;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0;
  }

  .faq-title {
    font-size: 1.9rem;
  }

  .faq-card {
    padding: 24px;
  }
}


/* ===== WhatsApp Support Section ===== */
.whatsapp-support-section {
  background-image: url("https://bangalorecareers.in/wp-content/uploads/2026/01/ChatGPT-Image-Jan-5-2026-08_27_29-PM.png");
  padding: 90px 0;
  /* background: radial-gradient(circle at top, #eef6ff, #ffffff); */
}

/* Image */
.whatsapp-image {
  max-width: 100%;
  border-radius: 20px;
}

/* Card */
.whatsapp-card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 26px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* Title */
.whatsapp-title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #14213d;
  margin-bottom: 10px;
}

.whatsapp-title span {
  color: #2f9e44;
  font-weight: 600;
}

/* Subtitle */
.whatsapp-subtitle {
  font-size: 1.05rem;
  color: #4a5a73;
  margin-bottom: 28px;
}

/* Benefits */
.benefit-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #14213d;
  margin-bottom: 12px;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.benefit-list li {
  font-size: 0.98rem;
  color: #2d3c55;
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}

.benefit-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2f9e44;
  font-weight: 700;
}

/* Button */
.btn-whatsapp {
  background-color: #25d366;
  color: #ffffff;
  padding: 14px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  border: none;
}

.btn-whatsapp:hover {
  background-color: #1ebe5d;
  color: #ffffff;
}

/* Note */
.whatsapp-note {
  font-size: 0.9rem;
  color: #5c6f91;
  margin-top: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .whatsapp-support-section {
    padding: 60px 0;
  }

  .whatsapp-card {
    padding: 28px;
  }

  .whatsapp-title {
    font-size: 1.6rem;
  }
}



/* ===== Footer ===== */
.bc-footer {
  background: linear-gradient(180deg, #1e3c72, #0f2a52);
  color: #ffffff;
  padding: 70px 0 30px;
  font-size: 0.95rem;
}

/* Columns */
.footer-col {
  padding: 0 20px;
}

/* Vertical dividers (desktop only) */
.divider {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/* Brand */
.footer-brand {
  text-align: left;
}

.footer-logo {
  width: 70px;
  margin-bottom: 12px;
}

.footer-brand h5 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.footer-brand p {
  color: #dbe5ff;
  line-height: 1.6;
}

/* Headings */
.bc-footer h6 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 16px;
}

/* Lists */
.bc-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bc-footer ul li {
  margin-bottom: 10px;
}

.bc-footer ul li a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}

.bc-footer ul li a:hover {
  text-decoration: underline;
}

/* Contact */
.footer-contact .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.footer-contact .icon {
  font-size: 1.1rem;
  margin-right: 10px;
}

/* Bottom */
.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
}

.footer-bottom p {
  margin: 5px 0;
  color: #dbe5ff;
}

.footer-bottom a {
  color: #ffffff;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .divider {
    border-left: none;
    margin-top: 30px;
  }

  .footer-col {
    margin-bottom: 30px;
  }
}
