/*mainroot*/


body {
    font-size: var(--body_font_size);
    font-weight: 400;
    background-color: var(--pagebgcolor);
    /*background-image: url(../img/bg-3.jpg);*/
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    color: var(--pagefont_clr);
    font-family: var(--poppins);
    overflow-x: hidden !important;
    position: relative;
    max-height: 100vh;
    overflow-y: scroll;

}

html {
    overflow-x: hidden;
}


.bg-dark-light {
    background: var(--gray6) !important;
}

strong {
    font-weight: 600;
}

a:hover,
a:visited,
a:focus {
    text-decoration: none;
}


section {

    position: relative;
}


.labels {
}

.labels .label {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04);
    display: flex;
}

.labels .label svg {
    fill: var(--clr1_2);
    max-width: 30px;
    max-height: 50px;
    margin-right: 10px;
}

.labels .label .label-head {
    font-size: 1.2em;
}

.labels .label.label-1 {
    position: absolute;
    left: 10%;
    width: 80%;
    top: -20px;
    background: WHITE;
}

.labels .label.label-2 {
    position: absolute;
    left: -10px;
    width: fit-content;
    top: -20px;
    background: WHITE;
}

.labels .label.label-3 {
    position: absolute;
    right: -10px;
    width: fit-content;
    bottom: -20px;
    background: WHITE;
}

.content-container {
    width: var(--content_container);
    max-width: var(--content_container);
    margin-inline: auto;
    min-height: 10px;
    position: relative;
}

div.content-container-right {
    width: 80vw;
    margin-inline-start: auto;

}


.low-hero {
    font-size: 1em;

    font-weight: 400;
}

.section-title {
    font-size: 2.3em;
    line-height: 1.1em;
    font-weight: 600;
}

.section-title-big {
    font-size: 3em;
    line-height: 1em;
    font-weight: 900;
}

.section-title-soft {
    font-size: 2.3em;

    font-weight: 200;
    line-height: 1.2em;
}

.section-title strong {
    font-weight: 800;

}

.section-title-text {
    font-size: 1.8em;
    line-height: 1.1em;
    font-weight: 600;
}

.bg-dark.dotted {
    background-color: var(--clr_dark) !important;
    background-image: url(../img/shapes/shape.png) !important;
    background-repeat: no-repeat !important;
    background-size: 110px auto !important;
}

.bg-dotted {
    background-image: url(../img/shapes/dot.png) !important;
    background-repeat: repeat !important;
    background-size: 280px auto !important;
    background-position: center !important;
}

