.more-button .elementor-button {
    min-width: 298px;
    max-width: 298px;
}
body .more-button .elementor-button.elementor-button-link
 /* .more-button .elementor-button .elementor-button-icon,
.more-button .elementor-button .elementor-button-text*/  { 
    transition: all 0.4s ease !important;
    -webkit-transition: all 0.4s ease !important;
    -moz-transition: all 0.4s ease !important;
}

.more-button .elementor-button:hover .elementor-button-icon svg line {
    stroke: #000000;
}

.more-button .elementor-button:hover .elementor-button-icon {
    rotate: -30deg;
}

.more-button .elementor-button:hover {
    padding: 10px 20px 10px 60px !important;
}

.more-button .elementor-button:hover .elementor-button-content-wrapper {
    gap: 40px !important;
}

.more-button.more-button1 .elementor-button {
    min-width: 362px;
    max-width: 362px;
}

.full-width .e-con-inner {
    max-width: 100% !important;
}

.cc-title {
    position: relative;
}

.cc-title::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #005E85;
    border-radius: 99%;
    -moz-border-radius: 99%;
    -webkit-border-radius: 99%;
    margin: -4px 0 0 0;
    padding: 0;
    position: absolute;
    left: -20px;
    top: 50%;
}

/*..................../home banner slider css start/..................*/
.banner-wrapper {
  position: relative;
}
.bannerSwiper.swiper-pointer-events.swiper-vertical {
    touch-action: pan-y !important;
}
/* Swiper */
.bannerSwiper {
    width: 100%;
    height: 100dvh;
    touch-action: pan-y !important;
}

.bannerSwiper .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 60px;
    color: #fff;
    height: 98vh;
}

/* Dark cinematic overlay */
.bannerSwiper .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
    z-index: -1;
}

/* Content */
/* .bannerSwiper .banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

.banner-wrapper .banner-content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 55%;
  z-index: 5;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 60px;
  color: #fff;
  pointer-events: none; /* IMPORTANT */
}

.banner-wrapper .banner-content a {
  pointer-events: auto; /* allow button click */
}

/* Top small texts */
.banner-wrapper .top-text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0.8;
    margin-bottom: 20px;
}

.banner-wrapper .top-text span {
    border-left: 1px solid #fff;
    height: fit-content;
    padding: 0px 5px;
    display: flex;
    align-items: center;
}

.banner-wrapper .bottom-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    bottom: 0;
}

/* Heading */
.banner-wrapper .banner-content h1 {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

/* Button */
.animetbtn {
    display: inline-block;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    width: 330px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 40px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.animetbtn span,
.animetbtn svg {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.animetbtn svg line {
    stroke: #000000;
}

.animetbtn:hover {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    padding-left: 60px;
}

.animetbtn:hover svg {
    rotate: -30deg;
}

.animetbtn:hover svg line {
    stroke: #ffffff;
}

/* ===== FILM EFFECT ===== */
.bannerSwiper .swiper-slide {
    /*transform: scale(1.1);*/
    transition: transform 1.5s ease;
}

.bannerSwiper .swiper-slide-active {
    transform: scale(1);
    height: 100vh !important;
}

/* Text animation */
.bannerSwiper .banner-content {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}

.bannerSwiper .swiper-slide-active .banner-content {
    opacity: 1;
    transform: translateY(0);
}

.hover-arrow {
    display: none;
    transform: rotate(-45deg);
}

/* Responsive */
@media screen and (max-width:768px) {
    .banner-wrapper .banner-content h1 {
        font-size: 24px;
    }

    .banner-wrapper .top-text {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 20px;
    }

    .banner-wrapper .bottom-text {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        bottom: 100px;
    }

    .bannerSwiper .swiper-slide {
        padding: 20px;
    }

    .animetbtn {
        width: 100%;
        justify-content: center;
    }
    .banner-wrapper .banner-content{
        height: 60%;
        top: 30%;
        padding: 0px 20px;
    }
}

/*..................../home banner slider css end/..................*/

/*........................./work page css start/........................*/
.work-header {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.work-header h2 {
    width: 60%;
}

.work-container {
    position: relative;
}

.filter-content {
    width: 40%;
    display: flex;
    gap: 15px;
    align-items: center;
    /*padding-bottom: 50px;*/
    height: 70px;
}

.filter-txt {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 19px;
    color: #404040;
    font-weight: 500;
    cursor: pointer;
}

.filter-txt span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #404040;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

/*.filter-txt.active {color: #005e85;}*/
.filter-txt.active span {
    border: 1px solid #005e85;
    background-color: #005e85;
}

.filter-remove {
    cursor: pointer;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #7e0707;
    display: none;
}

.filter-remove span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #7e0707;
    color: #7e0707;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 11px;
}

.filter-remove:hover span {
    border: 1px solid #fff;
}

.filter-remove.active {
    display: flex;
}

.work-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.work-list .work-box {
    width: 40%;
    overflow: hidden;
    position: relative;
}

.work-list .work-box .pic {
    position: relative;
}

.work-list .work-box .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: ease-in-out 0.5s;
    z-index: 8;
}

.work-list .work-box img {
    width: 100%;
    vertical-align: middle;
}

.work-list .work-box img.hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: ease-in-out 0.5s;
    z-index: 10;
}

.work-list .work-box:hover .pic:before {
    opacity: 1;
    transition: ease-in-out 0.5s;
}

.work-list .work-box:hover img.hover {
    opacity: 1;
    transition: ease-in-out 0.5s;
}

.work-list .work-box .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px;
    width: 80%;
    color: #fff;
    opacity: 0;
    transition: ease-in-out 0.5s;
    z-index: 30;
}

