.social-links a {
    color: #ffffff;
    margin-left: 8px;
}
.top_header {
    background: #393a72;
    height: 30px;
}
.contact{
    margin-bottom: 5px;
}

.carousel-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  color: #fff;
  background: rgba(0, 0, 0, 0.3); /* semi-transparent */
  padding: 20px 40px;
  min-width: 400px; /* increase this for wider box */
  border-radius: 10px; /* optional: rounded corners */
}

.carousel-text h2 {
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7); /* glowing/shadow effect */
  border-bottom: 3px solid #fff;
  display: inline-block;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .carousel-text {
    min-width: 250px;
    padding: 15px 20px;
  }

  .carousel-text h2 {
    font-size: 1.5rem;
    padding-bottom: 6px;
    border-bottom: 2px solid #fff;
  }
}
.product .post-item .post-img img{
    border-radius: 5px;
}
.section-title h1{
    text-transform: uppercase;
    font-weight: 600;
}


.call-to-action .qr_img img{
    height: 150px;
    width: 150px;
}
.call-to-action h5.pay-us-heading {
  width: 150px;
}
#galleryTabs{
    background: #393a72;
    padding: 6px;
}
.gallery_section .nav .nav-item {
    margin-right: 8px;
}
.gallery_section .nav .nav-item .nav-link{
    background: #e2e2e2;
    border-radius: 6px;
    color: #140d0d;
}
.gallery_section .nav .nav-item .active{
    background: #3CBB15;
    color: white;
    border-radius: 6px;
}
.gallery_section .gallery-item {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery_section .zoom-modal img {
    width: 100%;
    height: auto;
}
.testimonials .carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: black; /* Ensure buttons are visible */
    border-radius: 50%;
    padding: 10px;
}
.testimonials .carousel-item img{
    height: 100px;
    width: 100px;
    display: block;
    margin: 0 auto; /* Center image horizontally */
}

#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
  width: 5%; /* narrow arrow area */
  z-index: 2; /* make sure arrows stay above card */
}

#testimonialCarousel .carousel-inner {
  position: relative;
  padding: 0 50px; /* gives space for arrows */
}

#testimonialCarousel .carousel-item .card {
  z-index: 1;
  position: relative;
}

section, .abt_section {
    padding: 0px;
}
.sidebar .post-item {
    display: flex;
    flex-direction: unset;
}
.sidebar .post-item .prod_img img {
    height: 80px;
    border-radius: 5px;
}
.sidebar .post-item .prod_text{
    margin-left: 10px;
}
.about_box {
    border: 1px solid #dddddd;
    padding: 10px;
}
.abt_section p{
    color: #333;
}
.abt_section h4 {
    background: #e5e5e5;
    padding: 8px;
}
.product .post-item img {
    height: 330px;
}
.account_section {
    background: #393a72;
}
.account_section .content h4, h2{
    color: #fff;
}
.account_section .stats-column {
  border-right: 2px solid #ccc;
  padding-right: 10px;
}

.account_section .stats-column:last-child {
  border-right: none;
}
.testimonials-12 {
    background: #bdbdbd;
    padding: 0px;
}

.blog-details .detail .post-img {
    margin: 0px;
}
.blog-details .detail .post-img img{
    height: 420px;
}
.detail-title h2{
    color: #333;
    font-size: 26px;
    font-weight: 600;
}
.blog-details .detail {
    padding: 40px;
}
.footer, #footer{
    background: #393a72;
}
.footer .footer-links h4{
    color: #ffffff;
    font-family: var(--heading-font);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}
.media-partner h5{
    color: #ffffff;
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.footer .media-partner .media-group img{
    height: 30px;
    margin-right: 10px;
}
.credits a{
    color: #fff;
}

@media (max-width: 575.98px) {
    .account_section .stats-column {
        border-bottom: 2px solid #ccc;
        padding-top: 25px;
        border-right: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .account_section .stats-column {
        border-bottom: 2px solid #ccc;
        padding-top: 25px;
        border-right: none;
    }
}
.testimonials-12 .section-title{
    padding: 30px;
}
.testimonials-12 .section-title h1 {
    text-transform: uppercase;
    font-weight: 600;
}

.activities .post-item .post-img img{
    width: 100%;
}
.product {
    background: #bdbdbd;
}
.err {
  color: #ff0000;
}