/* font */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
@font-face {
    font-family: 'Allura';
    src: url('../fonts/Allura-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* variable */
:root {
    --base-color: #1E6F8B;
    --medium-gray: #878898;
    --dark-gray: #242E45;
    --light-red: #EEF6F8;
    --alt-font: 'Plus Jakarta Sans', sans-serif;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
}
body {
    font-size: 17px;
    line-height: 32px;
}
sup {
    top: -0.7em;
}
.lh-42px {
    line-height: 42px;
}
/* box layout */
.box-layout {
    padding: 0 40px;
}
a {
    color: #878898;
} 
b, strong {
    font-weight: 700;
}
/* header */
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 17px;
}
@media (min-width: 992px) {
    .navbar .navbar-nav .nav-link .nav-link-text {
        position: relative;
        display: inline-block;
        padding-bottom: 2px;
    }
    .navbar .navbar-nav .nav-link .nav-link-text::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        height: 4px;
        border-radius: 999px;
        background-image: linear-gradient(to right, #0d9488, #1868a6, #364a91);
        opacity: 0;
        transform: scaleX(0.3) skewX(-12deg);
        transform-origin: left center;
        transition: transform .25s ease, opacity .25s ease;
        pointer-events: none;
    }
    .navbar .navbar-nav .nav-link:hover .nav-link-text::after {
        opacity: .55;
        transform: scaleX(1) skewX(-12deg);
    }
    .navbar .navbar-nav .nav-item.active > .nav-link .nav-link-text::after,
    .navbar .navbar-nav .nav-link.active .nav-link-text::after {
        opacity: 1;
        transform: scaleX(1) skewX(-12deg);
    }
}
header .navbar-brand img {
    max-height:28px;
}
.header-icon .icon > a {
    font-size: 20px;
}
.navbar .btn.btn-switch-text.btn-medium > span {
    padding: 10px 25px;
    font-size: 14px;
}
@media (min-width: 1200px) {
    .header-icon {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
        flex-wrap: nowrap;
    }
    .header-contact-text,
    .header-button {
        display: inline-flex !important;
        align-items: center;
        flex: 0 0 auto;
    }
    .header-button {
        margin-left: 0 !important;
    }
    .header-contact-text a {
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
        line-height: 1.2;
    }
    .header-button .btn.btn-switch-text {
        white-space: nowrap;
    }
    .header-button .btn.btn-switch-text > span {
        min-width: 210px;
        justify-content: center;
    }
}
@media (max-width: 1549.98px) and (min-width: 1200px) {
    .header-contact-text {
        display: none !important;
    }
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    border-radius: 0;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 10%);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 29px;
    width: 28px;
    margin-right: 12px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a,
.navbar .navbar-nav .dropdown .dropdown-menu a:hover,
.navbar .navbar-nav .dropdown .dropdown-menu li.active > a{
    color: var(--white);
    font-weight: 500;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 16px;
    line-height: 28px;
    padding: 18px 25px 20px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a {
    opacity: 0.6;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
    background-color: var(--dark-gray);
}
/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* page title */
.down-section {
    bottom: 30px;
}
.page-title-extra-large h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
}
.separator-line-9px {
    height: 9px;
}
.pricing-video-wrap {
    min-height: 729px;
}
.pricing-video-wrap > [class*="col-"] {
    position: relative;
    z-index: 1;
}
.pricing-video-stage {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1040px;
    max-width: calc(100% - 30px);
    aspect-ratio: 804 / 620;
    transform: translate(-50%, -50%);
    z-index: 0;
    overflow: hidden;
    border-radius: 24px;
    pointer-events: none;
}
.pricing-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    opacity: 0.16;
    pointer-events: none;
}
@media (max-width: 991px) {
    .pricing-video-stage {
        width: calc(100% - 30px);
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .pricing-table-style-05 h3 {
        margin-right: 8px !important;
        flex: 0 0 auto;
        font-size: 1.7rem !important;
        line-height: 1;
        letter-spacing: -1px !important;
        white-space: nowrap;
    }
    .pricing-table-style-05 h3 + p {
        width: 100px !important;
        font-size: 13px !important;
        line-height: 18px !important;
    }
}
h1, .h1 {
    font-size: 4.688rem;
    line-height: 4.688rem;
}
h2 {
    font-size: 3.125rem;
    line-height: 3.125rem;
}
.small-screen {
    height: 350px !important;
}
/* text gradient color */
.text-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #0d9488, #0f7f8f, #1868a6, #2a569f, #364a91);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.font-allura {
    font-family: 'Allura', cursive;
    font-weight: 400;
    font-size: 2em;
}
.about-studio-heading {
    line-height: 0.7;
}
/* bg gradient color */
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-blue-whale-transparent { 
    background: -webkit-linear-gradient(right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-quartz-light-transparent {
    background: -webkit-linear-gradient(right, rgba(228, 239, 244, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(228, 239, 244, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-quartz-white { 
    background-image: linear-gradient(to bottom, #f3f8fa, #f5f9fb, #f8fbfc, #fbfcfd, #ffffff);
}
.bg-gradient-base-color-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(30 111 139)), to(transparent));
    background-image: linear-gradient(to top, rgba(30, 111, 139, .8) 0%, transparent 100%);
}
.bg-gradient-regal-blue-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(22 35 64)), to(transparent));
    background-image: linear-gradient(to top, rgb(22 35 64) 0%, transparent 100%);
}
.bg-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to right, #0d9488, #0f7f8f, #1868a6, #2a569f, #364a91);
}
.bg-gradient-base-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 32, 44, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(22, 32, 44, .9) 8%, transparent 80%);
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #162340), to(transparent));
    background: linear-gradient(to top, #162340 7%, transparent 70%);
}
.bg-regal-blue {
    background-color: #162340;
}
.bg-blue-whale {
    background-color: #16233F;
}
/* top left right */
.top-40 {
    top: 40%!important;
}
.left-30 {
    left: 30%!important;
}
.right-30 {
    right: 30%!important;
}
.top-30 {
    top: 30%;
}
.top-20 {
    top: 20%;
}
.left-170px {
    left: 170px;
}
.mt-minus-2 {
    margin-top: -2px;
}
.left-minus-300px {
    left: -300px;
}
/* btn */
.btn {
    letter-spacing: 0px;
    text-transform: inherit;
}
.btn.btn-extra-large {
    font-size: 18px;
}
.btn.btn-large {
    font-size:16px;
}
.btn.btn-medium {
    font-size: 15px;
}
.btn.btn-small {
    font-size: 14px;
}
.btn.btn-link {
    padding: 0 0 2px;
    position: relative;
    text-decoration: none;
    border: 0;
    border-bottom: 2px solid;
    letter-spacing: 0;
    background-color: transparent;
}
.btn-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to right, #0d9488, #0f7f8f, #1868a6, #2a569f, #364a91, #2a569f, #1868a6, #0f7f8f, #0d9488);
    background-size: 200% auto;
    color: var(--white);
}
/* box overlay */
.interactive-banner-style-02.dark-hover:hover .btn {
    opacity: 0.7;
}
/* blog comment */ 
.blog-comment li .btn-reply {
    padding: 6px 20px 7px;
}
/* process-step style 05 */
.process-step-style-05 .progress-step-separator {
    bottom: inherit;
    height: 100%;
}
/* interactive banner */
.interactive-banner-style-02:hover figure figcaption .features-icon {
    margin-bottom: 17px;
}
/* blog grid */
.pagination-style-01 .page-item .page-link:hover,
.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}
.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    color: var(--medium-gray);
}
.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--dark-gray);
}
.accordion-style-06 .accordion-item.active-accordion {
    background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #ffffff);
}
/* google map */
#map {
    border-radius: 6px 0 0 6px;
}
.border-radius-top-lr {
    border-radius: 6px 6px 0 0;
}
footer ul li {
    margin-bottom: 0;
}
.scroll-progress {
    right: 10px;
}
/* google map */
.newsletter-style-02 input {
    font-size: 15px;
}
/* Revolution Slider */
#demo-corporate-slider {border-radius: 6px;}
.hesperiden.tparrows { width: 54px; height: 54px; background: transparent; border: 1px solid rgba(255,255,255,0.2);-webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out}
.hesperiden.tparrows:hover {border:1px solid rgba(255,255,255,1); background: rgba(255,255,255,1); ;}
.hesperiden.tparrows:hover:before {color: #232323}
.hesperiden.tparrows:before {line-height: 52px;}
.hesperiden.tparrows.tp-leftarrow:before { content: "\f104";font-family: "Font Awesome 6 Free";font-size: 16px; font-weight: 900}
.hesperiden.tparrows.tp-rightarrow:before { content: "\f105";font-family: "Font Awesome 6 Free";font-size: 16px; font-weight: 900}
.hesperiden.tparrows.tp-leftarrow:before { margin-left: 0; }
.hesperiden.tparrows.tp-rightarrow:before { margin-right: 0; }
.get-started-btn { transition: 0.3s ease-in-out !important; }
.hesperiden.tparrows { z-index: 97; }
/* media query responsive */
@media (max-width: 1700px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 19px;
        padding-right: 19px;
    }
}
@media (max-width: 1600px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (max-width: 1350px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 1300px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 9px;
        padding-right: 9px;
    }
}
@media (max-width: 1199px) {
    .accordion-style-06 .accordion-item {
        padding: 15px 50px 15px 35px;
    }
    .box-layout {
        padding: 0;
    }
    #demo-corporate-slider {
        border-radius: 0;
    }
    .lg-border-radius-0px {
        border-radius: 0 !important;
    }
    .navbar .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 991px) {
    .navbar .navbar-collapse.show .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-toggle,
    .navbar-modern-inner .navbar-collapse.show .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-toggle,
    .navbar-full-screen-menu-inner .navbar-collapse.show .navbar-nav .dropdown.dropdown-with-icon-style02 > .dropdown-toggle {
        transition: transform 0.3s ease;
    }
    .navbar .navbar-collapse.show .navbar-nav .dropdown.open > .dropdown-toggle,
    .navbar-modern-inner .navbar-collapse.show .navbar-nav .dropdown.open > .dropdown-toggle,
    .navbar-full-screen-menu-inner .navbar-collapse.show .navbar-nav .dropdown.open > .dropdown-toggle {
        transform: rotate(180deg);
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu,
    .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu,
    .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 0 45px;
        margin-bottom: 0;
        margin-right: -15px;
        overflow: hidden;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a, .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a, .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding: 17px 20px 17px 17px !important;
        border-bottom: 1px solid rgba(23, 23, 23, 0.1);
        transition: color 0.25s ease, padding-left 0.25s ease;
    }
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover {
        padding-left: 17px !important;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a,
    .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a,
    .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        border-bottom: 0;
    }
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        font-size: 17px;
        line-height: normal;
        display: flex;
        align-items: center;
    }
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
        font-size: 26px;
    }
}