.work-list .work-box .txt h5 {
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.work-list .work-box .txt p {
    font-size: 13px;
    padding-top: 10px;
}

.work-list .work-box:hover .txt {
    bottom: 30px;
    opacity: 1;
    transition: ease-in-out 0.5s;
}

.work-list .work-box .project-name {
    padding-top: 5px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.work-list .work-box .project-name h3 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    transition: ease-in-out 0.5s;
}

.work-list .work-box .project-name a.view {
    padding: 5px 0;
    border: 1px solid #fff;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    transition: ease-in-out 0.5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 130px;
    height: 30px;
}

.work-list .work-box .project-name a.view:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 50%;
}

.work-list .work-box:hover .project-name h3 {
    padding-left: 30px;
    transition: ease-in-out 0.5s;
}

.work-list .work-box:hover .project-name a.view {
    padding: 5px 10px;
    color: #000;
    border: 1px solid #000;
    transition: ease-in-out 0.5s;
}

.work-list .work-box:hover .project-name a.view:after {
    background-color: #000;
    transition: ease-in-out 0.5s;
}
/* .work-list .work-box:nth-child(3){
    width: 100%; max-width:100%;
}
.work-list .work-box:nth-child(3) .pic { 
    width:100%; 
    height:480px; 
    position: relative; 
    overflow:hidden; 
} */



.modal-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0s linear 0.5s;
}

body.open-modal .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease;
}

.modal-content {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
    transition: transform 0.5s ease-in-out;
}

.modal-content .right-box {
    background-color: #fff;
    padding: 80px;
    width: 40%;
    height: 100%;
    margin-left: auto;
    position: relative;
    transition: ease-in-out 0.5s;
    padding-bottom: 40px;
}

.modal-content .right-box .modal-close {
    position: absolute;
    top: 80px;
    left: -50px;
    padding: 5px 10px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    line-height: 100%;
    cursor: pointer;
}

.modal-content .right-box .filter-wrap {
    height: 86%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.modal-content .right-box .filter-list {
    /* height: 75%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; */
}

.modal-content .right-box .filter-list::-webkit-scrollbar {
    display: none;
}

.modal-content .right-box .filter-list h3 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    color: #151515;
    padding-bottom: 16px;
}

.modal-content .right-box .filter-list ul {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
}

.modal-content .right-box .filter-list ul li {
    padding: 0 0 10px;
    font-size: 15px;
    color: #565656;
}

.modal-content .right-box .filter-list ul li:last-child {
    padding: 0;
}

.modal-content .right-box .filter-list ul li a {
    color: #565656;
}

.modal-content .right-box .filter-list ul li a:hover {
    color: #151515;
}

.modal-content .right-box h2 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 400;
    color: #151515;
}

