/* ============================================================
   main.css — Combined Stylesheet
   Sources: wp-img-auto-sizes, classic-theme-styles, global-styles,
            codevz-plus, codevz-inline, wpr_lightbox_styles
   ============================================================ */


/* ============================================================
   1. WP IMG AUTO SIZES
   ============================================================ */

img:is([sizes=auto i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px;
}


/* ============================================================
   2. CLASSIC THEME STYLES
   ============================================================ */

.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}


/* ============================================================
   3. GLOBAL STYLES — CSS CUSTOM PROPERTIES
   ============================================================ */

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
  --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex> :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid> :is(*, div) {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-term-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-term-template.is-layout-grid) {
  gap: 1.25em;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}

/* Preset color utilities */
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}


/* ============================================================
   4. ELEMENTOR LAZY LOAD
   ============================================================ */

.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
  /* background-image: none !important; */
  ;
}

@media screen and (max-height: 1024px) {

  .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
  .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
    /* background-image: none !important; */
    ;
  }
}

@media screen and (max-height: 640px) {

  .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
  .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
    /* background-image: none !important; */
    ;
  }
}


/* ============================================================
   5. CODEVZ INLINE — ADMIN BAR
   ============================================================ */

.admin-bar .cz_fixed_top_border {
  top: 32px;
}

.admin-bar i.offcanvas-close {
  top: 32px;
}

.admin-bar .offcanvas_area,
.admin-bar .hidden_top_bar {
  margin-top: 32px;
}

.admin-bar .header_5,
.admin-bar .onSticky {
  top: 32px;
}

@media screen and (max-width: 768px) {

  .admin-bar .header_5,
  .admin-bar .onSticky,
  .admin-bar .cz_fixed_top_border,
  .admin-bar i.offcanvas-close {
    top: 46px;
  }

  .admin-bar .onSticky {
    top: 0;
  }

  .admin-bar .offcanvas_area,
  .admin-bar .hidden_top_bar {
    margin-top: 46px;
    height: calc(100% - 46px);
  }
}


/* ============================================================
   6. THEME COLOR
   ============================================================ */

a:hover,
.sf-menu>.cz.current_menu>a,
.sf-menu>.cz .cz.current_menu>a,
.sf-menu>.current-menu-parent>a,
.comment-text .star-rating span {
  color: #c17343;
}

form button,
.button,
#edd-purchase-button,
.edd-submit,
.edd-submit.button.blue,
.edd-submit.button.blue:hover,
.edd-submit.button.blue:focus,
[type=submit].edd-submit,
.sf-menu>.cz>a:before,
.post-password-form input[type="submit"],
.wpcf7-submit,
.submit_user,
#commentform #submit,
.commentlist li.bypostauthor>.comment-body:after,
.commentlist li.comment-author-admin>.comment-body:after,
.pagination .current,
.pagination>b,
.pagination a:hover,
.page-numbers .current,
.page-numbers a:hover,
.pagination .next:hover,
.pagination .prev:hover,
input[type=submit],
.sticky:before,
.commentlist li.comment-author-admin .fn,
input[type=button],
.cz_header_button,
.cz_default_portfolio a,
.cz_readmore,
.more-link,
a.cz_btn,
.cz_highlight_1:after,
div.cz_btn {
  background-color: #c17343;
}

.cs_load_more_doing,
div.wpcf7 .wpcf7-form .ajax-loader {
  border-right-color: #c17343;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #c17343 !important;
}

::selection {
  background-color: #c17343;
  color: #fff;
}

::-moz-selection {
  background-color: #c17343;
  color: #fff;
}


/* ============================================================
   7. CUSTOM HEADER
   ============================================================ */
.header_2 .row.elms_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 4%;
  box-sizing: border-box;
}

/* Align Top Bar with Logo */
.top-bar .row {
  padding: 0 4% !important;
  box-sizing: border-box;
}

.top-bar .top-bar-left {
  margin-left: 24px !important;
}

/* Home Page: Override hardcoded inline margins to match other pages */
body.cz-page-6 .top-bar .top-bar-left {
  margin-left: 0 !important;
}

body.cz-page-6 .header_2 .logo_is_img.logo {
  margin-left: 0 !important;
}

body.cz-page-6 .header_2_center {
  margin-right: 0 !important;
}

/* Reduce Navbar Height (Overrides inline margins) */
.header_2 .inner_logo_header_2_left_0,
.header_2 .inner_menu_header_2_center_0 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.header_2_left {
  position: relative;
  z-index: 99;
}

/* Global Responsive Header Layout */
.header_2_left .logo_is_img.logo {
  margin-left: 0 !important;
}

.header_2_center {
  margin-right: 0 !important;
  flex: 1;
  /* take up remaining space */
  display: flex;
  justify-content: flex-end;
}

/* Fluid Logo */
.header_2 .logo_is_img.logo img {
  width: clamp(150px, 15vw, 260px) !important;
  max-width: 100% !important;
  height: auto !important;
}

/* Fluid Nav Menu */
#menu_header_2 {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-end !important;
  align-items: center;
  gap: clamp(2px, 0.5vw, 15px);
}

#menu_header_2>li.cz>a {
  padding: 10px clamp(5px, 0.8vw, 20px) !important;
  font-size: clamp(11px, 1.1vw, 16px) !important;
  white-space: nowrap !important;
}

/* Tablet / Small Desktop Header Fix */
@media screen and (max-width: 1024px) {
  #menu_header_2>li.cz>a {
    padding: 10px 5px !important;
    font-size: 13px !important;
  }

  #menu_header_2>.cz>a:after {
    left: 5px !important;
    right: 5px !important;
  }
}

/* ============================================================
   8. BUTTONS — DYNAMIC
   ============================================================ */

form button,
.comment-form button,
a.cz_btn,
div.cz_btn,
a.cz_btn_half_to_fill:before,
a.cz_btn_half_to_fill_v:before,
a.cz_btn_half_to_fill:after,
a.cz_btn_half_to_fill_v:after,
a.cz_btn_unroll_v:before,
a.cz_btn_unroll_h:before,
a.cz_btn_fill_up:before,
a.cz_btn_fill_down:before,
a.cz_btn_fill_left:before,
a.cz_btn_fill_right:before,
.wpcf7-submit,
input[type=submit],
input[type=button],
.button,
.cz_header_button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce button.button,
#edd-purchase-button,
.edd-submit,
[type=submit].edd-submit,
.edd-submit.button.blue,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce a.button.wc-forward,
.wp-block-search .wp-block-search__button,
.woocommerce-message a.restore-item.button {
  font-size: 15px;
  color: #ffffff;
  background-color: #c17343;
  padding: 10px 36px;
  border-radius: 0px;
  box-shadow: 0px 15px 50px 0px rgba(51, 114, 150, 0.15);
}

form button:hover,
.comment-form button:hover,
a.cz_btn:hover,
div.cz_btn:hover,
a.cz_btn_half_to_fill:hover:before,
a.cz_btn_half_to_fill_v:hover:before,
a.cz_btn_half_to_fill:hover:after,
a.cz_btn_half_to_fill_v:hover:after,
a.cz_btn_unroll_v:after,
a.cz_btn_unroll_h:after,
a.cz_btn_fill_up:after,
a.cz_btn_fill_down:after,
a.cz_btn_fill_left:after,
a.cz_btn_fill_right:after,
.wpcf7-submit:hover,
input[type=submit]:hover,
input[type=button]:hover,
.button:hover,
.cz_header_button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover,
#edd-purchase-button:hover,
.edd-submit:hover,
[type=submit].edd-submit:hover,
.edd-submit.button.blue:hover,
.edd-submit.button.blue:focus,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce a.button.wc-forward:hover,
.wp-block-search .wp-block-search__button:hover,
.woocommerce-message a.restore-item.button:hover {
  color: #ffffff;
  background-color: #337296;
  box-shadow: 0px 10px 10px 0px rgba(51, 114, 150, 0.05);
}


/* ============================================================
   9. WIDGETS
   ============================================================ */

.widget {
  color: #ffffff;
  background-color: #337296;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(145, 145, 145, 0.05);
  border-radius: 0px;
}

.widget a {
  color: #ffffff;
}

.widget>.codevz-widget-title,
.sidebar_inner .widget_block>div>div>h2 {
  color: #ffffff;
  padding-bottom: 10px;
  padding-left: 20px;
}

.widget>.codevz-widget-title:before,
.sidebar_inner .widget_block>div>div>h2:before {
  background-color: #c17343;
  width: 8px;
  height: 8px;
  border-radius: 0px;
  bottom: 16px;
  left: 1px;
}

.rtl .widget>.codevz-widget-title:before,
.rtl .sidebar_inner .widget_block>div>div>h2:before {
  left: auto;
  right: calc(50% - 10px);
}


/* ============================================================
   10. FORM INPUTS
   ============================================================ */

input,
textarea,
select,
.qty,
.woocommerce-input-wrapper .select2-selection--single,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  color: #282828;
  padding: 15px 17px;
  border-style: solid;
  border-radius: 0px;
}


/* ============================================================
   11. LOGO TOOLTIP
   ============================================================ */

div.logo_hover_tooltip {
  width: 560px;
  padding: 30px;
  border-style: solid;
  border-radius: 10px;
  box-shadow: 0px 10px 34px rgba(10, 10, 10, 0.1);
}


/* ============================================================
   12. SOCIAL ICONS
   ============================================================ */

.elms_row .cz_social a,
.fixed_side .cz_social a,
#xtra-social-popup [class*="xtra-social-type-"] a {
  font-size: 16px;
  color: #ffffff;
  padding: 10px 5px;
  margin-right: 1px;
  margin-left: 1px;
  border-radius: 0px;
}

