@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
.header-button a.elementor-button.elementor-button-link.elementor-size-sm {
    border-radius: 12px !important;
    background: linear-gradient(#2D2B2C, #2D2B2C) padding-box, /* background color */ linear-gradient(90deg, #EAA822, #FFFFFF) border-box !important;
    border: 1px solid transparent !important;
}
a#ex-1 {
    border-radius: 12px !important;
    background: linear-gradient(#2D2B2C, #2D2B2C) padding-box, /* background color */ linear-gradient(90deg, #EAA822, #FFFFFF) border-box !important;
    border: 1px solid transparent !important;
    padding: 5px 30px;
}
.live .elementor-post__thumbnail img {
    height: 549px !important;
    object-fit: cover !important;
}
.recent .elementor-post__thumbnail img {
    height: 163px !important;
    object-fit: cover !important;
}
.post-rect img {
    height: 117px !important;
    object-fit: cover !important;
}
/* header css start */
.main-muenudrop .elementor-nav-menu--dropdown {
    border-radius: 10px !important;
    border: 1px solid rgba(179, 179, 179, 0.00) !important;
    background: rgba(220, 172, 65, 0.10) !important;
    backdrop-filter: blur(30px) !important;
    z-index: 999999999999 !important;
	
}
.main-muenudrop .elementor-nav-menu--dropdown a.elementor-sub-item:hover {
    color: #DCAC41 !important;
    background: transparent !important;
}

.main-muenudrop .elementor-nav-menu--dropdown a.elementor-sub-item:focus {
    background: transparent !important;
}

.main-muenudrop .elementor-nav-menu--dropdown a.elementor-sub-item {
    background: transparent !important;
}

.main-muenudrop .elementor-nav-menu--dropdown a.elementor-sub-item:hover:before {
    
    background: #DCAC41 !important;
}
.main-muenudrop .elementor-nav-menu--dropdown a.elementor-sub-item {
    color: #FFF !important;
    font-family: Outfit !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 30px !important; /* 187.5% */
    position: relative !important;
	    padding: 5px 20px !important;
}


.main-muenudrop .elementor-nav-menu--dropdown a.elementor-sub-item:before {
    content: "" !important;
    position: absolute !important;
    background: #ffffff !important;
    width: 5px !important;
    height: 5px !important; 
    border-radius: 100% !important;
    left: 5px !important;
}
/* header css end  */
/* Home css start  */
.hero a.elementor-button.elementor-button-link.elementor-size-sm
 {
    border-radius: 12px;
    border: 1px solid #EAA822;
    background: var(--gold-2, linear-gradient(241deg, #FBCA2A -21.98%, #957819 67.92%));
}
span.gold
 {
    color: #DCAC41;
}
span.gold {
    display: inline !important;
}
.hero-height {
    height: 1140px;
    position: relative;
}

/* .hero-height:after {
    content: "";
    position: absolute;
    bottom: 0;
    background: #202020;
    width: 100%;
    height: 140px;
} */


.abt-sec {
    position: relative;
}

.abt-sec:before {
    content: "" !important;
    position: absolute !important;
    top: 20em !important;
    width: 830px !important;
    height: 1171px !important;
    background: url(/wp-content/uploads/2025/09/productbefore.png) !important;
    background-repeat: no-repeat !important;
    z-index: 9;
    opacity: 0.4 !important;
}


/* Product css start  */
.products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* 3 equal columns */
  gap: 30px;
  z-index: 99;
  position: relative;
}

.product-card {
  position: relative;
  overflow: visible;
  border-radius: 12px;
}

.product-image {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 579.038px!important;
  border-radius: 12px;
  overflow: hidden;
}

/* Title always visible in center */
.product-title {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  /* font-size: 20px; */
  /* font-weight: bold; */
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
  z-index: 2;
  transition: all 0.5s ease;
  opacity: 1;
  width: 80%;
}

/* On hover ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢ title slide down & hide */
.product-card:hover .product-title {
  top: 90%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.95);
}

/* Hover details overlay full cover */
.product-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.85);
  padding: 70px 30px 70px; /* arrow ke liye neeche space */
  transform: translateY(100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
  text-align: center;
  opacity: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

/* On hover ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢ show details */
.product-card:hover .product-hover {
  transform: translateY(0);
  opacity: 1;
}
.product-hover h4.sub-heading:not(:first-child) {
    margin: 0;
}

.product-hover h4.sub-heading:not(:first-child):before {
    position: relative;
    content: "";
    border-top: 1px solid #ffffff3b;
    top: 0;
    display: block;
    width: calc(100% + 30px);
    left: -15px;
    margin: 30px 0;
}

/* Sub headings */
.sub-heading {
   /* gold color */
   text-align: center;
   font-size: 28px !important;
   font-style: normal;
   font-weight: 500 !important;
   line-height: 40px !important; /* 142.857% */
}


ul.product-details {
    list-style: none;
    padding: 0;
    margin: 0px;
    flex-wrap: wrap;
    gap: 10px;
}

.product-details li:before {
    content: "";
    position: absolute;
    border-radius: 50px;
    opacity: 0.2;
    background: linear-gradient(180deg, rgba(32, 32, 32, 0.00) 0%, rgba(212, 173, 79, 0.20) 50.65%, #D4AD4F 100%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
/* Details list */
.product-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-details li {
  margin: 10px 0px;
  display: inline-block;
  text-decoration: none;
  padding: 3px 25px;
  transition: all 0.3s ease;
  text-transform: capitalize;
  border-radius: 50px;
  opacity: 0.7;
  color: #FFF !important;
  text-align: center;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 138.889% */
  position: relative;
}

/* Arrow always visible at very bottom */
.product-arrow {
  position: absolute;
  bottom: -44px;              /* bilkul bottom pe */
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;             /* overlay ke upar */
  background: transparent;
  padding: 5px 0;
}

.product-arrow img {
  width: 75px;
  height: auto;
  display: block;
}


/* product css end  */


/* Servies css start  */
.services-stack {
  position: relative;
}
.service-content p {
    width: 75%;
    color: #FFFFFFB3;
}

.service-card {
  position: sticky;
  top: 0;             /* stick to top while scrolling */
  z-index: 1;         /* will stack under next */
  margin-bottom: 40px;
}

.service-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 40px;
  color: #fff;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.60);
  background: linear-gradient(180deg, rgba(41, 41, 41, 0.80) 0%, rgba(39, 36, 29, 0.80) 100%);
  backdrop-filter: blur(50px);
}

/* Image and content */
.service-image { flex: 1; }
.service-image img {
  width: 100%;
  border-radius: 10px;
}
.service-content { flex: 1; }

/* Alternate layout */
.service-card:nth-child(even) .service-inner {
  flex-direction: row-reverse;
}

/* Increasing z-index for stacking */
.service-card:nth-child(1) { z-index: 1; }
.service-card:nth-child(2) { z-index: 2; }
.service-card:nth-child(3) { z-index: 3; }
.service-card:nth-child(4) { z-index: 4; }



/* services css end  */
img.elementor-lightbox-image.elementor-lightbox-prevent-close.swiper-lazy.swiper-lazy-loaded
 {
    box-shadow: 0 0 30px rgb(255 255 255 / 81%), 0 0 8px -5px rgba(0, 0, 0, .3) !important;
    border-radius: 10px !important; 
    width: 45% !important;
}


/* Blogs css start  */
/* ===== Related Posts overlay style ===== */
.related-post .elementor-post {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* Image fills card */
.related-post .elementor-post__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

/* Put the text ON TOP of image with a soft fade */
.related-post .elementor-post__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 22px 40px 40px;
  color: #fff;
  z-index: 2;
  background: linear-gradient(to top, rgba(0,0,0,.78) 0%, rgba(0,0,0,0) 70%);
}

/* Title look */
.related-post .elementor-post__title,
.related-post .elementor-post__title a {
  margin: 0 70px 0 0;           /* room for the arrow button */
  color: #fff;
  text-decoration: none;
  width: 70%;
}

.post-multiple a.elementor-post__read-more {
    padding-left: 60px;
    position: relative;
}

.post-multiple a.elementor-post__read-more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 46px;
    height: 1px;
    background: #D4AD4F;
}

/* hide excerpt (optional) */
.related-post .elementor-post__excerpt { display: none; }

/* Replace â€œRead Moreâ€ with a round gold arrow button */
.related-post .elementor-post__read-more {
  background-image: url('/wp-content/uploads/2025/09/rightarrwo.svg'); /* <â€” set your arrow path */
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  text-indent: -9999px;          /* hides the â€œRead Moreâ€ text */
  overflow: hidden;
  z-index: 3;
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
  transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.related-post .elementor-post__read-more:hover {
  /* background-color: #000; */        /* invert on hover */
  filter: drop-shadow(2px 4px 6px black); /* keeps arrow gold */
  /* transform: translateY(-2px); */
  box-shadow: 0 12px 24px rgba(0,0,0,.35);
}

/* Ensure link & overlay are clickable above the img */
.related-post .elementor-post__thumbnail,
.related-post .elementor-post__thumbnail__link { position: relative; z-index: 1; }


/* blogs css end  */

/* contact us css start  */
.form-home input, .form-home textarea {
    border-radius: 13px !important;
    border: 0.5px solid var(--Primary-Color, #EAA921) !important;
    backdrop-filter: blur(15px) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    padding-left: 47px;
}

.form-home .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-30.e-form__buttons {
    border-radius: 12px;
    border: 1px solid #EAA822;
    background: var(--Black, #2D2B2C);
    display: flex;
    width: 321.474px;
    height: 72px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    margin-top: 25px;
	margin-left: 10px !important;
}

.form-home input {
    height: 60px;
	padding-left: 47px !important;
}

.form-home textarea {
    height: 157px;
    resize: none;
    padding-top: 24px;
}
.border-lines {position: relative;}

.border-lines:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/09/Line-13.png);
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background-repeat: no-repeat;
    top: 0;
}
/* contact css end  */
/* home css end  */



.uds-hover .elementor-widget-image {
    overflow: hidden;
}

.uds-hover img {transition: 2s;}

.uds-hover img:hover {
    transform: scale(1.1);
    transition: 2s;
}

.test
 {
    pointer-events: none;
}
.service-inner {
    overflow: hidden;
}

.service-image img {
    transition: 2s;
}

.service-image img:hover {
    transition: 2s;
    transform: scale(1.1);
}

.service-image {
    overflow: hidden;
}

.related-post .elementor-post__thumbnail {
    overflow: hidden;
}

.related-post .elementor-post__thumbnail img {
    transition: 2s;
}

.related-post .elementor-post__thumbnail img:hover {
    transition: 2s;
    transform: scale(1.1);
}

.post-multiple .elementor-post__thumbnail {
    overflow: hidden;
}

.post-multiple .elementor-post__thumbnail img {transition: 2s;}

.post-multiple .elementor-post__thumbnail img:hover {
    transition: 2s;
    transform: scale(1.1);
}



/* SVG Arrow */
.header-button a.elementor-button .elementor-button-icon svg {
    transition: transform 0.4s ease-in-out;
}

/* Rotate Arrow on Hover */
.header-button a.elementor-button:hover .elementor-button-icon svg {
    transform: rotate(45deg);
}


.header-button a.elementor-button.elementor-button-link.elementor-size-sm:hover {
    border-radius: 12px !important;
    border: 1px solid #EAA822 !important;
    background: #134F2D !important;
}
.header-button a.elementor-button.elementor-button-link.elementor-size-sm:hover svg path {
    stroke: #EAA822 !important;
}


/* Arrow default state */
.form-home .elementor-button svg {
    transition: transform 0.4s ease-in-out, stroke 0.4s ease-in-out;
}

/* Arrow rotation + color on hover */
.form-home .elementor-button:hover svg {
    transform: rotate(45deg);
}

.form-home .elementor-button:hover svg path {
    stroke: #FFFFFF !important; /* White arrow when hovered */
}

/* Default arrow golden */
.form-home .elementor-button svg path {
    stroke: #EAA921 !important;
}
.form-home .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-30.e-form__buttons:hover {
    border-radius: 12px;
    border: 1px solid #EAA822;
    background: #134F2D;
}





/* Inner page css start  */

/* About us page css start  */
.main-misio {position: relative;}

.main-misio:before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    background: #636363 !important;
    width: 1px !important;
	height: 100% !important; 
}

.mian-sec {
    position: relative;
}

.mian-sec:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/10/elicip.svg);
    border-radius: 50%;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
}
/* About us css end  */


