/* Also neutralize unnecessary horizontal scrollbars on body/html */



html {
  overflow-y: auto;
  margin: 0 !important;
  margin-top: 0 !important;
}
body.admin-bar #header {
  margin-top: 32px;
}

/*#slider .owl-carousel .owl-item img{
  width: 100% !important;
}*/
header,section,footer {
  z-index: 0
}
button.owl-dot {
  border-radius: 50%;
}
.owl-nav button {
  z-index: 3;
  cursor: pointer !important;
}
/*--------slider------*/
.header-wrap {
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 0.5px solid #FFFFFF;
}
#banner {
    position: relative;
    overflow: hidden;
    background: #29C684;
    padding: 160px 0 0;

}

.banner-main-heading {
    position: absolute;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;   
    left: 0;
    right: 0;
}



/* "Design" — top-left */

.banner-main-heading h1 {
      font-family: 'Inter';
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 280px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
}
.banner-main-heading h1.banner-heading:first-of-type {
    align-self: flex-start;
}
.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.banner-image {
    height: 939px;
}

/* "AGENCY" — bottom-left */
.banner-main-heading h1.banner-heading:last-of-type {
    align-self: flex-start;
}

/* Mask wrapper — shared background image fills across both lines */
.banner-mask-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

/* "Design" — person image shows through text letters */
.banner-mask-wrap h1.heading-fill {
    background-image: url('../../images/Banner/mask-Image.png');
    background-size: cover;
    background-position: center top;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    animation: maskPulse 4s ease-in-out infinite;
}

/* Animate the background-position for a living, breathing mask */
@keyframes maskPulse {
    0%   { background-position: left 0%; }
    50%  { background-position: left 8%; }
    100% { background-position: left 0%; }
}

