*{
        font-family: "Montserrat", sans-serif;

}

.navbar {
    padding: 15px 0;
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
        border-bottom: 1px solid #f0f0f0;
}
.main-head .logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #3c4952;
}
.main-head .logo-icon {
    color: #ffcd1f;
    font-size: 32px;
}


.main-head .nav-links a {
    text-decoration: none;
    color: #3c4952;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
}
.main-head .nav-links {
    display: flex;
    align-items: center;
    gap: 25px;
}
.main-head .nav-cta {
    background: #ffcd1f;
    color: #3c4952 !important;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}


.mobile-side-menu-inner .nav-cta{
    background: #ffcd1f;
    color: #3c4952 !important;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
        font-size: 16px;
}


.hero.banner-block {
    padding: 80px 0;
    background: #f8fafb;
}
.hero.banner-block .badge {
    background: #eef2ff;
    color: #979ee0;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 13px;
}
.hero.banner-block .text-accent {
    color: #ffcd1f;
}




.error-section {
    padding: 100px 0;
    background: var(--light-grey);
    min-height: calc(100vh - 84px - 325px); /* Центрування вмісту по вертикалі екранa */
    display: flex;
    align-items: center;
    text-align: center;
}
.error-content { max-width: 650px; margin: 0 auto; }

.error-badge {
    background: #eef2ff;
    color: var(--lavender);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 13px;
}

.error-code {
    font-size: 130px;
    font-weight: 800;
    line-height: 1;
    color: #3c4952;
    margin-bottom: 15px;
    letter-spacing: -2px;
}
.error-code span { color: #ffcd1f; }

.error-section h1 { font-size: 36px; font-weight: 800; margin-bottom: 20px; line-height: 1.2; }
.error-desc { font-size: 18px; color: #666; margin-bottom: 40px; line-height: 1.6; }

.error-actions { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }

.btn-primary {
    background: #ffcd1f;
    color: #3c4952;
    padding: 16px 35px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 15px rgba(255, 205, 31, 0.2);
}
.btn-primary:hover { background: #e6b81c; transform: translateY(-2px); }

.btn-secondary {
    background: transparent;
    color: #3c4952;
    border: 2px solid #3c4952;
    padding: 14px 33px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.btn-secondary:hover { background: #3c4952; color: #ffffff; transform: translateY(-2px); }

/* FOOTER (БЕЗ ЗМІН) */
.main-footer { background-color: #3c4952; color: white; padding: 60px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; margin-bottom: 40px; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; font-weight: 800; font-size: 20px; }
.footer-logo .logo-icon { color: #ffcd1f; }
.footer-desc { color: #ccc; font-size: 13px; line-height: 1.6; max-width: 300px; }
.footer-block h4 { color: #ffcd1f; margin-bottom: 20px; font-size: 16px; text-transform: uppercase; }
.footer-block a { display: block; color: #e0e0e0; text-decoration: none; margin-bottom: 10px; font-size: 14px; transition: 0.3s; }
.footer-block a:hover { color: #ffcd1f; padding-left: 5px; }
.phone-link { font-size: 18px !important; font-weight: 700; color: white !important; }
.socials { display: flex; gap: 15px; margin-top: 15px; }
.socials a { font-size: 22px; color: #ffcd1f; display: inline-block; }
.footer-bottom { text-align: center; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; font-size: 12px; color: #888; }

/* Адаптивність для мобільних пристроїв */
@media (max-width: 768px) {
    .error-code { font-size: 100px; }
    .error-section h1 { font-size: 28px; }
    .error-actions { flex-direction: column; gap: 15px; padding: 0 20px; }
    .btn-primary, .btn-secondary { width: 100%; justify-content: center; }
}


.hero.banner-block h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
        color: #3c4952;
}
.hero.banner-block .hero-desc {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}
.hero.banner-block .hero-features {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}
.hero.banner-block .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    color: #333;
}
.hero.banner-block .f-icon {
    width: 32px;
    height: 32px;
    background: #3c4952;
    color: #ffcd1f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.hero.banner-block .hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}





.work-slider {
    padding: 100px 0;
}
.work-slider .center {
    text-align: center;
    margin-bottom: 40px;
}
.work-slider .slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.work-slider .work-img-box {
    height: 200px;
    background: #f0f0f0;
}
.work-slider .work-card {
    min-width: calc((100% / 3) - 20px);
    background: white;
    border-radius: 15px;
    border: 1px solid #eee;
    overflow: hidden;
    flex-shrink: 0;
}
.work-slider .work-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.work-slider .work-info {
    padding: 20px;
    text-align: left;
}

.work-slider .work-info h4 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
}
.work-slider .section-header.center h2{
        font-size: 24px;
    font-weight: 600;
        color: #3c4952;
}
.work-slider .section-header.center .top-tag{
        font-size: 16px;
}

.work-slider .work-info p {
    font-size: 13px;
    color: #777;
    line-height: 1.4;
    margin: 0;
}

.work-slider .owl-nav button{
         width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ddd !important;
    background: white;
    cursor: pointer;
    transition: 0.3s;
        position: relative;
}
.work-slider .owl-nav button span{
         font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.work-slider .owl-nav{
        margin-top: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}



.services {
    padding: 100px 0;
    background: #f8fafb;
}

.services  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 50px;
}
.services  .s-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
    transition: 0.3s;
}
.services  .s-img {
    height: 220px;
    width: 100%;
    background: #eee;
}
.services  .s-body {
    padding: 25px;
}
.services  .s-body h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}
.services  .s-body p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
.services  .s-link {
    text-decoration: none;
    color: #ffcd1f;
    font-weight: 700;
    font-size: 14px;
}
.services  .s-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.services .s-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.services .section-header h2{
        font-size: 24px;
    font-weight: 600;
    color: #3c4952;
}
.services .section-header .top-tag{
        font-size: 16px;
}



.pricing {
    padding: 100px 0;
}
.pricing .price-wrapper {
    background: white;
    padding: 60px;
    border-radius: 30px;
    border: 1px solid #f5f5f5;
}

.pricing .price-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 800;
}
.pricing .table-container {
    overflow-x: auto;
}
.pricing .modern-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 40px;
}
.pricing .modern-table th {
    padding: 20px;
    background: #f9fafb;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
}
.pricing .price-cta {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.pricing .btn-download {
    background: #ff4b5a;
    color: white !important;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 8px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(255, 75, 90, 0.3);
    font-size: 14px;
    text-transform: uppercase;
}
.pricing .modern-table th {
    padding: 20px;
    background: #f9fafb;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
}
.pricing .modern-table td {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 600;
    font-size: 15px;
}

.main-footer {
    background-color: #3c4952;
    color: white;
    padding: 60px 0 20px;
}
.main-footer  .footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 40px;
}
.main-footer  .footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    font-size: 12px;
    color: #888;
}
.main-footer  .footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 20px;
}
.main-footer  .logo-icon {
    color: #ffcd1f;
    font-size: 32px;
}
.main-footer  .footer-desc {
    color: #ccc;
    font-size: 13px;
    line-height: 1.6;
    max-width: 300px;
}
.main-footer  .footer-block h4 {
    color: #ffcd1f;
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
}
.main-footer  .footer-block a {
    display: block;
    color: #e0e0e0;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
    transition: 0.3s;
}

.main-footer  .socials {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}
.main-footer .phone-link {
    font-size: 18px !important;
    font-weight: 700;
    color: white !important;
}
.main-footer .socials a {
    font-size: 22px;
    color: #ffcd1f;
    display: inline-block;
}
.main-footer .footer-block a:hover {
    color: #ffcd1f;
    padding-left: 5px;
}


.help-form-wrap {
    max-width: 514px;
    width: 100%;
    background: #ffffff;
    border-radius: 24px;
    padding: 38px 40px 41px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #ececec;
}

.help-form-title {
    margin: 0 0 24px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #1f3f67;
    font-family: inherit;
}

.help-form-checks {
    margin-bottom: 18px;
}

.help-form-checks .wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.help-form-checks .wpcf7-list-item {
    margin: 0;
    display: block;
}

.help-form-checks .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.3;
    color: #4e5f75;
    font-weight: 400;
    font-family: inherit;
}

.help-form-checks input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    background: #f3f3f3;
    margin: 0;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease;
}

.help-form-checks input[type="radio"]:checked {
    background: #f7c816;
    border-color: #f7c816;
}

.help-form-checks input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid #1f3f67;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.help-form-row {
    margin-bottom: 15px;
}

.help-form-row input[type="text"],
.help-form-row input[type="tel"],
.help-form-row textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 9px;
    box-sizing: border-box;
    padding: 0 18px;
    font-size: 16px;
    line-height: 1.3;
    color: #4e5f75;
    font-weight: 400;
    font-family: inherit;
    outline: none;
    box-shadow: none;
    transition: 0.2s ease;
}

.help-form-row input[type="text"],
.help-form-row input[type="tel"] {
    height: 48px;
}

.help-form-row textarea {
    height: 84px;
    min-height: 84px;
    max-height: 200px;
    resize: vertical;
    padding-top: 15px;
    padding-bottom: 15px;
}

.help-form-row input[type="text"]::placeholder,
.help-form-row input[type="tel"]::placeholder,
.help-form-row textarea::placeholder {
    color: #8a8f98;
    opacity: 1;
}

.help-form-row input[type="text"]:focus,
.help-form-row input[type="tel"]:focus,
.help-form-row textarea:focus {
    border-color: #cfcfcf;
    box-shadow: none;
}

.help-form-row.submit-row {
    margin-bottom: 0;
    margin-top: 20px;
}

.help-form-row input[type="submit"] {
      width: 100%;
    height: 53px;
    border: none;
    border-radius: 9px;
    background: #f7c816;
    color: #1f3f67;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    box-shadow: none;
    transition: 0.2s ease;
    padding: 0 20px;
    font-family: 'Montserrat';
}

.help-form-row input[type="submit"]:hover {
    background: #efc00f;
}

.help-form-row input[type="submit"]:active {
    transform: translateY(1px);
}

.help-form-wrap .wpcf7-spinner {
    display: none;
}

.help-form-wrap .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 13px;
    margin-top: 6px;
}

.help-form-wrap .wpcf7-response-output {
    margin: 15px 0 0 !important;
    padding: 10px 14px !important;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
}

.help-form-wrap .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.help-form-wrap p {
    margin: 0;
}

@media (max-width: 767px) {
    .help-form-wrap {
        padding: 26px 20px 28px;
        border-radius: 18px;
    }

    .help-form-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .help-form-checks .wpcf7-list-item label {
        font-size: 15px;
    }

    .help-form-row input[type="text"],
    .help-form-row input[type="tel"] {
        height: 46px;
    }

    .help-form-row textarea {
        height: 90px;
        min-height: 90px;
    }

    .help-form-row input[type="submit"] {
        height: 50px;
        font-size: 15px;
    }
}


.page-wrapper.contact-page  {
    padding: 60px 0;
        background: #f2f5f7;
}

.contact-page .badge {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    color: #ffcd1f;
    text-transform: uppercase;
}
.contact-page .contacts-header h1 {
    font-size: 45px;
    font-weight: 900;
    margin: 15px 0;
    color: #1e252b;
}
.contact-page .gradient-text {
    color: #ffcd1f;
}
.contact-page .subtitle {
    color: #777;
    font-size: 16px;
    font-weight: 500;
}
.contact-page .grid-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
}

