/*
Theme Name: Rentic
Theme URI: https://rentic.axiomthemes.com/
Description: Rentic is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AxiomThemes
Author URI: https://axiomthemes.com/
Version: 1.5.0
Tested up to: 6.7.1
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: rentic
*/
/* TABLE OF CONTENTS:

1. Reset tags and predefined classes
2+ See in the active skin styles

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, video, audio,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
}

html {
  font-size: 100%;
  /*62.5%;*/
                	          		/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
									   http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
                            	/* www.456bereastreet.com/archive/201012/
									   controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:not(.edit-post-visual-editor) {
  height: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden;
}

html:not(.edit-post-visual-editor),
body:not(.edit-post-visual-editor) {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
  display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.rounded_tiny {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.rounded_small {
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.rounded_medium {
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.rounded_large {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.rounded {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* Overflow hidden */
.overflow_hidden {
  overflow: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden !important;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}






















/*
/ Floating animation for hero elements
*/


/* Floating animation for hero elements */
.single-activity .elementor-section.elementor-top-section[data-element_type="section"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></svg>') repeat;
    animation: floatParticles 20s infinite linear;
    pointer-events: none;
}

@keyframes floatParticles {
    0% { transform: translateY(0) translateX(0); }
    50% { transform: translateY(-20px) translateX(10px); }
    100% { transform: translateY(0) translateX(0); }
}

/* Enhanced Typography for Hero Title */
.single-activity .sc_layouts_title_caption {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem !important;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
    animation: titleSlideUp 1s ease-out 0.3s both;
}

@keyframes titleSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Breadcrumbs Styling */
.single-activity .breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    animation: fadeInUp 1s ease-out 0.5s both;
}

.single-activity .breadcrumbs_item {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
}

.single-activity .breadcrumbs_item:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.single-activity .breadcrumbs_item.current {
    color: #FD5622;
    font-weight: 600;
}

.single-activity .breadcrumbs_delimiter {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0.5rem;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Content Section Redesign */
.single-activity .activity-content {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
}

.single-activity .content-wrapper {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    animation: contentReveal 1s ease-out 0.7s both;
}

.single-activity .content-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d6bd95, #d6bd95, #d6bd95);
    background-size: 200% 100%;
    animation: gradientShift 3s ease infinite;
}

@keyframes contentReveal {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Enhanced Activity Content Body */
.single-activity .activity-content-body {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #2d3748;
    position: relative;
}

.single-activity .activity-content-body p {
    margin-bottom: 2rem;
    animation: paragraphStagger 0.6s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}

.single-activity .activity-content-body p:nth-child(1) { animation-delay: 0.9s; }
.single-activity .activity-content-body p:nth-child(2) { animation-delay: 1.1s; }
.single-activity .activity-content-body p:nth-child(3) { animation-delay: 1.3s; }
.single-activity .activity-content-body p:nth-child(4) { animation-delay: 1.5s; }
.single-activity .activity-content-body p:nth-child(5) { animation-delay: 1.7s; }

@keyframes paragraphStagger {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.single-activity .activity-content-body strong {
    color: #FD5622;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.single-activity .activity-content-body strong::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #FD5622, transparent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.single-activity .activity-content-body strong:hover::after {
    transform: scaleX(1);
}

/* Decorative Elements */
.single-activity .content-wrapper::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 3rem;
    opacity: 0.1;
    animation: floatIcon 6s ease-in-out infinite;
}

@keyframes floatIcon {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(5deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .single-activity .sc_layouts_title_caption {
        font-size: 2.5rem !important;
    }
    
    .single-activity .content-wrapper {
        padding: 40px 30px;
        margin: 40px 20px;
    }
    
    .single-activity .activity-content-body {
        font-size: 1rem;
    }
    
    .single-activity .elementor-section.elementor-top-section[data-element_type="section"] {
        min-height: 60vh;
    }
}

@media (max-width: 480px) {
    .single-activity .sc_layouts_title_caption {
        font-size: 2rem !important;
    }
    
    .single-activity .content-wrapper {
        padding: 30px 20px;
        border-radius: 15px;
    }
    
    .single-activity .breadcrumbs {
        font-size: 0.9rem;
    }
}

/* Loading Animation */
.single-activity .page_content_wrap {
    animation: pageLoad 0.8s ease-out;
}

@keyframes pageLoad {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Smooth Scrolling */
.single-activity html {
    scroll-behavior: smooth;
}

/* Focus States for Accessibility */
.single-activity .breadcrumbs_item:focus,
.single-activity .activity-content-body strong:focus {
    outline: 2px solid #FD5622;
    outline-offset: 2px;
    border-radius: 2px;
}

/* Print Styles */
@media print {
    .single-activity .content-wrapper::before,
    .single-activity .content-wrapper::after,
    .single-activity .elementor-section.elementor-top-section[data-element_type="section"]::before {
        display: none;
    }
    
    .single-activity .elementor-section.elementor-top-section[data-element_type="section"] {
        background: #ffffff !important;
        color: #000000 !important;
    }
    
    .single-activity .sc_layouts_title_caption {
        color: #000000 !important;
        text-shadow: none !important;
    }
}