/* ── Banner entrance animations ── */
@keyframes bannerImgReveal {
    0%   { opacity: 0; transform: translateY(80px) scale(0.96); filter: blur(6px); }
    60%  { filter: blur(0px); }
    100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes bannerTextSlideIn {
    0%   { opacity: 0; transform: translateX(-100px) skewX(8deg); }
    100% { opacity: 1; transform: translateX(0) skewX(0deg); }
}
@keyframes bannerContentFadeUp {
    0%   { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}
@keyframes bannerStatsPopIn {
    0%   { opacity: 0; transform: scale(0.75) translateY(30px); }
    70%  { transform: scale(1.04) translateY(-4px); }
    100% { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes bannerAvatarStagger {
    0%   { opacity: 0; transform: scale(0.5) translateX(-12px); }
    100% { opacity: 1; transform: scale(1) translateX(0); }
}
@keyframes bannerBtnPulse {
    0%   { opacity: 0; transform: translateY(20px); }
    70%  { transform: translateY(-4px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* Image — smooth reveal with blur */
.banner-img-animate {
    animation: bannerImgReveal 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}
/* Heading text — slide in from left with skew */
.banner-text-animate {
    animation: bannerTextSlideIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}
/* Content paragraph — fade up */
.banner-content-animate {
    animation: bannerContentFadeUp 0.8s ease 0.6s both;
}
/* Stats box — pop in with spring, then float forever */
@keyframes bannerStatsFloat {
    0%   { transform: translateY(0px) rotate(0deg); }
    25%  { transform: translateY(-8px) rotate(0.5deg);  }
    50%  { transform: translateY(-12px) rotate(0deg); }
    75%  { transform: translateY(-6px) rotate(-0.5deg); }
    100% { transform: translateY(0px) rotate(0deg); }
}
.banner-stats-box {
    animation: bannerStatsPopIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s both,
               bannerStatsFloat 4s ease-in-out 1.8s infinite;
}
/* Avatars — stagger each one */
.banner-stats-avatars .banner-avatar:nth-child(1) { animation: bannerAvatarStagger 0.5s ease 1.1s both; }
.banner-stats-avatars .banner-avatar:nth-child(2) { animation: bannerAvatarStagger 0.5s ease 1.2s both; }
.banner-stats-avatars .banner-avatar:nth-child(3) { animation: bannerAvatarStagger 0.5s ease 1.3s both; }
.banner-stats-avatars .banner-avatar:nth-child(4) { animation: bannerAvatarStagger 0.5s ease 1.4s both; }
.banner-stats-avatars .banner-avatar-plus        { animation: bannerAvatarStagger 0.5s ease 1.5s both; }
/* Button — bounce up last */
.banner-button a {
    animation: bannerBtnPulse 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s both;
    display: inline-block;
}
.banner-button {
    margin-top: 22px;
}
/* "AGENCY" — white outline only, no fill */
.banner-mask-wrap h1.heading-outline {
    color: transparent;
    -webkit-text-stroke: 3px #ffffff;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
}
.banner-content-box {
    position: absolute;
    bottom: 28px;
    width: 23%;
    left: -74px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.banner-content-box {
    position: absolute;
    bottom: 190px;
    width: 23%;
    left: -36px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/* ── Happy Patients Stats Box ── */
.banner-stats-box {
    position: absolute;
    bottom: 60px;
    right: 360px;
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 22px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.13);
    min-width: 210px;
    z-index: 10;
}
.banner-stats-number {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: #111111;
    line-height: 1.1;
    margin-bottom: 4px;
}
.banner-stats-label {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    margin-bottom: 14px;
}
.banner-stats-avatars {
    display: flex;
    align-items: center;
}
.banner-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    object-fit: cover;
    margin-left: -10px;
}
.banner-stats-avatars .banner-avatar:first-child {
    margin-left: 0;
}
.banner-avatar-plus {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #29C684;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    border: 2px solid #ffffff;
    flex-shrink: 0;
}

/* ── Year of Experience & Project Done Counter Boxes ── */
.banner-counter-boxes {
    position: absolute;
    bottom: 4%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 10;
    animation: bannerStatsPopIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 1.0s both, bannerStatsFloat 4s ease-in-out 1.9s infinite;
}
.banner-counter-box {
    padding: 20px 0;
    min-width: 180px;
}
.banner-counter-boxes::after {
    content: "";
    border-bottom: 1px solid #FFFFFF;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
}

.banner-counter-number {
    font-family: Sora;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 2%;
    text-transform: capitalize;
    color: #FFFFFF;

}
.banner-counter-label {
color: #FFFFFF;
    font-family: DM Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 2%;
    text-transform: capitalize;
}

.banner-button a span {
    font-family: Sora;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: capitalize;
    color: #29C684;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 14px 24px;
}
.banner-button a span:hover {
    background: #191C21;
    color: #fff;
}
.banner-content {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 132%;
    letter-spacing: 0%;
    color: #EFEFEF;
}
.slider-banner-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.slider-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-inner-wrapper2 {
  position: relative;
  z-index: 2;
}

.owl-carousel,
.slid-bg,
.carousel-item-sli {
  position: relative;
  z-index: 3;
}
.banner-text-wrap {
  position: relative;
  z-index: 4;
  padding: 140px 0 160px; /* adjust vertically */
}
.slide-image-dtl-box {
  position: relative;
  z-index: 5;
}

span.slid-pill2 img,span.slid-pill1 img,.slider-centr-image img {
    width: auto !important;
}
p.slidr-text {
    font-size: 14px;
    font-family: "Oxanium", sans-serif;
    color: #EFEFEF;
}
h2.banner-heading {
    font-size: 64px;
    color: #ffffff;
    line-height: 95px;
}
h6.label {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    font-family: "DM Sans";
    text-transform: uppercase;
    letter-spacing: 1px;
}
p.value {
    font-size: 18px;
    color: #797777;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.slider-centr-image img {
    border-radius: 300px;
    box-shadow: -70px 128px 146.6px 50px #29C6840A;
}
.profile-feature-wrap {
  position: relative;
  /*max-width: 1100px;
  margin: 120px auto 0;*/
  display: grid;
  grid-template-columns: 1fr 700px 1fr;
  align-items: center;
  z-index: 3;
}
.slider-centr-image {
  position: relative;
}

.slider-centr-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
span.slid-pill1,span.slid-pill2.gradient {
    display: inline-block;
        margin-bottom: -16px;
}
/* BACK SHAPE */
.slider-centr-image::after {
    content: "";
    position: absolute;
    top: 80px;
    right: 20px;
    background: linear-gradient(180deg, #236465 0%, #87C4C2 38.46%, #8E9D9C 62.98%, #EAFFFF 100%);
    border-radius: 300px;
    z-index: -1;
    box-shadow: -70px 128px 146.6px 50px #29C6840A;
    width: 336px;
    height: 528px;
    border: 1px solid #000000;
    /*box-shadow: -70px 128px 146.6px 248px #29C6840A;*/
}

.info-item {
  position: relative;
  max-width: 260px;
}
.slid-fet::before {
  content: "";
  position: absolute;
  top: 43%;
    height: 12px;
    width: 12px;
  background: #ffffff;
  border-radius: 50%;
}
.itm1:before{
    left: 111%;
}
.itm2:before {
    left: 127%;
}
.itm3:before {
    left: 115%;
}
.itm4:before {
    right: 121%;
}
.itm5:before {
    right: 108%;
}
.slid-fet::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  background: #ffffff;
}
.slid-fet{
    position: relative;
}
.itm1:after{
    width: 278px;
    left: 111%;
}
.itm2:after {
    width: 180px;
    left: 127%;
}
.itm3:after {
    width: 300px;
    left: 115%;
}
.itm4:after {
    width: 222px;
    right: 121%;
}
.itm5:after {
    width: 277px;
    right: 108%;
}
.info-item.prof-1 {
    left: 11%;
    position: absolute;
    top: 18%;
}
.info-item.prof-2 {
    left: 17%;
    position: absolute;
    top: 45%;
}
.info-item.prof-3 {
    left: 10%;
    position: absolute;
    top: 74%;
}
.info-item.prof-4 {
    right: 16%;
    position: absolute;
    top: 32%;
}
.info-item.prof-5 {
    right: 9%;
    position: absolute;
    top: 56%;
}
section#banner .owl-nav {
    display: inline-grid;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    left: 5%;
}
section#banner button.owl-prev i,section#banner button.owl-next i {
    border-radius: 50%;
    color: #ffffff;
    border: 3px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
}
section#banner button.owl-prev,section#banner button.owl-next {
    background: none;
    border: none;
    padding: 0;
}
section#banner button.owl-prev {
    margin-bottom: 25px;
}
/*---brand--*/
img.brnd-img {
    width: 362px !important;
    height: 50px !important;
    margin: 0 auto !important;
    object-fit: contain;
    display: block;
    filter: grayscale(100%) opacity(0.55);
    transition: filter 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
}
.brnd-img-box {
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
}
.brnd-img-box:hover img.brnd-img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.12);
}
.brnd-img-box:hover {
    transform: translateY(-4px);
}
#brand .owl-stage-outer {
  padding-left: 0 !important;
  overflow: hidden;
}
#brand .owl-stage {
  transition-timing-function: linear !important;
}
/*-----------about-----------*/
.abt-heading-wrapper{
  position: relative;
  display: inline-block;
}
.abt-bg-head{
    position: relative;
    font-size: 128px;
    font-weight: 900;
    white-space: nowrap;
    z-index: 1;
    color: #29C684;
    opacity: 0.3;
     line-height: 80%;
     text-transform: uppercase;
}
.abt-sm-head{
    position: absolute;
    left: 64%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: Sora;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 126%;
    letter-spacing: 2%;
    text-transform: capitalize;
    width: 100%;
    margin: auto;
    z-index: 2;
}
p.abt-txt {
    line-height: 38px;
    font-family: Sora;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 192%;
letter-spacing: 2%;
text-transform: capitalize;

}
a.about-btn,a.proj-btn,a.project-otr-btn {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background: #29C684;
    border-radius: 12px;
    padding: 10px 25px;
}
a.project-otr-btn {
    width: 398px;
}
.about-img1 img {
    border-radius: 296px;
    width: 400px;
    height: 630px;
    animation: aboutFloat1 5s ease-in-out infinite;
}
.about-img2 img {
    border-radius: 112px;
    width: 235px;
    height: 310px;
    animation: aboutFloat2 4s ease-in-out 1s infinite;
}
.abt-lft-img-box {
    position: relative;
}
.img2-plce-box {
    position: absolute;
    right: 0;
    bottom: 40px;
    animation: aboutFloat3 4.5s ease-in-out 0.5s infinite;
}