body.open-modal {
    overflow: hidden;
}

body.open-modal .modal-content {
    transform: translateY(0);
}

.filter-header {
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #151515;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.filter-add {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
}

.filter-add span {
    font-size: 13px;
    line-height: 20px;
    color: #005E85;
    border-bottom: 1px solid #005E85;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.filter-add span:before {
    content: "x";
    font-size: 10px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #005E85;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-add {
    margin-bottom: 32px;
}

.filter-add span:hover {
    border-bottom: 1px solid #fff;
}

.filter-add span:hover:before {
    border: 1px solid #fff;
}

.filter-close {
    display: none;
    cursor: pointer;
    color: #7e0707;
}

.filter-close span {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #7e0707;
    float: left;
    margin: 4px 5px 0 0;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .modal-content .right-box {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .modal-content .right-box {
        width: 100%;
        padding: 50px 20px;
    }

    .work-list .work-box {
        width: 100%;
    }

    .modal-content {
        margin-top: 0;
        height: 100vh;
    }

    .modal-content .right-box .modal-close {
        top: 15px;
        right: 20px;
        left: auto;
    }

    .work-header h2 {
        width: auto;
    }

    .filter-content {
        width: auto;
        margin-left: auto;
    }

    .filter-txt {
        position: fixed;
        top: auto;
        bottom: 5%;
        left: 38%;
        background-color: #000;
        padding: 10px;
        z-index: 9;
        color: #fff;
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: row-reverse;
    }
}

/*........................./work page css end/........................*/

/*...................../work details page css start/.....................*/
.gallery {
    max-width: 100%;
    margin: auto;
}

/* BIG IMAGE */
.big img {
    width: 100%;
    height: 100%;
    max-height: 907px;
    object-fit: cover;
    cursor: pointer;
}

/* GRID COMMON */
.grid-6,
.grid-2 {
    display: grid;
    gap: 20px;
    margin-top: 20px;
}

/* 6 GRID */
.grid-6 {
    grid-template-columns: repeat(2, 1fr);
}

/* 2 GRID */
.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-6 .gallery-item a {
    display: inline-block;
    width: 100%;
    max-width: 557px;
    height: auto;
}

.gallery-item img {
    width: 100%;
    cursor: pointer;
    transition: 0.3s;
}

.grid-6 .gallery-item:nth-child(even) {
    display: inline-flex;
    justify-content: flex-end;
}

.gallery-item img:hover {
    opacity: 0.8;
}

/* PREVENT ELEMENTOR FROM BREAKING FANCYBOX */
.fancybox__container * {
    box-sizing: border-box;
}

/* HARD RESET ONLY INSIDE FANCYBOX */
.fancybox__container button,
.fancybox__container a {
    all: unset;
    cursor: pointer;
}

/* NAV BUTTONS (NEXT / PREV) */
.fancybox__nav .fancybox__button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    z-index: 9999;
}

/* POSITION */
.fancybox__button--prev {
    left: 20px !important;
}

.fancybox__button--next {
    right: 20px !important;
}

/* CLOSE BUTTON */
.fancybox__toolbar .fancybox__button--close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 32px;
    height: 32px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
}

.fancybox__toolbar__items--center {
    display: none !important;
}

/* ICON FIX */
.fancybox__button svg {
    width: 22px;
    height: 22px;
    fill: #000;
    stroke: #000;
}

.carousel__button svg {
    stroke: #000 !important;
}

.carousel__button.is-prev,
.carousel__button.is-next {
    /* top: 90% !important; */
    transform: translateY(-90%) !important;
    height: 32px;
    width: 32px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
}

@media screen and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px;
    }

    /* .fancybox__nav .carousel__button.is-next {
        left: 96px;
    } */
}

/* FORCE VISIBILITY (IMPORTANT) */
.fancybox__button {
    opacity: 1 !important;
    visibility: visible !important;
}

/* RESPONSIVE */
/* TABLET */
@media screen and (max-width: 992px) {
    .grid-6 {
        grid-template-columns: repeat(2, 1fr);
    }

    .big img {
        height: 450px;
    }
}

/* MOBILE */
@media screen and (max-width: 576px) {

    .grid-6,
    .grid-2 {
        grid-template-columns: 1fr;
    }

    .big img {
        height: 300px;
    }

    .gallery-item img {
        height: 200px;
    }
}

