/* Initial hidden */
.slide-sub,
.slide-para {
    opacity: 0;
}

/* h5 */
.slide-sub {
    transform: translateX(-60px);
    transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

/* h2 words */
.slide-heading {
    white-space: normal;
}

.slide-heading .word {
    display: inline-block;
    white-space: nowrap;
}

.slide-heading .word span {
    display: inline-block;
    transform: translateX(-40px);
    opacity: 0;
    transition:
        transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.6s ease;
}

/* paragraph */
.slide-para {
    transition: opacity 1.1s ease;
}

/* animate state */
.animate {
    opacity: 1 !important;
    transform: translateX(0) !important;
}






.slide-cont h5 {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 60px;
}

.slide-cont h5:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/12/lines.png);
    width: 40px;
    left: 0px;
    height: 2px;
}

.slide-cont {
    position: relative;
}

/* service deatil page css start  */
/* Services Wrapper */
.services-grid {
    display: flex;
    flex-direction: column;
    gap: 50px; /* space between rows */
}

.service-box {
    display: flex;
    align-items: start;
    gap: 30px;
}

.service-box.reverse {
    flex-direction: row-reverse;
}

.service-image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.service-content {
    flex: 1;
    padding-left: 60px;
}

.service-content h3 {
    margin-bottom: 15px;
    color: #222;
    font-family: Ubuntu;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 166.667% */
    text-transform: capitalize;
}

.service-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-content ul li {
    margin-bottom: 20px;
    position: relative;
    padding-right: 20px;
}

.service-content ul li::after {
    content: "";
    position: absolute;
    right: 0;
    color: #000;
    background-image: url(/wp-content/uploads/2025/12/Frame.png);
    width: 24px;
    height: 24px;
}
.service-content ul li a {
    color: #222;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-transform: capitalize;
    transition: 0.5s;
}

.reverse .service-content {
    padding-left: 0;
 padding-right: 60px;
}

.service-content ul li a:hover {
    padding-left: 10px;
    transition: 0.5s;
    color: #00B2E2;
}



/* services sub detail page  */

.services-accordion {
}

.accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    cursor: pointer;
    font-weight: 600;
    background: #fff;
}

.accordion-header:hover {
    background: #f7f7f7;
}

.accordion-icon {
/*     font-size: 20px; */
    transition: 0.3s;
}

.accordion-item.active .accordion-icon {
    transform: rotate(90deg);
}

.accordion-content {
    display: none;
    padding: 0 18px 12px;
}

.accordion-content ul {
    margin: 0;
    padding-left: 18px;
    list-style: none;
}

.accordion-content li {
    margin: 8px 0;
}

.accordion-content a {
    text-decoration: none;
    color: #00B2E2;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-transform: capitalize;
}
.accordion-title {
    color: #222;
    font-family: Ubuntu;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    text-transform: capitalize;
}

.accordion-content a:hover {
    text-decoration: underline;
}

/* end  */
/* services detail end  */
/* Project inner page css start  */

.projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.projects-grid .projects-item {
    padding-top: 0px;
    transition: all 0.5s ease-in;
}

.projects-grid  .projectsBox {
    margin: 0 auto !important;
}

.projects-grid .project-head {
    opacity: 1 !important;
    margin-top: 10px;
}

.projects-grid .project-head h3 {
    color: #222;
    font-family: Ubuntu;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 166.667% */
    text-transform: capitalize;
    text-align: left;
    margin: 0 auto;
}
@media(max-width: 1280px){
	.service-content {
    flex: 0 75% !important;
    padding-left: 20px;
}
	.reverse .service-content {
    padding-right: 20px;
}
	.elementor-icon-box-title span> br {
    display: none !important;
}
	.abt-ser {
    padding: 20px;
}

}
@media (max-width: 1024px) {
	.sub-svg svg.fa-svg-chevron-down.e-font-icon-svg.e-fas-chevron-down {
    font-size: 20px;
}
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.acros-home .elementor-icon-box-icon::before {
    top: 15%;
    left: 10%;
}
}