@keyframes aboutFloat1 {
    0%   { transform: translateY(0px); }
    50%  { transform: translateY(-18px); }
    100% { transform: translateY(0px); }
}
@keyframes aboutFloat2 {
    0%   { transform: translateY(0px) rotate(0deg); }
    50%  { transform: translateY(-14px) rotate(1.5deg); }
    100% { transform: translateY(0px) rotate(0deg); }
}
@keyframes aboutFloat3 {
    0%   { transform: translateY(0px) scale(1); }
    50%  { transform: translateY(12px) scale(1.02); }
    100% { transform: translateY(0px) scale(1); }
}
.abt-vid-icon {
    position: absolute;
    right: 22%;
    bottom: 41%;
    z-index: 99;
}
/*----------skills-----*/
.skill-icon-box {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 15px;
}
.skill-circle {
  transform: rotate(10deg);
}
.skill-circle circle {
  fill: none;
  stroke-width: 20;
  stroke-linecap: round;
}
.skill-bg {
  stroke: #D9D9D9;
}
.skill-progress {
  stroke: #191C21;
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
  transition: stroke-dashoffset 2s ease;
}
.achiv-no {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    font-family: "DM Sans";
    letter-spacing: 2px;
}
.skill-value {
  margin-left: 2px;
}
.skill-hd-wrapper{
  position: relative;
}
.skill-head{
    position: relative;
    font-size: 128px;
    font-weight: 900;
    white-space: nowrap;
    z-index: 1;
    color: #191C21;
    line-height: 80%;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.skill-sm-head {
    position: absolute;
    left: 82px;
    top: 50%;
    transform: translateY(-50%);
    font-family: Sora;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;

    width: 100%;
    margin: auto;
    z-index: 2;
    letter-spacing: 1px;
}
h6.skill-inn-head {
    font-size: 24px;
    font-weight: 700;
    font-family: "DM Sans";
    letter-spacing: 1px;
    text-transform: capitalize;
}
/*-----project------------*/
.prj-hd-wrapper{
  position: relative;
}
.project-main-hd{
    position: relative;
    font-size: 128px;
    font-weight: 900;
    white-space: nowrap;
    z-index: 1;
    color: #29C684;
    opacity: 0.3;
     line-height: 80%;
     letter-spacing: 5px;
}
.project-sm-hd{
  position: absolute;
    right: 110px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    font-weight: 800;
    color: #FFFFFF;
    width: 100%;
    margin: auto;
    z-index: 2;
    letter-spacing: 1px;
}
p.project-txt {
    width: 68%;
    display: inline-block;
}
h6.projct-name, h6.projct-name a {
    font-size: 24px;
    font-weight: 700;
    font-family: "DM Sans";
    text-transform: capitalize;
}
.row.ri8-4-box h6.projct-name, .row.ri8-4-box h6.projct-name a,.row.ri8-4-box a.proj-btn {
    font-size: 14px;
}
.row.ri8-4-box p.proj-inn-txt{
    font-size: 12px;
}
/*.row.ri8-4-box .proj-inn-detail:hover{
    margin-bottom: 10px;
}*/
p.proj-inn-txt {
    font-size: 16px;
    color: #BDBDBD;
    letter-spacing: 1px;
}
.proj-in-btn{
    display: none;
}
.proj-inn-detail:hover .proj-in-btn{
    display: block;
}
.proj-inn-detail {
    position: relative;
    border-bottom: 15px solid transparent;
    border-radius: 35px;
}
.row.ri8-4-box .proj-inn-detail{
    position: relative;
    border-bottom: 10px solid transparent;
    border-radius: 30px;
}
.proj-inn-detail:hover,.row.ri8-4-box .proj-inn-detail:hover{
    border-color: #29C684;
}

/* ── Project card hover animations ── */
.proj-inn-detail {
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.35s ease,
                border-color 0.35s ease;
    will-change: transform;
}
.proj-inn-detail:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(41, 198, 132, 0.22);
}
.proj-inn-detail .projct-info img {
    transition: transform 0.5s ease;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proj-inn-detail:hover .projct-info img {
    transform: scale(1.06);
}
.proj-inn-detail .projct-info {
    overflow: hidden;
    border-radius: 22px;
}
.proj-inn-detail .projct-detail-box {
    transition: opacity 0.35s ease, transform 0.35s ease;
    /* opacity: 0; */
    transform: translateY(12px);
}
.proj-inn-detail:hover .projct-detail-box {
    opacity: 1;
    transform: translateY(0);
}
.proj-in-btn {
    transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
    opacity: 0;
    transform: translateY(6px);
}
.proj-inn-detail:hover .proj-in-btn {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* ── Section heading entrance ── */
.prj-hd-wrapper h2.project-main-hd {
    position: relative;
    display: inline-block;
}
.prj-hd-wrapper h2.project-main-hd::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 3px;
    background: #29C684;
    border-radius: 2px;
    transition: width 0.6s ease 0.4s;
}
[data-aos].aos-animate .prj-hd-wrapper h2.project-main-hd::after,
.prj-hd-wrapper:not([data-aos]) h2.project-main-hd::after {
    width: 100%;
}

/* ── CTA button pulse on scroll-in ── */
@keyframes prjBtnPulse {
    0%   { transform: scale(0.85); opacity: 0; }
    60%  { transform: scale(1.05); opacity: 1; }
    100% { transform: scale(1);    opacity: 1; }
}
.prj-otr-button-box[data-aos].aos-animate .project-otr-btn,
.prj-otr-button-box:not([data-aos]) .project-otr-btn {
    animation: prjBtnPulse 0.65s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.prjct-boxing1 .projct-detail-box,.prjct-boxing2 .projct-detail-box {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}
.prjct-boxing3 .projct-detail-box,.prjct-boxing4 .projct-detail-box,.row.ri8-4-box .projct-detail-box {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
}
.projct-info img {
    border-radius: 22px;
}
.row.ri8-4-box img{
    border-radius: 17px;
    width: 100%;
    height: 263px;
    object-fit: cover;
}
.row.sec-left-box img {
    width: 100%;
    height: 551px;
    object-fit: cover;
}
.prjct-boxing1 p.proj-inn-txt,.prjct-boxing2 p.proj-inn-txt {
    width: 65%;
}
h6.projct-name:hover, h6.projct-name a:hover{
    color: #29C684;
}
/*----------experience----------*/

/* Timeline dot pulse */
@keyframes dotPulse {
    0%   { box-shadow: 0 0 0 0 rgba(41,198,132,0.7); }
    70%  { box-shadow: 0 0 0 10px rgba(41,198,132,0); }
    100% { box-shadow: 0 0 0 0 rgba(41,198,132,0); }
}

/* Connector line draw-in */
@keyframes lineGrow {
    from { transform: scaleY(0); transform-origin: top; }
    to   { transform: scaleY(1); transform-origin: top; }
}

/* Card hover lift */
.exprnc-evnt-details {
    background: #111315;
    border-radius: 12px;
    width: 410px;
    height: auto;
    position: relative;
    margin: 0 0 0 36px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.exprnc-evnt-details:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(41,198,132,0.18);
}

/* Year dot pulses on hover of its row */
.evnt-year-box::after {
    content: "";
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #29C684;
    border-radius: 50%;
    z-index: 2;
    animation: dotPulse 2s ease-out infinite;
}
.exprnce-head{
    position: relative;
    font-size: 128px;
    font-weight: 900;
    white-space: nowrap;
    z-index: 1;
    color: #29C684;
    opacity: 0.3;
    line-height: 80%;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.exprnce-sm-head {
    position: absolute;
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    width: 100%;
    margin: auto;
    z-index: 2;
    letter-spacing: 1px;
}
p.exprnce-txt {
    width: 72%;
}
.exprnc-evnt-details {
    background: #111315;
    border-radius: 12px;
    width: 410px;
    height: auto;
    position: relative;
    margin: 0 0 0 36px;
}
h6.exprnce-evnt-desig {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "DM Sans";
    letter-spacing: 1px;
}
p.exprnce-inn-txt {
    font-size: 16px;
    color: #BDBDBD;
    line-height: 29px;
}
h6.exprnce-evnt-name {
    font-size: 14px;
    font-weight: 600;
    font-family: 'DM Sans';
    letter-spacing: 1px;
}
h6.exprnce-evnt-yr {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "DM Sans";
    letter-spacing: 1px;
}
/*border*/
.exprnce-box-part {
    position: relative;
      
}
.exprnc-boxing4,.exprnc-boxing2{
    padding-left: 30px;
}
.exprnc-boxing1,.exprnc-boxing2{
    margin-bottom: 30%;
}
.exprnc-boxing4 .exprnc-evnt-details,.exprnc-boxing2 .exprnc-evnt-details{
    margin: 0 0 0 auto;
}
.exprnc-boxing1::before{
    content: "";
    position: absolute;
    left: 154px;
    top: -60px;
    bottom: -220%;
    width: 3px;
    background: #111315;
}
.exprnc-boxing2::before {
    content: "";
    position: absolute;
    left: 175px;
    top: -60px;
    bottom: -220%;
    width: 3px;
    background: #111315;
}
.evnt-year-box,.exprnc-boxing3,.exprnc-boxing4 {
    position: relative;
}
.exprnc-boxing3:before{
    content: "";
    position: absolute;
    left: 147px;
    top: -215%;
    width: 16px;
    height: 16px;
    background: #111315;
    border-radius: 50%;
    z-index: 2;
}
.exprnc-boxing4:before{
    content: "";
    position: absolute;
    left: 168px;
    top: -215%;
    width: 16px;
    height: 16px;
    background: #111315;
    border-radius: 50%;
    z-index: 2;
}
.exprnc-boxing3:after{
    content: "";
    position: absolute;
    left: 147px;
    bottom: -40%;
    width: 16px;
    height: 16px;
    background: #111315;
    border-radius: 50%;
    z-index: 2;
}
.exprnc-boxing4:after{
    content: "";
    position: absolute;
    left: 168px;
    bottom: -40%;
    width: 16px;
    height: 16px;
    background: #111315;
    border-radius: 50%;
    z-index: 2;
}
.evnt-year-box::after {
    content: "";
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #29C684;
    border-radius: 50%;
    z-index: 2;
}

/* Pointer */
.exprnc-evnt-details::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 53%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 27px solid #111315;
}
/*-------------service----------*/
.serv-hd-wrapper{
  position: relative;
  }
.sevc-hd{
    position: relative;
    font-size: 128px;
    font-weight: 900;
    white-space: nowrap;
    z-index: 1;
    color: #29C684;
    opacity: 0.3;
     line-height: 80%;
     text-transform: uppercase;
}
.sevc-sm-head{
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 38px;
    font-weight: 800;
    color: #FFFFFF;
    width: 100%;
    margin: auto;
    z-index: 2;
}
p.sevc-txt {
    letter-spacing: 2px;
}
.servce-detl-box .row {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;   /* KEY FIX */
  overflow: hidden;    /* prevents overflow issues */
  justify-content: space-between;
}

/* ===== COLUMN WRAPPER (THIS PUSHES OTHERS) ===== *
/* Expanded column */
.ser-info {
  flex: 0 0 204px;
  max-width: 204px;
}

.ser-info.active {
  flex: 0 0 645px;
  max-width: 645px;
  z-index: 10;
}

/* ===== CARD ===== */
.serv-card {
  position: relative;
  width: 100%;
  height: 524px;
  border: 5px solid #555454;
  box-shadow: 4px 4px 4px -1px #555454;
  border-radius: 12px;
  overflow: hidden;
  transition: height 0.5s ease, box-shadow 0.5s ease;
}
/*.servc-content{
    position: relative;
}
.servc-content::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(0,252,255,0) 40%,
    rgba(0,252,255,0.9) 100%
  );
  filter: blur(10px);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s ease;
}
.ser-info.active .servc-content::after {
  opacity: 1;
}
.ser-info.active .servc-content::after {
  filter: blur(14px);
}*/

/* Expanded card height */
.ser-info.active .serv-card {
  height: 645px;
  /*box-shadow: 11px 11px 7.5px -1px #00FCFF;*/
     border-radius: 18px;
   box-shadow: 11px 11px 7.5px -1px #29C684;
}
.ser-info.active .servc-content:after {
    content: '';
    position: absolute;
    border: 4px solid rgba(30, 30, 30, 0.9);
    top: 0px;
    left: 0px;
    right: -4px;
    bottom: -4px;
    border-radius: 22px;
    border-left: none;
    border-top: none;
    box-shadow: 11px 11px 7.5px -1px #29C684;

}
.servc-content.mb-4 {
    position: relative;
}
/* ===== STEP NUMBER ===== */
.serv-step-no {
  font-size: 48px;
  font-weight: 800;
  color: #29C684;
  font-family: "DM Sans";
  letter-spacing: 2px;
  border-bottom: 2px solid #555454;
}
.serv-hover-card .serv-step-no {
  border: none;
}
/* ===== VERTICAL TITLE ===== */
.serv-vertical {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.4s ease;
}
.serv-vertical-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
}
/* Hide vertical content when active */
.ser-info.active .serv-vertical {
  opacity: 0;
}
/* ===== HOVER CARD ===== */
.serv-hover-card {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
/* Show expanded card */
.ser-info.active .serv-hover-card {
  opacity: 1;
  transform: scale(1);
  z-index: 999;
}
/* ===== IMAGE ===== */
.serv-img-box {
  position: relative;
}
.serv-img-box img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.serv-img-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.3),
    rgba(0,0,0,0.9)
  );
}
/* ===== OVERLAY CONTENT ===== */
.serv-overlay {
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
}