/*next project css start*/
.next-project {
    position: relative;
    min-height: 275px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    overflow: hidden;
}

/* Dark overlay */
.next-project .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

/* Content container */
.next-project .container {
    position: relative;
    width: 100%;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

/* Left content */
.left-content {
    border-left: 1px solid #fff;
    padding-left: 10px;
}

.left-content .label {
    font-size: 18px;
    letter-spacing: 2px;
}

.left-content .title {
    font-size: 15px;
    margin-top: 5px;
    font-weight: 400;
    margin-block-end: 0rem;
}

/* Button */
.view-btn {
    background: #fff;
    color: #000;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    line-height: 19.6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 25px;
    transition: 0.3s;
}

.view-btn .arrow {
    transition: transform 0.3s;
    height: 12px;
    width: 12px;
    border: 1px solid #000;
    background: #fff;
    border-radius: 100%;
}

/* Hover effect */
.view-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.view-btn:hover .arrow {
    transform: translateX(5px);
    border: 1px solid #fff;
}

.info-section {
    max-width: 1000px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.info-item {
    padding: 0px;
    position: relative;
    padding-left: 10px;
    margin-bottom: 40px;
}

/* remove right border for right column */
.info-item:nth-child(2n) {
    border-right: none;
}

/* last row full width */
.info-item.full {
    grid-column: span 2;
    border-right: none;
}

/* typography */
.info-section .label {
    display: block;
    font-size: 16px;
    color: var(--e-global-color-primary);
    margin-bottom: 5px;
    position: relative;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

/* small vertical line before label */
.info-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #000;
}

.info-item p {
    margin: 0;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    color: #565656;
}

/* ===================== */
/*  RESPONSIVE DESIGN */
/* ===================== */
@media screen and (max-width: 768px) {
    .info-section {
        grid-template-columns: 1fr;
    }

    .info-item {
        border-right: none !important;
        margin-bottom: 24px;
    }

    .info-item.full {
        grid-column: span 1;
    }

    .next-project {
        height: 200px;
    }

    .next-project .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 20px;
    }

    .more-button.more-button1 .elementor-button {
        min-width: 328px;
        max-width: 100%;
    }
}

/*next project css end*/

/*...................../work details page css end/.....................*/

.full-width {
    width: 100% !important;
    padding: 0 !important;
}

/* header right panel menu css start */
.elementor-popup-modal.header-burger-right-panel-popup {
    z-index: 30;
}

.elementor-popup-modal.header-burger-right-panel-popup .header-main-menu {
    opacity: 1;
}

.elementor-popup-modal.header-burger-right-panel-popup .elementor-location-popup {
    height: 100%;
}

.elementor-popup-modal.header-burger-right-panel-popup .dialog-message {
    /* height: calc(100vh - 138px) !important; */
    height: calc(100vh - 100px) !important;
}
.header-main-menu ul .menu-item, .header-main-menu ul .menu-item a{
    border: none !important;
    outline: none !important;
}

/* header right panel menu css ended */

/* header and header menu panel css start */
header.elementor-location-header {
    position: relative;
    z-index: 91;
}

.Main-header {
    transition: all ease-in-out 0.5s;
}

.Main-header .header-logo-col {
    opacity: 0;
    transition: all ease-in-out 1s;
}

.header-main-menu {
    transition: all ease-in-out 0.5s;
    opacity: 0;
}

.header-main-menu .elementor-nav-menu a:before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: -20px;
    top: 7px;
    border-radius: 30px;
    background-color: #fff !important;
    transition: all ease-in-out 0.5s;
}

.header-main-menu .elementor-nav-menu a:hover:before {
    left: -15px;
    opacity: 1 !important;
}

.Main-header .header--black-logo img,
.Main-header #header-white-logo img {
    transition: all ease-in-out 0.5s;
}

/* scrolled */
.Main-header.scrolled,
.Main-header.solid-bg-hdr {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
}

.Main-header.scrolled .elementor-nav-menu a:before,
.Main-header.solid-bg-hdr .elementor-nav-menu a:before {
    background-color: #151515 !important;
}

.Main-header.scrolled .header--black-logo img {
    opacity: 1 !important;
}

