/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1759297746
Updated: 2025-10-01 05:49:06

*/

.custom-heading-color{
	color: #DFA750;
}

.res-container .hero-image .elementor-widget.elementor-element{
	width: 100%;
}

.res-container{
	padding-left: calc((100% - 1280px) / 2);
}

/* Contact Form Styles */

.custom-form-wrapper .nf-form-content input:not([type=button]){
	padding: 18px 20px;
	height: 55px;
}
.custom-form-wrapper .nf-form-content textarea.ninja-forms-field{
	padding: 18px 20px;
}
.custom-form-wrapper .nf-form-content input[type=submit]{
	padding: 20px 32px;
	background-color: #141414;
	height: auto;
}

.custom-form-wrapper .nf-form-content input[type=submit]:hover{
/* 	background-color: transparent;
	border: 2px solid #141414;
	color: #141414; */
	color: #fff !important;
    background-color: #141414 !important;
}

/* testimonial Section CSS */
.testimonial-wrapper .custom-testimonial-section .ekit-wid-con .elementskit-commentor-bio{
	position: relative;
	display: flex;
    gap: 24px;
    align-items: center;
}
.testimonial-wrapper .custom-testimonial-section .ekit-wid-con .elementskit-commentor-content{
	position: static;
}

body .testimonial-wrapper .elementor-element.custom-testimonial-section .elementskit-single-testimonial-slider{
	display: flex;
	flex-direction: column-reverse;
}
body .testimonial-wrapper .elementor-element.custom-testimonial-section .elementskit-watermark-icon svg{
	position: absolute;
    top: -10px;
    left: 50px;
}

.custom-blogs-wrapper .jkit-post-title a,
.single-blog-side-wrap .jkit-post-title a{
	display: -webkit-box;
  -webkit-line-clamp: 2;   /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-blogs-wrapper .icon-position-before{
	display: flex;
    align-items: center;
}
.post-search{
	width: 100%;
	border: 1px solid #19191F
}
.custom-header .jkit-menu .menu-item a:after{
	-webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    background: #2e7b4f;
    content: "";
    position: absolute;
	top: 110%;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.custom-header .jkit-menu .menu-item a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.jeg-elementor-kit.jkit-post-featured-image .post-featured-image img{
	width: 100%;
}

.post-search .jeg-elementor-kit.jkit-search .jkit-search-panel input:not([type=submit]){
	height:50px;
} 
.post-author-wrapper .post-author {
	margin-bottom: 0 !important;
}
.post-date-wrapper{
	display: flex;
    align-items: center;
}
.post-date-wrapper .post-date{
	margin-bottom: 0 !important;
}

.post-date-wrapper:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: black;
    border-radius: 100%;
}

.has-post-thumbnail:hover .thumbnail-container {
    transform: scale(1.1)
}
.jeg-elementor-kit.jkit-postblock .jkit-thumb .thumbnail-container{
	transition: 0.3s all ease-out;
	overflow: hidden;
}

/* Category Blog Section */
.custom-category-grid {}

.custom-category-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.category-item {
  text-align: center;
}

.category-item img {
  width: 100%;
  height: 300px; /* Fixed height for uniform image size */
  object-fit: cover; /* Ensures image fills area neatly */
}

.category-item h3 {
  margin-top: 10px;
  font-size: 22px;
  text-align: left;
  color: #19191F;
}
.custom-category-grid .category-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.custom-category-grid .category-item .img-box {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  width: 100%;
}

.custom-category-grid .category-item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  transform-origin: center center;
}

.custom-category-grid .category-item:hover .img-box img {
  transform: scale(1.1);
}
/* css for social btn */
.heateor_sss_sharing_container{
    background: #ebf1f3; 
}
.heateor_sss_sharing_container div.heateor_sss_sharing_ul{
    display: flex;
	gap: 3px;
	border-top: 1px solid black;
	padding:15px 0px;
    border-bottom: 1px solid black;
	max-width:1310px !important;
	margin:auto !important;
}