.serv-overlay h6 {
  font-size: 40px;
  font-weight: 900;
  font-family: "DM Sans";
}

.serv-overlay p {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
}
/* ===== SVG ICON ===== */
.servce-icon-svg {
  width: 40px;
  margin-bottom: 20px;
}
/*-------partner--------------*/

@keyframes partnerGlow {
    0%   { box-shadow: 0 0 0 0 rgba(41,198,132,0.0); }
    50%  { box-shadow: 0 0 18px 4px rgba(41,198,132,0.18); }
    100% { box-shadow: 0 0 0 0 rgba(41,198,132,0.0); }
}
.counter-name {
    font-size: 18px;
}
.prtnr-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: transform 0.4s ease;
}
.prtnr-img-box:hover {
    transform: translateY(-5px);
    animation: partnerGlow 1.5s ease-in-out infinite;
}

img.prtnr-img {
    width: auto !important;
    filter: grayscale(100%) opacity(0.55);
    transition: filter 0.4s ease, transform 0.4s ease;
}
.prtnr-img-box:hover img.prtnr-img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}
.excl-brdr {
    background: #242121;
    border-radius: 8px;
    width: 272px;
    height: 124px;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    transition: background 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}
.excl-brdr:hover {
    background: #29C684;
    border: 3px solid #242121;
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(41,198,132,0.25);
}

