.career-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    max-width: 1200px;
    margin: 40px auto;
}

.career-item {
    text-align: center;
    padding: 25px 20px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.career-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.career-item h4 {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #02274e;
}

/* Remove right border for last column items */
.career-item:nth-child(4),
.career-item:nth-child(8) {
    border-right: none;
}

/* Responsive for tablets */
@media (max-width: 992px) {
    .career-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .career-item:nth-child(2),
    .career-item:nth-child(4),
    .career-item:nth-child(6),
    .career-item:nth-child(8) {
        border-right: none;
    }
}

/* Mobile view */
@media (max-width: 600px) {
    .career-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .career-item {
        border-right: none;
    }
}


/* RELATED COURSES */


.wrap {
    max-width: var(--max-width);
    margin: 0 auto;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

/* Card */
.card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* box-shadow: 0 6px 18px rgba(2, 6, 23, 0.05); */
}

.card .thumb {
    width: 100%;
    height: 180px;
    display: block;
    overflow: hidden;
    background: #e9eef6;
}

.card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-body {
    padding: var(--card-padding);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-title {
    font-size: 18px;
    font-weight: 700;
    margin: 6px 0 14px 0;
    color: var(--text);
}

.features {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.features li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--muted);
    font-size: 14px;
}

.check {
    min-width: 20px;
    min-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    margin-top: 2px;
    flex-shrink: 0;
}

.check svg {
    width: 18px;
    height: 18px;
}

.btn-wrap {
    margin-top: auto;
}

.btn-enroll {
    display: block;
    width: 100%;
    background: var(--accent);
    color: var(--text);
    border: none;
    padding: 12px 14px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06);
    text-align: center;
    text-decoration: none;
}

.btn-enroll:hover {
    background: var(--accent-dark);
}

/* responsive */
@media (max-width: 1000px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .card .thumb {
        height: 160px;
    }
}

@media (max-width: 620px) {
    .cards {
        grid-template-columns: 1fr;
    }

    .card .thumb {
        height: 220px;
    }
}

/* ========== Modal styles ========== */

.space {
    padding: 20px;
}

.space-bottom {
    padding-bottom: 20px;
}

.space-top {
    padding-top: 20px;
}

.space-margin {
    margin-bottom: 20px;
}

.bi {
    color: #FDC801 !important;
    font-size: 1.1rem;
}

.far {
    color: #FDC801 !important;
    font-size: 1.1rem;
}


/* BANNER */

.hero {
    padding: 3.5rem 1rem 0 1rem;
}

h1 {
    font-weight: 500;
    line-height: 1.06;
    margin-bottom: 1.25rem;
    font-size: clamp(1.6rem, 4.3vw, 3rem);
}

.icon-yellow {
    color: #FDC801;
    font-size: 1.1rem;
}

.stat-text {
    color: #07294d;
    font-weight: 500;
    font-size: .95rem;
}

.stats-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.75rem;
}

.vr-custom {
    width: 1px;
    height: 20px;
    background: #000;
    align-self: center;
}

@media (max-width: 767.98px) {
    .vr-custom {
        display: none;
    }

    .stats-row .sep-dot {
        display: inline-block;
        width: 6px;
        height: 6px;
        background: rgba(7, 41, 63, 0.08);
        border-radius: 50%;
        margin: 0 .6rem;
        align-self: center;
    }
}

