.about .about-img {
    position: relative;
    margin: 60px 0 0 60px;
  }



  .about .about-img img {
    position: relative;
    z-index: 2;
  }

  @media (max-width: 575px) {
    .about .about-img {
      margin: 30px 0 0 30px;
    }

    .about .about-img:before {
      inset: -30px 0 0 -30px;
    }
  }

  .about h3 {
    font-weight: 300;
    font-size: 32px;
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .about h3 {
      font-size: 28px;
    }
  }

  .about .nav-pills {
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  }

  .about .nav-pills li+li {
    margin-left: 40px;
  }

  .about .nav-link {
    background: none;
    font-size: 18px;
    font-weight: 400;
    color: var(--default-color);
    padding: 12px 0;
    margin-bottom: -2px;
    border-radius: 0;
  }

  .about .nav-link.active {
    color: var(--accent-color);
    background: none;
    border-bottom: 3px solid var(--accent-color);
  }

  @media (max-width: 575px) {
    .about .nav-link {
      font-size: 16px;
    }
  }

  .about .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: var(--default-color);
  }

  .about .tab-content i {
    font-size: 22px;
    line-height: 0;
    margin-right: 8px;
    color: var(--accent-color);
  }

   .service-item {
    box-shadow: 0px 0 20px color-mix(in srgb, var(--default-color), transparent 90%);
    height: 100%;
    padding: 60px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
  }

   .service-item .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
  }



   .service-item h3 {
    font-size: 24px;
    font-weight: 700;
  }

   .service-item .read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 20px;
  }

   .service-item .read-more i {
    line-height: 0;
    margin-left: 5px;
    font-size: 18px;
  }

   .service-item.item-cyan {
    border: 3px solid #0dcaf0;
    border-left: white;
    border-radius: 50px;
  }
  .item-cyan-hr
  {
    color: #0dcaf0;
    border: 1px solid #0dcaf0;
  }

   .service-item.item-cyan .icon {
    color: white;
    /* background: rgba(13, 202, 240, 0.1); */
  }

   .service-item.item-cyan svg path {
    transition: 0.5s;
    fill: #0dcaf0;
  }

   .service-item.item-cyan .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
  }

   .service-item.item-cyan .icon svg {
    position: absolute;
    top: 0;
    left: 0;
  }


   .service-item.item-cyan .read-more {
    color: #0dcaf0;
  }

   /* .service-item.item-cyan:hover {
    /* background: #0dcaf0; */
    /* transform: scale(1.08);
  } */

   .service-item.item-orange {
    border: 3px solid #fd7e14;
    border-left: white;
    border-radius: 50px;
  }

   .service-item.item-orange .icon {
    color: white;
    /* background: rgba(253, 126, 20, 0.1); */
  }

   .service-item.item-orange svg path {
    transition: 0.5s;
    fill: #fd7e14;
  }




   .service-item.item-orange .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
  }

   .service-item.item-orange .icon svg {
    position: absolute;
    top: 0;
    left: 0;
  }








   .service-item.item-orange .read-more {
    color: #fd7e14;
  }


   .service-item.item-teal {
    border: 3px solid #20c997;
    border-left: white;
    border-radius: 50px;
  }


   .service-item.item-teal .icon {
    color: white;
    /* background: rgba(253, 126, 20, 0.1); */
  }

   .service-item.item-teal svg path {
    transition: 0.5s;
    fill: #20c997;
  }

  .memberdata-indigo
  {
    border: 3px solid #6610f2;
    border-radius: 50px;
    padding: 30px;
    box-shadow: 0px 0 30px color-mix(in srgb, var(--default-color), transparent 90%);
    transition: 0.3s;
  }

  .item-indigo-hr
  {
    color: #6610f2;
    border: 1px solid #6610f2;
  }

  .memberdata-indigo .icon-box i
  {
    color: #6610f2;
  }



  .service-item.item-teal .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
  }

  .service-item.item-indigo {
    border: 3px solid #6610f2;
    border-left: white;
    border-radius: 50px;
  }


   .service-item.item-teal .icon svg {
    position: absolute;
    top: 0;
    left: 0;
  }





  .memberdata-teal
  {
    border: 3px solid #20c997;
    border-radius: 50px;
    padding: 30px;
    box-shadow: 0px 0 30px color-mix(in srgb, var(--default-color), transparent 90%);
    transition: 0.3s;
  }

  .item-teal-hr
  {
    color: #20c997;
    border: 1px solid #20c997;
  }

  .memberdata-teal .icon-box i
  {
    color: #20c997;
  }


   .service-item.item-teal .read-more {
    color: #20c997;
  }
  .service-item.item-red {
    border: 3px solid #df1529;
    border-left: white;
    border-radius: 50px;
  }




   .service-item.item-red .icon {
    color: white;
    /* background: rgba(253, 126, 20, 0.1); */
  }

   .service-item.item-red svg path {
    transition: 0.5s;
    fill: #df1529;
  }



   .service-item.item-red .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
  }

   .service-item.item-red .icon svg {
    position: absolute;
    top: 0;
    left: 0;
  }







   .service-item.item-red .read-more {
    color: #df1529;
  }


  .memberdata-red
  {
    border: 3px solid #df1529;
    border-radius: 50px;
    padding: 30px;
    box-shadow: 0px 0 30px color-mix(in srgb, var(--default-color), transparent 90%);
    transition: 0.3s;
  }

  .item-red-hr
  {
    color: #df1529;
    border: 1px solid #df1529;
  }

  .memberdata-red .icon-box i
  {
    color: #df1529;
  }


   .service-item.item-indigo .icon {
    color: white;
    /* background: rgba(253, 126, 20, 0.1); */
  }

   .service-item.item-indigo svg path {
    transition: 0.5s;
    fill: #6610f2;
  }





   .service-item.item-indigo .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
  }

   .service-item.item-indigo .icon svg {
    position: absolute;
    top: 0;
    left: 0;
  }






   .service-item.item-indigo .read-more {
    color: #6610f2;
  }

  .service-item.item-pink {
    border: 3px solid #f3268c;
    border-left: white;
    border-radius: 50px;
  }




   .service-item.item-pink .icon {
    color: white;
    /* background: rgba(253, 126, 20, 0.1); */
  }

   .service-item.item-pink svg path {
    transition: 0.5s;
    fill: #f3268c;
  }





   .service-item.item-pink .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
  }

   .service-item.item-pink .icon svg {
    position: absolute;
    top: 0;
    left: 0;
  }




   .service-item.item-pink .read-more {
    color: #f3268c;
  }


  .memberdata-pink
  {
    border: 3px solid #f3268c;
    border-radius: 50px;
    padding: 30px;
    box-shadow: 0px 0 30px color-mix(in srgb, var(--default-color), transparent 90%);
    transition: 0.3s;
  }

  .item-pink-hr
  {
    color: #f3268c;
    border: 1px solid #f3268c;
  }

  .memberdata-pink .icon-box i
  {
    color: #f3268c;
  }

  form{
      padding: 20px;
  }


  .btn
  {
    color: white !important;
    font-weight: bold;
  }

  .memberdata-cyan
  {
    border: 3px solid #0dcaf0;
    border-radius: 50px;
    padding: 30px;
    box-shadow: 0px 0 30px color-mix(in srgb, var(--default-color), transparent 90%);
    transition: 0.3s;
  }



  .memdatabody
  {
    text-transform: capitalize !important;
  }

  .section-title {
    text-align: center;
    padding-bottom: 0px;
    position: relative;
  }



  .memberdata-orange
  {
    border: 3px solid #fd7e14;
    border-radius: 50px;
    padding: 30px;
    box-shadow: 0px 0 30px color-mix(in srgb, var(--default-color), transparent 90%);
    transition: 0.3s;
  }

  .item-orange-hr
  {
    color: #fd7e14;
    border: 1px solid #fd7e14;
  }

  .memberdata-orange .icon-box i
  {
    color: #fd7e14;
  }

  .btn-pink {
    --bs-btn-color: #000;
    --bs-btn-bg: #f3268c;
    --bs-btn-border-color: #f3268c;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f3268c;
    --bs-btn-hover-border-color: #f3268c;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f3268c;
    --bs-btn-active-border-color: #f3268c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f3268c;
    --bs-btn-disabled-border-color: #f3268c;
  }


  .btn-orange {
    --bs-btn-color: #000;
    --bs-btn-bg: #fd7e14;
    --bs-btn-border-color: #fd7e14;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fd7e14;
    --bs-btn-hover-border-color: #fd7e14;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fd7e14;
    --bs-btn-active-border-color: #fd7e14;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fd7e14;
    --bs-btn-disabled-border-color: #fd7e14;
  }



  .service-item.item-blue {
    border: 3px solid #007cff;
    border-left: white;
    border-radius: 50px;
  }
  .item-blue-hr
  {
    color: #007cff;
    border: 1px solid #007cff;
  }

   .service-item.item-blue .icon {
    color: white;
    /* background: rgba(13, 202, 240, 0.1); */
  }

   .service-item.item-blue svg path {
    transition: 0.5s;
    fill: #007cff;
  }

   .service-item.item-blue .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
  }

   .service-item.item-blue .icon svg {
    position: absolute;
    top: 0;
    left: 0;
  }


   .service-item.item-blue .read-more {
    color: #007cff;
  }

  .padding
{
  padding-bottom: 20px;
}

