@import url("https://fonts.googleapis.com/css2?family=Paytone+One&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&display=swap");

:root {
  --blue: #0a2744;
  --blue-light: #134068;
  --blue-deep: #061a2e;
  --gold: #b8955c;
  --gold-soft: rgba(184, 149, 92, 0.15);
  --black: #1c2430;
  --grey: #eef1f7;
  --bg-soft: #f6f8fb;
  --surface: #ffffff;
  --shadow-soft: 0 4px 24px rgba(6, 26, 46, 0.08);
  --shadow-hover: 0 12px 40px rgba(6, 26, 46, 0.12);
  --radius-card: 16px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

.gradient {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(234, 236, 234, 1) 100%
  );
}

/* Wide Services dropdown (journal + extended services) */
.dropdown-menu.servicesMega {
  min-width: min(100vw - 1.5rem, 36rem);
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .dropdown-menu.servicesMega {
    min-width: 42rem;
  }
}

.servicesMegaScroll {
  max-height: min(70vh, 28rem);
  overflow-y: auto;
}

.servicesMega .dropdown-header {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

@media (min-width: 992px) {
  .servicesMegaSplit {
    border-right: 1px solid rgba(10, 39, 68, 0.12);
  }
}

.moreServicesSec .moreServiceLink {
  display: block;
  padding: 0.85rem 1rem;
  background: var(--surface);
  border-radius: 12px;
  text-decoration: none;
  color: var(--black);
  border: 1px solid rgba(10, 39, 68, 0.1);
  font-weight: 500;
  transition: transform 0.22s ease, box-shadow 0.22s ease, color 0.2s ease;
}

.moreServicesSec .moreServiceLink:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
  color: var(--blue);
}

.rounded-full {
  border-radius: 50px;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: var(--bg-soft);
  background-image:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(10, 64, 104, 0.12), transparent),
    radial-gradient(ellipse 60% 45% at 95% 10%, rgba(184, 149, 92, 0.12), transparent),
    radial-gradient(ellipse 70% 50% at 50% 105%, rgba(10, 39, 68, 0.06), transparent),
    linear-gradient(180deg, #f8fafc 0%, #f0f3f9 50%, #e8ecf4 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--black);
}

.Poppins {
  font-family: "Trajan Bold", "Trajan Pro Bold", "Trajan Pro", serif;
}

body,
input,
textarea,
select,
button {
  font-family: "Trajan Bold", "Trajan Pro Bold", "Trajan Pro", serif;
}

.grey {
  background: var(--grey);
}

.blue {
  background: var(--blue);
}

.black {
  background: var(--black);
}

.txtblue {
  color: var(--blue);
}

.txtgold {
  color: var(--gold);
}

.fs18 {
  font-size: 18px;
}

.fs15 {
  font-size: 15px;
}

.fs50 {
  font-size: 50px;
}

.fs45 {
  font-size: 45px;
}

.fs40 {
  font-size: 40px;
}

.fs22 {
  font-size: 22px;
}

.fs20 {
  font-size: 20px;
}

.Paytone {
  font-family: "Paytone One", sans-serif;
}

.contentSec span {
  font-family: "Paytone One", sans-serif;
}

.fs38 {
  font-size: 38px;
}

.fs30 {
  font-size: 30px;
}

.fs28 {
  font-size: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Trajan Bold", "Trajan Pro Bold", "Trajan Pro", serif;
  color: var(--blue);
}

.brandLogo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  padding: 4px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.navbar-brand:hover .brandLogo {
  box-shadow: var(--shadow-hover);
  transform: scale(1.02);
}

.brandName {
  font-size: 22px;
  color: var(--blue);
  letter-spacing: 0.3px;
  line-height: 1;
}

.Navigations {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 0 rgba(10, 39, 68, 0.06), var(--shadow-soft);
  transition: box-shadow 0.35s ease, background-color 0.35s ease;
}

.Navigations .navbar {
  background: transparent !important;
  --bs-navbar-padding-y: 0.65rem;
}

.Navigations .nav-link {
  font-size: 17px;
  color: var(--black);
  font-weight: 500;
  position: relative;
  transition: color 0.2s ease;
}

.Navigations .nav-link.active,
.Navigations .nav-link:hover {
  color: var(--blue);
}

.Navigations .nav-link.whatsapp {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%);
  background-size: 200% 100%;
  color: #fff !important;
  transition: background-position 0.35s ease, transform 0.2s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 16px rgba(10, 64, 104, 0.22);
}

