body {
    font-family: "Funnel Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Funnel Display", sans-serif;
}
h1, h2, h3, h4, h5, h6,p{
	color:#000202;
}
p,a,label{
	font-family: "Funnel Sans", sans-serif;
}
a span {
	font-family: "Funnel Sans", sans-serif;
}
.paragraph_4{
	font-size:18px;
	font-family: "Funnel Sans", sans-serif;
	opacity: 0.9;
}
.custom_page_design .tag-card {
	display:none;
}
.hero a.btn{
	border-radius:0;
}
.head_logo .header__logo{
	max-height:fit-content !important;
}

.tag_feature_image_section{
	height:600px;
}
.back_tag_custom_gray{
	background:#E5EDED;
}
.ref_list{
	margin:9px;
}
.text-acc p{
	font-family: "Funnel Sans", sans-serif;
}

.subscribe-form{
	margin:0 auto;
	border-bottom:2px solid #ccc !important;
}
.text_email::placeholder {
    color: #fff !important;
    opacity: 1; /* Ensures bright white in all browsers */
}
.ptop{
	padding-top:58px;
}
.newsletter-title,.newsletter-subtitle{
	color:#fff;
}
.input_field{
	background:transparent;
	border-bottom:1px solid #ccc !important;
	
    border: none !important;
    box-shadow: none;
	border-bottom: 1px solid #ccc !important;
}
.text_email{
	background:transparent;
    border: none !important;
	color:#fff;
}
.pbot{
	padding-bottom:64px;
}
.btn--white{
	background:transparent;
	color:#000;
	border:1px solid #ccc;
}
.btn--white-top{
	background:transparent;
	color:#fff;
	border:1px solid #ccc;
}
.back_tag_custom{
	background:#E2F7EE;
}
.featured_section .home_tag_posts,.top_service_section .home_tag_posts{
	padding:0px 16px 0px 16px
}
.home_tag_posts .tag-card__media{
	width:100%;
	height:auto;
}
.home_tag_posts .tag-card__media img{
	height:270px;
	width: 100%;
    object-fit: cover;
}

/* MAIN WRAPPER */
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 30px 0;
    align-items: start;
}

/* FORM */
.contact-left h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.contact-form textarea {
    resize: none;
}

/* BUTTON */
.contact-btn {
    background: #000;
    color: #fff;
    padding: 14px 28px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #333;
}

/* LOCATIONS */
.location-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 35px;
}

.location-block {
    gap: 15px;
}

.billing-block {
    margin-top: 20px;
}

.icon-circle {
    width: 45px;
    height: 35px;
    color: #000;
    border-radius: 50%;
    align-items: center;
    font-size: 20px;
}

.location-block h3 {
    margin-bottom: 5px;
}

.directions-link {
    display: inline-block;
    margin-top: 8px;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}

/* MOBILE RESPONSIVE */
@media (max-width: 650px) {
	.contact-wrapper {
        grid-template-columns: 1fr;
    }

    .location-row {
        grid-template-columns: 1fr;
    }
}
@media (min-width: 651px) and (max-width: 990px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .location-row {
        grid-template-columns: 1fr 1fr;
    }
}

.hero__description{
	max-width:fit-content;
}
.header__nav{
	justify-content: left;
}
.contact-form input:hover,.contact-form textarea:hover{
	box-shadow:none;
}
.contact-form input,.contact-form textarea{
	border-radius:0;
}
.contact-form .int_name_eml{
	height:70px;
	margin: 0;
    padding: 0;
}
.contact-form textarea{
    padding: 0;
	height:140px;
}
.form_sec p,.form_sec h4{
	margin:0;
}

#check_terms{
	width:auto;
}

.form-check-label{
	margin-left:10px;
}

.btn_submit_frm{
	margin-top:60px;
}
.member_user img{
	height: auto;
    margin: 0;
    width: 100%;
    object-fit: cover;
}

