﻿@font-face {
    font-family: 'Trebuchet MS';
    src: url('../fonts/TrebuchetMS-Italic.eot');
    src: url('../fontsTrebuchetMS-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fontsTrebuchetMS-Italic.woff2') format('woff2'),
        url('../fontsTrebuchetMS-Italic.woff') format('woff'),
        url('../fontsTrebuchetMS-Italic.ttf') format('truetype'),
        url('../fontsTrebuchetMS-Italic.svg#TrebuchetMS-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
 
@font-face {
    font-family: 'Trebuchet MS';
    src: url('../fontsTrebuchetMS.eot');
    src: url('../fontsTrebuchetMS.eot?#iefix') format('embedded-opentype'),
        url('../fontsTrebuchetMS.woff2') format('woff2'),
        url('../fontsTrebuchetMS.woff') format('woff'),
        url('../fontsTrebuchetMS.ttf') format('truetype'),
        url('../fontsTrebuchetMS.svg#TrebuchetMS') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 
 
 
 
body {
    font-family: 'Trebuchet MS';
margin:0px;
padding:0px;
}
a.btn-primary {
    background: #e4002b;
    border: none;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 6px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    width: fit-content;
}
a.btn-primary:hover{background:#0E2C53;}
button.btn-primary{ background: #e4002b;
    border: none;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 6px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;}
 
 
    .title {
    font-size: 54px;
    text-align: center;
    transition: all 0.4s ease;
    font-weight: 600;
}
section.services-section-heading{position: relative;}
.services-section-heading .title {
    margin-bottom: 15px;
}
section.stats-section .h5{color:#0E2C53; font-weight: bold;}
 
/* ...existing code... */
/* Header wrapper */
.sticky-header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
}
 
.update-bar {
  background: #16345b;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.update-text {
    padding: 0 18px;
 
    font-size: 12px;
    display: flex;
    align-items: center;
}
 
 
.update-sep {
    display: inline-block;
    margin: 0 8px;
    background: url('http://localhost/wordpress/wp-content/themes/dtdc-theme/assets/img/india/update-bar-icon.svg');
    padding: 13px;
    background-repeat: no-repeat;
    background-size: 23px;
    position: relative;
    margin-top:8px;
}
 
/* ...existing code... */
.main-navbar{
  z-index: 9;
  transition: all 0.3s ease;
  background-color: transparent;
}
 
/* Navbar scrolled state */
.main-navbar.navbar-scrolled {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
 
.main-navbar.navbar-scrolled .navbar-nav .nav-link {
  color: #16345b !important;
}
 
.main-navbar.navbar-scrolled .navbar-nav .nav-link:hover,
.main-navbar.navbar-scrolled .navbar-nav .nav-link.active {
  color: #e4002b !important;
}
 
.main-navbar.navbar-scrolled .text-white,
.main-navbar.navbar-scrolled .font-weight-bold {
  color: #16345b !important;
}
 
.main-navbar.navbar-scrolled .navbar-toggler-icon {
  filter: invert(1);
}
 
/* Change country flag border on scroll */
.main-navbar.navbar-scrolled .d-flex.align-items-center.me-3 img {
  border: 1px solid #f0f0f0;
}
 
.main-navbar .navbar-nav .nav-link {
  color: #fff !important;
  font-size: 14px;;
  margin: 0 11px;
  transition: color 0.2s;
}
span.text-white.font-weight-bold{font-size:12px;}
span.d-flex.align-items-center.me-3{margin-right:60px;}
nav.navbar .text-white {
    color: #fff!important;
    margin-left: 10px;
}
.main-navbar .navbar-nav .nav-link:hover,
.main-navbar .navbar-nav .nav-link.active {
  color: #e4002b !important;
}
.main-navbar .btn-danger {
    background: #DC0032;
    border: none;
    font-size: 11px;
    border-radius: 0px;
    padding: 6px 10px;
}
.main-navbar .btn-danger:hover {
  background: #b80022;
}
a.navbar-brand img {
  width: 120px;
  transition: all 0.3s ease;
}
 
/* Logo animation on hover */
a.navbar-brand:hover img {
  transform: scale(1.05);
}
 
/* ...existing code... */
 
 
/* Add to your styles.css and link in your HTML */
.hero-section {
    min-height: 100vh;
    position: relative;
    padding-top: 120px; /* Add padding to account for fixed header */
    overflow: hidden;
}
.banner-content {
    padding: 50px 0px 10px;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}
.hero-section > .container {
  position: relative;
  z-index: 2;
}
.hero-title {
  font-weight: 800;
  font-size: 5vw;
  letter-spacing: 2px;
}
.hero-badge {
  font-size: 24px;
  letter-spacing: 2px;
  border-radius: 0;
  background: #e4002b !important;
}
.hero-form-wrapper {
    background: #FFFFFFB2;
    border-radius: 0px;
    max-width: 100%;
    padding: 30px 80px !important;
    margin: 30px 0px 60px;
}
.hero-form-wrapper .form-control-lg {
    min-height:inherit;
    padding: 8px;
    font-size:12px;
}
.hero-form-wrapper .form-control-lg::placeholder{color:#fff;}
.nav-tabs .nav-link {
  border: none;
  background: transparent;
  font-size: 16px;
  color: #0E2C53 !important;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  padding: 0.75rem 1.25rem;
}
.nav-tabs .nav-link.active {
  color: #DC0032 !important;
  background: transparent;
}
 
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  color: #DC0032 !important;
  background: transparent;
  border: none;
}
 
/* Ensure nav-tabs has no border */
.nav-tabs {
  border-bottom: none !important;
}
 
/* Remove underline animation for tabs */
 
.hero-form-wrapper .text-primary{color:#0E2C53 !important;}
ul#heroTab{
  border: none !important;
  box-shadow: none !important;
}
.form-control-lg {
  font-size: 14px;;
   background: #0E2C5359 !important;
   border-radius:0px !important;
   border:0px !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{background-color:inherit !important; border:0px !important;}
/* .hero-form-wrapper .form-control-lg{background-color: inherit; border:0px;} */
 
.services-section {
  background: #0e2c53;
  margin-top:30px;
  overflow: hidden !important;
}
.services-section-heading svg{width:100%;}
.services-section-heading h2.title.aos-init.aos-animate {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom:3px;
    margin:0px;
}
.services-sec-row-first.section-row{align-items: start;}
.services-section img{width:50px;}
.service-card {
  border-radius: 0;
  box-shadow: 0 4px 24px 0 rgba(22,52,91,0.08);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width:80% !important
}
section.partners-section.py-5 {
    overflow: hidden;
}
.service-title {
 color: #0E2C53;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
}
.service-desc {
 color: #0E2C53;
    font-size: 14px;
    line-height: 20px;
}
 
section.stats-section h2.display-4 {
    color: #0E2C53;
    font-family: Trebuchet MS;
    font-weight: 700;
    font-size: 57px;
    line-height: normal;
    letter-spacing: 0%;
    text-align: center;
}
.service-btn {
  background: #e4002b;
  border: none;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 8px 10px;
}
.service-btn:hover {
  background: #b80022;
}
 
 
 
/* Enhanced animated border for services section */
 
 
 
 
 
/* Services section container positioning */
.services-sec {
  position: relative;
  overflow: hidden;
}
 
.services-sec-top {
       position: absolute;
    top: 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
 
.services-sec-bottom {
align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;}
 
/* Make services section elements have proper z-index and hover effects */
#we-deliver, #express-section, #ship-smart, #qr-section, #mockup-img {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
 
/* #we-deliver:hover, #express-section:hover, #ship-smart:hover, #qr-section:hover {
  transform: translateY(-5px);
} */
 
div#ship-smart {
    position: absolute;
}
section.services-section .service-card:hover {
transform: scale(1.1);
}
 
 
 
section.trust-banner-section{
    background: linear-gradient(90deg,rgba(11, 33, 61, 1) 50%, rgba(255, 231, 236, 1) 44%, rgba(255, 231, 236, 0.87) 45%, rgba(220, 235, 255, 1) 61%);
}
section.trust-banner-section h1 {
    color: #fff;
    font-size: 55px;
}
 
section.trust-banner-section h1 span {
    color: #e4002b;
}
 
section.trust-banner-section p {
    color: #fff;
    font-size: 16px;
}
.banner-right-video {
    width: 62%;
    margin-left: -12%;
}
.banner-left-content {
    z-index: 9;
}
.space-baner-top {
    margin-top: 108px;
}
 
section.partners-section .container-fluid {
    padding: 0px;
}


/* Responsive tweaks */
@media (max-width: 768px) {
  .animated-border::before,
  .animated-border::after {
    width: 90vw;
    height: 30vh;
  }
 
  #animated-border-svg {
    display: none;
  }
 
  .path-dot {
    display: none;
  }
}
@media (max-width: 991px) {
  /* Sticky header responsive adjustments */
  .sticky-header-wrapper {
    position: fixed;
    width: 100%;
  }
 
  .main-navbar.navbar-scrolled {
    padding-top: 10px;
    padding-bottom: 10px;
  }
 
  .navbar-collapse {
    background-color: inherit;
    padding: 15px;
    border-radius: 0 0 8px 8px;
  }
 
  .main-navbar.navbar-scrolled .navbar-collapse {
    background-color: white;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  }
 
  .main-navbar .navbar-nav .nav-link {
    margin: 0 8px;
    font-size: 1rem;
  }
  .main-navbar .btn-danger {
    font-size: 1rem;
    padding: 0.5rem 1.2rem;
  }
 
 
 
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-form-wrapper {
    padding: 1.5rem;
  }
  .service-title { font-size: 1.3rem; }
  .service-desc { font-size: 1rem; }
}
 
/* ...existing code... */
.partners-section {
  background: #fff;
}
.partners-title {
    color: #0E2C53;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}
.partners-carousel {
  background: #0e2c53;
  padding: 18px 0;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.partner-logo {
  max-height: 40px;
  max-width: 180px;
  width: auto;
  margin: 0 auto;
  display: block;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .partners-title { font-size: 1.5rem; }
  .partner-logo { max-height: 40px; max-width: 100px; }
}
 
/* ...existing code... */
.media-section {
  background: #fff;
  position: relative;
}
 
.media-section .container {
  position: relative;
}
section.media-section .btn-primary{width: max-content;}
.media-section .title{font-family: Trebuchet MS;
    font-weight: 700;
    font-size: 43px;
    line-height: 100%;
    line-height:55px;
    display: flex;
    flex-wrap: wrap;}
    .media-section .title  span{color:#DC0032;}
.media-content {
  border: 2px solid #e4002b;
  background: #fff;
  border-radius: 18px;
  padding: 2.5rem 2rem;
}
.media-tabs {
  min-height: 100%;
  align-items: flex-start;
}
.media-tab-text {
  font-size: 3rem;
  font-weight: 700;
  color: #16345b;
  letter-spacing: 2px;
  transition: color 0.2s;
}
.media-tab-text.text-danger {
  color: #e4002b !important;
}
.media-tab-text.active {
  color: #16345b;
}
.media-card {
  min-height: 320px;
  border-radius: 12px;
  overflow: hidden;
  background: #222;
}
.media-card img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.media-card-overlay {
  background: rgba(0,0,0,0.6);
  border-radius: 0px;
  top:0px
}
.media-card-title {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.1;
  text-transform: uppercase;
}
.media-btn {
  background: #e4002b;
  border: none;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 2px;
}
 
    .service-container {
      position: relative;
 
    }
 
    .section-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      /* gap: 2rem; */
      position: relative;
    }
    .ship-smart-sec .container {
    padding-left: 8%;
}
 .ship-smart-sec{padding-bottom:100px; padding-top:35px;}
 
   
 
    .service-text,
    .service-image-box,
    .mobile-section,
    .qr-section {
      flex: 1;
      position: relative;
      z-index: 1;
      padding:0px 0px;
      flex-wrap: wrap;
      overflow: hidden
 
    }
    .service-image-box .services-section {
    margin-top:30px;
}
.service-text {
    margin-top: 30px;
}
 
.mobile-section h2{    color: #0E2C53;
    font-size: 46px;
    font-weight: 900;
    line-height: 44px;
    }
 
    .mobile-section p{
    font-family: Trebuchet MS;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;}
    .service-text h2{    color: #0E2C53;
    font-size: 46px;
    font-weight: 900;
    line-height: 44px; width:55%}
    .service-text p {
    width: 55%;
    font-family: Trebuchet MS;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
 
    .service-image-box img,
    .mockup-image {
      width: 70%;
      border-radius: 5px;
    }
    footer.footer-section .row {
    justify-content: center;
}
 
    .service-tabs {
      margin-bottom: 1rem;
      display: flex;
      gap: 1rem;
      justify-content: center;
    }
 
    .btn-red {
      background-color: #ff3c57;
      color: #fff;
      border: none;
    }
 
    .qr-section img {
      width: 100px;
      margin: 0rem 0.9rem;
    }
 
div#home-media-line {
    position: absolute;
}
 
section.awards-media-section .container {
    padding-left: 8%;
    margin-top:30px;
    z-index: 1;
    position: relative;
}
    .quote-container {
      margin: 0 auto;
      position: relative;
      color: #ffffff;
    }
 
    .quote-text {
      font-size: 36px;
      font-style: italic;
      font-weight: 600;
      line-height: 1.6;
      display: inline-block;
    }
 
    .quote-mark {
      font-size: 3.5rem;
      font-weight: bold;
      color: #ffffff;
      vertical-align: top;
    }
 
    .quote-mark.start {
      margin-right: 10px;
      position: absolute;
    top: -23px;
    margin-left: -41px;
    }
 
    .quote-mark.end {
      margin-left: 10px;
    }
 
    section.testimonial-section  .section-title {
      font-size: 54px;
      text-align: center;
      font-weight: 700;
      color: #0b2c52; /* Dark blue */
    }
 
    section.testimonial-section .section-title span {
      color: #e30613; /* DTDC Red */
    }
 
 
 
   
 
@media (max-width: 991px) {
  .media-tab-text { font-size: 2rem; }
  .media-content { padding: 1.5rem 0.5rem; }
  .media-card-title { font-size: 1.1rem; }
}
 
/* Add footer styles */
.footer-section {
  background-color: #0f2a54;
  color: white;
  padding: 40px 0;
}
 
 
.footer-header {
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;;
}
 
.footer-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1.6;
}
 
.footer-icons {
  display: flex;
  gap: 15px;
}
 
.footer-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
  transition: all 0.3s ease;
}
 
.footer-icon-link:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
 
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.footer-links li {
  margin-bottom: 15px;
}
 
.footer-btn {
  color: white;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  font-size: 14px;
  transition: color 0.3s ease;
  position: relative;
}
 
.footer-btn::before {
  content: "›";
  margin-right: 10px;
  color: #DC0032;
  font-weight: bold;
}
 
.footer-btn:hover {
  color: #DC0032;
}
 
.footer-logo {
  max-width: 120px;
  margin-top: 20px;
}
 
 
.services-section .service-tabs-wrapper {
      position: relative;
      background-color: white;
      padding: 0px 0;
      margin-bottom: 0;
    }
   
    .services-section .service-tabs-wrapper .service-tab-item {
      padding: 10px 0;
      text-align: center;
      font-size: 22px;
      font-weight: 600;
      color: var(--dtdc-navy);
      position: relative;
      cursor: pointer;
      transition: all 0.3s ease;
    }
   
    .services-section .service-tab-item.active {
      color: #e4002b;
    }
   
   .services-section .service-tab-item.active::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #e4002b;
    }
   
   .services-section .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      background-color: #f0f0f0 !important;
      border-radius: 0 !important;
      display: flex !important;
      align-items: center;
      justify-content: center;
    }
   
    .services-section .owl-nav button.owl-prev {
      left: 0;
      background-color: #e4002b !important;
      color:#fff !important
    }
   .services-section .owl-stage-outer {
    margin: 0px 50px;
    height: 48px;
}
   
    .services-section .owl-nav button.owl-next {
      right: 0;
      background-color: #e4002b !important;
      color: white !important;
    }
   .services-section .owl-item {
    margin: 0px 10px;
}
   
    .services-section .owl-nav button span {
      font-size: 24px;
      font-weight: bold;
    }
   
.services-section .service-content {
      background-color: var(--dtdc-navy);
      color: white;
      padding: 50px 0;
      background-size: cover;
      background-position: center;
      background-blend-mode: multiply;
      position: relative;
    }
   
   .services-section .service-content {
      display: none;
    }
   
   .services-section .active-content {
      display: block !important;
    }
   
   .services-section .service-content::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(22, 52, 91, 0.85);
    }
   
   .services-section .service-content-inner {
      position: relative;
      z-index: 2;
      padding:0px 15px;
    }
    .hero-form-wrapper p {
    font-size: 13px;
    text-align: left;
    padding-left: 6%;
}
   
   .services-section .service-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #e4002b;
}
div#store p {
    padding-left: 12px;
}
section.services-section.py-5 h4 {
    font-size: 22px;
}
section.services-sec {
    overflow: hidden;
}
section.services-section{overflow: hidden;}
    .services-section .service-description {
      font-size: 14px;
      margin-bottom: 30px;
      max-width: 600px;
    }
   
   
 
