@font-face {
    font-family: 'headfont';
    src: url('/assets/fonts/Lora-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}


:root {

    --rr-ff-body: 'Rubik', sans-serif;
    --rr-ff-heading: 'Poppins', sans-serif;
    --rr-ff-subtitle: 'Sofia';
    --rr-ff-fontawesome: "Font Awesome 6 Pro";

    --rr-common-white: #FFFFFF;
    --rr-common-black: #000000;
    --rr-common-placeholder: #4A5764;
    --rr-body-primary: #ffffff;
    --rr-theme-primary: #FF3D00;
    /* --rr-theme-primary: #1C0D5E; */
    --rr-theme-secondary: #D44E49;
    --rr-heading-primary: #000;
    --rr-text-body: #646464;
    --rr-text-primary: #000;
    --rr-shadow-primary: 0px 30px 60px 0px rgba(0, 15, 32, 0.1);
    --rr-border-primary: 1px solid #FF3D00;
}

h1,
h2,
h4,
h5,
h6 {
    font-family: 'headfont' !important;
}

/* mouse follower */
.mouse-follower-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    /* z-index: 999; */
}

/* Common styles */
.mouse-follower {
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: difference;
}

/* Small inner dot */
.mouse-follower.small {
    width: 6px;
    height: 6px;
    background-color: var(--rr-theme-primary);
    transition: top 0.1s ease, left 0.1s ease;
}

/* Big outer circle */
.mouse-follower.big {
    width: 20px;
    height: 20px;
    border: 2px solid var(--rr-theme-primary);
    background: transparent;
    transition: top 0.2s ease, left 0.2s ease;
}

.mouse-follower.hovering {
    transform: translate(-50%, -50%) scale(2);
    background-color: #fff;
}


/* #header-sticky {
    z-index: 999;
} */

.modal-gallery {
    z-index: 9999;
}

/* bananer */
/* .banner-slider .slider-item img {
    border-radius: 20px !important;
} */

.banner-slider .slider-item {
    padding: 20px 0px !important;

}

.banner-slider {
    margin-top: 120px;
    position: relative;
    width: 100%;
    overflow: hidden;

}

.banner-slider .slider-container {
    width: 100%;
    position: relative;
}

.banner-slider .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.banner-slider .slider-item {
    min-width: 100%;
    position: relative;
}

.banner-slider .slider-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    /* filter: brightness(70%); */
    /* box-shadow: 0 0 15px rgba(128, 128, 128, 0.3); */
}

.banner-slider .caption {
    position: absolute;
    bottom: 20%;
    left: 10%;
    color: white;
    text-align: left;
    animation: fadeInUp 1s ease-in-out;
}

.banner-slider .caption h2 {
    font-size: 3rem;
    font-weight: bold;
}

.banner-slider .caption p {
    font-size: 1.25rem;
}

/* Controls */
.banner-slider .controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 2;
}

.banner-slider .prev {
    left: 40px;
}

.banner-slider .next {
    right: 40px;
}

.banner-slider .prev,
.banner-slider .next {

    color: white;
    border: none;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
}

/* .banner-slider .prev:hover,
.banner-slider .next:hover {
  
} */

/* Pagination */
.banner-slider .pagination {
    position: absolute;
    bottom: 30%;
    left: 10%;
    z-index: 2;
}

.banner-slider .pagination .dot {
    display: inline-block;
    margin: 0 6px;
    width: 30px;
    height: 30px;

    color: rgb(0, 0, 0);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    user-select: none;
}

.banner-slider .pagination .dot:hover,
.banner-slider .pagination .dot.active {
    /* border: 2px solid rgb(0, 0, 0); */
    color: rgb(0, 0, 0);
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}


/* banner-carousel */
.feature-carousel {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    background: #fff;
    overflow-x: auto;
    white-space: nowrap;
}

.carousel-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 800px;
}

.feature-item {
    display: flex;
    align-items: center;
    padding: 0 30px;
    position: relative;
    white-space: normal;
    flex-shrink: 0;
    border-right: 1px solid #ddd;
    transition: transform 0.3s ease;
}

.feature-item:last-child {
    border-right: none;
}

.feature-item i {
    font-size: 20px;
    margin-right: 10px;
    color: #111;
    transition: color 0.3s ease;
}

.feature-item span {
    font-weight: 600;
    color: #000;
    transition: color 0.3s ease;
}

/* Hover Effects */
.feature-item:hover i,
.feature-item:hover span {
    color: var(--rr-theme-primary);
}

