.elementor-17 .elementor-element.elementor-element-4fb184d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-53abbaa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-929f44d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-76fde5a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-c610d69{--display:flex;--overlay-opacity:0.25;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-c610d69:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-c610d69 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://mrprofessionnel.com/wp-content/uploads/2026/04/add_my_logo_202604241628-scaled.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-17 .elementor-element.elementor-element-c610d69::before, .elementor-17 .elementor-element.elementor-element-c610d69 > .elementor-background-video-container::before, .elementor-17 .elementor-element.elementor-element-c610d69 > .e-con-inner > .elementor-background-video-container::before, .elementor-17 .elementor-element.elementor-element-c610d69 > .elementor-background-slideshow::before, .elementor-17 .elementor-element.elementor-element-c610d69 > .e-con-inner > .elementor-background-slideshow::before, .elementor-17 .elementor-element.elementor-element-c610d69 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-17 .elementor-element.elementor-element-bd6f945{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-b31ed19{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-2036f8f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-eaed7fb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:1025px){.elementor-17 .elementor-element.elementor-element-c610d69:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-c610d69 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for html, class: .elementor-element-3da4614 */.site-header {
            display: none !important;
        }

        .hero-modern {
            position: relative;
            width: 100%;
            min-height: 100vh;
            overflow: hidden;
            background-color: #060606;
            font-family: 'Inter', system-ui, -apple-system, sans-serif;
        }

        /* ----- glassmorphic header (refined) ----- */
        .hero-header {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 100;
            padding: 0.3rem 2rem;
            background: rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(5px) saturate(180%);
            -webkit-backdrop-filter: blur(5px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
            transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        }

        .header-container {
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 2rem;
        }

        .logo {
            flex-shrink: 0;
            display: flex;
            align-items: center;
        }

        .logo img {
            height: 60px;
            width: auto;
            filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
            transition: transform 0.25s ease;
        }

        .logo img:hover {
            transform: scale(1.02);
        }

        /* navigation – refined spacing and modern hover */
        .nav-menu {
            flex: 1;
            display: flex;
            justify-content: center;
        }

        .nav-menu ul {
            display: flex;
            gap: 2.2rem;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .nav-menu a {
            color: #ffffff;
            text-decoration: none !important;
            font-weight: 500;
            font-size: 0.95rem;
            letter-spacing: -0.01em;
            transition: all 0.25s ease;
            position: relative;
            padding-bottom: 4px;
        }

        .nav-menu a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background: #CBA83A;
            transition: width 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
            border-radius: 2px;
        }

        .nav-menu a:hover {
            color: #CBA83A;
        }

        .nav-menu a:hover::after {
            width: 100%;
        }

        /* refined CTA button */
        .header-cta {
            flex-shrink: 0;
        }

        .cta-btn {
            display: inline-block;
            background: linear-gradient(105deg, #CBA83A 0%, #e2bc4a 100%);
            color: #fff;
            padding: 0.6rem 1.5rem;
            border-radius: 40px;
            font-weight: 600;
            font-size: 0.85rem;
            text-decoration: none !important;
            transition: all 0.3s ease;
            border: none;
            box-shadow: 0 4px 12px rgba(203,184,58,0.2);
            letter-spacing: 0.2px;
        }

        .cta-btn:hover {
            background: #fff;
            color: #CBA83A;
            transform: translateY(-2px);
            box-shadow: 0 12px 20px rgba(0,0,0,0.2);
        }

        /* mobile toggle (hamburger) */
        .mobile-toggle {
            display: none;
            background: none;
            border: none;
            cursor: pointer;
            padding: 0.5rem;
            z-index: 101;
        }

        .hamburger {
            display: block;
            width: 26px;
            height: 2px;
            background: white;
            position: relative;
            transition: all 0.3s ease;
            border-radius: 2px;
        }

        .hamburger::before,
        .hamburger::after {
            content: '';
            position: absolute;
            width: 26px;
            height: 2px;
            background: white;
            transition: all 0.3s ease;
            border-radius: 2px;
        }

        .hamburger::before { top: -8px; }
        .hamburger::after { bottom: -8px; }

        .mobile-toggle.active .hamburger {
            background: transparent;
        }
        .mobile-toggle.active .hamburger::before {
            transform: rotate(45deg);
            top: 0;
        }
        .mobile-toggle.active .hamburger::after {
            transform: rotate(-45deg);
            bottom: 0;
        }

        /* mobile nav menu (full height sleek) */
        .mobile-nav {
            position: fixed;
            top: 0;
            right: -100%;
            width: 80%;
            max-width: 360px;
            height: 100vh;
            background: rgba(10, 10, 10, 0.96);
            backdrop-filter: blur(28px);
            z-index: 99;
            padding: 7rem 2rem 2rem;
            transition: right 0.45s cubic-bezier(0.2, 0.9, 0.4, 1.1);
            box-shadow: -8px 0 32px rgba(0,0,0,0.4);
            display: flex;
            flex-direction: column;
        }

        .mobile-nav.active { right: 0; }

        .mobile-nav ul { list-style: none; margin-bottom: 2rem; }
        .mobile-nav li { margin-bottom: 1.5rem; }
        .mobile-nav a {
            color: white;
            text-decoration: none !important;
            font-size: 1.2rem;
            font-weight: 500;
            transition: 0.2s;
            letter-spacing: -0.2px;
        }
        .mobile-nav a:hover { color: #CBA83A; padding-left: 6px; }
        .mobile-cta-btn {
            display: block;
            text-align: center;
            background: #CBA83A;
            color: #0a0a0a;
            padding: 0.8rem;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none !important;
        }

        .hero-slider {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }

        .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            z-index: 1;
        }

        .slide.active {
            opacity: 1;
            z-index: 2;
        }

        .slide-media {
            width: 100%;
            height: 100%;
        }

        .slide-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1.08);
            transition: transform 2s cubic-bezier(0.2, 0.9, 0.4, 1.2);
        }

        .slide.active .slide-media img {
            transform: scale(1);
        }

        .slide-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 20% 40%, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%);
            z-index: 1;
        }

        .floating-elements {
            position: absolute;
            bottom: 12%;
            right: 3%;
            z-index: 10;
            pointer-events: none;
        }
        .floating-circle {
            width: 260px;
            height: 260px;
            background: radial-gradient(circle, rgba(203,184,58,0.12) 0%, rgba(203,184,58,0) 70%);
            border-radius: 50%;
            animation: floatGlow 7s infinite alternate ease-in-out;
        }
        @keyframes floatGlow {
            0% { transform: translateY(0px) scale(1); opacity: 0.5;}
            100% { transform: translateY(-25px) scale(1.1); opacity: 1;}
        }

        /* ----- MAIN CONTENT  ----- */
        .hero-content {
            position: absolute;
            bottom: 18%;
            left: 0;
            right: 0;
            z-index: 25;
            text-align: center;
            color: white;
            padding: 0 2rem;
            max-width: 1000px;
            margin: 0 auto;
            animation: fadeUp 0.9s ease-out;
        }
        @keyframes fadeUp {
            from { opacity: 0; transform: translateY(40px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(203,184,58,0.1);
            backdrop-filter: blur(4px);
            padding: 0.45rem 1.3rem;
            border-radius: 60px;
            font-size: 0.75rem;
            font-weight: 500;
            letter-spacing: 1.2px;
            margin-bottom: 1.8rem;
            border: 1px solid rgba(203,184,58,0.5);
            color: #f5e29b;
            font-family: 'Inter', sans-serif;
            text-transform: uppercase;
        }

        .hero-headline {
            font-family: 'Playfair Display', serif ;
            font-size: 3rem;
            font-weight: 700;
            margin: 0 0 1rem;
            line-height: 1.2;
            color: #fff;
        }

        @media (min-width: 768px) {
            .hero-headline { font-size: 4rem; letter-spacing: -0.01em; 

                
            }
        }

        .hero-line {
            display: block;
            font-size: 0.85em;
            font-weight: 500;
            letter-spacing: 3px;
            margin-bottom: 0.5rem;
            font-family: 'Inter', sans-serif;
            text-transform: uppercase;
            color: rgba(255,255,240,0.9);
        }

        .hero-gradient-text {
            display: block;
            background: linear-gradient(125deg, #FFF4D0 0%, #CBA83A 65%, #F3D675 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            font-size: 1.25em;
            font-weight: 800;
            
        }

        .hero-description {
            font-size: 1rem;
            max-width: 620px;
            margin: 1.5rem auto;
            opacity: 0.88;
            line-height: 1.6;
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            
        }

        @media (min-width: 768px) {
            .hero-description { font-size: 1.1rem; }
        }

        /* CTA duo with refined style */
        .hero-buttons {
            display: flex;
            gap: 1.2rem;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 2rem;
        }

        .hero-cta {
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
            padding: 0.85rem 2rem;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none !important;
            transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
            font-size: 0.95rem;
            font-family: 'Inter', sans-serif;
            letter-spacing: 0.2px;
            backdrop-filter: blur(4px);
        }

        .hero-cta-primary {
            background: #CBA83A;
            color: #fff;
            border: none;
            box-shadow: 0 10px 18px -8px rgba(203,184,58,0.4);
        }

        .hero-cta-primary:hover {
            background: #ffffff;
            color: #CBA83A;
            transform: translateY(-4px);
            box-shadow: 0 20px 25px -12px rgba(0,0,0,0.3);
        }

        .hero-cta-secondary {
            background: rgba(20, 20, 20, 0.55);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255,255,255,0.35);
            color: white;
        }

        .hero-cta-secondary:hover {
            background: #CBA83A;
            border-color: #CBA83A;
            color: #121212;
            transform: translateY(-4px);
        }

        .btn-icon {
            transition: transform 0.25s ease;
        }
        .hero-cta:hover .btn-icon {
            transform: translateX(6px);
        }

        /* slider navigation (modern minimal) */
        .slider-nav {
            position: absolute;
            bottom: 6%;
            left: 0;
            right: 0;
            z-index: 25;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 2rem;
            padding: 0 2rem;
        }

        .nav-btn {
            background: rgba(20,20,20,0.5);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255,255,255,0.25);
            color: #fff;
            width: 52px;
            height: 52px;
            border-radius: 60px;
            cursor: pointer;
            transition: all 0.25s ease;
            font-size: 1.4rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .nav-btn:hover {
            background: #CBA83A;
            border-color: #CBA83A;
            color: #111;
            transform: scale(1.05);
        }

        .slider-progress {
            width: 140px;
            height: 3px;
            background: rgba(255,255,255,0.3);
            border-radius: 4px;
            overflow: hidden;
        }

        .progress-bar {
            width: 0%;
            height: 100%;
            background: linear-gradient(90deg, #CBA83A, #F5DEB3);
            transition: width 0.3s linear;
        }

        .slider-counter {
            color: #f0f0f0;
            font-size: 0.9rem;
            font-weight: 500;
            font-family: 'Inter', monospace;
            letter-spacing: 1px;
            background: rgba(0,0,0,0.3);
            padding: 0.25rem 0.8rem;
            border-radius: 40px;
            backdrop-filter: blur(4px);
        }

        /* responsive refinements */
        @media (max-width: 1024px) {
            .nav-menu ul { gap: 1.4rem; }
        }
        @media (max-width: 920px) {
            .nav-menu { display: none; }
            .mobile-toggle { display: block; }
            .hero-header { padding: 0.6rem 1.5rem; }
            .hero-headline { font-size: 2.6rem; }
            .hero-cta { padding: 0.7rem 1.5rem; }
            .slider-nav { bottom: 4%; gap: 1rem; }   
            .header-cta{
                display: none;
            }
        }
        
        
        @media (max-width: 768px) {
            .hero-modern {
            min-height: 90vh;

        }
        .hero-slider {
            height: 90vh;
        }
        .hero-content {
            bottom: 25%;

        }
        }
        @media (max-width: 480px) {
            
                        .hero-modern {
            min-height: 75vh;

        }
        .hero-slider {
            height: 75vh;
        }
            .hero-headline { font-size: 2rem; }
            .hero-badge { font-size: 0.65rem; }
            .hero-description { font-size: 0.9rem; }
            .hero-cta { font-size: 0.8rem; padding: 0.55rem 1rem; gap: 0.3rem; }
            .nav-btn { width: 42px; height: 42px; }
            .slider-progress { width: 90px; }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dcb689a */.about-section {
    width: 100%;
    padding: 5rem 2rem 2rem;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
  }

  .about-container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .moving-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
  }

  .shape {
    position: absolute;
    background: rgba(203, 184, 58, 0.05);
    border-radius: 50%;
    animation: floatShape 20s infinite ease-in-out;
  }

  .shape-1 {
    width: 350px;
    height: 350px;
    top: -120px;
    right: -80px;
    animation-delay: 0s;
    background: radial-gradient(circle, rgba(203,184,58,0.08) 0%, rgba(203,184,58,0) 70%);
  }

  .shape-2 {
    width: 220px;
    height: 220px;
    bottom: 8%;
    left: -70px;
    animation-delay: 2s;
    background: radial-gradient(circle, rgba(203,184,58,0.06) 0%, rgba(203,184,58,0) 70%);
  }

  .shape-3 {
    width: 160px;
    height: 160px;
    top: 35%;
    left: 18%;
    animation-delay: 5s;
    background: rgba(203, 184, 58, 0.04);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }

  .shape-4 {
    width: 280px;
    height: 280px;
    bottom: -60px;
    right: 12%;
    animation-delay: 3s;
    background: radial-gradient(circle, rgba(203,184,58,0.05) 0%, rgba(203,184,58,0) 70%);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  .shape-5 {
    width: 110px;
    height: 110px;
    top: 18%;
    right: 22%;
    animation-delay: 7s;
    background: rgba(203, 184, 58, 0.07);
    border-radius: 50%;
  }

  @keyframes floatShape {
    0%, 100% { transform: translateY(0) translateX(0) rotate(0deg); }
    33% { transform: translateY(-25px) translateX(15px) rotate(120deg); }
    66% { transform: translateY(20px) translateX(-12px) rotate(240deg); }
  }

  /* Section Header */
  .section-header {
    text-align: center;
    margin-bottom: 4rem;
  }

  .section-badge {
    display: inline-block;
    background: rgba(203, 184, 58, 0.12);
    color: #CBA83A;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    margin-bottom: 1rem;
    border: 1px solid rgba(203, 184, 58, 0.25);
    backdrop-filter: blur(2px);
  }

  .section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e1e1e;
    margin-bottom: 1rem;
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.02em;
  }

  @media (min-width: 768px) {
    .section-title {
      font-size: 3rem;
    }
  }

  .title-highlight {
    color: #CBA83A;
    position: relative;
    display: inline-block;
  }

  .title-decoration {
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #CBA83A, #e7cb6b);
    margin: 1rem auto 0;
    border-radius: 4px;
  }

  /* About Grid */
  .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-top:-40px;
  }

  @media (max-width: 992px) {
    .about-grid {
      grid-template-columns: 1fr;
      gap: 3rem;
    }
  }

  .about-content {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.8s cubic-bezier(0.2, 0.9, 0.4, 1.1), transform 0.8s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  }

  .about-content.animate-in {
    opacity: 1;
    transform: translateX(0);
  }

  .content-main-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
  }

  .gold-text {
    color: #CBA83A;
  }

  .content-subtitle {
    font-size: 1.1rem;
    color: #666;
    font-weight: 500;
    margin-bottom: 1.5rem;
  }

  .divider {
    width: 55px;
    height: 2px;
    background: #CBA83A;
    margin: 1.5rem 0;
  }

  .about-description {
    color: #3a3a3a;
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .dropcap {
    float: left;
    font-size: 3.2rem;
    font-weight: 800;
    color: #CBA83A;
    margin-right: 0.6rem;
    line-height: 1;
    font-family: 'Playfair Display', serif;
  }

  .features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  @media (max-width: 480px) {
    .features-list {
      grid-template-columns: 1fr;
    }
  }

  .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: #fcfcfc;
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    border: 1px solid rgba(203, 184, 58, 0.15);
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
  }

  .feature-item:hover {
    transform: translateY(-6px);
    background: #ffffff;
    border-color: rgba(203, 184, 58, 0.5);
    box-shadow: 0 15px 30px rgba(203, 184, 58, 0.12);
  }

  .feature-icon {
    width: 48px;
    height: 48px;
    background: rgba(203, 184, 58, 0.12);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .feature-icon i {
    font-size: 1.4rem;
    color: #CBA83A;
  }

  .feature-item:hover .feature-icon {
    background: #CBA83A;
  }

  .feature-item:hover .feature-icon i {
    color: #ffffff;
  }

  .feature-text h4 {
    font-size: 0.95rem;
    font-weight: 800;
    color: #1f1f1f;
    margin-bottom: 0.25rem;
  }

  .feature-text p {
    font-size: 0.8rem;
    color: #6c6c6c;
    line-height: 1.4;
  }

  /* Stats Section */
  .about-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0 1rem;
    padding: 1.5rem 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }

  .stat-item {
    flex: 1;
    text-align: center;
  }

  .stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: #CBA83A;
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.02em;
  }

  .stat-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #8f8f8f;
    margin-top: 0.25rem;
  }

  .about-media {
    position: relative;
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.8s cubic-bezier(0.2, 0.9, 0.4, 1.1), transform 0.8s cubic-bezier(0.2, 0.9, 0.4, 1.1);

  }

  .about-media.animate-in {
    opacity: 1;
    transform: translateX(0);
  }

  .hero-image-wrapper {
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease;
        border-radius: 20px;


  }

  .hero-image-wrapper:hover {
    transform: scale(1.01);
  }

  .single-hero-img {
    width: 100%;
    height: 100% ;
    display: block;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.2, 1, 0.3, 1);
  }

  .hero-image-wrapper:hover .single-hero-img {
    transform: scale(1.03);
  }

  .image-accent-border {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1.5px solid rgba(203, 184, 58, 0.6);
    border-radius: 20px;
    pointer-events: none;
    opacity: 0.8;
    transition: all 0.3s ease;
    z-index: 2;
  }

  .hero-image-wrapper:hover .image-accent-border {
    border-color: rgba(203, 184, 58, 0.95);
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }





  /* modern overlay with gradient & brand tag */
  .image-overlay-brand {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 70%, transparent 100%);
    padding: 1.5rem 1.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    backdrop-filter: blur(1px);
    transform: translateY(0);
    transition: all 0.3s ease;
    z-index: 3;
  }

  .overlay-icon {
    background: #CBA83A;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .overlay-icon i {
    font-size: 1.2rem;
    color: #1e1e1e;
  }

  .overlay-text {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: white;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
  }

  .hero-image-wrapper:hover .image-overlay-brand {
    padding-bottom: 1.2rem;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 80%, transparent 100%);
  }

  .floating-badge {
    position: absolute;
    bottom: -20px;
    right: -65px;
    background: white;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 1.5rem;
    border-radius: 70px;
    box-shadow: 0 20px 35px -8px rgba(203, 184, 58, 0.3);
    z-index: 12;
    animation: bounceBadge 2.5s ease-in-out infinite;
    border: 1px solid rgba(203, 184, 58, 0.3);
    backdrop-filter: blur(4px);
    background: rgba(255,255,255,0.98);
  }

  @keyframes bounceBadge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
  }

  .badge-icon {
    width: 44px;
    height: 44px;
    background: #CBA83A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .badge-icon i {
    font-size: 1.4rem;
    color: #1f1f1f;
  }

  .badge-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
  }

  .badge-text span {
    font-size: 0.7rem;
    font-weight: 600;
    color: #9b9b9b;
    letter-spacing: 1px;
  }

  .badge-text strong {
    font-size: 1rem;
    color: #1e1e1e;
    font-weight: 800;
  }

  /* Pulse ring brand detail */
  .pulse-ring {
    position: absolute;
    top: 25%;
    left: -5%;
    width: 90px;
    height: 90px;
    background: rgba(203, 184, 58, 0.2);
    border-radius: 50%;
    z-index: 6;
    animation: pulseRing 2.8s ease-out infinite;
    pointer-events: none;
  }

  @keyframes pulseRing {
    0% {
      transform: scale(0.7);
      opacity: 0.5;
    }
    100% {
      transform: scale(2.3);
      opacity: 0;
    }
  }

  /* Responsive refinements */
  @media (max-width: 768px) {
    .about-section {
      padding: 3rem 1.5rem;
    }
    .section-title {
      font-size: 1.9rem;
    }
    .content-main-title {
      font-size: 1.4rem;
    }
    .about-stats {
      gap: 1rem;
    }
    .stat-number {
      font-size: 1.6rem;
    }
    .floating-badge {
      bottom: -40px;
      right: -5px;
      padding: 0.6rem 1rem;
    }
    .badge-icon {
      width: 36px;
      height: 36px;
    }
    .pulse-ring {
      width: 60px;
      height: 60px;
    }
    .overlay-text {
      font-size: 0.7rem;
    }
    .image-accent-border {
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d606c9 */.sb-begleitung-section {
    position: relative;
    padding: 4rem 0;
    background: #FFFFFF;
    overflow: hidden;
}

.sb-begleitung-section .sb-begleitung-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 10;
}

.sb-begleitung-card-link {
    display: block;
    text-decoration: none !important;
    color: inherit;
    cursor: pointer;
}

.sb-begleitung-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    border: 1px solid #CBA83A;
    border-radius: 40px;
    padding: 0.6rem 1.2rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #CBA83A;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    font-family: 'Inter', sans-serif;
}