.pricing-tag-image {
    object-fit: cover;
}

@media (max-width: 800px) {
    .pricing-tag-image {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }
}

@media (max-width: 378px) {
    .navbar .navbar-brand .mobile-logo {
        width: 145px !important;
        max-height: 42px !important;
    }
}

.services-abstract-bg {
    width: 560px;
    height: 560px;
}

@media (max-width: 470px) {
    .services-abstract-bg {
        width: 100% !important;
        height: auto !important;
        max-width: 470px;
        object-fit: contain !important;
    }
}

@media (max-width: 1399px) {
    .contact-support-image {
        opacity: 0.3;
    }
}

@media (max-width: 1199px) {
    .home-badge-image {
        width: 190px !important;
        height: 147px !important;
    }
}

@media (max-width: 991px) {
    .home-badge-image {
        width: 175px !important;
        height: 136px !important;
        margin-top: 110px !important;
    }
}

@media (max-width: 767px) {
    .home-badge-image {
        width: 160px !important;
        height: 124px !important;
        margin-top: 80px !important;
    }

    #map {
        border-radius: 0;
    }
    .small-screen {
        height: 300px !important;
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) {
    .home-process-floating-image {
        top: 190px !important;
        left: 430px !important;
    }
}

@media (max-width: 991px) {
    .home-process-floating-image {
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none;
    }
    .home-process-tech-react {
        width: 170px !important;
        height: 74px !important;
    }
    .home-process-tech-node {
        width: 145px !important;
        height: 74px !important;
    }
    .home-process-tech-next {
        height: 82px !important;
        max-width: 300px !important;
    }
    .home-process-tech-vercel {
        width: 78px !important;
        height: 38px !important;
    }
}
@media (max-width: 767px) {
    .home-process-tech-react {
        width: 145px !important;
        height: 63px !important;
    }
    .home-process-tech-node {
        width: 125px !important;
        height: 63px !important;
    }
    .home-process-tech-next {
        height: 70px !important;
        max-width: 240px !important;
    }
    .home-process-tech-vercel {
        width: 68px !important;
        height: 33px !important;
    }
}
@media (max-width: 575px) {
    .accordion-style-06 .accordion-item {
        padding: 15px;
    }
    footer .elements-social.social-icon-style-02 li {
        margin: 0 15px 0 0;
    }
    footer .elements-social.social-icon-style-02 li:first-child {
        margin-left: 0;
    }
}