@media (max-width: 768px) {

    .sliderInner .inner-content .container {
        padding-top: 80px;
    }
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.service-content ul li a {
    font-size: 14px;
    line-height: 24px;
}
	.services-grid {
    gap: 25px;
}
	.service-content h3 {
    font-size: 20px;
    line-height: 30px;

}
	    .abt-ser {
        padding: 20px;
    }
}

@media (max-width: 767px){
	#breadcrumbs span span + span::before, #breadcrumbs a + span::before {
    width: 5px !important;
}

	    .sliderInner .inner-content .container {
        padding-top: 20px;
    }
	.custom-header {
    position: relative;
    top: 100%;
    z-index: 99;
    background: #000000d9;
}
	.custom-header:before {
    display: none;
}
}

@media (max-width: 667px) {
	    .sliderInner .inner-content .container {
        padding-top: 10px;
    }
    .projects-grid {
        grid-template-columns: 1fr;
    }
	.service-box {
    display: block;
}
		.service-content {
    flex: 0 100%;
    padding-left: 0px;
}
	.reverse .service-content {
    padding-right: 0px;
}
	.service-content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-right: 10px;
}
	    .service-content ul li a {
        font-size: 13px;
        line-height: 24px;
    }
}

/* Project css end  */
#breadcrumbs span span + span::before,
#breadcrumbs a + span::before {
  content: "";
  display: inline-block;
  width: 8px;        /* icon width */
  height: 15px;       /* icon height */
  margin: 0 8px;
  background-image: url("/wp-content/uploads/2025/12/Vector.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

/* Counter circles overlap */
.counter-border {
    position: relative;
    margin-right: -40px; /* overlap adjust */
    z-index: 1;
}

/* First item thora uper ho */
.counter-border:nth-child(1) {
    z-index: 4;
}

/* Second thora niche */
.counter-border:nth-child(2) {
    z-index: 4;
}

/* Third thora niche */
.counter-border:nth-child(3) {
    z-index: 4;
}

/* Fourth sab se niche */
.counter-border:nth-child(4) {
    z-index: 1;
}

/* Circles ko perfect banana */
.counter-border {
    border-radius: 50%;
    padding: 40px;
    border: 1px solid #eee;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .counter-border {
        margin-right: 0;
        margin-bottom: 20px;
    }
}



.counter-border {
    background: transparent !important;
}


/* ----------- ACCORDION OUTER STYLE ----------- */
.acord-home .e-n-accordion-item {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}

/* Hover effect */
.acord-home .e-n-accordion-item:hover {
    border-color: #F3F3F3;
}

/* ----------- TITLE ROW ----------- */
.acord-home .e-n-accordion-item-title {
    padding: 18px 50px 18px 20px !important;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    border: none !important;
    border-radius: inherit !important;
}

/* TEXT COLOR */
.acord-home .e-n-accordion-item-title-text {
    color: #222;
}

/* ----------- LEFT ICON (arrow) ----------- */
.acord-home .e-n-accordion-item-title-icon {
    position: absolute !important;
    right: 20px !important;    /* Left placement */
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* Default icon color */
.acord-home svg {
    width: 14px;
    height: 14px;
    fill: #222;
}

/* ----------- ACTIVE (OPEN) STATE ----------- */
.acord-home .e-n-accordion-item[open] {
    background: #F3F3F3; /* Light orange background */
}


/* ----------- CONTENT AREA ----------- */
.acord-home .e-n-accordion-item[open] .e-con {
    padding: 0px 20px 15px 20px !important;
    border-radius: inherit !important;
    border: navajowhite !important;
}

.acord-home p {
    margin: 0;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}



/* feedback css  */
/* Mobile Overlay for Slider Text */
@media (max-width: 767px) {

    .inner-content {
        position: relative;
        z-index: 1;
    }

    .inner-content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6); /* overlay darkness */
        z-index: -1;
    }

    /* Ensure text stays above overlay */
    .inner-content .container,
    .inner-content .slide-cont {
        position: relative;
        z-index: 2;
    }

    /* Optional: improve text visibility */
    .slide-heading,
    .slide-sub,
    .slide-para {
        color: #fff;
    }
}


/* end */