/* rating */
.rating {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

/* CTA */
.btn-yellow {
    background: #FDC801 !important;
    color: #07294d !important;
    font-weight: 700;
    border: none;
    padding: .6rem 1rem;
    border-radius: .5rem;
    box-shadow: 0 6px 18px rgba(7, 41, 63, 0.06);
}

.btn-yellow:hover {
    background: #07294d !important;
    color: #FDC801 !important;
}





/* image */
.hero-image {
    width: 100%;
    max-width: 520px;
    height: auto;
    display: block;
    margin-left: auto;
    border-radius: .6rem;
    object-fit: cover;
    box-shadow: 0 10px 40px rgba(4, 24, 40, 0.06);
}

.banner-image {
    background-color: #07294d;
}

/* adjust spacing for smaller screens */
@media (max-width: 991.98px) {
    .hero {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

/* fine tune tiny screens */
@media (max-width: 575.98px) {
    .stat-text {
        font-size: .88rem;
    }

    .icon-yellow {
        font-size: 1rem;
    }

    .btn-yellow {
        padding: .55rem .9rem;
        font-size: .95rem;
    }
}

/* testimonial */
.carousel-container {
    overflow: hidden;
    width: 100%;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    flex: 0 0 30%;
    margin: 10px;
    box-sizing: border-box;
    padding: 20px;
    background: white;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.carousel-item img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .carousel-container {
        padding: 10px;
    }

    .carousel-inner {
        display: block;
    }

    .carousel-item {
        flex: 0 0 100%;
        margin: 10px 0;
        padding: 10px;
        background: white;
        text-align: center;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    }

    .carousel-item img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    h5 {
        font-size: 16px;
        padding-bottom: 5px;
        color: #363D97;
    }

    p {
        font-size: 14px;
        text-align: justify;
    }
}

.counter-area {
    padding-top: 70px !important;
}


/* //////////////// HERO ///////////////////////// */

.cma-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 48px 24px;

}

/* Left column (headline) */
.cma-headline {
    font-weight: 900;
    font-size: 44px;
    line-height: 1.02;
    margin-bottom: 12px;
    color: #FDC801;
    letter-spacing: -0.5px;
}

@media(min-width: 992px) {
    .cma-headline {
        font-size: 56px;
    }
}

.cma-lead {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 22px;
    max-width: 640px;
}

/* Buttons */
.cma-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(12, 14, 20, 0.04);
    border: none;
}

.cma-btn-primary {
    background-color: #FDC801;
    color: #fff;
}

.cma-btn-ghost {
    background: #fff;
    color: #5f6c7c;
    border: 1px solid #e8eefb;
}

/* Features */
.cma-features {
    margin-top: 18px;
    gap: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #ffffff;
}

.cma-feature {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #ffffff;
    font-weight: 600;
}

/* Right card */
.cma-right {
    /* background: linear-gradient(180deg, #eef4ff, #ffffff); */
    background-color: #dcdcdc;
    border-radius: var(--cma-radius-lg);
    padding: 26px;
    box-shadow: var(--cma-shadow);
    height: 100%;
    border-radius: 20px;
}

.cma-muted-sm {
    color: #000000;
    font-size: 14px;
}

.cma-cohort-title {
    font-weight: 700;
    font-size: 20px;
    margin-top: 6px;
    color: #07294d;
}

.cma-cohort-desc {
    color: #000000;
    margin-top: 10px;
    line-height: 1.4;
}

.cma-meta-row {
    margin-top: 18px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.cma-meta-tile {
    background: #fff;
    padding: 14px;
    border-radius: 12px;
    min-width: 160px;
    box-shadow: 0 6px 16px rgba(12, 14, 20, 0.04);
}

.cma-meta-label {
    font-size: 13px;
    color: #5f6c7c;
}

.cma-meta-value {
    font-weight: 800;
    margin-top: 6px;
    font-size: 18px;
}

.cma-apply-wrap {
    margin-top: 18px;
}

.cma-apply-btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    border-radius: 12px;
    background-color: #07294d;
    color: #FDC801;
    font-weight: 800;
    border: none;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 10px 30px rgba(92, 37, 240, 0.18);
}

/* Small screen tweaks */
@media(max-width:575px) {
    .cma-headline {
        font-size: 30px;
    }

    .cma-right {
        order: -1;
        margin-bottom: 18px;
        margin-top: 18px;
    }
}


/* ////////////////// Banner for proceed/////////////////// */

.cma-container-banner {
    max-width: 1115px;
    margin: 0 auto;
    padding: 36px 20px;
    background-color: #072048;
    height: auto;
    margin-top: 80px;
    border-radius: 20px;
}

/* card */
.cma-stat-card {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    min-height: 86px;
    position: relative;
    overflow: visible;
    border: 2px dashed rgba(255, 206, 0, 0.9);
}

.cma-stat-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ffce00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #03223a;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.cma-stat-icon svg {
    width: 22px;
    height: 22px;
    display: block
}