.elms_row .cz_social a:hover,
.fixed_side .cz_social a:hover,
#xtra-social-popup [class*="xtra-social-type-"] a:hover {
  color: #ffffff;
}


/* ============================================================
   13. HEADER MENUS
   ============================================================ */

#menu_header_1>.cz>a:hover,
#menu_header_1>.cz:hover>a,
#menu_header_1>.cz.current_menu>a,
#menu_header_1>.current-menu-parent>a {
  color: #c17343;
}

#menu_header_1 .cz .cz a:hover,
#menu_header_1 .cz .cz:hover>a,
#menu_header_1 .cz .cz.current_menu>a,
#menu_header_1 .cz .current_menu>.current_menu {
  color: #c17343;
}

.header_2 .row {
  background-color: #ffffff;
}

#menu_header_2 {
  background-position: center center;
  background-size: cover;
  background-color: #fcfcfc;
}

#menu_header_2>.cz>a {
  font-size: 16px;
  color: #000000;
  /* Black */
  font-weight: 600;
  padding: 15px 20px;
  position: relative;
  transition: color 0.3s ease;
}

#menu_header_2>.cz>a:before {
  display: none !important;
  /* Removed extra hover line */
}

#menu_header_2>.cz>a:hover,
#menu_header_2>.cz:hover>a,
#menu_header_2>.cz.current_menu>a,
#menu_header_2>.current-menu-parent>a {
  color: #c17343;
  background-color: transparent;
  /* Removed background */
}

/* Premium Underline Hover Effect */
#menu_header_2>.cz>a:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: clamp(5px, 0.8vw, 20px);
  right: clamp(5px, 0.8vw, 20px);
  height: 2px;
  background-color: #c17343;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right;
}

#menu_header_2>.cz:hover>a:after,
#menu_header_2>.cz.current_menu>a:after {
  transform: scaleX(1);
  transform-origin: left;
}

#menu_header_2 .cz .sub-menu:not(.cz_megamenu_inner_ul),
#menu_header_2 .cz_megamenu_inner_ul .cz_megamenu_inner_ul {
  background-color: #ffffff !important;
  padding: 15px 0;
  margin-top: 0px;
  margin-right: 32px;
  margin-left: 32px;
  border-radius: 4px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
}

#menu_header_2 .sub-menu li a {
  color: #000000 !important;
  padding: 10px 25px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease;
}

#menu_header_2 .sub-menu li a:hover {
  color: #c17343 !important;
  background-color: #f8f8f8 !important;
}

#menu_header_2 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul) {
  margin-top: -5px;
  margin-right: 0;
  margin-left: 0;
}

#menu_header_2 .cz .cz a {
  font-size: 15px;
  color: #e2e2e2;
  padding: 10px;
  border-style: solid;
  border-right-width: 2px;
  border-left-width: 2px;
  border-color: rgba(255, 255, 255, 0.01);
}

.rtl #menu_header_2 .cz .cz a {
  border-left-width: 0;
  border-right-width: 5px;
}

#menu_header_2 .cz .cz a:hover,
#menu_header_2 .cz .cz:hover>a,
#menu_header_2 .cz .cz.current_menu>a,
#menu_header_2 .cz .current_menu>.current_menu {
  color: #c17343;
  background-color: rgba(51, 114, 150, 0.5);
  padding-right: 15px;
  padding-left: 15px;
}

.onSticky {
  background-color: #ffffff !important;
  box-shadow: 0px 7px 19px rgba(0, 0, 0, 0.07) !important;
}

.header_4 {
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}

#menu_header_4 {
  background-position: center center;
  background-size: cover;
}

#menu_header_4>.cz>a {
  color: #0c0c0c;
}

#menu_header_4>.cz>a:hover,
#menu_header_4>.cz:hover>a,
#menu_header_4>.cz.current_menu>a,
#menu_header_4>.current-menu-parent>a {
  color: #c17343;
  background-color: rgba(51, 114, 150, 0.6);
  padding-right: 25px;
  padding-left: 25px;
}

#menu_header_4 .cz .cz a {
  color: #ffffff;
}

#menu_header_4 .cz .cz a:hover,
#menu_header_4 .cz .cz:hover>a,
#menu_header_4 .cz .cz.current_menu>a,
#menu_header_4 .cz .current_menu>.current_menu {
  color: #c17343;
}


/* ============================================================
   14. HIDDEN TOP BAR
   ============================================================ */

.hidden_top_bar {
  color: #0a0101;
  background-color: #ffffff;
  border-style: solid;
  border-width: 0 0 2px;
  border-color: #ffffff;
  transform: translateY(calc(-100% + 2px));
}

.hidden_top_bar>i {
  color: #000000;
  background: #ffffff;
  padding: 14px 16px 15px 16px;
  border-style: solid;
  border-radius: 0px;
}


/* ============================================================
   15. PAGE HEADER & TITLE
   ============================================================ */

