/* Landing-page */

.values .elementor-icon svg path {
    fill: #e5adac !important;
}

.testimonials .swiper-pagination-bullet {
    width: 35px !important;
    height: 4px !important;
    border-radius: 5px;
}

.footer-menu .menu-item a:hover {
    font-weight: 600 !important;
}


.privacy-policy .top-header {
    background-color: #3b0000 !important;
}
.privacy-icon .elementor-icon-box-title {
    margin-top: 0px;
}

.custom-website .elementor-icon {
    border-radius: 15px 0px 15px 0px;
    background-color: #FFF;
    padding: 14px;
}
.development-btn .elementor-button-content-wrapper {
    justify-content: space-between;
} 

.home-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title {
    border-bottom: unset !important;
}

.home-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title {
    border-radius: 10px 10px 0px 0px !important;
}

.single-post .top-header {
    background: #000000a8 !important;
}

.page-id-3597 .top-header {
    background: #000000a8 !important;
}
.page-id-3829 .top-header {
    background: #000000a8 !important;
}

.page-id-5153 .top-header {
    background: #000000a8 !important;
}

.page-id-4481 .top-header {
    background: #000000a8 !important;
}
.page-id-4540 .top-header {
    background: #000000a8 !important;
}



.accordian .e-con-inner {
    margin: 0;
}
.e-n-carousel .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}


.toggle-menu .elementor-nav-menu a::after {
    width: 64px !IMPORTANT;
    border-radius: 100px;
    left: 50% !IMPORTANT;
    transform: translateX(-50%) !IMPORTANT;
}


.blogs-sec .elementor-post__read-more {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border: 2px solid #bd0200;
  padding: 5px 20px;
  border-radius: 10px;
  color: #bd0200 !important;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s, color 0.3s ease;
}

.blogs-sec .elementor-post__read-more::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url(/wp-content/uploads/2025/10/right-arrow-new-1.svg) no-repeat center center;
    background-size: contain;
    transition: transform 0.3s 
ease, filter 0.3s 
ease;
    position: relative;
    top: 4px;
}

.blogs-sec .elementor-post__read-more:hover {
  background-color: #bd0200;
  color: #fff !important;
}

.blogs-sec .elementor-post__read-more:hover::after {
/*   transform: translateX(4px); */
  filter: brightness(0) invert(1); /* makes arrow white on hover */
}






