/* --- Global Styles & Fonts --- */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
  --c1: #d02c1d;
  --c2: #005fab;
  --c3: #444;
  --c4: #2A254D;
  --bg: #F1F2FD;
  --w: #fff;
  --heading-font: "poppins-reg";
  --body-font: "OutfitRegular";
}

button:focus {
  box-shadow: none !important;
}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1 {
  color: var(--c1) !important;
}

.c2 {
  color: var(--c2) !important;
}

.c3 {
  color: var(--c3) !important;
}

.c4 {
  color: var(--c4) !important;
}

.c5 {
  color: var(--bg) !important;
}

.bg-c1 {
  background-color: #f6f6f6;
}

.bg-w {
  background-color: var(--w);
}

/* .c5{
  color: var(--c5) !important;
} */
.w {
  color: #fff !important;
}

.b {
  color: black !important;
}

a {
  text-decoration: none !important;
}

.ls {
  letter-spacing: 1px;
}

.lh {
  line-height: 2rem !important;
}

@font-face {
  font-family: "OutfitRegular";
  src: url("../OutfitRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins-reg";
  src: url(../Poppins-Regular.ttf);
}

img {
  -webkit-user-drag: none;
}

html,
body {
  padding: 0 !important;
}

html {
  width: 100vw !important;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--heading-font);
}

body {
  margin: 0% !important;
  padding: 0% !important;
  font-family: var(--body-font), sans-serif;
  font-size: 18px !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  /* background-color: #000 !important; */
}


* {
  box-sizing: border-box;
  /* border: 1px solid black; */
}

.error-msg {
  margin-bottom: 0 !important;
  color: #ff0000;
  font-size: 14px;
}

.custom-container {
  padding-left: 5rem;
  padding-right: 5rem;
}

.newnav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* banner */

.img1 {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


/* banner */


/* slider */


.swiper.marquee-swiper {

  mask-image: linear-gradient(to right,
      transparent 0%,
      white 10%,
      white 90%,
      transparent 100%);
}

.swiper-wrapper.marquee-swiper {
  transition-timing-function: linear;
  align-items: center;
}

.swiper-slide.marquee-swiper {
  width: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marq-slid-img {
  width: 80%;
}

.partnersLogo .marq-slid-img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}




/* slider */



/* --- Hero Section --- */
.offcanvas.offcanvas-start {
  width: 100%;
}

.offcanvas-start img {
  height: 100px;
}

.top-bar {
  background-color: #8d0c00;
  color: white;
  font-size: 13px;
  padding: 5px 0;
}

.top-bar a {
  color: #f1f1f1;
  text-decoration: none;
  margin-left: 5px;
  transition: all .3s ease-out;
}

.top-bar a:hover {
  color: #ffffff;
  transition: all .3s ease-out;
}

.navbar {
  background-color: white;
  box-shadow: 1px 1px 10px #0000002e;
}

.navbar li {
  list-style: none;
}

.navbar .collapse {
  display: flex;
  justify-content: space-between;
}

.navbar-brand img {
  height: 70px;
}

.navbar-nav .nav-link {
  /* color: black; */
  font-weight: 500;
  margin-right: 15px;
  font-size: 16px;
}

.navbar-nav .nav-link.active {
  color: #d02c1d;
  font-weight: bold;
}

.navbar-nav .nav-link:hover {
  color: #d02c1d;
}

.enroll-btn {
  background-color: #d02c1d;
  color: white !important;
  padding: 8px 15px;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid white;
  transition: all .3s ease-out;
}

.enroll-btn1 {
  background-color: #d02c1d;
  color: white !important;
  padding: 8px 15px;
  border-radius: 4px;
  text-decoration: none;
  transition: all .3s ease-out;
  top: 25px;
  position: relative;
  left: 10px;
}

.enroll-btn1:hover {
  background-color: var(--c2);
  color: white !important;
  transition: all .3s ease-out;
}

.modal-backdrop {
  opacity: 1;
}

.modal-backdrop.show {
  backdrop-filter: blur(8px);
  opacity: 1;
  background-color: #0000009e;
}

body.modal-open {
  overflow: hidden;
}

.table_body {
  overflow-y: auto;
}

.result_table td,
.result_table th {
  border: 1px solid #6e6e6e;
  padding: 10px;
}

.enroll-btn:hover {
  background-color: var(--c2);
  color: white !important;
  transition: all .3s ease-out;
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Remove default padding from offcanvas to align menu nicely */
.offcanvas-header {
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  border: none;
}

.offcanvas-body {
  padding: 0;
}

/* Menu link styling */
.nav-link {
  color: black;
}

/* -------------------------------  */

.btn-c1 {
  background-color: var(--c1);
  color: var(--w);
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--c1);
}

.btn-c1:hover {
  background-color: var(--w);
  color: var(--c1) !important;
  transition: all 0.5s ease-in-out;
}

/* --- About Section --- */
.step-indicator {
  background-color: var(--c1) !important;
  color: var(--w) !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
  padding: 12px 12px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}

.about-text {
  /* font-size: 1.2rem; */
  line-height: 2rem;

}

.inline-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 5px;
  vertical-align: middle;
}

