html {
    overflow-x: hidden;
}

/* box-css */
.portfolio-area.style-5 .item {
    position: relative;
	margin-bottom: 20px;
	margin-right: 10px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 13px 0px #E3007C60;
	cursor: pointer;
}

.portfolio-area.style-5 .item::before {
    content: "";
	position: absolute;
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(250, 250, 250, 0) 100%);
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	left: 0;
	bottom: 0;
	z-index: 1;
	border-radius: 15px;
}

.portfolio-area.style-5 .item .portfolio-wrapper .img-fluid img {
    width: 100%;
}

.portfolio-area.style-5 .item .portfolio-wrapper .single-portfolio {
    position: absolute;
    bottom: 10%;
    left: 15%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 9;
}

.portfolio-area.style-5 .item .portfolio-wrapper .single-portfolio span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.portfolio-area.style-5 .item .portfolio-wrapper .single-portfolio .portfolio-title {
    font-size: 22px;
    font-weight: 700;
}

.portfolio-area.style-5 .item .portfolio-wrapper .pf-btn {
    background-color: #fff;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 23%;
    left: 15%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 9;
}

.portfolio-area.style-5 .item::after {
    content: "";
    position: absolute;
    background-color: #E3007C;
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 45.5% 100%, 0% 55%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 45.5% 100%, 0% 55%, 0 0);
    width: 100%;
    height: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    left: 0;
    top: 0;
    border-radius: 15px 15px 0 0;
    z-index: 1;
}

.p-details {
    display: none;
}

.p-details p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}


.p-details p span {
    font-weight: 600 !important;
    font-size: 18px !important;
}


.portfolio-area.style-5 .item:hover::before {
    background: #D9D9D9;
    opacity: 1;
    -webkit-clip-path: polygon(0 54.6%, 0% 100%, 45.5% 100%);
    clip-path: polygon(0 54.6%, 0% 100%, 45.5% 100%);
}

.portfolio-area.style-5 .item:hover .portfolio-wrapper .single-portfolio {
    top: 8%;
    bottom: unset;
}

.portfolio-area.style-5 .item:hover .portfolio-wrapper .single-portfolio .p-details {
    display: block;
}

.portfolio-area.style-5 .item:hover .portfolio-wrapper .pf-btn {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio-area.style-5 .item:hover::after {
    visibility: visible;
    height: 100%;
}


/* product details page */
/* .rts-section-gap {
    padding: 120px 0;
} */

.big-bg-porduct-details {
    position: relative;
}

.big-bg-porduct-details img {
    width: 100%;
    border-radius: 16px;
}

.big-bg-porduct-details .project-info {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 386px;
    -webkit-box-shadow: 0px 10px 21px rgba(27, 18, 18, 0.05);
    box-shadow: 0px 10px 21px rgba(27, 18, 18, 0.05);
    border-radius: 15px 0 15px 0;
}

.big-bg-porduct-details .project-info .info-head {
    padding: 24px 40px;
    background: #E3007C;
    border-radius: 15px 0 0 0;
}

.big-bg-porduct-details .project-info .info-head .title {
    color: #fff;
    margin-bottom: 0;
}

.big-bg-porduct-details .project-info .info-body {
    padding: 15px 40px;
}

.title {
    font-size: 36px;
    font-family: "chettavista";
    font-weight: 400;
    color: #000;
}

.disc.sal-animate {
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}


.gallery img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    object-fit: cover;
}

.gallery img:hover {
    transform: scale(1.03);
    opacity: 0.9;
}

.modal-content {
    background: transparent;
    border: none;
    text-align: center;
}

.modal-body img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    max-height: 80vh;
    object-fit: contain;
}

.modal-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
}