.bg-dotted-1 {
    background-image: url(../img/shapes/shape-1.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.bg-dotted-2 {
    background-image: url(../img/shapes/shape-2.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.bg-dotted-3 {
    background-image: url(../img/shapes/shape-3.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.bg-dotted-4 {
    background-image: url(../img/shapes/shape-4.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.bg-dotted-5 {
    background-image: url(../img/shapes/wave-5-2.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom center !important;
}

.bg-dotted-6 {
    background-image: url(../img/shapes/vertical-lines-2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 70% auto !important;
    background-position: bottom center !important;
}

.bg-dotted-7 {
    background-image: url(../img/shapes/vertical-lines-3.png) !important;
    background-repeat: no-repeat !important;
    background-size: 80% auto !important;
    background-position: left center !important;
}

.bg-dotted-map {
    background-image: url(../img/shapes/dotted-map.png);
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.button-bar {
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 100;
    height: fit-content;
    padding: 14px 5px;
    background: linear-gradient(to bottom, #373744 18%, WHITE 18%);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3) !important;
    border-radius: 20px;

}

.button-bar .bar-header {
    font-size: 0.8em;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    width: calc(100% + 10px);
    margin-left: -5px;
    border-bottom: 4px solid #d9d9d9;
    cursor: pointer;
    padding-bottom: 9px;
}

.button-bar ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.button-bar ul li:first-child {
}

.button-bar ul li:last-child {
}

.button-bar ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: .2s;
}

.button-bar ul li a:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.button-bar ul li a {
    position: relative;
    width: 80px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 10px;
    border-radius: 10%;
    padding: 6px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    background: linear-gradient(0deg, #ddd, #fff);
    transition: .2s;
    padding-bottom: 10px;
    padding-top: 10px;
    color: var(--dark) !important;
}

.button-bar ul li a i {
    font-weight: 900;
}

.button-bar ul li a span {

    font-size: 0.5em;
}

.button-bar ul li:nth-child(2) a {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    padding: 0;

}

.button-bar.opened ul li:nth-child(2) a {
    visibility: visible;
    max-height: 1500px;
    overflow: hidden;
    padding: 6px;
}

.button-pad {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.button-pad .button-area {
    padding: 15px;
}

.button-pad .button-area .button-card {
    min-width: 60px;
    width: 100%;
    background: linear-gradient(45deg, white, #ddd);
    display: flex;
    border-radius: 60px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.button-pad .button-area .button-card img {
    width: 60px;
    border-right: 1px solid #ddd;
    padding: 12px;
}

.button-pad .button-area .button-card h2 {
    font-weight: 400;
    font-size: 1em;
    padding-left: 5px;
    margin-bottom: 0;
}

.button-pad .button-area .button-card-img {
    background: white;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 0 50px transparent;
    border: 1px solid #ddd;
}

.button-pad .button-area .button-card-img:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.18);
    transform: translateY(-5px);
}

.button-pad .button-area .button-card-img .img {
    display: block;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-size: auto 80% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.button-pad .button-area .button-card-img .content {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-pad .button-area .button-card-img .content h2 {
    margin-bottom: 0;
    font-size: 0.9em;
    font-weight: 500;
    border-top: 1px solid #ddd;

}

.bg-img-box-1 {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    width: 100%;
    height: var(--promo-height-origin);
}

.bg-img-box-1.big {
    height: calc(calc(var(--promo-height-origin) * 2) + 10px);
}

.bg-img-box-1.bigger {
    height: calc(calc(var(--promo-height-origin) * 3) + 40px);

}

.bg-img-box-1.small {
    height: calc(var(--promo-height-origin) - 50px);
}

.bg-img-box-1.x-small {
    height: 95px;
}


.bg-img-box-1 .content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
    padding: 20px;
}


.icon-card {
    position: relative;
    border-radius: calc(var(--radius) + 10px);
    height: fit-content;
    box-shadow: 0 0 30px transparent;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;

}

.icon-card:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.23);
    transform: translateY(-10px);
}

.icon-card .img {
    position: absolute;

    left: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    border-radius: calc(var(--radius) + 10px);
    z-index: 20;
    background-color: WHITE !important;
    background-size: 35px auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: 1px solid #ddd;
}

.icon-card .card-body {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
    min-height: 80px;
}

.icon-card .card-body h2.card-head {

    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    justify-content: space-between;
    font-weight: 500;
}

.icon-card .card-body h2.card-head img {
    max-width: 47px;
    margin-bottom: -37px;
    background: WHITE;
    padding: 5px;
}

.icon-card .card-body ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;

}

.icon-card .card-body ul li {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
}

.icon-card .card-body ul li a {
    display: flex;
    width: 100%;
    padding: 6px 11px;
    color: var(--pagefont_clr);
    flex-direction: row;
    align-items: center;
    justify-content: end;
    text-align: right;
    border: 1px solid transparent;
    border-radius: calc(var(--radius) + 10px);
    background: transparent;
    font-size: 1.1em;
}

.icon-card .card-body ul li a i {
    color: #ddd;
}

.icon-card .card-body ul li a:hover {
    background: #eee;
}

.image-card-1 {
    border-radius: calc(var(--radius) + 20px);
    padding: 25px;
    background: WHITE;
    box-shadow: 0 0 30px transparent;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
}

.image-card-1:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.23);
    transform: translateY(-10px);

}

.image-card-1 .img {
    height: 220px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: calc(var(--radius) + 20px);
    margin-bottom: -30px;
}

.image-card-1 .card-body {
    padding: 0;
    padding-top: 50px;
}

.image-card-1 .card-body .card-head {
    font-size: 1em;
    font-weight: 500;
    color: var(--dark);
    line-height: 1.6em;
}

.image-card-2 {
    border-radius: calc(var(--radius) + 20px);
    padding: 25px;
    background: WHITE;
    box-shadow: 0 0 30px transparent;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    height: 220px;
}

.image-card-2:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.23);
    transform: translateY(-10px);

}

.image-card-2 .img {
    width: 40%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: calc(var(--radius) + 20px);

    display: inline-flex;
}

.image-card-2 .card-body {
    width: 58%;
    display: inline-flex;
    padding: 15px;
    height: 100%;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.image-card-2 .card-body .card-head {
    font-size: 1em;
    font-weight: 500;
    color: var(--dark);
    line-height: 1.6em;
}

.campaing-card {
}

.campaing-card .img {
}

.campaing-card .img > * {
    width: 100%;
    border-radius: calc(var(--radius) + 15px);
    overflow: hidden;
}

.campaing-card .img .desc-img {
    display: block !important;
}

.campaing-card .img .mobile-img {
    display: none !important;
}

.campaing-card .campaing-info {
    margin-top: -100px;
    padding: 15px;
}

.campaing-card .campaing-info .camp {
    width: fit-content;
    max-width: 100%;
    border-radius: calc(var(--radius) + 5px);
    background: WHITE;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    padding: 35px;
    z-index: 30;
    margin: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.campaing-card-2 {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    height: 420px;
    overflow: hidden;
    border-radius: calc(var(--radius) + 15px);
}

.campaing-card-2 img {
    width: auto !important;
    height: 100% !important;
}

.campaing-card-2 .campaing-info {
    color: white;
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: auto;
    padding: 25px;
}


.carousel-trigger {
}

.carousel-trigger a {
    border-radius: 50px;
    font-size: 2em;
}

.carousel-trigger.type1 a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid WHITE;
    box-sizing: content-box;
}

.carousel-trigger.type1.abs a {
    position: absolute;
    top: calc(50% - 25px);
    z-index: 30;
}

.carousel-trigger.type1.abs a.next {
    right: -15px;
}

.carousel-trigger.type1.abs a.prev {
    left: -15px;
}

.carousel-trigger.type2 a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid WHITE;
    box-sizing: content-box;
}


.partners {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.partners .partner-block {
    padding: 3px;
    margin: 5px;
    width: calc(20% - 10px);
    flex: 0 0 calc(20% - 10px);
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 30px transparent;
    border: 1px solid transparent;
    will-change: transform;
}

.partners .partner-block .partner-cube {
    will-change: transform;
    width: 100%;
    height: 115px;
    background-size: 82px auto;
    background-repeat: no-repeat !important;
    background-position: center !important;
    filter: grayscale(1);
    transition: all 0.5s ease-in-out;
    background-color: rgba(255, 255, 255, 255);
    border-radius: calc(var(--radius) + 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    transform: perspective(100px);

}

.partners .partner-block:hover .partner-cube {
    filter: grayscale(0);
}

.partners .partner-block .partner-cube img {
    max-height: 45px;
    max-width: 80%;
    width: auto;
    height: auto;
}

/*
.partners .partner-block.bottomRowElement,
.partners .partner-block.topRowElement,
.partners .partner-block.bottomRowElement,
.partners .partner-block.rightColumnElement{

}
.partners .partner-block.bottomRowElement{
    transform: perspective(100px) rotateX(-6deg);
}
.partners .partner-block.topRowElement{
    transform: perspective(100px) rotateX(6deg);
}
.partners .partner-block.leftColumnElement {
    !*transform-origin: 100% 50%;*!
    transform: perspective(100px) rotateY(-6deg);
}
.partners .partner-block.rightColumnElement{
    !*transform-origin: 0% 50%;*!
    transform: perspective(100px)  rotateY(6deg);

}*/
.partners .partner-block:hover {

    transform: perspective(50px) translateZ(4px);
    z-index: 30;
}


.dot-types-1 .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot-types-1 .owl-dots button {
    height: 12px;
    border-radius: 30px;
    width: 38px;
    background: #eee;
    margin: 3px;
}

.dot-types-1 .owl-dots button.active {
    background: #ddd;
}

.index-questions {

    border-radius: calc(var(--radius) + 15px);

    padding: 35px;
    overflow: hidden;

}

.index-questions .card {
    background: none !important;
    border: none;
    margin-top: 15px;
}

.index-questions .card .card-header {
    background: WHITE;
    color: var(--clr_dark_n);
    border-radius: calc(var(--radius) + 15px);
    border-bottom: none !important;
}

.index-questions .card .card-header h2 a::after {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    content: "\f068";
    width: 30px;
    height: 100%;
    right: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-questions .card .card-header h2 a.collapsed::after {
    content: "\2b";
}

.index-questions .card .card-header h2 a.collapsed {
    color: var(--clr_dark_n);
}

.index-questions .card .card-header h2 a {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    text-align: start;
    color: var(--clr_promo_3b);
    font-weight: 600;
    font-size: 1.2em;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 30px;

}

.index-questions .card .card-body {
    padding: 25px;
    padding-left: 15px;
}

.service-card-1 {
    align-items: center;
    appearance: none;
    background-color: #FCFCFD;
    border-radius: calc(var(--radius) + 15px);
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -7px 0 inset;
    box-sizing: border-box;
    color: #36395A;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;

    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    height: fit-content;
    padding: 12px;
    flex-direction: column;
}

.service-card-1:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    transform: translateY(-2px);
}

.service-card-1:hover {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
}

.slider-area .service-card-1 {

}

.service-card-1 .icon {

    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
}

.service-card-1 .icon svg {
    max-width: 60px;
    max-height: 40px;

    fill: var(--clr_dark_n) !important;

}

.service-card-1 .icon svg path {
    stroke: var(--clr_dark_n) !important;

}

.service-card-1 .text {
    margin-top: 12px;
    font-size: 1em;
    font-weight: 600;
}

.page-area {
    background-color: var(--type1SubMenuBack);
}

.bread-area {
    min-height: 10vh;
    border-bottom: 1px solid rgba(221, 221, 221, 0.48);
}

.sidebar {

}

.sidebar > .position-sticky {
    top: 135px;
    z-index: 50;
}

.breadcrumb-list {
    width: 100%;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    max-width: 100%;
    overflow-x: scroll;
}

.breadcrumb-list::-webkit-scrollbar-track,
.breadcrumb-list::-webkit-scrollbar,
.breadcrumb-list::-webkit-scrollbar-thumb {
    height: 0;
}

.breadcrumb-list li {
    margin-left: 5px;
    display: inline-flex;
    list-style-type: none;
    white-space: nowrap;
}

.breadcrumb-list > li:first-child {
    margin-left: 0;
}

.breadcrumb-list > li:last-child {
}

.breadcrumb-list > li,
.breadcrumb-list > li > a {
    font-size: 0.9em;
    color: var(--clr_dark_n);
}

.breadcrumb-list > *:last-child {
    color: var(--clr_promo_1)
}

.breadcrumb-list > *:first-child:before {
    content: '';
    display: none !important
}

.breadcrumb-list > *:before {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    content: "\f105";
    margin-right: 5px;

}

.result-1 {
    font-size: 2em;
    font-weight: 800;
}

.blog-read-area {
    font-size: 16px;
}

.blog-read-area p {
    font-size: 1em;
}

.blog-info-list {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-info-list li {
    width: 25%;
    display: inline-flex;
    list-style-type: none;
    background-color: #fff;
    border-right: 1px solid #ddd;
    padding: 6px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blog-info-list li:last-child {
    border-right: none !important;
}

.blog-info-list li span {
    width: 100%;
    text-align: center;
    font-size: 1em;
    color: var(--clr_dark_n);
}

.blog-info-list li a {
    display: contents;
}

ul.campaign-dates {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    align-items: start;
    justify-content: center;
}

ul.campaign-dates li {
    width: 100%;
    list-style-type: none;
    margin-top: 5px;
    background: WHITE;
    padding: 12px;
}

ul.campaign-dates li span {
    line-height: 1em;
    display: flex;
    padding: 6px;
}

ul.campaign-dates li .brands {
    padding: 5px 6px;
}

.page-wrapper.with-shapes section {
    position: relative;
    z-index: 10;
}

.page-wrapper.with-shapes::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-repeat-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    z-index: 1;
    top: 0;

    opacity: 0.1;
}

.contact-iframe {
    border-radius: calc(var(--radius) + 15px);
}

.panel-cards {
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-cards .card-body {
    height: 100%;
}

.panel-cards.w-1 {
    aspect-ratio: 1;
}

.panel-cards.w-2 {
    aspect-ratio: 2 / 0.95;
}

.index5Pads {
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -7px 0 inset;
    background: #FCFCFD;

}

.index5Pads:hover {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
}

.index5Pads > a {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding: 10px 15px;
    overflow: hidden;
    position: relative;
    height: var(--index5SliderButtonHeight);
    color: var(--pagefont_clr);

}

.index5Pads h2 {
    font-size: 1em !important;
    line-height: 1em;
    z-index: 20;
    width: 100%;
    transition: all 0.4s ease-in-out;
    margin-bottom: 10px;
    text-align: right;
    font-weight: 600;
}

.index5Pads:hover h2 {
    text-align: right;
    color: WHITE;
}

.index5Pads:hover > a {
    text-decoration: none;
}

.index5Pads > .padTitle {
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-weight: 400;
    font-size: 1em;
    color: #2a2a2a;
    max-width: calc(100% - 30px);

}

.index5Pads:hover > .padTitle {
    position: relative;
    z-index: 10;
}

.index5Pads .circle-over {
    --imgAspect: calc(calc(var(--index5SliderButtonHeight) / 2));
    height: 25px;
    width: 25px;
    z-index: 3;
    position: absolute;
    top: 8px;
    right: 8px;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 2.6);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 2.6);
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 2.6);
    border-radius: 50%;
}

.index5Pads:hover .circle-over {
    transform: scale(9);
}

.index5Pads img {
    position: absolute;
    z-index: 5;
    --imgAspect: calc(var(--index5SliderButtonHeight) - 40px);
    top: calc(calc(var(--index5SliderButtonHeight) - var(--imgAspect)) / 2);
    width: fit-content;
    height: var(--imgAspect);
    opacity: 1;
}

.index5Pads:hover img {

}

#sigortalutfen-modal .modal-body img, video {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: 100%;
    box-shadow: 80px 80px 150px rgba(0, 0, 0, 0.5);
}

#sigortalutfen-modal {
    padding-right: 0 !important;
}

#sigortalutfen-modal .modal-body {
    position: relative !important;
    padding: 0 !important;
}

#sigortalutfen-modal .close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999;
    font-size: 2rem;
    font-weight: 500;
    color: #000;
    opacity: 1;
}

#sigortalutfen-modal .close:hover {
    color: #000;
}

#sigortalutfen-modal .modal-content {
    border-radius: 16px;
    overflow: hidden;
    backdrop-filter: blur(8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    animation: fadeInUp 0.35s ease;
}

.button-area .card-body .campaign-desc, .campaing-index .campaign-desc {
    color: #343a40;
    font-size: 0.9em;
}

.button-area .card-body .campaign-deadline, .campaing-index .campaign-deadline {
    color: #777;
    font-size: 0.9em;
}

.pagination {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}

.pagination li {
    list-style-type: none;
    margin-left: 5px;
}

.pagination li a {
    width: 40px;
    height: 40px;
    font-size: 1em;
    border-radius: 50px;
    color: WHITE;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--clr_promo_1);
}

.pagination li strong {
    width: 40px;
    height: 40px;
    font-size: 1em;
    border-radius: 50px;
    color: WHITE;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.blog .blog-publish-date {
    color: #777;
    font-size: 0.9em;
}

.page-content table, .product-content table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

.page-content td, .page-content th, .product-content td, .page-content th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.page-content tr:nth-child(even), .product-content tr:nth-child(even) {
    background-color: #dddddd;
}

.page-content h2 {
    font-size: 1.3em;
    font-weight: 600;
}

.page-content h3 {
    font-size: 1em;
    font-weight: 600;
}

.product-content h2 {
    font-size: 1.5em;
    color: var(--clr_promo_1);
    font-weight: 600;
}

.product-content h3 {
    font-size: 1.2em;
    font-weight: 600;
}

.blog-gallery-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 180px;
    display: block;
}

.onay-metinleri {
    display: none;
}

.onay-metinleri a {
    color: #000;
    font-weight: 700;
    text-decoration: revert;
}

.verification h1 {
    font-size: 1.5em;
    font-weight: 700 !important;
}

.verification p {
    font-size: 1.2em;
}

.verification .security-code {
    position: relative;
}

.verification .security-code .timer {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 1.3em;
}

.create-membership .member-password, .login .login-password, .account .account-password {
    position: relative;
}

.create-membership .member-password .eye, .login .login-password .eye, .account .account-password .eye {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 1.3em;
    cursor: pointer;
}

#validate-message {
    /*display: none;*/
}


#validate-message {
    display: none;
    background: #f7f7f7;
    color: #000;
    position: relative;
    padding: 15px 0;
    margin-bottom: 20px;
    border-radius: 25px;
}

