
body {
  background-color: #0e0e0e;
  color: #8d8d8d;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1200px;
  padding: 20px;
  border-radius: 0px;
  margin: auto;
}

a {
  color: #8d8d8d;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color:rgb(83, 83, 83) !important;
}
a:focus {
  color: rgb(51,51,51) !important;
}
img {
  display: block;
  /* center */
  margin-left: auto;
  margin-right: auto;
}

h1 {
  color: #333;
  font-weight: 900;
  font-size: 3rem;
  text-wrap: balance;
}

p {
  text-wrap: balance;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    filter: none;
    color: #999;
}
input[type="time"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="time"]::-webkit-clear-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: none;
  color: #999;
}
input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
  margin: 0;
}

.pricing_section {
  background-color: #0e0e0e;
  padding: 60px 0;
  border-top: 1px solid #8d8d8d;
  padding: 120px 0;
  width:100%;
  margin: 0 auto;
}
.pricing_section p {
  color: #d5d4d4;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

.plan-container:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.plan-container img {
  width: 150px;
  margin-bottom: 20px;
}

.plan-container h3 {
  font-size: 2rem;
  font-weight: 900;
  color: #dddcdc;
}

.plan-container p {
  font-size: 16px;
  margin-bottom: 20px;
  color: rgb(151, 151, 151) !important;
}

.plan-container .price {
  font-size: 36px;
  color: rgb(151, 151, 151) !important;
  font-weight: 700;
  margin-bottom: 20px;
}

.plan-container .price span {
  font-size: 18px;
  color: #dddcdc;
}

.plan-container ul {
  list-style-type: none; /* Optional: remove bullets if desired */
  padding-left: 0; /* Remove default left padding */
  text-align: left; /* Align text to start (left) */
}

.plan-container li {
  display: flex; /* Make sure items align in a flexible box layout */
  align-items: flex-start; /* Ensure items align to the start */
  margin-bottom: 10px; /* Add spacing between items if needed */
}

.plan-container ul li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #8d8d8d;
}

.plan-container ul li::before {
  content: '\2713';
  color:rgb(109, 250, 102);
  margin-right: 10px;
}

