.elementor-kit-4{--e-global-color-primary:#2C3F33;--e-global-color-secondary:#A8B3A0;--e-global-color-text:#393939;--e-global-color-accent:#884434;--e-global-color-a1851ed:#F1E8E1;--e-global-color-2293ca5:#DCE1D9;--e-global-color-56ffb35:#F6F7F5;--e-global-typography-primary-font-family:"Brogadier";--e-global-typography-primary-font-size:55px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Brogadier";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:-1.2px;--e-global-typography-text-font-family:"Satoshi Regular";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Satoshi Medium";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.2em;--e-global-typography-ae5ff74-font-family:"athena";--e-global-typography-ae5ff74-font-size:30px;--e-global-typography-ae5ff74-font-weight:400;--e-global-typography-ae5ff74-line-height:1.1em;--e-global-typography-ae5ff74-letter-spacing:-1.2px;--e-global-typography-ed847da-font-family:"athena";--e-global-typography-ed847da-font-size:24px;--e-global-typography-ed847da-font-weight:400;--e-global-typography-ed847da-line-height:1.2em;--e-global-typography-ed847da-letter-spacing:-1.2px;--e-global-typography-dde2ef9-font-family:"Satoshi Medium";--e-global-typography-dde2ef9-font-size:16px;--e-global-typography-dde2ef9-font-weight:500;--e-global-typography-dde2ef9-text-decoration:underline;--e-global-typography-dde2ef9-line-height:1em;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-4 a{color:var( --e-global-color-secondary );}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{font-family:"Satoshi Regular", Sans-serif;font-size:16px;color:#FFFFFF;background-color:var( --e-global-color-primary );border-radius:1000px 1000px 1000px 1000px;padding:10px 25px 10px 25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-4{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:-1.2px;--e-global-typography-accent-font-size:22px;--e-global-typography-ae5ff74-line-height:1em;--e-global-typography-ed847da-line-height:1em;--e-global-typography-dde2ef9-font-size:16px;--e-global-typography-dde2ef9-line-height:1em;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Button With Diagonal Arrow Animation */
.arrowbtn svg{
    font-size: 14px;
    margin-bottom: -4px;
}
.arrowbtn .elementor-button:hover .elementor-button-icon svg {
    transition: transform 0.3s ease-in-out;
    transform: rotate(32deg); 
    
}
.arrowbtn .elementor-button .elementor-button-icon svg {
    transition: transform 0.3s ease-in-out;

}
@media only screen and (max-width: 767px) {
.arrowbtn svg{
    font-size: 13px;
margin-bottom: -3px;
}
}
/* End */

 /* Book Appointment Button Animation */

.bookbtn path.cls-1 {
stroke: white; 
}
.bookbtn svg{
        font-size: 14px;
    margin-top: 4px;
      
}
.bookbtn .elementor-button .elementor-button-content-wrapper {
    position: relative;
}

.bookbtn .elementor-button .elementor-button-icon svg {
    position: absolute;
    
    transition: opacity 0.3s ease-in-out, right 0.3s ease-in-out;
}
.bookbtn .elementor-button .elementor-button-icon svg {
    display: block;
    opacity: 0;
    transform: translateX(20px); /* Adjust this value based on the desired initial position */
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
/* navitems */
.navbtn svg{
   display: none;
}


/* Display and position the SVG in its original place on hover */
.bookbtn .elementor-button:hover .elementor-button-icon svg {
    opacity: 1;
    transform: translateX(0);
       transform: rotate(32deg); 
}
.bookbtn .elementor-align-icon-right{
    margin-left: 0px!important;
        transition: 0.5s;
}
.bookbtn:hover .elementor-align-icon-right{
    margin-left: 10px!important;
        transition: 0.5s;
}
@media only screen and (max-width: 767px) {
    .bookbtn:hover .elementor-align-icon-right{
    margin-left: 0px!important;
        transition: 0.5s;
}
}
 /* End*/
 

@media only screen and (max-width: 767px) {
.navbtn svg{
    font-size: 13px;
margin-bottom: -3px;
}
}
/* End */
.navbtn .current-page-button a{
    text-decoration: underline;
}
/* Target all .faq-item elements except the first one */
.faq .elementor-accordion-item:not(:first-child) {
    margin-top: 20px; /* Adjust the value as per your requirement */
}

 /* End*/
 @media only screen and (min-width: 1024px) {
.navhover:hover {
  transform: scale(1.05);
  transition: transform .2s ease-in-out;
}

.navbtn .elementor-button .elementor-button-icon svg {
    transition: transform 0.3s ease-in-out;

}
.navbtn .elementor-button:hover .elementor-button-icon svg {
    display: block;
    transition: transform 0.3s ease-in-out;
    transform: rotate(32deg); 
    font-size: 10px;
    margin-top: 8px;
    
}
}
.faqa .elementor-text-editor p:last-child, .faqa .textwidget p:last-child{
    margin-bottom: 0px!important;
    
}
.grecaptcha-badge{
    visibility: hidden;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Brogadier';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://stg-atelierb-atelier.kinsta.cloud/wp-content/uploads/2023/07/Brogadier.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Satoshi Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://stg-atelierb-atelier.kinsta.cloud/wp-content/uploads/2023/07/Satoshi-Regular.woff') format('woff'),
		url('https://stg-atelierb-atelier.kinsta.cloud/wp-content/uploads/2023/07/Satoshi-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Satoshi Medium';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://stg-atelierb-atelier.kinsta.cloud/wp-content/uploads/2023/07/Satoshi-Medium.woff') format('woff'),
		url('https://stg-atelierb-atelier.kinsta.cloud/wp-content/uploads/2023/07/Satoshi-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */