/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/
Description: Hello Elementor Child Theme
Version: 3.4.5.1764142445
Updated: 2025-11-26 07:34:05
*/

/* ============================== CUSTOM HEADING ============================== */
.ozy-heading-txt-cls {
    font-weight: 600;
    color: #1A1A1A;
    background: #CFF023;
    padding: 4px 12px;
    border-radius: 12px;
    display: inline-block;
    margin-left: 10px;
}

/* ============================== SERVICE CARDS ============================== */
.service-cont-cls {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.4s ease;
}

.service-cont-cls::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;              
    width: 0;               
    height: 3px;            
    background: #CFF023;
    transform: translateX(-50%); 
    transition: width 0.4s ease-in-out;
}

.service-cont-cls:hover::after {
    width: 96%;   
}

.service-cont-cls .elementor-icon-box-icon {
    transition: all 0.4s ease;
}

.service-cont-cls:hover .elementor-icon-box-icon {
    opacity: 1;
    transform: translateY(-15px);
}

.service-cont-cls:hover .elementor-icon-box-icon span {
    background: #CFF023 !important;
}

.service-cont-cls .elementor-icon-box-title {
    transition: all 0.4s ease;
    margin-bottom: 14px; 
}

.service-cont-cls:hover .elementor-icon-box-title {
    transform: translateY(-20px);
}

.service-cont-cls:hover .elementor-icon-box-title span {
    color: #1A1A1A !important;
}

.service-cont-cls .elementor-icon-box-description {
    transition: all 0.4s ease;
    margin-bottom: 20px; 
}

.service-cont-cls:hover .elementor-icon-box-description {
    transform: translateY(-15px);
    color: #1A1A1A !important;
}

.service-cont-cls .service-btn-cls {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease;
}

.service-cont-cls:hover .service-btn-cls {
    opacity: 1;
    transform: translateY(10px);
}

.service-cont-cls:hover .service-btn-cls p {
    color: #1A1A1A !important;
}

.service-cont-cls:hover h3,
.service-cont-cls:hover p,
.service-cont-cls:hover span,
.service-cont-cls:hover .elementor-button {
    color: #fff !important;
}

/* ============================== PROJECT SECTION ============================== */
.projects-img-cls .proj-featured-img {
    position: relative !important;
    overflow: hidden !important;
    height: 270px !important; 
}

.projects-img-cls .proj-featured-img .elementor-widget-image {
    height: 100% !important;
    overflow: hidden !important;
}

.projects-img-cls .proj-featured-img img {
    width: 100% !important;
    height: auto !important;
    min-height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block !important;
}

.projects-img-cls:hover img {
    animation: scrollUpDown 12s ease-in-out infinite;
}

@keyframes scrollUpDown {
    0% { transform: translateY(0); }
    45% { transform: translateY(calc(-100% + 270px)); }
    55% { transform: translateY(calc(-100% + 270px)); }
    100% { transform: translateY(0); }
}

.project-loops-cls .projects-img-cls {
    border: 2px solid transparent;
    border-radius: 20px;
    transition: all 0.35s ease;
    padding: 0;
}

.project-loops-cls:hover .projects-img-cls {
    border-color: #CFF023;
    box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.05);
}

.projects-img-cls:hover h3.elementor-heading-title {
    color: #CFF023 !important;
}

.projects-img-cls:hover {
    transform: translateY(-4px);
    transition: all 0.35s ease;
}

/* ============================== SEARCH HIGHLIGHT ============================== */
.search-highlight {
    background-color: #fff3cd !important;
    padding: 10px !important;
    border-radius: 5px !important;
    transition: background-color 0.3s ease !important;
    animation: highlightPulse 0.5s ease-in-out;
}

