/* ========================================
   MOBILE RESPONSIVE STYLES
   This file contains all mobile-responsive rules
   that only activate on smaller screens (max-width: 768px)
   ======================================== */

/* ========================================
   TABLET AND BELOW (max-width: 1024px)
   ======================================== */
@media (max-width: 1024px) {
    .navbar {
        padding: 1rem 2rem;
    }
    
    .secondary-navbar {
        padding: 0.8rem 2rem;
    }
    
    .nav-links {
        gap: 1.5rem;
    }
    
    .auth-buttons {
        gap: 1rem;
    }
    
    .carousel-navigation {
        left: 50%;
        transform: translateX(-50%);
    }
}

/* ========================================
   MOBILE DEVICES (max-width: 768px)
   ======================================== */
@media (max-width: 768px) {
    /* ========================================
       NAVBAR MOBILE STYLES
       ======================================== */
    .navbar {
        padding: 0.8rem 1rem;
        flex-wrap: nowrap;
        height: auto;
        min-height: 70px;
        justify-content: space-between;
        align-items: center;
    }
    
    .navbar.scrolled {
        padding: 0.6rem 1rem;
        min-height: 60px;
    }
    
    .logo {
        flex: 0 0 auto;
        min-width: 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .logo img {
        height: 45px;
        max-width: 100%;
        margin-right: 0;
    }
    
    .logo-text {
        font-size: 0.75rem;
        letter-spacing: 0.5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 150px;
    }
    
    .pst-clock {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        text-align: right;
        padding: 0;
        margin: 0;
        width: auto;
        min-width: auto;
        z-index: 1001;
    }
    
    .pst-time {
        font-size: 0.9rem;
        margin-bottom: 2px;
    }
    
    .pst-date {
        font-size: 0.65rem;
        margin-bottom: 1px;
    }
    
    .pst-timezone {
        font-size: 0.6rem;
    }
    
    /* ========================================
       SECONDARY NAVBAR MOBILE STYLES
       ======================================== */
    .secondary-navbar {
        padding: 0.6rem 1rem;
        flex-wrap: wrap;
        height: auto;
        min-height: auto;
        gap: 0.8rem;
        top: 70px;
    }
    
    .navbar.scrolled ~ .secondary-navbar {
        top: 70px;
    }
    
    .secondary-navbar .nav-links {
        width: 100%;
        justify-content: center;
        margin: 0 !important;
        margin-left: 0 !important;
        gap: 0.5rem;
        flex-wrap: wrap;
        order: 1;
        flex: none;
    }
    
    .secondary-navbar .nav-links a {
        font-size: 0.75rem;
        padding: 0.3rem 0.5rem;
        color: #000000;
        text-decoration: none;
        font-weight: 300;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        white-space: nowrap;
    }
    
    .secondary-navbar .nav-links a:hover {
        color: #333;
    }
    
    .secondary-navbar .nav-links a::after {
        height: 1.5px;
        bottom: 0.2rem;
    }
    
    .navbar.scrolled ~ .secondary-navbar .nav-links a {
        color: #000000;
    }
    
    .navbar.scrolled ~ .secondary-navbar .nav-links a:hover {
        color: #333;
    }
    
    .secondary-navbar .auth-buttons {
        width: 100%;
        justify-content: center;
        gap: 0.5rem;
        order: 2;
    }
    
    .secondary-navbar .auth-btn {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
        flex: 1;
        max-width: 140px;
    }
    
    .secondary-navbar .auth-btn i {
        font-size: 0.7rem;
    }
    
    .secondary-navbar .auth-btn span {
        display: inline;
    }
    
    /* ========================================
       HERO SECTION MOBILE STYLES
       ======================================== */
    .hero {
        height: 50vh;
        min-height: 400px;
        padding-top: 160px;
        margin-top: 0;
    }
    
    .navbar.scrolled ~ .secondary-navbar ~ * .hero,
    .navbar.scrolled ~ .secondary-navbar ~ .hero {
        padding-top: 140px;
    }
    
    .hero::before,
    .hero::after {
        width: 100px;
    }
    
    .featured-content {
        margin-left: 5%;
        padding: 0 1rem;
        max-width: 90%;
    }
    
    .featured-title {
        font-size: 1.8rem !important;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    
    .featured-description {
        font-size: 0.95rem !important;
        line-height: 1.6;
    }
    
    .carousel-navigation {
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        gap: 8px;
    }
    
    .carousel-dot {
        width: 30px;
        height: 4px;
    }
    
    .carousel-dot.active {
        width: 40px;
    }
    
    /* ========================================
       ABOUT SECTION MOBILE STYLES
       ======================================== */
    .about-section {
        padding: 40px 1rem 60px;
        scroll-margin-top: 120px;
    }
    
    .about-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .about-content {
        order: 2;
    }
    
    .about-label {
        font-size: 0.85rem;
        margin-bottom: 10px;
    }
    
    .about-title {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    
    .about-description {
        font-size: 0.95rem;
        line-height: 1.7;
        margin-bottom: 15px;
    }
    
    .about-features {
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }
    
    .about-feature-item {
        font-size: 0.9rem;
    }
    
    .about-video {
        order: 1;
        min-height: 300px;
        height: 300px;
    }
    
    .video-play-button {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .ripple-ring:nth-child(1) {
        width: 80px;
        height: 80px;
    }
    
    .ripple-ring:nth-child(2) {
        width: 110px;
        height: 110px;
    }
    
    .ripple-ring:nth-child(3) {
        width: 140px;
        height: 140px;
    }
    
    .ripple-number {
        font-size: 2rem;
    }
    
    .video-upload-button {
        padding: 0.4rem 0.8rem !important;
        font-size: 0.75rem !important;
        bottom: 10px !important;
        right: 10px !important;
    }
    
    /* ========================================
       MISSION & VISION SECTION MOBILE STYLES
       ======================================== */
    .mission-vision-section {
        padding: 40px 1rem 60px;
        scroll-margin-top: 120px;
    }
    
    .mission-vision-container {
        padding: 0;
    }
    
    .stakeholders-section {
        margin-bottom: 40px;
    }
    
    .stakeholders-title {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .stakeholders-subtitle {
        font-size: 0.95rem;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .stakeholders-divider {
        margin: 20px auto;
    }
    
    .stakeholders-cards-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }
    
    .stakeholders-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 15px;
        padding: 10px;
    }
    
    .stakeholder-item {
        flex: 0 0 200px;
        min-width: 200px;
        max-width: 200px;
    }
    
    .stakeholders-grid .stakeholder-item {
        flex: 0 0 200px !important;
        min-width: 200px !important;
        max-width: 200px !important;
        width: 200px !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    .stakeholders-grid .stakeholder-item .stakeholder-image {
        width: 100% !important;
        height: 0 !important;
        padding-bottom: 100% !important;
        position: relative !important;
        overflow: hidden !important;
        display: block !important;
        flex-shrink: 0 !important;
    }
    
    .stakeholders-grid .stakeholder-item .stakeholder-image > * {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
    
    .stakeholders-grid .stakeholder-item .stakeholder-info {
        width: 100% !important;
        padding: 15px 10px !important;
        background: #ffffff !important;
        text-align: center !important;
    }
    
    .stakeholders-grid .stakeholder-item .stakeholder-image img,
    .stakeholders-grid .stakeholder-item .stakeholder-image span {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    
    .stakeholder-name {
        font-size: 1rem;
        padding: 10px;
    }
    
    .stakeholder-title {
        font-size: 0.85rem;
        padding: 0 10px 10px;
    }
    
    .mission-stats {
        margin-top: 40px;
    }
    
    .mission-stats-title {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .mission-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .mission-stat-card {
        padding: 20px 15px;
    }
    
    .mission-stat-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    .mission-stat-title {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    
    .mission-stat-description {
        font-size: 0.85rem;
        line-height: 1.6;
    }
    
    /* ========================================
       STATS SECTION MOBILE STYLES
       ======================================== */
    .stats-section {
        padding: 20px 1rem !important;
    }
    
    .stats-grid {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 0 !important;
    }
    
    .stat-item {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 12px 8px !important;
        border-right: 1px solid rgba(14, 165, 233, 0.2) !important;
        border-bottom: none !important;
        border-top: none !important;
        text-align: center !important;
    }
    
    .stat-item:last-child {
        border-right: none !important;
    }
    
    .stat-item:nth-child(2),
    .stat-item:nth-child(3),
    .stat-item:nth-child(4) {
        border-top: none !important;
    }
    
    .stat-icon {
        width: 35px !important;
        height: 35px !important;
        font-size: 1rem !important;
        border-radius: 8px !important;
        margin-bottom: 0 !important;
    }
    
    .stat-number {
        font-size: 1.2rem !important;
        margin-bottom: 2px !important;
    }
    
    .stat-label {
        font-size: 0.7rem !important;
    }
    
    /* ========================================
       FOOTER MOBILE STYLES
       ======================================== */
    .footer {
        padding: 2rem 0 1.5rem;
        scroll-margin-top: 120px;
    }
    
    .footer-container {
        padding: 0 1rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-bottom: 2rem;
    }
    
    .footer-section {
        text-align: center;
    }
    
    .footer-section:first-child {
        margin-bottom: 0;
    }
    
    .footer-section h3 {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .footer-section:first-child h3 {
        margin-top: 0;
    }
    
    .footer-logo {
        font-size: 1.3rem;
    }
    
    .footer-tagline {
        font-size: 0.8rem;
    }
    
    .footer-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
    
    .footer-links li {
        margin-bottom: 0.5rem;
    }
    
    .footer-links a {
        font-size: 0.8rem;
    }
    
    .footer-divider {
        margin: 1.5rem 0;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .social-links {
        order: -1;
        justify-content: center;
    }
    
    .social-link {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .copyright {
        font-size: 0.8rem;
    }
    
    /* ========================================
       AUTH PANEL MOBILE STYLES
       ======================================== */
    .auth-panel-wrapper {
        max-width: 100%;
        right: -100%;
    }
    
    .auth-panel {
        width: 100%;
        max-width: 100%;
    }
    
    .form-container {
        padding: 1.5rem 1rem;
    }
    
    .auth-header {
        padding: 2rem 1rem 1.5rem;
    }
    
    .auth-header h2 {
        font-size: 1.6rem;
    }
    
    .auth-header p {
        font-size: 0.9rem;
    }
    
    .auth-form {
        gap: 1rem;
    }
    
    .form-group {
        margin-bottom: 1rem;
    }
    
    .form-group label {
        font-size: 0.9rem;
    }
    
    .auth-form input,
    .auth-form select {
        padding: 0.9rem;
        font-size: 0.95rem;
    }
    
    .form-row {
        flex-direction: column;
        gap: 1rem;
    }
    
    .captcha-container {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .captcha-img {
        width: 100%;
        max-width: 200px;
        height: auto;
    }
    
    .captcha-refresh {
        width: 100%;
        height: 45px;
    }
    
    .auth-form button[type="submit"] {
        padding: 1rem 1.2rem;
        font-size: 0.95rem;
    }
    
    /* ========================================
       PROPERTY SEARCH CARD MOBILE STYLES
       ======================================== */
    .property-search-circle {
        width: 95%;
        padding: 25px 20px;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .property-search-toggle {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
        gap: 8px;
    }
    
    .property-toggle-btn {
        padding: 10px 18px;
        font-size: 0.85rem;
        flex: 1;
        min-width: 120px;
    }
    
    .property-search-form {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .property-search-label {
        font-size: 0.85rem;
    }
    
    .property-search-input {
        padding: 10px 12px;
        font-size: 0.9rem;
    }
    
    .property-search-btn {
        padding: 12px 20px;
        font-size: 0.9rem;
        width: 100%;
    }
    
    /* ========================================
       CATEGORY SECTION MOBILE STYLES
       ======================================== */
    .category-section {
        padding: 40px 1rem;
    }
    
    .category-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .category-card {
        padding: 25px 15px;
    }
    
    .category-card-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .category-card-title {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    
    .category-card-count {
        font-size: 0.85rem;
    }
}

/* ========================================
   SMALL MOBILE DEVICES (max-width: 480px)
   ======================================== */
@media (max-width: 480px) {
    /* ========================================
       NAVBAR SMALL MOBILE
       ======================================== */
    .navbar {
        padding: 0.6rem 0.8rem;
        min-height: 60px;
    }
    
    .logo img {
        height: 40px;
    }
    
    .logo-text {
        font-size: 0.65rem;
        letter-spacing: 0.3px;
        max-width: 120px;
    }
    
    .pst-clock {
        right: 0.3rem;
        padding: 0;
    }
    
    .pst-time {
        font-size: 0.8rem;
    }
    
    .pst-date {
        font-size: 0.6rem;
    }
    
    .pst-timezone {
        font-size: 0.55rem;
    }
    
    /* ========================================
       SECONDARY NAVBAR SMALL MOBILE
       ======================================== */
    .secondary-navbar {
        padding: 0.5rem 0.8rem;
        top: 60px;
    }
    
    .navbar.scrolled ~ .secondary-navbar {
        top: 60px;
    }
    
    .secondary-navbar .nav-links {
        gap: 0.4rem;
    }
    
    .secondary-navbar .nav-links a {
        font-size: 0.7rem;
        padding: 0.25rem 0.4rem;
        color: #000000;
        letter-spacing: 0.4px;
    }
    
    .secondary-navbar .nav-links a:hover {
        color: #333;
    }
    
    .secondary-navbar .nav-links a::after {
        height: 1.5px;
        bottom: 0.15rem;
    }
    
    .secondary-navbar .auth-buttons {
        gap: 0.4rem;
    }
    
    .secondary-navbar .auth-btn {
        font-size: 0.7rem;
        padding: 0.35rem 0.7rem;
        max-width: 120px;
    }
    
    .secondary-navbar .auth-btn i {
        font-size: 0.65rem;
    }
    
    /* ========================================
       HERO SECTION SMALL MOBILE
       ======================================== */
    .hero {
        height: 45vh;
        min-height: 350px;
        padding-top: 140px;
    }
    
    .navbar.scrolled ~ .secondary-navbar ~ * .hero,
    .navbar.scrolled ~ .secondary-navbar ~ .hero {
        padding-top: 120px;
    }
    
    .hero::before,
    .hero::after {
        width: 50px;
    }
    
    .featured-content {
        margin-left: 3%;
        padding: 0 0.8rem;
        max-width: 94%;
    }
    
    .featured-title {
        font-size: 1.5rem !important;
        margin-bottom: 0.8rem;
    }
    
    .featured-description {
        font-size: 0.85rem !important;
        line-height: 1.5;
    }
    
    .carousel-navigation {
        bottom: 15px;
        gap: 6px;
    }
    
    .carousel-dot {
        width: 25px;
        height: 3px;
    }
    
    .carousel-dot.active {
        width: 35px;
    }
    
    /* ========================================
       ABOUT SECTION SMALL MOBILE
       ======================================== */
    .about-section {
        padding: 30px 0.8rem 50px;
    }
    
    .about-container {
        gap: 25px;
    }
    
    .about-label {
        font-size: 0.8rem;
    }
    
    .about-title {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }
    
    .about-description {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }
    
    .about-features {
        gap: 12px;
        margin-top: 15px;
    }
    
    .about-feature-item {
        font-size: 0.85rem;
    }
    
    .about-feature-icon {
        width: 20px;
        height: 20px;
        font-size: 1rem;
    }
    
    .about-video {
        min-height: 250px;
        height: 250px;
    }
    
    .video-play-button {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .ripple-ring:nth-child(1) {
        width: 70px;
        height: 70px;
    }
    
    .ripple-ring:nth-child(2) {
        width: 95px;
        height: 95px;
    }
    
    .ripple-ring:nth-child(3) {
        width: 120px;
        height: 120px;
    }
    
    .ripple-number {
        font-size: 1.5rem;
    }
    
    /* ========================================
       MISSION & VISION SMALL MOBILE
       ======================================== */
    .mission-vision-section {
        padding: 30px 0.8rem 50px;
    }
    
    .stakeholders-title {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }
    
    .stakeholders-subtitle {
        font-size: 0.85rem;
        margin-bottom: 15px;
    }
    
    .stakeholders-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 15px;
        padding: 5px;
    }
    
    .stakeholder-item {
        flex: 0 0 180px;
        min-width: 180px;
        max-width: 180px;
    }
    
    .stakeholders-grid .stakeholder-item {
        flex: 0 0 180px !important;
        min-width: 180px !important;
        max-width: 180px !important;
        width: 180px !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    .stakeholders-grid .stakeholder-item .stakeholder-image {
        width: 100% !important;
        height: 0 !important;
        padding-bottom: 100% !important;
        position: relative !important;
        overflow: hidden !important;
        display: block !important;
        flex-shrink: 0 !important;
    }
    
    .stakeholders-grid .stakeholder-item .stakeholder-image > * {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
    
    .stakeholders-grid .stakeholder-item .stakeholder-info {
        width: 100% !important;
        padding: 12px 8px !important;
        background: #ffffff !important;
        text-align: center !important;
    }
    
    .stakeholders-grid .stakeholder-item .stakeholder-image img,
    .stakeholders-grid .stakeholder-item .stakeholder-image span {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    
    .stakeholder-name {
        font-size: 0.95rem;
        padding: 8px;
    }
    
    .stakeholder-title {
        font-size: 0.8rem;
        padding: 0 8px 8px;
    }
    
    .mission-stats-title {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }
    
    .mission-stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .mission-stat-card {
        padding: 18px 12px;
    }
    
    .mission-stat-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
        margin-bottom: 12px;
    }
    
    .mission-stat-title {
        font-size: 0.95rem;
        margin-bottom: 8px;
    }
    
    .mission-stat-description {
        font-size: 0.8rem;
    }
    
    /* ========================================
       STATS SECTION SMALL MOBILE
       ======================================== */
    .stats-section {
        padding: 15px 0.75rem !important;
    }
    
    .stats-grid {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 0 !important;
    }
    
    .stat-item {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 6px !important;
        padding: 10px 4px !important;
        border-right: 1px solid rgba(14, 165, 233, 0.2) !important;
        border-bottom: none !important;
        border-top: none !important;
        text-align: center !important;
    }
    
    .stat-item:last-child {
        border-right: none !important;
    }
    
    .stat-item:nth-child(2),
    .stat-item:nth-child(3),
    .stat-item:nth-child(4) {
        border-top: none !important;
    }
    
    .stat-icon {
        width: 30px !important;
        height: 30px !important;
        font-size: 0.85rem !important;
        border-radius: 6px !important;
        margin-bottom: 0 !important;
    }
    
    .stat-number {
        font-size: 1rem !important;
        margin-bottom: 2px !important;
    }
    
    .stat-label {
        font-size: 0.65rem !important;
        line-height: 1.2 !important;
    }
    
    /* ========================================
       FOOTER SMALL MOBILE
       ======================================== */
    .footer {
        padding: 1.5rem 0 1rem;
    }
    
    .footer-container {
        padding: 0 0.8rem;
    }
    
    .footer-content {
        gap: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .footer-logo {
        font-size: 1.1rem;
    }
    
    .footer-tagline {
        font-size: 0.75rem;
    }
    
    .footer-section h3 {
        font-size: 0.8rem;
        margin-top: 1rem;
        margin-bottom: 0.8rem;
    }
    
    .footer-links a {
        font-size: 0.75rem;
    }
    
    .footer-divider {
        margin: 1rem 0;
    }
    
    .social-link {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }
    
    .copyright {
        font-size: 0.75rem;
    }
    
    /* ========================================
       AUTH PANEL SMALL MOBILE
       ======================================== */
    .form-container {
        padding: 1.2rem 0.8rem;
    }
    
    .auth-header {
        padding: 1.5rem 0.8rem 1.2rem;
    }
    
    .auth-header h2 {
        font-size: 1.4rem;
    }
    
    .auth-header p {
        font-size: 0.85rem;
    }
    
    .auth-form {
        gap: 0.8rem;
    }
    
    .form-group label {
        font-size: 0.85rem;
    }
    
    .auth-form input,
    .auth-form select {
        padding: 0.8rem;
        font-size: 0.9rem;
    }
    
    .auth-form button[type="submit"] {
        padding: 0.9rem 1rem;
        font-size: 0.9rem;
    }
    
    /* ========================================
       PROPERTY SEARCH CARD SMALL MOBILE
       ======================================== */
    .property-search-circle {
        width: 98%;
        padding: 20px 15px;
        bottom: 15px;
    }
    
    .property-toggle-btn {
        padding: 8px 15px;
        font-size: 0.8rem;
        min-width: 100px;
    }
    
    .property-search-input {
        padding: 8px 10px;
        font-size: 0.85rem;
    }
    
    .property-search-btn {
        padding: 10px 18px;
        font-size: 0.85rem;
    }
    
    /* ========================================
       CATEGORY SECTION SMALL MOBILE
       ======================================== */
    .category-section {
        padding: 30px 0.8rem;
    }
    
    .category-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .category-card {
        padding: 20px 15px;
    }
    
    .category-card-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .category-card-title {
        font-size: 1rem;
    }
    
    .category-card-count {
        font-size: 0.8rem;
    }
}

/* ========================================
   EXTRA SMALL DEVICES (max-width: 360px)
   ======================================== */
@media (max-width: 360px) {
    .navbar {
        padding: 0.6rem 0.8rem;
        min-height: 60px;
    }
    
    .logo img {
        height: 40px;
    }
    
    .logo-text {
        font-size: 0.7rem;
    }
    
    .secondary-navbar .auth-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .secondary-navbar .auth-btn {
        width: 100%;
        max-width: 100%;
    }
    
    .hero {
        min-height: 300px;
    }
    
    .featured-title {
        font-size: 1.3rem !important;
    }
    
    .featured-description {
        font-size: 0.8rem !important;
    }
    
    .carousel-dot {
        width: 20px;
        height: 3px;
    }
    
    .carousel-dot.active {
        width: 30px;
    }
    
    .about-title {
        font-size: 1.3rem;
    }
    
    .stakeholders-title,
    .mission-stats-title {
        font-size: 1.3rem;
    }
}

/* ========================================
   LANDSCAPE MOBILE DEVICES
   ======================================== */
@media (max-width: 768px) and (orientation: landscape) {
    .hero {
        height: 100vh;
        min-height: 100vh;
        padding-top: 140px;
    }
    
    .navbar.scrolled ~ .secondary-navbar ~ * .hero,
    .navbar.scrolled ~ .secondary-navbar ~ .hero {
        padding-top: 120px;
    }
    
    .pst-clock {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
    }
    
    .pst-time {
        font-size: 0.8rem;
    }
    
    .pst-date {
        font-size: 0.6rem;
    }
    
    .pst-timezone {
        font-size: 0.55rem;
    }
    
    .carousel-navigation {
        bottom: 15px;
    }
    
    .about-video {
        min-height: 250px;
        height: 250px;
    }
}

