/*
Theme Name: Blinq
Theme URI: https://blinqdmv.com/
Author: Digihexagon
Author URI: https://digihexagon.com/
Description: Custom theme developed by digihexagon. Contact us at info@digihexagon.com to get your awesome website.
Version: 0.1
*/
/*      Reset CSS                 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,
hgroup,menu,nav,output,section,summary,time,mark,audio,video,select{margin:0;padding:0;border:0;outline:none;line-height:1;}
a:focus,a:hover,a:active,button{outline:none;text-decoration:none;}
a{
   transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
html[lang="yi"] *,
body[lang="yi"] * {
    font-family: 'Heebo', sans-serif !important;
}
html[lang="yi"] h1,
html[lang="yi"] h2 {
    font-weight: 500 !important;
}
body{overflow-x:hidden;}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
background: #F5F5F5;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
background: #666666;
border-radius: 10px;
}
/**************************************
            Header
**************************************/
.elementor-kit-13 h1,
.elementor-kit-13 h2{font-weight:700 !important;}
.elementor-divider-separator {
	border-radius: 50px;
}
p {
	font-weight: 400 !important;
	line-height: 1.4 !important;
}
#ourServices .e-grid .e-con-full.e-flex.e-con.e-child:hover {
	background: #3a364d;
}
#ourServices .e-grid .e-con-full.e-flex.e-con.e-child:hover * {
	color:#fff;
}
#ourServices .e-grid .e-con-full.e-flex.e-con.e-child:hover img {
	filter: brightness(100);
}
.whitebtn a:hover svg * {
	stroke: #3a364d !important;
}
/* testimonial slider */
.elementor-main-swiper.swiper.swiper-initialized{
	width: calc(100% + 10%) !important;
  padding-right: 150px;
}

.elementor-main-swiper.swiper.swiper-initialized .elementor-testimonial {
	display: flex;
	flex-flow: column-reverse;
}
.elementor-main-swiper.swiper.swiper-initialized .swiper-slide {
	overflow: unset;
	margin-bottom: 20px;
}
.elementor-main-swiper.swiper.swiper-initialized .elementor-testimonial .elementor-testimonial__footer {
	margin-top: 0;
	margin-bottom: 20px;
	position:relative;
}
.elementor-main-swiper.swiper.swiper-initialized .elementor-testimonial .elementor-testimonial__footer::before {
	content: '';
	width: 35px;
	height: 35px;
	background-image: url(/wp-content/uploads/2025/11/Google__G__logo.svg-1.png);
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
}
.elementor-main-swiper.swiper.swiper-initialized .elementor-testimonial::before {
	content: '';
	background: #fff url(/wp-content/uploads/2025/11/star.png);
	width: 150px;
	height: 33px;
	position: absolute;
	left: 20px;
	bottom: -14px;
	padding: 2px;
	background-repeat: no-repeat;
	background-size: 115px;
	background-position: center;
}
.elementor-main-swiper.swiper.swiper-initialized .elementor-swiper-button {
	top: -90px;
	right: 0;
	left: unset;
	width: 60px;
	height: 60px;
	border: 1px solid #3a364d;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff url(/wp-content/uploads/2025/11/arrow-right-svgrepo-com2.svg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 20px !important;
	transition:0.3s all;
}
.elementor-main-swiper.swiper.swiper-initialized .elementor-swiper-button:hover{
	background: #3a364d url(/wp-content/uploads/2025/11/arrow-right-svgrepo-com1.svg);
}
.elementor-main-swiper.swiper.swiper-initialized .elementor-swiper-button.elementor-swiper-button-prev{
	background: #fff url(/wp-content/uploads/2025/11/arrow-left-svgrepo-com2.svg);
}
.elementor-main-swiper.swiper.swiper-initialized .elementor-swiper-button.elementor-swiper-button-prev:hover{
	background: #3a364d url(/wp-content/uploads/2025/11/arrow-left-svgrepo-com1.svg);
}
.elementor-main-swiper.swiper.swiper-initialized .elementor-swiper-button.elementor-swiper-button-prev {
	right: 80px;
}
.elementor-main-swiper.swiper.swiper-initialized .elementor-swiper-button svg {
	display: none;
}
.elementor-main-swiper.swiper.swiper-initialized .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
	display: none;
}

