.elementor-13 .elementor-element.elementor-element-b2b7e98{--display:flex;}.elementor-13 .elementor-element.elementor-element-7a13c11{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:-56px -56px -56px -56px;}.elementor-13 .elementor-element.elementor-element-09a00eb{--display:flex;}.elementor-13 .elementor-element.elementor-element-228f10a{--display:flex;}.elementor-13 .elementor-element.elementor-element-6def5ed{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a50c816 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Montserrat:wght@300;400;500&display=swap');

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #0b0a0a;
    color: #e5e5e5;
    padding: 60px 20px;
}

/* Typography */
.serif-font {
    font-family: 'Cormorant Garamond', serif;
}

.gold-text {
    color: #d4af37;
}

/* Header Section */
.services-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.sub-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

.sub-title {
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #d4af37;
}

.line-short {
    height: 1px;
    width: 40px;
    background-color: #d4af37;
}

.main-title {
    font-size: 48px;
    color: #d4af37;
    font-weight: 500;
    margin-bottom: 12px;
}

.ornament {
    font-size: 18px;
    color: #d4af37;
    margin-bottom: 15px;
}

.header-desc {
    font-size: 15px;
    color: #cccccc;
    font-weight: 300;
}

/* Cards Grid */
.cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    max-width: 1250px;
    margin: 0 auto;
}

/* Individual Service Card */
.service-card {
    background: linear-gradient(180deg, #161415 0%, #0d0c0c 100%);
    border: 1px solid #d4af37;
    border-radius: 16px;
    padding: 24px 20px 28px 20px;
    text-align: center;
    position: relative;
    display: flex;
    flex-col;
    flex-direction: column;
    align-items: center;
    
    /* Smooth Transition for Card Zoom */
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
}

/* ZOOM IN HOVER EFFECT ON TILE */
.service-card:hover {
    transform: translateY(-8px) scale(1.04);
    box-shadow: 0 15px 30px rgba(212, 175, 55, 0.15);
    border-color: #f1d77a;
}

/* Circle Badge Icon */
.icon-badge {
    position: absolute;
    top: -28px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #121011;
    border: 1.5px solid #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4af37;
    font-size: 20px;
    z-index: 2;
    transition: transform 0.4s ease;
}

.service-card:hover .icon-badge {
    transform: scale(1.1);
    background-color: #1a1718;
}

/* Card Image Wrapper */
.card-image-wrapper {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Image Zoom inside frame on card hover */
.service-card:hover .card-image-wrapper img {
    transform: scale(1.1);
}

/* Content Text */
.card-title {
    font-size: 24px;
    color: #d4af37;
    margin-bottom: 12px;
    font-weight: 500;
}

.card-desc {
    font-size: 13px;
    color: #b5b5b5;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 25px;
    flex-grow: 1;
}

/* Learn More Button */
.learn-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #d4af37;
    background: transparent;
    color: #d4af37;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.service-card:hover .learn-more-btn {
    background-color: #d4af37;
    color: #0b0a0a;
    font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d124695 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Montserrat:wght@300;400;500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #080707;
    color: #e5e5e5;
    padding: 60px 20px;
}

.serif-font {
    font-family: 'Cormorant Garamond', serif;
}

.gold-text {
    color: #d4af37;
}

/* ==========================================
   SECTION 1: OUR PLANNING PROCESS
   ========================================== */
.process-section {
    max-width: 1200px;
    margin: 0 auto 100px auto;
    text-align: center;
}

.section-subtitle {
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #d4af37;
    margin-bottom: 8px;
}

.section-title {
    font-size: 42px;
    color: #d4af37;
    font-weight: 500;
    margin-bottom: 12px;
}

.ornament {
    font-size: 16px;
    color: #d4af37;
    margin-bottom: 50px;
}

/* Timeline Flow Container */
.timeline-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    gap: 20px;
}

/* Connecting Glowing Dotted Line */
.timeline-container::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 8%;
    right: 8%;
    height: 2px;
    border-top: 2px dotted rgba(212, 175, 55, 0.4);
    z-index: 1;
}

