/*
Theme Name: IB Kranverleih
Theme URI: https://massier.site
Author: Rene Massier
Author URI: https://massier.site
Description: Maßgeschneidertes WordPress-Theme für IB Kranverleih – Kranvermietung, Handel und mobile Kranarbeiten.
Version: 1.0.2
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ib-kranverleih
*/

/*
=================================
|***    Table of contents:   ***|
=================================

Main Style file-> assets/css/main.css 

All the SCSS File in SCSS Folder of Assets Folder. You can read the doc file also for better understand.

// BASIC
@import 'basic';
*/

/* WordPress integration */
.custom-logo-link { display: block; }
.custom-logo { max-width: 230px; height: auto; }
.header-logo .custom-logo-link { padding: 0; }
.ib-page-main { min-height: 60vh; background: #f7f7f7; }
.ib-content-card { background: #fff; padding: clamp(24px, 4vw, 54px); box-shadow: 0 10px 35px rgba(0,0,0,.08); }
.ib-content-card h1 { margin-bottom: 25px; }
.ib-content-card h2 { font-size: clamp(25px, 3vw, 36px); }
.ib-content-card p, .entry-content { font-size: 17px; line-height: 1.75; }
.ib-meta { color: #777; font-size: 14px !important; margin-bottom: 10px; }
.footer-section .menu, .footer-section .menu ul { list-style: none; margin: 0; padding: 0; }
.footer-section .menu li { margin-bottom: 12px; }
.footer-section .menu a { color: #fff; }
.wp-block-image img, .entry-content img { max-width: 100%; height: auto; }

/* Offer panel on the homepage */
.ib-offer-panel { max-height: 0; overflow: hidden; opacity: 0; background: #121d3b; transition: max-height .45s ease, opacity .35s ease, padding .35s ease; }
.ib-offer-panel.is-open { max-height: 360px; opacity: 1; padding: 28px 0; }
.ib-offer-panel-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; color: #fff; }
.ib-offer-panel span, .ib-section-kicker { color: #ff9e00; font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.ib-offer-panel h2 { color: #fff; margin: 7px 0 0; font-size: clamp(22px, 3vw, 34px); }
.ib-offer-panel-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.ib-offer-phone { color: #fff; font-size: 20px; font-weight: 700; white-space: nowrap; }
.ib-offer-phone i { color: #ff9e00; margin-right: 9px; }

/* Rental catalogue */
.ib-rental-page { background: #f5f6f8; color: #17213d; }
.ib-rental-hero { padding: 130px 0 110px; color: #fff; background: linear-gradient(90deg, rgba(10,20,50,.96), rgba(10,20,50,.72)), url('assets/img/hero/new/07.jpg') center/cover; }
.ib-rental-hero span { color: #ff9e00; font-weight: 700; letter-spacing: .15em; font-size: 14px; }
.ib-rental-hero h1 { color: #fff; font-size: clamp(40px, 6vw, 76px); max-width: 750px; margin: 15px 0; }
.ib-rental-hero p { max-width: 620px; font-size: 18px; line-height: 1.7; margin-bottom: 30px; }
.ib-rental-intro { padding-bottom: 42px; }
.ib-rental-intro h2, .ib-rental-group h2, .ib-rental-overview h2 { font-size: clamp(29px, 4vw, 48px); margin: 7px 0 12px; }
.ib-rental-lead { font-size: 18px; max-width: 700px; color: #667085; }
.ib-rental-jump { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ib-rental-jump a { background: #fff; border: 1px solid #dce1e9; color: #17213d; padding: 13px 18px; font-weight: 700; transition: .2s; }
.ib-rental-jump a:hover { background: #ff9e00; color: #fff; border-color: #ff9e00; }
.ib-rental-group { padding: 42px 0 65px; border-top: 1px solid #dde1e7; }
.ib-rental-group-head { display: grid; grid-template-columns: 235px 1fr; align-items: center; gap: 32px; margin-bottom: 32px; }
.ib-rental-group-head img { height: 158px; width: 235px; object-fit: cover; }
.ib-rental-group-head p { color: #667085; margin: 0; }
.ib-crane-card { height: 100%; background: #fff; box-shadow: 0 12px 32px rgba(20,31,59,.08); transition: transform .25s ease, box-shadow .25s ease; overflow: hidden; }
.ib-crane-card:hover { transform: translateY(-6px); box-shadow: 0 18px 38px rgba(20,31,59,.15); }
.ib-crane-card-image { height: 145px; background-position: center; background-size: cover; }
.ib-crane-card-body { padding: 23px; }
.ib-crane-card h3 { font-size: 21px; line-height: 1.3; min-height: 54px; margin: 0 0 22px; }
.ib-crane-card dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0 0 22px; }
.ib-crane-card dl div { border-left: 2px solid #ff9e00; padding-left: 8px; }
.ib-crane-card dt { color: #7b8497; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.ib-crane-card dd { color: #17213d; font-weight: 700; font-size: 14px; margin: 3px 0 0; }
.ib-crane-card-actions { display: flex; justify-content: space-between; border-top: 1px solid #e7e9ef; padding-top: 16px; gap: 12px; }
.ib-crane-card-actions a { color: #17213d; font-size: 13px; font-weight: 700; }
.ib-crane-card-actions a:first-child { color: #e48c00; }
.ib-rental-overview { text-align: center; background: #17213d; color: #fff; padding: 50px 25px; margin-top: 10px; }
.ib-rental-overview h2 { color: #fff; }
.ib-rental-overview p { max-width: 660px; margin: 0 auto 20px; color: #d9deea; }
.ib-rental-overview a { color: #ff9e00; font-weight: 700; }
@media (max-width: 991px) {
  .header-top { display: none; }
  .header-logo img, .custom-logo { max-width: 180px; }
  .ib-offer-panel-inner { display: block; }
  .ib-offer-panel-actions { margin-top: 18px; }
  .ib-rental-hero { padding: 95px 0 80px; }
}
@media (max-width: 575px) {
  .ib-offer-panel.is-open { max-height: 460px; }
  .ib-offer-panel-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .ib-offer-phone { font-size: 17px; }
  .ib-rental-group-head { grid-template-columns: 1fr; gap: 20px; }
  .ib-rental-group-head img { width: 100%; height: 190px; }
  .ib-crane-card dl { grid-template-columns: 1fr; gap: 10px; }
}

/* Original template SCSS manifest retained for reference:

// MIXIN
@import 'variables';

// TYPOGRAPHY
@import 'typography';

// MIX
@import 'mix';

// HELPER
@import 'helper';

// ICON FONTS
@import 'icon';

// ANIMATION
@import 'animation';

// Button 
@import 'btn';

// Colors 
@import 'colors';

// Preloader 
@import 'preloader';

/* ----------------------------------
    Template Section Styles
 ------------------------------------*/

 /* // Menu - Header Section 
 @import 'header';
 
 // Hero Slide - Section 
 @import 'hero';
 
 // Section Title - Heading 
 @import 'section';
 
 // About - Section 
 @import 'about';
 
 // Features - Section 
 @import 'features';
 
 // services - Section 
 @import 'services';
 
 // testimonial - Section 
 @import 'testimonial';
 
 // Portfolio - Cases - Section 
 @import 'project';
 
 // Price Table - Section 
 @import 'price';
 
 // Call To Action - Section 
 @import 'cta';
 
 // Content Block - Section 
 @import 'contentblock';
 
 // team - Section 
 @import 'team';
 
 // funfact - Section 
 @import 'funfact';
 
 // Download - Section 
 @import 'carousel';
 
 // FAQ - Section 
 @import 'faq';
 
 // Blog - Section 
 @import 'blog';
 
 // Contact Us - Section 
 @import 'contact';
 
 // footer - Section 
 @import 'footer';n facts */
*/



