/* ================= CPL PAGE ================= */
.cpl-hero {
  position: relative;
  height: 105vh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-left: 8%;
  color: #fff;
  overflow: hidden;
}

.cpl-hero-content{
  position:relative;
  max-width:600px;
}
.cpl-badge{
  background:#C41230;
  padding:6px 14px;
  border-radius:20px;
  font-size:14px;
  font-weight:600;
}
.cpl-hero h1{
  font-size:48px;
  margin:18px 0 12px;
}
.cpl-hero p{font-size:18px; color:#e6edf7;}
.cpl-cta{
  display:inline-block;
  margin-top:24px;
  padding:14px 34px;
  background:#C41230;
  color:#fff;
  text-decoration:none;
  border-radius:10px;
  font-weight:700;
}

/* ===== HERO SLIDER ===== */
.cpl-hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.cpl-hero-slider .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.cpl-hero-slider .slide.active {
  opacity: 1;
}

.cpl-hero-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;              /* desktop */
}

.cpl-hero-slider .slide {
  image-rendering: auto;
  filter: contrast(1.05) saturate(1.05);
}

/* Keep content above slider */
.cpl-hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.cpl-hero-overlay {
  z-index: 1;
}

.cpl-hero-content h1,
.cpl-hero-content p {
  text-shadow: 0 6px 18px rgba(0,0,0,0.6);
}

/* ================= CPL OVERVIEW ================= */

.cpl-overview {
  padding: 90px 0;
  background: #ffffff;
}

.cpl-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.6fr 1fr;
  gap: 40px;
  align-items: center;
}

.cpl-image {
  position: relative; /* ✅ THIS FIXES EVERYTHING */
}

.cpl-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

/* Subtle aviation accent */
.cpl-image::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 16px;
  border: 2px solid rgba(196, 18, 48, 0.6);
  pointer-events: none;
}

/* Text content */
.cpl-text h2 {
  font-size: 38px;
  font-weight: 800;
  color: #002F6C;
  margin-bottom: 16px;
}

.cpl-text p {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 14px;
}

/* Info card */
.cpl-info-card {
  background: linear-gradient(180deg, #f7f9fd, #ffffff);
  padding: 26px 28px;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  border-top: 5px solid #C41230;
}

.cpl-info-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cpl-info-card li {
  font-size: 16px;
  padding: 8px 0;
  color: #333;
  border-bottom: 1px dashed #ddd;
}

.cpl-info-card li:last-child {
  border-bottom: none;
}





/* Responsive */
@media (max-width: 992px) {
  .cpl-grid {
    grid-template-columns: 1fr;
  }

  .cpl-text {
    text-align: center;
  }

  .cpl-info-card {
    max-width: 420px;
    margin: auto;
  }
}




.cpl-structure{padding:80px 0;background:#fff}
.structure-timeline{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:22px;
}
.timeline-item{
  background:#f9fbff;
  padding:26px;
  border-radius:14px;
  border-top:4px solid #C41230;
}
.timeline-item span{
  font-size:26px;
  font-weight:800;
  color:#002F6C;
}

.cpl-career{background:#f4f6fb;padding:70px 0}
.career-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:16px;
}
.career-card{
  background:#fff;
  padding:20px;
  border-radius:12px;
  font-weight:600;
  text-align:center;
}

.cpl-final-cta{
  background:linear-gradient(90deg,#002F6C,#C41230);
  color:#fff;
  text-align:center;
  padding:70px 20px;
}
.cpl-final-cta .cpl-cta.light{
  background:#fff;
  color:#002F6C;
}


@keyframes fadeUp{
  from{opacity:0;transform:translateY(30px)}
  to{opacity:1;transform:none}
}

.extra-footer {
  background: linear-gradient(180deg, #001f47, #062c56);  
  padding: 90px 0;
  color: #e5e5e5;
  font-family: "Inter", sans-serif;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  max-width: 1300px;
  margin: auto;
}

/* LOGO + TEXT */
.footer-logo {
  height: 90px;
  margin-bottom: 25px;
}

.footer-about p {
  font-size: 14px;
  line-height: 1.7;
  color: #cfcfcf;
  max-width: 420px;
}

/* SOCIAL */
.footer-social {
  margin-top: 25px;
  display: flex;
  gap: 14px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border: 1px solid #b08d57;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #ffffff;
  color: #000;
}

/* LINK COLUMNS */
.footer-links h4 {
  color: #ffffff;
  margin-bottom: 18px;
  font-size: 18px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  font-size: 14px;
  color: #cfcfcf;
  margin-bottom: 12px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.footer-links ul li:hover {
  color: #ffffff;
}

.footer-links ul li {
  margin-bottom: 12px;
}

/* anchor styling */
.footer-links ul li a {
  display: inline-block;
  color: #cfcfcf;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

/* hover effect */
.footer-links ul li a:hover {
  color: #ffffff;
}
/* ================= CPL ELIGIBILITY (Checklist Style) ================= */

.cpl-eligibility-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.cpl-eligibility {
  background: linear-gradient(180deg, #f4f6fb, #ffffff);
  padding: 90px 0;
}

.cpl-eligibility .section-title {
  text-align: center;
  font-size: 38px;
  font-weight: 800;
  color: #002F6C;
  margin-bottom: 50px;
}

/* Card */
.eligibility-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
}

.eligibility-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 65px rgba(0,0,0,0.16);
}

/* Image */
.eligibility-image {
  height: 526px;    
  position: relative;
  overflow: hidden;
}

/* Image itself */
.eligibility-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);     /* default slight zoom */
  transition: transform 0.8s ease;
}

.eligibility-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.15),
    rgba(0,0,0,0.45)
  );
  pointer-events: none;
}