/* contact us form */
.contactUsForm form p,
.uploadDocumentForm form p{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0;
}
.contactUsForm form p span,
.uploadDocumentForm form p span.wpcf7-form-control-wrap{
	width: 48%;
	margin-bottom: 35px;
	position:relative;
}
.contactUsForm form p span input, .contactUsForm form p span select, .contactUsForm form p span textarea,
.uploadDocumentForm form p span input, .uploadDocumentForm form p span select, .uploadDocumentForm form p span textarea{
	background: transparent;
	border: unset;
	border-bottom: 1px solid #d7d7d7;
	width: 100%;
	outline: none;
	padding: 7px 3px;
	font-size: 18px;
	font-family: "Titillium Web", sans-serif;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	height: 44px;
	color: #999;
  transition: 0.3s all;
}
.contactUsForm form p span input:hover, .contactUsForm form p span select:hover, .contactUsForm form p span textarea:hover,
.contactUsForm form p span input:focus, .contactUsForm form p span select:focus, .contactUsForm form p span textarea:focus,
.uploadDocumentForm form p span input:hover, .uploadDocumentForm form p span select:hover, .uploadDocumentForm form p span textarea:hover,
.uploadDocumentForm form p span input:focus, .uploadDocumentForm form p span select:focus, .uploadDocumentForm form p span textarea:focus{
	color: #3a364d;
	border-color: #3a364d;
}
.contactUsForm form p span.wpcf7-form-control-wrap[data-name="service"]::before,
.uploadDocumentForm form p span.wpcf7-form-control-wrap[data-name="service"]::before{
	content: '';
	position: absolute;
	right: 5px;
	top: 2px;
	background: #f5f5f5 url(/wp-content/uploads/2025/11/angle-down-svgrepo-com.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px;
	width: 28px;
	height: 28px;
	border-radius: 50px;
	pointer-events: none;
}
.contactUsForm form p span.wpcf7-form-control-wrap[data-name="your-message"],
.uploadDocumentForm form p span.wpcf7-form-control-wrap[data-name="your-message"],
.uploadDocumentForm form p span.wpcf7-form-control-wrap[data-name="documents"]{
	width: 100%;
}
.uploadDocumentForm form p span.wpcf7-form-control-wrap[data-name="your-message"] {
	margin-top: 30px;
}
.contactUsForm form p span textarea{
	height: 150px;
}
.uploadDocumentForm form p span textarea{height:100px;}
.contactUsForm form p br,
.uploadDocumentForm form p br{
	display: none;
}
.contactUsForm form p .wpcf7-form-control.wpcf7-submit,
.uploadDocumentForm form p .wpcf7-form-control.wpcf7-submit{
	border: unset;
	margin-left: auto;
	cursor: pointer;
	transition:0.3s all;
}
.contactUsForm form p .wpcf7-form-control.wpcf7-submit:hover,
.uploadDocumentForm form p .wpcf7-form-control.wpcf7-submit:hover{
	background: #7a7a7a;
}
.contactUsForm form p .wpcf7-spinner,
.uploadDocumentForm form p .wpcf7-spinner{
	margin: 0;
	width: 24px;
	position: absolute;
	bottom: -15px;
	right: 0;
}

.uploadDocumentForm form p span.wpcf7-form-control-wrap[data-name="documents"] h3 {
	font-size: 18px;
	margin-bottom:10px;
}
.uploadDocumentForm form p span.wpcf7-form-control-wrap[data-name="documents"] .codedropz-upload-inner span {
	display: none;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
	background: #3a364d;
	text-align: center;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
	background: #66666636;
	border-radius: 50px;
}
.codedropz-upload-handler {
	border-width: 1px;
}
#ourTestimonials {
	overflow-x: hidden;
}

/* translate dropdown */
.gt_float_switcher.notranslate {
	background: transparent;
	box-shadow: unset;
}
.gt_float_switcher .gt-selected {
	background: transparent !important;
	border: 1px solid #fff;
	border-radius: 50px;
}
.gt_float_switcher .gt-selected .gt-current-lang {
	color: #fff !important;
	font-size: 16px;
	font-weight: normal !important;
	font-family: "Titillium Web", sans-serif;
}
.gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow {
	background-image: url(/wp-content/uploads/2025/11/angle-down-svgrepo-com2.svg) !important;
	background-size: 16px !important;
	transform: unset !important;
	margin-left: 5px;
}
.gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow.gt_arrow_rotate {
	transform: rotate(-180deg) !important;
}
.gt_float_switcher .gt-selected img {
	width: 20px;
	border-radius: 50px;
	height: 20px;
	object-fit: cover;
}

.gt_float_switcher.notranslate .gt_options {
	position: absolute;
	left: 0;
	width: 120px;
	background: #fff;
	border-radius: 5px;
	display: block !important;
	padding: 5px;
	opacity: 0;
	visibility: hidden;
	top: 100px;
}
.gt_float_switcher.notranslate .gt_options.gt-open{
	opacity: 1;
	visibility: visible;
	top: 50px;
}
.gt_float_switcher.notranslate .gt_options a {
	font-size: 16px;
	font-family: "Titillium Web", sans-serif;
	border-radius: 5px;
	color: #3a364d !important;
}
.gt_float_switcher.notranslate .gt_options a img {
	display: none;
}
.gt_float_switcher.notranslate .gt_options a:hover {
	background: #3a364d12;
	color: #3a364d !important;
}
.gt_float_switcher.notranslate .gt_options .nturl.gt-current {
	display: block;
	background: #3a364d;
	color: #fff !important;
}
/* translate dropdown */

.file-input-container {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

.file-label {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d7d7d7;
	padding: 18px 10px 18px 5px;
	height: 50px;
	cursor: pointer;
	font-size: 16px;
	color: #d7d7d7;
	transition: border-color 0.3s;
	width: 100%;
}
.file-label br {
	display: none;
}
.file-label .wpcf7-form-control-wrap {
	display: none !important;
}

    .file-label:hover {
      border-color: #aaa;
    }

    #fileName {
      flex-grow: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    #uploadIcon {
      font-size: 18px;
      color: #aaa;
      transition: color 0.3s;
    }

    .file-format-info {
      font-size: 14px;
      color: #aaa;
      padding-left:10px;font-style:italic;
    }