/*
Theme Name: DCPL-Surveying
Author: Delta Creation Pvt. Ltd.
Description: This is the Theme For Surveying created by Delta Creation Pvt. Ltd.
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
Text Domain: dcpl-surveying

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/

/* Ensure site header stays above hero/banner widgets */

.breadcrumb-wrap {
    background-image: url('./assets/images/breadcrum.png');
    background-size: cover;
    background-position: center;
}

.service-item.layout-2-item {
    background-image: url('./assets/images/servicebg.png') !important;
    background-color: #FFFBF3 !important;
    background-size: cover;
    background-position: center;
    transition: background-color 0.5s ease;
}

.service-item.layout-2-item:hover {
    background-color: #FDF0D5 !important;
}

.services-section.layout-2 .layout-2-content {
    background: none !important;
}

.testimonial-content .description {
  position: relative;
  padding-top: 20px;
}

.testimonial-content .description::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 38px;
  height: 38px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 15H6.11C6.29585 13.7623 6.73779 12.577 7.40759 11.5198C8.07739 10.4626 8.96033 9.55672 10 8.86L11.79 7.66L10.69 6L8.9 7.2C7.39328 8.20408 6.15771 9.56456 5.30293 11.1607C4.44816 12.7569 4.00061 14.5394 4 16.35V23C4 23.5304 4.21071 24.0391 4.58579 24.4142C4.96086 24.7893 5.46957 25 6 25H12C12.5304 25 13.0391 24.7893 13.4142 24.4142C13.7893 24.0391 14 23.5304 14 23V17C14 16.4696 13.7893 15.9609 13.4142 15.5858C13.0391 15.2107 12.5304 15 12 15ZM26 15H20.11C20.2959 13.7623 20.7378 12.577 21.4076 11.5198C22.0774 10.4626 22.9603 9.55672 24 8.86L25.79 7.66L24.7 6L22.9 7.2C21.3933 8.20408 20.1577 9.56456 19.3029 11.1607C18.4482 12.7569 18.0006 14.5394 18 16.35V23C18 23.5304 18.2107 24.0391 18.5858 24.4142C18.9609 24.7893 19.4696 25 20 25H26C26.5304 25 27.0391 24.7893 27.4142 24.4142C27.7893 24.0391 28 23.5304 28 23V17C28 16.4696 27.7893 15.9609 27.4142 15.5858C27.0391 15.2107 26.5304 15 26 15Z' fill='%23F18817'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}