/* Hover zoom */
.eligibility-card:hover .eligibility-image img {
  transform: scale(1.18);
}

/* Content */
.eligibility-content {
  padding: 26px 30px 30px;
}

.eligibility-content h4 {
  font-size: 21px;
  font-weight: 700;
  color: #002F6C;
  margin-bottom: 8px;
}

.eligibility-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Mobile */
@media (max-width: 768px) {
  .eligibility-grid-2x2 {
    grid-template-columns: 1fr;
  }

  .eligibility-image {
    height: 200px;
  }
}

.cpl-flow {
  display: flex;
  gap: 35px;
  margin-top: 50px;
}

.flow-step {
  background: #fff;
  padding: 30px 24px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.flow-step:hover {
  transform: translateY(-6px);
}

.step-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #002F6C;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 18px;
}

.timeline {
  max-width: 800px;
  margin: 60px auto;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #C41230;
}

.timeline-item {
  padding-left: 60px;
  margin-bottom: 40px;
}

.timeline-item span {
  font-size: 28px;
  font-weight: 800;
  color: #002F6C;
}

.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.9s ease, transform 0.9s ease;
  will-change: opacity, transform;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.9s ease, transform 0.9s ease;
}


.reveal .checkpoint-card,
.reveal .flow-step {
  opacity: 0;
  transform: translateY(60px);
  animation: runwayIn 0.9s ease forwards;
}

.reveal .timeline-item:nth-child(2),
.reveal .checkpoint-card:nth-child(2),
.reveal .flow-step:nth-child(2) {
  animation-delay: 0.15s;
}

.reveal .timeline-item:nth-child(3),
.reveal .checkpoint-card:nth-child(3),
.reveal .flow-step:nth-child(3) {
  animation-delay: 0.3s;
}

.reveal .timeline-item:nth-child(4),
.reveal .checkpoint-card:nth-child(4),
.reveal .flow-step:nth-child(4) {
  animation-delay: 0.45s;
}

.reveal .timeline-item,
.reveal .career-row,
.reveal .flow-step,
.reveal .eligibility-card {
  opacity: 0;
  transform: translateY(40px);
}

.reveal.active .timeline-item,
.reveal.active .career-row,
.reveal.active .flow-step,
.reveal.active .eligibility-card {
  animation: revealUp 0.9s ease forwards;
}


.reveal.active .timeline-item:nth-child(1) { animation-delay: 0.1s; }
.reveal.active .timeline-item:nth-child(2) { animation-delay: 0.25s; }
.reveal.active .timeline-item:nth-child(3) { animation-delay: 0.4s; }
.reveal.active .timeline-item:nth-child(4) { animation-delay: 0.55s; }

.reveal.active .career-row:nth-child(2) { animation-delay: 0.15s; }
.reveal.active .career-row:nth-child(3) { animation-delay: 0.3s; }
.reveal.active .career-row:nth-child(4) { animation-delay: 0.45s; }