.social-app-btn {
    position: relative;
    overflow: hidden;
    transition: color 0.55s ease, border-color 0.55s ease, box-shadow 0.55s ease;
    z-index: 1;
}

.social-app-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.55s ease;
    z-index: -1;
}

.social-app-btn:hover {
    color: #fff !important;
    border-color: transparent !important;
}

.social-app-btn:hover::before {
    opacity: 1;
}

.social-facebook::before {
    background: linear-gradient(135deg, #1877f2, #5aa3ff);
}

.social-linkedin::before {
    background: linear-gradient(135deg, #0077b5, #5b9bd5);
}

.social-whatsapp::before {
    background: linear-gradient(135deg, #25d366, #7df3a5);
}

.social-telegram::before {
    background: linear-gradient(135deg, #229ed9, #6bc8f2);
}

.social-instagram::before {
    background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

#cookies-model.cookie-message {
    left: auto;
    right: 20px;
    bottom: 24px;
    transform: none;
    width: min(700px, calc(100vw - 30px));
    max-width: none;
    padding: 24px 30px;
}

#cookies-model h6 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
}

#cookies-model p {
    margin-bottom: 0;
}

#cookies-model .d-flex {
    justify-content: flex-start;
    gap: 12px;
}

#cookies-model .btn {
    padding: 9px 18px;
    font-size: 13px;
    line-height: 18px;
}