.page_header {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.page_title,
.header_onthe_cover .page_title {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-image: linear-gradient(0deg, rgba(193, 115, 67, 0.21), rgba(193, 115, 67, 0.21)), url(../wp-content/uploads/2025/06/page_bg_image295-1.jpg);
  padding-top: 180px !important;
  padding-bottom: 120px !important;
  position: relative;
  z-index: 9999;
  text-align: left;
}

.page_title .section_title {
  font-size: 60px !important;
  color: #000 !important;
  font-weight: 900 !important;
  margin: 0;
  text-transform: capitalize;
}

.page_title .codevz-section-title {
  font-size: 36px;
  color: #ffffff;
  font-weight: 400;
}

.breadcrumbs {
  padding-top: 4px;
  padding-bottom: 0px;
}

.breadcrumbs a,
.breadcrumbs i {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

.breadcrumbs a:hover {
  color: #c17343;
}


/* ============================================================
   16. TYPOGRAPHY
   ============================================================ */

[class*="cz_tooltip_"] [data-title]:after {
  font-family: 'Inter';
}

body,
body.rtl,
.rtl form,
.xtra-fixed-mobile-nav-e>div {
  font-family: 'Inter';
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Blinker';
  font-weight: 600;
}


/* ============================================================
   17. FOOTER
   ============================================================ */

.footer_1 .row {
  border-width: 0 0 1px;
  border-color: rgba(255, 255, 255, 0.14);
}

.cz_middle_footer {
  background-position: center center;
  background-size: cover;
  background-color: #337296;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer_widget {
  color: #c1c1c1;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.cz_middle_footer a {
  color: #ffffff;
}

.cz_middle_footer a:hover {
  color: rgb(193, 115, 67);
}

.footer_2 {
  background-color: #ffffff;
}

.footer_widget>.codevz-widget-title,
footer .widget_block>div>div>h2 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-style: solid;
  border-width: 0 0 5px;
  border-color: #c17343;
  display: inline-block;
}


/* ============================================================
   18. BACK TO TOP & FIXED CONTACT
   ============================================================ */

i.backtotop {
  font-size: 13px;
  color: #ffffff;
  background-color: #337296;
  padding: 10px;
  border-radius: 0px;
  box-shadow: 0px 15px 50px 0px rgba(51, 114, 150, 0.15);
}

i.backtotop:hover {
  color: #337296;
  background-color: #c17343;
  box-shadow: 0px 10px 10px 0px rgba(51, 114, 150, 0.1);
  bottom: 35px;
  transform: none;
}

i.fixed_contact {
  font-size: 14px;
  color: #ffffff;
  background-color: #c17343;
  margin-right: 5px;
  border-radius: 0px;
}

div.fixed_contact {
  border-radius: 0px;
}


/* ============================================================
   19. WOOCOMMERCE
   ============================================================ */

.woocommerce ul.products li.product a img {
  border-style: solid;
  border-width: 5px;
  border-color: #337296;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce.woo-template-2 ul.products li.product .woocommerce-loop-category__title,
.woocommerce.woo-template-2 ul.products li.product .woocommerce-loop-product__title,
.woocommerce.woo-template-2 ul.products li.product h3 {
  color: #337296;
  background-color: #c17343;
  padding-top: 15px;
  padding-bottom: 30px;
  margin: -45px 25px -19px;
  position: relative;
}

.woocommerce ul.products li.product .star-rating {
  color: #c17343;
  display: none;
  position: absolute;
  top: 59px;
  right: 21px;
  opacity: 0.8;
}

.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .button[class*="product_type_"] {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  background-color: #337296;
  padding: 12px 25px;
  margin-top: 0px;
}

.woocommerce ul.products li.product .button.add_to_cart_button:hover,
.woocommerce ul.products li.product .button[class*="product_type_"]:hover {
  color: #337296;
  background-color: #c17343;
  box-shadow: 0px 10px 50px 0px rgba(51, 114, 150, 0.3);
}

.woocommerce ul.products li.product:hover a img {
  border-style: solid;
  border-color: #c17343;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce.single span.onsale,
.woocommerce.single ul.products li.product .onsale {
  font-size: 13px;
  color: #ffffff;
  line-height: 1em;
  background-color: #337296;
  width: 1em;
  height: 1em;
  padding: 12px 20px;
  border-radius: 0px;
  top: 15px;
  left: -10px;
}

.woocommerce.single span.onsale {
  color: #ffffff;
  font-weight: 400;
  background-color: #c17343;
  border-radius: 0px;
  top: 15px;
  left: 15px;
}

.woocommerce ul.products li.product .price {
  font-size: 16px;
  color: #ffffff;
  background-color: #c17343;
  padding: 5px 20px;
  border-radius: 0px;
  top: 15px;
  right: -10px;
}

.woocommerce div.product .product_title {
  font-size: 32px;
  color: #337296;
}

.woocommerce .woocommerce-product-rating .star-rating {
  color: #c17343;
}

.woocommerce div.product .summary>p.price,
.woocommerce div.product .summary>span.price {
  font-size: 22px;
  color: #337296;
}

.woocommerce div.product div.images img {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(51, 114, 150, 0.2);
}

.woocommerce div.product form.cart .button {
  color: #ffffff;
  font-weight: 400;
  background-color: #c17343;
  padding: 13px 25px;
  margin-right: 1px;
}

.woocommerce div.product form.cart .button:hover {
  color: #c17343;
  background-color: #337296;
  margin-top: 0px;
  margin-bottom: 0px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  color: #ffffff;
  background-color: #337296;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(145, 145, 145, 0.05);
  border-radius: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  font-size: 14px;
  color: #337296;
  font-weight: 400;
  background-color: rgba(51, 114, 150, 0.03);
  margin-bottom: -2px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(145, 145, 145, 0.05);
  border-radius: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  font-size: 16px;
  color: #c17343;
  font-weight: 700;
  background-color: #337296;
  border-style: solid;
  border-width: 1px 1px 0px;
  border-color: rgba(145, 145, 145, 0.05);
}

.woocommerce .woocommerce-result-count {
  font-size: 15px;
  color: #ffffff;
  background-color: #337296;
  padding: 10px 25px;
}

.products .product .xtra-product-icons {
  padding: 2px;
  margin-right: -20px;
  margin-left: -20px;
  border-radius: 0px;
}

.products .product .xtra-add-to-wishlist {
  color: #ffffff;
}

.products .product .xtra-add-to-wishlist:hover {
  color: #ffffff;
  background-color: #337296;
}

.products .product .xtra-product-quick-view {
  color: #ffffff;
}

.products .product .xtra-product-quick-view:hover {
  color: #ffffff;
  background-color: #337296;
}

.products .product .xtra-add-to-compare {
  color: #ffffff;
}

.products .product .xtra-add-to-compare:hover {
  color: #ffffff;
  background-color: #337296;
}

.woocommerce .cart .xtra-product-icons-wishlist {
  color: #ffffff;
  background-color: #c17343;
  padding: 1px;
  border-radius: 0px;
}

.woocommerce .cart .xtra-product-icons-wishlist:hover {
  color: #ffffff;
  background-color: #337296;
}

.woocommerce .cart .xtra-product-icons-compare {
  color: #ffffff;
  background-color: #c17343;
  padding: 1px;
  border-radius: 0px;
}

.woocommerce .cart .xtra-product-icons-compare:hover {
  color: #ffffff;
  background-color: #337296;
}

.quantity-down {
  color: #ffffff;
  background-color: #337296;
}

.quantity-down:hover {
  color: #337296;
  background-color: #c17343;
}

.quantity-up {
  color: #ffffff;
  background-color: #337296;
}

.quantity-up:hover {
  color: #337296;
  background-color: #c17343;
}


/* ============================================================
   20. IMAGES & MISC
   ============================================================ */

.page_content img,
a.cz_post_image img,
footer img,
.cz_image_in,
.wp-block-gallery figcaption,
.cz_grid .cz_grid_link {
  border-radius: 0px;
}

.tagcloud a,
.widget .tagcloud a,
.cz_post_cat a,
.cz_post_views a {
  background-color: rgba(255, 255, 255, 0.1);
  border-style: solid;
  border-color: rgba(51, 114, 150, 0.15);
  border-radius: 0px;
}

.tagcloud a:hover,
.widget .tagcloud a:hover,
.cz_post_cat a:hover,
.cz_post_views a:hover {
  color: #ffffff;
  background-color: #c17343;
  border-style: solid;
  border-color: #c17343;
}


/* ============================================================
   21. PAGINATION
   ============================================================ */

.pagination a,
.pagination>b,
.pagination span,
.page-numbers a,
.page-numbers span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 20px;
  color: #337296;
  padding: 0px;
  margin-top: 25px;
  border-style: none;
  border-color: transparent;
  border-radius: 0px;
}

.pagination .current,
.pagination>b,
.pagination a:hover,
.page-numbers .current,
.page-numbers a:hover,
.pagination .next:hover,
.pagination .prev:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #ffffff;
  background-color: #c17343;
  border-color: #c17343;
}


/* ============================================================
   22. CPT POSTS
   ============================================================ */

.cz-cpt-post .cz_readmore,
.cz-cpt-post .more-link {
  color: #337296;
  background-color: #ffffff;
  padding: 6px 12px 4px 20px;
  border-style: solid;
  border-radius: 0px;
}

.rtl.cz-cpt-post .cz_readmore,
.rtl.cz-cpt-post .more-link {
  padding-left: 15px;
  padding-right: 10px;
}

.cz-cpt-post .cz_readmore:hover,
.cz-cpt-post .more-link:hover {
  color: #ffffff;
  background-color: #c17343;
}

.cz-cpt-post .cz_readmore i,
.cz-cpt-post .more-link i {
  color: #c17343;
  border-style: solid;
  border-radius: 0px;
  float: right;
}

.cz-cpt-post .cz_readmore:hover i,
.cz-cpt-post .more-link:hover i {
  color: #ffffff;
  margin-left: 5px;
}

.cz-cpt-post .cz_default_loop>div {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  background-color: #337296;
  padding: 30px;
  border-radius: 0px;
}

.cz-cpt-post .cz_default_loop .cz_post_author_name {
  display: none;
}

.cz-cpt-post .cz_default_loop .cz_post_author_avatar img {
  border-radius: 90px;
  display: none;
}

.cz-cpt-post .cz_default_loop:hover>div {
  border-color: #c17343;
}

.cz-cpt-post .cz_default_loop .cz_post_title h3 {
  font-size: 26px;
  color: #ffffff;
  margin-top: 20px;
}

.cz-cpt-post .cz_default_loop .cz_post_date {
  font-size: 8px;
  color: rgba(51, 114, 150, 0.84);
  letter-spacing: 0px;
  background-color: #c17343;
  padding: 5px 10px;
  margin-bottom: 10px;
  margin-left: -15px;
  opacity: 1;
}

.cz-cpt-post article .cz_post_icon {
  color: #c17343;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 0px;
}

.cz-cpt-post article .cz_post_icon:hover {
  color: #c17343;
  background-color: #337296;
}

.cz-cpt-post .cz_post_image,
.cz-cpt-post .cz_post_svg {
  background-color: #337296;
  border-radius: 0px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}

.cz_default_loop.sticky>div {
  margin-top: -1px;
}

.single_con .tagcloud a:first-child,
.single_con .cz_post_cat a:first-child,
.cz_post_views a:first-child {
  color: #ffffff;
  background-color: #c17343;
}

.single_con .cz_single_fi img {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.cz-cpt-portfolio article .cz_post_icon {
  color: #337296;
  background-color: #c17343;
  padding: 40px;
  border-radius: 0px;
}


/* ============================================================
   23. NEXT / PREV NAVIGATION
   ============================================================ */

.next_prev {
  background-color: #337296;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(145, 145, 145, 0.05);
  border-radius: 0px;
}

.next_prev h4 {
  font-size: 18px;
  color: #ffffff;
}

.next_prev h4 small {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.46);
  margin-bottom: 1px;
}

.next_prev .previous i,
.next_prev .next i {
  font-size: 24px;
  color: #c17343;
  background-color: #ffffff;
  padding: 0px;
  border-radius: 0px;
  box-shadow: 0px 5px 30px 0px rgba(193, 115, 67, 0.2);
}

.next_prev .previous:hover i,
.next_prev .next:hover i {
  color: #ffffff;
  background-color: #c17343;
  box-shadow: 0px 0px 0px 0px transparent;
}


/* ============================================================
   24. COMMENTS & RELATED POSTS
   ============================================================ */

.xtra-comments,
.content.cz_related_posts,
.cz_author_box,
.related.products,
.upsells.products,
.up-sells.products,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page #customer_details,
.woocommerce-page .codevz-checkout-details,
.woocommerce-page .woocommerce-order-details,
.woocommerce-page .woocommerce-customer-details,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce-account .cz_post_content>.woocommerce {
  color: rgba(255, 255, 255, 0.89);
  background-color: #337296;
  padding: 30px 40px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(145, 145, 145, 0.05);
  border-radius: 0px;
}

.xtra-comments .commentlist li article {
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
  border-style: none;
  border-radius: 0px;
}

#comments>h3,
.content.cz_related_posts>h4,
.content.cz_author_box>h4,
.related.products>h2,
.upsells.products>h2,
.up-sells.products>h2,
.woocommerce-page .cart-collaterals .cart_totals>h2,
.woocommerce-page #customer_details>div:first-child>div:first-child>h3:first-child,
.woocommerce-page .codevz-checkout-details>h3,
.woocommerce-page .woocommerce-order-details>h2,
.woocommerce-page .woocommerce-customer-details>h2,
.woocommerce-page .cart-collaterals .cross-sells>h2 {
  color: #ffffff;
  padding-bottom: 10px;
  padding-left: 20px;
}

#comments>h3:before,
.content.cz_related_posts>h4:before,
.content.cz_author_box>h4:before,
.related.products>h2:before,
.upsells.products>h2:before,
.up-sells.products>h2:before,
.woocommerce-page .cart-collaterals .cart_totals>h2:before,
.woocommerce-page #customer_details>div:first-child>div:first-child>h3:first-child:before,
.woocommerce-page .codevz-checkout-details>h3:before,
.woocommerce-page .woocommerce-order-details>h2:before,
.woocommerce-page .woocommerce-customer-details>h2:before,
.woocommerce-page .cart-collaterals .cross-sells>h2:before {
  background-color: #c17343;
  width: 8px;
  height: 8px;
  top: 14px;
  left: 1px;
}

.cz_related_posts .cz_related_post_date {
  font-size: 11px;
}

.cz_related_posts .cz_related_post h3 {
  color: #ffffff;
}

.cz_related_posts .cz_related_post:hover h3 {
  color: #c17343;
}

.cz_related_posts .cz_related_post_date a {
  color: rgba(255, 255, 255, 0.51);
}

.cz_related_posts .cz_related_post_date a:hover {
  color: #ffffff;
}


/* ============================================================
   25. SHARE BAR
   ============================================================ */

div.xtra-share {
  background-color: #337296;
  padding-left: 30px;
  margin-top: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(145, 145, 145, 0.05);
  border-radius: 0px;
  display: flex;
}

div.xtra-share a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 10px;
  margin-left: 10px;
  opacity: 1;
}