@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@keyframes runwayIn {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ✈️ Aircraft on timeline */
.timeline {
  position: relative;
}

.timeline-plane {
  position: absolute;
  left: 3px;
  top: -50px; /* runway entry */
  width: 34px;
  height: 34px;
  z-index: 10;

  transform: rotate(90deg);
  transform-origin: center;

  opacity: 0;
  transition:
    top 0.6s ease-in-out,
    opacity 0.6s ease;
  
  animation: planeBank 3s ease-in-out infinite;
}

/* Jet glow */
.timeline-plane svg {
  filter: drop-shadow(0 6px 14px rgba(196,18,48,0.35));
}

/* Subtle banking motion */
@keyframes planeBank {
  0%   { transform: rotate(90deg); }
  50%  { transform: rotate(92deg); }
  100% { transform: rotate(90deg); }
}

/* Glow pulse at checkpoints */
@keyframes jetPulse {
  0% { filter: drop-shadow(0 0 0 rgba(196,18,48,0.6)); }
  50% { filter: drop-shadow(0 0 14px rgba(196,18,48,0.9)); }
  100% { filter: drop-shadow(0 0 0 rgba(196,18,48,0.6)); }
}

/* Mobile: hide aircraft */
@media (max-width: 768px) {
  .timeline-plane {
    display: none;
  }
}

.cpl-career {
  background: linear-gradient(180deg, #f4f6fb, #ffffff);
  padding: 80px 0;
}

.career-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.career-card {
  background: #fff;
  padding: 30px 24px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.career-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.14);
}

.career-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #002F6C, #001f47);
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.career-card h4 {
  font-size: 20px;
  color: #002F6C;
  margin-bottom: 10px;
}

.career-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

/* Responsive */
@media (max-width: 768px) {
  .eligibility-item {
    flex-direction: column;
    text-align: center;
  }

  .eligibility-image {
    width: 100%;
    height: 180px;
  }
}

body.cpl-page .vata-hero {
  height: auto !important;
  min-height: 65vh !important;
  padding: 100px 8% 80px !important;
}

/* prevent overlap */
body.cpl-page .vata-hero + section {
  margin-top: 0 !important;
}

body.cpl-page .vata-hero {
  display: none !important;
}

/* ===== CPL Eligibility 2x2 Image Grid ===== */


.eligibility-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.eligibility-item:hover .eligibility-image img {
  transform: scale(1.1);
}

/* Content */
.eligibility-content {
  padding: 26px 28px;
}

.eligibility-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #002F6C;
  margin-bottom: 8px;
}

.eligibility-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

/* Mobile */
@media (max-width: 768px) {
  .eligibility-grid-2x2 {
    grid-template-columns: 1fr;
  }

  .eligibility-image {
    height: 200px;
  }
}

/* ===== CPL Eligibility Rectangle Image Cards ===== */

.eligibility-grid-2x2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  margin-top: 55px;
}

.eligibility-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
}

.eligibility-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* Rectangle Image */
.eligibility-image {
  height: 526px;
  overflow: hidden;
}

.eligibility-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.eligibility-card:hover .eligibility-image img {
  transform: scale(1.12);
}

/* Content */
.eligibility-content {
  padding: 28px 30px 32px;
}

.eligibility-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #002F6C;
  margin-bottom: 10px;
}

.eligibility-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

/* Mobile */
@media (max-width: 768px) {
  .eligibility-grid-2x2 {
    grid-template-columns: 1fr;
  }

  .eligibility-image {
    height: 200px;
  }
}

/* ================= CAREER – MODERN SPLIT ================= */

.cpl-career-modern {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff, #f4f6fb);
}

/* Header */
.career-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 80px;
}

.career-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: #002F6C;
  margin-bottom: 14px;
}

.career-header p {
  font-size: 17px;
  color: #555;
}

/* Rows */
.career-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 90px;
}

.career-row.reverse {
  grid-template-columns: 1fr 1.2fr;
}

/* Image */
.career-image {
  height: 560px;              /* slightly taller */
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: #000;
  box-shadow: 0 28px 70px rgba(0,0,0,0.18);
}

.career-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;          /* ✅ correct for this layout */
  object-position: left center; /* ✅ pilot stays visible */
  transition: transform 0.8s ease;
}

.career-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0,47,108,0.15),
    rgba(0,0,0,0.45)
  );
}

.career-row:hover .career-image img {
  transform: scale(1.04);
}

/* Text */
.career-text span {
  font-size: 64px;
  font-weight: 800;
  color: rgba(0,47,108,0.08);
}

.career-text h3 {
  font-size: 28px;
  font-weight: 800;
  color: #002F6C;
  margin: 8px 0 14px;
}

.career-text p {
  font-size: 16.5px;
  line-height: 1.7;
  color: #444;
  max-width: 480px;
}


/* Reveal animation */
.reveal .career-row {
  opacity: 0;
  transform: translateY(60px);
}

.reveal.active .career-row {
  animation: careerReveal 0.9s ease forwards;
}

.reveal.active .career-row:nth-child(2) { animation-delay: 0.15s; }
.reveal.active .career-row:nth-child(3) { animation-delay: 0.3s; }
.reveal.active .career-row:nth-child(4) { animation-delay: 0.45s; }

@keyframes careerReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