.contact-page .premium-card,.contact-page  .glass-form-card,.contact-page  .map-container,.contact-page  .contacts-header {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-page .premium-card,.contact-page  .glass-form-card {
    background: #fff;
    border-radius: 30px;
    padding: 45px;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.contact-page .work-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #2ecc71;
    font-size: 13px;
    margin-bottom: 30px;
}
.contact-page .dot {
    width: 8px;
    height: 8px;
    background: #2ecc71;
    border-radius: 50%;
    box-shadow: 0 0 10px #2ecc71;
}
.contact-page .link-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.contact-page .link-box i {
    font-size: 24px;
    color: #ffcd1f;
    width: 24px;
}
.contact-page .link-box small {
    display: block;
    font-size: 10px;
    font-weight: 800;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.contact-page .link-box a, .contact-page .link-box p {
    font-size: 18px;
    font-weight: 700;
    color: #1e252b;
    text-decoration: none;
        margin: 0;
}
.contact-page .social-wrapper p {
    font-size: 13px;
    font-weight: 600;
    color: #777;
    margin-bottom: 15px;
}
.contact-page .social-btns {
    display: flex;
    gap: 12px;
}
.contact-page .viber {
    background: #7360f2;
}

.contact-page .s-btn {
    flex: 1;
    padding: 12px;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    transition: 0.3s;
}
.contact-page .telegram {
    background: #229ED9;
}
.contact-page .contacts-header {
    text-align: center;
    margin-bottom: 50px;
}

.contact-page .map-header {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 20px;
    color: #1e252b;
}
.contact-page .map-header i {
    color: #ffcd1f;
    font-size: 24px;
}
.contact-page .map-frame {
    border-radius: 40px;
    overflow: hidden;
    border: 10px solid #fff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.06);
}

.dark-help-form {
    max-width: 534px;
    width: 100%;
    background: linear-gradient(90deg, #19212b 0%, #1b232d 100%);
    border-radius: 30px;
    padding: 42px 44px 44px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.dark-help-form__title {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 800;
}

.dark-help-form__subtitle {
    margin: 0 0 34px;
    color: rgba(255,255,255,0.58);
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
}

.dark-help-form__row {
    margin-bottom: 20px;
}

.dark-help-form__row--submit {
    margin-top: 26px;
    margin-bottom: 0;
}

.dark-help-form__label {
    display: block;
    margin-bottom: 10px;
    color: rgba(255,255,255,0.42);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
}

.dark-help-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.dark-help-form__input,
.dark-help-form__textarea,
.dark-help-form input[type="text"],
.dark-help-form input[type="tel"],
.dark-help-form textarea {
    width: 100%;
    background: #2a333d;
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 14px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    outline: none;
    box-shadow: none;
    transition: 0.2s ease;
}

.dark-help-form__input,
.dark-help-form input[type="text"],
.dark-help-form input[type="tel"] {
    height: 48px;
    padding: 0 16px;
}

.dark-help-form__textarea,
.dark-help-form textarea {
    min-height: 84px;
    height: 84px;
    resize: vertical;
    padding: 14px 16px;
}

.dark-help-form__input::placeholder,
.dark-help-form__textarea::placeholder,
.dark-help-form input[type="text"]::placeholder,
.dark-help-form input[type="tel"]::placeholder,
.dark-help-form textarea::placeholder {
    color: rgba(255,255,255,0.38);
    opacity: 1;
}

.dark-help-form__input:focus,
.dark-help-form__textarea:focus,
.dark-help-form input[type="text"]:focus,
.dark-help-form input[type="tel"]:focus,
.dark-help-form textarea:focus {
    border-color: rgba(247, 200, 22, 0.55);
    background: #2d3742;
}

.dark-help-form__submit,
.dark-help-form input[type="submit"] {
        width: 100%;
    height: 55px;
    border: none;
    border-radius: 14px;
    background: #f7c816;
    color: #0f1720;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: none;
    padding: 0 20px;
    transition: 0.2s ease;
    font-family: 'Montserrat';
}

.dark-help-form__submit:hover,
.dark-help-form input[type="submit"]:hover {
    background: #efc00f;
}

.dark-help-form__submit:active,
.dark-help-form input[type="submit"]:active {
    transform: translateY(1px);
}

.dark-help-form .wpcf7-spinner {
    display: none;
}

.dark-help-form .wpcf7-not-valid-tip {
    color: #ff8c8c;
    font-size: 13px;
    margin-top: 6px;
}

.dark-help-form .wpcf7-response-output {
    margin: 14px 0 0 !important;
    padding: 10px 14px !important;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}

.dark-help-form p {
    margin: 0;
}
.dark-help-form__row br{
    display: none;
}

@media (max-width: 767px) {
    .dark-help-form {
        padding: 28px 20px 28px;
        border-radius: 24px;
    }

    .dark-help-form__title {
        font-size: 22px;
    }

    .dark-help-form__subtitle {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .dark-help-form__label {
        font-size: 12px;
    }

    .dark-help-form__input,
    .dark-help-form input[type="text"],
    .dark-help-form input[type="tel"] {
        height: 46px;
        font-size: 15px;
    }

    .dark-help-form__textarea,
    .dark-help-form textarea {
        min-height: 92px;
        height: 92px;
        font-size: 15px;
    }

    .dark-help-form__submit,
    .dark-help-form input[type="submit"] {
        height: 52px;
        font-size: 15px;
    }
}

.price-page .price-hero-section {
    padding: 80px 0 40px;
    background: radial-gradient(circle at top right, #fffdfa, #fff);
}
.price-page .vst-badge {
    background: #fff8e1;
    color: #b38f00;
    padding: 6px 15px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
}
.price-page .vst-h1 {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.1;
    margin: 20px 0;
}
.price-page .orange-text {
    color: #ffcd1f;
}
.price-page .vst-p {
    font-size: 18px;
    color: #666;
    max-width: 500px;
}
.price-page .hero-dark-accent {
    background: #2c363d;
    color: white;
    padding: 40px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.price-page .hero-dark-accent::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: #ffcd1f;
    border-radius: 50%;
    opacity: 0.2;
}
.price-page .accent-number {
    font-size: 80px;
    font-weight: 900;
    color: #ffcd1f;
    line-height: 1;
}
.price-page .accent-label {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}
.price-page .dark-benefits-strip {
    background: #1a1a1a;
    padding: 30px 0;
    color: white;
}
.price-page .strip-flex {
    display: flex;
    justify-content: space-around;
}
.price-page .strip-item {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.price-page .strip-item i {
    color: #ffcd1f;
    font-size: 18px;
}

.price-page .hero-grid-v2 {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}
.price-page .table-section {
    padding: 80px 0;
    background: #f4f7f6;
}
.price-page .vst-card-table {
    background: white;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}
.price-page .vst-table-premium {
    width: 100%;
    border-collapse: collapse;
}
.price-page .vst-table-premium thead th {
    text-align: left;
    padding: 20px;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #eee;
}
.price-page .vst-row-cat td {
    background: #fafafa;
    border-bottom: 2px solid #ffcd1f;
    padding: 15px 20px;
}
.price-page .orange-bold {
    color: #ffcd1f;
    font-weight: 800;
}
.price-page  .vst-table-premium td {
    padding: 20px;
    border-bottom: 1px solid #f9f9f9;
    font-weight: 600;
}

.price-page  .pdf-action-zone {
    margin-top: 40px;
    text-align: center;
}
.price-page .pdf-glass-btn {
    display: inline-flex;
    align-items: center;
    background: #2c363d;
    color: white;
    padding: 20px 40px;
    border-radius: 15px;
    text-decoration: none;
    transition: 0.3s;
    gap: 20px;
}
.price-page .btn-icon {
    font-size: 32px;
    color: #ffcd1f;
}
.price-page .btn-text {
    text-align: left;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.2;
}
.price-page .btn-text span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #999;
}

.price-page .vst-row-cat td {
    background: #fafafa;
    border-bottom: 2px solid #ffcd1f;
    padding: 15px 20px;
}
.vst-dark-cta {
    padding: 60px 0;
    background: #ffffff;
}
.cta-dark-card {
    background: #2c363d;
    padding: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}


.calc-banner-form {
    width: 100%;
    background: #25313b;
    padding: 28px 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;

    background: #2c363d;
    padding: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.calc-banner-form__left {
    flex: 0 0 290px;
    max-width: 290px;
}

.calc-banner-form__title {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
}

.calc-banner-form__title span {
    color: #f7c816;
}

.calc-banner-form__subtitle {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    max-width: 250px;
}

.calc-banner-form__right {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.calc-banner-form__field {
    flex: 0 0 auto;
}

.calc-banner-form__subtitle{
    font-weight: 400;
}

.calc-banner-form__field .wpcf7-form-control-wrap {
    display: block;
}

.calc-banner-form__input,
.calc-banner-form input[type="text"],
.calc-banner-form input[type="tel"] {
    width: 215px;
    height: 68px;
    border: none;
    border-radius: 34px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 26px;
    font-size: 16px;
    line-height: 1.2;
    color: #2f3b46;
    outline: none;
    box-shadow: none;
}

.calc-banner-form__input::placeholder,
.calc-banner-form input[type="text"]::placeholder,
.calc-banner-form input[type="tel"]::placeholder {
    color: #9a9a9a;
    opacity: 1;
}

.calc-banner-form__submit,
.calc-banner-form input[type="submit"] {
    width: 248px;
    height: 68px;
    border: none;
    border-radius: 34px;
    background: #f7c816;
    color: #1f2d3a;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 0 22px;
    transition: 0.2s ease;
    font-family: 'Montserrat';
}

.calc-banner-form__submit:hover,
.calc-banner-form input[type="submit"]:hover {
    background: #efc00f;
}

.calc-banner-form__submit:active,
.calc-banner-form input[type="submit"]:active {
    transform: translateY(1px);
}

.calc-banner-form p {
    margin: 0;
    font-weight: 600;
}

.calc-banner-form .wpcf7-spinner {
    display: none;
}

.calc-banner-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 12px;
    color: #ffb3b3;
}

.calc-banner-form .wpcf7-response-output {
    margin: 14px 0 0 !important;
    padding: 10px 14px !important;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
}

@media (max-width: 1199px) {
    .calc-banner-form {
        flex-direction: column;
        align-items: flex-start;
    }

    .calc-banner-form__left {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .calc-banner-form__subtitle {
        max-width: 100%;
    }

    .calc-banner-form__right {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .calc-banner-form {
        padding: 24px 16px;
        gap: 20px;
    }

    .calc-banner-form__title {
        font-size: 24px;
    }

    .calc-banner-form__subtitle {
        font-size: 16px;
    }

    .calc-banner-form__right {
        gap: 12px;
    }

    .calc-banner-form__field {
        width: 100%;
    }

    .calc-banner-form__input,
    .calc-banner-form input[type="text"],
    .calc-banner-form input[type="tel"],
    .calc-banner-form__submit,
    .calc-banner-form input[type="submit"] {
        width: 100%;
        height: 58px;
        border-radius: 29px;
        font-size: 15px;
    }
}




.services-modern-section {
    padding: 100px 0;
    background: #fff;
    overflow: hidden;
}

.services-modern-section {
    padding: 100px 0;
    position: relative;
}
.services-modern-section .section-bg-text {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 10vw;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    z-index: -1;
}
.services-modern-section .section-header-center {
    text-align: center;
    margin-bottom: 70px;
}
.services-modern-section .sub-header {
    color: #ffcd1f;
    font-weight: 800;
    letter-spacing: 3px;
    font-size: 13px;
    margin-bottom: 10px;
}
.services-modern-section .main-header {
    font-size: 42px;
    font-weight: 900;
}
.services-modern-section .orange-text {
    color: #ffcd1f;
}
.services-modern-section .services-grid-v7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 40px;
    margin-top: 50px;
}
.services-modern-section .service-card-v7 {
    background: #ffffff;
    border-radius: 40px;
    padding: 15px;
    position: relative;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
}
.services-modern-section .card-visual {
    position: relative;
    height: 220px;
    border-radius: 30px;
    overflow: hidden;
}
.services-modern-section .card-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.5s ease;
}
.services-modern-section .card-badge {
        position: absolute;
    top: 20px;
    left: 20px;
    background: #ffcd1f;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #000000;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.services-modern-section .card-icon-float {
    position: absolute;
    bottom: -15px;
    right: 25px;
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #ffcd1f, #ffe066);
    color: #3c4952;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 24px;
    box-shadow: 0 10px 25px rgba(255, 205, 31, 0.4);
    z-index: 2;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.services-modern-section .card-content-v7 {
    padding: 45px 25px 25px;
    position: relative;
}
.services-modern-section .card-number {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 45px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    line-height: 1;
}
.services-modern-section .card-title-v7 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 15px;
    color: #3c4952;
}
.services-modern-section .card-title-v7 .thin-text {
    font-weight: 400;
    color: #999;
}
.services-modern-section .card-desc {
    font-size: 14px;
    color: #777;
    line-height: 1.7;
    margin-bottom: 30px;
    min-height: 70px;
}
.services-modern-section .card-footer-v7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    border-top: 1px solid #f5f5f5;
}
.services-modern-section .card-price {
    font-weight: 800;
    color: #3c4952;
    font-size: 18px;
}
.services-modern-section .circle-btn {
    width: 50px;
    height: 50px;
    border: 2px solid #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3c4952;
    text-decoration: none;
    transition: 0.4s;
}
.services-modern-section .service-card-v7:hover .circle-btn {
    background: #ffcd1f;
    color: #3c4952;
    border-color: #ffcd1f;
    transform: scale(1.1);
}
.services-modern-section .service-card-v7:hover .card-icon-float {
    transform: translateY(-8px) rotate(-10deg);
}
.services-modern-section .service-card-v7:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 70px rgba(255, 205, 31, 0.15);
}




.warranty-hero {
    padding: 100px 0 60px;
    position: relative;
    overflow: hidden;
}
.warranty-hero .hero-bg-text {
    top: 10%;
    right: -5%;
}

.warranty-hero .hero-bg-text, .warranty-hero .section-bg-text {
    position: absolute;
    font-size: clamp(80px, 15vw, 160px);
    font-weight: 900;
    color: rgba(60, 73, 82, 0.04);
    z-index: -1;
    pointer-events: none;
    text-transform: uppercase;
}
.warranty-hero .hero-content {
    max-width: 700px;
}
.warranty-hero .label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 800;
    color: #aaa;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.warranty-hero .label-circle {
    width: 8px;
    height: 8px;
    background: #ffcd1f;
    border-radius: 50%;
}
.warranty-hero .hero-content h1 {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
}
.warranty-hero .orange-text {
    color: #ffcd1f;
}
.warranty-hero .hero-content p {
    font-size: 18px;
    color: #666;
}

.warranty-details {
    padding: 80px 0;
    position: relative;
}
.warranty-details .section-bg-text {
    top: 0;
    left: 5%;
}

.warranty-details .hero-bg-text,.warranty-details .section-bg-text {
    position: absolute;
    font-size: clamp(80px, 15vw, 160px);
    font-weight: 900;
    color: rgba(60, 73, 82, 0.04);
    z-index: -1;
    pointer-events: none;
    text-transform: uppercase;
}
.warranty-details .warranty-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}
.warranty-details .warranty-card {
    background: #fff;
    padding: 60px 40px;
    border-radius: 40px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: 0.4s ease;
}
.warranty-details .card-badge {
    position: absolute;
    top: -15px;
    left: 40px;
    background: #ffcd1f;
    color: #3c4952;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 14px;
}
.warranty-details .warranty-card h3 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.2;
}
.warranty-details .card-desc {
    font-size: 14px;
    color: #999;
    margin-bottom: 25px;
    font-weight: 600;
}
.warranty-details .check-list {
        list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.warranty-details .check-list li {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    font-size: 15px;
}
.warranty-details .warranty-card.featured {
    border: 2px solid #ffcd1f;
}
.warranty-details .check-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #ffcd1f;
}
.warranty-details .card-icon {
    font-size: 45px;
    color: #ffcd1f;
    margin-bottom: 30px;
}
.warranty-details .card-icon {
    font-size: 45px;
    color: #ffcd1f;
    margin-bottom: 30px;
}



.trust-assets {
    padding: 60px 0;
    background: #f4f7f8;
    margin-top: 50px;
}
.trust-assets .assets-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.trust-assets .asset-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    padding: 30px;
    border-radius: 25px;
}
.trust-assets .asset-icon {
    font-size: 28px;
    color: #ffcd1f;
}
.trust-assets .asset-icon {
    font-size: 28px;
    color: #ffcd1f;
}
.trust-assets .asset-text h4 {
    font-weight: 800;
    margin-bottom: 10px;
}
.trust-assets .asset-text p {
    font-size: 14px;
    color: #666;
}


.warranty-cta {
    padding: 100px 0;
    text-align: center;
}
.warranty-cta .cta-box {
    background: #3c4952;
    color: white;
    padding: 80px 40px;
    border-radius: 50px;
}
.warranty-cta .cta-box h2 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 20px;
    color: white;
}
.warranty-cta .cta-box p {
    margin-bottom: 40px;
    color: #ccc;
    font-size: 18px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.warranty-cta .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.warranty-cta .btn-primary {
    background: #ffcd1f;
    color: #3c4952;
    text-decoration: none;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s;
}
.warranty-cta .btn-secondary {
    border: 2px solid #fff;
    color: white;
    text-decoration: none;
    padding: 16px 35px;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s;
}
.warranty-cta .btn-primary:hover {
    transform: scale(1.05);
    background: #e6b81c;
}
.warranty-cta .btn-secondary:hover {
    background: #fff;
    color: #3c4952;
}
.main-head .desktop-nav a:hover{
        color: #ffcd1f;
}






.hero-editorial {
    padding: 80px 0;
    position: relative;
}
.hero-editorial .hero-bg-text {
    top: 10%;
    right: 5%;
}

.hero-editorial .hero-bg-text, .section-bg-text {
    position: absolute;
    font-size: clamp(80px, 15vw, 150px);
    font-weight: 900;
    color: rgba(60, 73, 82, 0.04);
    z-index: -1;
    pointer-events: none;
    text-transform: uppercase;
}
.hero-editorial .hero-grid-editorial {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.hero-editorial .hero-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 800;
    color: #aaa;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}
.hero-editorial .label-circle {
    width: 10px;
    height: 10px;
    border: 2px solid #ffcd1f;
    border-radius: 50%;
}
.hero-editorial .hero-text-editorial h1 {
    font-size: clamp(36px, 6vw, 64px);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #3c4952;
}
.hero-editorial .green-text {
    color: #ffcd1f;
}
.hero-editorial .hero-desc {
    color: #666;
    font-size: 17px;
    margin-bottom: 35px;
    max-width: 500px;
}
.hero-editorial .btn-primary {
    background: #ffcd1f;
    color: #3c4952;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    display: inline-block;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}
.hero-editorial .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 205, 31, 0.3);
    background: #e6b81c;
}
.hero-editorial .collage-container {
    position: relative;
    height: 450px;
}
.hero-editorial .badge-years {
    position: absolute;
    left: -10px;
    top: 40%;
    background: #ffcd1f;
    color: #3c4952;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 800;
    z-index: 5;
}
.hero-editorial .img-main-wrap {
    width: 85%;
    height: 380px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.hero-editorial .img-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-editorial .img-sub-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    height: 260px;
    border-radius: 40px;
    border: 12px solid #fff;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.hero-editorial .img-sub {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.benefits-v3 {
    padding: 100px 0;
    position: relative;
}
.benefits-v3 .hero-bg-text,.benefits-v3 .section-bg-text {
    position: absolute;
    font-size: clamp(80px, 15vw, 150px);
    font-weight: 900;
    color: rgba(60, 73, 82, 0.04);
    z-index: -1;
    pointer-events: none;
    text-transform: uppercase;
}
.benefits-v3 .section-header-center {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}
.benefits-v3 .sub-header {
    font-size: 13px;
    font-weight: 800;
    color: #ffcd1f;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.benefits-v3 .main-header {
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 900;
    color: #3c4952;
}
.benefits-v3 .green-text {
    color: #ffcd1f;
}
.benefits-v3 .benefits-grid-v3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}
.benefits-v3 .benefit-card {
    background: #fff;
    padding: 45px 35px;
    border-radius: 25px;
    border: 1px solid #f0f0f0;
    transition: 0.4s;
    position: relative;
    text-align: center;
}
.benefits-v3 .benefit-icon-box {
    width: 60px;
    height: 60px;
    background: #f4f7f8;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffcd1f;
    margin: 0 auto 25px;
}
.benefits-v3 .benefit-icon-box {
    width: 60px;
    height: 60px;
    background: #f4f7f8;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffcd1f;
    margin: 0 auto 25px;
}
.benefits-v3 .benefit-num {
    position: absolute;
    top: 20px;
    right: 30px;
    font-weight: 900;
    color: #ffcd1f;
    font-size: 24px;
}
.benefits-v3 .benefit-card h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
}
.steps-v3 {
    padding: 100px 0;
    background: #fff;
    position: relative;
}
.steps-v3 .hero-bg-text, .steps-v3 .section-bg-text {
    position: absolute;
    font-size: clamp(80px, 15vw, 150px);
    font-weight: 900;
    color: rgba(60, 73, 82, 0.04);
    z-index: -1;
    pointer-events: none;
    text-transform: uppercase;
}
.steps-v3 .section-header-center {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}
.steps-v3 .sub-header {
    font-size: 13px;
    font-weight: 800;
    color: #ffcd1f;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.steps-v3 .main-header {
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 900;
    color: #3c4952;
}
.steps-v3 .green-text {
    color: #ffcd1f;
}
.steps-v3 .steps-timeline-container {
    position: relative;
    padding-top: 40px;
}
.steps-v3 .timeline-main-line {
    position: absolute;
    top: 85px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: repeating-linear-gradient(to right, #eee 0, #eee 10px, transparent 10px, transparent 20px);
    z-index: 0;
}
.steps-v3 .steps-grid-detailed {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
}
.steps-v3 .step-card-detailed {
    text-align: center;
}
.steps-v3 .step-icon-outer {
    width: 90px;
    height: 90px;
    background: #fff;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.steps-v3 .step-icon-wrap {
    width: 70px;
    height: 70px;
    background: #fff;
    border: 2px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #3c4952;
    transition: 0.4s;
}
.steps-v3 .step-card-detailed h4 {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 15px;
}
.steps-v3 .step-details-list {
    list-style: none;
    text-align: left;
    display: inline-block;
    font-size: 13px;
    color: #777;
}
.steps-v3 .step-details-list li {
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
}
.steps-v3 .step-details-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #ffcd1f;
    border-radius: 50%;
}
.steps-v3 .active-card .step-icon-wrap, .steps-v3 .step-card-detailed:hover .step-icon-wrap {
    border-color: #ffcd1f;
    background: #ffcd1f;
    color: #3c4952;
    transform: scale(1.1);
}