.plan-container .btn {
  background-color: #0e0e0e;
  color: #8d8d8d;
  border: 1px solid #8d8d8d;
  padding: 12px 30px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.plan-container .btn:hover {
  background-color: #8d8d8d;
  color: #0e0e0e;
  border: 1px solid #0e0e0e;
  transform: translateY(-4px);
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  color: #ffffff;
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.heading_container p {
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}


a,
a:hover,
a:focus {
  text-decoration: none;
}

/*header section*/
.hero_area {
  position: relative;
  background: #0e0e0e;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #000000;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
}

.header_section .header_top .contact_nav a i {
  color: #8d8d8d;
}

.header_section .header_bottom {
  padding: 10px 0;
}
.navbar {
  font-weight: 800;
}
.navbar-brand {
  padding: 0;
  margin: 0;
  color: #000000;
  font-weight: 800;
  font-size: 24px;
}

.navbar-brand span {
  color: #8d8d8d;
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 5px;
  color: #ffffff;
  text-align: center;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #8d8d8d;
}

.custom_nav-container .form-inline .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .form-inline .nav_search-btn:hover {
  color: #8d8d8d;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #ffffff;
  margin-right: 25px;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #1f7a8c;
}

/*end header section*/
/* slider section */
.slider_section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/images/wave.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: bottom;
  border-bottom: 1px solid #8d8d8d;
  padding: 120px 0;
  width:100%;
  margin: 0 auto;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  padding-bottom: 90px;
}

.slider_section .detail-box h1 {
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0px;
  margin-bottom: 25px;
  color: #8d8d8d
}

.slider_section .detail-box p {
  color: #fff;
  font-size: 17px;
}

.slider_section .detail-box a {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  border-radius: 0;
  color: #8d8d8d;
  margin-top: 15px;
}

.slider_section .detail-box a:hover {
  background-color: #0e0e0e;
  color: #8d8d8d;
  border: 1px solid #8d8d8d;
}

.slider_section .img-box img {
  width: 100%;
}

.feature_section {
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

.feature_section .feature_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature_section .feature_container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 10px;
  padding: 45px 15px;
  background-color: #8d8d8d;
  color: #0e0e0e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.feature_section .feature_container .box .img-box {
  width: 90px;
  height: 90px;
}

.feature_section .feature_container .box .img-box svg {
  width: 100%;
  height: auto;
  max-height: 100%;
  fill: #0e0e0e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feature_section .feature_container .box .img-box svg path {
  fill: #0e0e0e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feature_section .feature_container .box .name {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}

.feature_section .feature_container .box:hover, .feature_section .feature_container .box.active {
  background-color: #444444;
  color: #ffffff;
}

.feature_section .feature_container .box:hover .img-box svg, .feature_section .feature_container .box.active .img-box svg {
  fill: #ffffff;
}

.feature_section .feature_container .box:hover .img-box svg path, .feature_section .feature_container .box.active .img-box svg path {
  fill: #ffffff;
}

.feature_section .feature_container .box:hover .name, .feature_section .feature_container .box.active .name {
  color: #ffffff;
}
.feature_section.push-down {
  transform: translateY(50%);
  /*adjust between -20% to -30% until perfect*/
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section h2 {
  margin-bottom: 21px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.5rem;
  color: #ffffff;
}

.about_section .detail-box p {
    margin-top: 10px;
    font-size: 17px;
    color: #8d8d8d;
    line-height: 1.6;
    font-weight: 400;
}
.detail-box ul {
  padding: 0;
  margin: 0;
  font-size: 17px;
    color: #8d8d8d;
    line-height: 1.6;
    font-weight: 400;
}
.about_section .detail-box a {
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  border-radius: 0;
  color: #8d8d8d;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #8d8d8d;
  border: 1px solid #8d8d8d;
}

.about_section .img-box img {
  width: 65%;

}

.professional_section {
  background-color: #0e0e0e;
  border-bottom: 1px solid #8d8d8d;
  border-top: 1px solid #8d8d8d;
  padding: 120px 0;
  width:95%;
  margin: 47px auto;
}

.professional_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.professional_section .img-box img {
  width: 100%;
}

.professional_section .detail-box h2 {
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
}

.feature-section h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.5rem;
}
.professional_section .detail-box p {
  margin-top: 10px;
    font-size: 17px;
    color: #8d8d8d;
    line-height: 1.6;
    font-weight: 400;
}

.professional_section .detail-box a {
  margin-top: 25px;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  border-radius: 0;
  color: #8d8d8d;
}

.professional_section .detail-box a:hover {
  background-color: transparent;
  color: #8d8d8d;
  border: 1px solid #8d8d8d;
}

.service_section {
  position: relative;
}

.service_section .box {
  margin-top: 30px;
  text-align: center;
  border: 1px solid #8d8d8d;
   -webkit-box-shadow: 0 0 5px 2px rgba(141, 141, 141, 0.15);
       box-shadow: 0 0 5px 2px rgba(141, 141, 141, 0.15);
  padding: 25px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box .img-box {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box .img-box img {
  background-color: #8d8d8d;
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  color: #ffffff;
}

.service_section .box .detail-box p {
  margin: 0;
}

.service_section .box:hover {
  background-color: #444444;
  color: #ffffff;
}

.service_section .box:hover .img-box img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  border-radius: 0;
  color: #8d8d8d;
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color: #8d8d8d;
  border: 1px solid #8d8d8d;
}

.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.client_section .box {
  margin: 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client_section .box .client_id .img-box {
  width: 125px;
  min-width: 125px;
  margin-right: 15px;
}

.client_section .box .client_id .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .box .client_id .client_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 25px;
}

.client_section .box .client_id .client_detail .client_info h6 {
  margin-bottom: 0;
}

.client_section .box .client_id .client_detail .client_info i {
  color: #f9f8f8;
}

.client_section .box .client_text {
  margin-top: 20px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.client_section .owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #1f7a8c;
  outline: none;
  margin: 0 20px;
  color: #ffffff;
}

.heading_container {
  margin-bottom: 30px;
}
.contact_section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/images/wave.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
}
.contact_section .container {
  border: 1px solid #8d8d8d;
  padding: 30px;
  background-color: #333333;
  -webkit-box-shadow: 0 0 7px 0 rgba(100, 100, 100, 0.2);
    box-shadow: 0 0 7px 0 rgba(100, 100, 100, 0.2);
  border-radius: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}
.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  color: #8d8d8d;
  background-color: #444444;
  border: 1px solid #8d8d8d;
  outline: none;
  -webkit-box-shadow: 0 0 7px 0 rgba(100, 100, 100, 0.2);
    box-shadow: 0 0 7px 0 rgba(100, 100, 100, 0.2);
}

.contact_section input::-webkit-input-placeholder {
  color: #8d8d8d;
}

.contact_section input:-ms-input-placeholder {
  color: #8d8d8d;
}

.contact_section input::-ms-input-placeholder {
  color: #8d8d8d;
}

.contact_section input::placeholder {
  color: #8d8d8d;
}

.contact_section input.message-box {
  color: #8d8d8d;
  height: 135px;
}

.contact_section button {
  border: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 55px;
  background-color: #0e0e0e;
  border-radius: 0;
  color: #8d8d8d;
  margin-top: 15px;
}

.contact_section button:hover {
  background-color: transparent;
  color: #8d8d8d;
  border: 1px solid #8d8d8d;
}

.contact_section .map_container {
  height: 360px;
}

.contact_section .map_container .map {
  height: 100%;
}

.info_section {
  padding: 60px 0;
  width: 95%;
  padding: 5px 0;
  margin: 0 auto;
  margin-top:27px;
  background-color: #0e0e0e;
  border-top: 1px solid #8d8d8d;
  text-align: center;
  color: #8d8d8d
}

.accordion-button:not(.collapsed) {
  background-color: #444444;
  color: #ffffff;
}
.accordion-button {
  background-color: #444444;
  color: #ffffff;
  border: none;
  padding: 15px 25px;
  text-align: left;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background-color: #444444;
  color: #8d8d8d;
}
.accordion-button:not(.collapsed) .accordion-icon {
  transform: rotate(180deg);
}
.accordion-button .accordion-icon {
  transition: transform 0.3s ease;
}

.info_section h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
  color: #8d8d8d
}

