/* banner css*/
/*section.slider.hero {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
  background-image: url(https://webdesignzservice.in/project/retail-tally/wp-content/themes/custom-child/images/bg-color.png);
}*/
.header1-buttons .button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 30px;
    font-size: 14px;
    padding: 0 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s 
ease;
    text-align: center;
}
section.slider.hero div#slick-slide00 {
  height: 480px;
    border-radius: 20px;
}
/* heading css */
.sec-heading h2 {
  font-size: 32px;
  font-weight: 600;
    color: #6f1c1e;
}
.slide-content h1, .slide-content h2 {
  font-size: 38px;
}
.bnr-left {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
img.bnr-right {
  border-bottom-right-radius: 30px;
}
/* clients css*/
section.clients img {
  /* filter: brightness(100%) contrast(0%) saturate(100%) blur(0px) hue-rotate(0deg);*/
}
/* hero-bottom-sec css*/
.intro-row {
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  position: relative;
  top: -50px;
}
.intr-lft h2 {
  font-size: 32px;
  font-weight: 600;
}
.headding h5 {
  font-size: 18px;
}
.single-box .icon {
  height: 50px;
  width: 50px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  background-color: #eaeaee;
  margin-right: 10px;
  line-height: 40px;
}
.single-box .icon img {
  width: 60%;
  height: auto;
}
/* abt css */
.about-image {
  position: relative;
}
h5.hhd-hdnd {
  font-size: 18px;
  font-weight: 600;
}
.img-box1 {
  position: relative;
  margin-bottom: 20px
}
.img-box1 .about-image img {
  border-radius: 156px 156px 0px 156px
}
.img-box1 .about-img-two {
  position: absolute;
  top: 0;
  right: -10px;
  overflow: hidden
}
@media(max-width: 767px) {
 section.footer-cta-section .row.align-items-center.p-4.rounded-4 {
    background-position: right !important;
}
}
.img-box1 .about-img-two img {
  border-radius: 156px 156px 156px 0px
}
.img-box1 .about-image-three {
  position: absolute;
  bottom: -20px;
  right: -10px;
  overflow: hidden
}


.img-box2 .about-image img {
  border-radius: 24px
}
.img-box2 .about-img-two {
  position: absolute;
  bottom: -11.4%;
  right: 4.5%
}
@media(max-width: 767px) {
  .img-box2 .about-img-two {
    position: relative;
    right: unset;
    bottom: 0;
    margin-top: 30px
  }
    section.why-us:before {
   
    width: 100% !important;
  
    left: 0 !important;
}
}
.img-box2 .about-img-two img {
  width: 100%;
  border-radius: 24px
}
.list-icn {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}
/* services css */
.heading1 h4 {
  font-weight: 600;
  font-size: 18px;
}
/* -------- Vertical Tabs -------- */
.nav.srvs-tbs.nav-pills .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background: transparent;
  border-radius: 0;
  padding: 30px 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d9d7d7;
  text-align: left;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}