/* Icon bounce-pop on hover */
.excl-brdr:hover .cntr-icon-svg {
    animation: iconBouncePop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@keyframes iconBouncePop {
    0%   { transform: translate(-40px, 0px) scale(1) rotate(0deg); }
    30%  { transform: translate(-40px, -14px) scale(1.2) rotate(-12deg); }
    60%  { transform: translate(-40px, -6px) scale(1.1) rotate(8deg); }
    100% { transform: translate(-40px, 0px) scale(1) rotate(0deg); }
}

/* Number pop-in */
@keyframes numPop {
    0%   { transform: scale(0.5); opacity: 0; }
    70%  { transform: scale(1.15); opacity: 1; }
    100% { transform: scale(1);    opacity: 1; }
}
.excl-dtl-box[data-aos].aos-animate .excl-no {
    animation: numPop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* Icon idle float + glow pulse */
@keyframes iconFloatGlow {
    0%   { transform: translate(-40px, 0px);   box-shadow: 0 0 0 0 rgba(41,198,132,0); }
    25%  { transform: translate(-40px, -8px);  box-shadow: 0 6px 18px 2px rgba(41,198,132,0.3); }
    50%  { transform: translate(-40px, -12px); box-shadow: 0 10px 24px 4px rgba(41,198,132,0.45); }
    75%  { transform: translate(-40px, -6px);  box-shadow: 0 6px 18px 2px rgba(41,198,132,0.3); }
    100% { transform: translate(-40px, 0px);   box-shadow: 0 0 0 0 rgba(41,198,132,0); }
}
.cntr-icon-svg {
    width: 70px;
    height: 70px;
    background: #000000;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    animation: iconFloatGlow 3s ease-in-out infinite;
    transform: translate(-40px, 0px);
}
/*--------gallery----*/
.gallery-grid {
  display: grid;
  /*grid-template-columns: repeat(4, 1fr);*/
  /*grid-template-rows: repeat(2, 260px);*/
}

.gal-grd {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.gal-grd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gal-grd:hover img {
  transform: scale(1.08);
}

/* GRID SHAPE */
.galry-img-sec1 {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.galry-img-sec2 {
  grid-column: 3;
  grid-row: 1;
  margin-top: -5rem;
}

.galry-img-sec3 {
  grid-column: 4;
  grid-row: 1;
  margin-left: -1rem;
  margin-top: -2rem;
}

.galry-img-sec4 {
  grid-column: 3;
  grid-row: 2;
  margin-left: -4rem;
    margin-bottom: -1rem;
}

.galry-img-sec5 {
  grid-column: 4;
  grid-row: 2;
  margin-left: -1rem;
    margin-bottom: -3rem;
}
.gal-grd.galry-img-sec5 img {
    height: 300px;
}
.gal-grd.galry-img-sec3 img {
    height: 282px;
}
.gal-grd.galry-img-sec2 img {
    height: 330px;
}
.galry-hd-wrapper{
  position: relative;
}
.gallry-head{
    position: relative;
    font-size: 128px;
    font-weight: 900;
    white-space: nowrap;
    z-index: 1;
    color: #29C684;
    opacity: 0.3;
    line-height: 80%;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.gallry-sm-head {
    position: absolute;
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    width: 100%;
    margin: auto;
    z-index: 2;
    letter-spacing: 1px;
}
/*------------testimonial---------*/
.testi-img-sec4,.testi-img-sec0{
    margin-right: -2rem;
    margin-left: 3rem;
}
.testi-img-sec5,.testi-img-sec1 {
    margin-top: -3rem;
    margin-left: 3rem;
}
.testi-img-sec6,.testi-img-sec2 {
    margin-right: 2rem;
}
.testi-img-sec7,.testi-img-sec3 {
    margin-left: -1rem;
    margin-right: 3rem;
    margin-top: -2rem;
}
.testi-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.testimonial-text-section {
  background: #111315;
  border-radius: 30px;
  position: relative;
  backdrop-filter: blur(60px);
  border: 1px solid #FFFFFF1A;
  height: 228px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease, background 0.4s ease;
  cursor: pointer;
  overflow: hidden;
}

/* shimmer sweep on hover */
.testimonial-text-section::before {
  content: '';
  position: absolute;
  top: 0; left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(41,198,132,0.12) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
  pointer-events: none;
}
.testimonial-text-section:hover::before {
  left: 125%;
}

.testimonial-text-section:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 14px 40px rgba(41, 198, 132, 0.35), 0 4px 0 #29C684;
  border-color: rgba(41, 198, 132, 0.5);
  background: #161a18;
}

/* Animate inner text on hover */
.testimonial-text-section p.testi-contnt {
  transition: color 0.3s ease;
}
.testimonial-text-section:hover p.testi-contnt {
  color: rgba(255, 255, 255, 0.95);
}
.testimonial-text-section h6.tsti-name,
.testimonial-text-section h6.tsti-name a {
  transition: color 0.3s ease;
}
.testimonial-text-section:hover h6.tsti-name,
.testimonial-text-section:hover h6.tsti-name a {
  color: #29C684;
}

/* Animate image on hover */
.testimonial-text-section .testi-img {
  transition: transform 0.4s ease;
}
.testimonial-text-section:hover .testi-img {
  transform: scale(1.06);
}

/* highlighted card (like your cyan border) */
.testimonial-text-section.active {
  box-shadow: 0 10px 0 #29C684;
}
.test-hd-wrapper{
  position: relative;
}
.testi-heading{
    position: relative;
    font-size: 128px;
    font-weight: 900;
    white-space: nowrap;
    z-index: 1;
    color: #29C684;
    opacity: 0.3;
     line-height: 80%;
     letter-spacing: 5px;
}
.testi-sm-head{
  position: absolute;
    right: 16%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    font-weight: 800;
    color: #FFFFFF;
    width: 100%;
    margin: auto;
    z-index: 2;
    letter-spacing: 1px;
}
p.testi-txt {
    letter-spacing: 1px;
}
h6.tsti-name, h6.tsti-name a {
    font-size: 20px;
    font-weight: 900;
    font-family: 'DM Sans';
    text-transform: uppercase;
}
.testi-img img {
    width: 122px !important;
    height: 122px;
    object-fit: cover;
}
p.testi-contnt {
    line-height: 38px;
    font-family: Sora;
font-weight: 400;
font-style: Regular;
font-size: 20px;
leading-trim: NONE;
line-height: 192%;
letter-spacing: 2%;
text-transform: capitalize;

}
section#testimonials .owl-nav {
    text-align: end;
}
section#testimonials button.owl-prev i,section#testimonials button.owl-next i {
    border-radius: 50%;
    color: #ffffff;
    border: 3px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
}
section#testimonials button.owl-prev,section#testimonials button.owl-next {
    background: none;
    border: none;
    padding: 0;
}
section#testimonials button.owl-prev {
    margin-right: 25px;
}
/*----------blog---------*/
.blog-hd-wrapper{
  position: relative;
}
.blog-hd{
    position: relative;
    font-size: 128px;
    font-weight: 900;
    white-space: nowrap;
    z-index: 1;
    color: #29C684;
    opacity: 0.3;
    line-height: 80%;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.blog-sm-hd {
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    width: 100%;
    margin: auto;
    z-index: 2;
    letter-spacing: 1px;
}
p.blog-txt {
    line-height: 38px;
    width: 70%;
}
.blog-img img {
    border-radius: 30px;
    width: 100%;
    margin-bottom: 15px;
}
.blog-img img:hover{
    box-shadow: 0px 10px 4px 0px #29C684;

}
.blog-content-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}
.blog-hedng, .blog-hedng a.blg-inn-hd {
    font-size: 25px;
    font-weight: 700;
    font-family: 'DM Sans';
    line-height: 34px;
}
p.blg-inn-txt {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}
a.blg-btn,.lttr-btn.btn {
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    padding: 8px 20px;
}
/*----newsletter----------*/
.lttr-bgimg img {
    box-shadow: 0px 4px 9.7px 2px #FFFFFFCC;
    border-radius: 30px;
}
.news-hd-wrapper{
    position: relative;
}
.newsletter-main-hd{
    position: relative;
    font-size: 128px;
    font-weight: 900;
    white-space: nowrap;
    z-index: 1;
    color: #29C684;
    opacity: 0.3;
     line-height: 80%;
     text-transform: uppercase;
     letter-spacing: 3px;
}
.newsletter-sm-hd{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 38px;
    font-weight: 800;
    color: #FFFFFF;
    width: 100%;
    margin: auto;
    z-index: 2;
    letter-spacing: 1px;
}
input[type="email"].lttr-mail {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background: #29C684 !important;
    font-family: 'inter';
    border-radius: 35px;
    width: 770px;
    height: 70px;
    border: none;
    padding: 10px 40px;
}
input[type="email"].lttr-mail::placeholder{
    color: #ffffff;
}
.lttr-btn.btn{
width: auto;
    margin-top: 25px;
    font-family: Sora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: capitalize;
    color: #1B1A1F;
}


.lttr-post-box {
    position: relative;
}
/* Hover effect */
.hover15 figure{
    overflow: hidden;
    height: 551px;
}

.ri8-4-box figure{
    overflow: hidden;
    height: 263px;
}
.hover15 figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
#latest_project .hover15 figure::after {
    content: "";
    background: #00000080;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}
.hover15 figure:hover::before {
    -webkit-animation: circle 1s;
    animation: circle 1s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}
/* My Custom Css */
.ico,#footer input[type="submit"] {
  transition:all 0.5s;  
}
/* Button style */

.btn-1,.btn-2 {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  color: #29C684;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.btn-1 {
  background: #ffffff;
}
.btn-2 {
  background: #E8E8E8;
}
.btn-1 span ,.btn-2 span {
  width: 100%;
  height: 100%;
  max-width: 10px;
  background: #29C684;
  position: absolute;
  left: 0;
  transition: 0.3s ease-in-out;
  z-index: -1
}
.btn-1:hover span ,.btn-2:hover span {
  max-width: 100%;
}
.btn-1:hover,.btn-2:hover {
  color: #ffffff
}
/* Shine */
.hover14 figure {
    position: relative;
    overflow: hidden;
}
.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -81%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
/* Trigger the shine effect when the whole blog-info is hovered */
.blog-info:hover .hover14 figure::before,.abt-left-img-box:hover .hover14 figure::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.hover13 figure:hover img {
  animation: slideInLeft 0.6s ease forwards;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*hover effect*/
.user-img,.tbr-social-icn-box i,i.tbr-phn, i.fas.tbr-phn,#footer_box .socialbox i,.tbr-addrs-box:hover svg{
  transition: transform 0.3s ease, filter 0.3s ease;
  cursor: pointer;
}