.steps-v3 .active-pulse {
    box-shadow: 0 0 0 10px rgba(255, 205, 31, 0.2);
}

.faq-section {
    padding: 120px 0;
}
.faq-section .hero-bg-text, .faq-section .section-bg-text {
    position: absolute;
    font-size: clamp(80px, 15vw, 150px);
    font-weight: 900;
    color: rgba(60, 73, 82, 0.04);
    z-index: -1;
    pointer-events: none;
    text-transform: uppercase;
}
.faq-section .faq-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
}
.faq-section .sub-header {
    font-size: 13px;
    font-weight: 800;
    color: #ffcd1f;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.faq-section .main-header {
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 900;
    color: #3c4952;
}
.faq-section .green-text {
    color: #ffcd1f;
}
.faq-section .faq-accordion details {
    border-bottom: 1px solid #eee;
    padding: 25px 0;
    cursor: pointer;
}
.faq-section .faq-accordion summary {
    font-size: 18px;
    font-weight: 700;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-section details[open] summary i {
    transform: rotate(45deg);
}

.faq-section .faq-accordion summary i {
    color: #ffcd1f;
    transition: 0.3s;
}


.contact-section {
    padding: 100px 0;
    background: #f4f7f8;
}
.contact-box {
    background: #fff;
    border-radius: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}
.contact-info {
    padding: 60px;
}
.sub-header {
    font-size: 13px;
    font-weight: 800;
    color: #ffcd1f;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.main-header {
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 900;
    color: #3c4952;
}
.green-text {
    color: #ffcd1f;
}
.method-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.method-item i {
    width: 50px;
    height: 50px;
    background: rgba(255, 205, 31, 0.15);
    color: #3c4952;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid #ffcd1f;
}
.contact-form-wrap {
    padding: 60px;
    background: #fafafa;
    border-left: 1px solid #eee;
}

.contact-form-section {
    padding: 60px 0;
    background: #efefef;
}

.contact-form-box {
    max-width: 520px;
}

.contact-form-box .wpcf7 form {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.contact-form-box .wpcf7-form-control-wrap {
    display: block;
}

.contact-form-box input[type="text"],
.contact-form-box input[type="tel"],
.contact-form-box input[type="email"],
.contact-form-box textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #cfcfcf;
    border-radius: 18px;
    padding: 0 22px;
    font-size: 14px;
    line-height: 1.2;
    color: #8e8e8e;
    box-shadow: none;
    outline: none;
    transition: all 0.3s ease;
    background: white;
}

.contact-form-box input[type="text"],
.contact-form-box input[type="tel"],
.contact-form-box input[type="email"] {
    height: 68px;
}

.contact-form-box textarea {
    height: 130px;
    padding-top: 22px;
    resize: vertical;
}

.contact-form-box input::placeholder,
.contact-form-box textarea::placeholder {
    color: #9b9b9b;
    opacity: 1;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus {
    border-color: #bdbdbd;
    outline: none;
}

.contact-form-box .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 242px;
    height: 50px;
    padding: 0 34px;
    border: none;
    border-radius: 999px;
    background: #f6c20f;
    color: #1f3b87;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: none;
    color: black;
    font-family: 'Montserrat';
}

.contact-form-box .wpcf7-submit:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.contact-form-box .wpcf7-spinner {
    margin-top: 12px;
}

.contact-form-box .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 6px;
}