.border_all{
	border:1px solid #ccc;
	padding:10px;
}
.border_all_without{
	padding:10px;
}
figure.tag-card__media{
	margin:0px 0px -8px 0px;
}
.tag-pill{
	background: #fff;
    padding: 0px 6px 0px 7px;
    font-size: 16px;
    font-weight: 500;
	margin-top:5px;
	width:auto;
	border: 1px solid #ddd;
	display:inline-block;
}
.tag-card__name.post_title{
	margin-top:18px;
	font-weight: 600;
    letter-spacing: -1px;
}
.mtop{
	margin-top:12px;
}
.header-brand{
	flex:0.5;
}
.hero.is-home .hero__scroll{
	display:none;
}
.hero__title{
	margin-top:15px;
	margin-bottom:15px;
}
.ptop2{
	padding-top:12px;
}
.top_service_section .tag-card__content{
	 padding: 1px 14px 5px 14px;
	 text-align:center;
	 margin-top:18px;
}
.des_2{
	margin-bottom:20px;
}



.tag-card__description{
	margin:0;
}

.des_2{
	margin-top:10px;
	margin-bottom:10px;
}

.social-contact a{
	background:transparent;
	margin-top:5px;
	padding-left: 0;
}

.social-contact a i{
	color:#000;
	font-size: 17px;
}

.reference_page .case_feature_image{
	width:100%;
	object-fit:cover;
}


@media (max-width: 991px) {
	.footer.ptop .footer-right.text-right{
		text-align:left;
	}
	
	.reference_page .case_feature_image{
		max-height:500px;
	}
	
	.reference_page .case_feature_image{
		width::100%;
		object-fit:cover;
	}

	#social_links_footer{
		padding:3px 3px 20px 3px !important;
	}
	.home-template .row{
		display:block;
	}
	
	.member_user .col-md-4{
		margin-bottom:35px;
	}
}


@media (min-width: 992px) {
	
	.reference_page .case_feature_image{
		max-height:600px;
	}

	.row{
		margin-left:0;
		margin-right:0;
	}
	
	
	.home-template article.content{
			max-width: 100%;
	}

	.home-template .container.content-width{
			max-width: 100%;
	}
	
}


.nain_section .img::after{
	content: "";
    position: absolute;
    left: 35%;
    top: 53px;
    bottom: -55px;
    width: 2px;
    background-color: #ccc;
    transform: translateX(-50%);
    z-index: 1;
}
.nain_section .img{
	object-fit: contain;
    position: relative;
    z-index: 2;
	width: 30px;
    height: 30px;
}
.nain_section p{
	font-size:14px;
}
.footer{
	border:none;
}

.testimonial-card{
	width:100% !important;
	margin-right:0 !important;
}

@media (max-width: 991px) {
	.p_bot4{
		padding-bottom: 2rem;
	}
	.m_bot4{
		margin-bottom: 2rem;
	}
	.m_bot4{
		margin-bottom: 2rem;
	}
	.m_top5{
		margin-top: 2rem;
	}
	.m_top4{
		margin-top: 2rem;
	}
	.m_top3{
		margin-top: 1rem;
	}
	.container.wrapper{
		padding:20px;
	}
	.image-block{
		order:2;
	}
	.text-block_m{
		order:1;
		margin-bottom:2rem;
	}
	.get_from_flowa .col-lg-4{
		width:100%;
	}
	.custom_page_design .row{
		padding:20px;
	}
	.nain_section .col-lg-10{
		max-width: 248px;
        margin-left: 20px;
	}
	.nain_section .img::after{
		bottom: -112px;
	}
	.footer-brand .row{
		padding-left:19px;
		padding-right:19px;
	}
	.custom_page_design.m_top4{
		margin:0;
	}
	.py-5.m_top4{
		margin:0;
	}
	.nain_section img{
		width:33px;
		height:33px;
	}
	.nain_section h6{
		font-size:16px;
	}
}

