/*!
 * Start Bootstrap - ESNcard ESN Poland webpage v1.0.0 ()
 * Copyright 2013-2025 IT Committee of ESN Poland
 * Licensed under MIT (https://github.com/BlackrockDigital/card.esn.pl/blob/master/LICENSE)
 */
body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

p {
  font-size: 20px;
}

p.small {
  font-size: 16px;
}

a,
a.active,
a:active,
a:focus,
a:hover {
  color: #00aef0;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

hr.star-light,
hr.star-primary {
  max-width: 250px;
  margin: 25px auto 30px;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 5px;
}

hr.star-light:after,
hr.star-primary:after {
  font-family: FontAwesome;
  font-size: 2em;
  position: relative;
  top: -0.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: "\f005";
}

hr.star-light {
  border-color: white;
}

hr.star-light:after {
  color: white;
  background-color: #00aef0;
}

hr.star-primary {
  border-color: #2E3192;
}

hr.star-primary:after {
  color: #2E3192;
  background-color: white;
}

.img-centered {
  margin: 0 auto;
}

section {
  padding: 100px 0;
}
section h2 {
  font-size: 3em;
  margin: 0 0 50px 0;
}
section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
section.section-visible {
  opacity: 1;
  transform: translateY(0);
}

section.get-your-card {
  color: white;
  background: #00aef0;
}

section.contact {
  background: white;
  color: #2E3192;
}

@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .apply-block {
    margin: auto auto 60px;
  }
}
.instruction-block {
  margin: 20px auto auto;
  float: none;
}

.scroll-top {
  position: fixed;
  z-index: 1049;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
}
.scroll-top .btn {
  font-size: 16px;
  line-height: 28px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
}
.scroll-top .btn:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #2E3192;
}

#mainNav {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border: none;
  background: #2E3192;
}
#mainNav a:focus {
  outline: none;
}
#mainNav .navbar-brand {
  font-size: 1.1rem;
  color: white;
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: white;
}
#mainNav .navbar-nav {
  letter-spacing: 1px;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
  color: white;
}
#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: #00aef0;
  outline: none;
}
#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: white;
}
#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: white;
  border-color: white;
}
#mainNav .navbar-toggler:focus, #mainNav .navbar-toggler:hover {
  color: white;
  border-color: #00aef0;
  background-color: #00aef0;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  #mainNav .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: white;
    border-radius: 3px;
    background: #00aef0;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: white;
    background: #00aef0;
  }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}
header.masthead {
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
  color: white;
  background: #00aef0;
}
header.masthead img {
  animation: float 3s ease-in-out infinite;
}
header.masthead .intro-text .name {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  display: block;
}
header.masthead .intro-text .description {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.5;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@media (min-width: 768px) {
  header.masthead {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  header.masthead .intro-text .name {
    font-size: 4.75em;
  }
  header.masthead .intro-text .description {
    font-size: 1.75em;
  }
}
#partners .partners-item {
  margin: 0 0 15px;
  padding: 15px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(20px);
}
#partners .partners-item.visible {
  opacity: 1;
  transform: translateY(0);
}
#partners .partners-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}
#partners .partners-item .partners-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}
#partners .partners-item .partners-link .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(0, 174, 240, 0.9);
}
#partners .partners-item .partners-link .caption:hover {
  opacity: 1;
}
#partners .partners-item .partners-link .caption .caption-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}
#partners .partners-item .partners-link .caption .caption-content i {
  margin-top: -12px;
}
#partners .partners-item .partners-link .caption .caption-content h3,
#partners .partners-item .partners-link .caption .caption-content h4 {
  margin: 0;
}
#partners * {
  z-index: 2;
}

@media (min-width: 767px) {
  #partners .partners-item {
    margin: 0 0 30px;
  }
}
.partners-modal .modal-dialog {
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.partners-modal .modal-dialog .modal-content {
  padding: 100px 0;
  border: 0;
  border-radius: 0;
}
.partners-modal .modal-dialog .modal-content h2 {
  font-size: 3em;
  margin: 0;
}
.partners-modal .modal-dialog .modal-content img {
  margin-bottom: 30px;
}
.partners-modal .modal-dialog .modal-content .item-details {
  margin: 30px 0;
}
.partners-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}
.partners-modal .close-modal:hover {
  opacity: 0.3;
}
.partners-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #2E3192;
}
.partners-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #2E3192;
}
.partners-modal .modal-backdrop {
  display: none;
  opacity: 0;
}

