.text-red-600 {
    color: rgb(36 132 134) !important;
}
.text-red-300 {
    color: rgb(63 179 176)!important;
}
.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(36 132 134)!important;
}
.heading-boxx{
        padding: 20px;
    border: 1px solid #cccccc91;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px
}
.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(36 132 134) !important;
    font-weight: 600;
}

.h-screen {
    height: 900px !important;
}

.features-row{
    display: flex;
    gap: var(--gap);
    align-items: stretch;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
  }

  .feature{
    flex: 1 1 0;
    min-width: 160px;          /* keeps them readable on narrow screens */
    padding: 22px 18px;
    color: var(--text-light);
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.06) inset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  /* Alternate colors: even (2nd,4th...) are green, odd are dark grey */
  .feature:nth-child(2n){background: #42c9ab;}
  .feature:nth-child(2n+1){background: #4086b6;}

  .feature .icon{
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    font-size: 24px;
  }

  .feature h4{
    margin: 0;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
  }

  .feature p{
    margin: 0;
    font-size: 13px;
    opacity: 0.95;
    line-height: 1.2;
  }

  /* make the text two-line centered like the image (optional small-caps effect) */
  .feature .caption{
    max-width: 140px;
    word-wrap: break-word;
  }

  /* Responsive: stack on small screens */
  @media (max-width: 680px){
    .features-row{
      flex-direction: column;
    }
    .feature{
      width: 100%;
    }
    
   
    .feature .caption{ max-width: 90%; }
  }
   
    .icon i {
    color: #fff;
    font-size: 30px;
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(19 79 110 / 1%) !important;
}

.opacity-30 {
    opacity: 1!important;
}

.flex.flex-col.items-center.text-center {
    border: 1px solid #cccccc91;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
}
.hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgb(71 164 189)!important;
}
.hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255)!important;
}


.call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	right: 1rem;
	bottom: 4rem;
	background: #1185da;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	}
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
  
	span.num{
		position: absolute;
		color: #1185da;
		left: -30%;
		bottom: -50%;
	}
	
	section.bg-white.contact-bg {
    padding: 0px 0px 40px;
}
@media (min-width: 768px) {
    .md\:text-4xl {
        font-size: 34px;
        line-height: 2.5rem;
        font-weight: 600!important;
    }
}





.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(36 132 134) !important;
    font-weight: 600!important;
}


#fixedWhatsAppIcon {
  display: block;
  position: fixed;
  left: 20px;
  bottom: 60px;
  width: 50px;
  height: 50px;
  background-color: #54b460;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  z-index: 9999;
}
#fixedWhatsAppIcon:hover {
  background-color: #339933;
}





h3.contact-g {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 800;
}