.timeline-step {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.timeline-icon-badge {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #0e0c0d;
    border: 1.5px solid #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4af37;
    font-size: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.timeline-step:hover .timeline-icon-badge {
    transform: scale(1.1);
    background-color: #1a1718;
}

.step-number {
    font-size: 13px;
    color: #d4af37;
    letter-spacing: 2px;
    margin-bottom: 6px;
    font-weight: 500;
}

.step-title {
    font-size: 20px;
    color: #d4af37;
    margin-bottom: 8px;
    font-weight: 500;
}

.step-desc {
    font-size: 12px;
    color: #a8a8a8;
    line-height: 1.5;
    max-width: 180px;
}


/* ==========================================
   SECTION 2: WHY CHOOSE REETIRIWAAZ?
   ========================================== */
.features-section {
    max-width: 1250px;
    margin: 0 auto;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

/* Feature Card with Zoom effect */
.feature-card {
    background: linear-gradient(180deg, #141213 0%, #0a0909 100%);
    border: 1px solid #d4af37;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
}

.feature-card:hover {
    transform: translateY(-8px) scale(1.04);
    box-shadow: 0 15px 30px rgba(212, 175, 55, 0.15);
    border-color: #f1d77a;
}

.feature-icon {
    font-size: 32px;
    color: #d4af37;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.12);
}

.feature-title {
    font-size: 22px;
    color: #d4af37;
    margin-bottom: 12px;
    font-weight: 500;
}

.feature-desc {
    font-size: 13px;
    color: #b0b0b0;
    line-height: 1.6;
    font-weight: 300;
}

/* Responsive design for timeline on smaller screens */
@media (max-width: 900px) {
    .timeline-container {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
    .timeline-container::before {
        display: none;
    }
    .timeline-step {
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6b965e */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Montserrat:wght@300;400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #080707;
    color: #e5e5e5;
    padding: 60px 20px;
}

.serif-font {
    font-family: 'Cormorant Garamond', serif;
}

/* CTA Banner Main Box */
.cta-banner {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #0d0c0c;
    border: 1px solid #d4af37;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
}

/* Corner Ornamental Accents */
.corner-ornament {
    position: absolute;
    width: 30px;
    height: 30px;
    color: #d4af37;
    font-size: 20px;
    pointer-events: none;
    z-index: 10;
    line-height: 1;
}

.corner-tl { top: 10px; left: 12px; }
.corner-tr { top: 10px; right: 12px; }
.corner-bl { bottom: 10px; left: 12px; }
.corner-br { bottom: 10px; right: 12px; }

/* Left Content Section */
.cta-content {
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: 1px solid rgba(212, 175, 55, 0.3);
    z-index: 2;
    background-color: #0d0c0c;
}

.cta-title {
    font-size: 38px;
    color: #f3eae1;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 15px;
}

.cta-divider {
    color: #d4af37;
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cta-divider::before,
.cta-divider::after {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #d4af37;
}

.cta-desc {
    font-size: 14px;
    color: #cccccc;
    font-weight: 300;
    line-height: 1.6;
    max-width: 400px;
    margin-bottom: 30px;
}

/* Gold Solid Button */
.cta-btn {
    background: linear-gradient(135deg, #d4af37 0%, #b89228 100%);
    color: #0d0c0c;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    background: linear-gradient(135deg, #e5be48 0%, #c8a032 100%);
}

/* Right Slideshow Container */
.cta-slideshow {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Fade Slideshow Images Styling */
.cta-slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: fadeSlideshow 25s infinite ease-in-out;
}

/* Staggered Delay for 5 Images (5s each) */
.cta-slideshow img:nth-child(1) { animation-delay: 0s; }
.cta-slideshow img:nth-child(2) { animation-delay: 5s; }
.cta-slideshow img:nth-child(3) { animation-delay: 10s; }
.cta-slideshow img:nth-child(4) { animation-delay: 15s; }
.cta-slideshow img:nth-child(5) { animation-delay: 20s; }

/* Keyframe Animation for Smooth Fade & Zoom */
@keyframes fadeSlideshow {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    4% {
        opacity: 1; /* Fade In */
    }
    20% {
        opacity: 1; /* Stay Visible */
    }
    24% {
        opacity: 0; /* Fade Out */
        transform: scale(1.08); /* Slow Zoom Effect */
    }
    100% {
        opacity: 0;
    }
}

/* Responsive for Mobile/Tablets */
@media (max-width: 850px) {
    .cta-banner {
        grid-template-columns: 1fr;
    }
    .cta-content {
        border-right: none;
        border-bottom: 1px solid rgba(212, 175, 55, 0.3);
        padding: 40px 20px;
    }
    .cta-slideshow {
        height: 300px;
    }
    .cta-title {
        font-size: 30px;
    }
}/* End custom CSS */