
/* ========================================
   MOBILE COOLROOM HERO SECTION STYLES
======================================== */

/* Hero Section Container */
.hero-section.mobile-coolroom-hero-section {
    min-height: 832px;
    background: linear-gradient(180deg, #3555C8 0%, #1a2a62 100%);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    display: flex;
    align-items: center;
}

.hero-section.mobile-coolroom-hero-section .hero-container.mobile-coolroom-hero-container {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 3;
}

.hero-section.mobile-coolroom-hero-section .hero-content.mobile-coolroom-hero-content {
    max-width: 787px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    position: relative;
    z-index: 10;
}

/* Hero Typography */
.hero-section.mobile-coolroom-hero-section .mobile-coolroom-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 48px;
    max-width: 787px;
}

.hero-section.mobile-coolroom-hero-section .hero-title.mobile-coolroom-hero-title {
    font-family: 'Segoe UI', sans-serif;
    font-size: 64px;
    line-height: 70.4px;
    color: white;
    margin-bottom: 0;
    align-self: stretch;
    font-weight: bold;
}

.hero-section.mobile-coolroom-hero-section .hero-title-regular {
    font-weight: 400;
}

.hero-section.mobile-coolroom-hero-section .hero-title-bold {
    font-weight: 700;
}

.hero-section.mobile-coolroom-hero-section .hero-subtitle.mobile-coolroom-hero-subtitle {
    font-family: 'Segoe UI', sans-serif;
    font-size: 24px;
    color: white;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    align-self: stretch;
}

.hero-section.mobile-coolroom-hero-section .hero-subtitle-regular {
    font-weight: 400;
}

.hero-section.mobile-coolroom-hero-section .hero-subtitle-bold {
    font-weight: 700;
}

.hero-section.mobile-coolroom-hero-section .hero-description {
    font-size: 24px;
    line-height: 1.4;
    color: white;
    font-weight: 600;
    align-self: stretch;
}

