/*
Theme Name: Hello Elementor child theme
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

a.elementor-button.elementor-button-link.elementor-size-sm {
	text-decoration: none !important;
	border: none !important
}
.category_section .main-heading {
  position: relative;
  z-index: 2;
}
.hover_heading {
  transition: transform 0.4s ease;
}
.phone-link-alt {
  color: #fff; /* Normal color */
  text-decoration: none; /* Optional: remove underline */
  transition: color 0.3s ease; /* Smooth hover effect */
}

.text-button {
	width: max-content;
}
.text-button button {
	border: 1px solid ;
}
.text-button button:hover {
background-color: #1F2A44 !important;
	color: #fff !important;
}

.our_contact_info_map {
	width: 411px;
} 

.phone-link-alt:hover {
  color: #C6A75E; /* Hover color (green in this example) */
}
.page-id-1268 .ekit-template-content-header {
	display: none !important;
}
.page-id-1268 .ekit-template-content-footer  {
	display: none !important;
}
.elementor-element-6a845c7c .elementor-icon-list-item a {
	text-decoration: none;
    color: #6b6b6b !important;
}
.elementor-element-6a845c7c .elementor-icon-list-item .elementor-icon-list-text {
	text-decoration: none;
    color: #6b6b6b !important;
}


.our_approach .elementor-icon-list-text {
	padding:0 !important;
}
.figma-meta-row-flex {
	width: 80%;
}
ul.elementor-icon-list-items.elementor-inline-items {
display: flex !important;	
}
.page-id-9 .elementor-icon-list-items {
	padding: 0 !important
}
.page-id-1074 .elementor-icon-list-items {
	padding: 0 !important
}
.page-id-1061 .elementor-icon-list-items {
	padding: 0 !important
}
.page-id-1007 .elementor-icon-list-items {
	padding: 0 !important
}
.page-id-967 .elementor-icon-list-items {
	padding: 0 !important
}
.our_approach .elementor-icon-list-icon svg {
	margin-right: 5px !important;
}
.contact_us_blog .elementor-icon-list-text a {
	text-decoration: none !important
}
.our_approach .elementor-icon-list-item {
	padding-bottom: 7px !important;
}
.our_approach .elementor-icon-list-text:hover {
	color: #6B6B6B !important; 
}
.figma-blog-layout {
    display: flex;
    gap: 40px;
}

/* LEFT */
.figma-blog-left {
    width: 70%;
}

/* SIDEBAR */
.figma-blog-sidebar {
    width: 30%;
	gap: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
}
.sidebar-input {
background: #fff;
    padding: 20px 30px;
    border-radius: 15px;
}
.figma-latest-posts {
background: #fff;
    padding: 20px 30px;
    border-radius: 15px;
	
}
/* SEARCH */
.figma-blog-search input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.figma-blog-search button {
    width: 100%;
    padding: 8px;
}

/* CATEGORY BUTTONS */
.figma-category-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 15px 0;
}

.figma-cat-btn {
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 20px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    background: #fff;
}

.figma-cat-btn.active,
.figma-cat-btn:hover {
    background: #000;
    color: #fff;
}

/* BLOG CARD */
.figma-post-item {
    padding: 25px 0;
    border-bottom: 1px solid #D6D4CC !important;
}

.figma-author-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

/* LATEST */

.figma-latest-item {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    text-decoration: none;
}


.bg_img {
  overflow: hidden;
}

.category_section {
    background-size: 100% 100% !important; /* set both width & height */
    transition: background-size 0.8s ease !important; /* animate background-size */
}

.category_section:hover {
    background-size: 115% 115% !important; /* smoothly zoom background */
}

.category_section:hover .hover_heading {
  transform: translateY(-125px);
}
.category_section {
  position: relative;
  overflow: hidden;
  height: 590px; /* je tamaru section height hoy e */
}

.box_hover {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);

  opacity: 0;
  visibility: hidden;

  transition: all 0.5s ease;
}

.category_section:hover .box_hover {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.plus {
  font-size: 35%;
  vertical-align: super;
  margin-left: 4px;
}
.elementskit-menu-overlay,
.elementskit-menu-overlay.active {
    transition: none !important;
    -webkit-transition: none !important;
}
/* Menu link base */
.ekit-menu-nav-link {
    position: relative;
    padding-bottom: 6px;
}

/* underline */
.ekit-menu-nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 35px;
    height: 2px;
    background-color: #d4a74f; /* gold */
    
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease-in-out;
}
.elementor-icon-list-text {
    position: relative;
    padding-bottom: 3px;
    display: inline-block;
}
elementor-icon-list-text:hover a {
		color: #d4a74f !important;

}
.elementor-icon-list-text:hover {
	color: #d4a74f !important;
}
.elementor-icon-list-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 35px;
    height: 2px;
    background-color: #d4a74f;
    
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease-in-out;
}
.elementor-icon-list-item a:hover .elementor-icon-list-text::after {
    transform: scaleX(1);
}
.elementskit-navbar-nav > li:hover > a {
	border: none !important;
}

a.ekit-menu-nav-link.active {
    border: none !important;
}
/* Hover + Active */
.ekit-menu-nav-link:hover::after,
.ekit-menu-nav-link.active::after,
.current-menu-item .ekit-menu-nav-link::after {
    transform: scaleX(1);
}

/* Button overflow */
.btn-text-slide span .elementor-button-text:before
{

    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-text);
    transition: color 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: center;
}
.btn-text-slide:hover span .elementor-button-text {
    transform: rotateX(90deg) translateY(-12px);
}
.btn-text-slide span .elementor-button-text {
    position: relative;
    display: inline-block;
    padding: 0;
    transition: transform 0.3s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
}


.custom-form label {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    color: #2B2B2B;
    font-family: 'Inter';
    letter-spacing: 0.3px;
    line-height: 21px;
    font-weight: 500;
}

.custom-form input,
.custom-form textarea {
        width: 100%;
    border-radius: 30px;
    border: 1px solid #D6D4CC;
    padding: 19px 20px;
    font-size: 14px;
    outline: none;
}

.custom-form textarea {
    border-radius:25px;
    height:160px;
    resize:none;
}
.desktop_hide {
	display: none !important;
}
.two-col {
    display:flex;
    gap:30px;
	margin-bottom: 15px;
}
.submit-btn input {
	display: inline-block;
	width: auto;
}
.two-col > div {
    flex:1;
}

.full-row {
    margin-bottom:30px;
}
.custom-form br {
	display: none !important;
}

.submit-btn input {
    background:#d4b36a;
    color:#fff;
    padding:14px 35px;
    border:none;
    border-radius:30px;
    cursor:pointer;
    font-size:14px;
}

.submit-btn input:hover {
    opacity:0.9;
}

.figma-blog-list {
    max-width: 900px;
    margin: 0 auto;
}
a.figma-cat-btn {
    text-decoration: none;
	color: #2B2B2B;
}
.figma-cat-btn.active, .figma-cat-btn:hover {
	background-color: #C6A75E;
	color: #fff !important;
}


.figma-post-item {
    padding: 30px 0;
    border-bottom: 1px solid #D6D4CC !important;
}
.figma-author-img {
	border-radius: 50% !important;
	margin-right: 15px;
}

.figma-meta-row {
    display: flex;
    align-items: flex-start;
	width: 33%;
}
.elementor-counter-number-suffix {
	    font-size: 30px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: start !important;
       height: 85px !important;
    line-height: 43px !important;
    margin-left: 4px;
}
.figma-meta-text {
	margin-top: 3px;
}

.figma-author-img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.written-by {
      font-style: italic;
    color: #2B2B2B;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Inter';
}

.author-name {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Inter';
    text-transform: capitalize;
    color: #2b2b2b;
}

.figma-sub-meta {
    margin-top: 4px;
}

.category {
   background: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 16px;
    color: #2B2B2B;
    font-family: 'Inter';
    font-weight: 400;
}

.date {
    color: #2B2B2B;
    margin-left: 6px;
    font-family: 'Inter';
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}

.figma-title {
	line-height: 24px;
}
.figma-title a {
      margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Inter';
    color: #2B2B2B;
    font-family: 'Inter' !important;
	text-decoration: none !important;
	font-weight:500;
}

.figma-latest-posts a {
	font-size: 16px;
    line-height: 21px;
    font-family: 'Inter';
    color: #2B2B2B;
		text-decoration: none !important;
}

.figma-excerpt {
  margin-top: 0;
    color: #2B2B2B;
    max-width: 680px;
    margin-bottom: 0;
    line-height: 21px;
    font-size: 16px;
    font-weight: 400;
}
.figma-post-item {
	display: flex;
	gap: 20px;
}
.figma-blog-list .figma-post-item:first-child {
    padding-top: 0 !important;
}

.figma-blog-list .figma-post-item:last-child {
    padding-bottom: 0 !important;
	border-bottom: none !important
}
@media screen and (max-width: 1024px) {
	#ekit-megamenu-header-menu a {
		display: inline-block !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
	}	
	.figma-meta-row {
		width: 100%;
	}
	.elementor-element-b0f0a69 .elementor-icon-list-text a {
		word-wrap: anywhere;
	}
	.ekit-accordion-title {
		width: 85%;
	}
	.category_section:hover .hover_heading {
	transform: translateY(-145px);
}
				}
@media screen and (max-width: 768px) {  
	.figma-post-item {
		display: block;
	}
	.figma-meta-row-flex {
		margin-top: 15px;
	}

}

@media (min-width: 1080px) and (max-width: 1260px) {
  .category_section:hover .hover_heading {
    transform: translateY(-125px);
  }
}
/* Mobile Responsive */
@media(max-width:768px){
	.desktop_hide {
		display: block !important;
		background-color: var( --e-global-color-secondary );
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  width: anchor-size;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: #FFF;
  border-radius: 25px 25px 25px 25px;
  padding: 7.5px 12px 7.5px 12px !important;
  display: inline-block !important;
		margin-top:10px !important
	}
	.desktop_hide a {
		color: #fff !important;
	}
.two-col {
    flex-direction:column;
}
	.ekit-accordion-title {
		width: 85%;
	}
	.full-row {
		margin-bottom: 15px;
	}
	.submit-btn p {
		margin-bottom: 0 !important;
	}
	.two-col p {
		margin-bottom: 0 !important
	}
	.two-col {
		gap: 15px;
	}
	.category_section:hover .hover_heading {
  transform: translateY(-125px);
}
	.figma-blog-layout {
		    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
    flex-direction: column-reverse;
	}
	.figma-blog-left {
		width: 100%;
		
	}
	.figma-blog-sidebar {
		width: 100%;
	}
	.figma-meta-row-flex {
		width:100%;
	}
	body:not(.rtl) .elementor-1074 .elementor-element.elementor-element-0f15a2f {
		justify-content: center;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
	}
	.our_contact_info_map {
	width: 320px;
} 

}