.contact-form-box .wpcf7-response-output {
    margin: 15px 0 0 !important;
    padding: 10px 15px !important;
    border-radius: 12px;
    font-size: 14px;
}

.contact-form-box p{
    margin-bottom: 16px;
}
.contact-form-box br{
    display: none;
}



.article-page {
    padding: 40px 0 80px;
}

.article-page .back-btn {
    text-decoration: none;
    color: #3c4952;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
    transition: 0.3s;
}

.article-page .single-post {
    max-width: 1140px;
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.article-page .badge {
    background: #f8fafb;
    color: #ffcd1f;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
}
.article-page .post-header h1 {
    font-size: 36px;
    font-weight: 900;
    margin: 20px 0;
    color: #3c4952;
}
.article-page .post-meta {
    display: flex;
    gap: 20px;
    color: #999;
    font-size: 14px;
    margin-bottom: 30px;
}
.article-page .post-hero {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    height: 400px;
}
.article-page .post-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-page .single-post .post-body  p{
        font-weight: 500;
    font-size: 16px;
}
.article-page .single-post .post-body  h2{
        margin: 16px 0 16px;
    color: #3c4952;
    font-size: 24px;
}
.article-page .single-post .post-body h3{
         margin: 16px 0 16px;
    color: #3c4952;
    font-size: 22px;
}

.article-page .post-body {
    font-size: 18px;
    color: #4a5568;
}
.article-page .post-body h2 {
    margin: 30px 0 15px;
    color: #3c4952;
}
.related-posts {
    margin-top: 60px;
}
.related-posts .section-title {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 30px;
}
.related-posts .orange-text {
    color: #ffcd1f;
}
.related-posts .blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.related-posts .blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    transition: 0.3s;
}
.related-posts .card-img {
    height: 200px;
    position: relative;
}
.related-posts .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.related-posts .card-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ffcd1f;
    color: #3c4952;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 800;
}
.related-posts .card-content {
    padding: 20px;
}