@media screen and (max-width: 768px) {
    .carousel-wrapper {
        min-width: unset;
        width: max-content;
        display: inline-flex;
    }

    .feature-item {
        padding: 0 20px;
    }
}





/* =====================highlight */
.highlight-section {
    padding: 50px 20px;
    background: #fff;
}

.highlight-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.highlight-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    flex: 1 1 45%;
    min-width: 320px;
    transition: transform 0.3s ease;
}

.highlight-card:hover {
    transform: translateY(-5px);
}

.light-bg {
    background: #f4f4f4;
}

.green-bg {
    background: #52c7b8;
    color: white;
}

.highlight-content {
    max-width: 50%;
}

.highlight-sub {
    font-size: 14px;
    font-weight: 600;
    color: #ff4d4d;
    margin-bottom: 10px;
}

.highlight-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 20px;
    color: black;
}

.highlight-price {
    font-size: 16px;
    margin-bottom: 20px;
}

.highlight-btn {
    display: inline-block;
    background: #00bcd4;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.highlight-btn:hover {
    background: #0097a7;
}

.highlight-btn.white {
    background: white;
    color: black;
}

.highlight-btn.white:hover {
    background: #f0f0f0;
}

.highlight-image {
    position: relative;
    max-width: 40%;
    text-align: center;
}

.highlight-image img {
    max-width: 100%;
    height: auto;
}

.sale-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: white;
    color: black;
    font-weight: 700;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


@media (max-width: 768px) {
    .highlight-card {
        flex-direction: column;

    }

    .highlight-content,
    .highlight-image {
        max-width: 100%;
    }

    .highlight-image img {
        margin-top: 20px;
    }

    .highlight-card {
        align-items: center;
        padding: 20px 20px;
    }
}