.Navigations .nav-link.whatsapp:hover {
  background-position: 100% 0;
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(10, 64, 104, 0.28);
}

.topbarWhatsApp img {
  flex-shrink: 0;
}

.Topbar {
  background: linear-gradient(
    95deg,
    var(--blue-deep) 0%,
    var(--blue) 42%,
    var(--blue-light) 100%
  ) !important;
}

.act a {
  flex: auto;
  text-align: center;
  padding: 0.9rem 1rem;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.act a:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(6, 26, 46, 0.2);
}

.act a.blue {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%) !important;
}

.slideraction i {
  color: var(--gold);
}

.sliderInfo img {
  width: -webkit-fill-available;
}

.slideraction ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  padding: 0;
  gap: 20px;
  margin-top: 1.5rem;
}

.slideraction ul li {
  flex: 48%;
  background: #ffffff;
  border: 1px solid rgba(0, 33, 71, 0.12);
  padding: 10px 10px;
  font-family: "Paytone One", sans-serif;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  color: var(--blue);
}

.welcomeBooks {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(247, 249, 252, 0.95)),
    url("../images/welcomeBg.jpg");
  background-size: cover;
  background-position: center;
}

.itemsedu {
  border: 1px solid rgba(10, 39, 68, 0.1);
  background: var(--surface);
  padding: 1.3rem 1rem;
  text-align: center;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.25s ease;
}

.itemsedu:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(184, 149, 92, 0.35);
}

.services {
  background: linear-gradient(180deg, rgba(0, 33, 71, 0.02), rgba(0, 33, 71, 0.06)),
    url("../images/publicationServices.jpg");
  background-size: cover;
}

.serviceBoxes {
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-card);
  margin-bottom: 20px;
  border-top: 3px solid var(--gold);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease, border-top-color 0.25s ease;
}

.serviceBoxes:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-top-color: var(--blue-light);
}

.serviceBoxes .fs38 {
  line-height: 42px;
}

.serviceBoxes a {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%);
  padding: 0.7rem 2rem;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

.serviceBoxes a:hover {
  background: var(--gold);
  color: var(--blue);
}

.subject ul li {
  flex: 20%;
}

.contentSec {
  background: transparent;
}

.infocontent {
  background: #fff;
  padding: 1.4rem 1.4rem;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 33, 71, 0.06);
}

.radius20 {
  border-radius: 20px;
}

.fs40 {
  font-size: 40px;
}

.infocontent ul li,
.itemsx li {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.fs14 {
  font-size: 14px;
}

.universities ul li {
  flex: 17%;
}

.universities ul li img {
  width: 100%;
}

.processItems {
  box-shadow: 0px 4px 18px rgba(0, 33, 71, 0.08);
  background: #ffffff;
  padding: 1rem 1rem;
  margin-bottom: 14px;
  gap: 10px;
  border-radius: 12px;
  border-left: 4px solid var(--gold);
}

.proccirlce {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%);
  color: #fff;
  width: 80px;
  height: 55px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
}

.publishedWork {
  background: linear-gradient(180deg, rgba(0, 33, 71, 0.02), rgba(0, 33, 71, 0.06)),
    url("../images/publicationServices.jpg");
  background-size: cover;
}

.workItems {
  padding: 2rem 2rem 5px;
  background: #fff;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 33, 71, 0.08);
}

.workItems img {
  width: 100%;
  border-radius: 8px;
}

.workItems p {
  font-size: 20px;
  text-align: center;
  font-family: "Paytone One", sans-serif;
  padding-top: 10px;
  color: var(--blue);
}

.publishinfo {
  background: linear-gradient(180deg, rgba(0, 33, 71, 0.6), rgba(0, 33, 71, 0.85)),
    url("../images/penbg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 2rem;
  color: #fff;
  height: 100%;
  border-radius: 12px;
}

.publishus ul li {
  font-size: 19px;
  display: flex;
  align-items: start;
  border-bottom: 1px solid rgba(0, 33, 71, 0.12);
  padding: 8px 0;
}

.cta2 {
  background: #ffffff;
  border-top: 1px solid rgba(0, 33, 71, 0.08);
  border-bottom: 1px solid rgba(0, 33, 71, 0.08);
}

.faqImg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 500px;
}

.infofooter ul li a {
  text-decoration: none;
  font-size: 17px;
  display: block;
  padding: 3px 0px;
  color: var(--black);
  transition: color 0.2s ease;
}