#validate-message ul {
    list-style: none;
    padding-inline-start: 20px !important;
    margin-bottom: 0 !important;
    padding-right: 15px;
}

#validate-message ul > li {
    padding: 15px;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 25px;
}

#validate-message p {
    padding: 10px 30px;
    font-size: 14px;
    line-height: 10px;
    font-weight: 400;
}

.valid {
    color: #389f51;
}

.valid:before {
    position: relative;
    left: -8px;
    content: "✔";
}

.invalid {
    color: #d51717;
}

.invalid:before {
    position: relative;
    left: -8px;
    content: "✖";
}

.dealership .form-group.type-1 .input-area > select {
    padding: 0 40px !important;
}

.modal-backdrop.show {
    opacity: 0.4 !important;
}

.modal-backdrop {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

#openModal .modal-header {
    border-radius: 20px;
    overflow: hidden;
    justify-content: center !important;
}

#openModal .modal-content {
    border-radius: 20px;
    overflow: hidden;
}

#openModal .modal-header {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    padding: 1.5rem;
    border-bottom: none;
}

#openModal .modal-body, #openModal .modal-footer {
    background-color: #f4f6f9;
}

#openModal .modal-title {
    font-weight: 700;
    letter-spacing: -0.5px;
}

#openModal .content-form-list {
    padding: 33px;
    background-color: #e7e7e7b0;
    border-radius: 20px;
}

