.elementor-kit-9{--e-global-color-primary:#440018;--e-global-color-secondary:#272327;--e-global-color-text:#272327;--e-global-color-accent:#89217E;--e-global-color-c142335:#F8F0F5;--e-global-color-897ceec:#F4E8F0;--e-global-color-0e880d5:#F3E4EE;--e-global-typography-primary-font-family:"Noto Sans Georgian";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans Georgian";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans Georgian";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans Georgian";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:500;background-color:#FCFCFC;color:var( --e-global-color-secondary );--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-primary );--e-preloader-size:20px;}.elementor-kit-9 e-page-transition{background-color:#FFF0FA;}.elementor-kit-9 a{color:var( --e-global-color-primary );}.elementor-kit-9 a:hover{color:var( --e-global-color-accent );}.elementor-kit-9 h1{color:var( --e-global-color-primary );}.elementor-kit-9 h2{color:var( --e-global-color-primary );}.elementor-kit-9 h3{color:var( --e-global-color-primary );}.elementor-kit-9 h4{color:var( --e-global-color-primary );}.elementor-kit-9 h5{color:var( --e-global-color-primary );}.elementor-kit-9 h6{color:var( --e-global-color-primary );}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-family:"Noto Sans Georgian", Sans-serif;color:var( --e-global-color-primary );}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{color:var( --e-global-color-secondary );}.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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* Apply grid to the body */
body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
    margin: 0;
}

/* Remove any default margins */
header, footer {
    margin: 0;
}

/* Disable the selection border (outline) on all elements */
.elementor-kit-9 {
    outline: none;
    -webkit-tap-highlight-color: transparent; /* for mobile devices */
}

/* Optionally, disable text selection if needed */
.elementor-kit-9 {
    user-select: none; /* Disable text selection */
}

/* If you only want to hide the selection border but still allow text selection */
.elementor-kit-9 {
    outline: none;
}/* End custom CSS */