.tbr-addrs-box:hover svg,.tbr-call-box:hover svg,.tbr-mail-box:hover svg{
  transform: scale(1.2); /* zoom in */
  filter: brightness(0) saturate(100%) invert(14%) sepia(25%) saturate(3519%) hue-rotate(244deg) brightness(94%) contrast(94%);
}
a.abt-cllnum:hover{
    color: #2E164E;
}
figure{
    margin:0;
}
#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#zoomIn:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 9;
    position: relative;
}
  /*hover-effects*/
.plce-detail-box{
    position: relative;
}
.hover13 figure:hover .place-img img {
  animation: slideInLeft 0.6s ease forwards;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#zoomIn:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 9;
    position: relative; 
}
/* Common hover effect wrapper */
.hover18 figure {
  position: relative;
  /* overflow: hidden; */
  margin: 0;
  cursor: pointer;
}

.hover18 figure img {
  display: block;
  transform: scale(1);
  transition: transform 0.6s ease, filter 0.6s ease;
}

/* Zoom-out + slight dark overlay on hover */
.hover18 figure::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}

.hover18:hover figure img {
  transform: scale(1.08);
  filter: brightness(0.9);
}

.hover18:hover figure::before {
  opacity: 1;
}

/* Optional: subtle lift effect */
.hover18 {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover18:hover {
  transform: translateY(-5px);
}
/*-btn-*/
.btn-x-line {
  position: relative;
  border-color: transparent;
  color: #1B1A1F;
  &::before,
  &::after {
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.3s;
    content: "";
  }

  &::before {
    width: 100%;
    left: 0;
    border-radius: 0;
    /*background-color: #29C684;*/
    z-index: -1;
  }
  &::after {
    width: 0;
    left: 50%;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transform: translate(-50%, 0);
    z-index: 1;
  }
  &:hover {
    color: #29C684;
    background: transparent !important;
    &::before {
      transform: scale(0, 1);
    }
    &::after {
      width: 100%;
      border-color: var(--btn-hover-accent);
      transition-delay: 0.2s;
    }
  }
}
.lttr-btn.btn:hover {
    border: 3px solid var(--btn-hover-accent);
    background: #ffffff;
    color: #29C684;
}
a.cbthdr-vol-btn,a.about-btn, a.proj-btn, a.project-otr-btn,a.blg-btn {
    --btn-hover-accent: #29C684;
}
section#banner button.owl-prev i:hover, section#banner button.owl-next i:hover,section#testimonials button.owl-prev i:hover, section#testimonials button.owl-next i:hover {
    border-color: #29C684;
    background: #29C684;
}
a.serv-inn-hd:hover,.blog-hedng:hover, .blog-hedng a.blg-inn-hd:hover{
    color: #29C684;
}
.excl-brdr:hover {
    background: #29C684;
    border: 3px solid #242121;
}
.ftr-social-icn-box a i:hover{
    background: #29C684;
    color: #fff;
  }
ul#menu-footer-links li a:hover,.footer-cols a:hover,.wp-block-calendar :where(table:not(.has-text-color)) {
    color: #ffffff;
}