.elementor-kit-6{--e-global-color-primary:#E30915;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-color-c2c5081:#171717;--e-global-color-49a8acd:#171717;--e-global-color-7505966:#FFFFFF00;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-c284342-font-family:"Concielian Bold";--e-global-typography-c284342-font-size:52px;--e-global-typography-c284342-font-weight:600;--e-global-typography-c284342-text-transform:uppercase;--e-global-typography-ac04146-font-family:"Concielian Condensed";--e-global-typography-ac04146-font-size:21px;--e-global-typography-ac04146-font-weight:600;--e-global-typography-ac04146-text-transform:uppercase;--e-global-typography-1a83266-font-family:"Inter";--e-global-typography-1a83266-font-size:18px;--e-global-typography-1a83266-font-weight:600;--e-global-typography-1a83266-text-transform:uppercase;--e-global-typography-e3e8a07-font-family:"Inter";--e-global-typography-e3e8a07-font-size:32px;--e-global-typography-e3e8a07-font-weight:600;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-c284342-font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.button-cp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  background-color: #fff;
  color: #000 !important;
  position: relative;
  clip-path: polygon(92% 0, 100% 25%, 100% 100%, 8% 100%, 0% 75%, 0 0);
  /*font-size: 16px;
  font-weight: bold;*/
  cursor: pointer;
  transition: 0.3s;
}

.button-cp:hover{
    background-color: #E30915;
    color: #fff !important;
}

.button-cp::before {
  content: "";
  position: absolute;
  top: -10px; /* Adjust for the desired outline thickness */
  right: -10px;
  bottom: -10px;
  left: -10px;
  border: 1rem solid #fff;
/* Simulating the outline */
  clip-path: inherit; /* Apply the same clip-path */
  pointer-events: none; /* Ensure it's not clickable */
  transition: border-color 0.3s ease;
}

.button-cp:hover::before {
  border-color: #E30915; /* Change to black or any color you prefer */
}

/* Simplified fallback for Samsung Internet */
@supports (-webkit-touch-callout: none) and (not (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%))) {
  .button-cp {
    width: 180px;
    height: 50px;
    background-color: #fff;
    color: #000 !important;
    clip-path: none;
    border: none;
    transition: none;
    font-size: inherit; /* or customize as needed */
    font-weight: normal; /* fallback font style */
  }

@media screen and (max-width:480px) {
    .button-cp{
        height: 40px;
        width: 140px;
    }
}





.button-cp-small {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 42px;
  background-color: #fff;
  color: #000 !important;
  position: relative;
  clip-path: polygon(92% 0, 100% 25%, 100% 100%, 8% 100%, 0% 75%, 0 0);
  /*font-size: 16px;
  font-weight: bold;*/
  cursor: pointer;
  transition: 0.3s;
}

.button-cp-small:hover{
    background-color: #E30915;
    color: #fff !important;
}

.button-cp-small::before {
  content: "";
  position: absolute;
  top: -15px; /* Adjust for the desired outline thickness */
  right: -10px;
  bottom: -15px;
  left: -10px;
  border: 1rem solid #fff;
/* Simulating the outline */
  clip-path: inherit; /* Apply the same clip-path */
  pointer-events: none; /* Ensure it's not clickable */
  transition: border-color 0.3s ease;
}

.button-cp-small:hover::before {
  border-color: #E30915; /* Change to black or any color you prefer */
}

@media screen and (max-width:480px) {
    .button-cp-small {
        height: 42px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Concielian Bold';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://csc.vizir-design.com/wp-content/uploads/2024/09/concielianbold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Concielian Condensed';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://csc.vizir-design.com/wp-content/uploads/2024/09/concieliancond.ttf') format('truetype');
}
/* End Custom Fonts CSS */