.highlight-image {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.highlight-card {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.image-inner {
    position: relative;
    display: inline-block;
    z-index: 1;
}

/* Circle effect */
.image-inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 240px;
    background-color: #fa585d;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* Only scale the image, not the circle */
.image-inner img {
    transition: transform 0.4s ease-in-out;
    position: relative;
    z-index: 2;
}

.highlight-card:hover .image-inner img {
    transform: scale(1.1);
}




.highlight-btn.cta {
    position: relative;
    margin: auto;
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.highlight-btn.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #ffffff;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
    z-index: 0;
}

.highlight-btn.cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #000;
    z-index: 1;
}

.highlight-btn.cta svg {
    position: relative;
    top: 1px;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #ebebeb;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
    z-index: 1;
}

.highlight-btn.cta:hover:before {
    width: 100%;
    background: #ffffff;
}

.highlight-btn.cta:hover svg {
    transform: translateX(0);
}

.highlight-btn.cta:active {
    transform: scale(0.95);
}

.highlight-btn.cta:hover {
    color: #000000;
}

.highlight-btn.cta:hover span {
    color: #000000;
}

.highlight-btn.cta:hover svg {
    stroke: #000000;
}


.highlight-container .card-2 .highlight-title {
    color: white;

}

.highlight-container .card-2 .image-inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 240px;
    background-color: hsla(0, 0%, 100%, .36);
    ;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.mega__menu-wrapper {
    /* background-color: #ffffff; */
    z-index: 1000;
    position: relative;
}



.latest-Choose-us__content {
    position: relative;

}

.latest-Choose-us__content .why-header h3 {
    position: absolute;
    top: 5%;
    left: 24%;
    transform: translate(-50%, -50%);
}

.latest-Choose-us__content .why-header h3 {
    font-size: 80px;
    color: #b2beca;
    opacity: 0.4;
    z-index: 1;
    font-family: "Pacifico", cursive;
}

.latest-Choose-us__content {
    position: relative;

}

.latest-Choose-us__content .service-head h3 {
    position: absolute;
    top: 35%;
    left: 20%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.latest-Choose-us__content .service-head h2 {
    z-index: 10;
}

.latest-Choose-us__content .service-head h3 {
    font-size: 80px;
    color: #b2beca;
    opacity: 0.4;
    z-index: 1;
    font-family: "Pacifico", cursive;
}

.service-head {
    padding-top: 100px;
    max-width: 650px;
}





.faq {
    position: relative;

}

.faq-header h3 {
    position: absolute;
    top: 5%;
    left: 24%;
    transform: translate(-50%, -50%);
}

.faq-header h3 {
    font-size: 80px;
    color: #b2beca;
    opacity: 0.4;
    z-index: 1;
    font-family: "Pacifico", cursive;
}

.latest-about2__content {
    position: relative;

}

.about-header h3 {
    position: absolute;
    top: 7%;
    left: 34%;
    transform: translate(-50%, -50%);
}

.about-header h3 {
    font-size: 80px;
    color: #b2beca;
    opacity: 0.4;
    z-index: -1 !important;
    font-family: "Pacifico", cursive;
}

.latest-service2__title-wrapper {
    position: relative;

}

.why-head h3 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.why-head h3 {
    font-size: 80px;
    color: #b2beca;
    opacity: 0.4;
    z-index: -1 !important;
    font-family: "Pacifico", cursive;
}


.latest-service2__title-wrapper {
    position: relative;

}

.main-head h3 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-head h3 {
    font-size: 80px;
    color: #b2beca;
    opacity: 0.4;
    z-index: -1 !important;
    font-family: "Pacifico", cursive;
}



.latest-service2__title-wrapper {
    position: relative;

}

.story-overlay h3 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.story-overlay h3 {
    font-size: 80px;
    color: #b2beca;
    opacity: 0.4;
    z-index: -1 !important;
    font-family: "Pacifico", cursive;
}




.service-header {
    position: relative;
    margin: 30px 0px;
}

.service-header h3 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -12;
}

.service-header h3 {
    font-size: 80px;
    color: #b2beca;
    opacity: 0.4;
    z-index: -1;
    font-family: "Pacifico", cursive;
}



.testimonial__area {
    position: relative;

}

.test-header h3 {
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.test-header h3 {
    font-size: 80px;
    color: #b2beca;
    opacity: 0.3;
    z-index: 1;
    font-family: "Pacifico", cursive;
}

.client-header h3 {
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.client-header h3 {
    font-size: 80px;
    color: #b2beca;
    opacity: 0.3;
    z-index: 1;
    font-family: "Pacifico", cursive;
}

.client-header {
    position: relative;
}






.gallery-header {
    position: relative;

}

.gallery-overlay h3 {
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery-overlay h3 {
    font-size: 80px;
    color: #b2beca;
    opacity: 0.3;
    z-index: 1;
    font-family: "Pacifico", cursive;
}



.testimonial__title-wrapper h6,
h2 {
    z-index: 10;
}




.custom-portfolio-slider {
    width: 100vw;
    background: linear-gradient(90deg, #fa585d, #ff8a80);
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
}

.custom-slider-track {
    display: flex;
    gap: 40px;
    width: max-content;
    animation: custom-scroll-left 40s linear infinite;
    direction: rtl;
    animation-play-state: running;
    will-change: transform;
}

.custom-portfolio-slider:hover .custom-slider-track {
    animation-play-state: paused;
}

.custom-slider-item {
    direction: ltr;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    padding: 12px 16px;
    white-space: nowrap;
    border-radius: 30px;
}

.custom-slider-item:hover {
    color: #000000;
    transform: scale(1.1);
}

@keyframes custom-scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 768px) {
    .custom-slider-track {
        animation: none;
        overflow-x: scroll;
        flex-wrap: nowrap;
        direction: ltr;
    }

    .custom-portfolio-slider:hover .custom-slider-track {
        animation-play-state: running;
    }
}

.custom-portfolio-slider {
    width: 100vw;
    background: linear-gradient(90deg, #3a8ef6, #9b5de5);
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
}

.custom-slider-track {
    display: flex;
    gap: 40px;
    width: fit-content;
    animation: scroll-loop 40s linear infinite;
    direction: rtl;
    animation-play-state: running;
    will-change: transform;
}

.custom-portfolio-slider:hover .custom-slider-track {
    animation-play-state: paused;
}

.custom-slider-item {
    direction: ltr;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    padding: 12px 16px;
    white-space: nowrap;
    border-radius: 30px;
}

.custom-slider-item:hover {
    color: #000;
    transform: scale(1.1);
}

@keyframes scroll-loop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .custom-slider-track {
        /* animation: none; */
        overflow-x: scroll;
        flex-wrap: nowrap;
        direction: ltr;
    }

    .custom-portfolio-slider:hover .custom-slider-track {
        animation-play-state: running;
    }
}



/* ============service page */
.inner-service {
    padding: 50px 0px;
}

.service-header h6 {
    text-align: center;
    color: var(--rr-theme-primary);
    font-family: Georgia;
    font-size: var(--rr-fs-h4);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-style: normal;
    margin-bottom: 12px;
    z-index: 10 !important;

}

.service-header h2 {
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-size: var(--rr-fs-h2);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h2);
    font-style: normal;
    margin-bottom: 0;
    text-align: center;
    z-index: 10 !important;
}

.service-card {
    position: relative;
}

.service-content {
    position: absolute;
    bottom: 10%;
    left: 30px;
    z-index: 11;
}

.service-content h6 {
    color: var(--rr-theme-primary);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-content h2 {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

.service-content p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.service-content {
    max-width: 40%;
}

.service-content a {
    /* background-color: var(--rr-theme-primary); */
    color: black;
    padding: 8px 25px;
    margin-top: 15px;
    border-radius: 20px;
}



.service-card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-card {
    position: relative;
    overflow: hidden;
}

.service-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 50%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.6s ease, opacity 0.6s ease;


}

.service-card:hover::after {
    transform: translateX(0%);
    opacity: 1;
}

.service-card:hover h2 {
    color: #000;

}

.service-card:hover p {
    color: #000;
}

/* .service-card:hover .service-icon {
    display: none;
} */
.service-icon img {

    animation: shakea 4s ease 0s infinite normal none;

}


@keyframes shakea {

    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 50% 0;
    }

    10% {
        transform: rotate(2deg);
    }

    20%,
    40%,
    60% {
        transform: rotate(-4deg);
    }

    30%,
    50%,
    70% {
        transform: rotate(4deg);
    }

    80% {
        transform: rotate(-2deg);
    }

    90% {
        transform: rotate(2deg);
    }
}





.service-icon {
    position: absolute;
    top: 45px;
    left: 45px;
    z-index: 11;
}

.service-card {
    flex: 1;
    justify-content: center;
    margin: 20px;
}

.services-des-info i {
    color: var(--rr-theme-primary);
}

/* ================footer */

.inner-footer {
    padding: 30px 0px;
    background-color: #F8F8F8;
}

.footer-logo {
    display: flex;
    justify-content: center;
}

.footer-logo {
    position: relative;

    padding-bottom: 10px;
}

.footer-logo::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    height: 1px;
    background-color: #cecece;
}

.footer-logo img {
    width: 250px;
    height: auto;
}

.footer-copy {
    position: relative;
    padding-top: 30px;
    text-align: center;
    color: #fff;

}

.footer-copy::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    width: 100%;
    height: 2px;
    background-color: #cecece;
    border-radius: 2px;
}

.footer-copy {
    align-content: center;
    background-color: #F8F8F8;
    padding: 0px 20px;
    text-align: center;
    color: #ccc;
    display: flex;
    justify-content: space-between;
    flex-direction: column !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copy .footer-text {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.footer-copy .footer-text p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.6;
}

.footer-copy img {
    width: 100px;
    height: auto;
}

.footer-copy a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-copy a:hover {
    opacity: 0.8;
}

.designer-logo {
    height: 24px;
    vertical-align: middle;
    margin-left: 6px;
}

.inner-footer .container-fluid {
    max-width: 1420px !important;
}





.footer-heading {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--rr-theme-primary);
    text-transform: uppercase;
    text-align: left;
    padding-left: 20px;
}

.footer-heading {
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.footer-heading::after {
    content: "";
    position: absolute;
    left: 45px;
    bottom: -5px;
    width: 38%;
    height: 2px;
    background-color: #000;
    transition: width 0.3s ease;
}




/* .footer-heading::before {
    content: "";
    position: absolute;
    height: 2px;
    background-color:  var(--rr-theme-primary);
    width:5%;
    top: 90%;
    left: 20px;
    transform: translateY(-50%);
}

.footer-heading::after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: var(--rr-theme-primary);
    width: 20%;
    top: 90%;
    left: 45px;
    transform: translateY(-50%);

} */

.footer-content {
    padding-top: 40px;
    padding-bottom: 0px;
}


.footer-info {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.footer-info li {
    margin-bottom: 10px;
}

.footer-info a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.footer-info a:hover {
    color: var(--rr-theme-primary);
}

.footer-info i {
    color: var(--rr-theme-primary);
    margin-right: 5px;
}


.footer-social {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-social li a {
    display: inline-block;
    font-size: 16px;
    width: 35px;
    height: 35px;
    color: #000000;
    border: 1px dotted var(--rr-theme-primary);
    padding: 8px;
    line-height: 18px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.footer-social li a:hover {
    color: var(--rr-theme-primary);
}

.footer-heading i {
    color: var(--rr-theme-primary);

}

.footer-heading {
    color: #000;
    /* border-bottom: 1px solid gray; */
}

.foot-inner p {
    text-align: justify;
}




.footer-info li a {
    color: rgb(78, 78, 78);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-size: 15px;
}

.footer-info li a i {
    color: var(--rr-theme-primary);
    transition: transform 0.3s ease, color 0.3s ease;
}

/* Hover effect */
.footer-info li a:hover {
    color: var(--rr-theme-secondary);
}

.footer-info li a:hover i {
    transform: translateX(5px);
    color: #000000;
}



#mobile-menu .submenu .sub-submenu {
    border-top: 3px solid var(--rr-theme-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#mobile-menu .submenu {
    border-top: 3px solid var(--rr-theme-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.latest-blog__item-slide {
    position: relative;
}

.latest-blog__item-slide .blog-overlay {
    position: absolute;
    bottom: 50%;
    right: 20px;
}

.latest-blog__item-slide .blog-overlay h4 {
    font-size: 12px;
    font-weight: 400;
    color: white;
    display: inline-block;
    background-color: #000;
    padding: 1px 25px;
    border-radius: 5px;
}

.latest-blog__item-text-bottom p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 4.5em;
}


.latest-service2__item-icon img {
    animation: floatEffect 3s ease-in-out infinite;
    transition: transform 0.4s ease-in-out, filter 0.3s ease-in-out;
}

.latest-service2__item-icon:hover img {
    transform: scale(1.1) rotate(2deg);
    filter: brightness(1.1);
}

@keyframes floatEffect {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}


/* home service section */
.inner-services {
    padding: 40px 0px;

}

.inner-services .header-services {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.card-serviecs {
    padding: 10px 5px;
    position: relative;
    flex: 1;

}

.card-serviecs .card-overlay {
    position: absolute;
    top: 35px;
    right: 55px;
}

.card-serviecs .card-overlay h2 {
    font-size: 19px;
    color: #000;
    background-color: white;
    padding: 15px;
    line-height: 14px;
    border-radius: 50%;
    font-weight: 500;
}

.card-overlay-head {
    position: absolute;
    bottom: 20px;
    left: 35%;

}

.card-serviecs img {
    border-radius: 15px;
}


.card-serviecs {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-serviecs:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

/* Image Styling */
.card-serviecs img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.card-serviecs:hover img {
    transform: scale(1.1);
}

/* Gradient Overlay Layer */
.card-serviecs::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background:
        /* White to black vertical fade */
        linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.5)),

        /* Elegant orange-gold glow from top left to bottom right */
        linear-gradient(135deg, rgba(255, 153, 51, 0.2), rgba(255, 94, 0, 0.3))
        /* Soft light reflection effect */
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.1), transparent 70%);

    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(12px);

    opacity: 0;
    z-index: 1;
    transition: opacity 0.6s ease-in-out;
    pointer-events: none;
    border-radius: inherit;
    /* matches card corners */
}



.card-serviecs:hover::before {
    opacity: 1;
}

/* Overlay Head Animation */
.card-overlay-head {
    position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    z-index: 2;
    color: #fff;
}

.card-serviecs:hover .card-overlay-head {
    opacity: 1;
    transform: translateY(0);
}


/* galery -section */
.inner-gallery {
    padding: 30px 0px;
}

.carousel-box {
    width: 450px;
    height: 450px;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.carousel-box:hover {
    transform: scale(1.05);
}

.carousel-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.carousel-track img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    display: block;
}

.gallery-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 40px;
}

.footer-content {
    position: relative;
}

.footer-content .footer-overlay img {
    width: 400px;
    height: auto;
}

.footer-content .footer-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.09;
    animation: rotateOverlay 20s linear infinite;
    pointer-events: none;
}

@keyframes rotateOverlay {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



.footer-overlay-1 {
    position: absolute;
    right: 5%;
    bottom: 5%;
}

.footer-overlay-2 {
    position: absolute;
    left: 0px;
    bottom: -18%;
    z-index: 1;
    animation: smoothLeftRightShake 2.2s ease-in-out infinite;
}

.foot-inner {
    position: relative;
    z-index: 11;
}

@keyframes smoothLeftRightShake {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    25% {
        transform: translateX(-4px);
    }

    50% {
        transform: translateX(4px);
    }

    75% {
        transform: translateX(-2px);
    }

    100% {
        transform: translateX(0);
    }
}





.footer-info {
    z-index: 11;
}

.footer-overlay-3 {
    position: absolute;
    left: -140px;
    top: -18%;
    transform: rotate(0deg);
    animation: rotateOverlay3 12s infinite ease-in-out;
    pointer-events: none;
    opacity: 0.9;

}

@keyframes rotateOverlay3 {

    0%,
    100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(20deg);
    }
}

.about-btn {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    color: var(--rr-theme-primary);
    background: transparent;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid var(--rr-theme-primary);
    border-radius: 10px;
    box-shadow: inset 0 0 0 0 var(--rr-theme-primary);
    font-weight: bold;
}

.about-btn:hover {
    color: white;
    box-shadow: inset 0 -100px 0 0 var(--rr-theme-primary);
}

.about-btn:active {
    transform: scale(0.9);
}

/* Optional: Adding a focus state for accessibility */
.about-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(114, 90, 193, 0.4);
}