.info_section .social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.info_section .social-box .box {
  display: -webkit-box;
  padding: 5px 15px;
}

.info_section a {
  margin: 0 5px;
  color: #8d8d8d;
}

.info_section a i {
  font-size: 18px;
}

.info_section a:hover {
  color: #ffffff;
}

.info_items a {
  position: relative;
}

.info_items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 80px;
  background-color: #8d8d8d;
  color: #ffffff;
}

.info_items .item .img-box i {
  font-size: 24px;
}

.info_items .item p {
  margin-top: 25px;
  margin-bottom: 0;
}

.info_items .item:hover .img-box {
  background-color: #444444;
}

.info_items {
  position: relative;
}

.info_items::before {
  content: "";
  position: absolute;
  top: 65px;
  width: 75%;
  height: 1px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* FAQs section */
.faq_section {
  background-color: #0e0e0e;
  padding: 60px 0;
  width: 95%;
  padding: 5px 0;
  margin: 0 auto;
  border-top: 1px solid #8d8d8d;
}
.faq_section p {
  color: #d5d4d4;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

.btn-link {
  color: #8d8d8d;
  font-size: 18px;
  font-weight: 700;
}

.btn-link:hover {
  color: #464646 !important; /* Slightly darker gold on hover */
  text-decoration: none !important;
}

.form-control:focus,
.btn:focus,
.accordion .card-header button:focus {
  border-color: #8d8d8d !important;
  box-shadow: 0 0 0 0.2rem rgba(141, 141, 141, 0.5); /* Gray glow on focus */
  outline: none;
}

/* Optional: Gold color for accordion headers (if using h5 or h2) */
.accordion .card-header h5 {
  color: #8d8d8d;
}

/* Optional: Gold hover for buttons */
.btn-custom:hover {
  background-color: #8d8d8d !important; /* Gold background on hover */
  color: #0e0e0e !important; /* Dark text on hover */
  border-color: #8d8d8d !important; /* Gold border on hover */
}

.card {
  border: 1px solid #8d8d8d !important; /* Gold border for each card */
}

.card-header {
  background-color: #2b2b2b; /* Dark background for consistency */
  border-bottom: 1px solid #8d8d8d !important;
}

.card-header .btn-link {
  color: #8d8d8d; /* Gold text */
  text-decoration: none;
}

.card-header .btn-link:hover,
.card-header .btn-link:focus {
  color: #e8e7e5;
  outline: none;
  box-shadow: none;
}

.card-header .btn:focus {
  box-shadow: #6c6c6c 0px 0px 0px 3px, #8d8d8d 0px 0px 0px 1px;
  border-color: #8d8d8d;
}

/* footer section*/
.footer_section {
  background-color: #0e0e0e;
}

.footer_section p {
  margin: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
  border-top: 0.8px solid #8d8d8d;
}

.footer_section a {
  color: inherit;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */
