.elementor-1034 .elementor-element.elementor-element-46abe79{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1034 .elementor-element.elementor-element-46abe79:not(.elementor-motion-effects-element-type-background), .elementor-1034 .elementor-element.elementor-element-46abe79 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-1034 .elementor-element.elementor-element-367a068{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:100px;--padding-left:15px;--padding-right:15px;}.elementor-1034 .elementor-element.elementor-element-dbbf3f4{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-1034 .elementor-element.elementor-element-43d4114{text-align:center;}.elementor-1034 .elementor-element.elementor-element-43d4114 .elementor-heading-title{font-family:"segoeui", Sans-serif;font-size:32px;font-weight:700;text-transform:uppercase;line-height:35px;color:#FFFFFF;}.elementor-1034 .elementor-element.elementor-element-0848a37{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:75px;--padding-bottom:75px;--padding-left:15px;--padding-right:15px;}.elementor-1034 .elementor-element.elementor-element-1c10fff{--display:flex;--border-radius:5px 5px 5px 5px;box-shadow:0px 0px 10px 0px rgba(198.9, 198.9, 198.9, 0.5);--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-1034 .elementor-element.elementor-element-d6ef488{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1200px){.elementor-1034 .elementor-element.elementor-element-0848a37{--padding-top:60px;--padding-bottom:60px;--padding-left:15px;--padding-right:15px;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:880px){.elementor-1034 .elementor-element.elementor-element-43d4114 .elementor-heading-title{font-size:28px;line-height:32px;}}@media(max-width:767px){.elementor-1034 .elementor-element.elementor-element-367a068{--padding-top:60px;--padding-bottom:60px;--padding-left:15px;--padding-right:15px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-1034 .elementor-element.elementor-element-43d4114 .elementor-heading-title{font-size:28px;line-height:32px;}.elementor-1034 .elementor-element.elementor-element-0848a37{--padding-top:50px;--padding-bottom:50px;--padding-left:15px;--padding-right:15px;}.elementor-1034 .elementor-element.elementor-element-1c10fff{--padding-top:20px;--padding-bottom:20px;--padding-left:15px;--padding-right:15px;}}@media(min-width:768px){.elementor-1034 .elementor-element.elementor-element-0848a37{--content-width:900px;}}@media(min-width:2400px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for container, class: .elementor-element-46abe79 */.custom-form {
/*   background: #f9f9f9; */
  padding: 30px;
  border-radius: 0;
}

.custom-form label {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  color: #333;
}

.custom-form p {
    margin: 0;
}

.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="tel"],
.custom-form textarea {
  width: 100%;
  padding: 7px 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.custom-form textarea {
  resize: vertical;
  min-height: 100px;
  height: 100px;
}

.custom-form input:focus,
.custom-form textarea:focus {
  border-color: #092e52;
  outline: none;
  box-shadow: 0 0 5px #092e52;
}

.custom-form [type="submit"] {
    background-color: #092e52;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF !important;
    transition-duration: 0.4s;
    border-radius: 5px !important;
    padding: 14px 28px 14px 28px;
    border: 0;
    line-height: 15px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	outline: none;
	border: 0 !important;
}

.custom-form [type="submit"]:hover {
  background-color: #e05908;
}

.custom-form.row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 15px;
  justify-content: space-between;
}

.custom-form .col-md-6 {
    flex: 0 0 48.8%;
    max-width: 48.8%;
}

.custom-form .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}


@media screen and (max-width: 620px) {
	.custom-form .col-md-6 {
		flex: 0 0 100%;
       max-width: 100%;
	}
	
	.custom-form [type="submit"],
	.banner_slid .swiper-slide-inner a.elementor-button{
		padding: 8px 14px !important;
		font-size: 16px !important;
	}
	
	.custom-form {
		padding: 15px;
	}
	
	.custom-form.row{
		gap: 12px 15px;
	}
	
	.banner_slid .swiper-slide-inner .elementor-slide-description {
		margin-bottom: 15px !important;
	} 
	
		.custom-form input[type="text"],
		.custom-form input[type="email"],
		.custom-form input[type="tel"],
		.custom-form textarea {
		  padding: 7px 15px;
		  font-size: 16px !important;
		}
	
	.custom_product {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0848a37 */.custom-form br {
    display: none;
}

.custom-form * {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.custom-form {
/*   background: #f9f9f9; */
  padding: 0 !important;
  border-radius: 0;
}

.custom-form label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #333;
}

.custom-form p {
    margin: 0;
}

.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="tel"],
.custom-form textarea,
.custom-form select{
  width: 100%;
  padding: 7px 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.custom-form textarea {
  resize: vertical;
  min-height: 100px;
  height: 100px;
}

.custom-form input:focus,
.custom-form textarea:focus {
  border-color: #004e9d;
  outline: none;
  box-shadow: 0 0 5px #092e52;
}

.custom-form input.submit-btn:focus {
      box-shadow: unset !important;
      background-color: #bf2212;
}

.custom-form [type="submit"] {
    background-color: #bf2212;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF !important;
    transition-duration: 0.4s;
    border-radius: 0 !important;
    padding: 14px 28px 14px 28px;
    border: 0;
    line-height: 15px;
	text-transform: uppercase;
	outline: none;
	border: 0 !important;
}

.custom-form [type="submit"]:hover {
  background-color: #004e9d;
}

.custom-form.row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 15px;
  justify-content: space-between;
}

.custom-form .col-md-6 {
    flex: 0 0 48.8%;
    max-width: 48.8%;
}

.custom-form .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.wpcf7-response-output {
        margin: 20px 0 0 0 !important;
        border-color: #bf2212!important;
}

.custom-form select:focus {
    outline: none !important;
}


@media screen and (max-width: 620px) {
	.custom-form .col-md-6 {
		flex: 0 0 100%;
       max-width: 100%;
	}
	
	.custom-form [type="submit"]{
		padding: 8px 14px !important;
		font-size: 14px !important;
	}
	

	
	.custom-form.row{
		gap: 12px 15px;
	}
	
		.custom-form input[type="text"],
		.custom-form input[type="email"],
		.custom-form input[type="tel"],
		.custom-form textarea {
		  padding: 7px 15px;
		  font-size: 15px !important;
		}
		
		.wpcf7-response-output {
    margin: 20px 0 0 0 !important;
    font-size: 14px;
    border-color: #bf2212 !important;
    line-height: 16px;
}

	

}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'segoeui';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.celtuide.com/wp-content/uploads/2026/02/SegoeUI.woff2') format('woff2');
}
@font-face {
	font-family: 'segoeui';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.celtuide.com/wp-content/uploads/2026/02/SegoeUI-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'segoeui';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.celtuide.com/wp-content/uploads/2026/02/SegoeUI-Semilight.woff2') format('woff2');
}
@font-face {
	font-family: 'segoeui';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.celtuide.com/wp-content/uploads/2026/02/SegoeUI-Semibold.woff2') format('woff2');
}
@font-face {
	font-family: 'segoeui';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.celtuide.com/wp-content/uploads/2026/02/SegoeUI-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'segoeui';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.celtuide.com/wp-content/uploads/2026/02/SegoeUIBlack.woff2') format('woff2');
}
/* End Custom Fonts CSS */