@keyframes highlightPulse {
    0% { background-color: transparent; }
    50% { background-color: #ffd700; }
    100% { background-color: #ffeb3b; }
}

h1, h2, h3, h4, h5, h6 {
    scroll-margin-top: 100px; 
}

/* ============================== INDUSTRIES CARD ============================== */
.industires-cont-cls {
    background: #ffffff;
    border: 1px solid rgba(207, 240, 35, 0.35);
    border-radius: 16px;
    transition: background 0.4s ease, box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
 
}
.swiper-slide.industries {
    padding-top: 12px;  
    padding-bottom: 12px; 
    overflow: visible;    
}

.industires-cont-cls:hover {
    border-color: #CFF023;
    border: 1.5px solid rgba(207, 240, 35, 0.35);
    box-shadow: 0 12px 40px rgba(207, 240, 35, 0.35);
    transform: translateY(-6px);
    background: linear-gradient(160deg, #f6f6f6 0%, #e9e9e9 35%, rgba(207, 240, 35, 0.18) 100%);
    height: 245px;
}


.industires-cont-cls:hover .elementor-icon-box-title span {
    color: #CFF023;
    transition: color 0.3s ease;
}

.industires-cont-cls .industries-icon i {
    transition: transform 0.3s ease;
}

.industires-cont-cls:hover .industries-icon i {
    transform: translateX(6px);
    color: #CFF023;
}

.industires-cls .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* ============================== STEPPER ANIMATION ============================== */
.animation-sec-cls .elementor-icon-list-item {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    padding: 20px !important;
    border-radius: 14px;
    height: 220px;
    width: 250px;
    background: #ffffff;
    border: 0.67px solid rgba(26, 26, 26, 0.1);
    box-shadow: none;
    transition: all 0.35s ease;
}

.animation-sec-cls .elementor-icon-list-item:hover {
    background: #fff !important;
    border: 1px solid #CFF023 !important;
    box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
}

.animation-sec-cls .elementor-icon-list-icon {
    padding: 0;
    border: none !important;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    height: 50px;
    margin-bottom: 16px;
    transition: all 0.35s ease;
}

.animation-sec-cls .elementor-icon-list-icon i,
.animation-sec-cls .elementor-icon-list-icon svg {
    width: auto;
    height: auto;
}

/* Active and Checked states for animation */
/*.animation-sec-cls .elementor-icon-list-icon.active {*/
/*    border: 2px solid #007bff !important;*/
/*    border-radius: 50%;*/
/*    padding: 8px;*/
/*}*/

.animation-sec-cls .elementor-icon-list-icon.checked {
    padding: 8px 6px;
    border: 1px solid #CFF023 !important;
    border-radius: 50px;
    /*background-color: #007bff;*/
    box-sizing: border-box; 
}

.animation-sec-cls .elementor-icon-list-icon.checked i {
    /*color: #fff !important;*/
    font-size: 28px; 
}

.animation-sec-cls .elementor-icon-list-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1; 
}

.animation-sec-cls .step-title {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.animation-sec-cls .step-description {
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.5;
    margin: 0;
}
.animation-sec-cls .elementor-icon-list-item:hover {

    border: 1px solid rgb(255, 197, 203);

}
/* ============================== TESTIMONIALS ============================== */
.testimonial-wrapper-fixed {
    height: 900px;
    overflow: hidden;
    position: relative;
}
.testimonial-cls {
    padding: 20px !important;
    border-radius: 12px !important;
}
.testimonial-cls .elementor-testimonial-content p {
    font-size: 16px;
    text-align: left;
}
.testimonial-cls .elementor-testimonial-meta {
    text-align: left;
}
.carouselverticalone {
    animation: scrollSmoothUp 35s linear infinite;
    will-change: transform;
}

@keyframes scrollSmoothUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

.carouselverticaltwo {
    animation: scrollSmoothDown 35s linear infinite;
    will-change: transform;
}

@keyframes scrollSmoothDown {
    0% { transform: translateY(-50%); }
    100% { transform: translateY(0); }
}

.verticalcolumnone,
.verticalcolumntwo {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0), black 25%, black 75%, rgba(0,0,0,0));
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0), black 25%, black 75%, rgba(0,0,0,0));
}

.testimonial-cls:hover  {
    background: #CFF023 !important;
    padding:20px;
    border-radius: 12px !important;

}
.testimonial-cls:hover .elementor-testimonial-content p {
    color: #fff !important;
    
}

.testimonial-cls:hover .elementor-testimonial-name {
    color: #FFFFFF !important;
}

.testimonial-cls:hover .elementor-testimonial-job {
    color: #fff !important;
}

.testimonial-cls img {
    border: 3px solid #CFF023 !important;
}

.testimonial-cls:hover img {
    border: 3px solid #F26824 !important;
}

.review-cod-cls {
    display: flex;
    gap: 4px;
    align-items: center;
}

.review-cod-cls .fa-star {
    font-size: 18px;
    color: #F26824;
}

/* ============================== COMPANY LOGOS SLIDER ============================== */
.company-logo-cls {
    overflow: hidden;
    position: relative;
    transition: background 0.3s ease;
}
/*.company-logo-cls .e-con-inner,*/
/*.company-logo-cls img {*/
/*    background: transparent !important;*/
/*}*/
/*.company-logo-cls .e-con-inner:hover,*/
/*.company-logo-cls img {*/
/*    background: transparent !important;*/
/*    }*/

.company-logo-cls .swiper-wrapper {
    display: inline-flex;
    width: max-content !important;
    animation: marqueeScroll 20s linear infinite;
}

.company-logo-cls .swiper-slide {
    width: auto !important;
    margin-right: 50px !important;
}

.company-logo-cls .swiper-slide img {
    height: 60px;
    width: auto;
    object-fit: contain;
    background: transparent !important;
}

@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ============================== BLOG SECTION ============================== */
.post-slider-cls {
    transition: all 0.35s ease;
    border-radius: 16px;
    overflow: hidden; 
}

.post-slider-cls:hover {
    box-shadow: 2px 2px 16px rgba(0,0,0,0.08);
    transform: translateY(-4px); 
}

.post-slider-cls .blog-img-cls {
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    transition: background-size 0.6s ease;
}

.post-slider-cls:hover .blog-img-cls {
    background-size: 110% !important;
}

.post-slider-cls .post-slider-head .elementor-heading-title a {
    color: #1A1A1A;
    transition: color 0.3s ease;
}

.post-slider-cls:hover .post-slider-head .elementor-heading-title a {
    color: #CFF023 !important;
}

.post-slider-cls:hover .post-slider-meta span {
    color: #CFF023 !important;
}
/* ============================== BUTTON ICONS ============================== */

.buton-cls .elementor-button-icon i {
    margin-top: 3.7px;
}
/* ============================== FORM ============================== */
.form-box {
    box-shadow: 0px 4px 6px -4px #0000001A, 0px 10px 15px -3px #0000001A;
    border-top: 0.67px solid #1A1A1A1A;
}
/* SERVICES Page TABS SECTIONS*/
/* TIMELINE */
.about-timeline-cls .e-n-tabs-heading {
    display: flex !important;
    align-items: center;
    position: relative;
    width: 100%;
    margin: auto;
}

.about-timeline-cls .e-n-tabs-heading::before {
    content: "";
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #F3F3F3;
    z-index: 0;
}
.about-timeline-cls .e-n-tab-icon{
    background-color: #fff;
}

/*RELATED SERVICES CSS*/

.related-services-cls:hover {
    background-color: #CFF023;
}

.related-services-cls:hover .elementor-icon {
    background-color: #CFF023;
}

.related-services-cls:hover .elementor-icon i {
    color: #1A1A1A; 
}

.related-services-cls:hover .elementor-icon-box-title,
.related-services-cls:hover .elementor-icon-box-title span {
    color: #fff;
}

.related-services-cls:hover .elementor-icon-box-description {
    color: #fff !important;
}

/*BLOGS PAGE*/

.archieve-post2-cls img{
    height: 261px !important;
    background-size: cover !important;
}
.post-slider-cls:hover .post-icon-arrow {
    border: 2px solid #CFF023 !important;
    transition: all 0.35s ease;
}
.post-slider-cls:hover .post-icon-arrow i {
    color: #CFF023 !important;
    transition: all 0.35s ease;
}
/*SINGLE BLOGS PAGE*/
.post-bredcrum-cls .elementor-icon-list-text a {
    color: #fff !important;
}
.post-bredcrum-cls .elementor-icon-list-text:hover a {
    color: #CFF023 !important;
     transition: all 0.35s ease;
}
/* ============================== MOBILE RESPONSIVE ============================== */
@media (min-width: 0px) and (max-width: 767px) {
    .ozy-heading-txt-cls {
        margin-top: 6px;
    }
    
    /* SERVICES Page TABS SECTIONS TIMELINE*/
    .about-timeline-cls .e-n-tabs-heading {
    display: ruby !important;
    align-items: center;
    position: relative;
    margin: auto;
}
	.about-timeline-cls .e-n-tabs-heading::before {
    content: "";
    position: absolute;
    top: 72.5%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #F3F3F3;
    z-index: 0;
}
	.about-timeline-cls .e-n-tab-title {
    padding: 0 16px !important;
}
}


/* ============================== tablet RESPONSIVE ============================== */
@media (min-width: 768px) and (max-width: 1024px) {
 
 
    
}