.sb-begleitung-btn i {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.sb-begleitung-card-link:hover .sb-begleitung-btn {
    background: #CBA83A;
    color: #FFFFFF;
    transform: translateX(4px);
}

.sb-begleitung-card-link:hover .sb-begleitung-btn i {
    transform: translateX(4px);
}

/* === Fade animations === */
.fade-in-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* === HEADER === */
.sb-begleitung-header {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.sb-begleitung-header-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.sb-begleitung-deco-line {
    width: 60px;
    height: 2px;
    background: #CBA83A;
    border-radius: 2px;
}

.sb-begleitung-deco-circle {
    width: 8px;
    height: 8px;
    background: #CBA83A;
    border-radius: 50%;
}

.sb-begleitung-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #000000;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    font-family: 'Playfair Display', serif;
}

.sb-begleitung-subtitle {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #666666;
    max-width: 600px;
    margin: 0 auto;
    font-style: italic;
    font-family: 'Inter', sans-serif;
}

/* === GRID === */
.sb-begleitung-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

/* === CARD === */
.sb-begleitung-card {
    position: relative;
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #E8E8E8;
    transition: all 0.4s ease;
}

.sb-begleitung-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: #CBA83A;
}

.sb-begleitung-image-container {
    position: relative;
    height: 390px;
    overflow: hidden;
    background-color: #F5F5F5;
}

