.navbar-brand img {
    filter: drop-shadow(0px 0px 4px #000);
    max-width: 125px;
}

@media (max-width: 1199px) {
    .navbar-brand img {
        max-width: 80px;
        position: absolute;
        top: -10px;
    }
}
/* Masonry-like layout for the gallery */
.gallery-section .masonry-row {
    column-count: 2;          /* number of masonry columns */
    column-gap: 0.5rem;       /* horizontal gap */
  }
  
  @media (min-width: 992px) {
    .gallery-section .masonry-row {
      column-count: 3;        /* more columns on large screens if you like */
    }
  }
  
  .gallery-section .masonry-item {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin-bottom: 0.5rem;    /* vertical gap */
  }
  
  /* Remove Bootstrap's flex behavior so columns can flow into CSS columns */
  .gallery-section .masonry-row {
    display: block;
  }
  .gallery-section .masonry-item {
    width: 100%;
    display: inline-block;
  }

/* Gallery hover & plus icon */
.gallery-section .single-gallery-card {
  position: relative;
  overflow: hidden;
}

.gallery-section .single-gallery-card img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-section .gallery-hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.gallery-section .single-gallery-card:hover .gallery-hover {
  opacity: 1;
  visibility: visible;
}

.gallery-section .gallery-hover .ti {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #111111;
  font-size: 22px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}
.about-content ul {
    margin-bottom: 20px;
}
.about-content ul li {
    list-style: none;
    position: relative;
    padding-left: 32px; /* space for icon */
    line-height: 2;
  }

  .about-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM10.823 14.14L8.058 11.373L7 12.431L10.119 15.552C10.3065 15.7395 10.5608 15.8448 10.826 15.8448C11.0912 15.8448 11.3455 15.7395 11.533 15.552L17.485 9.602L16.423 8.54L10.823 14.14Z' fill='%233CB371'/></svg>");
  }
  .about-content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    overflow: hidden;
    font-size: 0.95rem;
  }
  
  .about-content thead {
    background: linear-gradient(135deg, #f8f8f8, #f0f0f0);
  }
  
  .about-content th,
  .about-content td {
    padding: 12px 0;
    text-align: left;
    border-bottom: 1px solid var(--border, rgba(118, 118, 118, 0.30));
  }
  
  .about-content th {
    font-weight: 600;
    color: #222;
  }
  
  .about-content tbody tr:last-child td {
    border-bottom: none;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .section-heading .sub-title {
font-size: 14px;
margin-bottom: 10px;
  }
  #contact-form {
    margin-bottom: 30px;
  }
.form-honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
  .header-area .navbar-nav li>a{
    text-transform: none;
  }
  .right-side-touria-offcanvas .offcanvas-header img {
    max-width: 130px;
    margin-top: 45px;
}
.about-card-sm .mb-3 {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    margin: 0 !important;
}
.about-card-sm .mb-3:last-child {
    border-bottom: none;
}
.about-card-sm p {
    padding: 0;
    margin: 0;
}
@media only screen and (min-width: 1200px) {
    .right-side-touria-offcanvas {
        width: 400px !important;
    }
}

.right-side-touria-offcanvas .offcanvas-header .btn-close:hover {
    background-color: #0c9125;
    color: #fff !important;
}
.about-card-sm a {
    color: #0c9125;
}

.about-card-sm a:hover {
    color: #000;
}
.divider-small.divider {
    height: 30px;
}
.mb-15 {
    margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
    .hero-section {
        padding-bottom: 130px;
    }
}

.hero-section {
    padding-bottom: 100px;
}

@media only screen and (min-width: 1200px) {
    .about-thumbnail .second-img {
        top: 60px;
    }
}
@media only screen and (min-width: 992px) {
    .about-thumbnail .second-img {
        top: 60px;
    }
}

.about-thumbnail .third-img {
    margin-top: -100px;
}

@media only screen and (min-width: 1200px) {
    .divider {
        height: 80px;
    }
}
@media only screen and (min-width: 992px) {
    .divider {
        height: 60px;
    }
    .section-heading .sub-title {
        font-size: 22px;
        margin-bottom: 15px;
          }
}
@media only screen and (min-width: 768px) {
    .divider {
        height: 35px;
    }
}
@media only screen and (min-width: 576px) {
    .divider {
        height: 30px;
    }
}
.divider {
    height: 25px;
}
#contact-form {
    margin-bottom: 30px;
  }
  .form-honeypot {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .happy-counts {
    text-align: center;
  }

/* Contact form (contact.php) – better readability */
.contact-form-wrapper {
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
  .contact-form-wrapper {
    padding: 48px 56px;
  }
}

#contact-form .form-group {
  position: relative;
}

#contact-form label svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

#contact-form input.form-control.bg-secondary,
#contact-form textarea.form-control.bg-secondary {
  background-color: #ffffff !important;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 12px 18px 12px 46px; /* space for icon */
  color: #111111;
  box-shadow: none;
}

#contact-form textarea.form-control.bg-secondary {
  border-radius: 18px;
  min-height: 140px;
  resize: vertical;
}

#contact-form .form-control::placeholder {
  color: rgba(17, 17, 17, 0.5);
}

#contact-form .form-control:focus {
  border-color: #0c9125;
  box-shadow: 0 0 0 3px rgba(12, 145, 37, 0.12);
}

#contact-form .is-invalid {
  border-color: #dc3545 !important;
}

#contact-form .invalid-feedback {
  font-size: 0.85rem;
}
.contact-section .contact-form .form-group label,
.form-group label {
    position: absolute;
    top: 23px;
    right: 50px;
}

.text-white p,
.text-white a {
    color: #fff !important;
}
.footer-top-content,
.footer-top-content .ft-item {
    align-items: normal;
}

.footer-card .footer-logo {
    margin-bottom: 0;
}

.footer-top-content p,
.contact-card-sm div > p {
    margin-bottom: 0;
}

.breadcrumb-section .cloud-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumb-section {
    position: relative;
    padding-bottom: 100px;
}
.copyright-wrapper {
    position: relative;
    z-index: 1;
}

.testimonial-navigation-container {
    display: none;
}

.submit-btn {
    padding: 16px 40px;
    background-color: var(--primary);
    border-radius: 0 0 18px 18px;
}


.section-heading h2,
.section-heading .sub-title
.section-heading p {
    margin-bottom: 5px;
}

.happy-counts h5 {
    padding: 0 20px;
}

.footer-top-content, .footer-top-content .ft-item {
    align-items: center;
    padding: 10px 0;
}

.footer-top-content .ft-item:last-child {
    border-bottom: none;
}

.footer-top-content .ft-item:first-child {
    padding-top: 0;
}

.footer-top-content {
    display: inline;
}

.footer-card p {
    font-size: 15px;
}

.footer-top-content .ft-item .icon {
    width: 35px;
    height: 35px;
}

.footer-top-content .ft-item .icon svg {
    max-width: 20px;
}

.btn {
    text-transform: none;
}

blockquote p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    border-left: 4px solid #0c9125;
    padding-left: 1.5rem;
}

.about-content.price-list h4 {
    border-bottom: 2px solid #0c9125;
    padding: 10px 0;
}


.about-content.price-list p{
    margin: 0 !important;
}

.faq-accordion.style-three .accordion-item .accordion-body {
    display: block;
}
