@font-face {
    font-family: 'Lexend Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Lexend Regular'), url('../fonts/Lexend-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Lexend Light';
    font-style: normal;
    font-weight: normal;
    src: local('Lexend Light'), url('../fonts/Lexend-ExtraLight.ttf') format('truetype');
}
body, html {
    overflow-x: hidden;
    /* position: relative; */
    font-family: 'Lexend Regular' !important;
    /* width: 100%; */
}
.page-ai {
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(223, 219, 255, 1) 100%) !important;
}
.page-contactus {
    background: #FFFFFF !important;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(245, 244, 255, 1) 60%, rgba(198, 191, 255, 1) 100%) !important;
}
.btn-primary {
    background: linear-gradient(90deg,rgba(47, 33, 177, 1) 0%, rgba(20, 14, 75, 1) 100%) !important;
    --bs-btn-bg: linear-gradient(90deg,rgba(47, 33, 177, 1) 0%, rgba(20, 14, 75, 1) 100%) !important;
    --bs-btn-border-color: linear-gradient(90deg,rgba(47, 33, 177, 1) 0%, rgba(20, 14, 75, 1) 100%) !important;
    --bs-btn-hover-bg: #0b5ed7 !important;
    --bs-btn-hover-border-color: #0a58ca !important;
    --bs-btn-active-bg: #0a58ca !important;
    --bs-btn-active-border-color: #0a53be !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-bg: linear-gradient(90deg,rgba(47, 33, 177, 1) 0%, rgba(20, 14, 75, 1) 100%) !important;
    --bs-btn-disabled-border-color: linear-gradient(90deg,rgba(47, 33, 177, 1) 0%, rgba(20, 14, 75, 1) 100%) !important;
}

.btn-outline-primary {
    --bs-btn-color: #2F21B1 !important;
    --bs-btn-border-color: #2F21B1 !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #2F21B1 !important;
    --bs-btn-hover-border-color: #2F21B1 !important;
    --bs-btn-focus-shadow-rgb: 13, 110, 253 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #2F21B1 !important;
    --bs-btn-active-border-color: #2F21B1 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #2F21B1 !important;
    --bs-btn-disabled-bg: transparent !important;
    --bs-btn-disabled-border-color: #2F21B1 !important;
    --bs-gradient: none !important;
}

.btn-secondary {
    background: #968CF3 !important;
    --bs-btn-bg: #968CF3 !important;
    --bs-btn-border-color: #968CF3 !important;
    --bs-btn-hover-bg: #8d83e7 !important;
    --bs-btn-hover-border-color: #8d83e7 !important;
    --bs-btn-active-bg: #8d83e7 !important;
    --bs-btn-active-border-color: #8d83e7 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-bg: #968CF3 !important;
    --bs-btn-disabled-border-color: #968CF3 !important;
}

.btn-orange {
    background: linear-gradient(90deg,rgba(255, 166, 0, 1) 50%, rgba(255, 30, 0, 1) 100%);
    --bs-btn-bg: linear-gradient(90deg,rgba(255, 166, 0, 1) 50%, rgba(255, 30, 0, 1) 100%);
    --bs-btn-border-color: linear-gradient(90deg,rgba(255, 166, 0, 1) 50%, rgba(255, 30, 0, 1) 100%);
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
    --bs-btn-hover-bg: #FFA600;
    --bs-btn-hover-border-color: #FF1E00;
    --bs-btn-active-bg: #FF1E00;
    --bs-btn-active-border-color: #FF1E00;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-bg: linear-gradient(90deg,rgba(255, 166, 0, 1) 50%, rgba(255, 30, 0, 1) 100%);
    --bs-btn-disabled-border-color: linear-gradient(90deg,rgba(255, 166, 0, 1) 50%, rgba(255, 30, 0, 1) 100%);
}

.btn-outline-orange {
    background: linear-gradient(white, white) padding-box,
              linear-gradient(90deg,rgba(255, 166, 0, 1) 50%, rgba(255, 30, 0, 1) 100%) border-box;
}

.btn-outline-orange:hover {
    background: linear-gradient(90deg,rgba(255, 166, 0, 1) 50%, rgba(255, 30, 0, 1) 100%)border-box;
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
}
.text-sub {
    color: #2F21B1;
}

.check-imagine-without {
    height: 1.5em;
    margin-top: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='darkblue'/%3e%3c/svg%3e") !important;
}
.form-switch .check-imagine-without{

    width: 2.5em;
    margin-left: -3em;
}
.check-imagine-without:checked {
    background-color: #2F1CD5;
    border-color: #2F1CD5;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e") !important;
}