.highlight-badge {
  background-color: var(--c-red);
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 600;
  margin: 0 5px;
  display: inline-block;
  color: #f0e9e9;
}

.highlight-yellow {
  color: var(--c-highlight-text);
  font-weight: 600;
  display: block;
  /* Added for correct spacing */
  margin-top: 10px;
}


/* parralyx effect */
/* Parallax CTA Background */
.cta-banner {
  background-image: url('../images/section-bg.jpg');
  /* background-image: url('../images/section-bg.jpg'); */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
}

.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #000000d0;
}

.cta-banner .content {
  position: relative;
  z-index: 1;
}

/* Stat Card Styling */
.stat-card {
  background: #e5e5e54f;
  text-align: center;
  padding: 30px 10px;
  border-width: 6px;
  border-radius: 8px;
  backdrop-filter: blur(5px);
  color: #ffffff;
  font-size: 30px;
}

.stat-card h3 {
  font-weight: bold;
  font-size: 2rem;
}

.stat-card p {
  font-weight: bold;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .stat-card {
    padding: 20px 5px;
  }

  .stat-card h3 {
    font-size: 1.5rem;
  }

  .enroll-btn {
    margin: 10px;
  }
}

/* parallyx effect */

input,
select {
  border-radius: 0;
}

.form-item {
  position: relative;
  margin-bottom: 15px;
}


.form-item input,
.form-item textarea,
.form-item select {
  height: 40px !important;
  padding: 10px 15px;
}

.form-item select {
  background-color: transparent;
}

.form-item input:focus,
.form-item select:focus,
.form-item textarea:focus {
  box-shadow: none !important;
  outline: none !important;
}

.form-item input,
.form-item select,
.form-item textarea {
  display: block;
  border-radius: 0;
  width: 100%;
  color: #212529;
  background: transparent;
  border: solid 1px #ccc;
  font-size: 14px;
  transition: all .3s ease;
}

select option {
  color: #000000;
  /* color of the options in the dropdown list */
}

.form-item input:focus+label,
.form-item input:not(:placeholder-shown)+label,
.form-item select:focus+label,
.form-item select:not(:placeholder-shown)+label,
.form-item textarea:focus+label,
.form-item textarea:not(:placeholder-shown)+label {
  font-size: 11px;
  top: -8px;
}

.form-item label {
  position: absolute;
  cursor: text;
  z-index: 1;
  top: 13px;
  left: 10px;
  font-size: 12px;
  font-weight: bold;
  background: #ffffff;
  padding: 0 3px;
  color: #999;
  transition: all .3s ease;
}

/* --- Courses Section --- */
.courses-section {
  background-color: #f6f6f6;
}

.badge-text {
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--c-dark);
}

.section-title {
  /* font-weight: 600; */
  font-size: 2.5rem;
  line-height: 1.2;
}

.card {
  border: none;
  border-radius: var(--card-border-radius);
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.hover-tooltip div {
  margin: 10px 0;
}

.hover-tooltip a {
  color: #eeeeee;
  transition: all .3s ease-out;
}

.hover-tooltip a:hover {
  color: #ffffff;
  transition: all .3s ease-out;
}

.main-course-card {
  height: 500px;
  /* padding: 1.5rem; */
  display: flex;
  flex-direction: column;
}

.main-course-card .card-img-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.4s ease;
}

