/* --------- Global style starts ----------- */
body { padding: 0!important; background: #fff; }
.elementor-template-full-width .ast-container { max-width: 100%!important; padding: 0!important; }
body mark { color: #2f83cb; }
.service_card { background: #fff; padding: 20px 20px; border-radius: 12px; }
.service_card figure { width: 100%!important; border-radius: 14px!important; overflow: hidden; aspect-ratio: 1.4/1; margin: 0!important; }
.service_card figure img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service_card .elementor-image-box-title { font-size: 20px!important; font-weight: 600; line-height: 1.2; margin: 12px 0 12px 0; }
.why_choose_card { background: linear-gradient(45deg, #046bd2 40%, #ffffff00 150%); padding: 20px; border-radius: 16px; }
.why_choose_card svg { fill: #fff; }
.why_choose_card span.elementor-icon svg { font-size: 40px; margin: 0 0 8px 0; }
.why_choose_card .elementor-icon-box-title { font-size: 20px; margin: 0 0 12px 0; color: #fff!important; }
.why_choose_card .elementor-icon-box-description { color: #fff!important; }
.why_choose_card:hover .elementor-icon-box-title { color: #fff; }
.contact_form { padding: 40px; background: #fff; border-radius: 20px; box-shadow: 0 5px 40px -35px #00000078; }
.contact_form p { margin: 0; }
.contact_form .field_row { margin: 0 0 20px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.contact_form .field_row .field_full { grid-column: span 2; }
.contact_form .field_row textarea { max-height: 140px; resize: none; }
.service_page .service_card { background: linear-gradient(45deg, #046bd2 40%, #ffffff00 150%); }
.service_page .service_card .elementor-image-box-description, .service_page .service_card .elementor-image-box-title { color: #fff!important; }

/* --------- Global Responsive style starts here ------ */
@media (max-width: 767px) {
  .service_card .elementor-image-box-title, .why_choose_card .elementor-icon-box-title { font-size: 18px!important; }
  .contact_form .field_row { grid-template-columns: 1fr; }
  .contact_form { padding: 30px 20px; }
  .setup_boxes .setup_row:nth-child(2n) { flex-direction: column-reverse; }
}
@media (min-width: 768px) {
  .primary_navigation li.btn.menu-item a { border-radius: 6px; background: var( --e-global-color-accent ); color: #fff!important; padding: 0 30px!important; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .service_card { padding: 10px 10px; }
  .service_card .elementor-image-box-title { font-size: 18px!important; }
  .why_choose_card .elementor-icon-box-title { font-size: 18px; }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .service_card .elementor-image-box-title { font-size: 18px!important; }
  .why_choose_card { padding: 20px 14px; }
  .why_choose_card .elementor-icon-box-title { font-size: 18px; }
}
/* --------- Global Responsive style starts ends ------ */

/* --------- Global style ends ----------- */

/* --------- Header style starts ----------- */
.primary_navigation li.btn.menu-item a:hover { color: #fff; }
.primary_navigation li.btn.menu-item a::after { display: none; }
/* --------- Header style ends ----------- */

/* --------- Footer style starts ----------- */
.footer_main .elementor-widget-n-menu ul.e-n-menu-heading .e-n-menu-title { padding: 0; }
.footer_main .elementor-widget-n-menu ul.e-n-menu-heading .e-n-menu-title span.e-n-menu-title-text { white-space: normal; word-break: break-word; }
.footer_main .elementor-widget-n-menu ul.e-n-menu-heading { flex-flow: column; gap: 14px; }
.footer_info { text-align: center; }
.footer_info span { color: #000; font-weight: 500; }
/* --------- Footer style ends ----------- */

/* --------- Home page style starts here --------- */
.setup_content { background: #fff; padding: 30px 40px!important; border-radius: 20px!important; box-shadow: 0 3px 40px -20px #74747487; }
.setup_row { margin: 20px 0!important; }
.setup_content ul.elementor-icon-list-items li svg { width: 8px; height: 8px; }
.setup_content ul.elementor-icon-list-items { padding: 0 0 0 24px!important; }
.setup_img img { max-width: 460px!important; width: 100%!important; height: 100%!important; object-fit: contain!important; }
.faq-question:hover { color: var(--ast-global-color-1); }
.iboxes_top .iboxes { background: #fff; padding: 20px 10px; border-radius: 14px; }
.iboxes_top .iboxes figure img { width: 100%; max-width: 60px; height: auto; margin-inline: auto; }
.iboxes_top .iboxes h3 { font-weight: 600; font-size: 20px; }
.printer_find_form .form_wrapper { background: #f6f8fb; border-radius: 14px; padding: 30px 10px 30px 40px; display: flex; justify-content: space-between; gap: 20px 20px; margin: 0!important; }
.printer_find_form .form_wrapper .field p, .printer_find_form .form_wrapper .submit p { margin: 0!important; }
.printer_find_form .form_wrapper .submit p { display: flex; align-items: center; justify-content: space-between; }
.printer_find_form .form_wrapper .submit p .wpcf7-spinner { margin-inline: 10px; }
.printer_find_form .form_wrapper .submit { padding: 26px 0 0 0; }
.printer_find_form .form_wrapper .field input { min-height: 46px!important; line-height: 1; }
.printer_find_form .form_wrapper .field label { font-weight: 600; }
/* --------- Home page style ends here --------- */

/* --------- Responsive style starts here ------- */
@media (max-width: 767px) {
  .printer_find_form .form_wrapper { flex-flow: column; padding: 30px; }
  .printer_find_form .form_wrapper .submit { padding: 0; }
  .printer_find_form .form_wrapper .submit p { justify-content: flex-start; }
}
@media (min-width: 768px) and (max-width:1024px) {
  .printer_find_form .form_wrapper { padding: 30px 0 30px 30px; }
}
/* --------- Responsive style ends here ------- */


