/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body {
	font-family:Congenial;
}
.site-header .header-inner {
    max-width: 1340px;
    padding: 0;
}
header#site-header {
    border-bottom: 1px solid #00000033;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 99;
    background-color: #f9f8f1;
}
.site-navigation ul.menu li a {
    font-size: 18px;
    color: #000;
    transition: .2s all;
    line-height: normal;
}
.site-navigation ul.menu > li >  a {
    padding: 5px 0px;
}
.site-navigation ul.menu li ul {
    min-width: 220px;
}
.site-navigation ul.menu li {
    align-items: center;
}
.site-navigation ul.menu .current-menu-item > a,
.site-navigation ul.menu li a:hover,
.site-navigation ul.menu .current-menu-ancestor  > a {
    color:#EB5648;
} 
.site-navigation ul.sub-menu li a {
    font-size: 16px;
    padding: 15px;
}
.elementor-widget-text-editor strong {
    font-weight: 500;
}
.elementor-widget-text-editor a {
    border-bottom: 1px solid;
}
b, strong {
    font-weight: 500;
}
.elementor-widget-text-editor p:last-child {
    margin: 0;
} 
#site-footer {
    display: none;
}
.blog-page-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 20px;
}
.post-thumb a {
    display: block;
    height: 300px;
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
}
.post-thumb a img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .2s all;
}
.blog-post-box {
    background: #fff;
    border-radius: 20px;
    border: 1.5px solid #2938451A;
    position: relative;
}
.blog-title-sec {
    padding: 30px 30px 80px 30px;
}
.blog-title-sec h4 {
    margin: 5px 0px 15px;
}
.post-more a {
    font-size: 16px;
    color: #293845;
    font-weight: 700;
    border-bottom: 2px solid #EB5648;
    transition: .2s all;
}
.blog-title-sec p {
    font-size: 16px;
    line-height: 27px;
    color: #293845;
}
.post-more a:hover {
    color: #EB5648;
}
.blog-title-sec span {
    font-size: 16px;
    color: #293845;#293845:;
} 
.post-more {
    position: absolute;
    bottom: 30px;
}
.post-thumb a:hover img {
    transform: scale(1.2);
}
.footer-news {
    padding-left: 20px;
}
.footer-news li a {
    font-size: 16px;
    color: #DBDBDB;
    transition: .2s all;
}
.footer-news li {
    line-height: 1.1;
	margin-bottom: 10px;
} 
.footer-news li:last-child {
    margin: 0;
}
.header-btn a {
    background: #EB5648 !important;
    color: #fff !important;
    border-radius: 10px;
    padding: 13px 20px !important;
    display: inline-block !important;
}
.site-navigation ul.menu li.menu-item-has-children::after {
    content: "";
    border: 2px solid;
    width: 8px;
    height: 8px;
    border-top: none;
    border-right: none;
    color: inherit;
    transform: rotate(-45deg);
    top: 10px;
    position: absolute;
    right: 0;
}
.site-navigation-dropdown ul.menu li.current-menu-item a {
    background-color: transparent;
    position: relative;
    color: #000;
}
.site-navigation-dropdown ul.menu li a {
    color: #000;
}
.site-navigation-dropdown ul.sub-menu {background: #f9f8f1;} 
.site-navigation-dropdown ul.menu li.current-menu-item > a {
	 color: #EB5648;
}
.site-navigation-dropdown ul.sub-menu a {
    background-color: transparent !important;
    padding: 10px 25px !important;
    font-size: 15px;
}
span.submenu-toggle {
    position: absolute;
    right: 15px;
    font-size: 26px;
}
.site-navigation ul.menu li.menu-item-has-children {
    padding-inline-end: 18px;
} 
.header-btn a:hover {
    background: #161616 !important;
}
.site-navigation {
    width: 86%;
}
.site-navigation ul.menu {
    gap: 1.5vw;
    align-items: center;
    width: 100%;
    justify-content: space-between;
} 
.header-btn {
    padding-left: 20px;
} 
.icon-align .elementor-icon-box-icon {
    padding-top: 5px;
}
.site-navigation-toggle-holder {
    padding: 0;
}
.site-navigation-toggle-holder .site-navigation-toggle {
    background-color: #000;
    color: #fff;
} 
/* h1, h2, h3, h4, h5, h6 {
    margin: 0;
} */
.custom-accordin.elementor-widget-n-accordion .e-n-accordion-item {
    background: #E7E0D1;
    border-radius: 20px;
}
.custom-accordin summary.e-n-accordion-item-title::before {
    background: #0000004D;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: calc(100% - 80px);
    opacity: 0;
	transition: .2s all;
}
.custom-accordin .e-n-accordion-item-title {
    position: relative;
} 
.custom-accordin summary.e-n-accordion-item-title[aria-expanded="true"]::before {
    opacity: 1;
}
.footer-news li a:hover {
    color: #EB5648;
}
.footer-news li:hover::marker {
    color: #EB5648;
}
.footer-news li::marker {
    transition: .2s all;
} 
.e-n-accordion-item-title-header {
    transition: .2s all;
}
.e-n-accordion-item-title-icon svg { 
    transition: .2s all;
} 
.site-navigation ul.menu li.current-menu-parent::after, 
.site-navigation ul.menu li.current_page_item::after,
.site-navigation ul.menu li.current-menu-item::after  {
    color: #eb5648;
} 
.hover-line .elementor-icon-list-items::before {
    position: absolute;
    content: "";
    width: 160px;
    height: 2px;
    background: #fff;
    left: -160px;
    top: 11px;
    transition: .2s;
    opacity: 0;
}
.hover-line.hover-line-blue .elementor-icon-list-items::before {
    background: #6B91F8;
}
.hover-line .elementor-icon-list-items:hover::before{
    opacity:1;
}
.footer-news li::marker {
    color: #fff;
    font-size: 14px;
}
.ml-field-group input.form-control {
    color: #293845;
    font-family: 'Congenial';
    font-size: 14px;
    font-weight: 300;
    padding: 20px 20px;
    line-height: normal;
    border-radius: 10px;
}
form.ml-block-form {
    position: relative;
    max-width: 628px;
    margin: 0 auto;
}
.ml-form-embedSubmit button[type="button"] {
    line-height: normal;
    border-color: #EB5648;
    color: #EB5648;
}
.ml-form-embedSubmit .primary {
    background: #EB5648;
    color: #fff;
    line-height: normal;
    border-color: #EB5648;
    transition: .2s all;
    min-height: 59px;
}
.ml-form-embedSubmit {
    position: absolute;
    right: 0;
    top: 0;
}
.ml-form-successContent {
    text-align: center;
    color: #161616;
    background: #f9f8f1;
    padding: 20px;
}
.ml-form-successContent h4 {
    margin-bottom: 10px;
}
.ml-form-successContent p:last-child {
    margin: 0;
} 
.ml-form-successContent p a {
    color: #eb5648;
}
.ml-field-group input.form-control:focus {
    outline: none;
}
.blog-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-right {
    width: 31%;
    display: flex;
    flex-direction: column;
    gap: 50px;
} 
.blog-left {
    width: 65%;
}
.blog-left .blog-page-posts {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
} 
.search-form label {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
}
.search-form input {
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 300;
    padding: 20px;
    line-height: normal;
    min-height: 70px;
}
.search-form {
    position: relative;
}
.search-form button {
    position: absolute;
    right: 0;
    background-color: #EB5648;
    color: #fff;
    border-color: #EB5648;
    line-height: normal;
    min-height: 70px;
    font-size: 0;
    background-image: url(assets/images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    width: 80px;
}
.search-form button:hover {
    background-color: #293845;
    border-color: #293845;
}
.search-form input:focus {
    outline: none;
}
.latest-news ul {
    list-style: none;
    padding: 0;
}
.latest-news ul li a {
    color: #293845;
    font-weight: 500;
    display: inline;
    line-height: normal;
    border-bottom: 1px solid;
    transition: .2s all;
}
.latest-news ul li:not(:last-child) {
    margin-bottom: 30px;
}
.latest-news ul li {
    line-height: normal;
}
.latest-news h3 {
    margin-bottom: 25px;
    margin-top: 0;
}
.latest-news ul li a:hover {
    color: #eb5648;
}
.categories-list ul {
    padding: 0;
    list-style: none;
}
.categories-list li a {
    color: #293845;
    font-weight: 500;
    transition: .2s all;
}
.categories-list h3 {
    margin-bottom: 25px;
    margin-top: 0;
}
.categories-list ul li:not(:last-child) {
    margin-bottom: 18px;
}
.categories-list ul li {
    line-height: normal;
}
.categories-list li a:hover {
    color: #EB5648;
}
.archive-years h3 {
    margin-bottom: 20px;
    margin-top: 0;
}
.archive-years select {
    border: none;
    border-radius: 5px;
    color: #293845;
    font-weight: 300;
    line-height: normal;
    padding: 20px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url(assets/images/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 13px;
} 
.archive-years select:focus {
    outline: none;
}  
.custom-container {
    max-width: 1340px;
    padding: 0px 10px;
    margin: 0 auto;
}
.archive-category {
    padding: 90px 10px;
} 
.single-title {
    text-align: center;
    margin-bottom: 80px;
}
.single-outer {
    padding: 90px 10px;
    background-image: url("/wp-content/uploads/2026/01/left-gradient-shape.jpg");
    background-repeat: no-repeat;
    background-position: 0px 25%;
    position: relative;
	z-index:1;
}
.single-outer::after {
    background-image: url("/wp-content/uploads/2026/01/right-blue-shape-1.png");
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
	z-index:-1;
}
.blog-content-outer {
    background-color: #fff;
    border: 1.5px solid #2938451A;
    border-radius: 10px;
    overflow: hidden;
}
.blog-content {
    padding: 30px 20px;
}
.blog-content a {
    border-bottom: 1px solid;
    transition: .2s all;
}
.post-meta {
    margin-bottom: 20px;
}
a {
    color: inherit;
}
.blog-content a:hover {
    color: #eb5648;
}
.has-pale-cyan-blue-border-color {
    margin: 0;
    background: #EB56480D;
    border: none;
    border-left: 4px solid;
    border-color: #EB5648 !important;
    padding: 20px;
    margin-bottom: 1em;
}
.single-post-pagination {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #00000033;
    border-bottom: 1px solid #00000033;
    padding: 20px 0px;
    margin: 50px 0px;
}
.single-post-pagination a {
    width: 50%;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}
.single-post-pagination a img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 5px;
}
.single-post-pagination a p {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    margin: 0;
    transition: .2s all;
}
.single-post-pagination a:hover p {
    color: #EB5648;
}
.single-post-pagination a.next img {
    order: 2;
} 
.single-post-pagination a span {
    font-size: 16px;
    color: #EB5648;
}
.author-info {
    background: #fff;
    padding: 20px;
    border: 1.5px solid #2938451A;
    border-radius: 10px;
    margin-bottom: 40px;
    text-align: center;
}
.author-avatar h1 {
    margin: 10px 0px;
    font-size: 40px;
}
.author-info img {
    border-radius: 50%;
}
.author-info p {
    margin: 0;
}
.author-bio {
    max-width: 1200px;
    margin: 0 auto;
}
.single-post-pagination a.next {
    text-align: right;
    justify-content: end;
    padding-left: 10px;
}
.single-post-pagination a.prev {
    padding-right: 10px;
}
.single-post-pagination a p {
	font-size: 14px;
}
.single-post-pagination a span {
    font-size: 14px;
}
.single-post-pagination {
    margin: 30px 0px;
}
.pagination {
    justify-content: center;
    gap: 10px;
}
.load-more-button {
    text-align: center;
    margin-top: 50px;
}
.load-more-button button {
    background: #EB5648;
    line-height: normal;
    color: #fff;
    border-color: #EB5648;
}
.load-more-button button:hover {
    background: #293845;
     border-color: #293845;
}
.blog-post-box.hide {
	display: none;
}
a.cky-banner-element {
    cursor: pointer;
    transition: .2s all;
    text-transform: none;
    color: #293845 !important;
}
a.cky-banner-element:hover {
    color: #eb5648 !important;
}
header.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  animation: slideDown 0.3s ease; /* Animation for the sliding effect */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: add shadow for visibility */
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.top-header {
    background: #161616;
    padding: 10px 0px;
}
.social-links {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: end;
}
.social-links img {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.social-links a {
    display: inline-flex;
}
/* media rule start */

@media(min-width:993px) and (max-width:1200px){
.site-navigation ul.menu li a {
    font-size: 15px;
}
.header-btn {
    padding: 0;
}
.site-navigation {
    width: auto;
}
} 


@media(max-width:1024px){
.blog-page-posts {
    grid-template-columns: 1fr 1fr;
}
.blog-page-posts {
    gap: 20px;
}
.blog-left .blog-page-posts {
    grid-template-columns: 1fr;
    gap: 20px;
}
.archive-category {
    padding: 40px 10px;
}
.single-title {
    margin-bottom: 20px;
}
.single-outer {
    padding: 40px 10px;
    background-size: 0;
}
.single-outer::after{
	background-size: 0;
}
}

@media(max-width:992px){
.header-btn {
    padding: 20px !important;
}
.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
    display: flex !important;
}
}

@media(max-width:767px){
.load-more-button {
    margin-top: 20px;
}
.single-post-pagination a img {
    display: none;
}
.blog-page-posts {
    grid-template-columns: 1fr;
}
.author-avatar h1 {
    font-size: 30px;
}
.blog-title-sec {
    padding: 20px 20px 70px 20px;
}
.custom-accordin summary.e-n-accordion-item-title::before {
    width: calc(100% - 30px);
}
.ml-form-embedSubmit {
    position: relative;
    text-align: center;
    margin-top: 11px;
}
.blog-left {
    width: 100%;
}
.blog-right {
    width: 100%;
    gap: 40px;
    margin-top: 40px;
} 
.latest-news h3 {
    margin-bottom: 15px;
}
.latest-news ul li:not(:last-child) {
    margin-bottom: 20px;
}
.categories-list h3 {
    margin-bottom: 15px;
}
.archive-years h3 {
    margin-bottom: 15px;
}
} 