@media (min-width: 992px) {
	.m_top9{
		margin-top: 9rem;
	}
	.m_top8{
		margin-top: 8rem;
	}
	.m_top7{
		margin-top: 7rem;
	}
	.m_top6{
		margin-top: 6rem;
	}
	.m_top1{
		margin-top: 1rem;
	}
	.m_top4{
		margin-top: 4rem;
	}
	.m_top3{
		margin-top: 3rem;
	}
	.p_top4{
		padding-top: 4rem;
	}
	.p_top3{
		padding-top: 3rem;
	}
	.p_bot4{
		padding-bottom: 4rem;
	}
	.m_top5{
		margin-top: 5rem;
	}
	.m0{
		margin: 0;
	}
	.m_top2{
		margin-top: 2rem;
	}
	.m_bot4{
		margin-bottom: 4rem;
	}
	.m_bot1{
		margin-bottom: 1rem;
	}
	.m_bot2{
		margin-bottom: 2rem;
	}
	.m_bot5{
		margin-bottom: 5rem;
	}
	.m_bot3{
		margin-bottom: 3rem;
	}
	.mt-5 { margin-top: 3rem !important; }
	.btn--white{
		background: transparent;
		color: #000;
		border: 1px solid #ccc;
	}
	
	.btn--white_without_border{
		background: transparent;
		color: #000;
		border: none;
	}
	.py-5.m_top4{
		margin-top:6rem;
	}
	
}

.btn--white--noborder{
	background: transparent;
	color: #000;
	border: none;
}

.bg_gray{
	background:#E5EDED;
}
.bg_green {
	background:#E2F7EE;
}

.home_tag_posts {
    display: flex;
    flex-direction: column;
    height: 100%;
	padding:0px 15px 1px 15px;
}

.border_all {
    flex-grow: 1;
    display: inline-block;
    flex-direction: column;
}

.border_all_without {
    flex-grow: 1;
    display: inline-block;
    flex-direction: column;
}

.mtop {
    margin-top: auto; /* pushes button to bottom */
}

.post_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;   /* show only 3 lines */
    overflow: hidden;
    min-height: 66px;        /* adjust based on your font size */
}

.mobile_menu,.mob_menu{
	display:none;
}

.post_desc{
    max-height: 134px;
    overflow: hidden;
  }
  .back_tag_custom .btn.btn--white{
    margin-top:20px;
  }
  .back_tag_custom .btn--white--noborder{
	  margin-top:20px;
  }
  .mar_lft{
    margin-left:-7px;
  }
  @media (min-width: 992px) {
     .nain_section .third_sec::after{
   bottom: -81px;
  }
  .nain_section .second_sec::after{
     bottom: -88px;
  }
  .second_sec img{
    margin-top:6px;
  }
  .nain_section .first_sec::after{
    bottom: -83px;
  }
    .header__actions .header-menu-toggle{
      display:none;
    }
  }
   @media (max-width: 991px) {
    .nain_section img{
        width: auto;
        height: auto;
    }
  
    .faq_section .section_faq_sin{
      padding-left: 10px;
      padding-right: 10px;
    }

	.mob_menu_close{
		display:block;
	}
	#mobile_menu {
		display:none;
	}
	#mobile_menu .mob_menu {
		display:block;
	}
	.mob_menu ul.nav{
		display:block;
	}
	.header-menu-toggle {
		display:none;
	}
	.header.js-header,.header__content{
		height:auto !important;
		display:block;
	}
	.header-search-toggle{
		display:none;
	}
	
	.mob_menu ul.nav li{
		padding-top:10px;
		padding-bottom:10px;
	}
	.header__actions{
		display:none;
	}
	.signup-link{
		width:100%;
	}
	.head_logo,.mob_menu_close{
		display: inline-block;
	}
	.head_logo {
	}

	.mob_menu_close {
		float:right;
		text-align:right;
	}
   }
   
   .faq_section .section_faq_sin{
	   width:100%;
   }
 
  .m_bot2{
    margin-bottom:2rem;
  }
  .page-template .content{
    margin-bottom:4rem;
  }
  .faq_section p{
    padding-bottom:15px;
  }
  .faq_section .section_faq_sin {
    padding-top: 15px;
    margin: 0;
    
  }
  .section_faq_sin{
    border:1px solid #ccc;
  }
  .right_sec a{
    text-decoration:none !important;
    color:#000 !important;
  }
  .header.js-header{
    height:76px;
  } 
  .header__content{
    border:none;
  }
  .nav li a span{
    font-family: "Funnel Sans", sans-serif;
  }
  #hero-input-label{
    font-family: "Funnel Sans", sans-serif !important;
  }
  .hero a.btn--white-top{
    border: 1px solid rgba(255,255,255,0.2);
	margin-left:9px;
  }
	