.sb-begleitung-card-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.sb-begleitung-card:hover .sb-begleitung-card-image {
    transform: scale(1.05);
}

.sb-begleitung-img-1 {
    background-image: url('https://mrprofessionnel.com/wp-content/uploads/2026/05/change_the_logo_in_the_202605020021.webp');
    background-size: cover;
    background-position: center;
}

.sb-begleitung-img-2 {
    background-image: url('https://mrprofessionnel.com/wp-content/uploads/2026/04/add_my_logo_202604241842.webp');
    background-size: cover;
    background-position: center;
}

.sb-begleitung-img-3 {
    background-image: url('https://mrprofessionnel.com/wp-content/uploads/2026/04/Change_man_change_location_202604302116.webp');
    background-size: cover;
    background-position: center;
}

.sb-begleitung-img-4 {
    background-image: url('https://mrprofessionnel.com/wp-content/uploads/2026/04/give_me_the_202604241623.webp');
    background-size: cover;
    background-position: center;
}

.sb-begleitung-img-5 {
    background-image: url('https://mrprofessionnel.com/wp-content/uploads/2026/04/Team_discussing_interior_plan_bl…_202604300043.webp');
    background-size: cover;
    background-position: center;
}

.sb-begleitung-image-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 1;
}

.sb-begleitung-floating-icon {
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 3;
}