/* Contact pasge css start  */
#contact-1 .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-30.e-form__buttons {
    margin-top: 10px;
}

/* Contact page css end */


/* Blog page css start  */
#pagi-blog h3.elementor-post__title {
    width: 55%;
}

#pagi-blog .current {
    width: 50px;
    height: 50px;
    padding: 15px 20px;
    /* aspect-ratio: 1/1; */
    border-radius: 12px;
    border: 1px solid #EAA822;
    background: var(--gold-2, linear-gradient(241deg, #FBCA2A -21.98%, #957819 67.92%));
    color: #fff;
}

#pagi-blog .current span.elementor-screen-only {
    color: #fff !important;
}
#pagi-blog a.page-numbers.prev {
    border-radius: 0;
    border: 0px solid #EAA822;
    background: none !important;
}
#pagi-blog a.page-numbers {
    border-radius: 12px;
    border: 1px solid #EAA822;
    background: var(--Black, #2D2B2C);
    padding: 15px 20px;
}

#pagi-blog a.page-numbers.next, span.page-numbers.prev {
    border-radius: 0px !important;
    border: 0px solid #EAA822;
    background: none !important;
    padding: 0px 0px;
    color: #fff;
}

#pagi-blog span.page-numbers.prev {}
span.read-more-text {
    color: #D4AD4F;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
}

