/* ------------------------------------------------------------------
 * Island Pro Detailing - WordPress port
 *
 * The original static pages carried a handful of inline style="" rules.
 * They are reproduced here verbatim as classes so the markup stays clean
 * and the styling stays editable in one place.
 * ------------------------------------------------------------------ */

/* --- Home: "Professional Detail Center" band (was inline on <section>) --- */
.ipd-feature-band {
    padding: 100px 0 !important;
    background-color: #082c4b !important;
    background-image:
        radial-gradient(circle at center, #104a7a 0%, #082c4b 100%),
        url('data:image/svg+xml,%3Csvg width=%2260%22 height=%2260%22 viewBox=%220 0 60 60%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cg fill=%22none%22 fill-rule=%22evenodd%22%3E%3Cg fill=%22%23ffffff%22 fill-opacity=%220.05%22%3E%3Cpath d=%22M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E') !important;
    position: relative !important;
    overflow: hidden !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.ipd-feature-band .ipd-feature-media {
    transform: none;
    margin-bottom: 0;
}

.ipd-feature-band .ipd-feature-media .item-img {
    border: none;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.ipd-feature-band .ipd-feature-copy {
    margin-bottom: 0;
}

.ipd-feature-band .ipd-feature-copy .item-title {
    font-size: 36px;
}

.ipd-feature-band .ipd-feature-copy .item-subtitle {
    color: #de9624;
    font-size: 22px;
    margin-bottom: 20px;
}

.ipd-feature-band .ipd-feature-copy p {
    color: #ccc;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.ipd-feature-list li {
    color: #fff;
    font-size: 16px;
}

.ipd-feature-list li i {
    color: #de9624;
    font-size: 18px;
}

.ipd-feature-band .ipd-feature-price {
    color: #de9624;
    font-size: 20px;
    font-weight: 700;
}

.ipd-btn-outline {
    border: 2px solid #de9624;
}

/* --- The phone/e-mail in the top bar and footer are now click-to-call and
       mailto links. Keep them looking exactly like the plain text they
       replaced, with a hover colour for affordance. --- */
.header-topbar-layout1 ul li a,
.footer-box-layout1 .footer-menu-list li a[href^="tel:"],
.footer-box-layout1 .footer-menu-list li a[href^="mailto:"],
.contact-box-layout1 a,
.widget-contact-info a {
    color: inherit;
}

.header-topbar-layout1 ul li a:hover,
.contact-box-layout1 a:hover,
.widget-contact-info a:hover {
    color: #de9624;
}

/* --- Contact page: the map fills the left column --- */
.ipd-contact-map {
    width: 100%;
    height: 100%;
    min-height: 620px;
    border: 0;
}

.ipd-contact-info-widget {
    padding-bottom: 75px;
}

/* --- Accessibility helper for icon-only social links --- */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* --- Default WordPress editor output inside the service page column --- */
.single-service-box-layout1 .item-content .alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.single-service-box-layout1 .item-content .alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.single-service-box-layout1 .item-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.single-service-box-layout1 .item-content img {
    max-width: 100%;
    height: auto;
}

/* --- Blog / archive fallback spacing (WordPress adds pages the static
       site never had; keep them readable rather than unstyled) --- */
.ipd-basic-content {
    padding: 60px 0 80px;
}

.ipd-basic-content .post-item {
    margin-bottom: 50px;
}

.ipd-basic-content .post-item h2 {
    margin-bottom: 10px;
}

.ipd-basic-content .pagination {
    display: block;
}