.related-posts .read-more {
    color: #ffcd1f;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    transition: 0.2s;
}
.related-posts .card-content .date{
        display: flex;
    gap: 20px;
    color: #999;
    font-size: 14px;
}
.related-posts .card-content h3 a{
        font-size: 20px;
    margin: 16px 0;
    font-weight: 600;
        color: #3c4952;
        text-decoration: none;
}


.blog-header {
    text-align: center;
    padding: 80px 0 40px;
}
.badge {
    background: #fff;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    color: #ffcd1f;
    border: 1px solid #eee;
    text-transform: uppercase;
}
.blog-header h1 {
    font-size: 48px;
    font-weight: 900;
    color: #3c4952;
    margin: 15px 0;
}
.orange-text {
    color: #ffcd1f;
}
.blog-featured {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    background: #fff;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.06);
    margin-bottom: 60px;
}
.featured-img {
    height: 450px;
    position: relative;
}
.blog-featured {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    background: #fff;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.06);
    margin-bottom: 60px;
}

.blog-featured  .card-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ffcd1f;
    color: #3c4952;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
}
.blog-featured  .featured-content {
    padding: 50px;
}
.blog-featured  .date {
    font-size: 13px;
    color: #a0aec0;
    margin-bottom: 10px;
    display: block;
}
.blog-featured  .featured-content h2 a{
    font-size: 32px;
    font-weight: 800;
    color: #3c4952;
    line-height: 1.2;
    margin-bottom: 20px;
    text-decoration: none;
}
.blog-featured .read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffcd1f;
    color: #3c4952;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 20px;
}

.blog-grid.wide-view {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
}
.blog-card.expanded {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}
.blog-page .card-img {
    height: 280px;
    position: relative;
}
.blog-page .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.blog-page .card-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ffcd1f;
    color: #3c4952;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
}
.blog-page .card-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.blog-page .date {
    font-size: 13px;
    color: #a0aec0;
    margin-bottom: 10px;
    display: block;
}
.blog-page .card-content h3 a{
    font-size: 22px;
    font-weight: 800;
    color: #3c4952;
    margin-bottom: 15px;
    text-decoration: none;
}
.card-footer {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-page .card-footer a{
    color: #ffcd1f;
    text-decoration: none;
    font-weight: 800;
}
.blog-page .read-time {
    font-size: 12px;
    color: #a0aec0;
}
.blog-page .blog-subscribe {
    background: #3c4952;
    color: #fff;
    padding: 60px 40px;
    border-radius: 40px;
    margin: 60px 0;
    text-align: center;
}
.blog-subscribe .sub-form {
    display: flex;
    max-width: 500px;
    margin: 30px auto 0;
    gap: 10px;
}
.blog-subscribe .sub-form input {
    flex: 1;
    padding: 15px 25px;
    border-radius: 50px;
    border: none;
}
.blog-subscribe .btn-orange {
    background: #ffcd1f;
    color: #3c4952;
    border: none;
    padding: 0 30px;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 40px 0 80px;
}
.page-num.active {
    background: #ffcd1f;
    color: #3c4952;
}
.page-num {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-decoration: none;
    color: #3c4952;
    border-radius: 12px;
    font-weight: 800;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    transition: 0.3s;
}
.page-next {
    font-size: 20px;
    color: #3c4952;
    text-decoration: none;
    transition: 0.3s;
    padding-left: 5px;
}

.active {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: 1s ease-out;
}




.main-head {
      position: sticky;
    z-index: 1000;
    width: 100%;
    background: #fff;
    top: 0;
}

.main-head .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
   justify-content: space-between;
}