.sb-begleitung-icon-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: #CBA83A;
    border-radius: 50%;
    filter: blur(15px);
    opacity: 0.3;
    z-index: 1;
    transition: all 0.3s ease;
}

.sb-begleitung-card:hover .sb-begleitung-icon-bg {
    width: 85px;
    height: 85px;
    opacity: 0.5;
}

.sb-begleitung-icon-wrapper {
    position: relative;
    width: 56px;
    height: 56px;
    background: #CBA83A;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(203, 168, 58, 0.2);
    z-index: 2;
    transition: all 0.3s ease;
}

.sb-begleitung-card:hover .sb-begleitung-icon-wrapper {
    transform: scale(1.08);
    border-radius: 16px;
}

.sb-begleitung-icon-wrapper i {
    color: #FFFFFF;
    font-size: 1.4rem;
}

.sb-begleitung-card-content {
    padding: 2rem 1.5rem 1.8rem;
    position: relative;
}

.sb-begleitung-number {
    position: absolute;
    top: -50px;
    left: 1.5rem;
    font-size: 5rem;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.17);
    line-height: 1;
    user-select: none;
    z-index: 1;
}

.sb-begleitung-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    position: relative;
    z-index: 2;
    font-family: 'Inter', sans-serif;
}

.sb-begleitung-card-description {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 1.2rem;
    position: relative;
    z-index: 2;
    font-family: 'Inter', sans-serif;
}

/* === MESSAGE === */
.sb-begleitung-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: #F8F8F8;
    border-radius: 60px;
    padding: 1rem 2rem;
    max-width: 550px;
    margin: 2rem auto 0;
    border: 1px solid #E8E8E8;
}

.sb-begleitung-message-icon {
    width: 44px;
    height: 44px;
    background: #CBA83A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.2rem;
}