a.read-more-link {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
/* blog page css end  */


/* Product page css start  */
.product-detail-block {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  flex-direction: row;
}
.detail-title strong {
    color: #DCAC41;
    font-weight: 400;
}
.product-title strong {
    font-weight: 400 !important;
}
.detail-section .section-heading {
    padding: 10px 0px;
    margin: 0px;
}

.detail-left {
  width: 50%;
}

.detail-left .detail-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.detail-right {
  width: 50%;
  padding-left: 9px;
}

.detail-right .detail-title {
  margin-bottom: 20px;
  color: #FFF;
  font-family: "Playfair Display";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 100% */
  margin: 0;
}

.detail-sections {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
ul.detail-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.detail-list li::marker {}

.detail-list li:before {
    content: "";
    position: absolute;
    left: -30px;
    background: url(/wp-content/uploads/2025/10/service-elcip.svg);
    width: 14px;
    height: 14px;
    top: 8px;
}

.detail-section:nth-child(2) {
    border-top: 1px solid #676464;
    padding-top: 20px;
    padding-bottom: 35px;
}

.category-products:nth-child(even) .product-detail-block {
    flex-direction: row;
}
.category-products:nth-child(2) {
    order: 1;
}

.products-detail-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

.category-products:nth-child(3) {
}

.category-products:nth-child(3) div#product-351 {flex-direction: row-reverse;}

.category-products:nth-child(even) .product-detail-block .detail-right {
    padding-left: 0px;
    padding-right: 30px
}




.detail-section {
  /* padding: 15px 20px; */
  /* border-radius: 6px; */
  /* border: 1px solid #eee; */
}

.detail-section .section-heading {
  margin-bottom: 10px;
  color: #FFF;
  font-family: Outfit;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 200% */
}

.detail-list {
  margin: 0;
  padding-left: 30px;
}

.detail-list li {
  margin-bottom: 8px;
  color: #FFF;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 333.333% */
  list-style: none;
  position: relative;
}

/* Responsive */
@media (max-width: 992px) {
  .product-detail-block {
    flex-direction: column;
  }
}


/* Product css end  */
/* inner page css end  */







/* MEDIA QUERY START CSS */
@media screen and (max-width: 1536px){
	div#live-prices {
    WIDTH: 345PX;
}
	#pagi-blog h3.elementor-post__title {
    width: 80%;
}
	.detail-right .detail-title {
    font-size: 40px;
}
	.product-hover {
    padding: 50px 20px 50px;

}
.sub-heading {
    font-size: 22px !important;
    line-height: 32px !important;
}

.product-details li {
    font-size: 15px;
    line-height: 25px;
}
.product-arrow img {
    width: 60px;
}

.product-arrow {
    bottom: -32px;
}


}
@media screen and (max-width: 1280px){
	.live .elementor-post__thumbnail img {
    height: 400px !important;
}
	.recent .elementor-post__thumbnail img
 {
    height: 118px !important;
}
		.detail-right .detail-title {
    font-size: 30px;
	line-height:40px
}
	.detail-section .section-heading
 {
    font-size: 20px;
    line-height: 30px;
}
	.detail-list li {
    font-size: 15px;
}
	.product-image {
    height: 450.038px !important;
}
	.products-grid {
    gap: 20px;
}
}