.checkout-stepper {
    position: relative;
    padding: 10px 0 10px;
}

/* Adımlar arasındaki çizgi */
.checkout-stepper::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #afafaf;
    z-index: 1;
}

.step {
    position: relative;
    z-index: 2;
    text-align: center;
    flex: 1;
}

.step span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 50%;
    display: inline-block;
    font-weight: 700;
    color: #adb5bd;
    transition: all 0.3s ease;
    margin-bottom: 8px;
}

.step p {
    font-size: 0.85rem;
    font-weight: 600;
    color: #adb5bd;
    margin: 0;
    transition: all 0.3s ease;
}

/* Aktif Adım Stili */
.step.active span {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.3);
}

.step.active p {
    color: #0d6efd;
}

.step.completed span {
    background: #198754;
    border-color: #198754;
    color: #fff;
}

.step-content {
    padding: 10px 5px;
    animation: fadeIn 0.4s ease-in-out;
}

.step-content h6 {
    font-weight: 700;
    color: #344767;
    margin-bottom: 20px;
    border-left: 4px solid #0d6efd;
    padding-left: 10px;
}

.modal-footer {
    border-top: 1px solid #f8f9fa;
    padding: 1.25rem;
}

#openModal .btn-primary {
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(13, 110, 253, 0.11);
}

