/**
Theme Name: PrithviJewels Astra Child
Author: Paras Prithvi Jewels
Author URI: https://prithvijewels.com
Description: Child theme for customizing Prithvi Jewels website based on Astra theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prithvijewels-astra-child
Template: astra
*/
/* iOS Safari viewport fix */
html, body {
    height: -webkit-fill-available;
}

body {
    min-height: 100vh;
}

/* Elementor section full height fix for iOS */
.elementor-section,
.elementor-section-wrap {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

/* Prevent extra horizontal/vertical scroll on iOS */
body {
    overflow-x: hidden;
}