.Main-header.scrolled #header-white-logo img {
    opacity: 0 !important;
}

.Main-header.solid-bg-hdr .header-main-menu .elementor-nav-menu a.elementor-item,
.Main-header.scrolled .header-main-menu .elementor-nav-menu a.elementor-item {
    color: #151515 !important;
}

.header-burger-right-panel-popup .header-main-menu .elementor-nav-menu a:before {
    width: 12px;
    height: 12px;
    background-color: #151515 !important;
}

.header-burger-right-panel-popup .header-main-menu .elementor-nav-menu a.elementor-item-active {
    font-weight: 500 !important;
}

.header-burger-right-panel-popup .header-main-menu .elementor-nav-menu a {
    position: relative;
}


/* work page header css start */
.page-id-41 .Main-header .header--black-logo img {
    opacity: 1 !important;
}
.page-id-41 .Main-header #header-white-logo img {
    opacity: 0 !important;
}
.page-id-41 .Main-header .elementor-nav-menu--main .elementor-item{
    color: #404040 !important;
    fill: #404040 !important;
}
.page-id-41 .header-main-menu .elementor-nav-menu a:before{
    background-color: #404040 !important;
}
/* work page header css ended */




.burger-menu-button a {
    padding: 0px !important;
    font-size: 0px !important;
    color: transparent !important;
}

.burger-menu-button {
    padding: 0px !important;
    display: flex;
    align-items: flex-start;
    opacity: 0;
    transition: all ease-in-out 0.5s;
}

.burger-menu-button a {
    display: inline-block;
    width: 100%;
    height: 32px;
    background: transparent !important;
}

.burger-menu-button a>span {
    height: 20px;
    border-width: 2px 0px;
    border-style: solid;
    border-color: #fff !important;
    top: 6px;
    position: relative;
    transition: all ease-in-out 0.5s;
}

.burger-menu-button a>span>span {
    width: 100%;
    display: inline-block;
    height: 2px;
    background: #fff !important;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease-in-out 0.5s;
}

.Main-header.solid-bg-hdr .burger-menu-button a>span,
.Main-header.scrolled .burger-menu-button a>span {
    border-color: #151515 !important;
    transition: all ease-in-out 0.5s;
}

.Main-header.solid-bg-hdr .burger-menu-button a>span>span,
.Main-header.scrolled .burger-menu-button a>span>span {
    background: #151515 !important;
}

.burger-menu-button.active a>span,
.burger-menu-button.active a>span>span {
    position: absolute;
    width: 100%;
    top: 50%;
}

.burger-menu-button.active a>span {
    height: 0px;
    border-width: 1px 0px;
    transform: rotate(45deg);
}

.burger-menu-button.active a>span>span {
    transform: translateY(-50%) rotate(90deg)
}

.Main-header .burger-menu-button,
.Main-header .burger-menu-button {
    pointer-events: none;
    opacity: 0;
}

.Main-header.solid-bg-hdr {
    background: #fff;
}

.Main-header.solid-bg-hdr .burger-menu-button,
.Main-header.scrolled .burger-menu-button {
    pointer-events: auto;
    opacity: 1;
}

.Main-header.solid-bg-hdr .header-main-menu,
.Main-header.scrolled .header-main-menu {
    pointer-events: none;
    opacity: 0;
}

.Main-header.menu-visible .header-main-menu,
.Main-header.menu-visible.scrolled .burger-menu-button {
    opacity: 1;
}

.Main-header.logo-visible .header-logo-col {
    opacity: 1;
}

.Main-header.menu-visible.scrolled .header-main-menu.desk-menu {
    opacity: 0;
}

.header-main-menu .elementor-nav-menu.sm-vertical a {
    position: relative;
}

.header-main-menu .elementor-nav-menu.sm-vertical a:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    top: 6px;
    border-radius: 30px;
    background-color: #151515 !important;
    transition: all ease-in-out 0.5s;
    filter: blur(10px)
}

.header-main-menu .elementor-nav-menu a:hover:before,
.header-main-menu .elementor-nav-menu a.elementor-item-active:before {
    left: -14px;
    opacity: 1 !important;
    filter: blur(0px)
}

/* header and header menu panel css ended */