.main-head .logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
}


.main-head .logo-text-wrap {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.main-head .brand-name {
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.main-head .brand-tagline {
    font-size: 11px;
    font-weight: 600;
    color: #666;
    letter-spacing: 0.4px;
}

.main-head .desktop-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.main-head .desktop-nav a {
    text-decoration: none;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s ease;
}



.service-hero {
    background: #3c4952;
    padding: 80px 0;
    color: #fff;
    border-bottom: 8px solid #ffcd1f;
}
.service-hero .hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}
.service-hero .badge {
    background: #ffcd1f;
    color: #3c4952;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
}
.service-hero .hero-text h1 {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.1;
    margin: 20px 0;
}
.service-hero .orange-text {
    color: #ffcd1f;
}

.service-hero .content-area {
    padding: 100px 0;
    background: #fff;
}

.service-hero .expert-note {
    background: #fffcf0;
    border-left: 5px solid #ffcd1f;
    padding: 30px;
    margin: 40px 0;
    border-radius: 0 15px 15px 0;
    position: relative;
}

.single-service-content blockquote{
        background: #fffcf0;
    border-left: 5px solid #ffcd1f;
    padding: 30px;
    margin: 40px 0;
    border-radius: 0 15px 15px 0;
    position: relative;
}
.single-service-content blockquote::before {
    content: '\f0eb';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: -15px;
    left: -15px;
    background: #ffcd1f;
    color: #3c4952;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(255, 205, 31, 0.3);
}
.single-service-content h2{
       margin: 16px 0 16px;
    color: #3c4952;
    font-size: 24px;
}
.single-service-content h3{
      margin: 16px 0 16px;
    color: #3c4952;
    font-size: 22px;
}
.single-service-content  ul{
        margin: 0;
    padding: 15px;
}

.wp-block-list li::marker{
        background: #3c4952;
    color: #ffcd1f;
    font-weight: 900;
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 20px;
}

.main-head .burger-btn {
    display: none;
    width: 46px;
    height: 46px;
    border: none;
    background: transparent;
    padding: 0;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
}

.site-logo img{
        max-height: 150px;
    width: fit-content;
}

.main-head .burger-btn span {
    position: absolute;
    right: 8px;
    width: 28px;
    height: 3px;
    background: #111;
    border-radius: 10px;
    transition: 0.3s ease;
}

.main-head .burger-btn span:nth-child(1) {
    top: 14px;
}

.main-head .burger-btn span:nth-child(2) {
    top: 21px;
}

.main-head .burger-btn span:nth-child(3) {
    top: 28px;
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s ease;
    z-index: 1098;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-side-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 66.6666vw;
    max-width: 420px;
    min-width: 260px;
    height: 100vh;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    z-index: 1099;
    display: flex;
    flex-direction: column;
    padding: 24px 20px 30px;
}

.mobile-side-menu.active {
    transform: translateX(0);
}
.mobile-side-menu .mobile-side-menu-inner a {
    font-size: 16px;
}

.mobile-menu-close {
    width: 42px;
    height: 42px;
    border: none;
    background: transparent;
    position: relative;
    padding: 0;
    margin-left: auto;
    cursor: pointer;
    flex-shrink: 0;
}

.mobile-menu-close span {
    position: absolute;
    top: 19px;
    left: 9px;
    width: 24px;
    height: 3px;
    background: #111;
    border-radius: 10px;
}

.mobile-menu-close span:nth-child(1) {
    transform: rotate(45deg);
}

.mobile-menu-close span:nth-child(2) {
    transform: rotate(-45deg);
}

.mobile-side-menu-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-top: 16px;
}

.mobile-side-menu-inner a {
    text-decoration: none;
    color: #111;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.mobile-side-menu-inner .nav-cta {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 14px 18px;
}
.single-service-content{
    padding: 60px 0;
}