.floating-label-form-group {
  position: relative;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  cursor: text;
}
.floating-label-form-group:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}
.floating-label-form-group.floating-label-form-group-with-focus {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}
.floating-label-form-group.floating-label-form-group-with-value {
  background: rgba(255, 255, 255, 0.15);
}
.floating-label-form-group input,
.floating-label-form-group textarea,
.floating-label-form-group select {
  font-size: 0.9em; /* Adjusted for consistency with other text */
  position: relative;
  z-index: 10;
  padding: 15px 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: white !important;
  width: 100%;
  pointer-events: auto;
  cursor: text;
  caret-color: white;
  opacity: 1 !important;
  -webkit-text-fill-color: white !important;
}
.floating-label-form-group input:focus,
.floating-label-form-group textarea:focus,
.floating-label-form-group select:focus {
  outline: none;
  background: transparent !important;
  cursor: text;
  color: white !important;
  -webkit-text-fill-color: white !important;
}
.floating-label-form-group input::placeholder,
.floating-label-form-group textarea::placeholder,
.floating-label-form-group select::placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.floating-label-form-group input:-webkit-autofill, .floating-label-form-group input:-webkit-autofill:hover, .floating-label-form-group input:-webkit-autofill:focus,
.floating-label-form-group textarea:-webkit-autofill,
.floating-label-form-group textarea:-webkit-autofill:hover,
.floating-label-form-group textarea:-webkit-autofill:focus,
.floating-label-form-group select:-webkit-autofill,
.floating-label-form-group select:-webkit-autofill:hover,
.floating-label-form-group select:-webkit-autofill:focus {
  -webkit-text-fill-color: white !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  color: white !important;
}
.floating-label-form-group select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 15px 40px 15px 15px;
  line-height: 1.5;
  height: auto;
  min-height: 55px;
  width: 100%;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
}
.floating-label-form-group select option {
  background: #2E3192;
  color: white;
  padding: 10px;
}
.floating-label-form-group label {
  display: none;
}

footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #2E3192;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: rgb(39.890625, 42.4921875, 126.609375);
}

.contact h2 {
  color: #2E3192 !important;
}

.contact-form-card {
  background: linear-gradient(135deg, rgba(46, 49, 146, 0.95) 0%, rgba(46, 49, 146, 0.85) 100%);
  padding: 50px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  color: white;
  transition: all 0.3s ease;
}
.contact-form-card:hover {
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.25);
}
.contact-form-card button.btn {
  width: auto;
  min-width: 150px;
  border-radius: 25px;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  color: #2E3192;
  border: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contact-form-card button.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.contact-form-card button.btn:active {
  transform: translateY(0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.btn-outline {
  font-size: 20px;
  font-weight: 700;
  display: block;
  transition: all 0.3s ease-in-out;
  color: white;
  border: solid 2px white;
  background: transparent;
}
.btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
  color: #00aef0;
  border: solid 2px white;
  background: white;
}

.btn-instruction {
  background: #2E3192;
}
.btn-instruction:hover {
  color: #2E3192;
}

.btn-primary {
  font-weight: 700;
  color: white;
  border-color: #2E3192;
  background-color: #2E3192;
}
.btn-primary.focus, .btn-primary:focus {
  color: white;
  border-color: rgb(15.453125, 16.4609375, 49.046875);
  background-color: rgb(33.78125, 35.984375, 107.21875);
}
.btn-primary:hover {
  color: white;
  border-color: rgb(31.3375, 33.38125, 99.4625);
  background-color: rgb(33.78125, 35.984375, 107.21875);
}
.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
  color: white;
  border-color: rgb(31.3375, 33.38125, 99.4625);
  background-color: rgb(33.78125, 35.984375, 107.21875);
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  color: white;
  border-color: rgb(15.453125, 16.4609375, 49.046875);
  background-color: rgb(25.228125, 26.8734375, 80.071875);
}
.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  border-color: #2E3192;
  background-color: #2E3192;
}
.btn-primary .badge {
  color: #2E3192;
  background-color: white;
}

