/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: A child theme for Hello Elementor
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
*/

/* Custom styles go here */
.elementor[data-elementor-type="wp-page"] {
    overflow-x: hidden !important;
}
body.page-template {
    overflow-x: hidden !important;
}

/* Header part edits */
@media screen and (max-width: 1024px) {
    .elementor-element.c-menu-styles {
        position: absolute;
        right: 0;
        width: 100% !important;
    }
    .elementor-element.c-menu-styles .elementor-menu-toggle {
        margin-right: 0 !important;
    }
    .elementor-location-header {
        position: relative;
        z-index: 999;
    } 
		.c-menu-styles .elementor-menu-toggle.elementor-active {
			margin-bottom: 35px !important;
	}
}
.c-menu-styles a.elementor-item.elementor-item-active {
  background-color: #122f62;
}
.elementor-element.e-con-full.e-grid.c-menu-grid.e-con {
  grid-template-columns: 20% 78%;
  column-gap: 2%;
}
.c-menu-styles .elementor-nav-menu--layout-horizontal ul.elementor-nav-menu {
  align-content: center;
/*   row-gap: 10px; */
  justify-content: flex-end;
}
.c-menu-styles li.menu-item a.elementor-item {
  padding: 12px 10px !important;
  border-radius: 5px;
  margin: 5px;
}
.c-menu-styles a.elementor-item {
  transition: all 0.2s ease-in-out !important;
}
.c-menu-styles a.elementor-item:hover {
  background-color: #122f62;
}
li.c-menu-button.menu-item a.elementor-item {
  padding-left: 35px !important;
  padding-right: 35px !important;
  border: 2px solid #122f62;
  border-radius: 20px;
	margin-right: 0 !important;
}
.c-menu-styles.c-menu-styles .elementor-widget-container {
    justify-content: flex-end;
    flex-direction: unset !important;
}
.c-menu-styles nav.elementor-nav-menu--dropdown li.menu-item {
  margin-bottom: 5px;
  margin-top: 5px;
  width: fit-content;
}
.c-menu-styles nav.elementor-nav-menu--dropdown {
  padding: 5px 15px 15px 15px;
  margin-top: 0 !important;
}
@media screen and (max-width: 1024px) {
  .c-menu-styles.c-menu-styles .elementor-widget-container {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 1024px) {
  .elementor-element.e-con-full.e-grid.c-menu-grid.e-con {
    grid-template-columns: 45% 60%;
    column-gap: 5%;
  }
}
@media screen and (max-width: 400px) {
  .c-menu-styles .elementor-menu-toggle.elementor-active {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 300px) {
  .c-menu-styles .elementor-menu-toggle.elementor-active {
    margin-bottom: 15px !important;
  }
}
/* Header part edits */


body.page .e-con-boxed:not(.default-width) .e-con-inner {
    width: 90% !important;
}
h1, h2, h3, h4 {
 line-height: 1.1875em !important;
}
.c-white-box .elementor-widget-container {
    min-height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
.c-arrow a:after {
  content: '';
  background: url(https://siric.digi9.fr/wp-content/uploads/2024/12/download-1.png);
  position: absolute;
  width: 24px;
  height: 24px;
  color: #122f62;
}
.c-arrow a:hover {
  text-decoration: underline;
}
.c-arrow a {
  color: #122f62 !important;
  transition: all 0.2s ease-in-out;
}
.social-link h3.elementor-image-box-title {
    margin: 0 !important;
	  padding: 4px 0;
}
.social-link figure.elementor-image-box-img {
  padding-top: 3px;
}

.c-post-1 a.elementor-post__thumbnail__link {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .elementor-editor-active .c-post-1 article.elementor-post,
  .c-post-1 article.elementor-post {
    display: grid;
    grid-template-columns: 57% 40%;
    column-gap: 3%;
  }
}
a.elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
}

/* .elementor-editor-active .c-post-1 article a.elementor-post__thumbnail__link,
.c-post-1 article a.elementor-post__thumbnail__link {
    width: 58.33% !important;
} */
.c-post-1 article .elementor-post__text {
    display: flex;
    justify-content: center;
}
.c-post-1 article span.elementor-post-date::before,
.c-post-2 article span.elementor-post-date::before {
    content: "Published on";
}
.c-post-2 h3.elementor-post__title {
    margin-bottom: 70px;
}
.elementor-post__meta-data {
    margin-bottom: 10px !important;
}
.c-post-1 a.elementor-post__read-more::after,
.c-post-2 a.elementor-post__read-more::after {
    content: "";
    background: url(https://siric.digi9.fr/wp-content/uploads/2024/12/download-1.svg)no-repeat center;
    width: 24px;
    height: 24px;
    position: absolute;
    background-color: #DFE8EC;
    border-radius: 100%;
    padding: 20px;
    right: 20px;
    bottom: 20px;
	  transition: all 0.2s ease-in-out;
}
.c-post-1 a.elementor-post__read-more:hover::after,
.c-post-2 a.elementor-post__read-more:hover::after {
    background-color: #FFE38A;
}
.c-post-1 a.elementor-post__read-more,
.c-post-2 a.elementor-post__read-more {
    font-size: 0;
}
.c-post-1 .elementor-post__text,
.c-post-2 .elementor-post__text {
  padding: 16px 24px 16px 24px;
	position: relative;
}
.c-post-1 article h3.elementor-post__title,
.c-post-2 article h3.elementor-post__title {
    order: 2;
}
.c-post-2 .elementor-post__text {
    display: flex;
}
.c-serves-style.elementor-element.e-con {
  height: 108px;
  display: flex;
  justify-content: center;
}
.link-text-2 a:hover {
  text-decoration: underline;
}
.link-text-2 a {
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.link-text-2 ul {
  padding-left: 20px !important;
}
.c-accordion-style summary.e-n-accordion-item-title {
    transition: all 0.2s ease-in-out !important;
}
.c-footer-style p {
    margin-bottom: 8px !important;
}
.c-footer-style a:hover {
  text-decoration: underline;
}
.c-footer-style a {
  color: #122f62;
  transition: all 0.2s ease-in-out;
}


/* Rahu edits */
i.new-tab-icon {
    transform: scale(.77);
}
.c-footer-style a[target="_blank"]:after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    transform: scale(.77);
    display: inline-block;
		margin-left: 4px;
}
.message-container {
    height: fit-content;
    overflow: hidden;
    opacity: 0;
    transition: height 0.5s ease, opacity 0.5s ease, margin-bottom .5s ease;
	  display: none;
}

.message-container.message-closed{
		margin-bottom: 0;
}
.message-container.loaded-message{
		display: block;
}
.message-closed.message-container {
    display: none;
}
.load-more-message {
    width: fit-content;
    display: flex;
    align-items: center;
    column-gap: 7px;
		cursor: pointer;
}
.load-more-message:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
		transition: all .25s ease-in-out;
}
.description-open.load-more-message:after {
    transform: rotate(180deg);
}
.elementor-editor-active .message-container {
    height: 100%;
    overflow: hidden;
    opacity: 1;
	  display: block;
}
.message-close-icon {
    cursor: pointer;
}



/* blog page */
.inner-post-items-grid.posts-loading, 
.c-post-items-grid.posts-loading {
    opacity: .5;
}
.c-post-items-grid {
    transition: all .2s ease-in-out;
	margin-bottom: 55px;
}
.loading-spinner {
	display: none;
	transition: unset !important;
}
.loading-spinner:after {
    content: '';
    height: 30px;
    width: 30px;
    position: absolute;
    left: 50%;
    top: calc(50% - 60px);
    transform: translate(-50%, -50%);
    border: 8px solid #94cc00;
    border-radius: 50px;
    border-right: 8px solid transparent;
    animation: loadingiconspin 1s linear infinite;
	opacity: 1 !important;
	z-index: 999;
}
@keyframes loadingiconspin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.elementor-widget-shortcode.elementor-sticky--active {
    margin-top: 40px !important;
}


form.post-search-form {
    margin-bottom: 45px;
}
.c-post-items-grid article {
    display: grid;
    grid-template-columns: 50% 47%;
    column-gap: 3%;
    margin-bottom: 45px;
    border-radius: 10px;
}
.c-post-featured-image {
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,.15);
	border-radius: 15px;
	overflow: hidden;
}
.new-posts-paginations {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	gap: 20px;
}
.c-author-wrap {
    display: flex;
    align-items: center;
    column-gap: 12px;
    width: fit-content;
}
.c-author-wrap img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 50px;
}
.author-and-read-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 25px;
	flex-wrap: wrap;
}
.c-post-featured-image a {
    display: flex;
	height: 100%;
	overflow: hidden;
}
.c-post-featured-image a img {
    width: -webkit-fill-available;
    height: 100%;
    object-fit: cover;
    max-height: unset !important;
    transition: all .2s ease-in-out;
    aspect-ratio: 16 / 9;
	border-radius: 15px;
}
.c-post-featured-image a img:hover {
    transform: scale(1.05);
}
h2.c-post-title a {
    display: block;
    line-height: 1.4em;
	transition: all .2s ease-in-out;
}
h2.c-post-title {
	transition: unset !important;
}
.author-and-read-more a {
    color: #fff !important;
    border-width: 0px !important;
    border-radius: 30px;
    font-weight: 500 !important;
    padding: 10px 18px;
    line-height: 1em;
    background-color: #223a73;
    margin-left: auto;
    transition: all .2s ease-in-out;
    overflow: hidden;
}
.author-and-read-more a:hover {
    background-color: #dc4405;
}
.c-post-excerpt {
    margin-bottom: 25px;
}
a.category-item {
    color: #223a73;
    font-weight: 600;
    line-height: 1.6em;
	font-size: 15px
}
.post-categories {
    margin-bottom: 8px;
    display: flex;
    gap: 5px;
    align-items: center;
}
h2.c-post-title {
    margin-bottom: 12px;
    padding: 0;
}
span.post-pagination-item.post-pagination-not-clickable-item {
    font-size: 20px;
    display: flex;
    align-items: flex-end;
    width: 40px;
    justify-content: center;
    color: #000;
    font-weight: 600;
}
a.category-item:hover {
    color: #dc4405;
}
.c-post-contents {
    padding-right: 20px;
}
.pagination-items-wrap {
    display: flex;
    column-gap: 7px;
}
span.inner-post-pagination-item a,
span.post-pagination-item a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #223a73;
    line-height: 1;
    color: #fff;
	transition: all .2s ease-in-out;
	font-weight: 500;
}
span.inner-post-pagination-item a:hover,
span.post-pagination-item.active-item a,
span.post-pagination-item a:hover {
    background: #c36;
}
.paginations-dynamic-preview {
    font-weight: 500;
    color: #000;
}
@media screen and (min-width: 981px) {
	h2.c-post-title a {
		font-size: clamp(18px, 1.09vw, 20px) !important;
	}
    .author-and-read-more a {
      font-size: clamp(13px, 1vw, 16px);
	}
}
.c-author-name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
	margin-bottom: 10px;
}
.c-post-items-grid article:last-child {
    margin-bottom: 0;
}
.inner-pagination-items-wrap span,
span.post-pagination-item.post-p-right-arrow,
span.post-pagination-item.post-p-left-arrow {
	position: relative;
}
span.inner-left-arrow:after,
span.post-pagination-item.post-p-left-arrow:after {
    content: "\f053";
}
span.inner-right-arrow:after,
span.post-pagination-item.post-p-right-arrow:after {
    content: "\f054";
}