@media screen and (max-width: 1024px){
	.live .elementor-post__thumbnail img
 {
        height: auto !important;
    }
	.recent .elementor-grid-item {
    align-items: center !important;
}
.recent .elementor-post__thumbnail img {
    height: auto !important;
    width: 100%;
}
	.hero-height {
    z-index: -9 !important;
}
	.hero-height {
    background: #202020;
    margin-bottom: -5px;
}
.uds-header {
    position: relative !important;
    background: #160d05 !important;
}
	.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    top: 80px !important;
}
	.detail-right .detail-title {
    font-size: 25px;
	line-height: 35px
}
	.sub-heading
 {
        font-size: 15px !important;
        line-height: 28px !important;
        margin: 0;
    }
	    .product-hover {
        padding: 30px 15px 30px;
    }
	    .product-details li {
        font-size: 13px;
        line-height: 20px;
    }
	.product-details li {
    margin: 5px 0px;
    padding: 3px 15px;
}
}
@media screen and (max-width: 880px){
	.product-detail-block {
    display: block;
	 margin-bottom: 10px;
    padding-bottom: 10px;
}
	.detail-left {
    width: 100%;
}
	.detail-right {
    width: 100%;
    padding-left: 0px;
}
	.service-content p {
    width: 100%;
    color: #FFFFFFB3;
}
h3.service-title {
    margin-bottom: 10px;
}

}
@media screen and (max-width: 768px){
	.gol-sil {
    position: relative !important;
    border: 0px !important;
    left: 0 !important;
}

.gol-sil div#live-prices {
    width: 100% !important;
    margin: 0 auto !important;
    justify-content: center;
}
	#gal .elementor-swiper-button.elementor-swiper-button-prev {
    display: none !important;
}