.gallery-btn {
    display: flex;
    justify-content: center;
}

.latest-service2__area {
    z-index: 99;
}






.img-wrapper {
    position: relative;
    overflow: hidden;
}





.img-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background:
        /* url('../images/logo/Printing-service-in-Coimbatore.png') center center / cover no-repeat, */
        #ffffff;
    clip-path: circle(36% at 100% 0);
    transition: clip-path 0.6s ease, background 0.6s ease, filter 0.6s ease;
    z-index: 1;
    opacity: 1;
}


.img-wrapper:hover::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background:

        rgba(153, 156, 156, 0.6);
    backdrop-filter: blur(6px);
    opacity: 1;
    transform: scale(1.05);
    transition: clip-path 0.6s ease, background 0.6s ease, backdrop-filter 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
}

.logo-overlay img {
    width: 80px;
    height: auto;
}

.logo-overlay {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
}

.img-wrapper:hover .logo-overlay {
    display: none;
}

.main-menu ul li .submenu li a {
    padding: 6px 25px;
}

.main-menu ul li .submenu {

    padding: 20px 6px;
}



/* client section */
:root {
    --marquee-width: 100vw;
    --marquee-height: 20vh;
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
    width: var(--marquee-width);
    height: var(--marquee-height);
    /* background-color: #111; */
    color: #eee;
    overflow: hidden;
    position: relative;
}

