@media only screen and (max-width: 800px) {
    .pel {
        height: auto !important;
    }

    video {
        object-fit: contain !important;
        width: 100% !important;
        margin: 0px !important;
        padding: 0 !important;
        height: auto !important;
    }

    .mobile-text {
        display: none !important;
        /* Hide the div on mobile */
    }
}

/*
 .bannertext * {
    font-weight: bold !important;
    color: #007EAB;
}

.mobile-text p {
    font-family: "Open Sans", "Helvetica Neue", serif !important;
}


.hide {
    display: none !important;
    transition: 0.3s ease-in-out;
}

.nav-link {
    color: #252357 !important;
}

.card {
    border: 0;
    margin: 10px;
}

.popup-gallery div img {
    padding: 0.1em !important;
}

.navbar-custom {
    background-color: white !important;
    color: #212529 !important;
}

h2,
h3 {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.4;
}

p,
a,
.nav-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

.btn-primary {
    background-color: #252357 !important;
    ;
    border: none;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 1.2em;
    font-weight: 600;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
    background-color: #3e3a91;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

body {
    background-color: #f8f9fa;
    color: #212529;
}

.navbar-custom {
    background-color: white;
    color: #252357;
}

h3 {
    color: #252357;
}

.btn-primary {
    background-color: #252357;
}

/* Increase spacing between sections 
section {
    margin: 80px 0;
}
*/
/* Add padding around text for readability
p,
h2,
h3 {
    margin-bottom: 20px;
    line-height: 1.6;
}

Add more space between cards 
.service-box {
    margin-bottom: 40px;
}

Adjust padding for buttons 
.btn {
    padding: 14px 32px;
    margin-top: 20px;
} 
 */

/* ===== Custom IG Header (myIgHeader) ===== */
.myIgHeader{
  display: flex;
  flex-direction: column;
  gap: .25rem;
  padding: 14px 16px;
  margin: 0 0 10px 0;

  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

/* Title row */
.myIgTitle{
  display: flex;
  align-items: center;
  gap: .5rem;

  font-size: 1.25rem;   /* ~20px */
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1.2;
  color: #111827;       /* slate-ish */
}

/* Subtitle */
.myIgSub{
  font-size: .95rem;
  line-height: 1.35;
  color: #6b7280;
}


/* Make accent go to next line (so it looks like an underline) */
.myIgTitle{
  flex-wrap: wrap;
}

.myIgTitle::after{
  content: "";
  display: block;
  height: 3px;
  width: 54px;
 
  border-radius: 999px;

  background: var(--a-palette-primary, #2563eb);
  opacity: .9;
  flex-basis: 100%;
  margin-top: .35rem;
  margin-left: 0;
}

/* Responsive spacing */
@media (max-width: 768px){
  .myIgHeader{ padding: 12px 14px; border-radius: 12px; }
  .myIgTitle{ font-size: 1.15rem; }
  .myIgSub{ font-size: .9rem; }
}

/* APEX 23 Switch: checked = green (instead of blue) */
.a-Switch input[type=checkbox]:checked + .a-Switch-toggle{
  background-color: var(--ut-palette-success) !important;
}

/* optional: keep inactive a neutral gray */
.a-Switch-toggle{
  background-color: #d1d5db; /* light gray */
}
