 .review-card {
  background: #f3f3f3;
  padding: 30px 20px;
  border-radius: 15px;
  transition: 0.3s;
}

.review-card:hover {
  transform: translateY(-5px);
}

.icon-user {
  width: 70px;
  height: 70px;
  background: #2f6fed;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.stars {
  color: #f4b400;
  margin-bottom: 10px;
  font-size: 16px;
}

.review-card h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.company {
  font-size: 13px;
  color: #777;
  margin: 0;
}

.location {
  font-size: 13px;
  color: #999;
}
.review-text {
  font-size: 14px;
  color: #666;
  margin: 10px 0;
}
		.form-group select option{
			color: black;
			background: #fff;
		}
		@media (max-width: 991.98px) {
			.slider-text {
				height: 529px;
			}
		}
		#faq-section .accordion-item {
			border: none;
			border-radius: 10px;
			margin-bottom: 10px;
			overflow: hidden;
		}

		#faq-section .accordion-button {
			font-weight: 600;
			padding: 15px;
		}

		#faq-section .accordion-button:not(.collapsed) {
			background-color: #da472f;
			color: #fff;
		}

		#faq-section .accordion-body {
			background: #f8f9fa;
		}
		.accordion {
			box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
			border-radius: 10px;
		}
		
		
		
			@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap");

		* {
		  margin: 0;
		  padding: 0;
		  box-sizing: border-box;
		  font-family: "Source Sans Pro", sans-serif;
		}
		body {
		  background-color: #dff9fb;
		  min-height: 100vh;
		  display: flex;
		  flex-direction: column;
		  justify-content: center;
		}
		h1 {
		  text-align: center;
		  margin-top: 2rem;
		}
		p {
		  text-align: center;
		  margin-bottom: 4rem;
		}
		.pricing {
		  display: flex;
		  flex-wrap: wrap;
		  justify-content: center;

		  .plan {
			background-color: #fff;
			padding: 1rem;
			margin: 12px;
			border-radius: 5px;
			text-align: center;
			transition: 0.3s;
			cursor: pointer;
			

			h2 {
			  font-size: 22px;
			  margin-bottom: 12px;
			}

			.price {
			  margin-bottom: 1rem;
			  font-size: 30px;
			}

			ul.features {
			  list-style-type: none;
			  text-align: left;
			  li {
				margin: 8px;
				.fas {
				  margin-right: 4px;
				}
				.fa-check-circle {
				  color: #28a745;
				}
				.fa-times-circle {
				  color: #bd2130;
				}
			  }
			}

			button {
			  border: none;
			  width: 100%;
			  padding: 12px 35px;
			  margin-top: 1rem;
			  background-color: #2f5cda;
			  color: #fff;
			  border-radius: 5px;
			  cursor: pointer;
			  font-size: 16px;
			}

			&.popular {
			  border: 2px solid #da472f;
			  position: relative;
			  transform: scale(1.08);

			  span {
				position: absolute;
				top: -40px;
				left: 50%;
				transform: translateX(-50%);
				background-color: #da472f;
				color: #fff;
				padding: 4px 20px;
				font-size: 18px;
				border-radius: 5px;
			  }
			}

			&:hover {
			  box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
			}
		  }
		}
		
			
	#contactModal_mod .modal-content{
    border-radius:20px;
}

#contactModal_mod .modal-header{
    border-bottom:1px solid #f1f1f1;
    padding:20px 25px;
}

#contactModal_mod .modal-body{
    padding:30px;
}

#contactModal_mod .form-control,
#contactModal_mod .form-select{
    border-radius:12px;
    min-height:56px;
}

#contactModal_mod textarea.form-control{
    min-height:120px;
}

#contactModal_mod .btn-primary{
    border-radius:50px;
    font-weight:600;
    padding:12px;
}

#contactModal_mod .error-msg{
    font-size:13px;
}

@media (max-width:768px){
    #contactModal_mod .modal-content{
        width:95% !important;
    }
}