.inner-pagination-items-wrap span:after,
span.post-pagination-item.post-p-left-arrow:after,
span.post-pagination-item.post-p-right-arrow:after {
    font-family: 'Font Awesome 5 Free';
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight:600;
	pointer-events: none;
}
span.post-pagination-item.post-p-left-arrow font,
span.post-pagination-item.post-p-right-arrow font {
    color: transparent;
}



.categories-wrap.open-categories {
    padding: 15px 0 15px;
}
.categories-wrap a.category-item {
  text-align: left;
  line-height: 1em;
  padding: 10px 15px;
  color: #223a73;
  width: 100%;
  transition: all 0.2s ease-in-out;
  margin-bottom: 5px;
}
.categories-wrap a.category-item.active-category {
    pointer-events: none;
}
.category-dropdown {
    position: relative;
    display: inline-block;
	width: 100%;
	margin-bottom: 35px;
}
.category-dropdown-inner {
    display: inline-block;
	width: 100%;
}
.category-placeholder {
    padding: 10px 15px;
    cursor: pointer;
    width: 100%;
    display: block;
    border: 1px solid #e7e7e7;
    font-weight: 500;
    color: #000;
	user-select: none;
	-webkit-user-select: none;
}
span.category-item.category-placeholder:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    transition: all .2s ease-in-out;
}
span.category-item.category-placeholder.open-placeholder:before {
	transform: rotate(-180deg);
}
.categories-wrap {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #e7e7e7;
    z-index: 1000;
    width: 100%;
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
	opacity: 0;
	transition: height .3s ease-in-out, opacity .2s ease;
	border-top: 0;
}