.sb-begleitung-message-text {
    font-size: 0.95rem;
    font-weight: 500;
    color: #000000;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

/* === BG DECORATIONS === */
.sb-begleitung-bg-deco {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.04;
    z-index: 0;
}

.sb-begleitung-bg-1 {
    width: 400px;
    height: 400px;
    background: #CBA83A;
    top: 10%;
    right: -150px;
}

.sb-begleitung-bg-2 {
    width: 350px;
    height: 350px;
    background: #000000;
    bottom: 10%;
    left: -120px;
}

/* === RESPONSIVE === */
@media (max-width: 1200px) {
    .sb-begleitung-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .sb-begleitung-section {
        padding: 3rem 0;
    }
    
    .sb-begleitung-section .sb-begleitung-container {
        padding: 0 1.5rem;
    }
    
    .sb-begleitung-title {
        font-size: 2rem;
    }
    
    .sb-begleitung-subtitle {
        font-size: 1rem;
    }
    
    .sb-begleitung-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
    
    .sb-begleitung-image-container {
        height: 280px;
    }
    
    .sb-begleitung-message {
        flex-direction: column;
        text-align: center;
        border-radius: 24px;
        padding: 1.5rem;
    }
    
    .sb-begleitung-message-text {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .sb-begleitung-title {
        font-size: 1.8rem;
    }
    
    .sb-begleitung-card-content {
        padding: 1.5rem 1.2rem 1.5rem;
    }
        .sb-begleitung-grid {
        grid-template-columns: 1fr ;
        gap: 1.5rem;
    }
    
    .sb-begleitung-card-title {
        font-size: 1.2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e899ff */.partners-marquee-section {
    --brand-gold: #D0AD3E;
    --brand-gold-dark: #b8962f;
    --brand-dark: #1e2a1a;
    --brand-gray: #6b7280;
    --brand-light: #faf9f5;
    --logo-bg: #ffffff;
    --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 4px 8px -4px rgba(0, 0, 0, 0.02);
    
    padding: 40px 0px;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    position: relative;
    overflow: hidden;
  }

  /* decorative background element */
  .partners-marquee-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--brand-gold), transparent);
  }

  .partners-container {
    max-width: 1400px;
    margin: 0 auto;
  }

  .partners-header {
    text-align: center;
    margin-bottom: 55px;
  }

  .partners-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--brand-gold-dark);
    background: rgba(208, 173, 62, 0.1);
    padding: 6px 16px;
    border-radius: 40px;
    margin-bottom: 20px;
    backdrop-filter: blur(2px);
  }

  .partners-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1A2A1A;
    font-weight: 700;
    letter-spacing: -0.02em;
  }
  
  .partners-title-accent {
    color: #D0AD3E;
    position: relative;
    display: inline-block;
  }
  .marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
  }

  /* gradient masks on edges for modern fade effect */
  .marquee-wrapper::before,
  .marquee-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
  }

  .marquee-wrapper::before {
    left: 0;
    background: linear-gradient(90deg, var(--brand-light) 0%, transparent 100%);
  }

  .marquee-wrapper::after {
    right: 0;
    background: linear-gradient(270deg, var(--brand-light) 0%, transparent 100%);
  }

  .marquee-track1 {
    display: flex;
    gap: 48px;
    animation: scrollMarquee 12s linear infinite;
    width: fit-content;
  }


  .logo-item {
    flex-shrink: 0;
    width: 180px;
    height: 120px;
    background: var(--logo-bg);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(208, 173, 62, 0.12);
    position: relative;
    overflow: hidden;
  }

  .logo-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(208, 173, 62, 0.08), transparent);
    transition: left 0.5s ease;
  }

  .logo-item:hover::before {
    left: 100%;
  }

  .logo-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: rgba(208, 173, 62, 0.3);
  }

  .logo-item img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(0%);
    transition: filter 0.3s ease, transform 0.3s ease;
  }

  .logo-item:hover img {
    transform: scale(1.03);
  }

  /* Keyframes for infinite horizontal scroll */
  @keyframes scrollMarquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .partners-marquee-section {
      padding: 50px 16px;
    }
    
    .logo-item {
      width: 130px;
      height: 85px;
      padding: 14px;
    }
    
    .marquee-track1 {
      gap: 28px;
    }
    
    .marquee-wrapper::before,
    .marquee-wrapper::after {
      width: 50px;
    }
    
    .partners-header {
      margin-bottom: 35px;
    }
  }

  @media (max-width: 480px) {
    .logo-item {
      width: 110px;
      height: 75px;
    }
    
    .marquee-track1 {
      gap: 20px;
    }
    
    .logo-item img {
      max-height: 45px;
    }
  }

  /* optional subtle pulse on first load */
  @keyframes subtleFadeIn {
    from {
      opacity: 0;
      transform: translateY(15px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .partners-header,
  .marquee-wrapper {
    animation: subtleFadeIn 0.6s ease-out forwards;
  }

  /* Import font if needed */
  @import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700&display=swap');/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7903e58 */.luxury-timepiece-showcase {
        --lts-gold: #DCC172;
        --lts-gold-rgb: 220, 193, 114;
        --lts-dark: #0F1A2F;
        --lts-deep: #0B1120;
        --lts-text-light: #F5F3EF;
        --lts-text-muted: rgba(245, 243, 239, 0.75);
        --lts-border-glow: rgba(220, 193, 114, 0.3);
        --lts-card-bg: rgba(10, 18, 30, 0.55);
        --lts-ease-smooth: cubic-bezier(0.2, 0.9, 0.4, 1.1);
        --lts-ease-expo: cubic-bezier(0.16, 1, 0.3, 1);
        
        position: relative;
        width: 100%;
        min-height: 90vh;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow-x: hidden;
        overflow-y: auto;
        font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
        color: var(--lts-text-light);
        isolation: isolate;
    }

    .luxury-timepiece-showcase__content-wrapper {
        position: relative;
        z-index: 10;
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        padding: 40px 32px;
    }

    .luxury-timepiece-showcase__container {
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
    }

    .luxury-timepiece-showcase__signature {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-bottom: 36px;
        opacity: 0;
        transform: translateY(20px);
        animation: lts-fade-up 0.7s var(--lts-ease-smooth) 0.2s forwards;
    }

    .luxury-timepiece-showcase__signature-line {
        width: 50px;
        height: 1px;
        background: linear-gradient(90deg, transparent, var(--lts-gold), transparent);
    }

    .luxury-timepiece-showcase__signature-text {
        font-size: 11px;
        letter-spacing: 4px;
        font-weight: 400;
        text-transform: uppercase;
        color: var(--lts-gold);
        background: rgba(220,193,114,0.12);
        padding: 5px 16px;
        border-radius: 40px;
        font-family: 'Inter', sans-serif;
    }

    .luxury-timepiece-showcase__title {
        font-family: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
        font-weight: bold !important;
        font-size: clamp(32px, 4.5vw, 60px);
        line-height: 1.08;
        margin: 0 0 28px 0;
        letter-spacing: -0.02em;
        text-shadow: 0 2px 20px rgba(0,0,0,0.5);
        opacity: 0;
        transform: translateY(25px);
        animation: lts-fade-up 0.8s var(--lts-ease-smooth) 0.3s forwards;
    }

    .luxury-timepiece-showcase__title-light {
        background: linear-gradient(135deg, #FFFFFF 15%, #E8E4DA 85%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 450;
    }

    .luxury-timepiece-showcase__title-gold {
        background: linear-gradient(145deg, #F5E6B0 0%, #DCC172 35%, #B88F3A 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 600;
        display: inline-block;
    }

    .luxury-timepiece-showcase__description-block {
        margin: 20px 0 40px;
        opacity: 0;
        transform: translateY(25px);
        animation: lts-fade-up 0.9s var(--lts-ease-smooth) 0.45s forwards;
    }

    .luxury-timepiece-showcase__description {
        font-size: clamp(15px, 2.1vw, 19px);
        line-height: 1.65;
        font-weight: 350;
        color: var(--lts-text-muted);
        max-width: 580px;
        margin: 0 auto 20px;
        letter-spacing: 0.2px;
    }

    .luxury-timepiece-showcase__highlight {
        color: var(--lts-gold);
        font-weight: 500;
        border-bottom: 1px solid rgba(220,193,114,0.4);
        padding-bottom: 2px;
    }

    .luxury-timepiece-showcase__description-accent {
        width: 70px;
        height: 2px;
        background: linear-gradient(90deg, var(--lts-gold), rgba(220,193,114,0.15));
        margin: 0 auto;
        border-radius: 4px;
    }

    .luxury-timepiece-showcase__trust-card {
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border-radius: 100px;
        padding: 10px 28px;
        border: 0.5px solid rgba(220,193,114,0.3);
        margin-top: 12px;
        opacity: 0;
        animation: lts-fade-up 0.8s var(--lts-ease-smooth) 0.9s forwards;
    }

    .luxury-timepiece-showcase__stars {
        display: flex;
        gap: 6px;
        align-items: center;
    }

    .luxury-timepiece-showcase__stars svg {
        filter: drop-shadow(0 0 2px rgba(220,193,114,0.4));
    }

    .luxury-timepiece-showcase__rating {
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

    .luxury-timepiece-showcase__rating-value {
        font-weight: 700;
        font-size: 18px;
        color: var(--lts-gold);
        letter-spacing: -0.3px;
    }

    .luxury-timepiece-showcase__rating-label {
        color: var(--lts-text-muted);
        font-size: 12px;
        font-weight: 400;
    }

    .luxury-timepiece-showcase__badge {
        font-size: 11px;
        letter-spacing: 1.2px;
        background: rgba(220,193,114,0.1);
        padding: 4px 15px;
        border-radius: 30px;
        color: var(--lts-gold);
        border-left: 1px solid rgba(220,193,114,0.3);
    }

    .luxury-timepiece-showcase__deco {
        position: absolute;
        pointer-events: none;
        z-index: 5;
        opacity: 0.4;
    }

    .luxury-timepiece-showcase__deco--1 {
        top: 12%;
        left: 2%;
        width: 100px;
        height: 1px;
        background: linear-gradient(90deg, var(--lts-gold), transparent);
        transform: rotate(12deg);
    }

    .luxury-timepiece-showcase__deco--2 {
        bottom: 18%;
        right: 2%;
        width: 140px;
        height: 1px;
        background: linear-gradient(270deg, var(--lts-gold), transparent);
        transform: rotate(-6deg);
    }

    @keyframes lts-fade-up {
        from {
            opacity: 0;
            transform: translateY(28px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (max-width: 768px) {
        
            .luxury-timepiece-showcase {

        min-height: 70vh;

    }
        
        .luxury-timepiece-showcase__content-wrapper {
            padding: 20px 20px;
        }
        
        .luxury-timepiece-showcase__trust-card {
            border-radius: 45px;
            padding: 8px 18px;
            gap: 12px;
        }
        
        .luxury-timepiece-showcase__badge {
            border-left: none;
            background: rgba(220,193,114,0.15);
        }
        
        .luxury-timepiece-showcase__signature {
            gap: 12px;
            margin-bottom: 28px;
        }
        
        .luxury-timepiece-showcase__signature-text {
            font-size: 9px;
            padding: 4px 12px;
            letter-spacing: 3px;
        }
        
        .luxury-timepiece-showcase__signature-line {
            width: 35px;
        }
        
        .luxury-timepiece-showcase__deco, .luxury-timepiece-showcase__badge {
            display: none;
        }
    }

    @media (min-width: 769px) and (max-width: 1024px) {
        .luxury-timepiece-showcase__content-wrapper {
            padding: 70px 28px;
        }
        
        .luxury-timepiece-showcase__deco--1,
        .luxury-timepiece-showcase__deco--2 {
            opacity: 0.25;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .luxury-timepiece-showcase__signature,
        .luxury-timepiece-showcase__title,
        .luxury-timepiece-showcase__description-block,
        .luxury-timepiece-showcase__trust-card {
            animation: none;
            opacity: 1;
            transform: none;
        }
    }

    .luxury-timepiece-showcase {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    .luxury-timepiece-showcase *,
    .luxury-timepiece-showcase *::before,
    .luxury-timepiece-showcase *::after {
        box-sizing: border-box;
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3450165 */:root {
    --gold: #c9a84c;
    --gold-light: #f0d080;
    --gold-dark: #8a6a1f;
    --primary: #c9a84c;
    --primary-light: #f0d080;
    --primary-dark: #8a6a1f;
    --white: #ffffff;
    --off-white: #f4f6f8;
    --gray-light: #eef2f5;
    --gray: #6c757d;
    --dark: #1e293b;
  }


  .pq-section {
    background: var(--white);
    padding: 70px 40px 0px !important;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    position: relative;

  }

  .pq-section::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 320px; height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 70%);
    pointer-events: none;
  }
  .pq-section::after {
    content: '';
    position: absolute;
    bottom: -60px; left: -60px;
    width: 260px; height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201,168,76,0.05) 0%, transparent 70%);
    pointer-events: none;
  }

  .pq-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201,168,76,0.12);
    border: 1px solid rgba(201,168,76,0.35);
    color: var(--primary-dark);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 999px;
    margin-bottom: 22px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  .pq-header {
    text-align: center;
    margin-bottom: 56px;
  }

  .pq-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.2;
    margin-bottom: 14px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease 0.1s, transform 0.7s ease 0.1s;
        font-family: 'Playfair Display', serif;

  }

  .pq-title span {
    color: var(--primary);
  }

  .pq-subtitle {
    font-size: 15px;
    color: var(--gray);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.7s ease 0.2s, transform 0.7s ease 0.2s;
  }

  .pq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    position: relative;
    z-index: 1;
        padding: 0px 40px !important;

  }

  .pq-card {
    background: var(--white);
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px 26px;
    position: relative;
    overflow: hidden;
    cursor: default;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
  }

  .pq-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    transform: scaleX(0);
    transition: transform 0.4s ease;
  }

  .pq-card:hover {
    background: #ffffff;
    border-color: rgba(201,168,76,0.5);
    box-shadow: 0 20px 35px -12px rgba(0,0,0,0.12), 0 0 0 1px rgba(201,168,76,0.15);
    transform: translateY(-6px) !important;
  }

  .pq-card:hover::before {
    transform: scaleX(1);
  }

  .pq-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(201,168,76,0.1);
    border: 1px solid rgba(201,168,76,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transition: background 0.3s ease, transform 0.3s ease;
  }

  .pq-card:hover .pq-icon-wrap {
    background: rgba(201,168,76,0.18);
    transform: scale(1.05);
  }

  .pq-icon-wrap svg {
    width: 26px;
    height: 26px;
    stroke: var(--primary);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .pq-card-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 10px;
    line-height: 1.3;
        font-family: 'Playfair Display', serif;

  }

  .pq-card-text {
    font-size: 14px;
    color: #5a6874;
    line-height: 1.7;
  }

  .pq-card-number {
    position: absolute;
    top: 22px; right: 24px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(201,168,76,0.45);
    letter-spacing: 0.08em;
  }

  .pq-divider {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, var(--primary), transparent);
    margin: 14px 0 18px;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease 0.2s;
  }

  .pq-card:hover .pq-divider {
    transform: scaleX(1);
  }

  .pq-card.visible { opacity: 1; transform: translateY(0); }

  .pq-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-top: 56px;
    flex-wrap: wrap;
    padding-top: 24px;
    border-top: 1px solid #eef2f5;
    opacity: 0;
    transition: opacity 0.8s ease 0.5s;
  }

  .pq-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }

  .pq-stat-num {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
  }

  .pq-stat-label {
    font-size: 12px;
    color: #7c8b9c;
    letter-spacing: 0.06em;
    font-weight: 500;
  }

  .pq-sep {
    width: 1px;
    height: 38px;
    background: rgba(201,168,76,0.25);
  }

  @media (max-width: 768px) {
    .pq-section { padding: 50px 0px 60px !important; }
    .pq-title { font-size: 28px; }
    .pq-bottom { gap: 20px; }
    .pq-sep { height: 30px; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9bcdc04 */.timeline-process {
        max-width: 1200px;
        margin: 0 auto;
        padding: 5rem 2rem 0rem;
    }

    .section-header {
        text-align: center;
        margin-bottom: 3.5rem;
    }

    .badge {
        display: inline-block;
        background: rgba(201, 168, 77, 0.12);
        color: #C9A84D;
        font-weight: 600;
        font-size: 0.8rem;
        letter-spacing: 0.4px;
        padding: 0.45rem 1.2rem;
        border-radius: 60px;
        margin-bottom: 1.2rem;
        backdrop-filter: blur(4px);
        border: 1px solid rgba(201, 168, 77, 0.3);
        text-transform: uppercase;
    }

    .section-header h2 {
        font-family: 'Playfair Display', serif;
        font-size: 3rem;
        font-weight: 800;
        color: #333;
        letter-spacing: -0.02em;
        margin-bottom: 1rem;
    }
    .mrpro-reviews-accent01 {
        background: linear-gradient(45deg, #C4A33D, #E6C255);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .subhead {
        font-size: 1.2rem;
        color: #6F7880;
        max-width: 700px;
        margin: 0 auto;
        font-weight: 500;
    }

    /* timeline structure */
    .timeline-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin: 2rem 0 3rem;
    }

    .timeline-item {
        display: flex;
        gap: 1.5rem;
        position: relative;
    }

    .timeline-marker {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 60px;
        flex-shrink: 0;
        position: relative;
    }

    .step-circle {
        width: 48px;
        height: 48px;
        background: linear-gradient(135deg, #C9A84D, #B8922E);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        font-size: 1.4rem;
        color: white;
        box-shadow: 0 8px 20px rgba(201, 168, 77, 0.35);
        z-index: 2;
        transition: transform 0.2s ease;
    }

    .timeline-item:hover .step-circle {
        transform: scale(1.05);
        box-shadow: 0 10px 25px rgba(201, 168, 77, 0.5);
    }

    .timeline-line {
        width: 3px;
        background: linear-gradient(to bottom, #C9A84D, #e2d5b6);
        flex: 1;
        min-height: 40px;
        margin-top: 8px;
        border-radius: 4px;
    }

    .timeline-item:last-child .timeline-line {
        display: none;
    }

    .timeline-card {
        flex: 1;
        background: #ffffff;
        border-radius: 1.5rem;
        overflow: hidden;
        display: flex;
        gap: 0;
        box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        border: 1px solid rgba(201, 168, 77, 0.15);
        margin-bottom: 0.5rem;
    }

    .timeline-card:hover {
        transform: translateX(6px);
        box-shadow: 0 20px 35px -12px rgba(139, 105, 20, 0.2);
        border-color: rgba(201, 168, 77, 0.4);
    }

    .card-image {
        width: 20%;
        min-width: 140px;
        overflow: hidden;
        position: relative;
    }

    .card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
        display: block;
    }

    .timeline-card:hover .card-image img {
        transform: scale(1.05);
    }

    .card-content {
        padding: 1.6rem 2rem;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .card-content h3 {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 0.7rem;
        color: #333;
        letter-spacing: -0.3px;
        position: relative;
        display: inline-block;
    }

    .card-content h3::after {
        content: '';
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 45px;
        height: 3px;
        background: #C9A84D;
        border-radius: 3px;
    }

    .card-content p {
        color: #6F7880;
        line-height: 1.55;
        font-weight: 450;
        font-size: 0.98rem;
    }

    /* ========== TABLET (max-width: 768px) & PHONE (max-width: 480px) ========== */
    /* For tablet 768 and phone 480: convert to HORIZONTAL CARROUSEL (swipe/drag) */
    @media (max-width: 768px) {
        .timeline-process {
            padding: 3rem 1.2rem 2.5rem;
            max-width: 100%;
        }
        .section-header h2 {
            font-size: 2rem;
        }
        .subhead {
            font-size: 1rem;
        }

        /* Override vertical timeline: transform wrapper into carousel container */
        .timeline-wrapper {
            display: block;
            overflow-x: auto;
            overflow-y: hidden;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            scroll-behavior: smooth;
            white-space: nowrap;
            margin: 1.5rem 0 2rem;
            padding-bottom: 1.2rem;
            gap: 0;
        }

        /* Hide scrollbar for cleaner look (optional but keeps functionality) */
        .timeline-wrapper::-webkit-scrollbar {
            height: 4px;
        }
        .timeline-wrapper::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }
        .timeline-wrapper::-webkit-scrollbar-thumb {
            background: #C9A84D;
            border-radius: 10px;
        }

        /* Each timeline-item becomes a carousel slide */
        .timeline-item {
            display: inline-flex;
            flex-direction: column;
            width: 85%;
            max-width: 340px;
            margin-right: 1.5rem;
            scroll-snap-align: start;
            white-space: normal;
            vertical-align: top;
            gap: 0.8rem;
            background: transparent;
        }

        /* Adjust timeline-marker to horizontal orientation inside slide */
        .timeline-marker {
            flex-direction: row;
            width: auto;
            margin-left: 0rem;
            margin-bottom: 0.5rem;
            gap: 0.75rem;
            align-items: center;
            justify-content: flex-start;
        }

        .timeline-line {
            display: none; /* no connecting line in carousel mode */
            height: 0;
            width: 0;
        }

        .step-circle {
            width: 42px;
            height: 42px;
            font-size: 1.2rem;
        }

        /* card becomes vertical image on top / content below (like original but inside slide) */
        .timeline-card {
            flex-direction: column;
            width: 100%;
            margin-bottom: 0;
            transform: none !important;
        }

        .timeline-card:hover {
            transform: translateY(-4px);
        }

        .card-image {
            width: 100%;
            height: 200px;
            min-width: auto;
        }

        .card-content {
            padding: 1.3rem;
        }

        .card-content h3 {
            font-size: 1.3rem;
        }
        .card-content h3::after {
            width: 35px;
        }

        /* remove the original "translateX" hover effect for carousel to keep smooth */
        .timeline-card:hover {
            transform: translateY(-5px);
        }
    }

    /* PHONE 480px specific: smaller card width, optimized touch */
    @media (max-width: 480px) {
        .timeline-process {
            padding: 2rem 1rem 2rem;
        }
        .timeline-item {
            width: 88%;
            max-width: 300px;
            margin-right: 1rem;
        }
        .card-image {
            height: 180px;
        }
        .step-circle {
            width: 38px;
            height: 38px;
            font-size: 1rem;
        }
        .card-content {
            padding: 1rem 1.2rem;
        }
        .card-content h3 {
            font-size: 1.2rem;
        }
        .timeline-marker {
            margin-left: 0.2rem;
        }
    }

    /* Keep original laptop/desktop grid untouched: everything remains vertical timeline (flex column) */
    @media (min-width: 769px) {
        /* ensures desktop uses original VERICAL timeline with side-by-side card/image layout */
        .timeline-wrapper {
            display: flex;
            flex-direction: column;
            gap: 2rem;
            overflow-x: visible;
            white-space: normal;
        }
        .timeline-item {
            display: flex;
            flex-direction: row;
            gap: 1.5rem;
            width: auto;
            margin-right: 0;
        }
        .timeline-marker {
            flex-direction: column;
            width: 60px;
        }
        .timeline-card {
            flex-direction: row;
        }
        .card-image {
            width: 20%;
            min-width: 140px;
            height: auto;
        }
        .timeline-line {
            display: flex;
        }
        /* restore original line visibility for desktop */
        .timeline-item:last-child .timeline-line {
            display: none;
        }
        .timeline-item .timeline-line {
            display: block;
        }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7881302 */.mrpro-location-section {
    background: #ffffff;
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
}

.mrpro-location-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Header Styles */
.mrpro-location-header {
    text-align: center;
    margin-bottom: 60px;
}

.mrpro-location-badge {
    display: inline-block;
    background: linear-gradient(135deg, #C4A33D, #A8882E);
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    animation: mrproBadgeFloat 3s ease-in-out infinite;
    box-shadow: 0 5px 15px rgba(196, 163, 61, 0.3);
}

@keyframes mrproBadgeFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-5px); }
}

.mrpro-location-title {
    font-size: 3.5em;
    font-weight: 800;
    color: #1a2a3a;
    margin: 0;
    letter-spacing: 1px;
            font-family: 'Playfair Display', serif;

}

.mrpro-location-accent {
    background: linear-gradient(45deg, #C4A33D, #E6C255);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Grid Layout */
.mrpro-location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

@media (max-width: 968px) {
    .mrpro-location-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* Map Wrapper */
.mrpro-map-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(196, 163, 61, 0.15);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.mrpro-map-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(196, 163, 61, 0.25);
}

.mrpro-map-container {
    position: relative;
    height: 750px;
}

/* Google Maps */
.mrpro-google-map {
    position: relative;
    width: 100%;
    height: 850px;
    background: #f8fafc;
}

.mrpro-map-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.mrpro-map-frame.loaded {
    opacity: 1;
}

.mrpro-map-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: #C4A33D;
    font-weight: 500;
    gap: 15px;
    transition: opacity 0.3s ease;
}

.mrpro-loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(196, 163, 61, 0.2);
    border-top-color: #C4A33D;
    border-radius: 50%;
    animation: mrproSpinnerRotate 1s linear infinite;
}

@keyframes mrproSpinnerRotate {
    to { transform: rotate(360deg); }
}

/* Map Actions */
.mrpro-map-actions {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

.mrpro-map-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #C4A33D, #A8882E);
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 0 5px 20px rgba(196, 163, 61, 0.4);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.mrpro-map-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(196, 163, 61, 0.6);
    background: linear-gradient(135deg, #B8962F, #8E6E20);
}

.mrpro-route-icon {
    width: 20px;
    height: 20px;
    fill: white;
}

/* Contact Wrapper */
.mrpro-contact-wrapper {
    display: flex;
    align-items: stretch;
}

.mrpro-contact-card {
    background: #f8fafc;
    border-radius: 20px;
    padding: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e7eb;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.mrpro-contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(196, 163, 61, 0.15);
    border-color: #C4A33D;
}

/* Contact Header */
.mrpro-contact-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(196, 163, 61, 0.1);
}

.mrpro-contact-icon {
    font-size: 2.5em;
    animation: mrproIconFloat 3s ease-in-out infinite;
}

@keyframes mrproIconFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.mrpro-contact-title {
    font-size: 1.8em;
    color: #1a2a3a;
    margin: 0;
    flex: 1;
    font-weight: 700;
}

.mrpro-contact-badge {
    background: linear-gradient(135deg, #C4A33D, #A8882E);
    color: white;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 0.85em;
    font-weight: 600;
    animation: mrproBadgePulse 2s ease-in-out infinite;
}

@keyframes mrproBadgePulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

/* Contact Info */
.mrpro-contact-info {
    margin-bottom: 25px;
}

.mrpro-info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(196, 163, 61, 0.1);
    transition: all 0.3s ease;
}

.mrpro-info-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.mrpro-info-item:hover {
    transform: translateX(10px);
}

.mrpro-info-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #C4A33D, #A8882E);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mrpro-pin-icon,
.mrpro-phone-icon,
.mrpro-email-icon {
    width: 20px;
    height: 20px;
    fill: white;
}

.mrpro-info-content {
    flex: 1;
}

.mrpro-info-content h4 {
    color: #1a2a3a;
    margin: 0 0 5px 0;
    font-size: 1.1em;
    font-weight: 600;
}

.mrpro-info-content p {
    color: rgba(26, 42, 58, 0.8);
    margin: 0;
    line-height: 1.5;
}

.mrpro-phone-link,
.mrpro-email-link {
    color: #1a2a3a;
    text-decoration: none !important;
    font-weight: 600;
    transition: color 0.3s ease;
}

.mrpro-phone-link:hover,
.mrpro-email-link:hover {
    color: #C4A33D;
}

/* Hours Section */
.mrpro-hours-section {
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid rgba(196, 163, 61, 0.1);
}

.mrpro-hours-title {
    color: #1a2a3a;
    margin: 0 0 20px 0;
    font-size: 1.2em;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mrpro-hours-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mrpro-hour-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(196, 163, 61, 0.2);
    transition: all 0.3s ease;
}

.mrpro-hour-item:hover {
    transform: translateX(5px);
}

.mrpro-hour-item:last-child {
    border-bottom: none;
}

.mrpro-hour-day {
    color: rgba(26, 42, 58, 0.8);
    font-weight: 500;
}

.mrpro-hour-time {
    color: #C4A33D;
    font-weight: 600;
    background: rgba(196, 163, 61, 0.1);
    padding: 5px 15px;
    border-radius: 15px;
}


/* Action Buttons */
.mrpro-action-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: auto;
}

.mrpro-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    border-radius: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none !important;
    font-size: 0.95em;
}

