/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Inter Rgular 400 */
@font-face {
    font-family: 'Inter';
    src: url('http://sb-webby.local/wp-content/uploads/2026/05/Inter-Regular.woff2') format('woff2'),
        url('http://sb-webby.local/wp-content/uploads/2026/05/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Inter SemiBold 600 */
@font-face {
    font-family: 'Inter';
    src: url('http://sb-webby.local/wp-content/uploads/2026/05/Inter-SemiBold.woff2') format('woff2'),
        url('http://sb-webby.local/wp-content/uploads/2026/05/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Inter Bold 700 */
@font-face {
    font-family: 'Inter';
    src: url('http://sb-webby.local/wp-content/uploads/2026/05/Inter-Bold.woff2') format('woff2'),
        url('http://sb-webby.local/wp-content/uploads/2026/05/Inter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* Embaded Fonts End */

/* Global Style Start */
h1, h2, h3, h4, h5, h6, p, div, span, a { font-family: "Inter", sans-serif; }
strong { font-weight: 700; }
/* Global Style End */

/* Header Style Start */
.main-menu .wpr-nav-menu .menu-item:last-child .wpr-menu-item { background-color: #fff; border-radius: 6px; color: #0C0C0C !important; font-weight: 600 !important; padding-left: 35px !important; padding-right: 35px !important; }
/* Tablet */
@media (max-width: 768px) {
	.mobile-menu-canvas { }
	.mobile-menu .menu { list-style: none; padding-left: 0; }
	.mobile-menu .menu li { margin-bottom: 10px; }
	.mobile-menu .menu li a { color: rgb(11 18 21); display: block; font-size: 15px; font-weight: 700; text-align: left; }
}

/* Mobile */
@media (max-width: 767px) { 
    
}
/* Header Style End */

/* Home Page Style Start */

/* Hero Section Start */
.banner-header-text .banner-span-text { background: url(http://sb-webby.local/wp-content/uploads/2026/05/hero-section-line-img.webp) no-repeat center bottom; color: #E275F2; display: inline-flex; padding-bottom: 35px; }

/* Mobile */
@media (max-width: 767px) { 
	.banner-header-text .banner-span-text { background-size: 100% auto; padding-bottom: 19px; }    
}
/* Hero Section Start */

/* After Hero Section  Scroll Down Image Slide Effects Section Start */

/* Replace old animation CSS with this scroll-based effect CSS */
.scroll-gallery-section { background: #0C0C0C; display: flex; flex-direction: column; gap: 10px; overflow: hidden; padding: 0; position: relative; width: 100%; }
.gallery-row { margin-bottom: 0; overflow: hidden; width: 100%; }
.gallery-track { display: flex; gap: 20px; will-change: transform; transition: transform 0.1s linear; width: max-content; }
.gallery-track img { border-radius: 16px; display: block; flex-shrink: 0; height: 270px; object-fit: cover; width: 480px; }

/* Tablet */
@media (max-width: 1024px) {
    .gallery-track img { height: 150px; width: 220px; }
}

/* Mobile */
@media (max-width: 768px) { 
    .gallery-track img { border-radius: 12px; height: 120px; width: 180px; }
    .gallery-track { gap: 12px; }
}
/* After Hero Section Scroll Down Image Slide Effects Section End */

/* About Me Section Start */
.wrap-animate-word { max-width: 709px; margin: 30px auto; padding: 0; }
.animate { color: #414141; font-size: 24px; font-weight: 500; line-height: 1.5; text-align: center; }
.animate span { color: #414141; display: inline; transition: color 0.25s ease; }
.animate span.active-word { color: #B2B2B2; }
/* Mobile */
@media (max-width: 767px) { 
	.animate { font-size: 18px; }
}
/* About Me Section End */

/* My Work Section Start */
.home-portfolio-heading-text .elementor-heading-title { white-space: nowrap; }
.home-main-portfolio-sec { overflow: hidden; }
.home-main-portfolio-sec::before { background-image: inherit; background-position: center; background-size: cover; content: ""; inset: 0; position: absolute; transition: transform 0.6s ease; z-index: 0; }
.home-main-portfolio-sec:hover::before { transform: scale(1.08); }
/* Keep content above background */
.home-main-portfolio-sec > * { position: relative; z-index: 1; }
.home-main-portfolio-sec .home-portfolio-img { transition: transform .2s; /* Animation */ }
.home-main-portfolio-sec:hover .home-portfolio-img { transform: scale(1.2); }
.home-main-portfolio-sec .hover-arrow-icon { opacity: 0; transition: opacity 0.3s ease; }
.home-main-portfolio-sec:hover .hover-arrow-icon { opacity: 1; }
/* My Work Section End */

/* My Clients Section Start */
.heading-text-with-img p { align-items: center; display: inline-flex; flex-wrap: wrap; }
.heading-text-with-img img { display: inline-flex; margin-left: -5px; margin-right: -20px; animation: floatingHeart 3s ease-in-out infinite; transform-origin: center; }
.home-client-sub-inner { width: fit-content; margin: 0 auto; }

@keyframes floatingHeart {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-6px) rotate(-2deg);
    }
    50% {
        transform: translateY(-10px) rotate(2deg);
    }
    75% {
        transform: translateY(-6px) rotate(-1deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

/* Mobile */
@media (max-width: 768px) { 
	.heading-text-with-img p { align-items: center; display: flex; flex-wrap: wrap; gap: 0; justify-content: center; }
	.heading-text-with-img img { height: auto; margin-left: 0; margin-right: -30px; width: 80px; }
	.heading-text-with-img .client-header-bottom-text { display: block; }
}
/* My Clients Section End */

/* Home Page Style End */

/* Portfolio Category & Project Details Page Style Start */
.portfolio-container { max-width: 1080px; margin: auto; padding: 0 15px; }
.portfolio-banner { height: 400px; overflow: hidden; position: relative; }
.banner-bg { inset: 0; position: absolute; }
.banner-bg img { height: 100%; object-fit: cover; width: 100%; }
.portfolio-banner::after { background: rgba(0,0,0,0.45); content:""; inset: 0; position:absolute; }
.banner-content { color: #fff; max-width: 700px; padding-top: 180px; position: relative; z-index: 2; }
.banner-content h1 { font-size: 64px; line-height: 1.1; margin-bottom: 20px; }
.banner-content p { font-size: 18px; line-height: 1.7; }
.portfolio-list-page { padding:80px  0; }
.portfolio-grid { display: flex; flex-wrap: wrap; gap: 20px; }
.portfolio-card { border-radius: 24px; overflow: hidden; position: relative; text-decoration: none; width: calc(50% - 10px); }
.portfolio-card img { display: block; height: 520px; object-fit: cover; width: 100%; }
.portfolio-content { background: #fff; border-radius: 10px; bottom: 20px; left: 20px; padding: 10px 18px; position: absolute; }
.portfolio-content h3 { color: #000; font-size: 14px; margin: 0; }

/* Mobile */
@media(max-width:767px){
    .portfolio-banner { height: 400px; }
    .banner-content { padding-top: 140px; }
    .banner-content h1 { font-size: 38px; }
    .portfolio-card { width: 100%; }
}
/* Portfolio Category & Project Details Page Style End */

/* Footer Style Start */
/* Updated seamless marquee loop */
.email-marquee-wrapper { overflow: hidden; padding: 25px 0; position: relative; width: 100%; white-space: nowrap; }
.email-marquee { align-items: center; animation: marqueeMove 6s linear infinite; display: flex; width: max-content; }
.marquee-item { align-items: center; display: flex; flex-shrink: 0; }
.marquee-item h2 { color: #fff; font-size: 100px; font-weight: 700; line-height: 1; margin: 0 -56px 0 0; }
.flower-wrap { height: 223px; flex-shrink: 0; margin-right: -58px; position: relative; width: 223px; z-index: 1; }
.flower-wrap img { height: 100%; object-fit: contain; transition: transform 0.3s ease; width: 100%; }

/* Hover → rotate flower only */
.email-marquee-wrapper:hover .flower-wrap img { animation: rotateFlower 6s linear infinite; }

/* TRUE seamless marquee */
@keyframes marqueeMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33.333%);
    }
}

/* Clockwise flower rotation */
@keyframes rotateFlower {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .marquee-item h2 { font-size: 42px; margin-right: -17px; }
    .flower-wrap { height: 60px; margin-right: -20px; width: 60px; }
}
/* Footer Style End */