#openModal .btn-secondary {
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 600;
    background: #f8f9fa;
    color: #6c757d;
    border: 1px solid #e9ecef;
}

#openModal #loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* Hafif beyaz transparan */
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#openModal .spinner-border {
    width: 3rem;
    height: 3rem;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.plan-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    padding: 25px;
    margin-bottom: 15px;
}

.plan-card:hover {
    border-color: #1a4fcf;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.logo-box {
    width: 85px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 8px;
    margin-right: 20px;
}

.logo-box img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.company-name {
    font-size: .7em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8;
    margin-bottom: 2px;
}

.plan-name {
    font-weight: 700;
    font-size: 1em;
    color: #1e293b;
    margin: 0;
}

.plan-center {
    flex: 0 0 35%;
    display: flex;
    justify-content: center;
    border-left: 1px solid #f1f5f9;
    padding-left: 30px;
}

.plan-center ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.plan-center li {
    font-size: 13.5px;
    color: #475569;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

.plan-center li i {
    color: #10b981; /* Yeşil ikon */
    font-size: 14px;
    margin-right: 10px;
}

/* Sağ Alan: Fiyatlandırma Bölümü */
.plan-right {
    min-width: 200px;
    text-align: right;
    border-left: 1px solid #f1f5f9;
    padding-left: 30px;
}

.price-eur {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 4px;
    display: block;
}

.plan-right .price {
    font-size: 28px;
    font-weight: 800;
    color: #1e3a8a; /* Kurumsal Lacivert */
    line-height: 1;
}

.plan-right .price span {
    font-size: 16px;
    font-weight: 600;
    margin-left: 2px;
}

/* Satın Al Butonu */
.btn-buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    padding: 12px 28px;
    border-radius: 10px;
    background: #1a4fcf;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s;
}