.marquee:before,
.marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}

.marquee:before {
    left: 0;

}

.marquee:after {
    right: 0;

}

.marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scroll-left var(--marquee-animation-duration) linear infinite;
}

.marquee.reverse .marquee-content {
    animation: scroll-right var(--marquee-animation-duration) linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }

    100% {
        transform: translateX(0);
    }
}

.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
}

.marquee-content li img {
    width: 200px;
    height: auto;

}

@media (max-width: 600px) {
    html {
        font-size: 12px;
    }

    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3;
    }

    .marquee:before,
    .marquee:after {
        width: 5rem;
    }
}

.inner-client {
    padding: 50px 0px;
}

/* 

.masked-img {
    width: 80%;
    height: auto;
    border: 2px solid #eee;
    -webkit-mask-image: url('../images/client/img-mask.svg');
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    
    mask-image: url('../images/client/img-mask.svg');
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
  
    transition: transform 0.3s ease;
  }
  
  .masked-img:hover {
    transform: scale(1.05);
  } */


/* .masked-img {
    width: 80%;
    height: auto;
    border: 2px solid #eee;
    display: block;
  
    -webkit-mask-image: url('../images/client/img-mask.svg');
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    
    mask-image: url('../images/client/img-mask.svg');
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
  
    transition: transform 0.3s ease;
  }
   */