/* loader custom css start */
.loading-frame {
    transition: all ease-in-out 2s !important;
    overflow: hidden !important;
    height: 0vh !important;
}

.loading-frame.visible {
    height: 100vh !important;
}

#loading-gif {
    transition: all ease-in-out 0.7s;
    opacity: 0;
}

.loading-frame.visible #loading-gif {
    opacity: 1;
}

/* loader custom css ended */

/* goto top button css start */
#goto_top_button .button-icon-box,
#goto_top_sticky_button .button-icon-box {
    height: 26px;
    width: 26px !important;
}

#goto_top_button .button-icon-box>div,
#goto_top_sticky_button .button-icon-box>div {
    width: 100%;
    transition: all ease-in-out 1.0s;
}

#goto_top_button .button-icon-box>div:first-child,
#goto_top_sticky_button .button-icon-box>div:first-child {
    margin-top: 4px;
}

#goto_top_button:hover .button-icon-box>div:first-child,
#goto_top_sticky_button:hover .button-icon-box>div:first-child {
    margin-top: -16px;
}

#goto_top_sticky_button {
    opacity: 0 !important;
    transition: all ease-in-out 0.5s !important;
}

.pagescrolled #goto_top_sticky_button {
    opacity: 1 !important;
}

/* goto top button css ended */

/* footer css start */
.footer-main-menu .elementor-nav-menu {
    width: 100%;
    justify-content: space-between !important;
}

/* footer css ended */

/* footer menu css start */
.footer-main-menu .elementor-nav-menu a:before {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    left: -20px;
    top: 6px;
    border-radius: 30px;
    background-color: #151515 !important;
    transition: all ease-in-out 0.5s;
}

.footer-main-menu .elementor-nav-menu a:hover:before {
    left: -15px;
    opacity: 1 !important;
}

.footer-main-menu .elementor-nav-menu a.elementor-item-active {
    font-weight: 600 !important;
}

.footer-main-menu .elementor-nav-menu a.elementor-item-active:before {
    display: none;
}

/* footer menu css ended */

/* home project section css start */
.work-list.for-home {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0px;
}

.work-list.for-home .work-box {
    width: 47%;
    max-width: 557px;
    overflow: hidden;
    position: relative;
}

.work-list.for-home .work-box .pic {
    width: 100%;
    height: 371px;
    position: relative;
    overflow: hidden;
}

.work-list.for-home .work-box .pic>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-list.for-home .work-box .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: ease-in-out 0.5s;
    z-index: 20;
}

.work-list.for-home .work-box img {
    width: 100%;
    vertical-align: middle;
}

.work-list.for-home .work-box:nth-child(3) {
    width: 100%;
    max-width: 100%;
}

.work-list.for-home .work-box:nth-child(3) .pic {
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
}

.work-list.for-home .work-box:hover .project-name a.view {
    height: 30px;
}

a.view-work-button {
    height: 24px;
    padding: 5px 0;
    border: 1px solid #151515;
    font-size: 11px;
    color: #151515;
    font-weight: 500;
    transition: ease-in-out 0.5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 130px;
}

a.view-work-button:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 50%;
}

/* home project section css ended */
body .fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: #005E85;
    border-width: 2px;
}

body .carousel__button svg {
    filter: none;
}



@media screen and (max-width:1367px) {

    /* header slidebar popup css start */
    .elementor-popup-modal.header-burger-right-panel-popup .elementor-location-popup {
        height: calc(100% - 85px);
    }

    .elementor-popup-modal.header-burger-right-panel-popup .dialog-message {
        height: calc(100vh - 97px) !important;
    }

    /* header slidebar popup css ended */
}

@media screen and (min-width:1025px) {

    /* work page header css start */
    .page-id-41 .Main-header{
        position: relative !important;
    }
    /* work page header css ended */

}

@media screen and (max-width:1024px) {

    /* work page header css start */
    .page-id-41 .Main-header{
        background: rgba(255, 255, 255, 1); backdrop-filter: blur(0px);
    }
    .page-id-41 .Main-header .burger-menu-button, 
    .page-id-41 .Main-header .burger-menu-button{
        opacity: 1 !important;
    }
    .page-id-41 .burger-menu-button a>span{
        border-color: #000000 !important;
    }
    .page-id-41 .burger-menu-button a>span>span{
        background-color: #000000 !important;
    }
    /* work page header css ended */

}

