.elementor-81 .elementor-element.elementor-element-3ba4d4c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3679d03 */.shovan-voice-page {
    font-family: 'Inter', sans-serif;
    color: #111;
    line-height: 1.6;
    background: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* HEADER AREA */
.voice-header {
    background: #f8fbff;
    padding: 100px 0 60px;
    text-align: center;
}

.voice-badge {
    color: #0a74c9;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.voice-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}

.voice-subtitle {
    font-size: 18px;
    color: #555;
    max-width: 800px;
    margin: 0 auto 30px;
}


/* MAIN LAYOUT */
.feedback-layout {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 60px;
    padding: 80px 0;
}

.visual-inner {
    position: sticky;
    top: 50px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.visual-inner img {
    width: 100%;
    display: block;
}

.visual-overlay {
    background: #0a74c9;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-weight: 700;
}

/* INFO CARDS */
.section-heading {
    font-size: 28px;
    margin-bottom: 30px;
    border-bottom: 2px solid #0a74c9;
    display: inline-block;
}

.info-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 16px;
    margin-bottom: 25px;
}

.info-card.highlight {
    background: #f0f7ff;
    border-color: #0a74c9;
}

.info-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #0a74c9;
}

.btn-text {
    display: inline-block;
    margin-top: 15px;
    color: #0a74c9;
    text-decoration: none;
    font-weight: 700;
}

.contact-methods {
    display: flex;
    gap: 40px;
    margin: 25px 0;
}

.method-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.method-item .icon { font-size: 24px; }

.btn-primary {
    display: inline-block;
    background: #111;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-primary:hover { background: #0a74c9; }

/* HOURS */
.support-hours {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}

.hours-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    font-size: 14px;
}

.closed { color: #e74c3c; }

/* PROMISE SECTION */
.promise-section {
    padding: 80px 0;
    border-top: 1px solid #eee;
}

.section-title-center {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
}

.promise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.promise-item {
    text-align: center;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 15px;
    transition: 0.3s;
}

.promise-item:hover {
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.p-icon {
    font-size: 32px;
    margin-bottom: 15px;
}

.promise-item h4 { margin-bottom: 10px; font-weight: 700; }
.promise-item p { font-size: 14px; color: #666; }

/* RESPONSIVE */
@media (max-width: 991px) {
    .feedback-layout { grid-template-columns: 1fr; }
    .promise-grid { grid-template-columns: 1fr 1fr; }
    .visual-inner { position: static; max-width: 500px; margin: 0 auto; }
}

@media (max-width: 580px) {
    .promise-grid { grid-template-columns: 1fr; }
    .contact-methods { flex-direction: column; gap: 15px; }
    .hours-grid { grid-template-columns: 1fr; }
    .voice-title { font-size: 32px; }
}/* End custom CSS */