.headline {
    font-size: 75px;
    color: #fff;
    line-height: normal;
    font-weight: bold;
}
.headline i{font-style: normal;}
 
 
 
.service-content-inner h2.service-title {
    font-size: 24px;
    color: #fff;
}
.download img {
    width: 76px;
}
    .explore-btn {
      background-color: var(--dtdc-red);
      color: white;
      border: none;
      padding: 10px 40px;
      font-weight: 600;
      font-size: 18px;
      text-transform: uppercase;
    }
   
    .explore-btn:hover {
      background-color: #c40026;
    }
 
    section.features-grid-section h3 {
    font-size: 20px;
    color: #0E2C53;
    font-weight: bold;
}
 section.features-grid-section .feature-icon img {
    width: 55px;
    height: 55px;
}
 
@media (max-width: 767px) {
  .footer-section .col-md-3 {
    margin-bottom: 30px;
  }
}
 
/* Business Verticals Section Styling */
.business-verticals-section {
  padding: 4rem 0;
}
 
.business-title-red {
  color: #e4002b;
  font-weight: 700;
}
 
.business-title-blue {
  color: #0E2C53;
  font-weight: 700;
}
 
.vertical-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  background-color: #0E2C53;
}
 
.vertical-img-container {
  height: 300px;
  overflow: hidden;
  position: relative;
}
 
.vertical-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
 
.vertical-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0E2C53;
  color: white;
  padding: 15px 20px;
  text-align: left;
  transform: translateY(calc(100% - 60px));
  transition: transform 0.3s ease;
}
 
.vertical-caption h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
  color: white;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
 
.vertical-caption p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
 
.vertical-caption .btn-primary {
  margin-top: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
 
.vertical-card:hover .vertical-caption {
  transform: translateY(0);
}
 
.vertical-card:hover .vertical-caption p,
.vertical-card:hover .vertical-caption .btn-primary {
  opacity: 1;
}
 
@media (max-width: 767px) {
  .vertical-img-container {
    height: 220px;
  }
 
  .vertical-caption h3 {
    font-size: 18px;
  }
}
 
/* FAQ Section Styling */
.faq-section {
  padding: 60px 0;
  background-color: #fff;
}
 
.faq-title {
  color: #0E2C53;
  font-size: 54px;
  font-weight: 700;
}
 
.accordion-item {
  border: none;
  margin-bottom: 16px;
  border-radius: 0 !important;
}
 
.accordion-button {
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #0E2C53;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0 !important;
}
 
.accordion-button:not(.collapsed) {
  color: #e4002b;
  background-color: #fff;
  box-shadow: none;
  border-color: #e5e5e5;
}
 
.accordion-button:focus {
  box-shadow: none;
  border-color: #e4002b;
}
 
.accordion-button::after {
  width: 24px;
  height: 24px;
  background-size: 24px;
  transition: transform 0.3s ease;
}
 
.accordion-body {
  padding: 20px 30px;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #e5e5e5;
  border-top: none;
}
 
.accordion-body ul,
.accordion-body ol {
  padding-left: 20px;
  margin: 15px 0;
}
 
.accordion-body li {
  margin-bottom: 10px;
}
 
.accordion-body p:last-child {
  margin-bottom: 0;
}
 
/* Remove the default accordion button background image and add custom one */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230E2C53' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
}
 
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23e4002b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
}
 