.elementor-kit-7{--e-global-color-primary:#15406A;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#15406A;--e-global-typography-primary-font-family:"Noto Sans Georgian";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans Georgian";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans Georgian";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans Georgian";--e-global-typography-accent-font-weight:500;font-family:"Noto Sans Georgian", Sans-serif;overscroll-behavior:none;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Noto Sans Georgian", Sans-serif;}.elementor-kit-7 h1{font-family:"Noto Sans Georgian", Sans-serif;}.elementor-kit-7 h2{font-family:"Noto Sans Georgian", Sans-serif;}.elementor-kit-7 h3{font-family:"Noto Sans Georgian", Sans-serif;}.elementor-kit-7 h4{font-family:"Noto Sans Georgian", Sans-serif;}.elementor-kit-7 h5{font-family:"Noto Sans Georgian", Sans-serif;}.elementor-kit-7 h6{font-family:"Noto Sans Georgian", Sans-serif;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Noto Sans Georgian", Sans-serif;}.elementor-kit-7 label{font-family:"Noto Sans Georgian", Sans-serif;}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{font-family:"Noto Sans Georgian", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* 1. Readmore სექციის გასწორება */
.readmore-box {
  /* text-align: right; - შეიცვალა left-ით */
  text-align: left; 
  font-size: 18px; /* 20px ქართულისთვის ხშირად ზედმეტად დიდია, 18px უფრო დახვეწილია */
  color: #15406a;
  line-height: 1.6;
}

.readmore-box .more-text {
  display: none;
}

.readmore-box .toggle-text {
  color: #ff0055;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  margin-top: 6px;
  /* დავამატოთ ფონტი აქაც, რომ არ აირიოს */
  font-family: 'Noto Sans Georgian', sans-serif !important;
}

/* 2. Elementor ღილაკების გლობალური სტილი */
.elementor-button {
    /* ზომები და ფორმა */
    min-width: 160px !important; 
    padding: 8px 30px !important;
    border-radius: 50px !important;
    
    /* ტექსტის სტილი - აქ შეიცვალა ფონტი! */
    font-family: 'Noto Sans Georgian', sans-serif !important; 
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #05406A !important; 
    
    /* ფერები და გრადიენტი */
    background: linear-gradient(180deg, #E6E8EB 0%, #D1D5DB 100%) !important;
    border: 1px solid #B0B5BD !important;
    
    /* ეფექტები */
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 2px 4px rgba(0, 0, 0, 0.08) !important;
    
    transition: all 0.2s ease-in-out !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    
    /* დავამატოთ მიმართულება, რომ ღილაკის შიგნით აიქონი და ტექსტი არ აირიოს */
    direction: ltr !important;
}

/* ჰოვერ ეფექტი */
.elementor-button:hover {
    background: linear-gradient(180deg, #DDE0E4 0%, #C6CBD3 100%) !important;
    color: #05406A !important;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.05) !important;
    transform: translateY(0.5px);
}/* End custom CSS */