.modal-nav button {
    background: #E3007C;
    border: none;
    color: #fff;
    font-size: 2rem;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-nav button img {
    width: 20px;
}

/* -----13-11-2025 ------ */
.c-container {
    max-width: 1400px;
    padding: 0 30px;
    margin: 0 auto;
}

section {
    padding: 50px 0;
}

.n-banner-sec h1 {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.2;
    color: #353535;
    font-family: "chettavista";
    margin: 0;
}

.typing {
    display: inline-block;
    color: #e3007e;
    font-weight: 700;
    position: relative;
}

.cursor {
    display: inline-block;
    width: 3px;
    height: 1.1em;
    background: #e3007e;
    margin-left: 2px;
    animation: blink 1s steps(2) infinite;
    vertical-align: bottom;
    border-radius: 1px;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.n-banner-sec-left p {
    font-size: 18px;
    color: #353535;
    margin-top: 30px;
}

a {
    text-decoration: none;
    transition: 0.5s all;
}

.pink-btn {
    padding: 12px 20px;
    background: #E3007C;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    font-weight: 600;
}

.pink-btn:hover {
    background: #D7EBF9 !important;
    color: #353535;
}

.blue-btn {
    background: #D7EBF9 !important;
    color: #353535;
}

.banner-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.section-title {
    font-family: "chettavista";
    color: #E3007C;
    font-size: 62px;
    margin-bottom: 30px;
}

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

ul li {
    font-size: 18px;
    color: #353535;
    margin-bottom: 15px;
}

.c-section-right span {
    color: #E3007C;
    font-size: 18px;
}

p {
    color: #353535;
    font-size: 18px;
}

.c-blck {
    color: #353535;
}

.c-section-left img {
    width: 100%;
}

.momentum-sec {
    padding: 30px;
    border: 1px solid #E3007C;
}



.c-section-left {
    display: flex;
    justify-content: center;
}

.what-people-inner .quote-img {
    width: 100px !important;
}

.what-people-inner p {
    margin: 20px 0 30px;
}

.client-name img {
    width: 80px !important;
}

.client-name {
    display: flex;
    align-items: center;
    gap: 15px;
}

.client-name p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #353535;
}

.owl-theme .owl-nav {
    margin-top: 40px;
    text-align: left;
}

.owl-nav img {
    width: 60px;
}

.run-by-eve .d-flex p {
    max-width: 600px;
    text-align: center;
}

.run-by-eve .d-flex span {
    color: #e3007e;
    font-size: 28px;
}

.rub-label {
    height: 50px;
    min-width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E3007C;
    background-color: #D7EBF9;
    border: 1px solid #E3007C;
    border-radius: 30px;
    text-transform: capitalize;
}

.section-title.c-blck span {
    color: #E3007C;
    display: block;
}

.market-inn-box {
    box-shadow: 0 10px 50px 10px #E3007C10;
    padding: 30px;
    height: 100%;
}

.market-inn-box h5 {
    font-size: 28px;
    font-weight: 600;
}

.market-ist-way {
    position: relative;
}

.left-shape {
    position: absolute;
    top: 0;
    width: 190px;
}

.what-we-do {
    position: relative;
}

.right-shape {
    position: absolute;
    top: 0;
    width: 190px;
    right: 0;
}

.what-we-front {
    background: #D7EBF9;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

/* container for each flip card */
.what-we-box {
    perspective: 1200px;
    /* important for 3D */
    -webkit-perspective: 1200px;
    margin-bottom: 30px;
    cursor: pointer;
}

/* inner element that actually flips */
.what-we-inner {
    position: relative;
    width: 100%;
    min-height: 300px;
    /* change as needed */
    transition: transform 0.7s cubic-bezier(.2, .9, .3, 1);
    transform-style: preserve-3d;
    /* keep children in 3D space */
}

/* both faces */
.what-we-face {
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0; */
    backface-visibility: hidden;
    /* hide backside when flipped away */
    -webkit-backface-visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* front face styling */
.what-we-front {
    background: #D7EBF9;
    color: #222;
    z-index: 2;
}

/* back face styling â€” rotated */
.what-we-back {
    background: #E3007C;
    /* bootstrap primary */
    color: #fff;
    transform: rotateY(180deg);
    /* start rotated so it shows when container rotates */
}

/* the flipped state (triggered by hover or .flip class) */
.what-we-box:hover .what-we-inner,
.what-we-box.flip .what-we-inner {
    transform: rotateY(180deg);
}

/* image sizes */
.what-we-face img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 12px;
}

.what-we-face h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #353535;
}

/* optional: make caption on back smaller and readable */
.what-we-back p {
    margin-top: 12px;
    font-size: 0.95rem;
    text-align: center;
    opacity: 0.95;
    line-height: 1.4;
}

/* Hide front completely during flip */
.what-we-box:hover .what-we-front {
    visibility: hidden;
}

/* Responsive: reduce min-height on small screens */
@media (max-width: 576px) {
    .what-we-inner {
        min-height: 240px;
    }

    .what-we-face img {
        width: 64px;
        height: 64px;
    }
}

.what-we-do-inner {
    margin-top: 50px;
}

#ast-scroll-top {
    background-color: #E3007C !important;
}

.portfolio-top-inner {
    background: url(../images/bg-portfolio.png) no-repeat;
    background-size: 100%;
    text-align: center;
    padding: 0 0 30px 0;
}

.portfolio-top-inner h2 {
    font-family: "chettavista", Sans-serif;
    font-size: 56px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 62px;
    color: #E3007C;
}