.infofooter ul li a:hover {
  color: var(--blue);
}

.policy li a {
  color: var(--black);
  text-decoration: none;
}

.green {
  color: var(--gold);
}

.trustedClients {
  background: linear-gradient(180deg, rgba(0, 33, 71, 0.02), rgba(0, 33, 71, 0.06)),
    url("../images/publicationServices.jpg");
  background-size: cover;
}

.trustedClients .serviceBoxes {
  background: #fff;
  height: 46%;
}

.costeffective .nav-tabs .nav-link {
  width: 100%;
  text-align: start;
  border: 1px solid rgba(0, 33, 71, 0.12);
  margin: 3px 0;
  padding: 10px 19px;
  font-weight: 500;
  color: var(--black);
  font-family: "Paytone One", sans-serif;
  font-size: 19px;
}

.costeffective .nav-tabs .nav-link.active {
  background: var(--blue);
  color: #fff;
}

.roundeds {
  border-radius: 20px;
}

.even {
  background: #d9d9d9;
}

.quote {
  position: absolute;
  bottom: 52px;
  right: 28px;
}

.testFooter {
  box-shadow: 0px 0px 10px #3333;
}

.yeloow {
  color: var(--gold);
}

.odd {
  background: var(--blue);
}

.flagtesti {
  position: absolute;
  top: 0;
  left: 0;
  width: 17%;
  height: 100%;
  z-index: -1;
}

.orderWrap {
  background: #ffffff;
  padding: 2rem 3rem;
  border-radius: 18px;
  box-shadow: 0 6px 22px rgba(0, 33, 71, 0.08);
}

.orderWrap .form-control {
  padding: 10px 20px;
  border-radius: 12px;
  appearance: auto;
  border: 1px solid rgba(0, 33, 71, 0.18);
}

.orderWrap .form-control:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 0.2rem rgba(0, 33, 71, 0.12);
}

.orderWrap .form-group {
  margin: 10px 0;
}

.orderWrap button {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%);
  padding: 1rem 6rem;
  margin: auto;
  display: block;
  margin-top: 1.5em;
  color: #fff;
  border: none;
  border-radius: 32px;
  font-size: 19px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.orderWrap button:hover {
  transform: translateY(-2px);
  background: var(--gold);
  color: var(--blue);
}

.formInfo .form-control {
  padding: 12px 20px;
  margin: 6px 0;
}