/* Last menu item = Contact Us */
.toggle-menu .elementor-nav-menu li:last-child a {
  display: inline-flex;
  align-items: center;
  gap: 8px;  
  background: linear-gradient(to bottom, #ff3c3c, #b40000);
  color: #fff !important;
  border-radius: 10px;
  padding: 10px 25px !important;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(180, 0, 0, 0.4);
  transition: all 0.3s ease;
  text-transform: uppercase;
}



/* Hover effects */
.toggle-menu .elementor-nav-menu li:last-child a:hover {
  background: linear-gradient(to bottom, #b40000, #ff3c3c);
  
}

.toggle-menu .elementor-nav-menu li:last-child a:hover::after {
  transform: translateX(4px);
}

.toggle-menu .elementor-nav-menu li:last-child > a.elementor-item:after {
    display: none !important;
}





.services-box:hover .elementor-button {
    color: #bd0200 !important;
    background: #FFF !important;
}


.services-box:hover svg.e-font-icon-svg.e-fas-arrow-right {
    fill: #bd0300;
}

.services-box p.elementor-icon-box-description {
    text-align: justify;
}

.retail-glob span.elementor-icon {
    border-radius: 100px;
    background-color:#fff;
    padding: 13px;
	border: 1px solid #bd0300 !important;
}

.retail-glob .elementor-icon-box-icon svg path {
  fill: #bd0300;
}



.retail-glob:hover span.elementor-icon {
  background-color: #bd0300;
  border-color: #bd0300;
}

.retail-glob:hover .elementor-icon-box-icon svg path {
  fill: #fff;
}


.elementor-post-date::before {
  content: "\f073";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 6px;
}

.blogs-sec .elementor-post__read-more {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #bd0300;
    padding: 5px 20px;
    border-radius: 5px;
    transition: background 0.3s;
     
}

.blogs-sec .elementor-post__read-more:hover {
    background-color: #bd0300;
    color: #FFF !important;
}



.blogs-sec .elementor-post__text {
    display: flex !important;
    flex-direction: column;
}


.blogs-sec .elementor-post__meta-data {
    order: -1; 
    margin-bottom: 14px !important; 
}


 .recent-blog {
  position: sticky;
  top: 67px;
  align-self: flex-start;
} 


.recent-blog article:last-child {
    border-bottom:unset !important;
}


.recent-blog article {
    border-bottom: solid 1px #bd0300;
    padding-bottom: 10px !important;
}

/* .recent-blog img.attachment-medium {
    height: 120px !important;
} */

.recent-blog a.elementor-post__thumbnail__link {
    margin-bottom: 10px !important;
}

.blog-main ul {
    padding-left: 20px;
}


 .blog-main ul li {
    margin-bottom: 10px;
}
 
.services-box span.elementor-icon {
    border-radius: 15px 0px 15px 0px;
    background-color:#bd0300;
    padding: 14px;
}


/* ==== Sticky Scroll Section ==== */
.sticky-solutions-section {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  min-height: 100vh;
}

/* left (sticky text) */
.sticky-solutions-section .sticky-left {
  flex: 0 0 48%;
  position: sticky;
  top: 100px; 
  align-self: flex-start;
}

/* wrapper that defines the scroll area */
.sticky-solutions-section .scroll-wrapper {
  flex: 0 0 55%;
  position: relative;
}

/* the scrollable right content */
.sticky-solutions-section .scroll-right {
  max-height: none;
  overflow: visible;
}

/* make the inner content scroll within the section */
.sticky-solutions-section::after {
  content: "";
  display: block;
  height: var(--scroll-height, 100%);
}







/* 
new-scrolll */



.we-work-sec {
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.scroll-sec {
  max-height: calc(100vh - 100px);
  overflow-y: auto !important;
  overflow-x: hidden;
  padding: 0px 20px 180px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* scrollbar design (optional) */
.scroll-sec::-webkit-scrollbar {
  width: 4px;
}
.scroll-sec::-webkit-scrollbar-thumb {
  background-color: #b80000;
  border-radius: 8px;
}
.scroll-sec::-webkit-scrollbar-track {
  background: #eee;
}









/* end */



.top-header.elementor-sticky--effects img {
    width: 200px !important;
}

.top-header.elementor-sticky--effects .e-con-inner {
    padding: 8px 0px 8px 0px;
}

.toggle-menu ul li:last-child a {
    padding-right: unset !important;
}

.elementor-sticky--effects {
    background-color: #000000a8 !important;
}

.slick-slide {
  transition: transform 1s ease-in-out !important;
} 


.footer-menu .elementor-item {
  padding:0px 30px 15px 0px !important;
}

.footer-menu .elementor-nav-menu {
    display: block !important;
}

/* .footer-sec {
  background: linear-gradient(90deg, #bd0300, #bd0300, #111111e8);
}
 */

:target {
  scroll-margin-top: 80px;
}

.testimonials-sec .elementor-star-rating {
    order: 1;
}
.toggle-menu .elementor-item-active {
    font-weight:700 !important;
}

.footer-menu a.elementor-item.elementor-item-anchor {
    margin: unset !important;
}
.toggle-menu .elementor-nav-menu li:last-child a {
	 margin-left: 50px;
}




.scroll-sec .elementor-icon {
    margin-top: 10px;
}

.scroll-right .elementor-icon {
    margin-top: 10px;
}


.services-box:hover .elementor-icon-box-icon svg path {
  fill: #bd0300;
}

.services-box .elementor-icon-box-icon svg path {
  fill: #fff;
}
.services-box:hover h3,
.services-box:hover .p
{
  color: #fff !important;
}


.services-box:hover span.elementor-icon {
    background-color:#fff;
}


@media screen and (max-width: 1170px) {
	
	.toggle-menu .elementor-nav-menu li:last-child a {
     margin-left: 15px;
}
	.toggle-menu .elementor-item {
    padding: 13px 18px !important;
}
	
}


@media screen and (max-width: 1024px) {
    .toggle-menu .elementor-nav-menu li:last-child a {
        margin-bottom: 20px;
        margin-top: 10px;
    }
	.toggle-menu .elementor-menu-toggle {
    padding: 0px !important;
}
	
	.recent-blog img.attachment-medium {
/*     height: 100% !important; */
    padding-bottom: 20px;
}
	
	
	.toggle-menu .elementor-nav-menu li:last-child a {

  border-radius: 14px !important;

	}
}



 @media (max-width: 767px) {
	
	.sticky-solutions-section .sticky-left {
    flex: 0 0 100%;
}
/* 	 .recent-blog img.attachment-medium {
    height: 102% !important;
} */
	 .recent-blog a.elementor-post__thumbnail__link {
    margin-bottom: 10px !important;
}
	 
	 .zigzag-track {
    gap: 20px !important;
  
}
	 
	 .custom-website .elementor-icon {
    padding: 10px;
}
} 