/*****testimonial*****/

.testimonials-section {
  padding: 50px 0;
}

.testimonial-card {
  background: transparent;
  border-radius: 16px;
  padding: 10px;
  height: 100%;
}

.testimonial-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}


.testimonial-name {
  font-weight: 600;
  margin-bottom: 4px;
}

.testimonial-role {
  font-size: 14px;
  color: #000202;
}
.content_testimonial_bottom{
	max-width: 400px;
    margin: 0 auto;
	padding-bottom:40px;
}

.testimonial-text{
	font-size:28px;
	font-weight: 500;
}
.testimonial-text p{
	font-size:28px;
	font-weight: 500;
}
.testimonial-name{
	font-size:16px;
}
.testimonials-swiper .swiper-button-next,
.testimonials-swiper .swiper-button-prev {
  color: #000; /* your color */
}
.testimonial-prev,
.testimonial-next {
  font-size: 22px;
  color: #000;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev,.swiper-button-next{
	border:1px solid #ccc;
	padding:0px 20px 0px 20px;
}
.ref_page__sec p{
	font-size:18px;
}
.head_p{
	font-size:16px;
	font-weight: 500;
}
.main_heading{
	font-size:72px;
}
.heading_2{
	font-size:52px;
}
.paragraph_2{
	font-size:18px;
}
.paragraph_3{
	font-size:16px;
	font-family: "Funnel Sans", sans-serif;
	font-weight:600;
}
.btn--brand,.btn--white{
	font-size:16px;
}
.btn--white--noborder{
	font-size:16px;
}
.post_title{
	font-size:28px;
}
.post_desc{
	font-size:16px;
	font-family:"Funnel Sans", sans-serif;
}
.post_title_link a{
	font-size:16px;
	font-family:"Funnel Sans", sans-serif;
}
.footer .nav a{
	font-size:16px;
	opacity:1;
}
.loc_name_heading{
	font-size:22px;
}
.paragraph_2{
	font-family:"Funnel Sans", sans-serif
}
.equal-cards .col-md-4.mb-4{
	padding:0;
	margin:0;
}

.ul_custom_img li:first-child::marker {
	content: url("/assets/images/design_services.png");
}
.ul_custom_img li {
  padding-left:10px;
}
.ul_custom_img li:nth-child(2)::marker {
  content: url("/assets/images/Vector1.png");
}
.ul_custom_img li:nth-child(3)::marker {

  content: url("/assets/images/Vector.png");
}
.left_section{
	display:inline-block;
	width:97%;
}
.right_sec{
	display:inline-block;
	float:right;
}
.page_case_custom_link:hover{
	text-decoration:none !important;
}
@media (max-width: 767px) {
	.paragraph_4{
		font-size:12px;
	}
	.home-template .featured-card{
		display:block !important;
	}
	.testimonial-text p{
		font-size:20px;
	}
	.main_heading{
		font-size:44px;
	}
	.heading_2{
		font-size:40px;
	}
	.post_title_link a,.post_desc,.testimonial-name,.ref_page__sec p,.paragraph_2,.footer .nav a{
		font-size:12px;		
	}
	.btn--brand,.btn--white{
		font-size:12px;
	}
	.btn--white--noborder{
		font-size:12px;
	}
	.post_title{
		font-size:20px;
	}
	.swiper-button-prev,.swiper-button-next{
		display:none !important;
	}
	.testimonial-card{
		padding:0;
	}
	.testimonial-role {
		font-size: 14px;
		max-width: 220px;
		margin: 0 auto;
	}
	.content_testimonial_bottom{
		text-align:center;
	}
	.tag-pill{
		font-size:12px;
	}
	.border_all{
		padding:12px 16px 0px 23px;
	}
	.mtop{
		margin-bottom:0;
	}
	figure.tag-card__media{
		margin-top:29px;
	}
	.post-hero.full-width{
		margin-bottom:0;
	}
	.post-hero{
		margin:1em auto 2em;
	}
	.testimonials-section{
		padding:40px 0;
	}
	.testimonials-swiper {
	  padding-bottom: 60px !important; /* space for dots */
	}
	.pbot{
		padding-bottom:30px;
	}
	.footer-brand .footer-left, .footer-links .footer-left{
		padding:0em 4em 3em 1em;
	}
	.social_links_section{
		order:1;
	}
	.copywrite_section{
		order:2;
	}
	.newsletter-form{
		padding:20px;
	}
	.hero[data-style=accent-background], .hero[data-style=image-background]{
		min-height: 700px;
	}
}