.category-dropdown[data-toggle="false"] .categories-wrap {
    height: max-content;
    overflow: hidden;
	opacity: 1;
}

.category-dropdown[data-toggle="true"] .categories-wrap.open-categories {
    display: flex;
    height: fit-content;
    opacity: 1;
	flex-direction: column;
}
.category-dropdown .category-item:hover {
    background: #f2faff;
}
form.post-search-form input.post-search-input {
    width: 100%;
    border-radius: 50px;
    border: 2px solid #FFD60C !important;
    padding: 10px 20px;
    font-size: 16px;
    color: #000;
}
.c-recent-posts a {
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 15px;
	padding-left: 12px;
	width: 100%;
}
.c-recent-posts {
    margin-top: 10px;
}
.c-recent-posts a:before {
    content: "- ";
    position: absolute;
    left: 0;
}
@media screen and (max-width: 1024px){
    .c-post-items-grid article {
      grid-template-columns: 100%;
  }
}
@media screen and (max-width: 1024px){
  .c-post-contents {
    padding: 20px 0 0;
  }
	form.post-search-form {
		margin-bottom: 30px;
	}
	.category-dropdown {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px){
  .et_pb_column.blog-section-col-one {
    width: 100% !important;
    margin-right: 0% !important;
  }
  .et_pb_column.blog-section-col-two {
    width: 100% !important;
  }
  .blog-page-Spc-sec > .et_pb_row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}