img {
  max-width: 100%;
  height: auto;
}


/* Mobile */
@media (max-width: 900px) {
  .career-row,
  .career-row.reverse {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .career-image {
    height: 260px;
  }

  .career-text span {
    font-size: 48px;
  }
}

/* ================= HERO MOBILE FORCE FIX ================= */
/*@media (max-width: 768px) {*/

  /* Stack hero vertically */
/*  .cpl-hero {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    padding: 100px 20px 40px;*/
/*    height: auto;*/
/*    min-height: auto;*/
/*  }*/

  /* 🔴 CRITICAL FIX */
/*  .cpl-hero-slider {*/
    /*position: static !important;  */
/*    order: 2;*/
/*    margin-top: 24px;*/
/*  }*/

/*  .cpl-hero-content {*/
/*    position: static !important;*/
/*    order: 1;*/
/*    text-align: center;*/
/*    color: #002F6C;*/
/*  }*/

  /* Fix image sizing */
/*  .cpl-hero-slider img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    object-fit: contain;*/
/*    display: block;*/
/*    background: #000;*/
/*  }*/

  /* Remove desktop shadows */
/*  .cpl-hero-content h1,*/
/*  .cpl-hero-content p {*/
/*    color: #002F6C;*/
/*    text-shadow: none;*/
/*  }*/

/*  .cpl-badge {*/
/*    margin: 0 auto;*/
/*  }*/

/*  .cpl-cta {*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*  }*/
/*}*/


@media (max-width: 480px) {
  .cpl-hero h1 {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .cpl-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cpl-text h2 {
    font-size: 30px;
  }

  .cpl-text p {
    font-size: 16px;
  }

  .cpl-image img {
    max-height: 280px;
  }
}

@media (max-width: 768px) {
  .eligibility-grid-2x2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .eligibility-image {
    height: 200px;
  }

  .eligibility-content h4 {
    font-size: 20px;
  }

  .eligibility-content p {
    font-size: 15px;
  }
}


@media (max-width: 900px) {
  .career-row,
  .career-row.reverse {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 60px;
  }

  .career-image {
    height: 240px;
  }

  .career-text span {
    font-size: 42px;
  }

  .career-text h3 {
    font-size: 24px;
  }

  .career-text p {
    font-size: 15.5px;
  }
}

@media (max-width: 768px) {
  .cpl-final-cta {
    padding: 60px 20px;
  }

  .cpl-final-cta h2 {
    font-size: 28px;
  }

  .cpl-final-cta p {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-about p {
    margin: auto;
  }
}

/* ================= FOOTER MOBILE FIX ================= */
@media (max-width: 768px) {

  .extra-footer {
    padding: 60px 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .footer-logo {
    height: 70px;
    margin: 0 auto 20px;
    display: block;
  }

  .footer-about p {
    font-size: 14px;
    line-height: 1.7;
    max-width: 100%;
    margin: 0 auto;
  }

  .footer-links h4 {
    margin-top: 10px;
  }

  .footer-links ul li {
    padding: 6px 0;
  }

  .footer-social {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* ================= HERO MOBILE IMAGE FIX (FINAL) ================= */
/*@media (max-width: 768px) {*/

  /* Let hero size naturally */
/*  .cpl-hero {*/
/*    min-height: auto;*/
/*    height: auto;*/
/*    padding: 100px 20px 40px;*/
/*  }*/

  /* Slider should NOT be absolute on mobile */
/*  .cpl-hero-slider {*/
/*    position: relative;*/
/*    height: auto;*/
/*  }*/

  /* Slides must NOT stretch */
/*  .cpl-hero-slider .slide {*/
/*    position: relative;*/
/*    inset: unset;*/
/*    opacity: 0;*/
/*  }*/

/*  .cpl-hero-slider .slide.active {*/
/*    opacity: 1;*/
/*  }*/

  /* Image controls height */
/*  .cpl-hero-slider img {*/
/*    width: 100%;*/
    /*height: auto;           */
/*    object-fit: contain;*/
/*    display: block;*/
/*    background: #000;*/
/*  }*/
/*}*/

/* ================= FORCE HERO TEXT ON IMAGE (MOBILE FIX) ================= */
@media (max-width: 768px) {

  .cpl-hero {
    padding: 0 16px;
    justify-content: center;
    text-align: center;
  }

  .cpl-hero-content {
    max-width: 100%;
  }

  .cpl-hero h1 {
    font-size: 28px;
  }

  .cpl-hero p {
    font-size: 15px;
  }

  .cpl-badge {
    margin: 0 auto;
  }

  .cpl-cta {
    margin: 20px auto 0;
  }
}








