*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background: #ffffff;
}

h1.demo-title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #2A293E;
  letter-spacing: 2px;
}

h1.demo-title a {
  font-size: 16px;
  font-weight: 300;
}

.pricing-table {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
}

.pricing-table .ptable-item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .pricing-table .ptable-item {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .pricing-table .ptable-item {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .pricing-table .ptable-item {
    width: 100%;
  }
}

.pricing-table .ptable-single {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pricing-table .ptable-header,
.pricing-table .ptable-body,
.pricing-table .ptable-footer {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.pricing-table .ptable-status ,
.pricing-table .ptable-title,
.pricing-table .ptable-price,
.pricing-table .ptable-description,
.pricing-table .ptable-action {
  position: relative;
  width: 100%;
  text-align: center;
}

.pricing-table .ptable-single {
  background: #f6f8fa;
}

.pricing-table .ptable-single:hover {
  box-shadow: 0 0 10px #999999;
}

.pricing-table .ptable-header {
  margin: 0 30px;
  padding: 30px 0 45px 0;
  width: auto;
  background: #2A293E;
}

.pricing-table .ptable-header::before,
.pricing-table .ptable-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #f6f8fa;
}

.pricing-table .ptable-header::before {
  right: 50%;
  border-right: 250px solid transparent;
}

.pricing-table .ptable-header::after {
  left: 50%;
  border-left: 250px solid transparent;
}

.pricing-table .ptable-item.featured-item .ptable-header {
  background: #FF6F61;
}

.pricing-table .ptable-status {
  margin-top: -30px;
}

.pricing-table .ptable-status span {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 5px 0;
  text-align: center;
  color: #FF6F61;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  background: #2A293E;
}

.pricing-table .ptable-status span::before,
.pricing-table .ptable-status span::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #FF6F61;
}

.pricing-table .ptable-status span::before {
  right: 50%;
  border-right: 25px solid transparent;
}

.pricing-table .ptable-status span::after {
  left: 50%;
  border-left: 25px solid transparent;
}

.pricing-table .ptable-title h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
}

.pricing-table .ptable-price h2 {
  margin: 0;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  margin-left: 15px;
}

.pricing-table .ptable-price h2 small {
  position: absolute;
  font-size: 18px;
  font-weight: 300;
  margin-top: 16px;
  margin-left: -15px;
}

.pricing-table .ptable-price h2 span {
  margin-left: 3px;
  font-size: 16px;
  font-weight: 300;
}

.pricing-table .ptable-body {
  padding: 20px 0;
}

.pricing-table .ptable-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-table .ptable-description ul li {
  color: #2A293E;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 7px;
  border-bottom: 1px solid #dedede;
}

.pricing-table .ptable-description ul li:last-child {
  border: none;
}

.pricing-table .ptable-footer {
  padding-bottom: 30px;
}

.pricing-table .ptable-action a {
  display: inline-block;
  padding: 10px 20px;
  color: #FF6F61;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  background: #2A293E;
}

.pricing-table .ptable-action a:hover {
  color: #2A293E;
  background: #FF6F61;
}

.pricing-table .ptable-item.featured-item .ptable-action a {
  color: #2A293E;
  background: #FF6F61;
}

.pricing-table .ptable-item.featured-item .ptable-action a:hover {
  color: #FF6F61;
  background: #2A293E;
}

.header2{
  margin-top: 90px;
  padding: 95px 0;
  background: linear-gradient(135deg, #E6F7FF, #FFF5E6);
}
.header2 .text-container{
    margin: 15px 0;
}
.header2 .text-container h1{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #252525;
}
.header2 .text-container h1 span{
    color: #b70000;
    text-transform: uppercase;
    font-weight: 700;
}
.services-cn-form{
    width: 100%;
    background-color: #ffffff;
    padding: 20px 20px;
    border-radius: 6px;
    border: 1px solid #0859810d;
    box-shadow: 2px 2px 10px #2b2b2b21;
    -moz-box-shadow: 2px 2px 10px #2b2b2b21;
    -webkit-box-shadow: 2px 2px 10px #2b2b2b21;
}
.services-cn-form form{

}
.services-cn-form form input{
    width: 100%;
    height: 40px;
    padding: 7px;
    font-weight: 600;
    border-radius: 4px;
    font-size: 16px;
}
.services-cn-form form input::placeholder{
    opacity: 0.7;
    font-size: 14px;
}
.services-cn-form form button{
    padding: 6px 12px;
    background-color: #252525;
    border: 1px solid #252525;
    border-radius: 4px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    height: 40px;
    width: 100%;
    margin: 3px 0;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}
.services-cn-form form button:hover{
  transform: scale(1.01);
}

.services-cn-form .services6{
  margin-bottom: 3px;
}
.services-cn-form .price{
    margin: 15px 0;
    margin-top: 0px;
}
.scnf-border{
    border: 1px solid #c7c7c7;
}
.services-cn-form .price h1{
  font-weight: 700;
  color: darkslategray;
  font-size: clamp(50px, 2vw, 55px); /* mobile → desktop */
}

.services-cn-form .price span{
  font-size: clamp(12px, 1.2vw, 14px);
  color: #28a745;
  display: block;
  margin-top: 5px;
}

.services-cn-form .price small{
  font-size: clamp(10px, 1vw, 12px);
}

.crsec .crtitle{
  display: flex;
	justify-content: center;
	align-items: center;
  padding: 40px 0;
}
.crsec .crtitle h1{
  font-size: 32px;
  font-weight: 600;
  color: #252525;
}
.crmaind h3{
  margin: 20px 1px 20px 0;
  font-size: 22px;
}
.crmaind h6{
  font-weight: 700;
}
.crmaind h6 span{
  font-weight: 400;
  font-size: 15px;
  color: #3a3a3a;
}
.crmaind h6 i{
  color: teal;
}
.crmaind .crlist{
  margin-top: 10px;
}

.crmaind {
  width: 100%;
  overflow-x: hidden; /* no scroll */
}

.crmaind table {
  width: 100%;
  table-layout: fixed;
}

.crtabl{
  width: 100%;
}
.crtabl tr{
  width: 100%;
  padding: 10px;
  border: 1px solid #999999;
}
.crtabl tr th, td{
  padding: 10px;
  border: 1px solid #999999;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.callaction{
  position: fixed;
  bottom: 25px;
  right: 15px;
}
.callaction a{
  background: #b70000;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid #b70000;
  box-shadow: 2px 2px 10px #2b2b2b21;
  -moz-box-shadow: 2px 2px 10px #2b2b2b21;
  -webkit-box-shadow: 2px 2px 10px #2b2b2b21;
  z-index: 9;
}
.body-bg-ser{
  background-color: #F9FAFB;
}
@media (max-width: 768px) {
  .header2 {
    margin-top: 60px;
    padding: 20px 0;
  }
  .header2 .text-container h1{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #252525;
    font-size: 30px;
  }
  .services-cn-form{
    margin: 15px 0;
  }
}

#tsp{
  display: none;
}
#tsp label{
  color: seagreen;
  font-size: 18px;
  font-weight: 700;
}
#tsp h3{
  font-size: 17px;
  
}
#tsp a{
  font-size: 18px;
  font-weight: 700;
  color: seagreen;
}
.sr-msg-error{
  color: #b70000;
  padding: 7px;
  font-size: 13px;
  background-color: #b7000015;
  border-radius: 4px;
  margin: 2px 0;
}