.portfolio-top-inner h5 {
    font-family: "Manrope",
        Sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    color: var(--e-global-color-text);
    margin: 20px 0;
}

.portfolio-top-inner p {
    font-family: "Manrope",
        Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--e-global-color-text);
}

.momentum-sec p {
    max-width: 500px;

}

.rub-label {
    animation: floatY 3s ease-in-out infinite;
}


@keyframes floatY {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

footer {
    background: #E3007C;
    padding: 50px 0 30px 0;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ffffff50;
    padding-bottom: 30px;
}

.footer-logo img {
    width: 200px;
}

.f-menu {
    gap: 40px;
}

.f-menu a {
    color: #fff;
    font-size: 18px;
}

.f-social-media svg {
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
}

.f-social-media svg {
    fill: #fff;
}

.f-social-media {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.f-social-media a {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50px;
    transition: 0.5s all;
}

.fooer-bottom {
    margin-top: 30px;
}

.fooer-bottom p {
    font-size: 16px;
    margin: 0;
}

.n-second-sec.section-two {
    padding-top: 0;
}

.page-id-6747 .elementor.elementor-222 {
    display: none;
}

.service-do .service-box {
    background: #D7EBF9;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    text-align: center;
    height: 200px;
    transition: 0.5s all;
    cursor: pointer;
}

.service-do .service-box:hover {
    background-color: #E3007C;
}

.service-do .service-box:hover p {
    color: #fff;
}

.service-do .service-box:hover h5 {
    color: #fff;
}

.service-do .service-box p {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
}

.title-service {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

.title-service h1 {
    font-size: 68px;
    font-family: "chettavista";
}

.title-service span {
    font-size: 24px;
}

.service-do.about-sec .service-box p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}

.about-sec .service-box h5 {
    font-family: "chettavista";
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-eve .center-txt span {
    font-family: "chettavista";
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 15px;
}

.evr-cantor-img {
    border-radius: 15px;
    overflow: hidden;

}

.evr-cantor-img img {
    height: 600px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 50px 50px 50px 50px;
    max-width: 500px;
    margin: 0 auto;
}

.about-eve .cs {
    font-size: 30px;
    margin-bottom: 15px;
    display: block;
}

.mt22 {
    margin-top: 50px;
}

.note-from-eve {
    background-color: #D7EBF9;
}

.note-from-eve .center-txt span {
    font-size: 28px;
}

.note-from-eve p {
    text-align: center;
    font-size: 18px;
}

.note-from-eve .pink-btn {
    border: 1px solid transparent;
}

.note-from-eve .pink-btn:hover {
    background: #D7EBF9 !important;
    color: #353535;
    border: 1px solid #E3007C;
}

.run-by-eve-bottom {
    max-width: 800px;
    margin: 0 auto;
}

.bb-eve {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    margin-bottom: 10px;
    transition: 0.5s all;
    cursor: pointer;
}

.bb-eve:hover {
    background-color: #E3007C;
}

.bb-eve:hover p {
    color: #fff;
}

.note-from-eve .my-3 {
    font-family: "chettavista";
    font-size: 28px;
}

.about-sec .what-we-do-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.d-flex.justify-content-center.flex-column.gap-1.align-items-center.center-txt .section-title.c-blck.text-center {
    font-size: 46px;
    margin-bottom: 15px !important;
}

.about-eve .center-txt span {
    font-size: 38px;
}

/* contact us page css */
.elementor-2576 .elementor-element.elementor-element-b5d5185 .e-con.e-child {
    background: #D7EBF9;
    color: #000 !important;
    cursor: pointer;

}

.elementor-2576 .elementor-element.elementor-element-b5d5185 .e-con .elementor-widget.elementor-widget {
    color: #000;
}

.elementor-2576 .elementor-element.elementor-element-b5d5185 .e-con.e-child:hover {
    background: #E3007C;
}

.elementor-2576 .elementor-element.elementor-element-b5d5185 .e-con.e-child:hover .elementor-widget.elementor-widget {
    color: #fff;
}

.banner-btn.portfolio-btn {
    justify-content: center;
}

.banner-btn.portfolio-btn a {
    text-decoration: none;
}

.portfolio-area.style-5.pt--120.pb--120.pt_xs--60 {
    padding-top: 0;
}

.elementor-242 .elementor-element.elementor-element-cf812eb {
    padding: 15px 30px !important;
    max-width: 1400px;
    margin: 0 auto;
}

.portfolio-link{
  color:#E3007C;
}

.portfolio-link:hover{
  color:#353535;
}