.nav.srvs-tbs.nav-pills .nav-link:last-child {
  border-bottom: none;
}
.nav.srvs-tbs.nav-pills .nav-link:hover {
  background: #f8f9fa;
  color: #111;
}
.nav.srvs-tbs.nav-pills .nav-link.active {
  color: #111;
  background: #fff;
  border-left: 4px solid #6c1719;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .05);
  border-radius: 6px;
}
.tab-content {
  padding-left: 20px;
}
.tab-content .tab-pane {
  animation: fadeInUp 0.5s ease;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.services-single-box {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
/* Title */
.services-single-box h4 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
/* Button */
.services-single-box a.btn {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.services-single-box a.btn:hover {
  background: #4cc2ff;
  color: #fff;
}
/* why css */
section.why-us {
  position: relative;
}
section.why-us:before {
  content: "";
  position: absolute;
  width: 97%;
  height: 44%;
  background: #6c1719;
  z-index: -1;
  top: 0;
  border-radius: 10px;
  left: 20px;
}
.why-box:hover .icon {
  background: #6e1b1d;
}
.why-box {
  box-shadow: 0 30px 30px -20px rgba(0, 0, 0, .24);
  flex-basis: calc(33.33333% - 33.33333px);
  overflow: hidden;
  position: relative;
  transition: .1s ease-in;
  z-index: 11;
}
.why-box:hover .icon img {
  filter: brightness(0) invert(1);
}
.why-box .icon {
  background: #f3f3f3;
  border-radius: 6px;
  padding: 20px 10px;
  transition: .3s;
}
.why-box .icon img {
  width: 50px;
}
.why-box:before {
  background-color: #f3f3f3;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}
.why-box:after {
  background-color: #6c1719;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  transition: .3s;
  width: 0;
}
.why-box:hover:after {
  width: 100%;
}
.why-box h5 {
  font-size: 14px;
  text-transform: uppercase;
  color: #28252fb3;
}
.why-box h4 {
  font-size: 22px;
}

.faq-card{
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border-radius:24px;
}

.faq-accordion .accordion-button{
    background:#fff;
    padding:24px 30px;
    box-shadow:none !important;
}

.accordion-body {
    background: #f7fbff;
    padding: 20px 30px !important;
}
.faq-accordion .accordion-button:not(.collapsed){
    background:#cfe2ff;
    color:#0d2c54;
}

.faq-question-wrap{
    display:flex;
    align-items:center;
    gap:18px;
    width:100%;
}

.faq-question-icon{
    flex:0 0 60px;
}

.faq-question-icon img{
    width:60px;
    height:60px;
    object-fit:contain;
}

.faq-question-text{
    font-size:18px;
    font-weight:500;
    color:#0d2c54;
    line-height:1.4;
}

.faq-answer-wrap{
    display:flex;
    gap:20px;
    align-items:flex-start;
}

.faq-answer-icon{
    flex:0 0 55px;
}

.faq-answer-icon img {
    width: 30px !important;
    height: 30px;
    object-fit: contain;
}
.faq-question-icon {
    background: #e4e4e4;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px;
    padding: 0 5px;
    display: block;
    flex: 0 !important;
}
.faq-question-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.faq-answer-content{
    color:#4d5b6a;
    font-size:17px;
    line-height:1.9;
}

.faq-answer-content p:last-child{
    margin-bottom:0;
}

.accordion-button::after{
    width:32px;
    height:32px;
    background-size:32px;
}

.accordion-header {
    margin-bottom: 0;
    border-bottom: 1px solid #cfdbe7;
}
.faq-answer-icon {
    background: #e3f7e3;
    margin: 5px 10px 0 0;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px;
    padding: 0 5px;
    display: block;
    flex: 0 !important;
}

.faq-answer-icon img {
    width: 40px;
}
/* testimonial css */
.testimonial-slider.slick-slider {
  position: relative;
  background: #fff;
}
section.testimonials {
  background: #eeeeee;
}
.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  background: #eeeeee;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #000;
}
.testimonial-slider .slick-prev {
  right: 85px;
  left: auto;
}
.testimonial-slider .slick-next {
  right: 40px;
}
.testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before {
  color: #000;
}
.testimonial-slider .slick-prev:before {
  content: "\F12C" !important;
  font-family: bootstrap-icons !important;
}
.testimonial-slider .slick-next:before {
  content: "\F135" !important;
  font-family: bootstrap-icons !important;
}
/* stats css*/
.sts-icn img {
  filter: invert(1);
}
/* blog css*/
h5.card-title {
  font-weight: 600;
}
.card-body.hm-blg {
  padding-bottom: 40px !important;
}
/* Ensure full height row */
.banner-section .row {
  display: flex;
  align-items: stretch;
  min-height: 100vh;
}
/* Left side content */
.bnr-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner-slider ul.slick-dots {
  display: none;
}
/* new servc css*/
ul#serviceTab .nav-link.active {
  color: #711e20;
  border-bottom: 2px solid #722022;
}
ul#serviceTab .nav-link {
  color: #333;
  width: 185px;
  padding: 6px;
}
.sec-heading .mb-3 h2 {color: #6c1719;
    
}



.service-clean-card:hover {
  background: var(--secondary-color);
  color: #fff;
}

.service-clean-card:hover h3,
.service-clean-card:hover p {
  color: #fff;
}

.service-clean-card:hover .btn-clean {
  background: #fff;
  color: var(--secondary-color);
}

/* ICON ANIMATION */
.service-clean-card:hover .icon-box {
  transform: rotateY(180deg);
  transition: 0.5s;
}

.services-clean {
  padding: 50px 0;
  background: #f8f9fc;
}

.service-clean-card {
  background: #fff;
  background-image: url(../images/service-pattern.png);
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.service-clean-card:hover:before
 {
    background: url(../images/service-pattern.png);
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    filter: brightness(-229.5);
    left: 0;
    min-height: 100%;
    background-repeat: no-repeat;
    opacity: .2;
}

/* BACKGROUND PATTERN */

.service-clean-card:hover {
  transform: translateY(-8px);
}

/* ICON BOX */
.icon-box {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border: 1px solid #efefff;
}

.icon-box img {
    width: 80px;
}


/* TEXT */
.service-clean-card h3 {
  font-size: 24px;
  color:var(--primary-color);
  margin-bottom: 15px;
}

.service-clean-card p{
    color:#666;
    font-size:15px;
    line-height:1.7;
    margin-bottom:25px;

    /* Maximum 3 lines */
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    line-clamp:3;
    overflow:hidden;
    text-overflow:ellipsis;

    /* Fallback */
    max-height:calc(1.7em * 3);
}

.textvcenter {
    justify-content: center;
    align-items: center;
}

/* BUTTON */
.btn-clean {
    display: inline-block;
    padding: 12px 35px;
    background: var(--primary-color);
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.btn-clean:hover {
  background: #d6d9f5;
  color: var(--secondary-color);
}



.thank-you-section{
    background:#f6fbff;
}

.thank-card{

    margin:auto;
    background:#fff;
    border-radius:20px;
    padding:30px;
    text-align:center;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.thank-icon{
    width:90px;
    height:90px;
    margin:auto auto 25px;
    border-radius:50%;
    background:#eaf8ef;
    display:flex;
    align-items:center;
    justify-content:center;
}

.thank-icon i{
    font-size:48px;
    color:#28a745;
}

.thank-card h2{
    font-size:42px;
    color:#005cc8;
    font-weight:700;
    margin-bottom:15px;
}

.lead-text{
    font-size:22px;
    color:#2b2b2b;
    font-weight:600;
    margin-bottom:20px;
}

.thank-card p{
    color:#666;
    font-size:17px;
    line-height:1.8;
}

.next-steps{
    margin:40px 0;
    padding:30px;
    background:#f8fbff;
    border-radius:15px;
    text-align:left;
}

.next-steps h4{
    color:#005cc8;
    margin-bottom:20px;
}

.next-steps ul{
    list-style:none;
    margin:0;
    padding:0;
}

.next-steps li{
    margin-bottom:15px;
    color:#555;
    font-size:16px;
}

.thank-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-top:40px;
    flex-wrap:wrap;
}

.btn-home,
.btn-contact{
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.btn-home{
    background:#005cc8;
    color:#fff;
}

.btn-home:hover{
    background:#0049a2;
    color:#fff;
}

.btn-contact{
    border:2px solid #005cc8;
    color:#005cc8;
}

.btn-contact:hover{
    background:#005cc8;
    color:#fff;
}

.emergency-note{
    margin-top:40px;
    padding-top:25px;
    border-top:1px solid #e5e5e5;
    color:#555;
}

.emergency-note a{
    color:#005cc8;
    font-weight:600;
    text-decoration:none;
}

@media(max-width:768px){

.thank-card{
    padding:35px 25px;
}

.thank-card h2{
    font-size:32px;
}

.lead-text{
    font-size:18px;
}

.next-steps{
    padding:20px;
}

.thank-buttons{
    flex-direction:column;
}

.btn-home,
.btn-contact{
    width:100%;
}
}