/* Hero Features */
.hero-section.mobile-coolroom-hero-section .hero-features.mobile-coolroom-hero-features {
    width: 413px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-section.mobile-coolroom-hero-section .hero-feature {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-section.mobile-coolroom-hero-section .hero-feature-icon {
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 2px;
}

.hero-section.mobile-coolroom-hero-section .hero-feature-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
}

/* Hero Buttons */
.hero-section.mobile-coolroom-hero-section .hero-buttons.mobile-coolroom-hero-buttons {
    display: inline-flex;
    gap: 14px;
    margin-top: 0;
    justify-content: flex-start;
    align-items: flex-start;
}

.hero-section.mobile-coolroom-hero-section .hero-btn.mobile-coolroom-hero-btn {
    padding: 14px 40px;
    border-radius: 100px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    transition: all 0.3s ease;
}

.hero-section.mobile-coolroom-hero-section .hero-btn-primary {
    background-color: #DC2626;
    color: white;
}

.hero-section.mobile-coolroom-hero-section .hero-btn-primary:hover {
    background-color: #B91C1C;
    color: white;
}

.hero-section.mobile-coolroom-hero-section .hero-btn-secondary {
    background-color: white;
    color: #3555C8;
    border: 2px solid #3555C8;
}

.hero-section.mobile-coolroom-hero-section .hero-btn-secondary:hover {
    background-color: #3555C8;
    color: white;
}

/* Hero Image - Same positioning as new-home */
.hero-section.mobile-coolroom-hero-section .hero-image.mobile-coolroom-hero-image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 830px;
    height: 950px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Overlays - Same positioning as new-home */
.hero-section.mobile-coolroom-hero-section .hero-overlay-1.mobile-coolroom-hero-overlay-1 {
    position: absolute;
    right: 304px;
    top: 50%;
    transform: translateY(-50%);
    width: 776px;
    height: 1144px;
    z-index: 2;
}

.hero-section.mobile-coolroom-hero-section .hero-overlay-2.mobile-coolroom-hero-overlay-2 {
    position: absolute;
    right: 433px;
    top: 40%;
    transform: translateY(-50%);
    width: 776px;
    height: 1144px;
    z-index: 2;
}

/* ========================================
   RESPONSIVE DESIGN
======================================== */

@media (max-width: 1600px) {
    .hero-section.mobile-coolroom-hero-section .hero-image.mobile-coolroom-hero-image {
        width: 700px !important;
        height: 700px !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-overlay-1.mobile-coolroom-hero-overlay-1 {
        right: 50px !important;
        width: 600px !important;
        height: 900px !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-overlay-2.mobile-coolroom-hero-overlay-2 {
        right: 150px !important;
        width: 600px !important;
        height: 900px !important;
    }
    .clean-secure-background,
    .cold-room-background{
        display:none;
    }
    .installations-feature{
        display:inline-block !important;
    }
    .installations-feature span{
        display:inline-block;
    }
}

@media (max-width: 1400px) {
    .hero-section.mobile-coolroom-hero-section .hero-container.mobile-coolroom-hero-container {
        max-width: 1200px !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-image.mobile-coolroom-hero-image {
        width: 600px !important;
        height: 600px !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-overlay-1.mobile-coolroom-hero-overlay-1,
    .hero-section.mobile-coolroom-hero-section .hero-overlay-2.mobile-coolroom-hero-overlay-2 {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .hero-section.mobile-coolroom-hero-section {
        min-height: 90vh !important;
        padding: 80px 0 !important;
        display: flex !important;
        align-items: center !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-container.mobile-coolroom-hero-container {
        padding: 0 40px !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-content.mobile-coolroom-hero-content {
        text-align: center !important;
        max-width: 100% !important;
        position: relative !important;
        z-index: 10 !important;
        gap: 48px !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-title.mobile-coolroom-hero-title {
        font-size: 48px !important;
        line-height: 52px !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-subtitle.mobile-coolroom-hero-subtitle {
        font-size: 22px !important;
        line-height: 28px !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-features.mobile-coolroom-hero-features {
        width: 100% !important;
        align-items: center !important;
        gap: 24px !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-feature {
        justify-content: center !important;
        gap: 16px !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-feature-text {
        font-size: 22px !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-buttons.mobile-coolroom-hero-buttons {
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 20px !important;
        max-width: 500px !important;
        margin: 0 auto !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-btn.mobile-coolroom-hero-btn {
        padding: 16px 32px !important;
        font-size: 20px !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-image.mobile-coolroom-hero-image {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .hero-section.mobile-coolroom-hero-section {
        min-height: 80vh !important;
        padding: 60px 0 !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-container.mobile-coolroom-hero-container {
        padding: 0 30px !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-content.mobile-coolroom-hero-content {
        gap: 40px !important;
        max-width: 100% !important;
        text-align: center !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-image.mobile-coolroom-hero-image,
    .hero-section.mobile-coolroom-hero-section .hero-overlay-1.mobile-coolroom-hero-overlay-1,
    .hero-section.mobile-coolroom-hero-section .hero-overlay-2.mobile-coolroom-hero-overlay-2 {
        display: none !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-title.mobile-coolroom-hero-title {
        font-size: 32px !important;
        line-height: 36px !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-subtitle.mobile-coolroom-hero-subtitle {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-features.mobile-coolroom-hero-features {
        width: 100% !important;
        gap: 20px !important;
        align-items: center !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-buttons.mobile-coolroom-hero-buttons {
        flex-direction: column !important;
        gap: 16px !important;
        margin: 0 auto !important;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-btn.mobile-coolroom-hero-btn {
        width: 100% !important;
        font-size: 24px !important;
        padding: 14px 28px !important;
        font-weight: 700 !important;
    }
}

/* Accessibility and SEO enhancements */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    border-radius: 4px;
    z-index: 1000;
    transition: top 0.3s;
}

.skip-link:focus {
    top: 6px;
}

/* Enhanced focus styles for better accessibility */
.hero-btn:focus {
    outline: 2px solid #0056b3;
    outline-offset: 2px;
}

.hero-btn.hero-btn-secondary:focus {
    outline: 2px solid #28a745;
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .mobile-coolroom-hero-title {
        color: #000;
    }
    
    .mobile-coolroom-hero-subtitle {
        color: #333;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

.mobile-coolroom-hero__overlay--vector1 {
    top: -302px;
    right: -154px;
    width: 777px;
    height: 1145px;
    z-index: 2;
}

.mobile-coolroom-hero__overlay--vector2 {
    top: -186px;
    right: -307px;
    width: 777px;
    height: 1145px;
    z-index: 3;
}

.mobile-coolroom-hero__overlay img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Why Refrigwest Leads Section */
.why-refrigwest-leads-section {
    padding: 80px 192px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 96px;
    overflow: hidden;
    background-color: white;
}

.why-refrigwest-leads-section .why-refrigwest-container {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 96px;
}

.why-refrigwest-leads-section .why-refrigwest-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.why-refrigwest-leads-section .why-refrigwest-image {
    width: 631px;
    height: 684px;
    border-radius: 20px;
    object-fit: cover;
    flex-shrink: 0;
    aspect-ratio: 631/684;
}

.why-refrigwest-leads-section .why-refrigwest-text {
    width: 760px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 48px;
}

.why-refrigwest-leads-section .why-refrigwest-title {
    width: 616px;
    justify-content: flex-start;
}

.why-refrigwest-leads-section .why-refrigwest-title .title-normal {
    color: #3555C8;
    font-size: 48px;
    font-weight: 400;
    font-family: 'Segoe UI', sans-serif;
    line-height: 40px;
}

.why-refrigwest-leads-section .why-refrigwest-title .title-bold {
    color: #3555C8;
    font-size: 48px;
    font-weight: 900;
    font-family: 'Segoe UI', sans-serif;
    line-height: 40px;
}

.why-refrigwest-leads-section .why-refrigwest-description {
    width: 100%;
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.5;
}

.why-refrigwest-leads-section .why-refrigwest-features {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
}

.why-refrigwest-leads-section .why-refrigwest-feature {
    display: flex;
    align-items: center;
    gap: 20px;
}

.why-refrigwest-leads-section .why-refrigwest-feature .feature-icon {
    width: 26px !important;
    height: 25px !important;
    border-radius: 2px !important;
    flex-shrink: 0 !important;
    background-image: url('../../images/mobile-coolroom-perth/dba84aad5ebb5537a1b3621a0b6c12d9f16bfc86.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.why-refrigwest-leads-section .why-refrigwest-feature .feature-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 24px;
    color: #333333;
    text-transform: capitalize;
    line-height: 1.3;
}

.why-refrigwest-leads-section .why-refrigwest-feature .feature-text .feature-normal {
    font-weight: 600;
}

.why-refrigwest-leads-section .why-refrigwest-feature .feature-text .feature-bold {
    font-weight: 900;
}

.why-refrigwest-leads-section .why-refrigwest-closing {
    width: 100%;
    justify-content: flex-start;
    font-family: 'Segoe UI', sans-serif;
    font-size: 24px;
    line-height: 1.5;
}

.why-refrigwest-leads-section .why-refrigwest-closing .closing-normal {
    color: #333333;
    font-weight: 400;
}

.why-refrigwest-leads-section .why-refrigwest-closing .closing-bold {
    color: #3555C8;
    font-weight: 400;
}

/* Responsive Design for Why Refrigwest Leads Section */
@media (max-width: 1400px) {
    .why-refrigwest-leads-section {
        padding: 60px 100px !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-image {
        width: 500px !important;
        height: 550px !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-text {
        width: 600px !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-title {
        width: 100% !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-title .title-normal,
    .why-refrigwest-leads-section .why-refrigwest-title .title-bold {
        font-size: 40px !important;
        line-height: 44px !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-description,
    .why-refrigwest-leads-section .why-refrigwest-feature .feature-text,
    .why-refrigwest-leads-section .why-refrigwest-closing {
        font-size: 20px !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-features {
        width: 100% !important;
        max-width: 384px;
    }
}

@media (max-width: 1024px) {
    .why-refrigwest-leads-section {
        padding: 40px 60px !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-content {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-image {
        width: 100% !important;
        max-width: 500px !important;
        height: auto !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-text {
        width: 100% !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-title {
        width: 100% !important;
        text-align: center !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-features {
        width: 100% !important;
        max-width: none !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-feature {
        justify-content: center !important;
    }
}

@media (max-width: 768px) {
    .why-refrigwest-leads-section {
        padding: 30px 20px !important;
        gap: 48px !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-container {
        gap: 48px !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-content {
        gap: 24px !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-text {
        gap: 24px !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-title .title-normal,
    .why-refrigwest-leads-section .why-refrigwest-title .title-bold {
        font-size: 32px !important;
        line-height: 36px !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-description,
    .why-refrigwest-leads-section .why-refrigwest-feature .feature-text,
    .why-refrigwest-leads-section .why-refrigwest-closing {
        font-size: 18px !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-features {
        gap: 16px !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-feature {
        gap: 16px !important;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-feature .feature-icon {
        width: 20px !important;
        height: 20px !important;
    }
}

/* Responsive Design */
@media (max-width: 1600px) {
    .mobile-coolroom-hero-section .mobile-coolroom-hero-image {
        width: 700px !important;
        height: 700px !important;
        right: -150px !important;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-overlay-1 {
        right: 50px !important;
        width: 600px !important;
        height: 900px !important;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-overlay-2 {
        right: 150px !important;
        width: 600px !important;
        height: 900px !important;
    }
}

@media (max-width: 1400px) {
    .mobile-coolroom-hero-section .mobile-coolroom-hero-container {
        max-width: 1200px !important;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-content {
        margin-left: 50px;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-image {
        width: 600px !important;
        height: 600px !important;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-overlay-1,
    .mobile-coolroom-hero-section .mobile-coolroom-hero-overlay-2 {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .mobile-coolroom-hero-section {
        min-height: 700px;
        padding: 80px 0;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-content {
        margin-left: 0;
        max-width: 100%;
        gap: 32px;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-title {
        font-size: 48px;
        line-height: 52px;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-subtitle {
        font-size: 20px;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-description {
        font-size: 18px;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-image {
        position: relative;
        width: 100% !important;
        height: 400px !important;
        margin-top: 40px;
        transform: none;
        top: auto;
        right: auto;
    }
}

@media (max-width: 768px) {
    .mobile-coolroom-hero-section {
        min-height: 600px;
        padding: 60px 0;
        flex-direction: column;
        text-align: center;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-container {
        padding: 0 15px;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-content-wrapper {
        align-items: center;
        gap: 32px;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-title {
        font-size: 36px;
        line-height: 40px;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-subtitle {
        font-size: 18px;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-description {
        font-size: 16px;
        text-transform: none;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-buttons {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-btn {
        width: 100%;
        max-width: 280px;
        font-size: 24px;
        padding: 12px 32px;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-image {
        height: 300px !important;
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .mobile-coolroom-hero-section {
        min-height: 500px;
        padding: 40px 0;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-title {
        font-size: 28px;
        line-height: 32px;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-subtitle {
        font-size: 16px;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-description {
        font-size: 14px;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-btn {
        font-size: 16px;
        padding: 10px 24px;
    }
    
    .mobile-coolroom-hero-section .mobile-coolroom-hero-image {
        height: 250px !important;
    }
}
/* Portable Coolroom Hire Section (restored) */
.portable-coolroom-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  background: #ffffff;
}

.portable-coolroom-section .portable-coolroom-container {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}

.portable-coolroom-section .portable-coolroom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.portable-coolroom-section .portable-coolroom-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 760px;
}

.portable-coolroom-section .portable-coolroom-title {
  display: block;
}

.portable-coolroom-section .portable-coolroom-title .title-bold,
.portable-coolroom-section .portable-coolroom-title .title-normal {
  font-family: 'Segoe UI', sans-serif;
  font-size: 48px;
  line-height: 40px;
  color: #1d4ed8; /* text-blue-700 */
}

.portable-coolroom-section .portable-coolroom-title .title-bold {
  font-weight: 900;
}

.portable-coolroom-section .portable-coolroom-title .title-normal {
  font-weight: 400;
}

.portable-coolroom-section .portable-coolroom-description,
.portable-coolroom-section .portable-coolroom-closing {
  font-family: 'Segoe UI', sans-serif;
  font-size: 24px;
  color: #27272a; /* zinc-800 */
}

.portable-coolroom-section .portable-coolroom-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.portable-coolroom-section .portable-coolroom-feature {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

/* Feature icon (reuse home SVG) */
.portable-coolroom-section .portable-coolroom-feature .feature-icon {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  flex-shrink: 0;
  background-image: url('../../images/mobile-coolroom-perth/dba84aad5ebb5537a1b3621a0b6c12d9f16bfc86.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.portable-coolroom-section .portable-coolroom-feature .feature-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 24px;
  font-weight: 600; /* semibold */
  color: #27272a; /* zinc-800 */
  text-transform: capitalize;
}

.portable-coolroom-section .portable-coolroom-image {
  width: 631px;
  height: 684px;
  border-radius: 20px;
  object-fit: cover;
}

/* Responsive - tablet */
@media (max-width: 992px) {
  .portable-coolroom-section {
    padding: 60px 20px !important;
  }
  .portable-coolroom-section .portable-coolroom-content {
    flex-direction: column;
    gap: 32px !important;
  }
  .portable-coolroom-section .portable-coolroom-text {
    max-width: 100% !important;
  }
  .portable-coolroom-section .portable-coolroom-image {
    width: 100% !important;
    height: auto !important;
  }
}

/* Responsive - mobile */
@media (max-width: 768px) {
  .portable-coolroom-section {
    padding: 30px 20px !important;
  }
  .portable-coolroom-section .portable-coolroom-title .title-bold,
  .portable-coolroom-section .portable-coolroom-title .title-normal {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .portable-coolroom-section .portable-coolroom-description,
  .portable-coolroom-section .portable-coolroom-feature .feature-text,
  .portable-coolroom-section .portable-coolroom-closing {
    font-size: 18px !important;
  }
  .portable-coolroom-section .portable-coolroom-features {
    gap: 16px !important;
  }
  .portable-coolroom-section .portable-coolroom-feature {
    gap: 16px !important;
  }
  .portable-coolroom-section .portable-coolroom-feature .feature-icon {
    width: 20px !important;
    height: 20px !important;
  }
}
/* Cold Room Section (replicated from new-home, adapted for mobile-coolroom page) */

/* Coolrooms Hire Perth Section (Zigzag Layout) */
.coolrooms-hire-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  background: #ffffff;
}

.coolrooms-hire-section .portable-coolroom-container {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}

.coolrooms-hire-section .coolrooms-hire-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-direction: row; /* Layout normal: text on left, image on right */
}

.coolrooms-hire-section .coolrooms-hire-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 760px;
}

.coolrooms-hire-section .coolrooms-hire-title {
  display: block;
}

.coolrooms-hire-section .coolrooms-hire-title .title-bold,
.coolrooms-hire-section .coolrooms-hire-title .title-normal {
  font-family: 'Segoe UI', sans-serif;
  font-size: 48px;
  line-height: 40px;
  color: #1d4ed8; /* text-blue-700 */
}

.coolrooms-hire-section .coolrooms-hire-title .title-bold {
  font-weight: 900;
}

.coolrooms-hire-section .coolrooms-hire-title .title-normal {
  font-weight: 400;
}

.coolrooms-hire-section .coolrooms-hire-description {
  font-family: 'Segoe UI', sans-serif;
  font-size: 24px;
  color: #27272a; /* zinc-800 */
}

.coolrooms-hire-section .coolrooms-hire-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.coolrooms-hire-section .coolrooms-hire-feature {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

/* Feature icon (reuse home SVG) */
.coolrooms-hire-section .coolrooms-hire-feature .feature-icon {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  flex-shrink: 0;
  background-image: url('../../images/mobile-coolroom-perth/dba84aad5ebb5537a1b3621a0b6c12d9f16bfc86.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.coolrooms-hire-section .coolrooms-hire-feature .feature-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 24px;
  font-weight: 600; /* semibold */
  color: #27272a; /* zinc-800 */
}

.coolrooms-hire-section .coolrooms-hire-image {
  width: 631px;
  height: 684px;
  border-radius: 20px;
  object-fit: cover;
}

/* Responsive - tablet */
@media (max-width: 992px) {
  .coolrooms-hire-section {
    padding: 60px 20px !important;
  }
  .coolrooms-hire-section .coolrooms-hire-content {
    flex-direction: column;
    gap: 32px !important;
  }
  .coolrooms-hire-section .coolrooms-hire-text {
    max-width: 100% !important;
  }
  .coolrooms-hire-section .coolrooms-hire-image {
    width: 100% !important;
    height: auto !important;
  }
}

/* Responsive - mobile */
@media (max-width: 768px) {
  .coolrooms-hire-section {
    padding: 30px 20px !important;
  }
  .coolrooms-hire-section .coolrooms-hire-title .title-bold,
  .coolrooms-hire-section .coolrooms-hire-title .title-normal {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .coolrooms-hire-section .coolrooms-hire-description,
  .coolrooms-hire-section .coolrooms-hire-feature .feature-text {
    font-size: 18px !important;
  }
  .coolrooms-hire-section .coolrooms-hire-features {
    gap: 16px !important;
  }
  .coolrooms-hire-section .coolrooms-hire-feature {
    gap: 16px !important;
  }
  .coolrooms-hire-section .coolrooms-hire-feature .feature-icon {
    width: 20px !important;
    height: 20px !important;
  }
}

.cold-room-region {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  background: #ffffff;
}

.cold-room-region .portable-coolroom-container {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}

/* Cold Room Container */
.cold-room-section {
  background: linear-gradient(to bottom, #3555C8, #1e3a8a);
  border-radius: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.cold-room-background {
  width: 384px;
  height: 384px;
  position: relative;
  flex-shrink: 0;
}

.cold-room-content {
  width: 100%;
  padding-right: 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 36px 60px 40px;
}

.cold-room-title {
  justify-content: flex-start;
}

.title-white {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 400;
  font-family: 'Segoe UI', sans-serif;
  line-height: 40px;
}

.title-yellow {
  color: #EEB524;
  font-size: 48px;
  font-weight: 900;
  font-family: 'Segoe UI', sans-serif;
  line-height: 40px;
}

.cold-room-description {
  width: 100%;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.5;
}

/* Responsive tweaks */
@media (max-width: 1400px) {
  .cold-room-content { width: 900px; }
  .title-white, .title-yellow { font-size: 40px; line-height: 44px; }
  .cold-room-description { font-size: 20px; }
}

@media (max-width: 1024px) {
  .cold-room-section { flex-direction: column; }
  .cold-room-background { width: 100%; height: 200px; }
  .cold-room-content { width: 100%; padding: 40px 20px; }
  .title-white, .title-yellow { font-size: 32px; line-height: 36px; }
}

@media (max-width: 768px) {
  .cold-room-region { padding: 40px 20px !important; }
  .cold-room-content { gap: 30px; padding: 30px 20px; text-align: center; }
  .cold-room-title { width: 100%; text-align: center; }
  .title-white, .title-yellow { font-size: 28px; line-height: 32px; }
  .cold-room-description { font-size: 18px; text-align: center; }
}

/* Clean, Secure, and Sanitised Section */
.clean-secure-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  background: #ffffff;
}

.clean-secure-section .portable-coolroom-container {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}

/* Clean Secure Container */
.clean-secure-container {
  background: linear-gradient(to bottom, #3555C8, #1a2a62);
  border-radius: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.clean-secure-background {
  width: 234px;
  height: 465px;
  position: relative;
  flex-shrink: 0;
}

.clean-secure-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clean-secure-content {
  width: 100%;
  padding: 50px 35px 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
}

.clean-secure-title {
  justify-content: flex-start;
  margin: 0;
  font-size: 42px;
  line-height: 1.1;
  font-family: 'Segoe UI', sans-serif;
}

.clean-secure-description,
.clean-secure-closing {
  width: 100%;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.5;
  margin: 0;
}

.clean-secure-features {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}

.features-row {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

.clean-secure-feature {
  display: flex;
  align-items: center;
  gap: 21px;
  flex: 1;
}

.clean-secure-feature .feature-icon {
  width: 26px;
  height: 25px;
  border-radius: 2px;
  flex-shrink: 0;
  background-image: url('../../images/mobile-coolroom-perth/dba84aad5ebb5537a1b3621a0b6c12d9f16bfc86.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.clean-secure-feature .feature-text {
  font-family: 'Segoe UI', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: capitalize;
  white-space: nowrap;
}

.clean-secure-feature .feature-text strong {
  font-weight: 700;
}

/* Responsive tweaks */
@media (max-width: 1400px) {
  .clean-secure-content { 
    width: 900px; 
    padding: 40px 30px;
  }
  .clean-secure-title { 
    font-size: 36px; 
    line-height: 1.2; 
  }
  .clean-secure-description,
  .clean-secure-closing { 
    font-size: 20px; 
  }
  .clean-secure-feature .feature-text {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .clean-secure-container { 
    flex-direction: column; 
  }
  .clean-secure-background { 
    width: 100%; 
    height: 200px; 
  }
  .clean-secure-content { 
    width: 100%; 
    padding: 40px 20px; 
  }
  .clean-secure-title { 
    font-size: 32px; 
    line-height: 1.2; 
  }
  .features-row {
    flex-direction: column;
    gap: 20px;
  }
  .clean-secure-feature .feature-text {
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .clean-secure-section { 
    padding: 40px 20px !important; 
  }
  .clean-secure-content { 
    gap: 30px; 
    padding: 30px 20px; 
    text-align: center; 
  }
  .clean-secure-title { 
    width: 100%; 
    text-align: center; 
    font-size: 28px; 
    line-height: 1.2; 
  }
  .clean-secure-description,
  .clean-secure-closing { 
    font-size: 18px; 
    text-align: center; 
  }
  .clean-secure-feature .feature-text {
    font-size: 18px;
    text-align: left;
  }
  .clean-secure-feature .feature-icon {
    width: 20px;
    height: 20px;
  }
}

/* Zigzag rows for Dimensions & Prices */
.coolroom-dimensions-content { display: grid; gap: 64px; }
.size-row { 
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  gap: 64px; 
  align-items: center; 
  margin-bottom: 40px;
}
.size-row.size-large .size-image { order: 1; }
.size-row.size-large .coolroom-dimensions-details { order: 2; }
.size-row.size-jumbo .coolroom-dimensions-details { order: 1; }
.size-row.size-jumbo .size-image { order: 2; }

@media (max-width: 1024px) {
  .size-row { 
    grid-template-columns: 1fr; 
    gap: 40px; 
    text-align: center;
  }
  .size-row .size-image, .size-row .coolroom-dimensions-details { 
    order: initial; 
  }
  .coolroom-dimensions-image {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .size-row {
    gap: 30px;
    margin-bottom: 30px;
  }
  .coolroom-dimensions-image {
    max-width: 100%;
    border-radius: 12px;
  }
}

/* Base da seção: gradient e espaçamento */
.coolroom-dimensions-section { background: linear-gradient(180deg, #3352C4 0%, #0B1C3D 100%); padding: 120px 0; overflow: hidden; }

.coolroom-dimensions-section .portable-coolroom-container {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}

.coolroom-dimensions-header { text-align: center; margin-bottom: 96px; }
.coolroom-dimensions-title { margin: 0; }

.coolroom-dimensions-image { 
  width: 100%; 
  max-width: 778px; 
  height: auto; 
  aspect-ratio: 778/697; 
  border-radius: 16px; 
  object-fit: cover;
}


.coolroom-dimensions-details { display: grid; gap: 40px; }
.size-panel { display: grid; gap: 24px; }
.size-heading { color: #FFFFFF; font-size: 32px; line-height: 40px; font-weight: 700; margin: 0; }
.price-chips { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.price-chip { background: #FFFFFF; border-radius: 20px; padding: 10px 24px; display: flex; align-items: center; gap: 10px; }
.price-chip .amount { color: #3352C4; font-size: 20px; font-weight: 900; text-transform: capitalize; }
.price-chip .label { color: #27272A; font-size: 20px; font-weight: 600; text-transform: capitalize; }
.meta-block { display: grid; gap: 14px; }
.meta-label { color: #FFFFFF; font-size: 20px; font-weight: 700; text-transform: capitalize; }
.meta-value { color: #FFFFFF; font-size: 20px; font-weight: 400; text-transform: capitalize; }

@media (max-width: 1400px) {
    .coolroom-dimensions-section {
        padding: 80px 0;
    }
    
    .coolroom-dimensions-header {
        margin-bottom: 72px;
    }
}

@media (max-width: 1024px) {
    .coolroom-dimensions-image {
        max-width: 100%;
        border-radius: 16px;
    }
}

@media (max-width: 768px) {
    .coolroom-dimensions-section {
        padding: 56px 0;
    }
    
    .size-heading {
        font-size: 28px;
        line-height: 36px;
    }
    
    .price-chip,
    .meta-label,
    .meta-value {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .coolroom-dimensions-section {
        padding: 40px 0;
    }
    
    .coolroom-dimensions-container {
        padding: 0 16px;
    }
    
    .size-heading {
        font-size: 24px;
        line-height: 32px;
    }
    
    .price-chip,
    .meta-label,
    .meta-value {
        font-size: 16px;
    }
    
    .coolroom-dimensions-grid {
        gap: 20px;
    }
}

/* ========================================
   NEW INSTALLATIONS SECTION - BEM Methodology
   Clean, organized CSS following best practices
======================================== */

/* Section Container */
.new-installations-section {
    align-self: stretch;
    padding: 100px 190px;
    background: linear-gradient(0deg, rgba(44, 101, 227, 0.20) 0%, rgba(44, 101, 227, 0.20) 100%),
                url('../../images/mobile-coolroom-perth/49cc5a67ff91eb6f12ae131c9f4087c7014c59cf.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 100px;
}

.new-installations-section .installations-container {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
}

/* Installation Card */
.new-installations-section .installations-card {
    width: 100%;
    position: relative;
    background: rgba(242, 242, 242, 0.7);
    overflow: hidden;
    border-radius: 20px;
    backdrop-filter: blur(7.8px);
    display: flex;
}

/* Installation Images */
.new-installations-section .installations-images {
    width: 538px;
    height: 705px;
    position: absolute;
    overflow: hidden;
    flex-shrink: 0;
}

.new-installations-section .installations-image-1 {
    width: 727.44px;
    height: 1072.17px;
    position: absolute;
    left: 0;
    top: -242.93px;
    object-fit: cover;
}

.new-installations-section .installations-image-2 {
    width: 727.44px;
    height: 1072.17px;
    position: absolute;
    left: -130px;
    top: -352px;
    object-fit: cover;
}

/* Installation Content */
.new-installations-section .installations-content {
    flex: 1;
    padding: 50px 35px 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
    font-family: 'Segoe UI', sans-serif;
    margin-left: 400px;
    z-index: 3;
}

/* Installation Typography */
.new-installations-section .installations-title {
    color: #333333;
    font-size: 42px;
    line-height: 46.2px;
    margin: 0;
    font-weight: bold;
    word-wrap: break-word;
}

.new-installations-section .title-light {
    font-weight: 400;
}

.new-installations-section .title-bold {
    color: #333;
    font-weight: 800;
}

.new-installations-section .installations-text {
    color: black;
    font-size: 24px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    line-height: 1.5;
}

.new-installations-section .installations-text p {
    margin: 0 0 20px 0;
    line-height: normal;
}

.new-installations-section .installations-text .installations-features {
    margin: 30px 0 50px 0;
    display: inline-block;
}

.new-installations-section .installations-text p:last-child {
    margin-bottom: 0;
}

.new-installations-section .installations-text strong {
    font-weight: 700;
}

/* Installations section specific styling */
.installations-main-title {
    color: #27272a;
    font-size: 3rem;
    font-weight: 800 !important;
    font-family: 'Segoe UI', sans-serif;
    line-height: 2.5rem;
}

.installations-intro,
.installations-outro {
    font-size: 1.5rem;
    font-family: 'Segoe UI', sans-serif;
    line-height: 2rem;
}

.feature-text-bold {
    color: #27272a;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Segoe UI', sans-serif;
    text-transform: capitalize;
}

.feature-text-semibold {
    color: #27272a;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Segoe UI', sans-serif;
    text-transform: capitalize;
}

.feature-text-normal {
    color: #27272a;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: 'Segoe UI', sans-serif;
    text-transform: capitalize;
}

/* Feature styling */
.installations-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.feature-icon {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    flex-shrink: 0;
    background-image: url('../../images/mobile-coolroom-perth/dba84aad5ebb5537a1b3621a0b6c12d9f16bfc86.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
}

/* New Installations Responsive Design */
@media (max-width: 1536px) {
    .new-installations-section {
        padding: 80px 120px;
    }
    
    .new-installations-section .installations-card {
        max-width: 1200px;
    }
    
    .new-installations-section .installations-content {
        margin-left: 320px;
    }
    
    .new-installations-section .installations-title {
        font-size: 36px;
        line-height: 40px;
    }
    
    .new-installations-section .installations-text {
        font-size: 20px;
    }
}

@media (max-width: 1280px) {
    .new-installations-section {
        padding: 60px 80px;
    }
    
    .new-installations-section .installations-card {
        height: auto;
        flex-direction: column;
    }
    
    .new-installations-section .installations-images {
        width: 100%;
        height: 400px;
    }
    
    .new-installations-section .installations-content {
        margin-left: 0;
        padding: 40px;
    }
    
    .new-installations-section .installations-title {
        font-size: 32px;
        line-height: 36px;
    }
    
    .new-installations-section .installations-text {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .new-installations-section {
        padding: 40px 20px;
    }
    
    .new-installations-section .installations-images {
        display: none;
        height: 300px;
    }
    
    .new-installations-section .installations-content {
        padding: 30px 20px;
        gap: 30px;
    }
    
    .new-installations-section .installations-title {
        font-size: 28px;
        line-height: 32px;
    }
    
    .new-installations-section .installations-text {
        font-size: 16px;
    }
}

/* ========================================
   TRAILER-MOUNTED SECTION - Based on Why Refrigwest Leads
   Clean, organized CSS following best practices
======================================== */

/* Section Container */
.trailer-mounted-section {
    padding: 80px 192px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 96px;
    overflow: hidden;
    background-color: white;
}

.trailer-mounted-section .trailer-mounted-container {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 96px;
}

.trailer-mounted-section .trailer-mounted-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.trailer-mounted-section .trailer-mounted-image {
    width: 631px;
    height: 684px;
    border-radius: 20px;
    object-fit: cover;
    flex-shrink: 0;
    aspect-ratio: 631/684;
}

.trailer-mounted-section .trailer-mounted-text {
    width: 760px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 48px;
}

.trailer-mounted-section .trailer-mounted-title {
    justify-content: flex-start;
}

.trailer-mounted-section .trailer-mounted-title .title-normal {
    color: #3555C8;
    font-size: 48px;
    font-weight: 400;
    font-family: 'Segoe UI', sans-serif;
    line-height: 40px;
}

.trailer-mounted-section .trailer-mounted-title .title-bold {
    color: #3555C8;
    font-size: 48px;
    font-weight: 900;
    font-family: 'Segoe UI', sans-serif;
    line-height: 40px;
}

.trailer-mounted-section .trailer-mounted-description {
    width: 100%;
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.5;
}

.trailer-mounted-section .trailer-mounted-features {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
}

.trailer-mounted-section .trailer-mounted-feature {
    display: flex;
    align-items: center;
    gap: 20px;
}

.trailer-mounted-section .trailer-mounted-feature .feature-icon {
    width: 26px !important;
    height: 25px !important;
    border-radius: 2px !important;
    flex-shrink: 0 !important;
    background-image: url('../../images/mobile-coolroom-perth/dba84aad5ebb5537a1b3621a0b6c12d9f16bfc86.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.trailer-mounted-section .trailer-mounted-feature .feature-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 24px;
    color: #333333;
    text-transform: capitalize;
    line-height: 1.3;
}

.trailer-mounted-section .trailer-mounted-feature .feature-text .feature-normal {
    font-weight: 600;
}

.trailer-mounted-section .trailer-mounted-feature .feature-text .feature-bold {
    font-weight: 900;
}

.trailer-mounted-section .trailer-mounted-closing {
    width: 100%;
    justify-content: flex-start;
    font-family: 'Segoe UI', sans-serif;
    font-size: 24px;
    line-height: 1.5;
}

.trailer-mounted-section .trailer-mounted-closing .closing-normal {
    color: #333333;
    font-weight: 400;
}

.trailer-mounted-section .trailer-mounted-closing .closing-bold {
    color: #3555C8;
    font-weight: 400;
}

/* Responsive Design for Trailer-Mounted Section */
@media (max-width: 1400px) {
    .trailer-mounted-section {
        padding: 60px 100px !important;
    }
    
    .trailer-mounted-section .trailer-mounted-image {
        width: 500px !important;
        height: 550px !important;
    }
    
    .trailer-mounted-section .trailer-mounted-text {
        width: 600px !important;
    }
    
    .trailer-mounted-section .trailer-mounted-title {
        width: 100% !important;
    }
    
    .trailer-mounted-section .trailer-mounted-title .title-normal,
    .trailer-mounted-section .trailer-mounted-title .title-bold {
        font-size: 40px !important;
        line-height: 44px !important;
    }
    
    .trailer-mounted-section .trailer-mounted-description,
    .trailer-mounted-section .trailer-mounted-feature .feature-text,
    .trailer-mounted-section .trailer-mounted-closing {
        font-size: 20px !important;
    }
    
    .trailer-mounted-section .trailer-mounted-features {
        width: 100% !important;
        max-width: 384px;
    }
}

@media (max-width: 1024px) {
    .trailer-mounted-section {
        padding: 40px 60px !important;
    }
    
    .trailer-mounted-section .trailer-mounted-content {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .trailer-mounted-section .trailer-mounted-image {
        width: 100% !important;
        max-width: 500px !important;
        height: auto !important;
    }
    
    .trailer-mounted-section .trailer-mounted-text {
        width: 100% !important;
    }
    
    .trailer-mounted-section .trailer-mounted-title {
        width: 100% !important;
        text-align: center !important;
    }
    
    .trailer-mounted-section .trailer-mounted-features {
        width: 100% !important;
        max-width: none !important;
    }
    
    .trailer-mounted-section .trailer-mounted-feature {
        justify-content: center !important;
    }
}

@media (max-width: 768px) {
    .trailer-mounted-section {
        padding: 30px 20px !important;
        gap: 48px !important;
    }
    
    .trailer-mounted-section .trailer-mounted-container {
        gap: 48px !important;
    }
    
    .trailer-mounted-section .trailer-mounted-content {
        gap: 24px !important;
    }
    
    .trailer-mounted-section .trailer-mounted-text {
        gap: 24px !important;
    }
    
    .trailer-mounted-section .trailer-mounted-title .title-normal,
    .trailer-mounted-section .trailer-mounted-title .title-bold {
        font-size: 32px !important;
        line-height: 36px !important;
    }
    
    .trailer-mounted-section .trailer-mounted-description,
    .trailer-mounted-section .trailer-mounted-feature .feature-text,
    .trailer-mounted-section .trailer-mounted-closing {
        font-size: 18px !important;
    }
    
    .trailer-mounted-section .trailer-mounted-features {
        gap: 16px !important;
    }
    
    .trailer-mounted-section .trailer-mounted-feature {
        gap: 16px !important;
    }
    
    .trailer-mounted-section .trailer-mounted-feature .feature-icon {
        width: 20px !important;
        height: 20px !important;
    }
}

/* ========================================
   MOBILE HIRE NEAR ME SECTION STYLES
======================================== */

.mobile-hire-near-me-section {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
}

.mobile-hire-near-me-container {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 20px;
}

.mobile-hire-near-me-content {
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1500px;
    margin: 0 auto;
}

.mobile-hire-near-me-image {
    width: 631px;
    height: 684px;
    object-fit: cover;
    border-radius: 12px;
    overflow: hidden;
}

.mobile-hire-near-me-image iframe{
    width: 100%;
    height: 100%;
}

.mobile-hire-near-me-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mobile-hire-near-me-title {
    font-family: 'Segoe UI', sans-serif;
    font-size: 48px;
    line-height: 52.8px;
    margin: 0;
    color: #1a1a1a;
}

.mobile-hire-near-me-title .title-normal {
    font-weight: 400;
}

.mobile-hire-near-me-title .title-bold {
    font-weight: 700;
    color: #3555C8;
}

.mobile-hire-near-me-description,
.mobile-hire-near-me-coverage,
.mobile-hire-near-me-closing {
    font-family: 'Segoe UI', sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #4a4a4a;
    margin: 0;
}

.mobile-hire-near-me-locations {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 16px 0;
}

.location-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.location-icon {
    width: 18px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.location-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 18px;
    line-height: 25.2px;
    color: #1a1a1a;
    font-weight: 500;
}

/* ========================================
   FLEXIBLE HIRE TERMS SECTION STYLES
======================================== */

.flexible-hire-terms-section {
    padding: 80px 0;
    position: relative;
}

.flexible-hire-terms-container {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 20px;
}

.flexible-hire-terms-content {
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1500px;
    margin: 0 auto;
}

.flexible-hire-terms-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.flexible-hire-terms-title {
    font-family: 'Segoe UI', sans-serif;
    font-size: 48px;
    line-height: 52.8px;
    margin: 0;
    color: #1a1a1a;
}

.flexible-hire-terms-title .title-bold {
    font-weight: 700;
    color: #3555C8;
}

.flexible-hire-terms-description,
.flexible-hire-terms-closing {
    font-family: 'Segoe UI', sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #4a4a4a;
    margin: 0;
}

.flexible-hire-terms-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 16px 0;
}

.hire-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.hire-feature-icon {
    width: 26px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.hire-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hire-feature-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 18px;
    line-height: 25.2px;
    color: #1a1a1a;
}

.hire-feature-text strong {
    font-weight: 700;
}

.hire-feature-text .feature-normal {
    font-weight: 400;
    color: #4a4a4a;
}

.flexible-hire-terms-image {
    width: 631px;
    height: 684px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.flexible-hire-terms-image:hover {
    transform: translateY(-4px);
}

/* ========================================
   RESPONSIVE STYLES FOR NEW SECTIONS
======================================== */

/* Tablet Styles */
@media (max-width: 1024px) {
    .mobile-hire-near-me-content,
    .flexible-hire-terms-content {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
    
    .mobile-hire-near-me-image,
    .flexible-hire-terms-image {
        width: 100%;
        max-width: 500px;
        height: auto;
        aspect-ratio: 631/684;
    }
    
    .mobile-hire-near-me-title,
    .flexible-hire-terms-title {
        font-size: 40px;
        line-height: 44px;
    }
    
    .mobile-hire-near-me-description,
    .flexible-hire-terms-description,
    .flexible-hire-terms-closing {
        font-size: 18px;
        line-height: 26px;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .mobile-hire-near-me-section,
    .flexible-hire-terms-section {
        padding: 60px 0;
    }
    
    .mobile-hire-near-me-container,
    .flexible-hire-terms-container {
        padding: 0 20px;
    }
    
    .mobile-hire-near-me-content,
    .flexible-hire-terms-content {
        gap: 32px;
    }
    
    .mobile-hire-near-me-title,
    .flexible-hire-terms-title {
        font-size: 32px;
        line-height: 36px;
    }
    
    .mobile-hire-near-me-description,
    .flexible-hire-terms-description,
    .flexible-hire-terms-closing {
        font-size: 16px;
        line-height: 24px;
    }
    
    .hire-feature-text {
        font-size: 16px;
        line-height: 22px;
    }
    
    .mobile-hire-near-me-image iframe {
        height: 300px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .mobile-hire-near-me-section,
    .flexible-hire-terms-section {
        padding: 40px 0;
    }
    
    .mobile-hire-near-me-container,
    .flexible-hire-terms-container {
        padding: 0 16px;
    }
    
    .mobile-hire-near-me-title,
    .flexible-hire-terms-title {
        font-size: 28px;
        line-height: 32px;
    }
    
    .mobile-hire-near-me-description,
    .flexible-hire-terms-description,
    .flexible-hire-terms-closing {
        font-size: 14px;
        line-height: 22px;
    }
    
    .hire-feature-text {
        font-size: 14px;
        line-height: 20px;
    }
    
    .flexible-hire-terms-features {
        gap: 12px;
    }
    
    .hire-feature-item {
        gap: 8px;
    }
    
    .hire-feature-icon {
        width: 20px;
        height: 20px;
    }
    
    .mobile-hire-near-me-image iframe {
        height: 250px;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .mobile-hire-near-me-section,
    .flexible-hire-terms-section {
        padding: 60px 0;
    }
    
    .mobile-hire-near-me-container,
    .flexible-hire-terms-container {
        padding: 0 16px;
    }
    
    .mobile-hire-near-me-content,
    .flexible-hire-terms-content {
        gap: 32px;
    }
    
    .mobile-hire-near-me-title,
    .flexible-hire-terms-title {
        font-size: 32px;
        line-height: 36px;
    }
    
    .mobile-hire-near-me-description,
    .mobile-hire-near-me-coverage,
    .mobile-hire-near-me-closing,
    .flexible-hire-terms-description,
    .flexible-hire-terms-closing {
        font-size: 16px;
        line-height: 22.4px;
    }
    
    .mobile-hire-near-me-locations,
    .flexible-hire-terms-features {
        gap: 12px;
    }
    
    .location-item,
    .hire-feature-item {
        gap: 8px;
    }
    
    .location-text,
    .hire-feature-text {
        font-size: 14px;
        line-height: 19.6px;
    }
    
    .location-icon {
        width: 16px;
        height: 22px;
    }
    
    .hire-feature-icon {
        width: 22px;
        height: 21px;
    }
}

/* ========================================
   HIRE COOLROOM SECTION STYLES
======================================== */

/* Hire Coolroom Container */
.hire-coolroom-section {
    align-self: stretch;
    padding: 100px 190px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 100px;
    background-color: #f9f8f8;
}

.hire-coolroom-container {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hire-coolroom-card {
    background: linear-gradient(180deg, #3555C8 29.747%, #1A2A62 169.62%);
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1541px;
    height: 480px;
}

/* Hire Coolroom Image Wrapper */
.hire-coolroom-image-wrapper {
    width: 522px;
    height: 491px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.hire-coolroom-bg-image {
    width: 780.73px;
    height: 516px;
    left: -162px;
    top: -30px;
    position: absolute;
    border-top-left-radius: 11.965px;
    border-bottom-left-radius: 11.965px;
    object-fit: cover;
    object-position: right center;
}

.hire-coolroom-vector-1 {
    width: 661.4px;
    height: 974.835px;
    left: -29.23px;
    top: -365.83px;
    position: absolute;
    z-index: 1;
}

.hire-coolroom-overlay-image {
    width: 780.73px;
    height: 516px;
    left: -162px;
    top: -30px;
    position: absolute;
    border-top-left-radius: 11.965px;
    border-bottom-left-radius: 11.965px;
    object-fit: cover;
    object-position: right center;
    z-index: 2;
}

.hire-coolroom-vector-2 {
    width: 661.4px;
    height: 974.835px;
    left: 105.83px;
    top: -465px;
    position: absolute;
    z-index: 3;
}

/* Hire Coolroom Content */
.hire-coolroom-content {
    width: 1019px;
    padding: 50px 35px 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
}

.hire-coolroom-title {
    width: 771px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 42px;
    line-height: 1.1;
    text-transform: capitalize;
    word-wrap: break-word;
}

.hire-coolroom-title-white {
    color: white;
    font-weight: 400;
}

.hire-coolroom-title-yellow {
    color: #EEB524;
    font-weight: 900;
}

.hire-coolroom-description {
    align-self: stretch;
    font-family: 'Segoe UI', sans-serif;
    font-size: 24px;
    text-transform: capitalize;
    word-wrap: break-word;
    line-height: normal;
}

.hire-coolroom-subtitle {
    align-self: stretch;
    font-family: 'Segoe UI', sans-serif;
    font-size: 24px;
    text-transform: capitalize;
    word-wrap: break-word;
    line-height: normal;
}

.hire-coolroom-link {
    color: white;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
    cursor: pointer;
    transition: color 0.3s ease;
}

.hire-coolroom-link:hover {
    color: #EEB524;
}

.hire-coolroom-text {
    color: white;
    font-weight: 400;
}

/* Hire Coolroom Buttons */
.hire-coolroom-buttons {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: flex-start;
}

.hire-coolroom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    border-radius: 100px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.hire-coolroom-btn-primary {
    background-color: #DC2626;
    color: white;
}

.hire-coolroom-btn-primary:hover {
    background-color: #B91C1C;
    color: white;
}

.hire-coolroom-btn-secondary {
    background-color: white;
    color: #3555C8;
    border: 2px solid #3555C8;
}

.hire-coolroom-btn-secondary:hover {
    background-color: #3555C8;
    color: white;
}

/* Responsive Design for Hire Coolroom Section */
@media (max-width: 1400px) {
    .hire-coolroom-section {
        padding: 80px 100px;
    }
    
    .hire-coolroom-image-wrapper {
        width: 400px;
        height: 350px;
        display:none;
    }
    
    .hire-coolroom-bg-image,
    .hire-coolroom-overlay-image {
        width: 600px;
        height: 380px;
        left: -200px;
    }
    
    .hire-coolroom-content {
        width: 800px;
        margin: 0 auto;
    }
    
    .hire-coolroom-title {
        width: 600px;
        font-size: 36px;
    }
    
    .hire-coolroom-description,
    .hire-coolroom-subtitle {
        font-size: 20px;
    }
    
    .hire-coolroom-btn {
        font-size: 20px;
        padding: 12px 32px;
    }
}

@media (max-width: 1024px) {
    .hire-coolroom-section {
        padding: 60px 40px;
    }
    
    .hire-coolroom-card {
        flex-direction: column;
        text-align: center;
    }
    
    .hire-coolroom-image-wrapper {
        width: 100%;
        height: 300px;
    }
    
    .hire-coolroom-bg-image,
    .hire-coolroom-overlay-image {
        width: 100%;
        height: 300px;
        left: 0;
        top: 0;
        position: relative;
    }
    
    .hire-coolroom-vector-1,
    .hire-coolroom-vector-2 {
        display: none;
    }
    
    .hire-coolroom-content {
        width: 100%;
        padding: 40px 20px;
    }
    
    .hire-coolroom-title {
        width: 100%;
        font-size: 32px;
    }
    
    .hire-coolroom-description,
    .hire-coolroom-subtitle {
        font-size: 18px;
    }
    
    .hire-coolroom-buttons {
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }
    
    .hire-coolroom-btn {
        width: 100%;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .hire-coolroom-section {
        padding: 40px 20px;
        gap: 60px;
    }
    
    .hire-coolroom-content {
        gap: 30px;
        padding: 30px 20px;
    }
    
    .hire-coolroom-title {
        font-size: 28px;
    }
    
    .hire-coolroom-description,
    .hire-coolroom-subtitle {
        font-size: 16px;
    }
    
    .hire-coolroom-image-wrapper {
        height: 200px;
    }
    
    .hire-coolroom-bg-image,
    .hire-coolroom-overlay-image {
        height: 200px;
    }
    
    .hire-coolroom-btn {
        font-size: 16px;
        padding: 12px 24px;
    }
}

/* Why Refrigwest Leads Section */
.why-leads-section {
    padding: 96px 0;
    background: linear-gradient(to bottom, #3555c8, #1e3a8a);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 96px;
    overflow: hidden;
}

.why-leads-container {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 96px;
}

.why-leads-header {
    text-align: center;
}

.why-leads-title {
    font-family: 'Segoe UI', sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 40px;
    margin: 0;
    text-align: center;
}

.title-white {
    color: #ffffff;
}

.title-yellow {
    color: #fbbf24;
}

.why-leads-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.why-leads-features {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    flex: 1;
}

.why-leads-feature {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.feature-icon {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    flex-shrink: 0;
}

.feature-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 24px;
    color: #ffffff;
    text-transform: capitalize;
    display: flex;
    justify-content: flex-start;
}

.text-semibold {
    font-weight: 600;
}

.text-bold {
    font-weight: 700;
}

.why-leads-description {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 48px;
    flex: 1;
    border-left: 1px solid #fff;
    padding-left: 100px;
}

.description-title {
    font-family: 'Segoe UI', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #ffffff;
    margin: 0;
    width: 100%;
    max-width: 629px;
    display: flex;
    justify-content: flex-start;
}

.description-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    width: 100%;
    max-width: 757px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
}

.description-text p {
    margin: 0;
    line-height: 1.5;
}

.closing-text {
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .why-leads-content {
        flex-direction: column;
        gap: 60px;
    }
    
    .why-leads-divider {
        display: none;
    }
    
    .why-leads-title {
        font-size: 42px;
    }
    
    .feature-text {
        font-size: 22px;
    }
    
    .description-title {
        font-size: 32px;
    }
    
    .description-text {
        font-size: 22px;
    }
    .why-leads-description{
        border:none;
        padding-left:0;
    }
}

@media (max-width: 992px) {
    .why-leads-section {
        padding: 80px 0;
        gap: 80px;
    }
    
    .why-leads-container {
        gap: 80px;
    }
    
    .why-leads-title {
        font-size: 36px;
        line-height: 44px;
    }
    
    .feature-text {
        font-size: 20px;
    }
    
    .description-title {
        font-size: 28px;
        line-height: 36px;
    }
    
    .description-text {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .why-leads-section {
        padding: 60px 0;
        gap: 60px;
    }
    
    .why-leads-container {
        gap: 60px;
        padding: 0 16px;
    }
    
    .why-leads-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .why-leads-features {
        gap: 20px;
    }
    
    .why-leads-feature {
        gap: 16px;
    }
    
    .feature-icon {
        width: 20px;
        height: 20px;
    }
    
    .feature-text {
        font-size: 18px;
    }
    
    .description-title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .description-text {
        font-size: 18px;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .why-leads-section {
        padding: 40px 0;
        gap: 40px;
    }
    
    .why-leads-container {
        gap: 40px;
    }
    
    .why-leads-title {
        font-size: 28px;
        line-height: 36px;
    }
    
    .feature-text {
        font-size: 16px;
    }
    
    .description-title {
        font-size: 22px;
        line-height: 28px;
    }
    
    .description-text {
        font-size: 16px;
    }
}

/* ========================================
   COMPREHENSIVE RESPONSIVE DESIGN
   Mobile Coolroom Perth - All Breakpoints
   Breakpoints: 480px, 768px, 1024px, 1280px, 1536px+
======================================== */

/* ========================================
   MOBILE FIRST - Up to 480px (Small phones)
======================================== */
@media (max-width: 480px) {
    /* Hero Section */
    .hero-section.mobile-coolroom-hero-section {
        min-height: 600px;
        padding: 60px 0;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-container.mobile-coolroom-hero-container {
        padding: 0 16px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-content.mobile-coolroom-hero-content {
        gap: 24px;
        max-width: 100%;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-title.mobile-coolroom-hero-title {
        font-size: 32px;
        line-height: 36px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-subtitle.mobile-coolroom-hero-subtitle {
        font-size: 18px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-description {
        font-size: 16px;
        line-height: 24px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-buttons.mobile-coolroom-hero-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-btn.mobile-coolroom-hero-btn {
        width: 100%;
        padding: 16px 24px;
        font-size: 16px;
    }
    
    /* Hide overlays on mobile */
    .hero-section.mobile-coolroom-hero-section .hero-overlay-1.mobile-coolroom-hero-overlay-1,
    .hero-section.mobile-coolroom-hero-section .hero-overlay-2.mobile-coolroom-hero-overlay-2 {
        display: none;
    }
    
    /* Why Refrigwest Leads Section */
    .why-refrigwest-leads-section {
        padding: 40px 16px;
        gap: 32px;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-container {
        gap: 32px;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-content {
        flex-direction: column;
        gap: 24px;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-title .title-normal,
    .why-refrigwest-leads-section .why-refrigwest-title .title-bold {
        font-size: 24px;
        line-height: 28px;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-description {
        font-size: 16px;
        line-height: 24px;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-features {
        gap: 16px;
        width: 100%;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-feature .feature-text {
        font-size: 16px;
        line-height: 24px;
    }
    
    .why-refrigwest-leads-section .why-refrigwest-closing {
        font-size: 18px;
        line-height: 26px;
    }
    
    /* Portable Coolroom Section */
    .portable-coolroom-section {
        padding: 40px 16px;
    }
    
    .portable-coolroom-container {
        gap: 32px;
    }
    
    .portable-coolroom-content {
        flex-direction: column;
        gap: 24px;
    }
    
    .portable-coolroom-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    .portable-coolroom-title .title-bold,
    .portable-coolroom-title .title-normal {
        font-size: 24px;
        line-height: 28px;
    }
    
    .portable-coolroom-description {
        font-size: 16px;
        line-height: 24px;
    }
    
    .portable-coolroom-features {
        gap: 16px;
    }
    
    .portable-coolroom-feature .feature-text {
        font-size: 16px;
        line-height: 24px;
    }
    
    .portable-coolroom-closing {
        font-size: 16px;
        line-height: 24px;
    }
    
    /* Cold Room Region */
    .cold-room-region {
        padding: 40px 16px;
    }
    
    .cold-room-section {
        flex-direction: column;
        gap: 24px;
        padding: 32px 16px;
    }
    
    .cold-room-background {
        width: 100% !important;
        height: 200px !important;
    }
    
    .cold-room-title .title-yellow,
    .cold-room-title .title-white {
        font-size: 20px;
        line-height: 24px;
    }
    
    .cold-room-description {
        font-size: 16px;
        line-height: 24px;
    }
    
    /* Coolroom Dimensions Section */
    .coolroom-dimensions-section {
        padding: 40px 16px;
    }
    
    .coolroom-dimensions-title .title-yellow,
    .coolroom-dimensions-title .title-white {
        font-size: 24px;
        line-height: 28px;
    }
    
    .size-row {
        flex-direction: column;
        gap: 24px;
    }
    
    .coolroom-dimensions-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    .size-heading {
        font-size: 24px;
        line-height: 28px;
    }
    
    .price-chips {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .price-chip .amount {
        font-size: 18px;
    }
    
    .price-chip .label {
        font-size: 14px;
    }
    
    .meta-label {
        font-size: 14px;
    }
    
    .meta-value {
        font-size: 14px;
        line-height: 20px;
    }
    
    /* New Installations Section */
    .new-installations-section {
        padding: 40px 16px;
    }
    
    .installations-card {
        flex-direction: column;
        gap: 24px;
    }
    
    .installations-images {
        display: none;
    }
    
    .installations-title {
        font-size: 24px;
        line-height: 28px;
    }
    
    .installations-text {
        font-size: 16px;
        line-height: 24px;
    }
    
    /* Trailer Mounted Section */
    .trailer-mounted-section {
        padding: 40px 16px;
    }
    
    .trailer-mounted-content {
        flex-direction: column;
        gap: 24px;
    }
    
    .trailer-mounted-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    .trailer-mounted-title .title-bold,
    .trailer-mounted-title .title-normal {
        font-size: 24px;
        line-height: 28px;
    }
    
    .trailer-mounted-description {
        font-size: 16px;
        line-height: 24px;
    }
    
    .trailer-mounted-features {
        gap: 16px;
    }
    
    .trailer-mounted-feature .feature-text {
        font-size: 16px;
        line-height: 24px;
    }
    
    .trailer-mounted-closing {
        font-size: 16px;
        line-height: 24px;
    }
    
    /* Coolrooms Hire Section */
    .coolrooms-hire-section {
        padding: 40px 16px;
    }
    
    .coolrooms-hire-content {
        flex-direction: column;
        gap: 24px;
    }
    
    .coolrooms-hire-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    .coolrooms-hire-title .title-bold,
    .coolrooms-hire-title .title-normal {
        font-size: 24px;
        line-height: 28px;
    }
    
    .coolrooms-hire-description {
        font-size: 16px;
        line-height: 24px;
    }
    
    .coolrooms-hire-features {
        gap: 16px;
    }
    
    .coolrooms-hire-feature .feature-text {
        font-size: 16px;
        line-height: 24px;
    }
    
    /* Clean Secure Section */
    .clean-secure-section {
        padding: 40px 16px;
    }
    
    .clean-secure-container {
        flex-direction: column;
        gap: 24px;
        padding: 32px 16px;
    }
    
    .clean-secure-background {
        width: 100% !important;
        height: 200px !important;
    }
    
    .clean-secure-title .title-white,
    .clean-secure-title .title-yellow {
        font-size: 20px;
        line-height: 24px;
    }
    
    .clean-secure-description {
        font-size: 16px;
        line-height: 24px;
    }
    
    .clean-secure-features {
        flex-direction: column;
        gap: 16px;
    }
    
    .features-row {
        flex-direction: column;
        gap: 16px;
    }
    
    .clean-secure-feature .feature-text {
        font-size: 16px;
        line-height: 24px;
    }
    
    .clean-secure-closing {
        font-size: 16px;
        line-height: 24px;
    }
    
    /* Mobile Hire Near Me Section */
    .mobile-hire-near-me-section {
        padding: 40px 16px;
    }
    
    .mobile-hire-near-me-content {
        flex-direction: column;
        gap: 24px;
    }
    
    .mobile-hire-near-me-image {
        width: 100%;
        height: 200px;
    }
    
    .mobile-hire-near-me-image iframe {
        width: 100%;
        height: 100%;
    }
    
    .mobile-hire-near-me-title .title-normal,
    .mobile-hire-near-me-title .title-bold {
        font-size: 24px;
        line-height: 28px;
    }
    
    .mobile-hire-near-me-description,
    .mobile-hire-near-me-coverage {
        font-size: 16px;
        line-height: 24px;
    }
    
    .mobile-hire-near-me-locations {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .location-text {
        font-size: 16px;
    }
    
    .mobile-hire-near-me-closing {
        font-size: 16px;
        line-height: 24px;
    }
    
    /* Flexible Hire Terms Section */
    .flexible-hire-terms-section {
        padding: 40px 16px;
    }
    
    .flexible-hire-terms-content {
        flex-direction: column;
        gap: 24px;
    }
    
    .flexible-hire-terms-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    .flexible-hire-terms-title {
        font-size: 24px;
        line-height: 28px;
    }
    
    .flexible-hire-terms-description {
        font-size: 16px;
        line-height: 24px;
    }
    
    .flexible-hire-terms-features {
        gap: 16px;
    }
    
    .hire-feature-item {
        gap: 12px;
    }
    
    .hire-feature-text {
        font-size: 16px;
        line-height: 24px;
    }
    
    .flexible-hire-terms-closing {
        font-size: 16px;
        line-height: 24px;
    }
    
    /* Hire Coolroom Section */
    .hire-coolroom-section {
        padding: 40px 16px;
    }
    
    .hire-coolroom-card {
        flex-direction: column;
        gap: 24px;
        height:auto;
    }
    
    .hire-coolroom-title {
        font-size: 24px;
        line-height: 28px;
    }
    
    .hire-coolroom-description,
    .hire-coolroom-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    
    .hire-coolroom-buttons {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }
    
    .hire-coolroom-btn {
        width: 100%;
        padding: 16px 24px;
        font-size: 16px;
    }
    
    /* Why Leads Section */
    .why-leads-section {
        padding: 40px 16px;
        gap: 32px;
    }
    
    .why-leads-container {
        gap: 32px;
    }
    
    .why-leads-title {
        font-size: 24px;
        line-height: 28px;
    }
    
    .why-leads-features {
        gap: 16px;
    }
    
    .why-leads-feature .feature-text {
        font-size: 16px;
        line-height: 24px;
    }
    
    .description-title {
        font-size: 20px;
        line-height: 24px;
    }
    
    .description-text {
        font-size: 16px;
        line-height: 24px;
        gap: 16px;
    }
}

/* ========================================
   481–768px (Large phones / tablets portrait)
======================================== */
@media (min-width: 481px) and (max-width: 768px) {
    /* Hero Section */
    .hero-section.mobile-coolroom-hero-section {
        min-height: 700px;
        padding: 80px 0;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-container.mobile-coolroom-hero-container {
        padding: 0 24px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-content.mobile-coolroom-hero-content {
        gap: 32px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-title.mobile-coolroom-hero-title {
        font-size: 40px;
        line-height: 44px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-subtitle.mobile-coolroom-hero-subtitle {
        font-size: 20px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-description {
        font-size: 18px;
        line-height: 26px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-buttons.mobile-coolroom-hero-buttons {
        flex-direction: row;
        gap: 16px;
        flex-wrap: wrap;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-btn.mobile-coolroom-hero-btn {
        flex: 1;
        min-width: 200px;
        padding: 18px 28px;
        font-size: 18px;
    }
    
    /* Hide overlays on tablets */
    .hero-section.mobile-coolroom-hero-section .hero-overlay-1.mobile-coolroom-hero-overlay-1,
    .hero-section.mobile-coolroom-hero-section .hero-overlay-2.mobile-coolroom-hero-overlay-2 {
        display: none;
    }
    
    /* Other sections similar adjustments */
    .why-refrigwest-leads-section,
    .portable-coolroom-section,
    .cold-room-region,
    .coolroom-dimensions-section,
    .new-installations-section,
    .trailer-mounted-section,
    .coolrooms-hire-section,
    .clean-secure-section,
    .mobile-hire-near-me-section,
    .flexible-hire-terms-section,
    .hire-coolroom-section,
    .why-leads-section {
        padding: 60px 24px;
    }
}

/* ========================================
   769–1024px (Tablets landscape / small notebooks)
======================================== */
@media (min-width: 769px) and (max-width: 1024px) {
    /* Hero Section */
    .hero-section.mobile-coolroom-hero-section {
        min-height: 750px;
        padding: 90px 0;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-container.mobile-coolroom-hero-container {
        padding: 0 40px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-content.mobile-coolroom-hero-content {
        gap: 36px;
        max-width: 600px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-title.mobile-coolroom-hero-title {
        font-size: 48px;
        line-height: 52px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-subtitle.mobile-coolroom-hero-subtitle {
        font-size: 22px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-description {
        font-size: 20px;
        line-height: 28px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-buttons.mobile-coolroom-hero-buttons {
        flex-direction: row;
        gap: 18px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-btn.mobile-coolroom-hero-btn {
        padding: 20px 32px;
        font-size: 20px;
    }
    
    /* Hide overlays on small laptops */
    .hero-section.mobile-coolroom-hero-section .hero-overlay-1.mobile-coolroom-hero-overlay-1,
    .hero-section.mobile-coolroom-hero-section .hero-overlay-2.mobile-coolroom-hero-overlay-2 {
        display: none;
    }
    
    /* Other sections */
    .why-refrigwest-leads-section,
    .portable-coolroom-section,
    .cold-room-region,
    .coolroom-dimensions-section,
    .new-installations-section,
    .trailer-mounted-section,
    .coolrooms-hire-section,
    .clean-secure-section,
    .mobile-hire-near-me-section,
    .flexible-hire-terms-section,
    .hire-coolroom-section,
    .why-leads-section {
        padding: 70px 40px;
    }
}

/* ========================================
   1025–1280px (Common desktops)
======================================== */
@media (min-width: 1025px) and (max-width: 1280px) {
    /* Hero Section */
    .hero-section.mobile-coolroom-hero-section {
        min-height: 800px;
        padding: 100px 0;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-container.mobile-coolroom-hero-container {
        padding: 0 60px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-content.mobile-coolroom-hero-content {
        gap: 40px;
        max-width: 700px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-title.mobile-coolroom-hero-title {
        font-size: 56px;
        line-height: 60px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-subtitle.mobile-coolroom-hero-subtitle {
        font-size: 24px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-description {
        font-size: 22px;
        line-height: 30px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-buttons.mobile-coolroom-hero-buttons {
        flex-direction: row;
        gap: 20px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-btn.mobile-coolroom-hero-btn {
        padding: 22px 36px;
        font-size: 22px;
    }
    
    /* Hide overlays on medium desktops */
    .hero-section.mobile-coolroom-hero-section .hero-overlay-1.mobile-coolroom-hero-overlay-1,
    .hero-section.mobile-coolroom-hero-section .hero-overlay-2.mobile-coolroom-hero-overlay-2 {
        display: none;
    }
    
    /* Other sections */
    .why-refrigwest-leads-section,
    .portable-coolroom-section,
    .cold-room-region,
    .coolroom-dimensions-section,
    .new-installations-section,
    .trailer-mounted-section,
    .coolrooms-hire-section,
    .clean-secure-section,
    .mobile-hire-near-me-section,
    .flexible-hire-terms-section,
    .hire-coolroom-section,
    .why-leads-section {
        padding: 80px 60px;
    }
}

/* ========================================
   1281–1536px (Large desktops)
======================================== */
@media (min-width: 1281px) and (max-width: 1536px) {
    /* Hero Section */
    .hero-section.mobile-coolroom-hero-section {
        min-height: 832px;
        padding: 100px 0;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-container.mobile-coolroom-hero-container {
        padding: 0 80px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-content.mobile-coolroom-hero-content {
        gap: 44px;
        max-width: 750px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-title.mobile-coolroom-hero-title {
        font-size: 60px;
        line-height: 66px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-subtitle.mobile-coolroom-hero-subtitle {
        font-size: 24px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-description {
        font-size: 24px;
        line-height: 32px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-buttons.mobile-coolroom-hero-buttons {
        flex-direction: row;
        gap: 14px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-btn.mobile-coolroom-hero-btn {
        padding: 24px 40px;
        font-size: 24px;
    }
    
    /* Hide overlays on large desktops */
    .hero-section.mobile-coolroom-hero-section .hero-overlay-1.mobile-coolroom-hero-overlay-1,
    .hero-section.mobile-coolroom-hero-section .hero-overlay-2.mobile-coolroom-hero-overlay-2 {
        display: none;
    }
    
    /* Other sections */
    .why-refrigwest-leads-section,
    .portable-coolroom-section,
    .cold-room-region,
    .coolroom-dimensions-section,
    .new-installations-section,
    .trailer-mounted-section,
    .coolrooms-hire-section,
    .clean-secure-section,
    .mobile-hire-near-me-section,
    .flexible-hire-terms-section,
    .hire-coolroom-section,
    .why-leads-section {
        padding: 90px 80px;
    }
}

/* ========================================
   1537px+ (Very wide screens/4K)
======================================== */
@media (min-width: 1537px) {

    .hero-section.mobile-coolroom-hero-section .hero-container.mobile-coolroom-hero-container {
        padding: 0 100px;
        max-width: 1800px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-content.mobile-coolroom-hero-content {
        gap: 48px;
        max-width: 800px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-title.mobile-coolroom-hero-title {
        font-size: 72px;
        line-height: 78px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-subtitle.mobile-coolroom-hero-subtitle {
        font-size: 28px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-description {
        font-size: 28px;
        line-height: 36px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-buttons.mobile-coolroom-hero-buttons {
        flex-direction: row;
        gap: 20px;
    }
    
    .hero-section.mobile-coolroom-hero-section .hero-btn.mobile-coolroom-hero-btn {
        padding: 28px 48px;
        font-size: 28px;
    }
    
    /* Show overlays on very wide screens */
    .hero-section.mobile-coolroom-hero-section .hero-overlay-1.mobile-coolroom-hero-overlay-1,
    .hero-section.mobile-coolroom-hero-section .hero-overlay-2.mobile-coolroom-hero-overlay-2 {
        display: block;
    }
    
    /* Other sections */
    .why-refrigwest-leads-section,
    .portable-coolroom-section,
    .cold-room-region,
    .coolroom-dimensions-section,
    .new-installations-section,
    .trailer-mounted-section,
    .coolrooms-hire-section,
    .clean-secure-section,
    .mobile-hire-near-me-section,
    .flexible-hire-terms-section,
    .hire-coolroom-section,
    .why-leads-section {
        padding: 120px 100px;
    }
}