.formInfo button {
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.publishedWork .swiper-wrapper {
  padding-bottom: 3rem;
}

.services .swiper-wrapper {
  padding-bottom: 0rem;
}

.itemFlex li {
  flex: 41% !important;
  list-style: none;
  padding: 0;
  margin: 0;
}

.itemFlex li img {
  width: 19px !important;
}

.Navigations.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 333;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(6, 26, 46, 0.1);
  animation: navSlideDown 0.38s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes navSlideDown {
  from {
    transform: translateY(-12px);
    opacity: 0.94;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.fixedbtnwhatsapp {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 999999;
}

@media (min-width: 992px) {
  .fixedbtnwhatsapp {
    left: 2rem;
    bottom: 1.5rem;
  }
}

.fixedWaBtn {
  display: inline-flex;
  border-radius: 50%;
  position: relative;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  filter: drop-shadow(0 4px 12px rgba(37, 211, 102, 0.45));
}

.fixedWaBtn:hover {
  transform: scale(1.08);
}

.fixedWaBtn::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.55);
  animation: waRing 2.2s ease-out infinite;
  pointer-events: none;
}

@keyframes waRing {
  0% {
    transform: scale(1);
    opacity: 0.65;
  }
  70% {
    transform: scale(1.35);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: no-preference) {
  .sliderSec h1 {
    animation: fadeInUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    animation-fill-mode: forwards;
  }

  .sliderSec > .container > .row:first-child > .col-lg-12 > h1 ~ p {
    animation: fadeInUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
    opacity: 0;
    animation-fill-mode: forwards;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.quickInfoDivider {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.quickInfoWhatsLink {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.quickInfoWhatsLink:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.ctaWhatsLink {
  padding: 0.35rem 0.65rem;
  border-radius: 12px;
  transition: background-color 0.25s ease, transform 0.2s ease;
}

.ctaWhatsLink:hover {
  background-color: var(--gold-soft);
  transform: translateY(-1px);
}

.footerSec {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f8 100%);
  border-top: 1px solid rgba(10, 39, 68, 0.06);
}

.footerSec p {
  color: #3d4a5c;
}

.footerSec .border-dark {
  border-color: rgba(10, 39, 68, 0.1) !important;
}

.services .swiper-pagination-bullet-active,
.publishedWork .swiper-pagination-bullet-active,
.eduItems .swiper-pagination-bullet-active,
.subject .swiper-pagination-bullet-active {
  background: var(--blue);
}

.accordion-button:not(.collapsed) {
  background: rgba(0, 33, 71, 0.06);
  color: var(--blue);
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 33, 71, 0.12);
}

.itemsedu {
  height: 99%;
}

.eduItems .swiper-slide {
  height: auto;
}

.contentSec .col-lg-6 {
  margin-bottom: 10px;
}

.heading1 {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%);
  padding: 1rem 1rem;
  border-radius: 12px;
  color: #fff;
  font-size: 28px;
  margin-bottom: 0.6rem;
}

.heading2 {
  background: var(--gold);
  padding: 1rem 1rem;
  border-radius: 12px;
  color: var(--blue);
  font-size: 28px;
  margin-bottom: 0.6rem;
}

.sitemapdata ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  text-align: center;
  margin: 15px 0;
}

.sitemapdata ul li {
  width: 32%;
  padding: 4px 10px;
  background: #ffffff;
  border: 1px solid rgba(0, 33, 71, 0.10);
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.sitemapdata ul li a {
  color: var(--black);
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
}

.legal-content h2,
.legal-content h3,
.legal-content span {
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}

.legal-content ul {
  list-style: none;
}

.services .swiper-slide {
  height: auto;
}

.trustedClients .serviceBoxes div p {
  font-size: 14px;
}

.socialInfo ul li a img {
  width: 38px;
}

.sitemapdata ul {
  padding: 0px;
}
#moredata {
  transition: all 0.5s ease;
}

#moredata.show {
  display: block !important;
}

#moredata.d-none {
  display: none !important;
}

/* Page banner used for inner pages */
.pageBanner {
  background: linear-gradient(135deg, rgba(0, 33, 71, 0.92) 0%, rgba(10, 61, 122, 0.92) 100%),
    url("../images/penbg.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 4rem 0;
  text-align: center;
}

.pageBanner h1,
.pageBanner h2 {
  color: #fff;
}

.pageBanner .breadcrumb {
  justify-content: center;
}

.pageBanner .breadcrumb a {
  color: #ffffffcc;
  text-decoration: none;
}

.pageBanner .breadcrumb-item.active {
  color: var(--gold);
}

.pageBanner .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff99;
}

/* Card style helpers used in inner pages */
.softCard {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.6rem;
  box-shadow: 0 6px 22px rgba(0, 33, 71, 0.08);
  height: 100%;
}

.iconCircle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(0, 33, 71, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.btnPrimary {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%);
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  border: none;
  transition: transform 0.2s ease;
}

.btnPrimary:hover {
  transform: translateY(-2px);
  color: #fff;
  background: var(--gold);
  color: var(--blue);
}

.btnOutline {
  border: 2px solid var(--blue);
  color: var(--blue);
  padding: 0.7rem 2rem;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  background: transparent;
  font-weight: 500;
}

.btnOutline:hover {
  background: var(--blue);
  color: #fff;
}

/* Blog grid */
.blogCard {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(0, 33, 71, 0.08);
  height: 100%;
  transition: transform 0.25s ease;
}

.blogCard:hover {
  transform: translateY(-4px);
}

.blogCard img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blogCard .body {
  padding: 1.2rem 1.2rem 1.5rem;
}

.blogCard h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--blue);
}

.blogCard a.read {
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
}

.blogCard a.read:hover {
  color: var(--gold);
}

/* Reviews page additions */
.reviewBig {
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 6px 22px rgba(0, 33, 71, 0.08);
  border-top: 3px solid var(--gold);
}

.reviewBig img.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

/* Order page side info */
.contactSide {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%);
  color: #fff;
  border-radius: 18px;
  padding: 2rem;
  height: 100%;
}

.contactSide a {
  color: #fff;
  text-decoration: none;
}

.contactSide a:hover {
  color: var(--gold);
}

@media (max-width: 768px) {
  .brandName {
    font-size: 16px;
  }
  .brandLogo {
    width: 44px;
    height: 44px;
  }
}
