* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;
}

/* Customizing the navigation buttons */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.owl-nav button {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  font-size: 20px !important;
  padding: 10px 15px !important;
  border-radius: 50%;
}

.owl-nav button:hover {
  background: rgba(0, 0, 0, 0.8) !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 15px !important;
  font: inherit;
  background-color: #1E1C57 !important;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  background-color: transparent !important;
}

.hero-col-l {
  background-image: url("../images/hero-sec-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7% 2%;
}

body {
  background-color: #fff;
}

.heading-style {
  color: #235784;
  font-size: 40px;
  font-weight: bold;
  padding: 4% 2%;
}

/* .hero-section,
.section-2 {
  padding: 0% 3%;
} */

/* hero section */

.hero-text {
  font-weight: bold;
  color: #fff;
  font-size: 56px;
  line-height: normal;
}

.hero-p {
  font-size: 16px;
  line-height: normal;
  color: #fff;
}

.hero-btn {
  border-radius: 49px;
  color: #235784;
  padding: 8px 20px;
  font-size: 18px;
}

/* client marquee section */
.clients-logo-section {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
}

.marquee {
  display: flex;
  width: fit-content;
}

.marquee-content {
  display: flex;
  gap: 50px;
  /* Adjust spacing between images */
  flex-shrink: 0;
  animation: marquee-scroll 10s linear infinite;
}

.marquee-content img {
  width: 150px;
  /* Adjust size as needed */
  height: auto;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

/* ✅ Prevent empty spaces on large screens */
@media (min-width: 1200px) {
  .marquee-content {
    animation-duration: 7s;
    /* Adjust speed for larger screens */
  }
}

@media (min-width: 1500px) {
  .marquee-content {
    animation-duration: 10s;
    /* Faster animation for ultra-wide screens */
  }
}

/* empowering business section */

.empower-p {
  padding: 1% 2%;
  font-size: 18px;
  font-weight: normal;
}

.empower-btn {
  background-color: #1E1C57;
  color: #fff;
  border-radius: 49px;
  padding: 8px 30px;
  font-size: 16px;
}

.section-2-img {
  height: 616px;
  width: 575px;
}

/* our services section */
.section-bg {
  background-color: #1E1C57;
  border-radius: 55px;
  padding: 3% 2.3%;
  padding-top: 0%;
}

.section-3-heading {
  color: white;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  padding: 3% 0%;
}

.heading-div {
  margin-top: 3%;
}

.service-card {
  background-color: #2A4172;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  color: white;
}

.service-card img {
  width: 85px;
  height: 85px;
  margin-bottom: 10px;
}

.service-card h4 {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.service-card p,
.crm-card p {
  margin: 3% 2%;
  font-size: 18px;
  font-weight: 200;
}

.crm-card {
  background-color: #2A4172;
  padding: 30px;
  border-radius: 15px;
  color: white;
  text-align: left;
  height: 100%;
}

.crm-card img.crm-icon {
  width: 85px;
  height: 85px;
  margin-bottom: 15px;
}

.crm-card h4 {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.btn-explore {
  background-color: white;
  color: #12174E;
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  font-weight: bold;
}

/* section-4 */

.section-4 {
  background-color: #F4F4F4;
  margin: 0;
}

.card-style {
  border-radius: 24px;
}

.card-title {
  color: #1D3C6D;
  font-family: serif;
  font-weight: 600;
}

.card-content {
  font-size: smaller;
}

.card-button {
  font-size: smaller;
  font-weight: bolder;
  text-decoration: none;
  color: #000;
}

.card:hover {
  background-color: #1D3C6D;
  color: white;
}

.card:hover .card-title,
.card:hover .card-content,
.card:hover .card-button {
  color: white;
}

/* section-5 */

.section-5 {
  padding: 0% 3%;
}

.hassle-card,
.hassle-card-center {
  background-color: #2C79BD;
  text-align: center;
  color: #fff;
  padding: 10% 10%;
  border-radius: 29px;
  min-height: 21rem;
  display: flex;
  align-items: center;
}

.hassle-card h4,
.hassle-card-center h4 {
  font-weight: bold;
  font-size: 26px;
}

.hassle-card-center h4 {
  font-weight: bold;
  font-size: 30px;
}

.hassle-card p {
  font-size: 18px;
}

.hassle-card-center p {
  font-size: 20px;
}

/* section-6 */

@media (max-width: 768px) {
  .section-2-img {
    width: 100%;
  }
  .section-6, .section-7, .section-2-img {
    display: none;
  }
  .hero-text {
    font-size: 35px;
  }
  .hero-p {
    font-size: 14px;
  }
  .hero-btn {
    padding: 5px 12px;
    font-size: 14px;
  }
  .hero-col-l {
    background-image: none;
    background-color: #1E1C57;
  }
  .br-none {
    display: none;
  }
  .heading-style {
    font-size: 32px;
    padding: 2% 0%;
  }
  .marquee-content img {
    width: 115px;
  }
  .hero-section, .section-1, .section-2 {
    text-align: center;
  }
  .crm-card {
    margin-top: 6%;
  }
  .btn-explore {
    padding: 12px 14px;
    font-size: 14px;
}
}


/* product page */
.product-hero-align {
    background-image: url("../images/product-hero-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 7rem;
}

.product-hero-align2 {
    background: url("../images/product-hero-bg2.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 5.5rem 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 8rem;
}

.product-hero-h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.sec-four-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    column-gap: 3rem;
    row-gap: 1rem;
}

.div1 {
    grid-row: span 2 / span 2;
}

.div2 {
    grid-row: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 1.5rem;
}

.div3 {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 1.5rem;
}

.div4 {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #1E1C57;
    border-radius: 1.5rem;
}

.div5 {
    grid-row: span 3 / span 3;
    grid-column-start: 3;
    grid-row-start: 1;
}

.div6 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 4;
    display: flex;
    width: 100%;
    padding: 1.5rem;
    border-radius: 1.5rem;
}

.div7 {
    grid-column-start: 4;
    grid-row-start: 3;
    background-color: #E2E2E2;
    border-radius: 1.5rem;
    padding: 1.5rem;
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 1rem;
}

.div8 {
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 1;
    background-color: #1E1C57;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 1.5rem;
}

.div3-sub-align {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: start;
    padding-inline: 2rem;
}

.div2-sub-align {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: start;
    padding-inline: 2rem;
}

.co-working-icon {
    height: 3rem;
}

.div3-sub-head {
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

.div8-sub-align {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    padding-inline: 2rem;
    color: white;
}

.blue-tick-img {
    height: 2rem;
}

.div6-sub-align1,
.div6-sub-align2 {
    width: 50%;
}

.div6-sub-align1,
.div6-sub-align2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 8px;
    padding-inline: 1rem;
}

.bento-img3 {
    height: 4rem;
    width: fit-content;
}

.div6-btn {
    background-color: #1E1C57;
    padding: 12px 8px;
    color: #fff;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
}

.product-sec2-head {
    font-size: 40px;
    text-align: center;
}

.product-sec2-para1 {
    color: #080808;
    font-size: 14px;
    text-align: center;
    padding-top: 1.5rem;
}

.product-sec2-para2 {
    color: #080808;
    font-size: 14px;
    text-align: center;
    padding-top: 2rem;
}

.product-btn {
    background-color: #1E1C57;
    color: white;
    padding: 10px 1.2rem;
    font-size: 12px;
    border-radius: 4px;
}

.product-sec2-img {
    width: 100%;
}

.product-sec4-bg {
    background-color: #F3F3F3;
    padding-block: 2rem;
    margin-top: 2rem;
}

.product-sec4-head-align {
    display: flex;
    align-items: center;
    padding: 2rem;
}

.product-sec4-head-sub {
    width: 50%;
}

.product-sec4-h3 {
    color: #1E1C57;
    font-size: 40px;
}

.product-sec4-para {
    font-size: 18px;
}

.hr-line {
    background-color: #A5A5A5;
    height: 2px;
    margin-inline: 34px;
}

.accordion-button {
    padding-block: 2rem;
}

.product-sec4-two-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1rem;
    padding-top: 3rem;
}

.product-sec3-img {
    height: 46rem;
}

.product-sec4-two-grid1 {
    grid-column: span 2;
    padding-inline: 2rem 4rem;
}

.product-sec4-two-grid2 {
    grid-column: span 1;
}

.product-sec4-accordion {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.bento-img1 {
    height: 22rem;
}

.bento-img2 {
    width: 100%;
    object-fit: cover;
    height: 33rem;
    border-radius: 1.5rem;
}

.product-sec4-head-h3 {
    color: #1E1C57;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding-block: 2rem;
}

.product-sec4-cont {
    padding-block: 4rem;
}

.sec-five-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
    margin-block: 3rem;
}

.sec-five-h3 {
    font-size: 40px;
    color: #1E1C57;
}

.sec-five-para {
    font-size: 18px;
}

.sec-five-flex-col {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}

.sec-five-list {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

.arrow-icon-img {
    height: 2rem;
    width: fit-content;
}

.product-sec5-img {
    height: fit-content;
    width: 100%;
    padding: 3rem;
    padding-top: 0;
}

.sec-five-list-para {
    font-size: 18px;
    font-weight: 500;
    color: #1E1C57;
}

.sec5-product-btn {
    background-color: #1E1C57;
    color: white;
    padding: 10px 1.2rem;
    font-size: 18px;
    border-radius: 4px;
    margin-top: 1rem;
}

.sec-six-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
    margin-block: 3rem;
}

.product-sec4-card-bg {
    background-color: #E2E2E2;
    padding: 1rem;
}

.sec-six-h3 {
    font-size: 40px;
    color: #1E1C57;
}

.sec-six-para {
    font-size: 18px;
}

.sec-six-flex-col {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}

.sec-six-list {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

.arrow-icon-img {
    height: 2rem;
    width: fit-content;
}

.product-sec6-img {
    height: fit-content;
    width: 100%;
    padding: 2rem;
    padding-top: 0rem;
}

.sec-six-list-para {
    font-size: 18px;
    font-weight: 500;
    color: #1E1C57;
}

.sec6-product-btn {
    background-color: #1E1C57;
    color: white;
    padding: 10px 1.2rem;
    font-size: 18px;
    border-radius: 4px;
    margin-top: 1rem;
}

.product-hero-btn-align {
    display: flex;
    justify-content: center;
    column-gap: 1rem;
}

.product-hero-btn1 {
    background-color: #1E1C57;
    color: white;
    padding: 10px 1.2rem;
    font-size: 12px;
    border-radius: 4px;
}

.product-hero-btn2 {
    background-color: transparent;
    border: 1px solid #1E1C57;
    color: #1E1C57;
    padding: 10px 1.2rem;
    font-size: 12px;
    border-radius: 4px;
}

.product-hero-para1 {
    font-size: 20px;
    font-weight: 600;
}

.product-hero-para2 {
    font-size: 12px;
    font-weight: 400;
}

.product-hero-sub-align1 {
    display: flex;
    justify-content: center;
}

.product-hero-sub-align2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    column-gap: 8px;
}

.product-hero-strong {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.product-hero-para3 {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.product-hero-sub-grid1,
.product-hero-sub-grid2 {
    border-right: 3px solid #D9D9D9;
    padding-inline: 22px;
}

.product-hero-sub-grid3 {
    padding-inline: 22px;
}

.product-sec-two {
    margin-top: 3rem;
}

.sec-seven-bg {
    background: url("./assets/images/product-sec7-bg.png");
    background-color: #1E1C57;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-block: 6.8rem;
    margin-block: 2rem;
    row-gap: 1rem;
}

.sec-seven-h4 {
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
    color: white;
    text-align: center;
}

.product-sec7-btn {
    background-color: #fff;
    padding: 8px 1.5rem;
    border-radius: 2.5rem;
}

.contact-section-head {
    color: #1E1C57;
    font-size: 58px;
    font-weight: 600;
    text-align: center;
}

.contact-section-para {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding-block: 1rem 2rem;
}

.contact-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact-info {
    background-color: #fff;
    padding: 2.5rem;
}

.contact-title {
    font-size: 2rem;
    color: #1E1C57;
    font-weight: 600;
}

.contact-subtitle {
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    margin-top: 1.5rem;
}

.contact-details {
    margin: 2.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-item {
    display: flex;
    gap: 1rem;
    align-items: start;
}

.contact-item h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
}

.contact-item p,
.contact-item a {
    font-size: 1rem;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover,
.contact-item p:hover {
    color: #1E1C57;
}

.social-icons {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 0.5rem;
    width: 66%;
}

.contact-form-wrapper {
    background-color: #1E1C57;
    padding: 2.5rem;
    border-radius: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.input-wrapper {
    position: relative;
}

.input-wrapper input,
.input-wrapper textarea {
    width: 100%;
    padding: 0.75rem;
    background: transparent;
    border: 2px solid #ccc;
    border-radius: 0.5rem;
    color: white;
    font-size: 1rem;
    outline: none;
}

.input-wrapper label {
    position: absolute;
    top: 0;
    left: 0.75rem;
    transform: translateY(-50%);
    background-color: #1E1C57;
    padding: 0 0.25rem;
    font-size: 1rem;
    color: white;
}

.submit-btn {
    background-color: white;
    color: #1E1C57;
    font-size: 1.1rem;
    font-weight: 500;
    border: 2px solid white;
    padding: 0.75rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: transparent;
    color: white;
}

.footer {
    background-color: #1E1C57;
    padding: 2rem 0 3rem;
    color: white;
    margin-top: 3rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-brand {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-logo {
    width: 45%;
    background-color: #fff;
    padding: 1%;
}

.footer-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

.footer-text {
    font-size: 1rem;
    font-weight: 400;
    color: white;
}

.footer-input-container {
    display: flex;
    background-color: #eeeeee;
    overflow: hidden;
    width: 100%;
    max-width: 350px;
}

.footer-input {
    flex: 1;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    color: #333;
}

.footer-btn {
    background-color: #22d3ee;
    border: none;
    padding: 0 1rem;
    cursor: pointer;
    transition: background 0.3s;
}

.footer-btn:hover {
    background-color: #06b6d4;
}

.footer-divider {
    height: 2px;
    background-color: white;
    margin: 2.5rem 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-social {
    display: flex;
    gap: 1.5rem;
}

.footer-social a img {
    display: block;
    width: 24px;
    height: 24px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .sec-four-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .sec-four-grid>div {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .div1 {
        display: flex;
        justify-content: center;
    }

    .div6 {
        flex-direction: column;
        row-gap: 1rem;
    }

    .div6-sub-align1,
    .div6-sub-align2 {
        width: 100%;
    }

    .div8-sub-align {
        padding-block: 1rem;
    }

    .sm-hidden {
        display: none;
    }

    .product-sec4-head-h3 {
        font-size: 30px;
    }

    .contact-section {
        grid-template-columns: 1fr;
        padding: 0 0.5rem;
    }

    .contact-info,
    .contact-form-wrapper {
        padding: 1.5rem;
        border-radius: 10px;
    }

    .contact-title {
        font-size: 30px;
    }

    .product-hero-align {
        background-size: contain;
        padding-block: 2rem;
    }

    .product-hero-align2 {
        background-color: #1E1C57;
        background-size: 0;
        grid-template-columns: 1fr;
        padding: 1rem;
        row-gap: 1rem;
    }

    .product-hero-sub-align2 {
        place-items: center;
    }

    .product-hero-sub-grid1,
    .product-hero-sub-grid2 {
        border-right: 0;
        padding: 0;
    }

    .product-hero-sub-grid3 {
        padding: 0;
    }

    .product-hero-h2 {
        font-size: 26px;
        text-align: center;
    }

    .product-hero-strong {
        font-size: 26px;
    }

    .product-sec2-head {
        font-size: 30px;
    }

    .product-sec-two {
        margin-top: 2rem;
    }

    .product-sec4-head-align {
        flex-direction: column;
    }

    .product-sec4-head-sub {
        width: 100%;
        margin-top: 1rem;
    }

    .product-sec4-head-align {
        padding: 1rem;
    }

    .product-sec4-h3 {
        font-size: 30px;
        text-align: center;
    }

    .product-sec4-para {
        text-align: center;
    }

    .product-sec4-two-grid {
        grid-template-columns: 1fr !important;
        row-gap: 1rem;
        padding-top: 1rem !important;
    }

    .product-sec4-two-grid1,
    .product-sec4-two-grid2 {
        grid-column: span 1 !important;
    }

    .product-sec4-two-grid1 {
        padding-inline: 1rem !important;
    }

    .product-sec3-img {
        width: fit-content;
        height: 35rem !important;
    }

    .product-sec4-accordion {
        margin-top: 1rem;
    }

    .sec-five-grid {
        grid-template-columns: 1fr;
        row-gap: 3rem;
    }

    .sec-five-h3 {
        font-size: 30px;
        text-align: center;
    }

    .product-sec5-img {
        padding: 0;
    }

    .sec-five-para {
        text-align: center;
    }

    .sec-six-grid {
        grid-template-columns: 1fr;
        row-gap: 3rem;
    }

    .sec-six-h3 {
        font-size: 30px;
        text-align: center;
    }

    .product-sec6-img {
        padding: 0;
    }

    .sec-six-para {
        text-align: center;
    }

    .sec-six-grid-two {
        order: 2;
    }

    .sec-seven-bg {
        background-size: cover;
    }

    .contact-section-head {
        font-size: 30px;
    }

    .contact-section-para {
        margin: 0;
        padding-bottom: 1rem;
    }

    .contact-info {
        padding-inline: 0;
    }

    .social-icons {
        width: 100%;
        place-content: space-between;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-brand {
        grid-column: span 1;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

.accordion-item {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #1E1C57;
}

.accordion-button {
    column-gap: 1rem;
    color: #1E1C57;
    font-weight: 600;
    border: 0;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: white;
}

.accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-item:last-of-type>.accordion-header .accordion-button {
    border-radius: 0 !important;
}

.accordion-button img {
    transition: transform 0.3s ease;
}

/* Rotate the icon when the accordion is expanded */
.accordion-button[aria-expanded="true"] img {
    transform: rotate(90deg);
}

.accordion-button::after {
    display: none;
}

  .logo-erp {
    width: 253px;
    height: 90px;
    object-fit: contain; /* Keeps aspect ratio inside the box */
  }