/*
Template Name: Truemart;
Description: Responsive Html5 Ecommerce Template;
Template URI:;
Author Name:Hastech;
Author URI:;
Version: 1.0;

*/
/*================================================
[  Table of contents  ]
================================================
01. General
02. Back to top
03. Basic margin padding
 
======================================
[ End table content ]
======================================*/

/*a{
            pointer-events: none !important;
        }*/

.section-title {
    text-align: center;
}

.section-title h2 {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 10px;
}

.section-title p {
    color: #555;
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

.parallax {
    background-image: url(../../uploads/banner/ashiyana_fb.png);
    background-position: 50% -73px;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    position: relative;
}

.parallax::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.reasons .item .count {
    padding-top: 14px;
    font-size: 50px;
    color: #b89d64;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-align: center;
    background: none;
    border: none;
    text-align: center;
    padding: 0;
    width: auto;
}

span.count-unit {
  text-align: center;
  font-size: 45px;
  margin: 0;
  color: #b89d64;
}

.counter-values {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
}


.reasons .item .title {
    font-weight: 800;
    color: #f5f2eb;
    font-size: 16px;
    margin-top: 50px;
}

.reasons .item .text {
    padding-top: 22px;
    font-size: 14px;
    color: #d8cfb5;
    font-weight: 300;
    line-height: 20px;
}

h2 span {
    color: #b89d64;
}

.reasons h2 {
    color: #f5f2eb;
    margin: 70px 0;
    width: 100%;
    text-align: center;
}

.reasons .item {
    width: 100%;
    float: left;
    text-align: center;
}

.mission-vision {
    padding: 50px;
    background-color: #f5f2eb;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mission,
.vision {
    padding: 20px 50px;
    background-color: #f5f2eb;
    flex: 1;
    max-width: 50%;
    box-sizing: border-box;
}

.mission {
    border-right: 1px solid #ccc;
    /* Vertical separator */
}

@media (max-width: 768px) {

    .mission,
    .vision {
        max-width: 100%;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    .vision {
        border-bottom: none;
        /* Remove double border on mobile */
    }
}

.blog-item {
    margin-bottom: 30px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.5s ease;
}

.blog-item .blog-content {
    padding: 20px;
}

.blog-item:hover {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.blog-item img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.blog-date {
    position: absolute;
    top: 10px;
    left: 5px;
    background-color: #b89d64;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0 15px 15px 0;
    width: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 24px;
}

.blog-author {
    position: relative;
    float: right;
    margin: 10px;
    margin-bottom: 20px;
}

.blog-content h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}

.blog-content a {
    color: #b89d64;
    text-decoration: none;
}

.blog-content a:hover {
    color: #ffae00;
}

.testimonial-card {
  background-color: #f8f9fa;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  height: 400px;
  display: flex;
  flex-direction: column;
}

.testimonial-text {
  font-size: 0.95rem;
  color: #555;
}

.testimonial-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 10px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.star-rating {
  color: #f39c12;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.testimonial-footer img {
  width: 45px !important;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.testimonial-footer h6 {
  margin: 0;
  font-size: 1rem;
}

.testimonial-footer small {
  color: #777;
}


.gallery-bg {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.gallery-item .img-wrapper {
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    border-radius: 8px;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.gallery-item .overlay i {
    color: #fff;
    font-size: 24px;
}
