/*
 Theme Name:   Gas
 Theme URI:    https://chimpstudio.co.uk/gas
 Description:  Child theme for Hello Elementor
 Author:       Chimpgroup
 Author URI:   https://chimpgroup.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  gas
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

/* Add your custom CSS below */
.elementor-element.mik-service-card {
    position: relative;
}
.elementor-element.mik-service-card .elementor-element.elementor-widget-image {
    position: initial;
}
.elementor-element.mik-service-card .mik-service-link a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/* contactform mesg */
.wpcf7 form.sent .wpcf7-response-output {
	color:black; }


/* Container */
.custom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Row */
.custom-row {
    display: flex;
    gap: 30px;
}

/* Main Content */
.content-area {
    width: 70%;
}

/* Sidebar */
.widget-area {
    width: 30%;
}

/* Sidebar Style */
.sidebar-inner {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
}

.widget-title {
    margin-bottom: 15px;
    font-size: 18px;
}

/* List */
.sidebar-list {
    list-style: none;
    padding: 0;
}

.sidebar-list li {
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-row {
        flex-direction: column;
    }

    .content-area,
    .widget-area {
        width: 100%;
    }
}
/* ===== Layout Fix ===== */
.custom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.custom-row {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

/* ===== Main Content ===== */
.content-area {
    width: 70%;
}

/* ===== Sidebar ===== */
.widget-area {
    width: 30%;
    position: sticky;
    top: 120px; /* header height ke hisaab se adjust kar sakte ho */
    align-self: flex-start;
}

/* ===== Sidebar Inner Design ===== */
.sidebar-inner {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    height: fit-content;
}

/* ===== Sidebar List ===== */
.sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-list li {
    margin-bottom: 10px;
}

/* ===== Button Fix ===== */
.side-bar-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: #0d2c54;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.side-bar-button:hover {
    color: #fff !important;
}

/* ===== Image Fix ===== */
.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===== IMPORTANT: Sticky fix issue (parent overflow) ===== */
.custom-container,
.custom-row {
    overflow: visible !important;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .custom-row {
        flex-direction: column;
    }

    .content-area,
    .widget-area {
        width: 100%;
        position: relative;
        top: 0;
    }
}