.mrpro-call-btn {
    background: linear-gradient(135deg, #C4A33D, #A8882E);
    color: white;
    box-shadow: 0 5px 15px rgba(196, 163, 61, 0.3);
}

.mrpro-call-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(196, 163, 61, 0.4);
    background: linear-gradient(135deg, #B8962F, #8E6E20);
}

.mrpro-copy-btn {
    background: rgba(196, 163, 61, 0.1);
    color: #1a2a3a;
    border: 2px solid rgba(196, 163, 61, 0.3);
}

.mrpro-copy-btn:hover {
    background: rgba(196, 163, 61, 0.2);
    transform: translateY(-3px);
    border-color: #C4A33D;
}

/* Responsive Design */
@media (max-width: 768px) {
    .mrpro-location-section {
        padding: 60px 15px;
    }
    
    .mrpro-location-title {
        font-size: 2.5em;
    }
    
    .mrpro-map-container {
        height: 600px;
    }
    
    .mrpro-contact-card {
        padding: 30px 20px;
    }
    
    .mrpro-action-buttons {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .mrpro-location-title {
        font-size: 2em;
    }
    
    .mrpro-location-badge {
        padding: 8px 20px;
        font-size: 0.85em;
    }

    .mrpro-map-container {
        height: 550px;
    }
    
    .mrpro-map-button {
        padding: 10px 15px;
        font-size: 0.9em;
    }
    
    .mrpro-contact-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7289af7 */.cta-section {
    position: relative;
    padding: 70px 100px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    color: #CBA83A;
    isolation: isolate;
}

.services-cta {
    background: rgba(203, 168, 58, 0.04);
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border: 1px solid rgba(203, 168, 58, 0.15);
    box-shadow: 0 10px 40px rgba(139, 107, 10, 0.08);
}

.cta-content h3 {
            font-family: 'Playfair Display', serif;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #CBA83A;
}

.highlight {
    background: linear-gradient(135deg, #CBA83A 0%, #333 30%, #333 70%, #333 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto !important;
    animation: gradientShift 4s infinite linear;
}

.cta-content p {
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 16px 35px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
    text-decoration: none !important;
    font-size: 16px;
}

.cta-button.primary {
    background: linear-gradient(135deg, #CBA83A 0%, #B8952F 100%);
    box-shadow: 0 10px 20px rgba(203, 168, 58, 0.3);
    color: white;
}

.cta-button.secondary {
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.4);
    color: #333;
}

.button-hover-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #B8952F, #D4B84A);
    top: 0;
    left: -100%;
    transition: left 0.6s ease;
    z-index: -1;
    border-radius: 50px;
}

.cta-button.secondary .button-hover-effect {
    background: rgba(203, 168, 58, 0.2);
}

.cta-button:hover .button-hover-effect {
    left: 0;
}

.cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(203, 168, 58, 0.4);
}

.cta-button.primary:hover {
    color: #fff;
}

.cta-button.secondary:hover {
    border-color: #CBA83A;
    color: #333;
}

.cta-decoration {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.decoration-item {
    position: absolute;
    border-radius: 50%;
    opacity: 0.08;
    animation: float 8s ease-in-out infinite;
}

.decoration-item:nth-child(1) {
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, #CBA83A, #B8952F);
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.decoration-item:nth-child(2) {
    width: 150px;
    height: 150px;
    background: linear-gradient(45deg, #B8952F, #8B6B0A);
    bottom: 20%;
    right: 10%;
    animation-delay: 2s;
}

.decoration-item:nth-child(3) {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #D4B84A, #CBA83A);
    top: 50%;
    right: 20%;
    animation-delay: 4s;
}

@keyframes gradientShift {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    33% {
        transform: translateY(-20px) rotate(120deg);
    }
    66% {
        transform: translateY(10px) rotate(240deg);
    }
}

/* Tablet Styles */
@media screen and (max-width: 1024px) {
    .cta-section {
        padding: 60px 50px;
    }
    
    .services-cta {
        padding: 50px 40px;
    }
    
    .cta-content h3 {
        font-size: 32px;
    }
    
    .cta-content p {
        font-size: 17px;
    }
    
    .cta-button {
        padding: 15px 30px;
    }
    
    .decoration-item:nth-child(1) {
        width: 80px;
        height: 80px;
        left: 5%;
    }
    
    .decoration-item:nth-child(2) {
        width: 120px;
        height: 120px;
        right: 5%;
    }
    
    .decoration-item:nth-child(3) {
        width: 60px;
        height: 60px;
        right: 15%;
    }
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
    .cta-section {
        padding: 50px 30px;
    }
    
    .services-cta {
        padding: 40px 30px;
    }
    
    .cta-content h3 {
        font-size: 28px;
    }
    
    .cta-content p {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .cta-button {
        width: 100%;
        max-width: 280px;
        padding: 14px 25px;
    }
    
    /* Hide decoration items on mobile */
    .decoration-item:nth-child(1),
    .decoration-item:nth-child(2),
    .decoration-item:nth-child(3) {
        display: none;
    }
}

/* Small Mobile Styles */
@media screen and (max-width: 480px) {
    .cta-section {
        padding: 40px 20px;
    }
    
    .services-cta {
        padding: 30px 20px;
        border-radius: 15px;
    }
    
    .cta-content h3 {
        font-size: 20px;
    }
    
    .cta-content p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .cta-button {
        padding: 12px 20px;
        font-size: 14px;
    }
}/* End custom CSS */