.heateor_sss_svg{
	padding: 7px !important;
	
}
.heateor_sss_svg:hover{
	transform: translateY(-8px);
	transition:transform 0.3s ease-out;
}
/* Ninja Form Extra Buttons */
.nf-extra-buttons a{
	background-color: #19191f;
    padding: 20px 42px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
	border-radius:0;
}
.nf-extra-buttons {
    display: flex;
    gap: 20px;
}	
/* Ninja Form Extra Buttons */
/* Responsive Css */
@media (max-width: 1366px){
	.category-item h3 {
		font-size: 20px;
	}
}
/* Ninja Form Extra Buttons */
@media (max-width:1100px){
	 .reference-library-from-wrapper nf-rows-wrap > .nf-row:last-child nf-cells {
		display: flex;
		column-gap: 0px;
	 }
	 .nf-extra-buttons a {
		background-color: #19191f;
		padding: 20px 20px;
		font-size: 16px;
	 }
	 .custom-form-wrapper .nf-form-content input[type=submit]{
	   padding: 20px 20px;
	 }
}
/* Ninja Form Extra Buttons */
/* Cookie Banner Buttons */
.cookie-btn {
  	background: #2E7B4F;
  	border: 1px solid #2E7B4F;
  	color: #fff;
	border-radius: 0;
}
.cookie-btn:hover {
  	opacity: .5;
  	background-color: #2e7b4f !important;
}
.cookie-btn:focus{
	background-color: #2e7b4f !important;
}
#cn-close-notice {
  	display: none;
}
/* Cookie Banner Buttons */
@media (max-width: 1024px){
	.category-item h3 {
		font-size: 18px;
	}
}
/* Tablet (max-width: 991px) — 2 columns */
@media (max-width: 991px) {
  .custom-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px){
	.heateor_sss_sharing_container div.heateor_sss_sharing_ul{
		padding-left:15px !important;
	}
	/* Ninja Form Extra Buttons */
	.nf-extra-buttons{
		margin-top:10px;	
	}
}

/* Mobile (max-width: 800px) */
@media only screen and (max-width: 800px) {
	.nf-field-container .nf-field-element{
		text-align:center;
	}
}

/* Mobile (max-width: 575px) — 1 column */
@media (max-width: 575px) {
	.custom-category-grid {
		grid-template-columns: 1fr;
  	}
	/* Ninja Form Extra Buttons */
	.nf-extra-buttons{
        flex-direction:column;
    }
    .nf-extra-buttons a,
    .custom-form-wrapper .nf-form-content input[type=submit] {
        font-size: 14px;
    }
    .reference-library-from-wrapper nf-rows-wrap > .nf-row:last-child nf-cells > .nf-cell:first-child #nf-field-10-container{
       margin-bottom:0;
    }
    .nf-extra-buttons{
        gap: 15px;
    }
	/* Ninja Form Extra Buttons */
}

@media (max-width: 1140px) and (min-width: 1024px){
	.res-container .hero-content-section{
		padding-top: 20px !important;
        padding-bottom: 20px !important;
	}
}
/* Ninja Form Extra Buttons */
@media (max-width:600px){
    .reference-library-from-wrapper nf-rows-wrap > .nf-row:last-child nf-cells > .nf-cell:first-child {
        width: 100% !important;
    }
    .reference-library-from-wrapper nf-rows-wrap > .nf-row:last-child nf-cells {
        column-gap: 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .nf-extra-buttons{
        align-items:center;
        justify-content:center;
        width: 100%;
    }
    .custom-form-wrapper .nf-form-content input[type=submit]{
        width:100%;
    }
    .nf-extra-buttons a{
        width: 100%;
    }
}
@media (max-width:820px) and (min-width:767px){
    .nf-extra-buttons a, .custom-form-wrapper .nf-form-content input[type=submit] {
        padding: 15px 18px;
        font-size: 14px !important;
    }
    .reference-library-from-wrapper nf-rows-wrap > .nf-row:last-child nf-cells > .nf-cell:last-child{
        padding-top:10px;
    }
    .reference-library-from-wrapper nf-rows-wrap > .nf-row:last-child nf-cells {
        column-gap: 10px;
    }
}
/* Ninja Form Extra Buttons */