@media screen and (max-width:1023px) {

    /* header css start */
    .Main-header .burger-menu-button,
    .Main-header .burger-menu-button {
        pointer-events: auto;
        opacity: 1;
    }

    /* header css ended */
    /* header slidebar popup css start */
    .elementor-popup-modal.header-burger-right-panel-popup .dialog-message {
        height: calc(100vh - 40px) !important;
    }

    /* header slidebar popup css ended */
    .skew-hdng-box {
        width: 14px !important;
    }
}

@media screen and (max-width: 880px) {
    .header-main-menu .elementor-nav-menu a.elementor-item-active:before {
        left: 0px;
    }

    .header-main-menu .elementor-nav-menu.sm-vertical a:before {
        top: 24px;
        width: 8px;
        height: 8px;
    }

    .work-list.for-home .work-box .pic,
    .work-list.for-home .work-box:nth-child(3) .pic {
        height: 375px !important;
    }
    
}
@media screen and (max-width:767px) {

    /* home service box css start */
    .service-box .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
        column-gap: 12px;
    }

    .service-box .elementor-image-box-wrapper .elementor-image-box-img {
        flex-shrink: 0;
    }

    .service-box .elementor-image-box-wrapper .elementor-image-box-img img {
        padding-left: 10px;
    }

    .service-box .elementor-image-box-wrapper .elementor-image-box-title {
        margin: 0px;
    }

    .more-button.mobile-full-width {
        min-width: 200px;
        max-width: 100%;
        width: 100%;
    }

    .more-button.mobile-full-width .elementor-button {
        max-width: 100%;
        width: 100%;
        padding: 10px 20px 10px 20px !important;
    }

    /* home service box css ended */
    /* home project section css start */
    .work-list.for-home .work-box,
    .work-list.for-home .work-box:nth-child(3) {
        width: 100%;
        max-width: 100%;
    }

    .work-list.for-home .work-box .pic,
    .work-list.for-home .work-box:nth-child(3) .pic {
        height: 325px !important;
    }

    /* home project section css ended */
}

@media screen and (max-width: 640px) {

    /* home project section css start */
    .work-list.for-home .work-box .pic,
    .work-list.for-home .work-box:nth-child(3) .pic {
        height: 217px !important;
    }

    .work-list.for-home {
        gap: 10px 0px;
    }

    .work-list.for-home .work-box .txt p {
        font-size: 12px;
        padding-top: 2px;
        line-height: 1.2;
    }

    .work-list.for-home .work-box:hover .txt {
        bottom: 10px;
    }

    /* home project section css ended */
}

@media screen and (max-width:480px) {

    /* header slidebar popup css start */
    .header-burger-right-panel-popup .dialog-widget-content {
        width: 100% !important;
        height: 100% !important;
    }

    .elementor-popup-modal.header-burger-right-panel-popup .elementor-location-popup {
        height: 100%;
    }

    /* header slidebar popup css ended */
}


/* Pagination */
.pagination {
    margin: 60px auto 0 !important;
    text-align: center;
}

/* Container */
.pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  list-style: none;
  background: #f9fafb; /* very light gray */
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  margin: 0 auto;
}

/* List reset */
.pagination .page-numbers li {
  list-style: none;
}

/* Base Button */
.pagination .page-numbers a,
.pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* Hover */
.pagination .page-numbers a:hover {
  background: #111827; /* dark gray */
  color: #ffffff;
  border-color: #111827;
}

/* Active Page */
.pagination .page-numbers .current {
  background: #111827;
  color: #ffffff;
  border-color: #111827;
  font-weight: 600;
  cursor: default;
}

/* Next Button */
.pagination .page-numbers .next {
  padding: 0 16px;
  font-weight: 600;
}

/* Subtle Lift Effect */
.pagination .page-numbers a:hover,
.pagination .page-numbers .current {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 480px) {
  .pagination .page-numbers {
    gap: 6px;
    padding: 8px 10px;
  }

  .pagination .page-numbers a,
  .pagination .page-numbers span {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
    padding: 0 10px;
  }
}