/*!
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor
*/

li.contact-menu {
    background: #183e95;
    padding-left: 15px !important;
    padding-right: 15px !important;
    height: 54px !important;
    margin-left: 21px !important;
   border-radius: 10px;
   transition: ease-in 0.3s;
}
.contact-menu a.ekit-menu-nav-link {
    color: #fff !important;
}
li.contact-menu:hover,li.contact-menu.current-menu-item {
    background: #337aff;
}
.subscribe-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    margin-top: -5px !important;
}
.news img {
    height: 360px;
    object-fit: cover !important;
    width: 100% !important;
    max-width: 100% !important;
}
.news .post-grid-thumbnail {
    margin-bottom: 0px !important;
}

.news .post-grid-thumbnail {
    position: relative;
    
}

.news .post-grid-thumbnail img {
    display: block;
    width: 100%;
}

.news .post-grid-thumbnail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black overlay */
    pointer-events: none; /* Ensures clicks go through */
    border-radius:10px;
}
.news h3.title {
    position: absolute;
    bottom: 0;
    display: block;
    padding: 20px !important;
    width: 350px;
    color: #fff !important;
    transition: opacity 0.3s ease-in-out;
}
.icon-footer .elementor-icon-box-icon {
    position: relative;
    top: 12px;
}
.elementskit-submenu-panel > li:hover:first-child > a{
   border-top-left-radius : 10px;
   border-top-right-radius : 10px;
}
.elementskit-submenu-panel > li:hover:last-child > a{
   border-bottom-left-radius : 10px;
   border-bottom-right-radius : 10px;
}
.subscribe-form .ekit-form form input[type="submit"] {
    position: absolute;
    top: 40px;
    width: 140px !important;
    right: -3px;
    height: 50px;
}
.breadcrumb li.elementor-icon-list-item.elementor-inline-item:first-child a span {
    color: #337AFF !important;
}
.lang a.ekit-menu-nav-link.active:after {
    content: "";
    background: #fff;
    width: 25px;
    height: 2px;
    position: absolute;
    bottom: 4px;
    left: 14px;
}
.post-lists img {
    height: 280px !important;
    object-fit: cover;
}
.ekit-form form label {
    width: 100%;
}
.apply-job input.wpcf7-form-control.wpcf7-file {
    border: none !important;
    background: transparent !important;
    padding: 0px !important;
    padding-top: 10px !important;
}
.apply-job input.wpcf7-form-control.wpcf7-text,.apply-job textarea.wpcf7-form-control.wpcf7-textarea {
    margin-top: 10px;
}
.blog-single-page {
  margin-top: 40px;
}

.blog-content .post-title {
  font-size: 32px;
  margin-bottom: 10px;
}

.blog-content .post-meta {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

.blog-content .post-thumbnail img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.blog-content .post-content {
  font-size: 18px;
  line-height: 1.8;
}

.sidebar .widget {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
}

.sidebar .widget-title {
  font-size: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.recent-posts li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.recent-posts img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 6px;
}
.container.blog-single-page {
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 80px;
}
ul.recent-posts {
    padding-left: 0px;
}
.recent-posts li a {
    display: flex;
    align-items: center;
}
@media (min-width:768px){
.operation p {
    min-height: 54px;
}
.blog-single-page .row {
    display: flex;
    justify-content: space-between;
}
.col-md-8.blog-content {
    max-width: 70%;
}
.col-md-4.sidebar {
    max-width: 30%;
    padding-left: 20px;
}
}

@media (max-width:767px){
 .subscribe-form .ekit-form form input[type="submit"] {
    position: initial;
    width: 100% !important;
    border-radius: 10px !important;
}
}