@charset "utf-8";
/* CSS Document */
.border-1 {
  border-radius: 10px;
  box-shadow: 6px 5px 12px -3px #ed39242b;
  border: 1px solid #d0d0d0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
  padding: 10px;
  background: #fff;
}
.title {
  font-size: 20px;
  margin-bottom: 18px;
  font-weight: 500;
}
.text-justify {
  text-align: justify !important;
}
.space{
    padding:70px 0px;
}
.icon {
  color: #ed3924;
}
.icon-img{
    z-index: 10;
}
.bg-new{
background-color: #f6f6f6;
background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-light.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.breadcrumb-h1 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-top: 26px;
    font-weight: 300;
}
.contact-info-wrap .list-wrap {
  padding: 40px;
}
.contact-info-wrap {
  background: var(--tg-color-white-default);
 
  border-bottom: 5px solid var(--tg-theme-primary);
  box-shadow: 0px 4px 38px rgba(0, 0, 0, 0.15);
}
.contact-info-wrap .list-wrap .contact-info-card {
  display: flex;
  gap: 20px;
}
.contact-info-wrap .list-wrap .contact-info-card .contact-info-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tg-color-white-default);
}
.contact-info-wrap .list-wrap li:not(:last-child) {
  border-bottom: 1px solid var(--tg-border-4);
  margin-bottom: 25px;
  padding-bottom: 8px;
}
.contact-info-wrap .list-wrap .contact-info-card h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--tg-heading-font-family);
  text-transform: uppercase;
  color: var(--tg-theme-primary);
  margin-bottom: 5px;
}
.form-bg {
  background-color: #F1F1F1;
  padding: 20px;
}

.form-control{
    margin-bottom: 10px;
}
.serviceBox{
    color: #696969;
    background: radial-gradient(transparent,#eee);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 28px 15px 0px;
    border-radius: 15px;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    position: relative;
    height: 304px;
}
.serviceBox:before{
    content: "";
    background: #BF2614;
    width: 150px;
    height: 150px;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
    transform: rotate(45deg);
    position: absolute;
    top: -85px;
    left: -85px;
}
.serviceBox .title{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 5px 0 10px;
}
.serviceBox .title:after{
    content: '';
    border-top: 5px dotted #BF2614;
    height: 3px;
    width: 100px;
    margin: 11px auto 0;
    display: block;
    clear: both;
}
.serviceBox .description{
    color:rgba(51,51,51,1.00);
 
    line-height: 25px;
    margin: 0 0 15px;
}
.serviceBox .service-icon{
   color: #BF2614;
    font-size: 45px;
    line-height: 45px;
}
.shadow-bottom {
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.06);
}

.navigation li.current a {
  color: #fbbf13 !important;
}
@media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 0 20px; }
}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }
}

@media (max-width: 767px) {
.cta-wrap2 .title {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0.7em;
}
    .footer__bg-shape1-1{
        display: none;
    }
    .footer__middle {
  padding-top: 51px;

}
    .breadcrumb-h1{
        font-size: 18px;
        margin-top: 10px;
    }
}





.pricing-card {
  background: var(--tg-color-white-default);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-card_thumb img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.pricing-card_details {
  padding: 20px;
  background: var(--tg-color-white-default);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 290px; /* Default desktop height */
}

/* Checklist styling */
.checklist ul {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.checklist li {
  font-size: 15px;
  margin-bottom: 6px;
}

/* Buttons full width and aligned */
.tg-button-wrap {
  margin-top: auto;
}

/* ========== Responsive Breakpoints ========== */

/* 1280px - 1439px (large laptop) */
@media (max-width: 1439px) and (min-width: 1280px) {
  .pricing-card_thumb img {
    height: 210px;
  }
  .pricing-card_details {
    min-height: 270px;
  }
}

/* 768px - 1279px (tablet) */
@media (max-width: 1279px) and (min-width: 768px) {
  .pricing-card_thumb img {
    height: 200px;
  }
  .pricing-card_details {
    min-height: 250px;
  }
}

/* < 767px (mobile) */
@media (max-width: 767px) {
  .pricing-card {
    margin-bottom: 20px;
  }
  .pricing-card_thumb img {
    height: 180px;
  }
  .pricing-card_details {
    min-height: auto;
  }
}

#foot-p, #foot-p1, #foot-p2, #foot-p3, #foot-p4, #foot-p5, #foot-p6, #foot-p6, #foot-p7, #foot-p8, #foot-p9, #foot-p10, #foot-p11, #foot-p12 , #foot-p13, #foot-p14 {

  font-size: 13px !important;

}

#foot-h1, #foot-h2, #foot-h3
 {

  font-size: 18px !important;

}
.whatsapp-footer {
  position: fixed;
  left: 20px;
  bottom:20px;
 text-align: center;
}
@charset "utf-8";
/* CSS Document */

.agnis-counter {
/*  display: flex;*/
  gap: 2px;
/*  font-size: 14px;*/
/*
  justify-content: center;
  align-items: center;
*/
/*  padding: 20px;*/
	 color: #fff;
}

.agnis-digit {
  display: inline-block;
  background: linear-gradient(180deg, #333, #111);
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  position: relative;
  perspective: 200px;
  animation: flipIn 0.5s ease;
}