#gal .elementor-swiper-button.elementor-swiper-button-next {
    display: none !important;
}
	.carsel .elementor-swiper-button.elementor-swiper-button-prev {
    display: none;
}

.carsel .elementor-swiper-button.elementor-swiper-button-next {
    display: none;
}
.form-home .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-30.e-form__buttons {
    width: 100% !important;
    margin-left: 10px !important;
    margin: 0 auto !important;
    padding: 10px !important;
    height: auto !important;
}
	ul.detail-list {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 767px){
	h3.detail-title {
    padding-top: 20px;
}
	.related-post .elementor-post__title, .related-post .elementor-post__title a {
    margin: 0 0px 0 0;
	 width: 100% !important;

}
	.related-post .elementor-post__text
 {
    padding: 10px 10px 10px 10px;
}
	.related-post .elementor-post__read-more{
		display: none !important;
	}
	.hero-height .elementor-swiper-button.elementor-swiper-button-prev, .hero-height .elementor-swiper-button.elementor-swiper-button-next {
    display: none !important;
}

	.products-grid {
     grid-template-columns: 1fr;
}
    .product-card {
        margin-bottom: 40px;
    }
	.service-inner {
    padding: 25px;
}
		.detail-section .section-heading
 {
    font-size: 16px;
    line-height: 26px;
}
		.detail-right .detail-title {
    font-size: 22px;
	line-height: 32px
}
.test {
    position: relative !important;
    top: 0px !important;
}
	.main-misio:before {
display: none !important;
}
	.mian-sec:after {
display: none !important;
animation-name
}
	#pagi-blog h3.elementor-post__title {
    width: 100%;
}
#rec article.elementor-post {
    display: block !important;
}

#rec article.elementor-post .elementor-post__text {
    padding-top: 10px !important;
}
.uds-header {
    padding: 20px !important;
}
	.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    top: 50px !important;
}
}


@media screen and (max-width: 480px){
	.service-inner {
    display: block;

}
}


/* MEDIA QUERY CSS END  */