#contactModalPlan .modal-content{
    border-radius:20px;
}

#contactModalPlan .modal-header{
    border-bottom:1px solid #f1f1f1;
    padding:20px 25px;
}

#contactModalPlan .modal-body{
    padding:30px;
}

#contactModalPlan .form-control,
#contactModalPlan .form-select{
    border-radius:12px;
    min-height:56px;
}

#contactModalPlan textarea.form-control{
    min-height:120px;
}

#contactModalPlan .btn-primary{
    border-radius:50px;
    font-weight:600;
    padding:12px;
}

#contactModalPlan .error-msg{
    font-size:13px;
}

@media (max-width:768px){
    #contactModalPlan .modal-content{
        width:95% !important;
    }
}

.footer-links li,
.footer-contact li {
    margin-bottom: 10px;
}

.footer-links a,
.footer-contact a {
    color: #d9d9d9;
    text-decoration: none;
    transition: all .3s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #0d6efd;
    padding-left: 5px;
}

.footer-contact i {
    color: #0d6efd;
    width: 20px;
}

.ftco-footer-widget h2 {
    margin-bottom: 25px;
    font-weight: 600;
}

.ftco-footer p {
    line-height: 1.8;
}

.ftco-footer hr {
    margin-top: 15px;
    margin-bottom: 20px;
}

.ftco-footer-social {
    gap: 12px;
    padding-left: 0;
    margin-bottom: 0;
}

.ftco-footer-social li {
    display: inline-block;
}

.ftco-footer-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: #fff;
    transition: .3s;
}

.ftco-footer-social li a:hover {
    background: #0d6efd;
    color: #fff;
}

#backToTop {
    position: fixed;
	bottom: 43px;
    right: 30px;
    width: 56px;
    height: 56px;
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    text-decoration: none;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: all .3s ease;
}
 
#backToTop:hover {
    background: #0056b3;
    color: #fff;
    transform: translateY(-3px);
}


.progress-wrap-whatsapp,
.progress-wrap-call {
  position: fixed;
  right: 30px;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.progress-wrap-whatsapp a,
.progress-wrap-call a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  border-radius: 50%;
}

/* Specific Colors */
.progress-wrap-whatsapp {
  bottom: 120px; /* Adjust vertical position */
  background-color: #25d366; /* WhatsApp green */
}

.progress-wrap-call {
  bottom: 190px; /* Adjust vertical position */
  background-color: #007bff; /* Phone blue */
}

/* Hover Effects */
.progress-wrap-whatsapp:hover {
  background-color: #1ebe5b;
  transform: scale(1.1);
}

.progress-wrap-call:hover {
  background-color: #0056b3;
  transform: scale(1.1);
}
.loading{
	border: 1px solid transparent;
	border-color: transparent #da472f transparent #2f5cda  !important;
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

	 .block-18{
    border-radius:12px;
    padding:30px 20px;
    transition:.3s;
    height:100%;
}
 
.counter-years{
    background:#9fdfbf;
}
 
.counter-websites{
    background:#80bfff;
}
 
.counter-apps{
    background:#ffbf80;
}
 
.counter-customers{
    background:#df9fdf;
}
 
.block-18 .text{
    color:#222;
}
 
.block-18 .number{
    font-size:48px;
    font-weight:700;
    margin-right:15px;
    color:#000;
}
 
.block-18 span{
    font-size:18px;
    font-weight:600;
    line-height:1.4;
}
 
.block-18:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}
.project-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-align: left;
    transition: all 0.3s ease;
}

.project-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
}

.project-card h5 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    padding: 15px 10px;
}

/* Hover Effect */
.project-card:hover {
    transform: translateY(-5px);
}

/* Optional shadow like your design */
.project-card {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
 @media (max-width: 992px) {
			.pricing .popular{
				margin-top: 60px;
			}
			.heading-section {
				padding: 0px 30px;
			}
			.ftco-navbar-light img{
				width: 210px;
			}
			.hero-wrap .container{
				margin-top: 29px;
			}
		}