.banner-slider .slider-item {
    position: relative;
}

.banner-slider .slider-item .banner-overlay {
    position: absolute;
    right: 26%;
    top: 15%;
}

.banner-slider .slider-item .banner-overlay img {
    width: 480px;
    height: auto;
    box-shadow: none !important;
}

.client-content .marquee-content li {
    display: flex;
    flex-direction: column;
}

.detail-note {
    text-align: center;
    margin-top: 20px;
}

.button-list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.button-list li {
    margin: 0;
}

.btn-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #00CFC3, #0066FF);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    font-size: 16px;
}

.btn-link i {
    font-size: 18px;
}

.btn-link:hover {
    background: linear-gradient(135deg, #0066FF, #00CFC3);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
}



.detail-note .detail-note {
    text-align: center;
    margin-top: 20px;
}

.detail-note .button-list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.detail-note .button-list li {
    margin: 0;
}

.detail-note .btn-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, var(--rr-theme-primary), var(--rr-theme-secondary));
    color: var(--rr-body-primary);
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    font-size: 16px;
}

.detail-note .btn-link i {
    font-size: 18px;
}

.detail-note .btn-link:hover {
    background: linear-gradient(135deg, var(--rr-theme-secondary), var(--rr-theme-primary));
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: var(--rr-body-primary);
}


.detail-img ul {
    display: flex;
    flex-direction: row;
    gap: 33px;
    justify-content: center;
    align-items: center;
}