.technology-img {
    max-width: 100%;
    height: fit-content;
}

.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-slide {
  overflow: hidden;
  img {
    aspect-ratio: 16 / 9;
    width: auto;
    height: 100px;
    object-fit: contain;
  }
}

.swiper-free-mode {
  > .swiper-wrapper {
    transition-timing-function: linear;
    margin: 0 auto;
  }
}

.m-address {
    margin-left: 54px;
}
.nav-link {
    color: #133A76 !important;
}
.nav-link:focus, .nav-link:hover {
    /* color: #140E4B !important; */
    color: #00BBFF !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #00BBFF !important;
}
.dropdown-item {
    color: #133A76 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #00BBFF !important;
    background-color: #F0F6FF !important;
    border-radius: .5rem !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #00BBFF !important;
    text-decoration: none !important;
    background-color: #F0F6FF !important;
    border-radius: .5rem !important;
}

.btn-contactus {
    color: #FFFFFF !important;
    background: linear-gradient(90deg, rgba(47, 33, 177, 1) 0%, rgba(20, 14, 75, 1) 100%) !important;
    border: 1px solid #140e4b !important;
}

.btn-contactus:hover {
    color: #00BBFF !important;
    background: transparent !important;
    border: solid 1px #0d6efd !important;
}

.btn-contactus.active {
    color: #00BBFF !important;
    background: transparent !important;
    border: solid 1px #0d6efd !important;
}

.pt-6 {
    padding-top: 5rem !important;
}

.img-title {
    height: 60px;
}

.w-fit-content {
    width: fit-content;
}

.footer-text {
    color: #675DC5;
}

.ms-40 {
    margin-left: 40px;
}

.fs-7 {
    font-size: 0.7rem;
}

.text-lighter {
    font-family: 'Lexend Light' !important;
}

.text-break-spaces {
    white-space: break-spaces;
}
.my-max-content-width {
    width: max-content;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.bg-lightblue {
    background-color: #E3EEFF;
}
.puzzle {
    max-height: 350px;
}
.layer-4 {
    position: absolute;
    top: -10px;
    height:350px;
    left: 100px;
    width: 100%;
    background-size: 40%;
    background-repeat: no-repeat;
    background-image: url('../image/layer4.png');
    -webkit-transition: top 0.5s ease-out;
    -moz-transition: top 0.5s ease-out;
    -o-transition: top 0.5s ease-out;
}
.layer-1 {
    position: absolute;
    top: 225px;
    height:350px;
    left: 100px;
    width: 100%;
    background-size: 40%;
    background-repeat: no-repeat;
    background-image: url('../image/layer1.png');
    -webkit-transition: top 0.5s ease-out;
    -moz-transition: top 0.5s ease-out;
    -o-transition: top 0.5s ease-out;
}
.layer-3{
    position: absolute;
    top: 115px;
    height:350px;
    left: -50px;
    width: 100%;
    background-size: 40%;
    background-repeat: no-repeat;
    background-image: url('../image/layer3.png');
    -webkit-transition: left 0.5s ease-out;
    -moz-transition: left 0.5s ease-out;
    -o-transition: left 0.5s ease-out;
}
.layer-2{
    position: absolute;
    top: 115px;
    height:350px;
    left: 250px;
    width: 100%;
    background-size: 40%;
    background-repeat: no-repeat;
    background-image: url('../image/layer2.png');
    -webkit-transition: left 0.5s ease-out;
    -moz-transition: left 0.5s ease-out;
    -o-transition: left 0.5s ease-out;
}
@media (max-width: 767.98px) { /* Applies to screens smaller than 768px (Bootstrap's `sm` breakpoint) */
    .puzzle {
        max-height: 280px;
    }
    .layer-4 {
        top: 15%;
        left: 36%;
        background-size: 30%;
    }
    .layer-1 {       
        top: 65%; 
        left: 36%;
        background-size: 30%;
    }
    .layer-3{
        left: 10%;
        background-size: 30%;
    }
    .layer-2{
        left: 62%;
        background-size: 30%;
    }
    .img-core-strengths {
        height: 90px;
    }

    .page-virtual-try-on {    
        background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(223, 219, 255, 1) 100%);
        border-bottom-right-radius: 10em;
    }
    .page-buddy {    
        background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(223, 219, 255, 1) 100%);
        border-bottom-left-radius: 10em;
    }
    /* .article-title {
        height: auto !important;
    } */
    .play-button {
        top: 42%;
    }
 }