.main-course-card:hover .card-img-top {
  transform: scale(1.05);
}

.main-course-card .card-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

.main-course-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}

.badge-group {
  display: flex;
  gap: 0.5rem;
}


.card-title-large {
  font-size: 4rem;
  font-weight: 600;
  margin-top: auto;
  /* line-height: 1.2; */
}

.btn-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  position: absolute;
  bottom: 11.7rem;
  right: 2rem;
  transition: transform 0.3s ease;
}

.btn-circle:hover {
  transform: scale(1.1);
}

.btn-white {
  background-color: var(--c-white);
  color: var(--c-dark);
}

.sub-courses-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sub-courses-container {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}

.sub-course-card {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 230px;
  border: 1px solid var(--c-gray-border);
  display: flex;
  flex-direction: column;
}

.sub-course-card .card-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.8;
  transition: transform 0.4s ease;
}

.sub-course-card:hover .card-bg-img {
  transform: scale(1.05);
}

.sub-course-card .card-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: var(--c-dark);
}

.plus-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--c-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border: 1px solid var(--c-gray-border);
}

.card-title-small {
  font-size: 1.5rem;
  font-weight: 600;
}

.btn-light-gray {
  background-color: var(--c-light-gray);
  color: var(--c-dark);
  border: 1px solid var(--c-gray-border);
}

.btn-dark {
  background-color: var(--c-dark);
  color: var(--c-white);
}

.main-advanced {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('../images/banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.course-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.course-card img {
  width: 60px;
  height: auto;
  margin-bottom: 15px;
}

.course-card h5 {
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 15px;
}

.course-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.fee-text {
  font-weight: bold;
  color: #2b2b2b;
  font-size: 20px;
  margin-top: 15px;
}

.early-joiners {
  font-size: 14px;
  color: #666;
}

.btn-register {
  background-color: #2b2b61;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 10px;
}

.btn-register:hover {
  background-color: #1f1f4b;
  color: white;
}

@media (max-width: 768px) {
  .course-card {
    margin-bottom: 20px;
  }
}


.viq-title {
  font-weight: 600;
  color: #2a2a75;
}

.viq-card {
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease-in-out;
  padding: 10px;
}

.viq-card:hover {
  transform: translateY(-5px);
}

.viq-icon {
  font-size: 2rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.viq-link {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  text-decoration: none;
}




/* our experts */

.arrow-up {
  /* height: 100%; */
  bottom: 8px;
  position: relative;
  right: 110px;

}


.experts {
  margin-top: 350px;
  font-size: 30px;
  font-weight: bolder !important;
}



/* our experts */



/* --- Schedule Section --- */


.schedule-section .accordion-button {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--c-dark);
  padding: 1rem 0;
  background-color: transparent;
  border: none;
}

.schedule-section .accordion-button:not(.collapsed) {
  color: var(--c-red);
  background-color: transparent;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

/* training */

.training {
  height: 100%;
  object-fit: cover;
}



/* training */


/* --- Footer Section --- */
.footer-section {
  background-color: var(--c-dark);
}

.footer-logo {
  font-size: 1.5rem;
}

.scroll-top {
  background-color: #800000;
  color: #ffffff;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: -100px;
  z-index: 99;
  transition: all .3s ease-out;
}

.scroll-top.show:hover {
  background-color: var(--c2);
  transition: all .3s ease-out;
}

.scroll-top.show {
  bottom: 15px;
  background-color: #800000;
  color: #ffffff;
  transition: all .3s ease-out;
}


/* dropdown */

.viq-link-wrapper {
  position: relative;
  display: inline-block;
}

.viq-link-wrapper {
  position: relative;
}

.hover-sections {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.hover-item {
  position: relative;
  display: inline-block;
}

.hover-tooltip {
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, bottom 0.3s;
  z-index: 99;
}

.hover-item:hover .hover-tooltip,
.hover-tooltip:hover {
  opacity: 1;
  bottom: -73px;
  pointer-events: auto;
}

.viq-link {
  color: #ffc107;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.viq-link:hover {
  color: #ffb600;
  text-decoration: underline;
}

/* Each item styling */
.hover-sections div {
  padding: 0px 12px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.hover-sections div:hover {
  /* background: #f2f2f2; */
  border-radius: 6px;
}





/* dropdown */


/* --- Responsive Styles --- */
@media (max-width: 991.98px) {
  .nav-item {
    border-bottom: 1px solid #eeeeee;
    justify-content: start;
    padding: 10px;
  }

  .footer-contact p {
    margin: 10px 0;
  }

  .custom-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-title {
    text-align: left !important;
    font-size: 2rem;
  }

  .main-course-card {
    height: 400px;
  }

  .card-title-large {
    font-size: 2.5rem;
  }

  .sub-courses-wrapper {
    flex-direction: column;
  }

  .sub-courses-container {
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .sub-courses-container::-webkit-scrollbar {
    display: none;
  }

  .sub-course-card {
    flex: 0 0 250px;
    scroll-snap-align: start;
  }

  .slider-nav {
    display: none !important;
  }
}

.program-card .overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  color: white;
}

.small-card img {
  object-fit: cover;
}

.small-card {
  min-height: 120px;
  background-color: white;
}

.small-card:last-child {
  position: relative;
}

.small-card:last-child img {
  height: 100%;
  object-fit: cover;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
  --c-black: #1a1a1a;
  --c-white: #ffffff;
  --c-light-gray: #f8f9fa;
  --c-gray-border: #dee2e6;
  --c-yellow: #800000;
  --card-border-radius: 2rem;
}

body {
  background-color: var(--c-white);
  color: var(--c-black);
}

.custom-container {
  padding-left: 5rem;
  padding-right: 5rem;
}





.badge-text {
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--c-black);
}

.section-title {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.2;
}

/* Card Styles */
.card {
  border: none;
  border-radius: var(--card-border-radius);
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.main-course-card {
  height: 500px;
  /* padding: 1.5rem; */
  display: flex;
  flex-direction: column;
}

.main-course-card .card-img-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.4s ease;
}

.main-course-card:hover .card-img-top {
  transform: scale(1.05);
}

.main-course-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}

.badge-group {
  display: flex;
  gap: 0.5rem;
}

.badge-group .badge {
  background-color: var(--c1);
  border: 1px solid var(--c1) !important;
  color: white !important;
}

.card-title-large {
  font-size: 4rem;
  font-weight: 600;
  margin-top: auto;
  line-height: 1.2;
}


.btn-white {
  background-color: var(--c-white);
  color: var(--c-black);
}

/* Sub-Courses Styles */
.sub-courses-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.sub-courses-container {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}

.sub-course-card {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 230px;
  border: 1px solid var(--c-gray-border);
  display: flex;
  flex-direction: column;
}

/* The image now fills the entire card */
.sub-course-card .card-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.4s ease;
}

.sub-course-card:hover .card-bg-img {
  transform: scale(1.05);
}

.plus-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--c-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border: 1px solid var(--c-gray-border);
}

