.elementor-kit-6{--e-global-color-primary:#252626;--e-global-color-secondary:#000000;--e-global-color-text:#202020;--e-global-color-accent:#E85526;--e-global-color-36ebb74:#FFFFFF;--e-global-color-d4d2299:#202020;--e-global-color-bb4c4eb:#FAF9F2;--e-global-color-9c495c0:#0D3F5E;--e-global-color-19678f1:#3075BC;--e-global-color-dcda928:#0D3F5E;--e-global-color-7d02677:#0D3F5E;--e-global-color-a8fb461:#0E405F;--e-global-color-7360080:#00728D;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;line-height:22px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Roboto", Sans-serif;font-size:45px;font-weight:600;line-height:62px;}.elementor-kit-6 h2{font-family:"Roboto", Sans-serif;font-size:38px;font-weight:700;line-height:57px;}.elementor-kit-6 h3{font-family:"Roboto", Sans-serif;}.elementor-kit-6 h4{font-family:"Roboto", Sans-serif;}.elementor-kit-6 h5{font-family:"Roboto", Sans-serif;}.elementor-kit-6 h6{font-family:"Roboto", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{text-decoration:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:93%;}.e-con{--container-max-width:93%;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column: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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p{
    margin-block-start: 0;
    margin-block-end: 0;
}

.ib-h .elementor-icon {
  background-color: #E85526; /* or any color */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* if it's a circle */
  padding: 10px;
  transition: transform 0.4s ease;
}

.ib-h:hover .elementor-icon{
  transform: rotate(90deg);
  background-color: #E85526 !important;
}

.ib-h .elementor-icon svg {
  transition: transform 0.4s ease;
}

.ib-h:hover .elementor-icon svg {
  transform: rotate(-90deg); /* counter-rotate the SVG to keep it static */
  color: white;
}

.elementskit-box-body{
    width: 100% !important;
}


/* Initial state: arrow positioned normally */
.bb .elementor-button .elementor-button-icon {
  transition: transform 0.3s ease;
}

/* On hover: move the arrow to the right */
.bb .elementor-button:hover .elementor-button-icon {
  transform: translateX(5px);
}

.elementor-button:not(.bb .elementor-button) {
  transition: all 0.3s ease-in-out;
}

.elementor-button:not(.bb .elementor-button):hover {
  box-shadow: 0 0 6px #E85526, 0 0 12px #E85526;
  transform: scale(1.05);
}

.elementskit-post-image-card {
    display: flex
;
    flex-direction: column;
    height: 100%;
    width: 100%;
}/* End custom CSS */