.h2class
{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}



.ui-menu-item
{
  background-color: #c7ddef;
  color: black;
  padding: 8px 12px;
  cursor: pointer;
  width: 30%;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style-type: none !important;
}



.service-item.item-warning {
  border: 3px solid #ffc720;
  border-left: white;
  border-radius: 50px;
}
.item-warning-hr
{
color: #ffc720;
border: 1px solid #ffc720;
}

.service-item.item-warning .icon {
color: white;
/* background: rgba(13, 202, 240, 0.1); */
}

.service-item.item-warning svg path {
transition: 0.5s;
fill: #ffc720;
}

.service-item.item-warning .icon i {
font-size: 36px;
transition: 0.5s;
position: relative;
}

.service-item.item-warning .icon svg {
position: absolute;
top: 0;
left: 0;
}


.service-item.item-warning .read-more {
color: #ffc720;
}


.memberdata-warning
{
  border: 3px solid #ffc720;
  border-radius: 50px;
  padding: 30px;
  box-shadow: 0px 0 30px color-mix(in srgb, var(--default-color), transparent 90%);
  transition: 0.3s;
}

.item-warning-hr
{
  color: #ffc720;
  border: 1px solid #ffc720;
}

.memberdata-warning .icon-box i
{
  color: #ffc720;
}