.card-title-small {
  font-size: 1.5rem;
  font-weight: 600;
}

.description-text {
  font-size: 0.95rem;
  color: #6c757d;
  max-width: 300px;
}

.slider-nav .btn-circle {
  width: 45px;
  height: 45px;
  font-size: 1rem;
}

.btn-light-gray {
  background-color: var(--c-light-gray);
  color: var(--c-black);
  border: 1px solid var(--c-gray-border);
}

.btn-dark {
  background-color: var(--c-black);
  color: var(--c-white);
}

/* --- Responsive Design --- */
@media (max-width: 991.98px) {
  .custom-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-title {
    text-align: left !important;
    font-size: 2rem;
  }

  .main-course-card {
    height: 400px;
  }

  .card-title-large {
    font-size: 2.5rem;
  }

  .sub-courses-wrapper {
    flex-direction: column;
  }

  .sub-courses-container {
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .sub-courses-container::-webkit-scrollbar {
    display: none;
  }

  .sub-course-card {
    flex: 0 0 250px;
    scroll-snap-align: start;
  }

  .description-text {
    max-width: 100%;
    text-align: center;
  }

  .slider-nav {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.8rem;
  }

  .main-course-card .card-body {
    padding: 1.5rem;
  }

  .card-title-large {
    font-size: 2.2rem;
  }

  .btn-circle {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }

  .sub-course-card {
    flex: 0 0 200px;
  }
}

.list-group-item {
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
}

.list-group-item:hover {
  color: #800000;
}

.abt-image {
  width: 100%;
  height: 410px !important;
  overflow: hidden;
}

.abt-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-shape {
  border-radius: 60% 40% 40% 60% / 50% 30% 70% 50%;
  object-fit: cover;
  position: relative;

}

.circle {
  position: relative;
}

@media (max-width: 767px) {
  .custom-shape {
    border-radius: 20px;
  }

  .position-absolute img {
    max-height: 40px;
  }
}


.hero-banner {
  background-color: var(--c4) !important;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  color: white;
}

.hero-image {
  width: 100%;
  max-width: 500px;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  object-fit: cover;
}

.hero-banner h1 {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .hero-banner h1 {
    font-size: 3.5rem;
  }
}

/* Course Cards */
.card-title {
  font-size: 1rem;
  line-height: 1.4;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}


/* grid  */

.card .btn-register {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

/* Show button on card hover */
.card:hover .btn-register {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* grid */

/* hover */

.email-link {
  color: black;
  /* Normal color */
  text-decoration: none;
  /* Remove underline */
  transition: color 0.3s ease;
  /* Smooth hover change */
}

.email-link:hover {
  color: rgb(16, 15, 15);
  /* Change color on hover */
  text-decoration: underline;
  /* Optional underline on hover */
}


/* navbar */
/* Show dropdown on hover */
/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 180%;
  /* move dropdown a little lower */
}





/* navbar */

/* hover */

/* button gradient in about us page */

/* From Uiverse.io by mobinkakei */
/* button {
  position: relative;
  margin: 0;
  padding: 17px 35px;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid rgba(22, 76, 167, 0.6);
  border-radius: 10px;
  color: #1d89ff;
  font-weight: 400;
  font-family: inherit;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

button span {
  color: #164ca7;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
}

button:hover {
  animation: rotate624 0.7s ease-in-out both;
}

button:hover span {
  animation: storm1261 0.7s ease-in-out both;
  animation-delay: 0.06s;
} */

@keyframes rotate624 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }

  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }

  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }

  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

