@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
/*.container {
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
    max-width: 1368px;
}

.row {
	margin-left: -16px;
	margin-right: -16px;
}
.row > * {
	padding-right: 16px;
	padding-left: 16px;
}*/
h1 {
  font-size: 56px;
  line-height: 68px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
h2 {
  font-size: 44px;
  line-height: 56px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
h3 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
h4 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
.grey-bg {
  background-color: #f6f6f6;
}
.lp-gap-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  flex-direction: column;
}
.custom-section {
  display: flex;
  width: 100%;
  padding: 96px 0;
}
.custom-title {
  color: #b01c2e;
  margin: 0;
  padding: 0;
}
.title-section {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.lp-btn {
  background: #b01c2e;
  border: 1px solid #b01c2e;
  outline: none;
  padding: 16px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}
.lp-btn:hover {
  background: #881321;
  border: 1px solid #881321;
  color: #ffffff;
}
.lp-btn span {
  padding: 0 8px;
  display: flex;
  align-items: center;
}
.lp-btn span img {
  padding-left: 8px;
}
.button-parent {
  text-align: center;
}
.lp-btn.lp-btn-white {
  background: transparent;
  border: 1px solid #fff;
}
.lp-btn.lp-btn-white:hover {
  background: #881321;
  border: 1px solid #881321;
  color: #ffffff;
}
.lp-about-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 24px;
}

.lp-about-left {
  gap: 32px;
  display: flex;
  flex-wrap: wrap;
  padding-right: 32px;
}
.lp-about-content p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}
.lp-about-content p:last-child {
  margin: 0;
}
.lp-about-media {
  padding-left: 32px;
}

@media (max-width: 1023px) {
  .lp-about-left {
    padding-right: 0;
  }
  .lp-about-media {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 56px;
    font-weight: 600;
  }
  h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
  }
  h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
  }
  h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }
  h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
  h6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
  .custom-section {
    padding: 24px 0;
  }
  .lp-about-left {
    gap: 24px;
    padding-right: 0;
  }
  .lp-about-content p {
    font-size: 16px;
    line-height: 28px;
  }
  .lp-about-media {
    padding-left: 0;
  }
  .lp-about-media img {
    width: 100%;
  }
}

/* Start */
.lp-counter-container {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
}
.lp-counter-container .lp-counter-items {
  text-align: center;
  border-right: 2px solid #e3e6e5;
  padding-right: 24px;
}
.lp-counter-container .lp-counter-items:last-child {
  border-right: 0;
}
.lp-counter-container .lp-counter-items .lp-counter {
  color: #b01c2e;
  font-size: 56px;
  line-height: 68px;
  font-weight: 600;
  width: 100%;
  padding-bottom: 16px;
}
.lp-counter-container .lp-counter-items .lp-counter-text {
  color: #161b20;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .lp-counter-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-counter-container .lp-counter-items:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .lp-counter-container {
    grid-template-columns: inherit;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .lp-counter-container .lp-counter-items:nth-child(2) {
    border-right: 0;
  }
  .lp-counter-container .lp-counter-items {
    border: 0;
    border-bottom: 2px solid #e3e6e5;
    padding: 0 0 24px 0;
    width: 100%;
  }
  .lp-counter-container .lp-counter-items:last-child {
    border: 0;
  }
  .lp-counter-container .lp-counter-items .lp-counter {
    font-size: 44px;
    line-height: 56px;
  }
}

/* Start */
.usp-mumbai-campus-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.usp-mumbai-campus .lp-counter-container .lp-counter-items {
  text-align: left;
}
.usp-mumbai-campus .lp-counter-container .lp-counter-items .lp-counter {
  color: #161b20;
  font-size: 36px;
  line-height: 44px;
}
.usp-mumbai-campus .lp-counter-container .lp-counter-items .lp-counter-text {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .usp-mumbai-campus .lp-counter-container .lp-counter-items .lp-counter {
    font-size: 32px;
    line-height: 40px;
  }
}