.btn-buy:hover {
    background: #1e3a8a;
    box-shadow: 0 4px 12px rgba(26, 79, 207, 0.25);
}

/* En Popüler / En Uygun Etiketi */
.popular-badge {
    position: absolute;
    top: -10px;
    left: 20px;
    background: #f59e0b; /* Turuncu-Sarı */
    color: #ffffff;
    font-size: 10px;
    padding: 4px 14px;
    border-radius: 20px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(245, 158, 11, 0.2);
}

.plan-card.popular {
    border: 2px solid #1a4fcf;
    background: #f0f7ff;
}

/* Bilgi Kutusu Üst Alan */
.offer-box {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.offer-badge {
    background: #f1f5f9;
    border-radius: 12px;
    padding: 10px 15px;
    text-align: center;
}

.offer-badge .label {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
}

.offer-badge .value {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
}

.proposal-review {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f7fa;
}

.proposal-review .card {
    background: #ffffff;
    border-radius: 20px !important;
    padding: 3rem 2rem !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08) !important;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.proposal-review .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.proposal-review .icon-box {
    width: 120px;
    height: 120px;
    background: #fff8e1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.5rem auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: background 0.3s ease;
}

.proposal-review .icon-box i {
    color: #ffc107;
}

.proposal-review h2 {
    font-size: 1.9rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.proposal-review p.lead {
    font-size: 1rem;
    text-align: center;
    color: #6c757d;
    line-height: 1.6;
}

.proposal-review hr {
    border-top: 1px solid #e0e0e0;
}

.proposal-review .d-flex > div {
    text-align: center;
}

.proposal-review .d-flex h4 {
    color: #34495e;
    font-size: 1.5rem;
}

.proposal-review .d-flex small {
    color: #95a5a6;
}

.proposal-review .btn-outline-primary {
    border-color: #3178c6;
    color: #3178c6;
    font-weight: 600;
    transition: all 0.3s ease;
}

.proposal-review .btn-outline-primary:hover {
    background-color: #3178c6;
    color: #fff;
    border-color: #3178c6;
}

.proposal-review .border-start {
    border-left: 1px solid #e0e0e0 !important;
}

.proposal-review .text-center h4 {
    margin-bottom: 0.25rem;
}

.jx-proposal-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 11000;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.jx-proposal-loader .spinner {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
}

.filter-sidebar {
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    border-radius: 20px;
    padding: 24px;
    border: 1px solid #e6ecf5;
    backdrop-filter: blur(10px);
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

.filter-section h2,
.filter-section h6 {
    font-weight: 700;
    color: var(--clr_promo_5b);
    margin-bottom: 14px;
    position: relative;
    padding-left: 10px;
}

.filter-section h2::before,
.filter-section h6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: linear-gradient(180deg, var(--clr_promo_1), var(--clr_promo_1a));
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.logo-card {
    cursor: pointer;
}

.logo-card input {
    display: none;
}

.logo-card .card-content {
    background: white;
    border: 1px solid var(--clr_promo_5);
    border-radius: 16px;
    padding: 14px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.logo-card .card-content::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(37,99,235,0.3), transparent);
    opacity: 0;
    transition: 0.4s;
}

.logo-card:hover .card-content::after {
    opacity: 1;
}

.logo-card:hover .card-content {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.15);
}

.logo-card img {
    max-height: 26px;
    margin-bottom: 8px;
}

.logo-card span {
    font-size: 12px;
    font-weight: 500;
}

.logo-card input:checked + .card-content {
    border: none;
    background: linear-gradient(135deg, var(--clr_promo_5), var(--clr_promo_5a));
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
}

.logo-card input:checked + .card-content span {
    color: #fff;
    font-weight: 600;
}

.logo-card input:checked + .card-content img {
    filter: brightness(0) invert(1);
}

.custom-check {
    background: white;
    border-radius: 12px;
    padding: 10px 12px;
    border: 1px solid var(--type1SubMenuBackC);
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
}

.custom-check:hover {
    border-color: #dbeafe;
    transform: translateX(2px);
}

.custom-check input {
    accent-color: var(--primary);
    margin-right: 10px;
    transform: scale(1.1);
}

.custom-check label {
    font-size: 13px;
    cursor: pointer;
}

.custom-check input:checked + label {
    font-weight: 600;
    color: var(--primary);
}

.price-filter {
    border-radius: 12px;
    border: 1px solid var(--type1SubMenuBackC);
    padding: 10px;
    font-size: 13px;
    transition: 0.25s;
}

.price-filter:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

#apply-price {
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
    background: linear-gradient(135deg, var(--clr_promo_5), var(--clr_promo_5a));
    border: none;
    transition: 0.3s;
}