.detail-img ul li {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.detail-img img {
    width: 35px;
    height: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.detail-img ul li:hover img {
    transform: scale(1.2) rotate(5deg);
    filter: brightness(1.2);
}

.detail-img ul li p {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-top: 8px;
    transition: color 0.3s ease;
}

.detail-img ul li:hover p {
    color: var(--rr-theme-primary);
}

.main-team-details__area {
    padding-top: 100px;
    padding-bottom: 50px;
}

.recomment-header h2 {
    font-size: 42px;
    color: #000;
    text-transform: capitalize;
    padding: 30px 0px;
}

.service-tab.active {
    background-color: var(--rr-theme-primary);
    color: white;
}

.recommend-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
}

.recommend-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 10px;
}

.recommend-card a {
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
    border-top: 2px solid #f1f1f1;
    text-decoration: none !important;
}

.recommend-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.recommend-card:hover img {
    transform: scale(1.1);
}

.recommend-card:hover a {
    color: #d32f2f;
}

.recommend-card a:hover {
    text-decoration: underline;
}

.inner-recommend {
    padding-bottom: 60px;
}

.main-team-details__content-title p {
    text-align: justify;
}


.main-team-details__first-img {
    overflow: hidden;
}

.main-team-details__first-img img {
    transition: transform 0.8s ease-in-out 0.3s;
    transform-origin: center center;
    will-change: transform;
}

.main-team-details__first-img img:hover {
    transform: scale(1.1) rotate(2deg);
    border-radius: 15px;
}

.image-section .img-wrapper .gallery-image {
    width: 100%;
    height: 300px;
}





.latest-Choose-us__media-img1 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-items: center;
    align-items: center;
}

.portrait-video {
    width: 750px;
    height: 620px;
    object-fit: cover;
    object-position: center center;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.mega__menu-wrapper .logo img {
    width: 100px;
    height: auto;
}

.video-box {
    width: 100%;
    max-width: 750px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    position: relative;
}

.video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

/* ==============================gallery page ================================== */
.gallery-section .container-fluid {
    width: 100%;
    max-width: 1450px !important;
}

.gallery-section {
    padding: 60px 0;
    position: relative;
}

.gallery-section {
    overflow: visible;
    /* Important for sticky to work */
}

.gallery-section .modern-tabs {
    position: sticky;
    top: 10px;

    z-index: 10;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);

    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 16px;
}


/* 
.modern-tabs .tab-list {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.85), rgba(245, 245, 245, 0.95));
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    max-height: 800px;
    overflow-y: scroll;
} */
.modern-tabs .tab-list {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.85), rgba(245, 245, 245, 0.95));
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: auto;
    max-height: 500px;
    overflow-y: auto;
}


.modern-tabs .tab-list::-webkit-scrollbar {
    width: 8px;
}

.modern-tabs .tab-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.modern-tabs .tab-list::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.modern-tabs .tab-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.tab-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
    color: #3a3a3a;
    text-decoration: none;
    background: white;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.tab-item i {
    font-size: 18px;
    color: #272727;
    transition: color 0.3s ease, transform 0.3s ease;
}

.tab-item:hover,
.tab-item.active {
    background: linear-gradient(to right, #FF3D00, #D44E49);


    color: #eeee;
    box-shadow: 0 8px 20px rgba(183, 152, 93, 0.2);
}

.tab-item:hover i,
.tab-item.active i {
    color: #fff;
    transform: scale(1.1);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .modern-tabs .tab-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
        gap: 10px;
    }

    .tab-item {
        font-size: 14px;
        padding: 10px 16px;
        border-radius: 30px;
    }
}


.gallery-head {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0 !important;
    margin-bottom: 20px;
}

.gallery-head::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    /* background-color: var(--rr-theme-primary); */
    background-color: #d8d8d8;
    border-radius: 2px;
}


.gallery-head:hover::after {
    width: 100%;
    transition: width 0.4s ease;
}

.gallery-head .left-gallery {
    width: 100%;
    max-width: 450px;
}

.gallery-head .left-gallery h3 {
    font-size: 32px;
}

.gallery-head .left-gallery p {
    font-size: 16px;
}


.gallery-right-btn {
    width: fit-content;
    padding: 5px 25px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 2px solid var(--rr-theme-primary);
    background-color: var(--rr-theme-primary);
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.3s ease;
    cursor: pointer;
}

.gallery-right-btn .text {
    background-color: #1b1b1b;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.gallery-right-btn.arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.gallery-right-btn .arrow path {
    fill: #131313;
}

.gallery-right-btn:hover {
    transform: translateY(-2px);
    background-color: #fff;
}