.cma-stat-body {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.cma-stat-title {
    font-weight: 800;
    color: #ffce00;
    font-size: 18px;
    line-height: 1
}

.cma-stat-sub {
    color: #ffffff;
    opacity: 0.95;
    font-weight: 500;
    font-size: 15px
}

.cma-stat-number {
    font-weight: 900;
    font-size: 20px;
    color: #ffce00;
}

.cma-stat-card:hover {
    transform: translateY(-4px);
    transition: transform 180ms ease;
    box-shadow: 0 18px 40px rgba(2, 10, 30, 0.45);
}

@media (max-width:575px) {
    .cma-container-banner {
        padding: 24px 14px
    }
}

/* //////////////////////  Why Choose Us /////////////////// */

.cma-wrap {
    /* max-width: var(--cma-max); */
    margin: 50px auto;
    padding: 20px;
    max-width: 1155px;
}

/* decorative faint background using uploaded image */
.cma-hero {
    position: relative;
    text-align: center;
    /* padding: 20px 10px 40px; */
    overflow: hidden;
}

.cma-hero::before {
    content: "";
    position: absolute;
    right: -10%;
    top: -8%;
    width: 420px;
    height: 420px;
    background-image: url("/mnt/data/51feb6ad-d8c7-4497-a3ab-626da9fe5d47.png");
    background-size: cover;
    background-position: center;
    opacity: 0.06;
    filter: grayscale(60%) blur(1px);
    transform: rotate(6deg);
    pointer-events: none;
}

.cma-title {
    font-size: 36px;
    font-weight: 800;
}

.cma-title span {
    color: #FDC801;
}

.cma-sub {
    max-width: 780px;
    margin: 10px auto;
    color: var(--cma-muted);
    font-size: 15px;
    line-height: 1.6;
}

/* cards */
.cma-card {
    /* background: var(--cma-card-bg); */
    background-color: #dcdcdc;
    border-radius: 20px;
    padding: 22px;
    min-height: 170px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    box-shadow: 0 8px 24px rgba(12, 20, 40, 0.05);
}

.cma-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #07294d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #07102a;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(11, 16, 30, 0.06);
}

.cma-card-title {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 6px;
    color: #000000;
}

.cma-card-title::after {
    content: "";
    display: block;
    width: 38px;
    height: 5px;
    border-radius: 3px;
    background: #FDC801;
    margin-top: 6px;
}

.cma-card-desc {
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
}

/* ////////////////////////   ABOUT  US/////////////////////// */

.sca-section {
    padding: 98px 18px 0px 18px;
}

.sca-image {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(11, 20, 40, 0.08);
}

.sca-heading {
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 12px;
    line-height: 1.2;
    color: #071233;
}

.sca-stat {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 18px;
}

.sca-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.sca-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #0b2548;
}

.sca-features li .bi {
    font-size: 18px;
    color: #dd2b36;
}

.sca-cta {
    display: inline-block;
    padding: 10px 18px;
    background: #0b2548;
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(11, 20, 40, 0.12);
}

.sca-cta:hover {
    background: #08203c;
    color: white;
}

/* Mobile tweaks */
@media(max-width: 767px) {

    .sca-heading,
    .sca-stat {
        text-align: center;
    }

    .sca-features li {
        justify-content: center;
        text-align: center;
    }

    .sca-cta {
        display: block;
        margin: 20px auto 0;
    }
}

/* /////////////////////////////What we Get//////////////////////////////// */

 /* Wrapper: center & responsive spacing */
.cma-wrapper{
  max-width:1200px;
  margin:72px auto;      /* center on large screens */
  padding:0 42px;        /* safe padding on small screens */
}

/* For very small screens, reduce top margin */
@media (max-width:576px){
  .cma-wrapper{
    margin:32px auto;
    padding:0 12px;
  }
}

/* HERO */
.cma-hero-wrapper{
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
  margin-bottom:32px;
  align-items:center;
}