#apply-price:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.35);
}

.filter-sidebar::-webkit-scrollbar {
    width: 6px;
}
.filter-sidebar::-webkit-scrollbar-thumb {
    background: #cbd5f5;
    border-radius: 10px;
}

.filter-sidebar hr {
    border-top: 1px solid rgba(0, 0, 0, .2);
}

.loader-content {
    text-align: center;
}

#main-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;

    padding: 80px 0;
    border-radius: 15px;
    border: 1px solid rgba(0,0,0,0.05);
}

.loader-wrapper {
    max-width: 400px;
    margin: 0 auto;
}

.corporate-loader {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.corporate-loader .circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top-color: #0d6efd;
    border-radius: 50%;
    animation: rotate-loader 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.corporate-loader .circle:nth-child(2) { animation-delay: -0.3s; border-top-color: var(--clr_promo_1); opacity: 0.5; }
.corporate-loader .circle:nth-child(3) { animation-delay: -0.6s; border-top-color: var(--clr_promo_3); opacity: 0.5; }

.shield-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #0d6efd;
    animation: pulse-shield 1.5s ease-in-out infinite;
}

.progress-bar-container {
    width: 100%;
    height: 6px;
    background: #f0f2f5;
    border-radius: 10px;
    margin-top: 25px;
    overflow: hidden;
    position: relative;
}

.progress-glow {
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #0d6efd, transparent);
    position: absolute;
    animation: scan-progress 2s linear infinite;
}

.uw-questions-container {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #e6e9ef;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.uw-questions-container .alert {
    border-radius: 8px;
    border: 1px solid #ffe8a1;
    background: #fff8db;
    color: #8a6d3b;
    font-size: 13px;
}

.uw-question-item {
    padding: 18px;
    border-radius: 10px;
    transition: all 0.25s ease;
    background: #fafbfc;
    border: 1px solid transparent;
}

.uw-question-item:hover {
    background: #f4f7fb;
    border-color: #dbe2ef;
}

.uw-question-item label {
    font-size: 14px;
    color: #2c3e50;
}