#cookies-model .cookie-actions .btn {
    min-height: 38px;
}

@media (max-width: 767px) {
    #cookies-model.cookie-message {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: calc(100vw - 20px);
        bottom: 10px;
        padding: 20px;
    }

    #cookies-model .d-flex {
        flex-direction: column;
        align-items: stretch !important;
    }

    #cookies-model .cookie-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

.form-results.fynro-form-success {
    display: block;
    background: transparent;
    border: 0;
    padding: 0;
}

.fynro-form-success-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(33, 105, 76, 0.16);
    background: linear-gradient(135deg, rgba(235, 255, 245, 0.98) 0%, rgba(247, 251, 255, 0.98) 100%);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    text-align: left;
}

.fynro-form-success-icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0ea56b 0%, #33c58a 100%);
    color: #fff;
    font-size: 22px;
    box-shadow: 0 10px 20px rgba(14, 165, 107, 0.22);
}

.fynro-form-success-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.fynro-form-success-content strong {
    color: #18233a;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.fynro-form-success-content span {
    color: #51607a;
    font-size: 14px;
    line-height: 22px;
}

@media (max-width: 767px) {
    .fynro-form-success-card {
        padding: 16px;
        gap: 14px;
    }

    .fynro-form-success-icon {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .fynro-form-success-content strong {
        font-size: 15px;
        line-height: 21px;
    }
}

body.fynro-modal-open {
    overflow: hidden;
}

.fynro-contact-success-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.fynro-contact-success-modal.is-visible {
    display: block;
}

.fynro-contact-success-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(6px);
}

.fynro-contact-success-modal-dialog {
    position: relative;
    width: min(560px, calc(100vw - 30px));
    margin: 9vh auto 0;
    padding: 34px 34px 30px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.25);
    text-align: center;
}

.fynro-contact-success-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #eef3fb;
    color: #18233a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.25s ease;
}

.fynro-contact-success-modal-close:hover {
    background: #dfe9f8;
}

.fynro-contact-success-modal-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0ea56b 0%, #33c58a 100%);
    color: #ffffff;
    font-size: 38px;
    box-shadow: 0 16px 36px rgba(14, 165, 107, 0.28);
}