/* Start Program CSS*/
.program-section-row {
  row-gap: 32px;
}
.program-items > a {
  text-decoration: none;
  color: #333333;
}
.program-card {
  height: 100%;
  background: #fff;
}
.program-card .program-details {
  background: #fff;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
.program-card .program-details .program-name {
  color: #b01c2e;
  display: inline-block;
  text-decoration: underline;
  margin: 0;
}
.program-card:hover .program-details .program-name {
  text-decoration: none;
}
.program-card .program-details .program-duration p {
  margin: 0;
}
.program-card .program-details .program-duration p span {
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.program-items .program-img {
  position: relative;
}
.program-items .program-img img {
  width: 100%;
}
.program-items .program-img::after {
  background-color: #b01c2e;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  border-radius: 4px 4px 0 0;
}
.program-items:hover .program-img::after {
  opacity: 0.5;
}
.program-section p {
  margin: 0;
}

@media (max-width: 599px) {
  .program-section-row {
    row-gap: 24px;
  }
}

/* Start Student Journey CSS */
.student-journey {
  background: #b01c2e;
}
.student-journey .custom-title {
  color: #fff;
}
.student-journey .program-card {
  height: 100%;
  background: #881321;
}
.student-journey .program-card .program-details {
  background: #881321;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
  color: #fff;
}
.student-journey .program-card .program-details .program-name {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  margin: 0;
}
.student-journey .program-card .program-details .program-duration p {
  margin: 0;
}
.student-journey .program-card .program-details .program-duration p span {
  font-weight: 600;
}
.student-journey .program-items .program-img img {
  width: 100%;
  height: 153px;
  object-fit: cover;
}
.student-journey .program-card .program-details p:last-child {
  margin-bottom: 0;
}
.student-journey .program-items .program-img::after {
  display: none;
}
.button-parent {
  text-align: center;
}
span.disclaimer {
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .button-parent {
    text-align: left;
  }
}

.hear-from-students-row {
  row-gap: 32px;
}
.hear-from-studetns-block {
  background: #fff;
  padding: 48px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.hear-from-studetns-block .quote-sign {
  margin-bottom: 16px;
}
.hear-from-studetns-block .students-testimonials p {
  margin: 0;
}
.hear-from-studetns-block .studetnts-details {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.hear-from-studetns-block .studetnts-details .studetnts-name-designation {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  padding-left: 64px;
}
.hear-from-studetns-block
  .studetnts-details
  .studetnts-name-designation
  .students-name {
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.studetnts-img {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  position: absolute;
  overflow: hidden;
}
.studetnts-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.student-journey .program-card .program-details p {
  color: #ffffff;
}
.student-journey .program-items .program-img img {
  height: 163.5px;
}

@media (max-width: 599px) {
  .hear-from-students-row {
    row-gap: 24px;
  }
}

/* Footer CSS Start */
.footer-section {
  background: #161b20;
  padding: 48px 24px;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  color: #fff;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
.footer-socials {
  padding-top: 48px;
}
.footer-socials ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.footer-socials li a {
  background: #212931;
  border: 1px solid #666666;
  border-radius: 4px;
  padding: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-socials li a:hover {
  background: #161b20;
}
.footer-top-right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-top-right li {
  border-right: 1px solid #fff;
  padding-right: 24px;
}
.footer-top-right li:last-child {
  border: 0;
  padding-right: 0;
}
.footer-top-right li a {
  color: #ffffff;
  text-decoration: underline;
}
.footer-top-right li a:hover {
  text-decoration: none;
}
.footer-bottom {
  padding-top: 64px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.back-to-top a {
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

@media (max-width: 991px) {
  .footer-top-right ul {
    gap: 14px;
  }
  .footer-top-right li {
    padding-right: 14px;
  }
}

@media (max-width: 767px) {
  .footer-section {
    padding: 24px 0;
  }
  .footer-top {
    align-items: start;
    flex-direction: column;
  }
  .footer-socials {
    padding-top: 24px;
  }
  .footer-top-right {
    padding-top: 24px;
  }
  .footer-top-right ul {
    flex-direction: column;
    gap: 8px;
  }
  .footer-top-right li {
    border: 0;
    padding: 0;
  }
  .footer-bottom {
    padding-top: 24px;
    flex-direction: column;
    justify-content: start;
  }
  .back-to-top {
    padding-top: 24px;
  }
  .back-to-top a {
    justify-content: center;
  }
}

.logo {
  position: absolute;
  top: 32px;
  left: 16px;
}
.logo img {
  height: 66px;
}
.hero-section .container {
  position: relative;
  z-index: 1;
  padding: 96px 16px;
}
.row.hero-section-inner {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}
.hero-section-inner {
  display: flex;
  flex-wrap: wrap;
  min-height: 744px;
  align-items: center;
}
.herosection-left {
  width: 46.6%;
  padding-right: 32px;
  color: #fff;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.herosection-right {
  width: 53.4%;
  color: #fff;
}
.register-lp-form {
  background: #fff;
  color: #333;
}
.register-lp-form .form-title {
  padding: 24px;
  border-bottom: 1px solid rgb(227, 230, 229);
  color: #161b20;
}
.register-lp-form .lp-form-body {
  padding: 24px 12px 32px 12px;
  row-gap: 16px;
  display: flex;
  flex-wrap: wrap;
}
.register-lp-form .fieldset .field label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #161b20;
  width: 100%;
  font-family: "Inter", sans-serif;
}
.register-lp-form .full-field.field {
  width: 100%;
}
.register-lp-form .field {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  width: 50%;
  padding: 0 12px;
}
.register-lp-form .fieldset .field label span {
  color: #b01c2e;
}
.register-lp-form .field input,
.register-lp-form .field select {
  width: 100%;
  border: 1px solid #e3e6e5;
  border-radius: 4px;
  padding: 8px 20px;
  min-height: 40px;
  background-color: #fff;
  outline: none;
}
.register-lp-form .field select {
  background: #fff url("../images/marketing-lp/dropdown-arrow.svg") no-repeat
    right 16px center;
  appearance: none;
}
.register-form-submit {
  padding: 0 12px;
}
.show-thank-you {
  max-width: 656px !important;
}
.form-notes {
  margin: 8px 0 0 0;
}
.form-notes a {
  color: #b01c2e;
}
.lp-form-footer {
  padding: 0 24px 24px 24px;
}
.herosection-left ul {
  list-style: disc;
  padding-left: 15px;
}
.herosection-left li {
  font-size: 18px;
  line-height: 28px;
}

.register-form-tahnkyou-msg .lp-form-body {
  row-gap: 24px;
}
.register-form-tahnkyou-msg .lp-form-body > * {
  margin: 0;
  padding: 0 12px;
}
.download-link a {
  color: #b01c2e;
  font-weight: 600;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}
.download-link a:hover,
.download-link a:focus,
.download-link a:active {
  color: #1a5877;
}
.download-link span {
  gap: 8px;
  display: flex;
  align-items: center;
}
.herosection-right .register-form-popup {
  background: #fff;
  padding: 0;
}
.register-form-popup {
  max-width: 1116px;
}
.register-form-popup .modal-content .modal-inner {
  background: #000;
  display: flex;
  flex-wrap: wrap;
}
.modal-left {
  width: 44%;
  padding: 32px;
  color: #fff;
}
.modal-right {
  width: 56%;
}
.modal-content .btn-close {
  position: absolute;
  right: 32px;
  top: 32px;
  padding: 0;
  opacity: 1;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.modal-program {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.modal-program > img {
  width: 100%;
}
.modal-program-duration-details {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-program-duration-details > * {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-weight: 700;
  gap: 8px;
}
.modal-program-duration-details .modal-program-year {
  padding-left: 32px;
}
.modal-program-duration-details .modal-program-duration {
  min-width: 129px;
}
.modal-program-duration-details > * span {
  font-weight: 400;
}
.modal-program-duration-details > * span img {
  margin-left: -32px;
  margin-right: 8px;
}
.register-form-popup .form-title {
  padding: 32px;
}
.register-form-popup .register-lp-form .lp-form-body {
  padding: 32px 20px 32px 20px;
}
.register-form-popup .register-lp-form .lp-form-footer {
  padding: 0 32px 32px 32px;
}
.modal-content .btn-close {
  padding: 8px 0;
  background-image: url(../images/marketing-lp/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  background-size: 24px;
  box-shadow: none;
  outline: none;
}
.modal-program p {
  margin-bottom: 0;
  color: #fff;
}

.read-more-text {
  max-height: 48px; /* visible text height */
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.read-more-text.expanded {
  max-height: 500px; /* enough to show full text */
}

.read-more-btn {
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  margin-top: -32px;
  padding-top: 12px;
  position: relative;
}
.read-more-btn a {
  color: #fff;
  font-weight: 600;
}
.read-more-btn::after {
  background: url(../images/marketing-lp/arrow-white.png) no-repeat center;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
}
.read-more-text.expanded + .read-more-btn::after {
  transform: rotate(180deg);
}

/* Desktop: Always show full text, hide read more button */
@media (min-width: 992px) {
  .read-more-text {
    max-height: none;
    overflow: visible;
  }

  .read-more-btn {
    display: none;
  }
}

#register-thankyou-popup .register-form-popup {
  max-width: 656px;
}
#register-thankyou-popup .register-form-popup .modal-content .modal-inner {
  background: #fff;
}
#register-thankyou-popup
  .register-form-popup
  .modal-content
  .modal-inner
  .btn-close {
  background-image: url(../images/marketing-lp/close.svg);
}

/* Thank you message styling - white background */
.register-form-popup .modal-content .modal-inner.show-thank-you {
  background: #fff !important;
}
.register-form-popup .modal-content .modal-inner.show-thank-you .btn-close {
  background-image: url(../images/marketing-lp/close.svg) !important;
}
.register-form-tahnkyou-msg {
  width: 100%;
  /* padding: 32px; */
  background: #fff;
}
.register-form-tahnkyou-msg .form-title.thankyou-title {
  color: #333;
}
.register-form-tahnkyou-msg .lp-form-body {
  color: #333;
}
.register-form-tahnkyou-msg .form-note {
  color: #333;
}

@media (min-width: 768px) {
  .form-popup-title-mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  .hero-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
  .hero-section::after {
    background: linear-gradient(
      270deg,
      rgba(22, 27, 32, 0.12) 35%,
      rgba(22, 27, 32, 0.75) 70%
    );
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .herosection-left {
    background-image: none !important;
  }
  .hero-section .hero-banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 1136px;
  }
}

@media (max-width: 991px) {
  .hero-section .container {
    max-width: 100%;
    padding: 0;
  }
  .hero-section-inner {
    min-height: inherit;
  }
  .hero-section .herosection-left {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    /*height: 521px;*/
    padding: 24px;
    align-content: start;
    flex-direction: column;
  }
  .hero-section .herosection-left::after {
    background: linear-gradient(
      270deg,
      rgba(22, 27, 32, 0.12) 35%,
      rgba(22, 27, 32, 0.75) 70%
    );
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .hero-section .herosection-left > * {
    z-index: 1;
  }
  .herosection-right {
    width: 100%;
  }
  .logo {
    left: 0;
    top: 0;
    position: relative;
    margin-bottom: 8px;
  }
  .register-lp-form .field {
    width: 100%;
  }
  .register-lp-form .lp-form-body {
    row-gap: 24px;
  }
  .herosection-left li {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-section .herosection-left h1 {
    font-size: 44px;
    line-height: 56px;
  }
  .form-notes {
    margin: 0;
  }
  .hero-section .hero-banner-image {
    display: none;
  }
  .modal-program-duration-details .modal-program-duration {
    min-width: inherit;
  }
}

@media (max-width: 767px) {
  .modal-left {
    width: 100%;
    padding: 0 24px 24px 24px;
  }
  .modal-program > img {
    width: 100%;
    display: none;
  }
  .modal-right {
    width: 100%;
  }
  .modal-content .btn-close {
    background-image: url(../images/marketing-lp/close-white.svg);
    position: inherit;
    padding: 24px;
    line-height: normal;
    background-position: top 24px right 24px;
    width: 100%;
  }
  .modal-program {
    gap: 24px;
  }
  .register-form-popup .register-lp-form .custom-modal-title {
    display: none;
  }
  .register-form-popup .register-lp-form .lp-form-body {
    padding: 24px 12px 32px 12px;
  }
  .register-form-popup .register-lp-form .lp-form-footer {
    padding: 0 24px 24px 24px;
  }
  .read-more-btn {
    margin-top: -24px;
  }
  .register-form-popup {
    margin: 0;
    background: rgba(0, 0, 0, 0.75);
    padding: 24px;
  }
  .register-form-popup .form-title {
    padding: 24px 24px 24px 24px;
  }
}

.students-testimonials p {
  font-style: italic;
}

@media (max-width: 360px) {
  .hero-section .herosection-left h1 {
    font-size: 34px;
    line-height: 46px;
  }
}

/* City Dropdown Integration Start */

.city-autocomplete {
  position: relative;
  width: 100%;
}

.city-autocomplete::after {
  content: var(--after-content, "");
  position: absolute;
  top: 22px;
  right: 22px;
  pointer-events: none;
  border: solid #616161;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1;
}

.city-dropdown {
  position: absolute;
  top: 58px;
  left: 0px;
  right: 0px;
  border-radius: 4px;
  max-height: 272px;
  overflow-y: scroll;
  background-color: #ffffff;
  border: 1px solid #e3e6e5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.city-section-title,
.city-item {
  font-family: "Inter", sans-serif;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #333333;
  padding: 12px 16px;
  border-bottom: 1px solid #e3e6e5;
}

.city-item {
  font-family: "Open Sans", sans-serif;
  font-weight: 400 !important;
  cursor: pointer;
  padding: 12px 16px;
}

.city-item:last-child,
.city-no-match {
  border-bottom: none;
}

.city-item:hover {
  background-color: #f6f6f6;
}

.city-dropdown::-webkit-scrollbar {
  width: 6px;
}

.city-dropdown::-webkit-scrollbar-track {
  background: #f6f6f6;
}

.city-dropdown::-webkit-scrollbar-thumb {
  background: #e3e6e5;
  border-radius: 6px;
  width: 6px;
}

.city-dropdown::-webkit-scrollbar-thumb:hover {
  background: #c2c2c2;
}

/* City Dropdown Integration End */