@media (min-width: 768px) and (max-width: 991.98px) { 
    .layer-4 {
        top: 30px;
        left: 185px;
        background-size: 30%;
    }
    .layer-1 {       
        top: 205px; 
        left: 185px;
        background-size: 30%;
    }
    .layer-3{
        left: 80px;
        background-size: 30%;
    }
    .layer-2{
        left: 300px;
        background-size: 30%;
    }
    
    .img-core-strengths {
        height: 120px;
    }
 }

@media (min-width: 992px) and (max-width: 1199.98px) { 
    .layer-4 {
        top: 0px;
        left: 135px;
        background-size: 35%;
    }
    .layer-1 {       
        top: 225px; 
        left: 135px;
        background-size: 35%;
    }
    .layer-3{
        left: 10px;
        background-size: 35%;
    }
    .layer-2{
        left: 270px;
        background-size: 35%;
    }

    .expertise-dropdown {
        left: -400px !important;
    }

    .img-core-strengths {
        height: 120px;
    }
 }

@media (min-width: 1200px) { 
    .layer-4 {
        background-size: 40%;
    }
    .layer-1 {
        background-size: 40%;
    }
    .layer-3{
        background-size: 40%;
    }
    .layer-2{
        background-size: 40%;
    }
    .expertise-dropdown {
        left: -250px !important;
    }
    .img-core-strengths {
        height: 150px;
    }
}

.bg-fia-page {
    background-color: #FAFAFF !important;
}

.bg-pandu-page {
    background-color: #EFFFF8 !important;
}

.bg-buddy-page {
    background-color: #EBF6FF !important;
}

.accordion-button-faq:focus {
    box-shadow: none !important;
}

.accordion-button-faq:not(.collapsed) {
    color: #333333 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.accordion-button-faq {
    background-color: transparent !important;
    border-radius: 0 !important;
}
.accordion-faq {
    border: 1px solid #D4359E !important;
    border-radius: 15px !important;
}