.uw-question-item .btn-group {
    background: #fff;
    border-radius: 8px;
    padding: 4px;
    border: 1px solid #dcdfe6;
}

.uw-question-item .btn {
    border-radius: 6px !important;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.2s ease;
}

.uw-questions-container .radio-group {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}

.uw-questions-container .custom-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #2c3e50;
    position: relative;
}

.uw-questions-container .custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.uw-questions-container .radio-mark {
    width: 18px;
    height: 18px;
    border: 2px solid #cfd6e4;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    transition: all 0.25s ease;
    background: #fff;
}

.uw-questions-container .radio-mark::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #1e7e34;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.2s ease;
}

.uw-questions-container .custom-radio input:checked + .radio-mark {
    border-color: #1e7e34;
    box-shadow: 0 0 0 4px rgba(30, 126, 52, 0.08);
}

.uw-questions-container .custom-radio input:checked + .radio-mark::after {
    transform: translate(-50%, -50%) scale(1);
}

.uw-questions-container .custom-radio.danger .radio-mark::after {
    background: #c82333;
}

.uw-questions-container .custom-radio.danger input:checked + .radio-mark {
    border-color: #c82333;
    box-shadow: 0 0 0 4px rgba(200, 35, 51, 0.08);
}

.uw-questions-container .custom-radio:hover .radio-mark {
    border-color: #7b8aa0;
}

.uw-questions-container .radio-label {
    user-select: none;
}

.sl-payment {
    background-color: #f4f6f9;
}

.sl-payment .row.g-3 {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #e6e9ef;
}

.sl-payment .form-label {
    color: #2c3e50;
    font-size: 12px;
    letter-spacing: 0.3px;
}

.sl-payment .form-control,
.sl-payment .form-select {
    height: 45px;
    border-radius: 8px;
    border: 1.5px solid #dce1e7;
    transition: all 0.2s ease;
    font-size: 14px;
    background-color: #fcfdff;
}

.sl-payment .form-control:focus,
.sl-payment .form-select:focus {
    border-color: #1e88e5;
    box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.08);
    background-color: #ffffff;
}

.sl-payment .input-group-text {
    border-radius: 8px 0 0 8px;
    border: 1.5px solid #dce1e7;
    color: #6c757d;
    background: #ffffff;
}

.sl-payment .input-group .form-control {
    border-radius: 0 8px 8px 0;
}

.sl-payment #card-type-info {
    font-size: 12px;
    color: #1e88e5;
}

.sl-payment #cvc {
    text-align: center;
    letter-spacing: 3px;
    font-weight: bold;
}

.sl-payment #installment-area {
    background: #f8fafc;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #e3e8ef;
}

.sl-payment .installment-list .list-group-item {
    border: none;
    border-bottom: 1px solid #e6e9ef;
    font-size: 13px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sl-payment .installment-list .list-group-item:hover {
    background-color: #eef4ff;
}

.sl-payment .installment-list .list-group-item.active {
    background-color: #1e88e5;
    color: #fff;
    border-radius: 6px;
}

.sl-payment .alert-light {
    border-radius: 10px;
    background: #f1f5f9 !important;
    border: none;
}

.sl-payment .alert-light i {
    color: #28a745;
}

.sl-payment ::placeholder {
    color: #adb5bd !important;
    font-size: 13px;
}

.sl-payment #cardHolderName {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sl-payment .form-control:hover,
.sl-payment .form-select:hover {
    border-color: #b6c2d1;
}

.sl-payment .form-control,
.sl-payment .form-select {
    transition: all 0.25s cubic-bezier(.4,0,.2,1);
}

@keyframes rotate-loader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes pulse-shield {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; }
    50% { transform: translate(-50%, -50%) scale(1.1); opacity: 1; }
}

@keyframes scan-progress {
    0% { left: -100%; }
    100% { left: 100%; }
}

@media (max-width: 768px) {

    .plan-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .plan-center {
        padding: 20px 0;
    }

    .plan-right {
        width: 100%;
        border-left: none;
        border-top: 1px solid #f1f5f9;
        padding-left: 0;
        padding-top: 20px;
        text-align: left;
    }

    .btn-buy {
        width: 100%;
    }

    .filter-sidebar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        height: 100%;
        z-index: 9999;
        border-radius: 0;
        transition: 0.4s ease;
        padding: 20px;
    }

    .filter-sidebar.active {
        right: 0;
    }

    .filter-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

    .filter-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .uw-question-item {
        padding: 14px;
    }

    .uw-question-item label {
        font-size: 13px;
    }

    .uw-questions-container .radio-group {
        justify-content: flex-start;
    }

    #sl-payment .row.g-3 {
        padding: 18px;
    }
}