/* Two columns on larger screens */
@media(min-width:992px){
  .cma-hero-wrapper{
    grid-template-columns:1fr 420px;
  }
}

.cma-hero-box{
  background:#ffffff;
  padding:26px;
  border-radius:14px;
  border:1px solid rgba(7,32,72,0.08);
  box-shadow:var(--cma-card-shadow);
}

/* Slightly reduce padding on very small screens */
@media (max-width:480px){
  .cma-hero-box{
    padding:18px;
  }
}

.cma-kicker{
  display:inline-block;
  border:2px solid #FDC801;
  padding:7px 12px;
  font-size:13px;
  font-weight:800;
  border-radius:999px;
  color:#07294d;
}

.cma-title{
  font-size:28px;
  font-weight:800;
  margin:14px 0 12px;
  color:#07294d;
}

/* Smaller title on phones */
@media (max-width:576px){
  .cma-title{
    font-size:22px;
  }
}

.cma-lead-1{
  color:#000000;
  font-size:15px;
  max-width:60ch;
  margin-bottom:20px;
}

.cma-hero-img{
  width:100%;
  border-radius:14px;
  border:6px solid #ffffff;
  box-shadow:0 20px 40px rgba(0,0,0,0.08);
  object-fit:cover;
}

/* Add a bit of spacing above image on small screens */
@media (max-width:991px){
  .cma-hero-img{
    margin-top:8px;
  }
}

.cma-action-row{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

/* Stack buttons full width on very small screens */
@media (max-width:480px){
  .cma-action-row{
    flex-direction:column;
  }
  .cma-btn-primary,
  .cma-btn-outline{
    width:100%;
    text-align:center;
  }
}

.cma-btn-primary{
  background:#FDC801;
  /* background:#07294d; */
  color:#07294d;
  padding:10px 16px;
  border-radius:10px;
  font-weight:800;
  border:2px solid #07294d;
  text-decoration:none;
}

.cma-btn-outline{
  background:transparent;
  color:#07294d;
  border-radius:10px;
  padding:10px 16px;
  border:2px solid #07294d;
  font-weight:700;
  text-decoration:none;
}

/* BENEFIT CARDS */
.cma-benefits-grid{
  display:grid;
  gap:20px;
  grid-template-columns:1fr;
}

/* 2 columns on tablets */
@media(min-width:768px){
  .cma-benefits-grid{grid-template-columns:repeat(2,1fr);}
}

/* 3 columns on large screens */
@media(min-width:1100px){
  .cma-benefits-grid{grid-template-columns:repeat(3,1fr);}
}

.cma-benefit-card{
  background:#ffffff;
  border-radius:14px;
  padding:18px;
  display:flex;
  gap:16px;
  border:1px solid rgba(7,32,72,0.08);
  transition:0.18s ease;
}

/* Slightly tighter padding on phones */
@media (max-width:480px){
  .cma-benefit-card{
    padding:14px;
  }
}

.cma-benefit-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--cma-hover-shadow);
}

.cma-benefit-icon{
  width:52px;
  height:52px;
  background:#07294d;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:2px solid #FDC801;
  font-size:22px;
  flex-shrink:0;
}

.cma-benefit-title{
  margin:0;
  font-size:16px;
  font-weight:800;
  color:#07294d;
}

.cma-benefit-text{
  margin-top:6px;
  color:var(--cma-muted);
  font-size:14px;
  line-height:1.4;
}

/* CTA BAR */
.cma-cta-bar{
  margin-top:32px;
  padding:18px;
  border-radius:14px;
  border:1px solid rgba(7,32,72,0.08);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  background:#ffffff;
}

/* Stack CTA content on small screens */
@media(max-width:720px){
  .cma-cta-bar{
    flex-direction:column;
    align-items:flex-start;
  }
}

.cma-check-badge{
  width:46px;
  height:46px;
  background:#07294d;
  color:#FDC801;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  font-weight:800;
  font-size:20px;
}

.cma-small-muted{
  color:#5f6c7c;
  font-size:14px;
}