.accordion-faq:has(.collapsed) {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border-top: none !important;
    border-bottom: 1px solid #000000 !important;
    border-left: none !important;
    border-right: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.faq-pandu {
    border: 1px solid #000000 !important;
    border-radius: 15px !important;
    background-color: #14FF9D !important;
    color: #000000 !important;
}

.faq-buddy {
    border: 1px solid #004177 !important;
    border-radius: 15px !important;
    /* background-color: #EBF6FF; */
    color: #000000 !important;
}

.video-rounded {
    border-radius: 25px;
}

.bg-pandu {
    background: #2CD86D !important;
    background: linear-gradient(90deg, rgba(44, 216, 109, 1) 0%, rgba(0, 186, 127, 1) 50%) !important;
}

.btn-pandu {
    color: #fff !important;
    background: linear-gradient(90deg,rgba(44, 216, 109, 1) 0%, rgba(0, 186, 127, 1) 81%) !important;
    --bs-btn-bg: linear-gradient(90deg,rgba(44, 216, 109, 1) 0%, rgba(0, 186, 127, 1) 81%) !important;
    --bs-btn-border-color: #2CD86D !important;
    --bs-btn-hover-bg: #00BA7F !important;
    --bs-btn-hover-border-color: #00BA7F !important;
    --bs-btn-active-bg: #00BA7F !important;
    --bs-btn-active-border-color: #00BA7F !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-bg: #2CD86D !important;
    --bs-btn-disabled-border-color: #2CD86D !important;
}

.btn-outline-pandu {
    --bs-btn-color: #333333 !important;
    --bs-btn-border-color: #2CD86D !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #2CD86D !important;
    --bs-btn-hover-border-color: #2CD86D !important;
    --bs-btn-focus-shadow-rgb: 108, 117, 125 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #2CD86D !important;
    --bs-btn-active-border-color: #2CD86D !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #2CD86D !important;
    --bs-btn-disabled-bg: transparent !important;
    --bs-btn-disabled-border-color: #2CD86D !important;
}

.btn-buddy {
    color: #fff !important;
    background: linear-gradient(90deg,rgba(20, 220, 255, 1) 0%, rgba(26, 0, 255, 1) 94%) !important;
    --bs-btn-bg: linear-gradient(90deg,rgba(20, 220, 255, 1) 0%, rgba(26, 0, 255, 1) 94%) !important;
    --bs-btn-border-color: #14DCFF !important;
    --bs-btn-hover-bg: #1A00FF !important;
    --bs-btn-hover-border-color: #1A00FF !important;
    --bs-btn-active-bg: #1A00FF !important;
    --bs-btn-active-border-color: #1A00FF !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-bg: #14DCFF !important;
    --bs-btn-disabled-border-color: #14DCFF !important;
}

.btn-outline-buddy {
    --bs-btn-color: #333333 !important;
    --bs-btn-border-color: #14DCFF !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #14DCFF !important;
    --bs-btn-hover-border-color: #14DCFF !important;
    --bs-btn-focus-shadow-rgb: 108, 117, 125 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #14DCFF !important;
    --bs-btn-active-border-color: #14DCFF !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #14DCFF !important;
    --bs-btn-disabled-bg: transparent !important;
    --bs-btn-disabled-border-color: #14DCFF !important;
}

.rounded-15{
    border-radius: 15px !important;
}
.rounded-25{
    border-radius: 25px !important;
}

.card-outline-pandu {
    border-width: 1px;
    border-style: solid;
    /* border-image: linear-gradient(to bottom, rgba(33, 193, 126, 1), rgba(8, 138, 190, 1)) 1 !important; */
    border-radius: 15px;
    border: double 1px transparent;
    background-image: linear-gradient(white, white),
                        linear-gradient(180deg,rgba(33, 193, 126, 1) 0%, rgba(8, 138, 190, 1) 94%);;
    background-origin: border-box; 
    background-clip: content-box, border-box; 
}

.card-outline-buddy {
    border-width: 1px;
    border-style: solid;
    /* border-image: linear-gradient(to bottom, rgba(33, 193, 126, 1), rgba(8, 138, 190, 1)) 1 !important; */
    border-radius: 15px;
    border: double 1px transparent;
    background-image: linear-gradient(white, white),
                        linear-gradient(180deg,rgba(0, 102, 255, 1) 0%, rgba(8, 138, 190, 1) 100%);
    background-origin: border-box; 
    background-clip: content-box, border-box; 
}

.bg-buddy-fai {
    background-image: url('../image/bg-buddy-fai.svg');
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
  min-height: 320px;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 40%;
  float: left;
  /* border: 1px solid #d4d4d4; */
  border-radius: 2px;
  padding: 20px;
  position: relative;
  /* -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
  text-align: end;
}

/* .timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
} */

.timeline > li > .timeline-badge img {
  color: #fff;
  width: 150px;
  height: 150px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  /* top: 16px; */
  left: 50%;
  margin-left: -75px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 7px solid #f1f1f1;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: start;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

/* .timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
} */

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge img {
        left: 2px;
        margin-left: 0;
        /* top: 16px; */
        height: 75px;
        width: 75px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
        text-align: start;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

.text-black-secondary {
    color: #333333;
}

.text-grey-secondary {
    color: #777777;
}

.accordion-button-cubus:focus {
    box-shadow: none !important;
}

.accordion-button-cubus:not(.collapsed) {
    color: #333333;
    background-color: transparent;
    box-shadow: none;
}
.accordion-button-cubus {
    background-color: transparent;
    border-radius: 0 !important;
}
.accordion-cubus {
    border: none !important;
    border-bottom: 2px solid #ddd !important;
}

.accordion-cubus:has(.collapsed) {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: none !important;
    border-bottom: 2px solid #ddd !important;
    border-left: none !important;
    border-right: none !important;
    background-color: transparent;
    border-radius: 0 !important;
}

.border-left-radius {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

.border-right-radius {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.border-top-radius-15 {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

/* Paging */

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    color: #777777 !important;
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: none !important;
    border-radius: 5px !important;
    transition: color .15s 
    ease-in-out, background-color .15s 
    ease-in-out, border-color .15s 
    ease-in-out, box-shadow .15s 
    ease-in-out;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: #fff !important;
    background: linear-gradient(180deg,rgba(47, 33, 177, 1) 20%, rgba(20, 14, 75, 1) 100%);
    border-color: #140e4b !important;
    border-radius: 5px !important;
}

.triangle {
  width: 100%;
  min-height: 700px;
  background-repeat: no-repeat;
  /* Optional - helping us see the bounding box */
  /* outline: 1px solid red; */
  background-image: linear-gradient(32deg, #dce5f4 50%, #E6EDF8 50%), linear-gradient(148deg, #dce5f4
      50%, #E6EDF8 50%);
  background-size: 100% 50%;
  background-position: top left, bottom left;
}

/* .article-title {
    height: auto;
} */

.btn-select-sortby {
    border-color: #133A76 !important;
    color: #133A76 !important;
    box-shadow: none !important;
}

.article-search {
    border-color: #133A76 !important;
    height: 50px;
}

#search:focus {
    box-shadow: none !important;
}

.btn-article-search {
    background-color: #133A76 !important;
    color: white !important;
    padding: .7rem !important;
}

.article-detail-page img {
    max-width: -webkit-fill-available;
    height: auto;
    object-fit: contain;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.nav-link:focus-visible {
    box-shadow: none !important;
}