.service-item.item-liteblue {
  border: 3px solid #8fb4f9;
  border-left: white;
  border-radius: 50px;
}
.item-liteblue-hr
{
color: #90b5f9;
border: 1px solid #90b5f9;
}

.service-item.item-liteblue .icon {
color: white;
/* background: rgba(13, 202, 240, 0.1); */
}

.service-item.item-liteblue svg path {
transition: 0.5s;
fill: #90b5f9;
}

.service-item.item-liteblue .icon i {
font-size: 36px;
transition: 0.5s;
position: relative;
}

.service-item.item-liteblue .icon svg {
position: absolute;
top: 0;
left: 0;
}


.service-item.item-liteblue .read-more {
color: #90b5f9;
}


.memberdata-liteblue
{
  border: 3px solid #90b5f9;
  border-radius: 50px;
  padding: 30px;
  box-shadow: 0px 0 30px color-mix(in srgb, var(--default-color), transparent 90%);
  transition: 0.3s;
}

.item-liteblue-hr
{
  color: #90b5f9;
  border: 1px solid #90b5f9;
}

.memberdata-liteblue .icon-box i
{
  color: #90b5f9;
}


.btn-liteblue {
  --bs-btn-color: #000;
  --bs-btn-bg: #90b5f9;
  --bs-btn-border-color: #90b5f9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #90b5f9;
  --bs-btn-hover-border-color: #90b5f9;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #90b5f9;
  --bs-btn-active-border-color: #90b5f9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #90b5f9;
  --bs-btn-disabled-border-color: #90b5f9;
}




.dropdown-input {
  position: relative;
  display: inline-block;
  width: 100%;
}

.ui-autocomplete-input{
  width: 100%;
  padding: 10px 30px 10px 10px; /* Extra padding on the right for the arrow */
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  font-size: 16px;
}

.dropdown-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 16px;
  color: #888;
}

.ui-autocomplete-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  background-color: #fff;
}

.icon-box {
  margin-top: 30px;
}

 .icon-box i {
  color: var(--accent-color);
  margin-right: 15px;
  font-size: 24px;
  line-height: 1.2;
}

 .icon-box h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}

 .icon-box p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.papln
{
  color: #1433d9;
  font-weight: bold;
}

.file-link
{
  color: #1433d9;
  font-weight: bold;
  text-transform: capitalize !important;
  cursor: pointer;
}

/* General Styling for the Card */
.info-card {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    padding: 30px; /* Increased padding */
    border-radius: 10px; /* Softened corners */
    background-color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); /* More prominent, soft shadow */
    max-width: 550px; /* Slightly wider card */
    margin: 30px auto; /* Centered with more vertical margin */
    border: 1px solid #e9ecef; /* Very subtle border */
    overflow: hidden; /* Clears floats if any were used */
}

/* Main Vehicle Title */
.vehicle-title {
    color: #007bff; /* Primary brand blue */
    font-size: 2.2em; /* Larger and more impactful */
    margin-bottom: 25px;
    text-align: center; /* Center the main title */
    border-bottom: 3px solid #007bff; /* Stronger underline */
    padding-bottom: 15px;
    letter-spacing: -0.5px; /* Slightly tighter letter spacing */
}

/* Grouping for each detail (Heading + Content) */
.detail-group {
    margin-bottom: 20px; /* Space between each detail section */
    border-left: 5px solid #e9ecef; /* Left accent border */
    padding-left: 15px;
    transition: all 0.3s ease-in-out; /* Smooth transition for hover */
}

.detail-group:hover {
    border-left-color: #66b3ff; /* Highlight on hover */
    background-color: #f8faff; /* Light background on hover */
}

/* Headings for individual details (e.g., Owner Name, Vehicle Category) */
.section-heading {
    font-weight: 600; /* Semi-bold */
    color: #555;
    font-size: 0.95em; /* Slightly smaller for labels */
    margin-bottom: 5px; /* Close to the content it labels */
    text-transform: uppercase; /* Uppercase for a modern touch */
    letter-spacing: 0.8px;
}

/* Content of each detail (e.g., actual Owner Name, Category Value) */
.detail-content {
    font-size: 1.2em; /* Larger and more readable content */
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
    word-wrap: break-word; /* Ensures long content wraps */
}

/* Optional: Add a subtle separator between groups if desired */
.detail-group + .detail-group {
    padding-top: 10px; /* Adds a bit of space above subsequent groups */
}