.fynro-contact-success-modal-message .fynro-form-success-card {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.fynro-contact-success-modal-message .fynro-form-success-icon {
    display: none;
}

.fynro-contact-success-modal-message .fynro-form-success-content {
    gap: 10px;
}

.fynro-contact-success-modal-message .fynro-form-success-content strong {
    font-size: 28px;
    line-height: 34px;
}

.fynro-contact-success-modal-message .fynro-form-success-content span {
    font-size: 15px;
    line-height: 26px;
    color: #5b667d;
}

.fynro-form-success-benefits {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.fynro-form-success-benefits li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: #4c5772;
    font-size: 14px;
    line-height: 22px;
}

.fynro-form-success-benefits li:last-child {
    margin-bottom: 0;
}

.fynro-form-success-benefits li::before {
    content: "\f26e";
    font-family: bootstrap-icons;
    position: absolute;
    left: 0;
    top: 1px;
    color: #13a66e;
    font-size: 16px;
}

.fynro-contact-success-modal-actions {
    margin-top: 28px;
}

.fynro-contact-success-modal-actions .btn {
    padding: 11px 22px;
    font-size: 14px;
    line-height: 20px;
}

.fynro-contact-success-modal-social {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #e7ebf3;
}

.fynro-contact-success-modal-social-label {
    display: block;
    margin-bottom: 12px;
    color: #5b667d;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.fynro-contact-success-modal-social-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.fynro-contact-success-modal-social-links a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f6fb;
    border: 1px solid #e2e8f2;
    color: #18233a;
    font-size: 16px;
    transition: all 0.25s ease;
}

.fynro-contact-success-modal-social-links a:hover {
    transform: translateY(-2px);
    background: #e8eef8;
    color: #0f172a;
}

.fynro-newsletter-toast-wrap {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 10001;
    pointer-events: none;
}

.fynro-newsletter-toast {
    position: relative;
    width: min(420px, calc(100vw - 30px));
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(87, 88, 214, 0.14);
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.18);
    padding: 18px 20px 18px 18px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    pointer-events: auto;
    transform: translateX(120%);
    opacity: 0;
    transition: transform 0.45s ease, opacity 0.45s ease;
}

.fynro-newsletter-toast.is-visible {
    transform: translateX(0);
    opacity: 1;
}

.fynro-newsletter-toast.is-success {
    border-color: rgba(34, 197, 94, 0.2);
}

.fynro-newsletter-toast.is-error {
    border-color: rgba(239, 68, 68, 0.2);
}

.fynro-newsletter-toast-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ffffff;
    background: linear-gradient(135deg, #5758d6 0%, #7c3aed 100%);
    box-shadow: 0 14px 28px rgba(87, 88, 214, 0.2);
}

.fynro-newsletter-toast.is-success .fynro-newsletter-toast-icon {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    box-shadow: 0 14px 28px rgba(34, 197, 94, 0.2);
}

.fynro-newsletter-toast.is-error .fynro-newsletter-toast-icon {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    box-shadow: 0 14px 28px rgba(239, 68, 68, 0.18);
}

.fynro-newsletter-toast-content {
    flex: 1 1 auto;
    padding-right: 18px;
    color: #334155;
    font-size: 15px;
    line-height: 25px;
}

.fynro-newsletter-toast-content strong {
    display: block;
    margin-bottom: 4px;
    color: #0f172a;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.fynro-newsletter-toast-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #eef3fb;
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease, color 0.25s ease;
}

.fynro-newsletter-toast-close:hover {
    background: #dde7f5;
    color: #0f172a;
}

@media (max-width: 767px) {
    .fynro-contact-success-modal-dialog {
        width: calc(100vw - 20px);
        margin-top: 7vh;
        padding: 26px 20px 24px;
        border-radius: 20px;
    }

    .fynro-contact-success-modal-close {
        top: 12px;
        right: 12px;
        width: 38px;
        height: 38px;
    }

    .fynro-contact-success-modal-icon {
        width: 68px;
        height: 68px;
        font-size: 32px;
        margin-bottom: 18px;
    }

    .fynro-contact-success-modal-message .fynro-form-success-content strong {
        font-size: 24px;
        line-height: 30px;
    }

    .fynro-contact-success-modal-message .fynro-form-success-content span {
        font-size: 14px;
        line-height: 23px;
    }

    .fynro-form-success-benefits li {
        font-size: 13px;
        line-height: 21px;
    }

    .fynro-contact-success-modal-social {
        margin-top: 18px;
        padding-top: 16px;
    }

    .fynro-contact-success-modal-actions .btn {
        width: 100%;
    }

    .fynro-newsletter-toast-wrap {
        top: 16px;
        right: 10px;
        left: 10px;
    }

    .fynro-newsletter-toast {
        width: 100%;
        padding: 16px 18px 16px 16px;
    }

    .fynro-newsletter-toast-content {
        font-size: 14px;
        line-height: 23px;
        padding-right: 14px;
    }

    .fynro-newsletter-toast-content strong {
        font-size: 17px;
        line-height: 23px;
    }
}