@media (min-width: 990px) {
    .tag_feature_image_section img{
      height:600px;
    }
    .page_case_custom_link h2{
    	font-size:52px;
    }
}

@media (min-width: 768px) and (max-width: 1025px) {
	.hero[data-style=accent-background], .hero[data-style=image-background]{
		min-height: 800px;
	}
	.testimonial-card{
		padding:13px;
	}
	.tag_feature_image_section img{
		height:600px;
	}
    .page_case_custom_link h2{
    	font-size:40px;
    }
	
	.m_top9{
		margin-top: 7rem;
	}
	.m_top8{
		margin-top: 5rem;
	}
	.m_top7{
		margin-top: 4rem;
	}
	.m_top6{
		margin-top: 3rem;
	}
	.m_top1{
		margin-top: 1rem;
	}
	.m_top4{
		margin-top: 2rem;
	}
	.m_top3{
		margin-top: 2rem;
	}
	.p_top4{
		padding-top: 2rem;
	}
	.p_bot4{
		padding-bottom: 2rem;
	}
	.m_top5{
		margin-top: 3rem;
	}
	.m0{
		margin: 0;
	}
	.m_top2{
		margin-top: 2rem;
	}
	.m_bot4{
		margin-bottom: 2rem;
	}
	.m_bot1{
		margin-bottom: 1rem;
	}
	.m_bot2{
		margin-bottom: 2rem;
	}
	.m_bot5{
		margin-bottom: 3rem;
	}
	.m_bot3{
		margin-bottom: 3rem;
	}
	.mt-5 { margin-top: 3rem !important; }
	.btn--white{
		background: transparent;
		color: #000;
		border: 1px solid #ccc;
	}
	.btn--white--noborder{
		background: transparent;
		color: #000;
		border: none;
	}
	.btn--white_without_border{
		background: transparent;
		color: #000;
		border: none;
	}
	.py-5.m_top4{
		margin-top:6rem;
	}
	.main_heading{
		font-size:50px;
	}
	.heading_2{
		font-size:36px;
	}
	
}

/* References Grid - Cascading Reveal Animation */
@keyframes refFadeSlideIn {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#references-grid .ref_item:nth-child(n+4) {
	display: none;
}

#references-grid.is-expanded .ref_item:nth-child(n+4) {
	display: flex;
	animation: refFadeSlideIn 0.4s ease-out forwards;
	animation-delay: calc((var(--item-index, 0) - 3) * 0.1s);
}

#show-all-refs {
	cursor: pointer;
	transition: opacity 0.2s ease;
}

#show-all-refs:hover {
	opacity: 0.8;
}

/* Articles Grid - Cascading Reveal Animation */
#articles-grid .article_item {
	text-decoration: none;
	color: inherit;
}

#articles-grid .article_item:hover {
	text-decoration: none;
}

#articles-grid .article_item:nth-child(n+4) {
	display: none;
}

#articles-grid.is-expanded .article_item:nth-child(n+4) {
	display: flex;
	animation: refFadeSlideIn 0.4s ease-out forwards;
	animation-delay: calc((var(--item-index, 0) - 3) * 0.1s);
}

#show-all-articles {
	cursor: pointer;
	transition: opacity 0.2s ease;
}

#show-all-articles:hover {
	opacity: 0.8;
}