@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cinzel:wght@400..900&family=Kalnia:wght@100..700&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sigmar+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
    background: white;
}

.offcanvas-body{
    gap: 0.5rem;
    
}
                                                                                                                      
.navbar-toggler{
  background: white;
  transform:translateY(-2px);
}

.img-d{
    padding-right: 1.2rem;
}

.logo1{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: contain;
    
}

.dropdown-item{
    color: rgb(255, 255, 255);

}

.carousel-item{
    height: 100%;
}

.navbar{
    background: linear-gradient(45deg, #1E6FB8 ,  rgb(224, 34, 34));
}

.navbar-brand{
    font-family: "Playfair Display SC", serif;
    font-weight: bold;
    font-size: 17px;
    padding-right:20px;
}                                                                                                                          

 .offcanvas-body .navbar-nav .nav-link{
font-family: "Parkinsans", sans-serif;
font-size: 12px;

 }

.offcanvas-body{
    gap: 0.5rem;
    
}

.offcanvas-body .navbar-nav .nav-link.active{
    color:#4ce011;
    font-weight: bold;
    }

    .offcanvas-body .navbar-nav .nav-link:hover{
        color:#4ce011;
        transform: scale(1.3);
        transition: 0.3s ease;
    }

.fa-brands{
    color: white;
}

.navbar .nav-link{
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.Socials{
    display: flex;
    gap: 0.5rem;
    font-size: 14px;
    transform:translateY(10px);
}

.Socials:hover{
 transform: scale(1.3);
transition: 0.3s ease;
}

/* Make nav item relative */
.program-item {
    position: relative;
}

/* Hide dropdown initially */
.program-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    min-width: 200px;
    border-radius: 5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    z-index: 9999;
}

/* Show on hover (DESKTOP ONLY) */
@media (min-width: 992px) {
    .program-item:hover .program-dropdown {
        display: block;
    }
}

/* Dropdown links */
.program-dropdown li a {
    font-family: "Parkinsans", sans-serif;
    display: block;
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
}

.program-dropdown li a:hover {
    background: #f2f2f2;
}

/* Mobile: always show dropdown as normal list */
@media (max-width: 991px) {
    .program-dropdown {
        display: block;
        position: static;
        background: transparent;
        box-shadow: none;
        padding-left: 15px;
    }

    .program-dropdown li a {
        color: #fff;
    }
}

.offcanvas-body .navbar-nav .nav-link.active{
    color:#0cf0be;
    font-weight: bold;
    }

    .offcanvas-body .navbar-nav .nav-link:hover{
        color:#0cf0be;
        transform: scale(1.3);
        transition: 0.3s ease;
    }

.d-block{
    margin-top: 150px;
    object-fit: cover;
     height: auto;
    width: 100%;
    
}

.heading5{
    font-size: 50px;
    font-weight: bold;
    align-items: center;
    transform: translateY(-80px);
}

.carousel-caption{
    font-weight: bold;
    font-size: 32px;
    align-items: center;
}

 .main-title {
    margin-top: 160px;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
  }


.main-title{
  background: linear-gradient(45deg, red, #2c7be5,  hsl(125, 89%, 52%) );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card {
    width: 100%;
    max-width: 350px;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.card-img-top {
    height: 220px;
    object-fit: cover;
}

.card {
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease;
}

.card:hover {
    transform: translateY(-8px);
}


.card-title{

  font-size: 18px;
  font-weight: 800px;
  color: #2544f4;
}

.navbar-toggler{
  background: white;
  transform:translateY(-2px);
}

.mentor-001{
  background: linear-gradient(45deg,  #2c7be5,  hsl(323, 89%, 52%) );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
}

/* footer section code by the programmer Augustine (final optimized) */

/* FOOTER BACKGROUND */
.fort {
  background: linear-gradient(45deg, rgb(140, 0, 255), #0da6ff);
  background-attachment: fixed;
  padding-top: 20px;
  padding-bottom: 20px;
  
}

/* PREVENT COLUMN STRETCHING */
.fort .row {
  align-items: flex-start;
}

/* COLUMN TEXT */
.fort .col {
  font-weight: 500;
  font-size: 15px;
  color: white;
}

/* HEADINGS */
.fort h3 {
  color: white;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

/* PARAGRAPH */
.parAbout {
  
  font-size: 20px;
  line-height: 1.6;
  max-width: 250px;
  margin-bottom: 8px;
  color: white;
}

/* LIST STYLE (SCOPED TO FOOTER ONLY) */
.fort ul {
  margin: 0;
  padding: 0;
}

.fort ul li {
  list-style: none;
  color: white;
  margin-bottom: 6px;
  transition: 0.3s;
}

/* LINK STYLE */
.opts a {
  color: white;
  text-decoration: none;
}

/* LINK HOVER */
.opts ul li:hover {
  text-decoration: underline;
  transform: translateX(5px);
}

/* SMALL ICONS */
.fa-arrow-right {
  font-size: 14px;
  margin-right: 5px;
}

/* SOCIAL CONTAINER */
.social {
  display: flex;
  gap: 12px;
  padding-left: 10px;
}

/* SOCIAL ICONS */
.social i {
  font-size: 22px;
  transition: 0.3s ease;
  display: inline-block;
}

/* HOVER EFFECT */
.social i:hover {
  transform: scale(1.2);
}

/* INDIVIDUAL COLORS */
.fa-x-twitter:hover {
  color: #000;
}

.fa-facebook:hover {
  color: #1877f2;
}

.fa-instagram:hover {
  background: linear-gradient(
    45deg,
    #f58529,
    #dd2a7b,
    #8134af,
    #515bd4
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fa-youtube:hover {
  color: #ff0000;
}

.fa-tiktok:hover {
  color: #25f4ee;
}

/* ACTIVE CLICK EFFECT */
.social i:active {
  color: rgb(53, 245, 28);
}

/* DIVIDER LINE */
.footerhr {
  border: none;
  height: 1px;
  background:white;
  margin: 20px 0;
}

/* COPYRIGHT */
.copyright {
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 500;
}

/* COPYRIGHT ICONS */
.fa-heart {
  color: red;
  font-size: 14px;
}

.fa-circle {
  font-size: 10px;
}

.fa-circle-dot{
  font-size: 7px;
}

.card-img-top{
    width: 100%;
    height: auto;
    max-width: 1200px;
    padding: 0.5rem;
}


.card-text{
  font-weight: 500;
  font-size: 16px;
}
.icon-circle {
  width: 30px;              /* circle size */
  height: 30px;
  border-radius: 50%;       /* makes it a circle */
  background-color: orange; /* your background color */
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  font-size: 20px;          /* emoji size */
  color: white;             /* optional */
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* optional glow */
}

.fa-link{
  width: 30px;              /* circle size */
  height: 30px;
  border-radius: 50%;       /* makes it a circle */
  background-color: rgb(0, 140, 255); /* your background color */
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  font-size: 20px;          /* emoji size */
  color: white;             /* optional */
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* optional glow */
}

.fa-briefcase{
  width: 30px;              /* circle size */
  height: 30px;
  border-radius: 50%;       /* makes it a circle */
  background-color: rgb(223, 37, 213); /* your background color */
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  font-size: 20px;          /* emoji size */
  color: white;             /* optional */
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* optional glow */
}

.fa-globe{
   width: 30px;              /* circle size */
  height: 30px;
  border-radius: 50%;       /* makes it a circle */
  background-color: rgb(37, 223, 121); /* your background color */
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  font-size: 20px;          /* emoji size */
  color: white;             /* optional */
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* optional glow */

}

.phone{
  width: 30px;              /* circle size */
  height: 30px;
  border-radius: 50%;       /* makes it a circle */
  background-color: rgb(255, 255, 255); /* your background color */
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  font-size: 20px;          /* emoji size */
  color: white;             /* optional */
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* optional glow */
}

.style-phone{
    display: flex;
    gap: 0.5rem;
}

/* GROUP DROPDOWN */
.group-item {
    position: relative;
}

.group-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    min-width: 200px;
    border-radius: 5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    z-index: 9999;
}

/* Desktop hover */
@media (min-width: 992px) {
    .group-item:hover .group-dropdown {
        display: block;
    }
}

/* Links */
.group-dropdown li a {
    font-family: "Parkinsans", sans-serif;
    display: block;
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
}

.group-dropdown li a:hover {
    background: #f2f2f2;
}


@media (max-width: 991px) {
    .group-dropdown {
        display: block;
        position: static;
        background: transparent;
        box-shadow: none;
        padding-left: 15px;
    }

    .group-dropdown li a {
        color: #fff;
    }
}

/* Keep navbar social icons on the far right */
.navbar .offcanvas > .offcanvas-body {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar .offcanvas > .offcanvas-body > .offcanvas-body {
    flex: 0 0 auto;
    padding: 0;
}

.navbar .Socials {
    align-items: center;
    margin-left: auto;
    order: 3;
    transform: none;
}

@media (max-width: 991px) {
    .navbar .offcanvas > .offcanvas-body {
        align-items: flex-start;
        flex-direction: column;
    }

    .navbar .offcanvas > .offcanvas-body > .offcanvas-body {
        width: 100%;
    }

    .navbar .Socials {
        margin-left: 0;
        order: 2;
    }
}

/* Refined Programs page */
.programs-page {
    background: #f6f8fb;
    color: #172033;
}

.program-hero {
    padding: 170px 0 64px;
    background:
        linear-gradient(135deg, rgba(10, 30, 55, 0.94), rgba(30, 111, 184, 0.78), rgba(224, 34, 34, 0.66)),
        url("Folder/51c5de67-1a6e-4c50-bb1d-46121b5a395f.jpg") center/cover;
    color: white;
}

.program-eyebrow,
.section-heading span {
    display: inline-flex;
    align-items: center;
    color: #0cf0be;
    font-family: "Parkinsans", sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.programs-page .main-title {
    margin: 0;
    max-width: 760px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(34px, 5vw, 62px);
    font-weight: 900;
    line-height: 1.04;
    text-align: left;
    color: white;
    background: none;
    -webkit-text-fill-color: currentColor;
}

.program-hero-text {
    max-width: 620px;
    margin: 22px 0 0;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,0.9);
    font-weight: 900;
}

.program-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
    color:white;
}

.reg-btn, .fa-user-plus{
    color:white;
    font-weight: bold;
    
}

.program-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
      
}

.program-btn.primary {
    background: linear-gradient(90deg, rgba(50, 143, 206, 0.94),  rgba(226, 80, 153, 0.897));
}

.program-btn.secondary {
    border: 1px solid rgba(255,255,255,0.7);
    color: white;
}

.program-hero-image {
    position: relative;
    min-height: 440px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0,0,0,0.35);
}

.program-hero-image img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    display: block;
}

.hero-note {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: grid;
    gap: 4px;
    padding: 16px;
    background: rgba(255,255,255,0.94);
    color: #172033;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}



.hero-note span {
    color: #526071;
}

.program-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 44px;
}

.program-stats div {
    padding: 18px;
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: 8px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
}

.program-stats strong {
    display: block;
    font-size: 34px;
    line-height: 1;
}

.program-stats span {
    color: rgba(255,255,255,0.82);
    font-weight: 700;
}

.program-grid-section {
    padding: 72px 0 88px;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 28px;
}

.section-heading h2 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 900;
    color: #172033;
}

.program-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.program-card {
    overflow: hidden;
    border-radius: 8px;
    background: white;
    box-shadow: 0 16px 44px rgba(23, 32, 51, 0.1);
    border: 1px solid rgba(23, 32, 51, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.program-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 60px rgba(23, 32, 51, 0.16);
}

.program-card img {
    width: 100%;
    height: 280px;
    object-fit: contain;
    display: block;
    background: #eef3f8;
}

.program-card-body {
    position: relative;
    padding: 24px;
    
}

.program-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(45deg, #1E6FB8, #E02222);
    color: white;
    box-shadow: 0 10px 24px rgba(30, 111, 184, 0.28);
}

.program-card h3 {
    margin: 16px 0 10px;
    font-size: 21px;
    font-weight: 900;
    color: #172033;
}

.program-card p {
    min-height: 78px;
    color: #526071;
    font-size: 15px;
    line-height: 1.6;
}

.program-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: #1E6FB8;
    font-weight: 900;
    text-decoration: none;
}

.program-card a:hover {
    color: #E02222;
}

@media (max-width: 991px) {
    .program-hero {
        padding-top: 150px;
    }

    .programs-page .main-title {
        text-align: left;
    }

    .program-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .program-hero-image,
    .program-hero-image img {
        min-height: 320px;
    }

    .program-stats,
    .program-grid {
        grid-template-columns: 1fr;
    }

    .program-card p {
        min-height: auto;
    }
}

.bulb-k{
    background: linear-gradient(45deg, #1E6FB8, #E02222);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.path-y{
    background: linear-gradient(45deg, #ca21ca, #22e077);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

/* Final navbar alignment override */
@media (min-width: 992px) {
  .navbar {
    padding: 8px 0;
  }

  .navbar > .container {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
    width: 100%;
    max-width: 1320px;
  }

  .navbar-top-row {
    justify-content: flex-start;
    width: auto;
    flex: 0 0 auto;
  }

  .navbar .offcanvas {
    flex: 1 1 auto;
    width: auto;
  }

  .navbar .offcanvas > .offcanvas-body {
    justify-content: flex-end;
    padding: 0;
    width: 100%;
  }

  .navbar .main-navbar-links {
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: auto;
    margin-left: 0;
    padding-top: 0;
  }

  .navbar .main-navbar-links .nav-link {
    padding: 8px 9px;
    white-space: nowrap;
  }
}
/* Shared two-row navbar */
.navbar {
    padding: 6px 0 10px;
    background: linear-gradient(45deg, #1E6FB8, rgb(224, 34, 34));
}

.navbar > .container {
    flex-direction: column;
    align-items: stretch;
}

.navbar-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
}

.navbar .offcanvas > .offcanvas-body {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 6px 0 0;
}

.navbar .main-navbar-links {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 10px;
    width: 100%;
    padding-top: 7px;
}

.navbar .main-navbar-links .nav-link {
    padding: 7px 10px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
}

.navbar .Socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-left: auto;
    font-size: 20px;
    transform: none;
    white-space: nowrap;
}

.navbar .Socials:hover {
    transform: none;
}

.navbar .Socials a {
    color: #ffffff;
    line-height: 1;
    transition: transform 0.2s ease, color 0.2s ease;
}

.navbar .Socials a:hover {
    transform: translateY(-2px) scale(1.12);
}

@media (min-width: 992px) {
    .navbar .offcanvas {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .navbar {
        padding: 6px 0;
    }

    .navbar > .container {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }

    .navbar-top-row {
        gap: 10px;
        flex-wrap: nowrap;
    }

    .navbar-top-row .navbar-toggler {
        margin-left: 8px !important;
        order: 4;
        flex: 0 0 auto;
    }

    .navbar .Socials {
        gap: 9px;
        font-size: 18px;
        margin-left: auto;
        order: 3;
    }

    .navbar .offcanvas > .offcanvas-body {
        align-items: flex-start;
        justify-content: flex-start;
        padding: 16px;
    }

    .navbar .main-navbar-links {
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        padding-top: 0;
    }

    .navbar .main-navbar-links .nav-link {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .navbar-brand {
        font-size: 13px;
    }

    .navbar .logo1 {
        width: 64px;
        height: 64px;
    }

    .navbar .Socials {
        width: auto;
        justify-content: flex-end;
        font-size: 16px;
    }

    .navbar .main-navbar-links .nav-link {
        font-size: 14px;
    }
}
/* White mobile navbar toggler */
.navbar .navbar-toggler {
    border-color: rgba(255,255,255,0.65);`r`n    background: #ffffff;
}

.navbar .navbar-toggler-icon {
    background-image: none;
    position: relative;
    width: 1.5em;
    height: 1.5em;
}

.navbar .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 4px;
    height: 2px;
    background: #ffffff;
    border-radius: 999px;
    box-shadow: 0 6px 0 #ffffff, 0 12px 0 #ffffff;
}

/* Mobile navbar toggler layout fix */
@media (max-width: 991px) {
    .navbar-top-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px 10px;
    }

    .navbar-top-row > .d-flex {
        min-width: 0;
    }

    .navbar-top-row .navbar-toggler {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        margin-left: 0 !important;
        order: 2;
        flex: 0 0 auto;
    }

    .navbar .Socials {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: flex-end;
        gap: 12px;
        width: 100%;
        margin-left: 0;
        font-size: 18px;
        order: 3;
    }
}

@media (max-width: 480px) {
    .navbar .Socials {
        width: 100%;
        justify-content: flex-end;
        font-size: 16px;
    }
}
/* Social icons inside mobile toggler menu */
.navbar .mobile-menu-socials {
    display: none;
}

@media (max-width: 991px) {
    .navbar-top-row > .Socials {
        display: none;
    }

    .navbar .mobile-menu-socials {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-top: 18px;
        padding-top: 16px;
        border-top: 1px solid rgba(255,255,255,0.18);
    }

    .navbar .mobile-menu-socials a {
        color: #ffffff;
        font-size: 20px;
        line-height: 1;
        text-decoration: none;
    }
}

@media (max-width: 480px) {
    .navbar .mobile-menu-socials a {
        font-size: 19px;
    }
}
/* Visible hamburger lines on white toggler */
@media (max-width: 991px) {
    .navbar .navbar-toggler-icon::before {
        background: #1E6FB8;
        box-shadow: 0 6px 0 #1E6FB8, 0 12px 0 #1E6FB8;
    }
}
/* Transparent blurred mobile offcanvas */
@media (max-width: 991px) {
    .navbar .offcanvas {
        background: rgba(9, 18, 36, 0.62) !important;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-right: 1px solid rgba(255,255,255,0.18);
        box-shadow: 18px 0 45px rgba(0,0,0,0.28);
    }

    .offcanvas-backdrop.show {
        opacity: 0.25;
    }
}

/* Final navbar alignment override */
@media (min-width: 992px) {
  .navbar {
    padding: 8px 0;
  }

  .navbar > .container {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 22px;
  }

  .navbar-top-row {
    justify-content: flex-start;
    width: auto;
    flex: 0 0 auto;
  }

  .navbar .offcanvas {
    flex: 1 1 auto;
    width: auto;
  }

  .navbar .offcanvas > .offcanvas-body {
    justify-content: flex-end;
    padding: 0;
    width: 100%;
  }

  .navbar .main-navbar-links {
    justify-content: flex-end;
    flex-wrap: nowrap;
    width: auto;
    margin-left: auto;
    padding-top: 0;
  }

  .navbar .main-navbar-links .nav-link {
    padding: 8px 9px;
    white-space: nowrap;
  }
}