.gallery-right-btn:hover .arrow {
    animation: slide-in-left 0.4s ease forwards;
}

.gallery-right-btn:active {
    transform: scale(0.97);
}

@keyframes slide-in-left {
    0% {
        transform: translateX(-6px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.right-gallery {
    display: flex;
    align-items: center;
}




/* portfolio  */
.portfolio-btn-inner {
    display: flex;
    justify-content: end;
    align-items: center;
}

.portfolio-btn {
    position: relative;
    font-family: inherit;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    border-radius: 0.8em;
    cursor: pointer;
    border: none;
    background: linear-gradient(to right, #f0803c, #e64424);


    color: ghostwhite;
    overflow: hidden;
}

.portfolio-btn svg {
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.5em;
}

.portfolio-btn span {
    position: relative;
    font-size: 16px;
    z-index: 10;
    transition: color 0.4s;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px 10px 20px;
}

.portfolio-btn::before,
.portfolio-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.portfolio-btn::before {
    content: "";
    background: #000;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.portfolio-btn:hover::before {
    transform: translate3d(100%, 0, 0);
}

.portfolio-btn:active {
    transform: scale(0.95);
}

.inner-sub-gallery {
    position: relative;
}

.inner-sub-gallery .portfolio-overlay {
    position: absolute;
    left: 10px;
    top: 25px;
    z-index: -1;
}

.inner-sub-gallery .portfolio-overlay img {
    width: 60%;
    height: auto;
}

.inner-sub-gallery .portfolio-overlay img {
    width: 60%;
    height: auto;
    animation: smoothPulse 4s ease-in-out infinite;
    transform-origin: center;
}

@keyframes smoothPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.03);
        opacity: 0.95;
    }
}

/* gallery btn*/
.btn-gallery {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
    background-color: rgb(255, 65, 65);
}

/* plus sign */
.btn-gallery .sign {
    color: #fff;
}

.btn-gallery .sign {
    width: 100%;
    transition-duration: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-gallery .sign svg {
    width: 17px;
}

.btn-gallery .sign svg path {
    fill: white;
}

/* text */
.btn-gallery .text {
    position: absolute;
    right: 0%;
    width: 0%;
    opacity: 0;
    color: white;
    font-size: 1.2em;
    font-weight: 600;
    transition-duration: .3s;
}

/* hover effect on button width */
.btn-gallery:hover {
    width: 125px;
    border-radius: 40px;
    transition-duration: .3s;
}

.btn-gallery:hover .sign {
    width: 30%;
    transition-duration: .3s;
    padding-left: 20px;
}

/* hover effect button's text */
.btn-gallery:hover .text {
    opacity: 1;
    width: 70%;
    transition-duration: .3s;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding-left: 10px;
}


.btn-gallery:active {
    transform: translate(2px, 2px);
}

.gallery-btn-overlay {
    position: fixed;
    top: 70%;
    right: 20px;
}

/* From Uiverse.io by xopc333 */
.explore-btn {
    display: block;
    position: relative;
    width: 56px;
    height: 56px;
    font-size: 24px;
    margin: 0;
    overflow: hidden;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    border: 0;
}

.explore-btn:before,
.explore-btn:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    inset: 7px;
}

.explore-btn:before {
    border: 2px solid #000000;

    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
        transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.explore-btn:after {
    border: 2px solid #000000;

    transform: scale(1.3);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
        transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
}

.explore-btn:hover:before,
.explore-btn:focus:before {
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
        transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.explore-btn:hover:after,
.explore-btn:focus:after {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
        transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.explore-btn-box {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}

.explore-btn-elem {
    display: block;
    width: 20px;
    height: 20px;
    margin: 17px 18px 0 18px;
    transform: rotate(0deg);
    fill: #000000;

}

.explore-btn:hover .explore-btn-box,
.explore-btn:focus .explore-btn-box {
    transition: 0.4s;
    transform: translateX(-56px);
}

.service-card {
    position: relative;
}

.service-card img {
    filter: blur(2px);
    transition: filter 0.3s ease-in-out;
}

.service-card img:hover {
    filter: blur(0px);
}




/* about video section */
.main-menu ul li.has-dropdown > a::after {
    content: " "!important;
    font-size: 0.6em;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
  }



  .main-menu li.has-dropdown > a i {
    display: inline-block;
    transition: transform 0.3s ease;
  }
  
  .main-menu li.has-dropdown:hover > a i {
    animation: bounceIcon 0.5s;
  }
  
  @keyframes bounceIcon {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-5px); }
    100% { transform: translateY(0); }
  }


  
  