/* Optional: make CTA buttons full width on very small screens */
@media (max-width:480px){
  .cma-cta-bar .cma-btn-primary,
  .cma-cta-bar .cma-btn-outline{
    width:100%;
    text-align:center;
  }
}
/* ////////////////////MODAl ///////////////////// */
/* Modal Overlay Darkness */

    /* Demo area */
    .zen-page-wrapper{
      text-align:center;
    }
    .zen-heading{
      font-size:32px;
      font-weight:800;
      margin-bottom:12px;
    }
    .zen-sub{
      color:var(--zen-muted);
      max-width:460px;
      margin:0 auto 24px;
      font-size:14px;
    }

    /* .zen-main-btn{
      display:inline-block;
      padding:12px 28px;
      border-radius:999px;
      background:var(--zen-yellow);
      color:var(--zen-blue);
      font-weight:700;
      border:none;
      cursor:pointer;
      font-size:16px;
      box-shadow:0 14px 30px rgba(0,0,0,0.35);
    } */
     .zen-main-btn{
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    border-radius: 12px;
    background-color: #07294d;
    color: #FDC801;
    font-weight: 800;
    border: none;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 10px 30px rgba(92, 37, 240, 0.18);
     }
    .zen-main-btn:hover{
      filter:brightness(0.95);
    }

    /* ---------- MODAL STYLES ---------- */

    /* Force this modal to be nicely centered & not full-width drawer */
    .zen-modal .modal-dialog{
      max-width:520px;
      width:100%;
      margin:1.75rem auto !important;  /* horizontal center */
    }
    @media (max-width:576px){
      .zen-modal .modal-dialog{
        max-width:94%;
        margin:1rem auto !important;
      }
    }

    .zen-modal-box{
      border-radius:var(--zen-radius);
      border:none;
      overflow:hidden;
      box-shadow:0 26px 60px rgba(0,0,0,0.4);
    }

    .zen-modal-header{
      padding:20px 28px 10px;
      border-bottom:none;
      display:flex;
      align-items:center;
      justify-content:space-between;
    }
    .zen-modal-title{
      margin:0;
      font-size:24px;
      font-weight:800;
      color:var(--zen-blue);
    }
    .zen-close-btn{
      filter:invert(40%);
    }

    .zen-modal-body{
      padding:0 28px 18px;
      max-height:calc(100vh - 210px);
      overflow-y:auto;
    }

    .zen-field{
      margin-bottom:16px;
      text-align:left;
    }
    .zen-label{
      display:block;
      margin-bottom:6px;
      font-size:14px;
      font-weight:600;
      color:var(--zen-blue);
    }

    .zen-input{
      width:100%;
      border-radius:10px;
      border:1.8px solid rgba(7,32,72,0.35);
      padding:10px 14px;
      font-size:15px;
    }
    .zen-input:focus{
      border-color:var(--zen-yellow);
      box-shadow:0 0 0 3px rgba(255,206,0,0.35);
      outline:none;
    }
    .zen-textarea{
      min-height:110px;
      resize:none;
    }

    .zen-modal-footer{
      padding:12px 28px 22px;
      border-top:none;
      display:flex;
      justify-content:flex-end;
      gap:10px;
    }

    .zen-btn-outline,
    .zen-btn-primary{
      padding:9px 20px;
      border-radius:10px;
      font-weight:600;
      font-size:14px;
      cursor:pointer;
      border:2px solid transparent;
    }

    .zen-btn-outline{
      background:#ffffff;
      color:var(--zen-blue);
      border-color:var(--zen-blue);
    }
    .zen-btn-outline:hover{
      background:var(--zen-blue);
      color:var(--zen-yellow);
    }

    .zen-btn-primary{
      background:var(--zen-blue);
      color:var(--zen-yellow);
      border-color:var(--zen-blue);
      font-weight:700;
    }
    .zen-btn-primary:hover{
      background:var(--zen-yellow);
      color:var(--zen-blue);
      border-color:var(--zen-yellow);
    }

    @media (max-width:480px){
      .zen-modal-header,
      .zen-modal-body,
      .zen-modal-footer{
        padding-left:18px;
        padding-right:18px;
      }
      .zen-modal-title{
        font-size:20px;
      }
    }