div.xtra-share:before {
  font-size: 14px;
  color: #c17343;
  width: 60px;
  margin-right: 10px;
}


/* ============================================================
   26. TOOLTIPS
   ============================================================ */

[class*="cz_tooltip_"] [data-title]:after {
  color: #ffffff;
  background-color: #c17343;
  padding: 10px 15px;
  border-radius: 0px;
}


/* ============================================================
   27. MOBILE NAVIGATION
   ============================================================ */

.xtra-fixed-mobile-nav {
  background-color: #337296;
}

.xtra-fixed-mobile-nav>a span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-left: 40px;
}

.rtl .xtra-fixed-mobile-nav>a span {
  padding-left: 0px;
  padding-right: 40px;
}

.xtra-fixed-mobile-nav>a i,
.xtra-fixed-mobile-nav>a img {
  color: #337296;
  background-color: #c17343;
  padding: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.rtl .xtra-fixed-mobile-nav>a i,
.rtl .xtra-fixed-mobile-nav>a img {
  left: auto;
  right: 0px;
}

.xtra-fixed-mobile-nav>a {
  padding-top: 15px;
  padding-bottom: 15px;
}

li.xtra-mobile-menu-additional .cz_social a {
  font-size: 16px;
  color: #337296;
  background-color: #c17343;
  padding: 4px;
  margin-top: 20px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 0px;
}

li.xtra-mobile-menu-additional .cz_social a:hover {
  color: #ffffff;
  background-color: #337296;
}

.xtra-mobile-menu-text {
  color: #a0a0a0;
  padding-top: 10px;
  padding-bottom: 15px;
}


/* ============================================================
   28. CODEVZ-PLUS — PAGE 6 / DYNAMIC SINGLE
   ============================================================ */

.cz-page-6 .page_header {
  background-image: linear-gradient(90deg, transparent, transparent), url(none.html);
}

#cz_67543>div {
  position: relative;
  display: table;
  margin: 0 auto;
}

#cz_47863 .cz_title_content {
  margin-top: 50px;
  margin-bottom: 25px;
}

#cz_65289 .cz_title_content {
  margin-bottom: 100px;
}

/* Service boxes */
#cz_96239 .cz_box_front_inner {
  background-size: cover;
  background-image: url(../wp-content/uploads/2020/01/service-1.jpg);
  padding: 400px 0px 0px;
  margin-bottom: -100px;
}

#cz_96239 .cz_box_back_inner {
  background-size: cover;
  background-image: linear-gradient(90deg, rgba(244, 192, 59, 0.95), rgba(244, 192, 59, 0.95)), url(../wp-content/uploads/2020/01/service-1.jpg);
  padding-top: 80px;
  padding-bottom: 80px;
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.2);
}

#cz_96239 .cz_box_back_inner_position {
  font-size: 18px;
  color: #337296;
  line-height: 1.6;
  padding-right: 25px;
  padding-left: 25px;
  box-sizing: border-box;
}

#cz_96239 .cz_box_back_title {
  font-size: 24px;
  color: #337296;
  margin-bottom: 50px;
}

#cz_96239 .cz_box_back_btn {
  font-size: 16px;
  color: #337296;
  font-weight: 500;
  background-color: #ffffff;
  padding: 15px 35px;
  margin-top: 50px;
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.15);
}

#cz_96239 .cz_box_back_btn:hover {
  color: #c17343;
  background-color: #337296;
  margin-top: 52px;
  margin-bottom: -2px;
  box-shadow: 0px 10px 10px 0px rgba(244, 192, 59, 0.1);
}

#cz_56045 .cz_title_content {
  color: #ffffff;
  background-color: rgba(36, 51, 68, 0.7);
  padding: 34px 50px;
  box-sizing: border-box;
}

#cz_56045 .cz_shape_1 {
  font-size: 20px;
  color: #ffffff;
  text-align: right;
  top: 43px;
  right: 35px;
  left: auto;
}

.rtl #cz_56045 .cz_shape_1 {
  text-align: left;
  right: auto;
  left: 35px;
}

#cz_51811 .cz_box_front_inner {
  background-size: cover;
  background-image: url(../wp-content/uploads/2020/01/service-2.jpg);
  padding: 400px 0px 0px;
  margin-bottom: -100px;
}

#cz_51811 .cz_box_back_inner {
  background-size: cover;
  background-image: linear-gradient(90deg, rgba(244, 192, 59, 0.95), rgba(244, 192, 59, 0.95)), url(../wp-content/uploads/2020/01/service-2.jpg);
  padding-top: 80px;
  padding-bottom: 80px;
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.2);
}

#cz_51811 .cz_box_back_inner_position {
  font-size: 18px;
  color: #337296;
  line-height: 1.6;
  padding-right: 25px;
  padding-left: 25px;
  box-sizing: border-box;
}

#cz_51811 .cz_box_back_title {
  font-size: 24px;
  color: #337296;
  margin-bottom: 50px;
}

#cz_51811 .cz_box_back_btn {
  font-size: 16px;
  color: #337296;
  font-weight: 500;
  background-color: #ffffff;
  padding: 15px 35px;
  margin-top: 50px;
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.15);
}

#cz_51811 .cz_box_back_btn:hover {
  color: #c17343;
  background-color: #337296;
  margin-top: 52px;
  margin-bottom: -2px;
  box-shadow: 0px 10px 10px 0px rgba(244, 192, 59, 0.1);
}

#cz_84255 .cz_title_content {
  color: #ffffff;
  background-color: rgba(36, 51, 68, 0.7);
  padding: 34px 50px;
  box-sizing: border-box;
}

#cz_84255 .cz_shape_1 {
  font-size: 20px;
  color: #ffffff;
  text-align: right;
  top: 43px;
  right: 35px;
  left: auto;
}

.rtl #cz_84255 .cz_shape_1 {
  text-align: left;
  right: auto;
  left: 35px;
}

#cz_54878 .cz_box_front_inner {
  background-size: cover;
  background-image: url(../wp-content/uploads/2020/01/service-3.jpg);
  padding: 400px 0px 0px;
  margin-bottom: -100px;
}

#cz_54878 .cz_box_back_inner {
  background-size: cover;
  background-image: linear-gradient(90deg, rgba(244, 192, 59, 0.95), rgba(244, 192, 59, 0.95)), url(../wp-content/uploads/2020/01/service-3.jpg);
  padding-top: 80px;
  padding-bottom: 80px;
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.2);
}

#cz_54878 .cz_box_back_inner_position {
  font-size: 18px;
  color: #337296;
  line-height: 1.6;
  padding-right: 25px;
  padding-left: 25px;
  box-sizing: border-box;
}

#cz_54878 .cz_box_back_title {
  font-size: 24px;
  color: #337296;
  margin-bottom: 50px;
}

#cz_54878 .cz_box_back_btn {
  font-size: 16px;
  color: #337296;
  font-weight: 500;
  background-color: #ffffff;
  padding: 15px 35px;
  margin-top: 50px;
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.15);
}

#cz_54878 .cz_box_back_btn:hover {
  color: #c17343;
  background-color: #337296;
  margin-top: 52px;
  margin-bottom: -2px;
  box-shadow: 0px 10px 10px 0px rgba(244, 192, 59, 0.1);
}

#cz_109667 .cz_title_content {
  color: #ffffff;
  background-color: rgba(36, 51, 68, 0.7);
  padding: 34px 50px;
  box-sizing: border-box;
}

#cz_109667 .cz_shape_1 {
  font-size: 20px;
  color: #ffffff;
  text-align: right;
  top: 43px;
  right: 35px;
  left: auto;
}

.rtl #cz_109667 .cz_shape_1 {
  text-align: left;
  right: auto;
  left: 35px;
}

#cz_44502 .cz_box_front_inner {
  background-color: #c17343;
  padding: 80px 0px;
  margin-right: 150px;
}

#cz_20294 .cz_image_in {
  margin-right: -100px;
  margin-left: -50px;
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.2);
}

#cz_20294>div {
  position: relative;
}

#cz_55001 .cz_title_content {
  margin-bottom: 25px;
}

#cz_55001 .cz_shape_1 {
  color: rgba(244, 192, 59, 0.1);
  top: -54px;
  left: -60px;
}

.rtl #cz_55001 .cz_shape_1 {
  left: auto;
  right: -60px;
}

#cz_22860 .cz_title_content {
  margin-bottom: 50px;
}

#cz_97058 .cz_title_content {
  margin-bottom: 75px;
}

#cz_47689 li {
  font-size: 20px;
  color: #337296;
  font-weight: 600;
  width: 50%;
  float: left;
}

#cz_47689 i {
  font-size: 26px;
  color: #c17343;
  border-radius: 0px;
}

#cz_47689 li:hover i {
  color: #337296;
  background-color: #c17343;
}

#cz_77369 .cz_title_content {
  margin-bottom: 25px;
}

#cz_77369 .cz_shape_1 {
  color: rgba(244, 192, 59, 0.1);
  top: 15px;
}

#cz_27478 {
  background-color: #ffffff;
  padding: 50px 40px 0px;
  margin-bottom: 50px;
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.2);
}

#cz_27478:hover {
  background-color: #c17343;
}

#cz_27478 .service_text {
  color: #8b8b8b;
}

#cz_27478:hover .service_text {
  color: #ffffff;
}

#cz_27478 h3,
#cz_27478 h3 a {
  color: #337296;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-style: solid;
  border-bottom-width: 4px;
  border-color: #c17343;
}

#cz_27478:hover h3,
#cz_27478:hover h3 a {
  color: #ffffff;
  border-style: solid;
  border-color: #ffffff;
}

#cz_27478 .cz_btn {
  font-weight: 600;
  margin-top: 75px;
  margin-bottom: -45px;
  display: inline-block;
}

#cz_27478:hover .cz_btn {
  color: #337296;
  background-color: #ffffff;
}

#cz_27478 .service_img:not(.service_number) {
  width: auto;
  margin-bottom: 75px;
}

#cz_47601 {
  background-color: #ffffff;
  padding: 50px 40px 0px;
  margin-bottom: 50px;
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.2);
}

#cz_47601:hover {
  background-color: #c17343;
}

#cz_47601 .service_text {
  color: #8b8b8b;
}

#cz_47601:hover .service_text {
  color: #ffffff;
}

#cz_47601 h3,
#cz_47601 h3 a {
  color: #337296;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-style: solid;
  border-bottom-width: 4px;
  border-color: #c17343;
}

#cz_47601:hover h3,
#cz_47601:hover h3 a {
  color: #ffffff;
  border-style: solid;
  border-color: #ffffff;
}

#cz_47601 .cz_btn {
  font-weight: 600;
  margin-top: 75px;
  margin-bottom: -45px;
  display: inline-block;
}

#cz_47601:hover .cz_btn {
  color: #337296;
  background-color: #ffffff;
}

#cz_47601 .service_img:not(.service_number) {
  width: auto;
  margin-bottom: 75px;
}

#cz_24862 {
  background-color: #ffffff;
  padding: 50px 40px 0px;
  margin-bottom: 50px;
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.2);
}

#cz_24862:hover {
  background-color: #c17343;
}

#cz_24862 .service_text {
  color: #8b8b8b;
}

#cz_24862:hover .service_text {
  color: #ffffff;
}

#cz_24862 h3,
#cz_24862 h3 a {
  color: #337296;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-style: solid;
  border-bottom-width: 4px;
  border-color: #c17343;
}

#cz_24862:hover h3,
#cz_24862:hover h3 a {
  color: #ffffff;
  border-style: solid;
  border-color: #ffffff;
}

#cz_24862 .cz_btn {
  font-weight: 600;
  margin-top: 75px;
  margin-bottom: -45px;
  display: inline-block;
}

#cz_24862:hover .cz_btn {
  color: #337296;
  background-color: #ffffff;
}

#cz_24862 .service_img:not(.service_number) {
  width: auto;
  margin-bottom: 75px;
}

#cz_36303 .cz_title_icon_before {
  margin-top: 10px;
  margin-right: 30px;
}

.rtl #cz_36303 .cz_title_icon_before {
  margin-right: 0px;
  margin-left: 30px;
}

#cz_78260,
#cz_78260:before {
  font-size: 20px;
  color: #337296;
  background-color: #ffffff;
}

#cz_78260:hover,
#cz_78260:after {
  color: #337296;
  background-color: #c17343;
}

#cz_36721 .cz_title_content {
  margin-bottom: 25px;
}

#cz_36721 .cz_shape_1 {
  color: rgba(244, 192, 59, 0.1);
  top: -53px;
  left: -60px;
}

.rtl #cz_36721 .cz_shape_1 {
  left: auto;
  right: -30px;
}

#cz_100060 .cz_title_content {
  margin-bottom: 40px;
}

#cz_49369 .cz_title_content {
  margin-bottom: 75px;
}

#cz_83527 .cz_image_in {
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.15);
}

#cz_83527 .cz_svg_bg:before {
  background-color: #c17343;
  top: 50px;
  left: -50px;
}

#cz_83527>div {
  position: relative;
}

#cz_31949 .cz_box_front_inner {
  color: #ffffff;
  background-color: #337296;
  padding: 125px 0px;
  margin-left: 100px;
}

.rtl #cz_31949 .cz_box_front_inner {
  margin-left: 0px;
  margin-right: 100px;
}

#cz_49780 .cz_title_content {
  margin-bottom: 50px;
}

#cz_49780:hover .cz_title_content,
.cz_title_parent_box:hover #cz_49780 .cz_title_content {
  margin-right: -20px;
  margin-left: -20px;
}

#cz_49780 .cz_title_icon_before {
  font-size: 58px;
  color: #ffffff;
  font-weight: 300;
  background-color: #c17343;
  padding: 10px;
  margin-right: 50px;
  margin-left: -72px;
}

.rtl #cz_49780 .cz_title_icon_before {
  margin-left: 50px;
  margin-right: -72px;
}

#cz_49780:hover .cz_title_icon_before {
  color: #337296;
  background-color: #ffffff;
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.16);
}

#cz_19038 .cz_title_content {
  margin-bottom: 50px;
}

#cz_19038:hover .cz_title_content,
.cz_title_parent_box:hover #cz_19038 .cz_title_content {
  margin-right: -20px;
  margin-left: -20px;
}

#cz_19038 .cz_title_icon_before {
  font-size: 58px;
  color: #ffffff;
  font-weight: 300;
  background-color: #c17343;
  padding: 10px;
  margin-right: 50px;
  margin-left: -72px;
}

.rtl #cz_19038 .cz_title_icon_before {
  margin-left: 50px;
  margin-right: -72px;
}

#cz_19038:hover .cz_title_icon_before {
  color: #337296;
  background-color: #ffffff;
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.16);
}

#cz_99621:hover .cz_title_content,
.cz_title_parent_box:hover #cz_99621 .cz_title_content {
  margin-right: -20px;
  margin-left: -20px;
}

#cz_99621 .cz_title_icon_before {
  font-size: 58px;
  color: #ffffff;
  font-weight: 300;
  background-color: #c17343;
  padding: 10px;
  margin-right: 50px;
  margin-left: -72px;
}

.rtl #cz_99621 .cz_title_icon_before {
  margin-left: 50px;
  margin-right: -72px;
}

#cz_99621:hover .cz_title_icon_before {
  color: #337296;
  background-color: #ffffff;
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.16);
}

#cz_34598 .cz_title_content {
  margin-bottom: 25px;
}

#cz_34598 .cz_shape_1 {
  color: rgba(244, 192, 59, 0.1);
  top: 11px;
}

#cz_107755 .cz_title_content {
  margin-bottom: 100px;
}

#cz_67424 .cz_grid_item>div:hover {
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.15);
}

#cz_67424 .cz_grid_link:before {
  background-color: rgba(244, 192, 59, 0.8);
}

#cz_67424 .cz_grid_filters {
  margin-bottom: 30px;
}

#cz_67424 .cz_grid_filters li {
  font-size: 16px;
  font-weight: 500;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 0px;
}

#cz_67424 .cz_grid_filters .cz_active_filter {
  color: #337296;
  background-color: #c17343;
  border-radius: 0px;
  box-shadow: 0px 10px 30px 0px rgba(244, 192, 59, 0.3);
}

#cz_67424 .cz_grid_icon {
  color: #c17343;
  background-color: #337296;
  padding: 15px;
}

#cz_67424 .cz_grid_details h3 {
  font-size: 24px;
  color: #337296;
  margin-top: 10px;
}

#cz_67424 .cz_grid_details small {
  color: rgba(36, 51, 68, 0.8);
  font-weight: 500;
}

#cz_67424 .cz_grid_details small a {
  color: rgba(36, 51, 68, 0.8);
}

#cz_67424 {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px;
}

#cz_67424 .cz_grid_item>div {
  margin: 0 5px 10px;
}

#cz_109863 .cz_box_front_inner {
  color: #ffffff;
  background-color: #337296;
  padding: 100px 150px 100px 50px;
  margin-right: -100px;
}

#cz_64632 .cz_title_content {
  margin-bottom: 25px;
}

#cz_64632 .cz_shape_1 {
  color: rgba(244, 192, 59, 0.1);
  top: -54px;
  left: -60px;
}

.rtl #cz_64632 .cz_shape_1 {
  left: auto;
  right: -60px;
}

#cz_30870 .cz_title_content {
  margin-bottom: 50px;
}

#cz_100984 .cz_title_content {
  margin-bottom: 75px;
}

#cz_79477 .cz_box_front_inner {
  background-color: #c17343;
  padding: 75px 75px 50px;
  margin-top: 100px;
  margin-bottom: 100px;
}

#cz_46695 label {
  font-size: 14px;
  color: rgba(36, 51, 68, 0.7);
}

#cz_46695 input:not([type="submit"]),
#cz_46695 input[type="date"],
#cz_46695 textarea,
#cz_46695 select {
  margin-top: 5px;
  border-style: none;
}

#cz_46695 input[type="submit"],
#cz_46695 button {
  float: right;
}

#cz_46695 input[type="submit"]:hover,
#cz_46695 button:hover {
  color: #337296;
  background-color: #ffffff;
}

#cz_46695 p:nth-child(2) {
  width: 48%;
}

#cz_46695 p:nth-child(3) {
  width: 48%;
  float: right;
}

.rtl #cz_46695 p:nth-child(3) {
  float: left;
}

#cz_46695 p:nth-child(4) {
  width: 48%;
}

#cz_46695 p:nth-child(5) {
  width: 48%;
  float: right;
}

.rtl #cz_46695 p:nth-child(5) {
  float: left;
}

#cz_75064 .cz_title_content {
  margin-bottom: 25px;
}

#cz_75064 .cz_shape_1 {
  color: rgba(244, 192, 59, 0.1);
  top: 11px;
}

#cz_19626 .cz_title_content {
  margin-bottom: 100px;
}

/* Home page mobile paragraph center alignment */
@media screen and (max-width: 768px) {
  body.home .cz_mobile_text_center .cz_wpe_content p {
    text-align: center !important;
  }
}

#cz_110161 {
  margin-right: 100px;
  margin-left: 100px;
}

#cz_110161 .slick-dots {
  bottom: -50px;
}

#cz_110161 .slick-dots li button {
  background-color: #c17343;
  padding-top: 5px;
  margin-right: 3px;
  margin-left: 3px;
}

#cz_110161 .slick-list {
  margin: 0 -50px;
  clip-path: inset(0 50px 0 50px);
}

#cz_110161 .slick-slide {
  margin: 0 50px;
}

#cz_24631 .cz_testimonials_content {
  font-size: 24px;
  color: #337296;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #ffffff;
  padding: 75px 150px;
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.15);
}

#cz_24631 .cz_testimonials_avatar {
  width: 200px;
  height: 200px;
  border-radius: 0px;
  box-shadow: -15px 15px 0px 0px #c17343;
  position: absolute;
  top: -50px;
  left: -100px;
}

.rtl #cz_24631 .cz_testimonials_avatar {
  left: auto;
  right: -120px;
}

#cz_24631.cz_testimonials_bottom_arrow .cz_testimonials_content:after {
  border-top-color: rgba(167, 167, 167, 0.1);
}

#cz_24631.cz_testimonials_top_arrow .cz_testimonials_content:after {
  border-left-color: rgba(167, 167, 167, 0.1);
}

#cz_99330 .cz_testimonials_content {
  font-size: 24px;
  color: #337296;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #ffffff;
  padding: 75px 150px;
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.15);
}

#cz_99330 .cz_testimonials_avatar {
  width: 200px;
  height: 200px;
  border-radius: 0px;
  box-shadow: -15px 15px 0px 0px #c17343;
  position: absolute;
  top: -25px;
  left: -100px;
}

.rtl #cz_99330 .cz_testimonials_avatar {
  left: auto;
  right: -100px;
}

#cz_99330.cz_testimonials_bottom_arrow .cz_testimonials_content:after {
  border-top-color: rgba(167, 167, 167, 0.1);
}

#cz_99330.cz_testimonials_top_arrow .cz_testimonials_content:after {
  border-left-color: rgba(167, 167, 167, 0.1);
}

#cz_30484 .cz_testimonials_content {
  font-size: 24px;
  color: #337296;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #ffffff;
  padding: 75px 150px;
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.15);
}

#cz_30484 .cz_testimonials_avatar {
  width: 200px;
  height: 200px;
  border-radius: 0px;
  box-shadow: -15px 15px 0px 0px #c17343;
  position: absolute;
  top: -25px;
  left: -100px;
}

.rtl #cz_30484 .cz_testimonials_avatar {
  left: auto;
  right: -120px;
}

#cz_30484.cz_testimonials_bottom_arrow .cz_testimonials_content:after {
  border-top-color: rgba(167, 167, 167, 0.1);
}

#cz_30484.cz_testimonials_top_arrow .cz_testimonials_content:after {
  border-left-color: rgba(167, 167, 167, 0.1);
}

#cz_58166 .cz_box_front_inner {
  background-color: #c17343;
  padding: 50px;
  margin-top: -90px;
  border-radius: 0px;
}

#cz_93000>div {
  position: relative;
  display: table;
  margin: 0 auto;
}

#cz_37730>div {
  position: relative;
  display: table;
  margin: 0 auto;
}

#cz_102208>div {
  position: relative;
  display: table;
  margin: 0 auto;
}

#cz_30976>div {
  position: relative;
  display: table;
  margin: 0 auto;
}

#cz_14125>div {
  position: relative;
  display: table;
  margin: 0 auto;
}


/* ============================================================
   29. RESPONSIVE — max-width: 1240px
   ============================================================ */

@media screen and (max-width: 1240px) {
  #layout {
    width: 100% !important;
  }

  #layout.layout_1,
  #layout.layout_2 {
    width: 95% !important;
  }

  .row {
    width: 90% !important;
    padding: 0;
  }

  blockquote {
    padding: 20px;
  }

  footer .elms_center,
  footer .have_center .elms_left,
  footer .have_center .elms_center,
  footer .have_center .elms_right {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto;
    flex: unset;
  }
}


/* ============================================================
   30. RESPONSIVE — max-width: 768px
   ============================================================ */

@media screen and (max-width: 768px) {

  .page_title,
  .header_onthe_cover .page_title {
    padding-top: 25px;
  }

  .page_title .codevz-section-title {
    font-size: 20px;
  }

  #cz_55001 .cz_shape_1 {
    left: auto;
  }

  #cz_77369 .cz_shape_1 {
    font-size: 6em;
  }

  #cz_36303 .cz_title_icon_before {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  #cz_36721 .cz_shape_1 {
    left: auto;
  }

  #cz_34598 .cz_shape_1 {
    font-size: 6em;
  }

  #cz_64632 .cz_shape_1 {
    left: auto;
  }

  #cz_100984 .cz_title_content {
    margin-bottom: 25px;
  }

  #cz_75064 .cz_shape_1 {
    font-size: 5em;
  }

  #cz_110161 {
    margin-right: 0px;
    margin-left: 0px;
  }

  #cz_24631 .cz_testimonials_content {
    padding: 50px;
  }

  #cz_24631 .cz_testimonials_avatar {
    margin: -100px auto 75px;
    display: table;
    position: static;
  }

  #cz_99330 .cz_testimonials_content {
    padding: 50px;
  }

  #cz_99330 .cz_testimonials_avatar {
    margin: -100px auto 75px;
    display: table;
    position: static;
  }

  #cz_30484 .cz_testimonials_content {
    padding: 50px;
  }

  #cz_30484 .cz_testimonials_avatar {
    margin: -100px auto 75px;
    display: table;
    position: static;
  }

  #cz_93000 .cz_image_in {
    margin-bottom: 50px;
  }

  #cz_37730 .cz_image_in {
    margin-bottom: 50px;
  }

  #cz_102208 .cz_image_in {
    margin-bottom: 50px;
  }

  #cz_14125 .cz_image_in {
    margin-bottom: 50px;
  }
}


/* ============================================================
   31. RESPONSIVE — max-width: 480px
   ============================================================ */

@media screen and (max-width: 480px) {
  .cz_middle_footer {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .page_title,
  .header_onthe_cover .page_title {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .breadcrumbs a,
  .breadcrumbs i {
    display: none;
  }

  .cz-cpt-post .cz_default_loop .cz_post_con {
    margin-bottom: 50px;
  }

  .xtra-comments,
  .content.cz_related_posts,
  .cz_author_box,
  .related.products,
  .upsells.products,
  .up-sells.products,
  .woocommerce-page .cart-collaterals .cart_totals,
  .woocommerce-page #customer_details,
  .woocommerce-page .codevz-checkout-details,
  .woocommerce-page .woocommerce-order-details,
  .woocommerce-page .woocommerce-customer-details,
  .woocommerce-page .cart-collaterals .cross-sells,
  .woocommerce-account .cz_post_content>.woocommerce {
    padding: 25px 30px 5px;
  }

  body,
  body.rtl,
  .rtl form,
  .xtra-fixed-mobile-nav-e>div {
    font-size: 14px;
    line-height: 1.8;
  }

  #cz_65289 .cz_title_content {
    margin-bottom: 50px;
  }

  #cz_44502 .cz_box_front_inner {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: 0px;
    margin-left: 0px;
  }

  #cz_20294 .cz_image_in {
    margin-right: -10px;
    margin-left: -10px;
  }

  #cz_55001 .cz_shape_1 {
    font-size: 4em;
    display: none;
    top: -40px;
  }

  #cz_47689 li {
    width: 100%;
  }

  #cz_77369 .cz_shape_1 {
    font-size: 3em;
    display: none;
    top: -10px;
  }

  #cz_27478 .cz_btn {
    text-align: center;
    margin-right: -40px;
    margin-left: -40px;
    display: block;
  }

  #cz_47601 {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  #cz_47601 .cz_btn {
    text-align: center;
    margin-right: -40px;
    margin-left: -40px;
    display: block;
  }

  #cz_24862 .cz_btn {
    text-align: center;
    margin-right: -40px;
    margin-left: -40px;
    display: block;
  }

  #cz_36721 .cz_shape_1 {
    font-size: 4em;
    display: none;
    top: -40px;
  }

  #cz_31949 .cz_box_front_inner {
    padding: 75px 30px;
    margin-right: 0px;
    margin-left: 0px;
  }

  #cz_49780 .cz_title_content {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  #cz_49780 .cz_title_icon_before {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  #cz_19038 .cz_title_content {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  #cz_19038 .cz_title_icon_before {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  #cz_99621 .cz_title_content {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  #cz_99621 .cz_title_icon_before {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  #cz_34598 .cz_shape_1 {
    font-size: 3em;
    display: none;
    top: -6px;
  }

  #cz_67424 .cz_grid_filters {
    margin-bottom: 25px;
  }

  #cz_67424 .cz_grid_filters li {
    font-size: 12px;
    margin-right: 0px;
    margin-bottom: 2px;
    margin-left: 0px;
  }

  #cz_109863 .cz_box_front_inner {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: 0px;
    margin-left: 0px;
  }

  #cz_64632 .cz_shape_1 {
    font-size: 3em;
    display: none;
    top: -20px;
  }

  #cz_100984 .cz_title_content {
    margin-bottom: 0px;
  }

  #cz_79477 .cz_box_front_inner {
    padding: 30px;
  }

  #cz_46695 label {
    font-size: 12px;
  }

  #cz_46695 input:not([type="submit"]),
  #cz_46695 input[type="date"],
  #cz_46695 textarea,
  #cz_46695 select {
    font-size: 12px;
  }

  #cz_46695 input[type="submit"],
  #cz_46695 button {
    width: 100%;
  }

  #cz_75064 .cz_shape_1 {
    font-size: 2em;
    display: none;
    top: -5px;
  }

  #cz_24631 .cz_testimonials_content {
    padding: 30px;
  }

  #cz_24631 .cz_testimonials_avatar {
    width: 150px;
    height: 150px;
  }

  #cz_99330 .cz_testimonials_content {
    padding: 30px;
  }

  #cz_99330 .cz_testimonials_avatar {
    width: 150px;
    height: 150px;
  }

  #cz_30484 .cz_testimonials_content {
    padding: 30px;
  }

  #cz_30484 .cz_testimonials_avatar {
    width: 150px;
    height: 150px;
  }

  #cz_58166 .cz_box_front_inner {
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  #cz_14125 .cz_image_in {
    margin-top: 50px;
  }
}


/* ============================================================
   32. WPR LIGHTBOX STYLES
   ============================================================ */

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.lg-toolbar,
.lg-dropdown {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.lg-dropdown:after {
  border-bottom-color: rgba(0, 0, 0, 0.8) !important;
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.lg-thumb-outer,
.lg-progress-bar {
  background-color: #444444 !important;
}

.lg-progress {
  background-color: #a90707 !important;
}

.lg-icon {
  color: #efefef !important;
  font-size: 20px !important;
  background-color: transparent !important;
}

.lg-icon.lg-toogle-thumb {
  font-size: 24px !important;
}

.lg-icon:hover,
.lg-dropdown-text:hover {
  color: #ffffff !important;
}

.lg-sub-html,
.lg-dropdown-text {
  color: #efefef !important;
  font-size: 14px !important;
}

#lg-counter {
  color: #efefef !important;
  font-size: 14px !important;
  opacity: 0.9;
}

.lg-prev,
.lg-next {
  font-size: 35px !important;
}

.lg-thumb-outer {
  padding: 0 10px;
}

.lg-thumb-item {
  border-radius: 0 !important;
  border: none !important;
  opacity: 0.5;
}

.lg-thumb-item.active {
  opacity: 1;
}

/* ============================================================
   TOP BAR STYLES
   ============================================================ */

.top-bar {
  background-color: #337296;
  color: #ffffff;
  padding: 8px 0;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 4%;
  box-sizing: border-box;
}

.top-bar a {
  color: #ffffff;
  margin-right: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.top-bar a i {
  margin-right: 8px;
  color: #c17343;
  font-size: 14px;
}

.top-bar a:hover {
  color: #c17343;
}

@media screen and (max-width: 768px) {
  .top-bar .row {
    justify-content: center;
    flex-wrap: wrap;
  }

  .top-bar a {
    margin: 5px 10px;
  }
}

/* ============================================================
   MOBILE RESPONSIVENESS AND MENU UPDATES
   ============================================================ */
@media screen and (max-width: 768px) {

  /* Mobile Menu Text Colors */
  #menu_header_4 .cz>a,
  #menu_header_4 .cz .cz a,
  #menu_header_4 .sub-menu li a {
    color: #000000 !important;
  }

  #menu_header_4 .cz>a:hover,
  #menu_header_4 .cz:hover>a,
  #menu_header_4 .cz.current_menu>a,
  #menu_header_4 .current-menu-parent>a,
  #menu_header_4 .cz .cz a:hover,
  #menu_header_4 .cz .cz:hover>a,
  #menu_header_4 .cz .cz.current_menu>a,
  #menu_header_4 .cz .current_menu>.current_menu,
  #menu_header_4 .sub-menu li a:hover {
    color: #c17343 !important;
    background-color: transparent !important;
  }

  #menu_header_4.offcanvas_menu {
    background-color: #ffffff !important;
  }

  /* Footer Mobile Left Align */
  #site_footer .cz_mobile_text_center,
  #site_footer .center_on_mobile,
  #site_footer .elementor-heading-title,
  #site_footer .cz_social_icons {
    text-align: left !important;
    justify-content: flex-start !important;
  }

  #site_footer .cz_title_pos_inline .cz_title_content,
  #site_footer .cz_title_pos_right .cz_title_content {
    justify-content: flex-start !important;
  }

  .elementor-1899 .elementor-element.elementor-element-bf56d7e .cz_logo img {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .elementor-1899 .elementor-element.elementor-element-6f31452 .sf-menu>.cz {
    margin-left: 0 !important;
  }
}

/**/
@media only screen and (max-width: 768px) {

  /* Footer left-align: ALL content inside site footer */
  #site_footer *,
  #site_footer .cz_mobile_text_center,
  #site_footer .center_on_mobile,
  #site_footer .elementor-heading-title,
  #site_footer .cz_social_icons,
  #site_footer .cz_title_content,
  #site_footer .cz_wpe_content,
  #site_footer .elementor-widget-container,
  #site_footer p,
  #site_footer h1,
  #site_footer h2,
  #site_footer h3,
  #site_footer h4,
  #site_footer h5,
  #site_footer h6,
  #site_footer ul,
  #site_footer li,
  #site_footer a {
    text-align: left !important;
    justify-content: flex-start !important;
  }

  /* Footer logo center-align */
  #site_footer .cz_logo,
  #site_footer .cz_logo img {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    float: none !important;
    text-align: center !important;
  }

  /* Footer nav menu left-align */
  #site_footer .sf-menu>.cz {
    margin-left: 0 !important;
    float: none !important;
    display: block !important;
  }

  /* Footer social icons left-align */
  #site_footer .cz_social_icons {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
  }

  /* Widget title left-align */
  .footer_widget,
  .footer_widget>.codevz-widget-title,
  footer .widget_block>div>div>h2,
  .cz_middle_footer,
  .footer_1,
  .footer_1 .row,
  .footer_widget p,
  .footer_widget h1,
  .footer_widget h2,
  .footer_widget h3,
  .footer_widget h4,
  .footer_widget h5,
  .footer_widget h6,
  .footer_widget ul,
  .footer_widget li,
  .footer_widget a {
    text-align: left !important;
  }

  /* Elementor column footer alignment */
  #site_footer .elementor-column,
  #site_footer .elementor-widget-wrap {
    text-align: left !important;
  }

  /* --- Footer: Locations, Contact Us, Our Services, Follow Us --- */
  /* Override cz_mobile_text_center inside footer */
  #site_footer .cz_mobile_text_center .cz_title_content,
  #site_footer .cz_mobile_text_center .cz_wpe_content,
  #site_footer .cz_mobile_text_center h4,
  #site_footer .cz_mobile_text_center h3,
  #site_footer .cz_mobile_text_center h2,
  #site_footer .cz_mobile_text_center p {
    text-align: left !important;
  }

  /* Override center_on_mobile for stylish list (Our Services) */
  #site_footer .center_on_mobile,
  #site_footer .center_on_mobile li,
  #site_footer .cz_stylish_list {
    text-align: left !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Locations heading */
  #site_footer .elementor-element-e609d30 .elementor-heading-title,
  #site_footer .elementor-element-e0f5729 .cz_title_content,
  #site_footer .elementor-element-e0f5729 h4 {
    text-align: left !important;
  }

  /* Contact Us heading & content */
  #site_footer .elementor-element-62e266d .elementor-heading-title,
  #site_footer .elementor-element-3f86b14 .cz_title_content,
  #site_footer .elementor-element-3f86b14 p {
    text-align: left !important;
  }

  /* Our Services heading & list */
  #site_footer .elementor-element-87c7e35 .elementor-heading-title,
  #site_footer .elementor-element-1f68f9b .cz_stylish_list,
  #site_footer .elementor-element-1f68f9b .cz_stylish_list li {
    text-align: left !important;
    justify-content: flex-start !important;
  }

  /* Follow Us heading */
  #site_footer .elementor-element-cbfd1e4 .elementor-heading-title {
    text-align: left !important;
  }

  /* Footer copyright bar (cz_title_pos_right) — make it left-aligned on mobile */
  #site_footer .cz_title_pos_right .cz_title_content,
  #site_footer .cz_title_pos_right .cz_wpe_content,
  #site_footer .cz_title_pos_right p {
    text-align: left !important;
    justify-content: flex-start !important;
  }

}

/* ============================================================
   CONTACT PAGE — MOBILE LEFT ALIGN
   ============================================================ */
@media screen and (max-width: 768px) {

  /* "GET IN TOUCH" label */
  .elementor-element-27ac657 .cz_mobile_text_center .cz_title_content,
  .elementor-element-27ac657 .cz_wpe_content,
  .elementor-element-27ac657 h6 {
    text-align: left !important;
    justify-content: flex-start !important;
  }

  /* "Contact us now" heading */
  .elementor-element-48e1aac .cz_mobile_text_center .cz_title_content,
  .elementor-element-48e1aac .cz_wpe_content,
  .elementor-element-48e1aac h3,
  .elementor-element-48e1aac span {
    text-align: left !important;
    justify-content: flex-start !important;
  }

  /* Phone / Email / Address list — override center_on_mobile */
  .elementor-element-56f14b7 .center_on_mobile,
  .elementor-element-56f14b7 .cz_stylish_list,
  .elementor-element-56f14b7 .cz_stylish_list li,
  .elementor-element-56f14b7 .cz_stylish_list a {
    text-align: left !important;
    justify-content: flex-start !important;
    /* display: flex !important; */
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Contact page — any cz_mobile_text_center in main content */
  .elementor-18 .cz_mobile_text_center .cz_title_content,
  .elementor-18 .cz_mobile_text_center .cz_wpe_content,
  .elementor-18 .cz_mobile_text_center h2,
  .elementor-18 .cz_mobile_text_center h3,
  .elementor-18 .cz_mobile_text_center h4,
  .elementor-18 .cz_mobile_text_center h5,
  .elementor-18 .cz_mobile_text_center h6,
  .elementor-18 .cz_mobile_text_center p {
    text-align: center !important;
  }

  /* Contact page — stylish list (Phone, Email, Address) alignment */
  .elementor-18 .cz_stylish_list li {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 40px !important;
  }

  .elementor-18 .cz_stylish_list a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  /* Icon styling: Large square background */
  .elementor-18 .cz_stylish_list .cz_sl_icon {
    width: 80px !important;
    height: 80px !important;
    background-color: #c17343 !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 15px 0 !important;
    font-size: 32px !important;
    border-radius: 0px !important;
  }

  .elementor-18 .cz_stylish_list .cz_sl_icon i {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Text styling: Centered blue text */
  .elementor-18 .cz_stylish_list li span {
    display: block !important;
    text-align: center !important;
    color: #337296 !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
  }

}

/* ============================================================
   MOBILE — cz_stylish_list ICON + TEXT INLINE (left aligned)
   ============================================================ */
@media screen and (max-width: 768px) {

  /* Whole list: left-aligned, not centered */
  .cz_stylish_list,
  .cz_stylish_list.center_on_mobile {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
  }

  /* Each list item: flex row so arrow stays LEFT of text */
  .cz_stylish_list li {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    flex-wrap: nowrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Arrow icon — comes FIRST (before text) */
  .cz_stylish_list li .cz_sl_icon {
    order: 0 !important;
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    margin-right: 8px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    float: none !important;
    position: static !important;
  }

  /* Text — comes AFTER arrow */
  .cz_stylish_list li>div:not(.cz_sl_icon),
  .cz_stylish_list li>a>div:not(.cz_sl_icon) {
    order: 1 !important;
    text-align: left !important;
    flex: 1 !important;
  }

  .cz_stylish_list li span {
    text-align: left !important;
  }

}

@media only screen and (max-width: 768px) {

  /* Contact section full left align */
  .footer_widget,
  .footer_widget p,
  .footer_widget a,
  .footer_widget h1,
  .footer_widget h2,
  .footer_widget h3,
  .footer_widget h4,
  .footer_widget h5,
  .footer_widget h6 {
    text-align: left !important;
  }

  /* Contact details spacing */
  .footer_widget p {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  /* Mobile Contact Info: single line and centered */
  .elementor-element-3f86b14 .cz_wpe_content {
    text-align: center !important;
  }

  .elementor-element-3f86b14 .cz_wpe_content p {
    display: inline !important;
    margin: 0 5px !important;
  }

}

@media only screen and (max-width: 768px) {

  .top-bar-left {
    margin-left: -10px !important;
  }

  .top-bar-left,
  .top-bar-left * {
    text-align: left !important;
    white-space: nowrap !important;
    font-size: 12px !important;
  }

  /* icon and text same line */
  .top-bar-left i,
  .top-bar-left svg {
    margin-right: 4px !important;
    vertical-align: middle !important;
  }

  .top-bar-left a,
  .top-bar-left span,
  .top-bar-left p {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 !important;
  }

}

@media only screen and (max-width: 768px) {

  .logo_is_img img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }

}

@media only screen and (max-width: 768px) {

  .sf-menu.clr.cz_menu_346.cz_menu_default.cz_helm_pos_right {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: 12px !important;
    padding: 0 !important;
    row-gap: 8px !important;
    /* increase space between 2 lines */
    column-gap: 0 !important;
  }

  .sf-menu.clr.cz_menu_346.cz_menu_default.cz_helm_pos_right>li {
    width: 48% !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .sf-menu.clr.cz_menu_346.cz_menu_default.cz_helm_pos_right>li>a {
    display: block !important;
    text-align: center !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    padding: 2px 0 !important;
    margin: 0 !important;
  }

}

@media (max-width: 768px) {
  .cz_stylish_list li {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .cz_stylish_list .cz_sl_icon {
    display: inline-flex;
    align-items: center;
  }

  .cz_stylish_list .cz_sl_icon i {
    margin-right: 0 !important;
    font-size: 12px;
  }

  .cz_stylish_list li div:last-child {
    display: inline-block;
  }
}

/* Banner title styling for page headers */
.page_cover.xtra-cover-type-title .page_title,
.page_cover.xtra-cover-type-title .page_title .row.clr,
.page_cover.xtra-cover-type-title .breadcrumbs_container,
.page_cover.xtra-cover-type-title .breadcrumbs {
  text-align: center;
  justify-content: center;
}

.page_cover.xtra-cover-type-title .page_title {
  position: relative;
  overflow: hidden;
}

.page_cover.xtra-cover-type-title .page_title::before {
  content: '';
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.4);

  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);

  z-index: 1;
}

.page_cover.xtra-cover-type-title .page_title>* {
  position: relative;
  z-index: 2;
}

.page_cover.xtra-cover-type-title .page_title .section_title {
  color: #fff !important;
  text-align: center !important;
  display: inline-block;
  margin: 0 auto;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.75);
}

.page_cover.xtra-cover-type-title .breadcrumbs a,
.page_cover.xtra-cover-type-title .breadcrumbs i,
.page_cover.xtra-cover-type-title .breadcrumbs span {
  color: #fff !important;
}

@media (max-width: 768px) {
  .page_cover.xtra-cover-type-title .page_title .section_title {
    font-size: clamp(2rem, 6vw, 3rem);
  }

  .page_cover.xtra-cover-type-title .breadcrumbs {
    justify-content: center;
    gap: 0.4rem;
  }
}

/**/
/* Breadcrumb Container Center */
.breadcrumbs_container.clr {
  width: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

/* Breadcrumb Text */
.breadcrumbs.clr {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  gap: 8px;
  width: 100%;
}

/* Page Title Center */
.page_header_title,
.cz_title_page {
  text-align: center !important;
}

@media (max-width: 768px) {

  .breadcrumbs_container.clr {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .breadcrumbs.clr {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
    gap: 6px;
    text-align: center !important;
  }

  .breadcrumbs.clr a,
  .breadcrumbs.clr span,
  .breadcrumbs.clr i {
    display: inline-block !important;
  }

  .page_header_title,
  .cz_title_page {
    text-align: center !important;
  }
}

/* Header and footer logo sizing without affecting navbar menus */
.header_2 .logo_is_img.logo,
.header_4 .logo_is_img.logo {
  flex-shrink: 0;
}

/* .header_2 .logo_is_img.logo img,
.header_4 .logo_is_img.logo img,
#site_footer .cz_logo img,
footer#site_footer .cz_logo img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
} */

#menu_header_2,
#menu_header_4 {
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}

#menu_header_2>.cz>a,
#menu_header_4>.cz>a {
  white-space: nowrap !important;
}

@media only screen and (max-width: 991px) {

  .header_2 .logo_is_img.logo img,
  .header_4 .logo_is_img.logo img,
  #site_footer .cz_logo img,
  footer#site_footer .cz_logo img {
    max-width: 260px !important;
    width: auto !important;
  }
}

/*information teechnlogy banner
.cz-page-2355 .header_onthe_cover .page_title {
  background-image: linear-gradient(0deg, rgba(193, 115, 67, 0.21), rgba(193, 115, 67, 0.21)), url(../wp-content/uploads/2025/06/information_banner.png);
  filter: blur(2px);
}*/




/* Mobile Header Fix */

@media screen and (max-width: 768px) {

  /* Header layout */
  .header_2 .row.elms_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* Logo size for all pages */
  .header_2 .logo img,
  .header_4 .logo img,
  #site_footer .cz_logo img {
    height: 52px !important;
    width: auto !important;
    max-width: 150px !important;
  }

  /* Remove extra spacing */
  .header_2 .inner_logo_header_2_left_0 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  /* Menu icon right side */
  .header_2 .cz_menu_btn {
    margin-left: auto;
    position: relative;
    right: 0;
  }

  /* Header padding */
  .header_2 {
    padding: 0 15px;
  }

  /* Top bar text */
  .header_2_top_bar {
    padding: 6px 10px;
    font-size: 12px;
  }

  /* Footer Alignment Fix */
  .footer_email_label {
    display: block;
    margin-bottom: 5px;
  }

  footer#site_footer .cz_mobile_text_center,
  footer#site_footer .center_on_mobile,
  footer#site_footer .cz_title,
  footer#site_footer .elementor-heading-title,
  footer#site_footer .cz_wpe_content,
  footer#site_footer .cz_stylish_list,
  footer#site_footer .cz_stylish_list li {
    text-align: left !important;
  }

  footer#site_footer .cz_title_content {
    justify-content: flex-start !important;
  }
}

/* Make all footer phone numbers fully bold on all pages and responsive devices */
footer#site_footer a[href^="tel:"],
.page_footer a[href^="tel:"],
.elementor-element-3f86b14 a[href^="tel:"] {
  font-weight: bold !important;
}

/**/