@keyframes storm1261 {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }

  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }

  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }

  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }

  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}

.btn-shine {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}

.btn-shine span {
  z-index: 20;
}

.btn-shine:after {
  background: #38ef7d;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.4;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.btn-shine:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}


/* button gradient in about us page */


/* footer */


.footer {
  position: relative;
  background-image: url(../images/medium-shot-smiley-man-wearing-helmet[1].jpg);
  background-size: cover;

}


.footer::after {
  content: '';
  background-image: url(../images/medium-shot-smiley-man-wearing-helmet[1].jpg);
  background-size: cover;
  background-color: #EEF2FF;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -2;
}


.pattern-img1 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  /* width: 100%; */
  height: 230px;
  z-index: -1;
}


.f-logo {
  width: 90%;
  /* height: 120px; */
}

.full-so {
  display: flex;
  /* background-color: #daa52a; */
  /* height: 100px; */
}

.soc-bx {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c2);
}

.soc-icon {
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}

.soc-bx:hover .soc-icon {
  animation: gelatine 0.5s;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.foot-arrow {
  width: 16px;
}

.foot-p {
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 18px;
}

.foot-p:hover {
  transform: translateX(5%);
  transition: all .5s;
  color: var(--c1) !important;
}

.foot-p a {
  letter-spacing: 1px;
  color: var(--c3);
}

.foot-p:hover a {
  color: var(--c1) !important;
}

/* .ft-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
} */
.f-con-div {
  display: flex;
}

.f-con-bx {
  background-color: var(--c1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.con-f-icon {
  width: 50%;
}

.f-con-txt {
  width: 60%;
}

.f-con-h {
  font-size: 15px;
}

.gallery-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  /* justify-content: ; */
}

.gallery-box {
  position: relative;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.pswp__img {
  object-fit: cover !important;
  display: block;
  margin: auto;
}

.gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-box:hover img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(79, 93, 228, 0.7);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plus {
  font-size: 2rem;
  color: white;
  transform: scale(0.5);
  transition: transform 0.3s ease;
}

.gallery-box:hover .overlay {
  opacity: 1;
}

.gallery-box:hover .plus {
  transform: scale(1.2);
}

/* ---------- whyscoose us-------------  */

.bg-back {
  background-color: var(--c4);

}

.bg-choose {
  position: relative;
  /* height: 100vh !important; */
}

.bg-choose::after {
  content: '';
  width: 100%;
  height: 100% !important;
  position: absolute;
  inset: 0%;
  background-color: #fff;
  background-size: cover;
  opacity: 0.6;
  z-index: -2;
  background-attachment: fixed;
  background-position: top left;
}

.choose-bg {
  position: relative;
}

.choose-bg::after {
  content: "";
  background-color: #ffff !important;
  position: absolute !important;
  width: 90% !important;
  height: 100%;
  right: 0%;
  top: 0%;
  z-index: -1;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 2rem;
}

.img-cho {
  width: 100%;
  height: 350px;
  overflow: hidden !important;
}

.img-choose {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tick-box {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c2);
  border-radius: 8px;
}

.tick {
  width: 80%;
}


.border-start-dot {
  border-left: 1.4px dashed var(--c3);
}


.date-badge {
  position: relative;
  width: 150px;
  /* adjust based on image size */
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-circle {
  width: 100%;
  height: auto;
}

.date-box {
  position: absolute;
  text-align: center;
  color: white;
}

.day {

  font-size: 29px;
  font-weight: bold;
  padding: 5px 10px;
}

.month-year {
  font-size: 14px;
  padding: 4px 8px;
}


.speaker-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #F1F2FD;
  padding: 5px;
}

.speaker-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.speaker-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.speaker-title {
  font-size: 14px;
  color: #6c757d;
  /* gray */
}

.speaker-name {
  font-size: 16px;
  font-weight: bold;
  color: #1a1337;
}

/* footer */


/* slider */

.testimonial-slider {
  width: 100%;
}

.testimonial-track {
  animation: scrollSlider 30s linear infinite;
  display: flex;
  width: max-content;
}

.testimonial-card {
  min-width: 350px;
  max-width: 350px;
  flex: 0 0 auto;
  background-color: #f9f9f9;
}

@keyframes scrollSlider {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


/* slider */


/* footer */

.footer-ui {
  padding: 3rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  background-color: #1a1a1a;
  color: white;
}

.footer-logo {
  display: flex;
  align-items: center;
  background: white;
  color: black;
  border-radius: 12px;
  padding: 0.3rem 0.75rem;
  font-weight: 600;
  font-size: 1rem;
  width: fit-content;
}

.footer-logo img {
  height: 24px;
  margin-right: 0.5rem;
}

.footer-img {
  width: 200px;
  object-fit: cover;
}

.footer-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.footer-contact {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
  padding-top: 1rem;
}

.footer-contact p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.footer-buttons .btn {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 2rem;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
}

.footer-buttons .btn:hover {
  background-color: white;
  color: black;
}

.scroll-top {
  border-radius: 50%;
  padding: 0.5rem 0.7rem;
}

@media (max-width: 767px) {
  .footer-text {
    font-size: 1.2rem;
    text-align: center;
  }

  .footer-img {
    margin: 1rem auto;
  }

  .footer-logo {
    margin: 0 auto 1rem auto;
  }

  .footer-contact {
    text-align: center;
  }

  .footer-buttons {
    justify-content: center;
  }
}


/* ...  *
/* .... */


/* footer */


/* neet page */


.card-copy img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.images-author img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

/* RIGHT SMALL CARD AVATARS */
.img-rounded img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}


.card-assesment {
  border: 0;

}

/* Responsive tweaks */
@media (max-width: 768px) {
  .card-copy img {
    height: 240px;
  }

  /* smaller hero on tablets/phones */
  .images-author img {
    width: 40px;
    height: 40px;
  }

  .img-rounded img {
    width: 30px;
    height: 30px;
  }
}



.card-copy {
  position: sticky !important;
  top: 0;
  z-index: 10;
}

/* neet page2 */

.banner-section {
  background: url('../images/banner.jpg') center/cover no-repeat;
  padding: 60px 0;
  position: relative;
}

/* Dark overlay for text readability */
.banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Ensure content stays above overlay */
.banner-content {
  position: relative;
  z-index: 1;
}

/* Gradient Heading */
.gradient-text {
  background: linear-gradient(90deg, #cb1117, #ff4b2b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

/* Step Cards */
.step-card {
  position: relative;
  padding: 20px;
  text-align: center;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  background: #fff;
}

.step-card:hover {
  transform: translateY(-5px);
}

/* Underline Animation */
.step-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 3px;
  background: #ff4b2b;
  transform: translateX(-50%);
}

.step-card:hover::after {
  animation: underlineLoop 1.5s infinite linear;
}

@keyframes underlineLoop {
  0% {
    width: 0%;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

/* Number & Icon */
.step-number {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff4b2b;
}

.step-icon {
  font-size: 2rem;
  color: #ff4b2b;
  margin-bottom: 10px;
}


.hero-section {
  background: linear-gradient(90deg, #0052a5, #a30000);
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.hero-section h1 {
  font-weight: bold;
  font-size: 2.5rem;
}

.hero-section p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
}

/* Live Badge */
.live-badge {
  background-color: #005fab;
  ;
  color: white;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 20px;
}


.early {
  background-color: #005fab;
  ;
  color: white;

}

.live-badge::before {
  content: '●';
  color: #b3ffb3;
  margin-right: 6px;
}

/* Buttons */
.hero-btn {
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 500;
}

.btn-primary-custom {
  background-color: white;
  color: #a30000;
  border: none;
}

.btn-primary-custom i {
  color: #ff4b2b;
  margin-right: 5px;
}

.btn-dark-custom {
  background-color: rgba(255, 255, 255, 0.15);
  border: none;
  color: white;
}

/* Stats */
.stats-card {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}

.stats-card h4 {
  font-weight: bold;
}

.stats-card p {
  font-size: 0.9rem;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 1.8rem;
  }
}

.hero-section {
  background: linear-gradient(90deg, rgba(0, 82, 165, 0.85), rgba(163, 0, 0, 0.85)),
    url('../images/young-handsome-physician-medical-robe-with-stethoscope\ 1.png') center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.hero-section1 {
  background: linear-gradient(90deg, rgba(0, 82, 165, 0.85), rgba(163, 0, 0, 0.85)),
    url('../images/jeee.jpg') center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.other-hero {
  background: linear-gradient(90deg, rgba(0, 82, 165, 0.85), rgba(163, 0, 0, 0.85))
}


/* neet page2 */

/* why choose us */

.why-us {
  position: relative;
  height: 400px;
}

.why-us-img1 {
  height: 89%;
  width: 80%;
  object-fit: cover;
  overflow: hidden;
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
  background-color: #fff;
}

.why-us-img2 {
  object-fit: contain;
  position: absolute;
  height: auto;
  width: 280px;
  background-color: #fff;
  bottom: 0%;
  left: 0%;
}

.why-us-img3 {
  height: 330px;
  width: 55%;
  object-fit: cover;
  overflow: hidden;
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
  background-color: #fff;
}


.avatar {
  /* box-sizing: border-box; */
  /* border: 5px white solid; */
  /* border-radius: 50%; */
  overflow: hidden;
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;

  img {
    width: 100%;
    height: auto;
  }
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }

  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }

  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

/* why choose us */

/* form page */
.left-section {
  padding: 40px 20px;
}

.left-section h1 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3;
}

.highlight-yellow {
  background-color: #FFD200;
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: bold;
  display: inline-block;
  margin-top: 8px;
}

.date-box {
  background-color: white;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  margin: 10px;
  transition: transform 0.2s ease;
  flex: 1 1 120px;
  min-width: 120px;
}

.date-box:hover {
  transform: translateY(-4px);
}

.date-box .day {
  font-size: 2rem;
  font-weight: bold;
  color: #3d3da8;
}

.date-box .month {
  font-weight: bold;
  font-size: 1.1rem;
}

.date-box .mode {
  background-color: #FFD200;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.85rem;
  display: inline-block;
  margin-top: 5px;
}

.grade-badge {
  background-color: #f2f2f2;
  padding: 5px 20px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.grades {
  background-color: #6e63f6;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  display: inline-block;
  margin: 5px 0;
}

/* Right section form styles */
.right-section {
  background-color: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
  position: relative;
}

.right-section .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.right-section h4 {
  color: #2f2570;
  font-weight: bold;
  font-size: 1.3rem;
}

.form-control,
.form-select {
  border-radius: 8px;
  background-color: #f2f2f2;
  border: none;
  font-size: 0.9rem;
  padding: 10px;
}

.input-group .form-control {
  border-radius: 8px 0 0 8px;
}

.verify-btn {
  background-color: #FFD200;
  border: none;
  border-radius: 0 8px 8px 0;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 0 15px;
}

.price {
  text-align: center;
  font-size: 1rem;
  margin-top: 10px;
  font-weight: 500;
}

.price .old {
  text-decoration: line-through;
  color: red;
  font-weight: bold;
}

.price .new {
  color: red;
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: 5px;
}

.pay-btn {
  background-color: #2f2570;
  color: #FFD200;
  font-weight: bold;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  margin-top: 10px;
}

.terms {
  font-size: 0.7rem;
  color: #555;
  text-align: center;
  margin-top: 8px;
}

.success_students .swiper {
  width: 100%;
  padding: 40px 0;
}

.success_students .swiper-slide {
  flex: 0 0 auto;
  /* allow custom widths */
  height: 200px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.success_students .swiper-slide {
  width: 200px;
  height: auto;
}

.success_students .swiper-slide img {
  object-position: center;
  object-fit: contain;
  width: 200px;
  height: 200px;
}

.training-video {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
}

.video-controls {
  position: absolute;
  bottom: 10px;
  /* left: 10px; */
  display: flex;
  /* gap: 10px; */
  width: 100%;
  justify-content: space-between;
  padding: 5px 10px;
}

.video-controls button {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
}

/* Responsive tweaks */
@media (max-width: 992px) {

  .left-section,
  .right-section {
    text-align: center;
  }

  .viq-card {
    margin: 20px 0 !important;
  }
}

@media (max-width: 576px) {
  .left-section h1 {
    font-size: 1.6rem;
  }

  .date-box {
    min-width: 100px;
    padding: 12px;
  }
}

/* card neet */
.step-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: all 0.3s ease;
}

.step-circle:hover {
  transform: translateY(-8px);
  background: #f8f9fa;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.step-circle .step-icon {
  font-size: 2rem;
  color: #dc3545;
  /* red accent */
  margin-bottom: 8px;
}

.step-circle p {
  margin: 0;
  font-weight: 600;
  font-size: 0.9rem;
  color: #333;
}

.banner-section {
  background: none !important;
  /* removes background image */

}


/* card neet */

/* --------------------------------------make it responsive------------------------ */

@media screen and (min-width:960px) and (max-width:1030px) {}

@media screen and (max-width:960px) {
  .dropdown-submenu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    min-width: 200px;
    background: #fff;
    padding: 0;
    margin: 0;
  }

  .dropdown-submenu:hover>.sub-menu {
    display: block;
  }

  .dropdown-submenu>a::after {
    content: "\f105";
  }

  .sub-menu {
    column-count: 2;
    column-gap: 10px;
    min-width: 400px;
  }

  .sub-menu .dropdown-item {
    break-inside: avoid;
  }

  .hero-section {
    margin: 10px;
    border-radius: 25px;
    min-height: 100% !important;
  }

  .hero-content {
    padding-top: 40px;
    max-width: 700px;
  }
}

@media screen and (max-width:720px) {
  .sm-js {
    text-align: justify !important;
  }
}

@media screen and (max-width:660px) {
  .hero-section {
    margin: 10px;
    border-radius: 25px;
    min-height: 95vh;
  }

  .hero-content {
    padding-top: 20px;
    text-align: center !important;
    max-width: 100%;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }

  .community-box {
    flex-direction: column;
    text-align: center;
  }

  .community-box .avatars {
    margin-bottom: 1rem;
    justify-content: center;
  }

  .scroll-down {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    width: 150px;
    text-align: center;
  }

  .highlight-yellow {
    display: inline;
    background-color: #fff0b3;
    padding: 2px 4px;
    border-radius: 4px;
    font-weight: 600;
  }

  .highlight-badge {
    padding: 3px 8px;
    font-size: 0.9rem;
  }

}

.modal .nav-item {
  display: block !important;
}


/* date picker */

input[type="date"] {
  background: url('calendar-icon.svg') no-repeat right 10px center;
  background-size: 20px;
  background-color: #eff0f1 !important;
  /* light gray */
  color: #000;
  /* text color */

}


/* date picker */