.btn-success {
  font-weight: 1000;
  color: white;
  border-color: #00aef0;
  background-color: #00aef0;
}
.btn-success.focus, .btn-success:focus {
  color: white;
  border-color: rgb(0, 81.5625, 112.5);
  background-color: rgb(0, 137.025, 189);
}
.btn-success:hover {
  color: white;
  border-color: rgb(0, 129.63, 178.8);
  background-color: rgb(0, 137.025, 189);
}
.btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
  color: white;
  border-color: rgb(0, 129.63, 178.8);
  background-color: rgb(0, 137.025, 189);
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
  color: white;
  border-color: rgb(0, 81.5625, 112.5);
  background-color: rgb(0, 111.1425, 153.3);
}
.btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  border-color: #00aef0;
  background-color: #00aef0;
}
.btn-success .badge {
  color: #00aef0;
  background-color: white;
}

.btn-social {
  font-size: 20px;
  line-height: 45px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 2px solid white;
  border-radius: 100%;
}

.btn.active,
.btn:active,
.btn:focus {
  outline: none;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
#faq {
  background-color: #f9f9f9;
  padding: 60px 0;
}
#faq h2 {
  margin-bottom: 40px;
  font-weight: 700;
  color: #2c3e50;
}
#faq .faq-search-wrapper {
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 60px;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  padding: 5px;
  z-index: 10;
}
#faq .faq-search-wrapper:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
#faq .faq-search-wrapper:focus-within {
  box-shadow: 0 25px 50px -12px rgba(46, 49, 146, 0.25);
  transform: translateY(-4px);
  border-color: rgba(0, 174, 240, 0.5);
}
#faq .faq-search-wrapper:focus-within .faq-search-icon {
  color: #00aef0;
  transform: translateY(-50%) scale(1.2) rotate(10deg);
}
#faq .faq-search-wrapper:focus-within .faq-search-input::placeholder {
  opacity: 0.5;
}
#faq .faq-search-wrapper .faq-search-input {
  width: 100%;
  border: none;
  height: 60px;
  padding-left: 60px;
  padding-right: 25px;
  border-radius: 50px;
  font-size: 1.25rem;
  color: #2c3e50;
  background: transparent;
  font-weight: 500;
  outline: none;
  letter-spacing: 0.5px;
}
#faq .faq-search-wrapper .faq-search-input:focus {
  box-shadow: none;
  background: transparent;
}
#faq .faq-search-wrapper .faq-search-input::placeholder {
  color: #aab7b8;
  font-weight: 400;
  transition: opacity 0.3s ease;
}
#faq .faq-search-wrapper .faq-search-icon {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #2e3192;
  font-size: 1.4rem;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#faq .faq-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
#faq .faq-item.visible {
  animation: fadeInUp 0.5s ease-out forwards;
}
#faq .faq-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(46, 49, 146, 0.1);
}
#faq .faq-item .faq-question {
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
#faq .faq-item .faq-question h4 {
  font-weight: 600;
  margin: 0;
  font-size: 1.15rem;
  color: #2c3e50;
  transition: color 0.3s ease;
}
#faq .faq-item .faq-question i {
  font-size: 1.2rem;
  color: #2e3192;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#faq .faq-item .faq-answer {
  max-height: 0;
  padding: 0 30px;
  transition: max-height 0.4s ease-out, padding 0.4s ease;
}
#faq .faq-item .faq-answer p {
  color: #6c757d;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}
#faq .faq-item .faq-answer a {
  color: #2e3192;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
#faq .faq-item .faq-answer a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #2e3192;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}
#faq .faq-item .faq-answer a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#faq .faq-item.active {
  box-shadow: 0 8px 16px rgba(46, 49, 146, 0.08);
}
#faq .faq-item.active .faq-question h4 {
  color: #2e3192;
}
#faq .faq-item.active .faq-question i {
  transform: rotate(180deg);
}
#faq .faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 30px 25px 30px;
}

.esn-card-item {
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  min-height: 350px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.esn-card-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.esn-card-item:hover .btn-order {
  background-color: #2E3192;
  color: #fff;
  border-color: #2E3192;
}
.esn-card-item .card-img {
  max-height: 150px;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto 15px;
  transition: all 0.3s ease;
  display: block;
}
.esn-card-item:hover .card-img {
  transform: scale(1.05);
}
.esn-card-item .apply-title {
  color: #2E3192;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.esn-card-item .card-description {
  color: #333333;
  font-size: 1rem;
  margin-bottom: 15px;
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.esn-card-item .btn-order {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  background-color: transparent;
  color: #2E3192;
  border: 2px solid #2E3192;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
}
.esn-card-item .btn-order:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .esn-card-item {
    min-height: 380px; /* Adjusted for smaller screens */
    padding: 30px 20px; /* Reduced padding for mobile */
  }
}