.vst-table-premium td[colspan="2"] {
    text-align: center;
}

@media (max-width: 991px) {
    .main-head .desktop-nav {
        display: none;
    }

    .main-head .burger-btn {
        display: block;
    }
}

@media (min-width: 992px) {
    .mobile-side-menu,
    .mobile-menu-overlay {
        display: none;
    }
}

@media (max-width: 767px) {
    .main-head {
        padding: 10px 0;
    }
    .hero.banner-block .f-icon{
        width: 38px;
    }
    .services .section-header .top-tag {
    font-size: 14px;
    margin-bottom: 16px;
    display: block;
}

    .main-head .nav-container {
        gap: 12px;
    }

    .main-head .logo {
        max-width: calc(100% - 60px);
    }



    .main-head .brand-name {
        font-size: 18px;
    }
    .services-modern-section{
        padding: 60px 0;
    }
    .services-modern-section .main-header{
        font-size: 32px;
    }
    .services-modern-section .sub-header{
        font-size: 10px;
            margin-bottom: 8px;
    }
    .services-modern-section .section-header-center{
        margin-bottom: 40px;
    }
    .services-modern-section .card-content-v7{
            padding: 35px 15px 15px;
    position: relative;
    }
    .services-modern-section .card-title-v7{
        font-size: 22px;
    }
    .price-page .vst-h1{
        font-size: 36px;
    }
    .price-page .price-hero-section{
        padding: 40px 0;
    }
    .price-page .hero-grid-v2{
        display: block;
    }
    .price-page .strip-flex{
        flex-wrap: wrap;
    gap: 11px;
    }
    .price-page .table-section{
        padding: 60px 0;
    }
    .price-page .vst-card-table{
        padding: 20px;
        overflow: auto;
    }
    .price-page .vst-table-premium{
            caption-side: bottom;
    }
    .price-page .btn-text{
        font-size: 14px;
    }
    .price-page .accent-number{
        font-size: 52px;
    }
    .blog-header{
        padding: 40px 0px;
    }
    .blog-featured{
        display: block;
    }
    .featured-img{
        height: auto;
    }
    .blog-featured .featured-content{
        padding: 30px;
    }
    .blog-featured .featured-content h2 a{
            font-size: 20px;
    font-weight: 700;
    color: #3c4952;
    line-height: 1.2;
    margin-bottom: 20px;
    text-decoration: none;
    display: block;
    }
    .blog-grid.wide-view{
        display: block;
    }
    .blog-page .card-content h3 a {
    font-size: 20px;
    font-weight: 700;
    color: #3c4952;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
}
    .article-page .single-post{
        padding: 20px;
    }
    .page-wrapper.contact-page{
        padding: 40px 0;
    }
    .contact-page .contacts-header h1{
        font-size: 36px;
    }
    .contact-page .grid-layout{
        display: block;
    }
    .contact-page .premium-card{
            border-radius: 30px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.8);
    margin-bottom: 24px;
    }

    .article-page .post-header h1{
            font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
    color: #3c4952;
    }

    .main-head .brand-tagline {
        font-size: 9px;
        line-height: 1.2;
    }

    .mobile-side-menu {
        width: 66.6666vw;
    }
    .hero.banner-block{
        padding: 40px 0;
    }
    .hero.banner-block .badge{
        margin-bottom: 10px;
        font-size: 12px;
    }
    .help-form-wrap{
        margin-top: 30px;
    }
    .work-slider{
        padding: 60px 0;
    }
    .work-slider{
        padding: 60px 0;
    }
    .work-slider .section-header.center h2{
        font-size: 20px;
    }
    .services{
        padding: 60px 0;
    }
    .services .section-header h2{
        font-size: 20px;
    }
    .pricing{
        padding: 60px 0;
    }
    .pricing .price-wrapper{
        padding: 20px ;
    }
    .pricing .price-title{
        font-size: 20px;
    }

    .hero.banner-block .hero-grid{
        display: block;
    }
    .hero.banner-block h1{
               font-size: 26px;
    }
    .mobile-side-menu.active{
            box-shadow: 8px 0 30px rgba(0, 0, 0, 0.12);
    }

    .main-footer .footer-grid{
        display: block;
    }
    .service-hero .hero-grid{
        display: block;
    }
    .service-hero .hero-text h1{
        font-size: 36px;
    }
    .hero-editorial .hero-grid-editorial{
        display: block;
    }
    .steps-v3 .steps-grid-detailed{
        display: block;
    }
    .steps-v3 .step-details-list{
            margin: 0;
    padding: 0;
    }
    .steps-v3 .timeline-main-line{
        display: none;
    }
    .benefits-v3 .hero-bg-text, .benefits-v3 .section-bg-text{
        display: none;
    }
    .section-bg-text{
        display: none;
    }
    .faq-section .faq-grid{
        display: block;
    }
    .section-bg-text{
        display: none;
    }
    .steps-v3{
        padding: 60px 0;
    }
    .faq-section{
        padding: 60px 0;
    }
    .contact-box{
        display: block;
    }
    .contact-section{
        padding: 60px 0;
    }
    .contact-info{
        padding: 30px;
    }
    .contact-form-wrap{
        padding: 30px;
    }
    .faq-section .faq-header{
        text-align: center;
    }
    .hero-editorial{
        padding: 60px 0;
    }
    .hero-editorial .hero-text-editorial h1{
        font-size: 36px;
    }
    .hero-editorial .hero-text-editorial{
        padding: 30px;
    }
    .benefits-v3{
        padding: 60px 0;
    }
    .benefits-v3 .benefit-card{
        padding: 25px 35px;
    }
    .steps-v3 .main-header{
        font-size: 32px;
    }
    .warranty-hero{
        padding: 60px 0;
    }
    .warranty-hero .hero-bg-text{
        display: none;
    }
    .warranty-hero .hero-content h1{
        font-size: 36px;
    }
    .trust-assets .assets-grid{
        display: block;
    }
    .warranty-cta{
        padding: 60px 0;
    }
    .warranty-cta .cta-box h2{
        font-size: 24px;
        font-weight: 700;
    }
    .warranty-cta .cta-box{
        padding: 60px 30px;
    }
    .trust-assets .asset-item{
        margin-bottom: 30px;
    }
    .warranty-details{
        padding: 60px 0;
    }

    .step-card-detailed{
        margin-bottom: 24px;
    }

}

@media (max-width: 480px) {
    .main-head .brand-name {
        font-size: 16px;
    }

    .main-head .brand-tagline {
        font-size: 8px;
        letter-spacing: 0.2px;
    }

    .main-head .logo-text-wrap {
        max-width: 160px;
    }

    .mobile-side-menu {
        width: 80vw;
        min-width: unset;
    }
}
