@charset "UTF-8";@media (min-width: 350px) and (max-width:767px) {
    .h1,h1 {
        font-size:2.25rem
    }

    .h2,h2 {
        font-size: 1.62rem
    }

    .h3,h3 {
        font-size: 22px
    }

    .h4,h4 {
        font-size: 18px
    }

    .h5,h5 {
        font-size: 16px
    }

    .h6,h6 {
        font-size: 14px
    }
}

.bg-adn {
    background-color: #d87a68
}

.bg-bitbucket {
    background-color: #205081
}

.bg-dropbox {
    background-color: #1087dd
}

.bg-facebook {
    background-color: #3b5998
}

.bg-flickr {
    background-color: #ff0084
}

.bg-foursquare {
    background-color: #f94877
}

.bg-github {
    background-color: #444
}

.bg-google {
    background-color: #dd4b39
}

.bg-instagram {
    background-color: #e1306c
}

.bg-linkedin {
    background-color: #007bb6
}

.bg-microsoft {
    background-color: #2672ec
}

.bg-odnoklassniki {
    background-color: #f4731c
}

.bg-openid {
    background-color: #f7931e
}

.bg-pinterest {
    background-color: #cb2027
}

.bg-reddit {
    background-color: #ff4500
}

.bg-soundcloud {
    background-color: #f50
}

.bg-tumblr {
    background-color: #2c4762
}

.bg-twitter {
    background-color: #55acee
}

.bg-vimeo {
    background-color: #1ab7ea
}

.bg-vk {
    background-color: #587ea3
}

.bg-yahoo {
    background-color: #720e9e
}

.bg-white {
    background-color: #fff!important
}

.mobile-search.home {
    padding: 5px;
    margin-bottom: 0
}

@media (min-width: 350px) and (max-width:767px) {
    #google_translate_element {
        max-width:120px
    }

    .mobile-search.home {
        padding: 5px;
        margin-bottom: 0
    }
}

.hero-slider-1 .single-hero-slider.rectangle {
    position: relative
}

@media (min-width: 350px) and (max-width:767px) {
    .hero-slider-1 .single-hero-slider.rectangle {
        background-position:100%
    }

    .hero-slider-1 .single-hero-slider.rectangle.slider-with-content:after {
        content: "";
        background: rgba(24,24,24,.6196078431);
        position: absolute;
        width: 100%;
        top: 0;
        height: 100%;
        z-index: 1
    }
}

.hero-slider-1 .single-hero-slider.rectangle .slider-content {
    left: calc(25% + 4rem);
    max-width: 600px
}

.hero-slider-1 .single-hero-slider.rectangle .slider-content p {
    font-size: 18px;
    line-height: 1.4;
    color: #253d4e
}

@media (min-width: 350px) and (max-width:767px) {
    .hero-slider-1 .single-hero-slider.rectangle .slider-content {
        left:50%;
        text-align: center;
        max-width: 95%;
        z-index: 2
    }

    .hero-slider-1 .single-hero-slider.rectangle .slider-content h1.display-5 {
        font-size: 1.7rem;
        font-weight: 400
    }

    .hero-slider-1 .single-hero-slider.rectangle .slider-content p {
        display: none
    }

    .hero-slider-1 .single-hero-slider.rectangle .slider-content .action-buttons {
        justify-content: center
    }

    .hero-slider-1 .single-hero-slider.rectangle .slider-content a.btn {
        padding: 10px 20px;
        font-size: 12px;
        line-height: 1.1
    }
}

.tf-marquee {
    display: flex;
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #0b0b0b;
    border-bottom: 1px solid #0b0b0b
}

.tf-marquee .initial-child-container {
    flex: 0 0 auto;
    display: flex;
    min-width: auto;
    flex-direction: row;
    align-items: center
}

.tf-marquee .marquee-wrapper {
    display: flex;
    animation: infiniteScroll 15s linear infinite;
    align-items: center;
    transition: animation-duration .3s
}

.tf-marquee .marquee-wrapper:hover {
    animation-play-state: paused!important
}

.tf-marquee .marquee-child-item {
    margin-left: 5px;
    display: inline-flex
}

.tf-marquee .marquee-child-item .certification-logo-image {
    height: -moz-fit-content;
    height: fit-content;
    min-width: 120px;
    text-align: center;
    padding: 15px 5px;
    border: 1px solid #dedede;
    border-radius: 10px
}

@media (min-width: 350px) and (max-width:767px) {
    .tf-marquee .marquee-child-item .certification-logo-image {
        min-width:100px;
        padding: 10px 5px
    }
}

.tf-marquee .marquee-child-item .certification-logo-image p {
    line-height: 1;
    font-size: 12px
}

@media (min-width: 350px) and (max-width:767px) {
    .tf-marquee .marquee-child-item .certification-logo-image p {
        font-size:10px
    }
}

.tf-marquee .marquee-child-item .certification-logo-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 50px;
    width: auto
}

@media (min-width: 350px) and (max-width:767px) {
    .tf-marquee .marquee-child-item .certification-logo-image img {
        height:35px;
        padding: 0
    }
}

@keyframes infiniteScroll {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.header-contact-bar {
    background: var(--primary-color);
    color: #fff
}

.header-contact-bar a {
    color: #fff
}

.facilities-section .facility-card,.facilities-section .facility-card-img-wrapper {
    border-top-left-radius: 10em;
    border-top-right-radius: 10em;
    overflow: hidden
}

@media (min-width: 350px) and (max-width:767px) {
    .facilities-section .facility-card-img-wrapper {
        height:160px
    }

    .facilities-section .facility-card-img-wrapper img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        transform: translateY(-80px)
    }
}

.fancy-features {
    background-color: var(--primary-step-1)
}

.statistics .counter-up {
    transition: transform .2s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.statistics .counter-up:hover {
    transform: scale(1.05)
}

.statistics .counter-up h3 {
    position: absolute;
    color: #fff;
    z-index: 1;
    font-size: 2rem
}

.statistics .counter-up h3 i {
    font-size: 3rem
}

@media (min-width: 350px) and (max-width:767px) {
    .statistics .counter-up img {
        width:50%
    }
}

.statistics .title {
    text-align: center;
    font-size: 1.2rem;
    color: #253d4e
}

.statistics .description {
    text-align: center
}

.our-offering .card .card-body .offering-content {
    min-height: 220px
}

@media (min-width: 350px) and (max-width:767px) {
    .our-offering .card .card-body .offering-content {
        min-height:50px
    }
}

.our-offering .list-wrapper {
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

.our-offering .list-wrapper .title {
    position: absolute;
    color: #fff;
    z-index: 1;
    text-align: center;
    font-size: 1.2rem;
    margin: 0 25px
}

.our-offering .list-wrapper img {
    border-radius: 5px
}

.our-offering .list-wrapper .overlay {
    background-color: rgba(0,0,0,.51);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px
}

.card-2 figure img {
    display: inline-block;
    max-width: 160px;
    height: 140px;
    border-radius: 10px
}

img.object-fit {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-list-page .post-title {
    font-size: 1.2em
}

.recent-posts img {
    display: block;
    width: 100%;
    height: 5rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    border-radius: 10px
}

#google_translate_element {
    background: #fff;
    padding: 3px 0;
    margin: .2rem 0;
    border-radius: 5px;
    min-width: 100px!important
}

#google_translate_element div.goog-te-gadget-simple {
    border: none;
    background-color: transparent;
    color: #000
}

#google_translate_element div.goog-te-gadget-simple:hover {
    color: #000!important
}

#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value:hover {
    text-decoration: none
}

#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span {
    color: #aaa
}

#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover {
    color: #9c9c9c
}

.goog-te-gadget-icon {
    display: none!important
}

div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="border-left-color: rgb(187, 187, 187); border-left-width: 1px; border-left-style: solid;"],div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="border-left: 1px solid rgb(187, 187, 187);"] {
    display: none
}

.goog-te-banner-frame.skiptranslate {
    display: none!important
}

iframe.goog-te-menu-frame {
    width: 105px!important
}

.font-great-vibes {
    font-family: Great Vibes,cursive
}


.text-ingenuity-primary {
    color: var(--primary-color)!important
}

.btn-white {
    border: 1px solid #fff
}

.btn-white,.btn-white:hover {
    color: var(--primary-color);
    background-color: #fff
}

.btn-white:hover {
    border: 1px solid var(--primary-color)
}

.btn-ingenuity {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-check:focus+.btn-ingenuity,.btn-ingenuity:focus,.btn-ingenuity:hover {
    color: var(--primary-color);
    background-color: var(--primary-step-1);
    border-color: var(--primary-color);
}

.btn-check:focus+.btn-ingenuity,.btn-ingenuity:focus {
    box-shadow: 0 0 0 .25rem rgba(219,23,105,.5)
}

.btn-check:active+.btn-ingenuity,.btn-check:checked+.btn-ingenuity,.btn-ingenuity.active,.btn-ingenuity:active,.show>.btn-ingenuity.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-step-1);
    border-color: #ad1253
}

.btn-check:active+.btn-ingenuity:focus,.btn-check:checked+.btn-ingenuity:focus,.btn-ingenuity.active:focus,.btn-ingenuity:active:focus,.show>.btn-ingenuity.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(219,23,105,.5)
}

.btn-ingenuity.disabled,.btn-ingenuity:disabled {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.hover-image .image {
    overflow: hidden
}

.hover-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s
}

.hover-image:hover img {
    transform: scale(1.1)
}

.width-1-per {
    width: 1%!important
}

.width-2-per {
    width: 2%!important
}

.width-3-per {
    width: 3%!important
}

.width-4-per {
    width: 4%!important
}

.width-5-per {
    width: 5%!important
}

.width-6-per {
    width: 6%!important
}

.width-7-per {
    width: 7%!important
}

.width-8-per {
    width: 8%!important
}

.width-9-per {
    width: 9%!important
}

.width-11-per {
    width: 11%!important
}

.width-12-per {
    width: 12%!important
}

.width-13-per {
    width: 13%!important
}

.width-14-per {
    width: 14%!important
}

.width-15-per {
    width: 15%!important
}

.width-16-per {
    width: 16%!important
}

.width-17-per {
    width: 17%!important
}

.width-18-per {
    width: 18%!important
}

.width-19-per {
    width: 19%!important
}

.width-20-per {
    width: 20%!important
}

.width-25-per {
    width: 25%!important
}

.width-30-per {
    width: 30%!important
}

.width-35-per {
    width: 35%!important
}

.width-40-per {
    width: 40%!important
}

.width-45-per {
    width: 45%!important
}

.width-50-per {
    width: 50%!important
}

.width-60-per {
    width: 60%!important
}

.width-70-per {
    width: 70%!important
}

.width-80-per {
    width: 80%!important
}

.width-90-per {
    width: 90%!important
}

.width-100-per {
    width: 100%!important
}

.font-size-10 {
    font-size: .625rem!important
}

.font-size-11 {
    font-size: .6875rem!important
}

.font-size-12 {
    font-size: .75rem!important
}

.font-size-13 {
    font-size: .8125rem!important
}

.font-size-14 {
    font-size: .875rem!important
}

.font-size-15 {
    font-size: .9375rem!important
}

.font-size-16 {
    font-size: 1rem!important
}

.font-size-17 {
    font-size: 1.0625rem!important
}

.font-size-18 {
    font-size: 1.125rem!important
}

.font-size-20 {
    font-size: 1.25rem!important
}

.font-size-22 {
    font-size: 1.375rem!important
}

.font-size-23 {
    font-size: 1.4375rem!important
}

.font-size-24 {
    font-size: 1.5rem!important
}

.font-size-36 {
    font-size: 2.25rem!important
}

.font-size-48 {
    font-size: 3rem!important
}

.header-action-icon-2.social-icons a {
    font-size: 1.3rem;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    margin-left: .3rem;
    padding: .2rem;
    border-radius: .2rem;
    line-height: inherit;
    text-align: center
}

.header-action-icon-2.social-icons a,.header-action-icon-2.social-icons a:hover {
    color: #fff;
    background: var(--primary-color)
}

.mobile-search .typeahead,.product-search-form .typeahead {
    width: 100%
}

.mobile-search .typeahead li a.dropdown-item,.product-search-form .typeahead li a.dropdown-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pagination .page-item.active .page-link {
    color: #fff6f6;
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.pagination .page-item.active .page-link:focus,.pagination .page-item.active .page-link:hover {
    color: #fff6f6
}

.pagination .page-item .page-link,.pagination .page-item .page-link:focus,.pagination .page-item .page-link:hover {
    color: var(--primary-color)
}

.footer-categories p.text-heading {
    color: #7e7e7e;
    letter-spacing: .035rem
}

.footer-categories p.text-heading a:hover {
    color: var(--primary-color)
}

.footer-categories p.text-heading a:after {
    content: " \2022   ";
    color: #000;
    font-size: 16px
}

.footer-categories p.text-heading a:last-child:after {
    content: none
}

@media (min-width: 350px) and (max-width:767px) {
    footer .mobile-social-icon {
        justify-content:center;
        margin-top: 15px
    }
}

.mobile-social-icon a {
    font-size: 1.3rem;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    margin-left: .3rem;
    padding: .2rem;
    border-radius: .2rem;
    line-height: inherit;
    text-align: center
}

.mobile-social-icon a,.mobile-social-icon a:hover {
    color: #fff;
    background: var(--primary-color)
}

.fancy-features {
    margin-bottom: 25px
}

@keyframes jumpThree {
    0% {
        transform: translateZ(0)
    }

    40% {
        transform: translate3d(0,-20px,0)
    }

    to {
        transform: translateZ(0)
    }
}

.intro-card {
    text-align: center;
    background: #f4f6fa;
    padding: 20px;
    border-radius: 10px
}

@media (min-width: 350px) and (max-width:767px) {
    .intro-card p {
        font-size:14px
    }
}

@media (min-width: 350px) and (max-width:767px) {
    .banner-img .banner-text {
        padding:0 30px
    }

    .banner-img .banner-text h4 {
        min-height: 50px;
        font-size: 22px
    }
}

.product-static-footer {
    position: fixed;
    z-index: 1999;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    background: var(--primary-color);
    min-width: 30rem;
    text-align: center;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    font-size: 1.3rem;
    padding: .5rem;
    height: 40px;
    transition: transform .3s ease-in-out
}

.product-static-footer a {
    color: #fff;
    display: block
}

@media (min-width: 350px) and (max-width:767px) {
    .product-static-footer {
        height:50px;
        padding: .8rem
    }
}

.product-static-footer:hover {
    transform: translateX(-50%) translateY(0) scale(1.1)
}

.quick-contact {
    position: fixed;
    right: 1rem;
    top: 50vh;
    z-index: 999
}

@media (min-width: 350px) and (max-width:767px) {
    .quick-contact {
        right:.5rem;
        bottom: 15vh;
        top: auto
    }
}

.quick-contact .phone-call {
    margin-bottom: 15px;
    position: relative
}

.quick-contact .phone-call img {
    width: 2.9rem
}

.quick-contact .phone-call .call-text {
    background: #020102;
    padding: 2px 9px;
    position: absolute;
    right: 17px;
    color: #fff;
    border-radius: 4px;
    top: -10px
}

.quick-contact .whatsapp img {
    width: 3.1rem;
    border-radius: 50%;
    animation-name: wa-ripple;
    animation-duration: 1.2s;
    animation-iteration-count: infinite
}

.quick-contact.left-side {
    right: auto;
    left: 1rem;
    top: 70vh
}

@media (min-width: 350px) and (max-width:767px) {
    .quick-contact.left-side {
        right:auto;
        left: .5rem
    }
}

.quick-contact.left-side .contact-bubble img {
    width: 3.1rem
}

@keyframes wa-ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(0,128,0,.48),0 0 0 0 rgba(195,248,127,.29)
    }

    80% {
        box-shadow: 0 0 0 10px rgba(0,128,0,.48),0 0 0 20px rgba(195,248,127,.29)
    }

    to {
        box-shadow: 0 0 0 0 rgba(0,128,0,.48),0 0 0 0 rgba(195,248,127,.29)
    }
}

.img-parallax {
    position: relative;
    z-index: 10;
    background: url(/assets/images/backgrounds/product-landing-background-one.webp) no-repeat;
    padding: 75px 0;
    overflow: hidden;
    background-size: cover
}

@media (min-width: 992px) {
    .img-parallax {
        background-position:50%
    }
}

@media (min-width: 350px) and (max-width:767px) {
    .img-parallax {
        padding:40px 0
    }
}

.img-parallax:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fedfe8;
    z-index: -1;
    opacity: .8
}

.core-values {
    position: relative;
    z-index: 10;
    background: url(/assets/images/backgrounds/green-leaves.jpeg) no-repeat;
    padding: 50px 0;
    overflow: hidden;
    background-size: cover
}

.core-values:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #4b675a;
    z-index: -1;
    opacity: .8
}

.core-values .featured-card {
    padding: 40px 10px;
    border-radius: 10px;
    border: 1px solid #ececec;
    background: #fff;
    margin: 0 5px
}

.core-values .featured-card i {
    font-size: 2rem;
    color: var(--primary-color)
}

.core-values .featured-card h4 {
    margin-bottom: 0
}

@media (min-width: 350px) and (max-width:767px) {
    .core-values .d-flex {
        flex-flow:wrap
    }

    .core-values .d-flex .width-20-per {
        width: 50%!important;
        margin-bottom: 10px
    }
}

.team-row {
    margin-bottom: .5rem;
    min-height: 350px
}

.team-row .image {
    background: #a5c2c4;
    border-radius: 1.2rem;
    position: relative;
    display: flex;
    justify-content: center
}

.team-row .image img {
    width: 65%;
    padding: 10px;
    border-radius: 1.2rem
}

.team-row .image .card {
    padding: 4px 5px;
    position: absolute;
    z-index: 2;
    width: 80%;
    bottom: 0;
    display: flex;
    align-items: center
}

.team-row .image .card .name {
    font-size: 1.4rem;
    font-family: Kumbh Sans,serif
}

.team-row .image .card .position {
    text-align: center
}

.team-row .content {
    font-size: 1rem;
    display: flex;
    justify-content: center;
    text-align: justify;
    height: 100%;
    align-items: center
}

.team-row .content .social-connect {
    margin-top: 10px
}

.team-row .content .social-connect li {
    padding: 3px 18px;
    border-radius: 4px;
    display: inline-block
}

.our-uniqueness .card {
    text-align: center
}

.process-timeline {
    display: flex;
    flex-direction: column;
    margin: 10px auto 20px;
    position: relative;
    width: calc(50vw - 84px)
}

@media (min-width: 350px) and (max-width:767px) {
    .process-timeline {
        width:100%
    }
}

.process-timeline .card {
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 30px 60px -12px rgba(50,50,93,.25);
    border: none
}

.process-timeline .card .card-body {
    justify-content: center;
    align-items: center;
    padding: 0
}

.process-timeline .card .icon {
    width: 30%;
    background: var(--primary-color);
    justify-content: center;
    display: flex;
    padding: 15px;
    border-radius: 10px 0 0 10px
}

.process-timeline .card .icon img {
    width: 60px;
    height: 60px
}

.process-timeline .card .content {
    width: 70%;
    font-size: 1.3rem;
    font-family: Kumbh Sans,serif;
    color: #253d4e;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    padding: 0 40px
}

.process-timeline .card:before {
    width: 4px;
    height: 100%;
    background: #ff2b83;
    top: 0;
    right: auto;
    z-index: -1;
    animation: fillTop 1s ease-in-out 3s forwards
}

.process-timeline .card:after,.process-timeline .card:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.process-timeline .card:after {
    top: -10%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid var(--primary-color);
    opacity: 0;
    animation: fadeIn .3s ease-in-out 3.5s forwards
}

.process-timeline .card:first-child:after,.process-timeline .card:last-child:before {
    content: none
}

@keyframes fillTop {
    to {
        top: 75%
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.feature-options .featured-card {
    padding: 30px 10px
}

.bank-card {
    position: relative
}

.bank-card .details {
    padding: 20px 0
}

.bank-card p {
    font-size: 1.1rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700
}

.bank-card .bank-logo {
    text-align: center
}

.bank-card .bank-logo img {
    max-width: 250px;
    height: auto;
    display: inline-block;
    vertical-align: middle
}

.certificates .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.certificates img {
    width: 100%;
    padding: 10px;
    border: 8px ridge #daa520
}

.our-categories {
    padding-top: 50px
}

.our-categories .parent-category {
    margin: 1rem 0;
    background: var(--primary-step-1);
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
}

.our-categories .parent-category h1 {
    font-weight: 400;
    font-size: 1.5em;
    color: var(--primary-color)
}

.our-categories .card .card-body {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 1rem 0
}

.our-categories .card{
 border-radius: 10px;
}

.our-categories .card img {
    border-radius: 1.25rem;
    -o-object-fit: cover;
    object-fit: cover;
    height: 140px;
    width: 140px
}

.our-categories .card h6 {
    margin-bottom: 30px;
    padding: 0 10px;
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center
}

.our-categories .card a.badge {
    text-transform: uppercase;
    font-size: 12px;
    background: var(--primary-step-1);
    color: var(--primary-color);
    margin: 0;
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.our-categories .card a.badge:hover {
    background: var(--primary-color);
    color: var(--primary-step-1);
}

.category-sidebar-widget {
    position: relative;
    padding: 15px;
    border: 1px solid #ececec;
    border-radius: 15px
}

.category-sidebar-widget .parent-category {
    font-weight: 300;
    font-size: 1rem;
    margin: 10px 0;
    display: inline-block;
    color: var(--primary-color);
    background-color: var(--primary-step-1);
    width: 100%;
    border-radius: 10px;
    text-align: center;
}

.category-sidebar-widget ul.children-list {
    padding-left: 1rem;
    list-style-type: circle
}

.category-sidebar-widget ul.children-list li:hover {
    color: var(--primary-color)
}

.product-cart-wrap .product-img-action-wrap {
    padding: 20px 15px 0
}

.product-cart-wrap .product-content-wrap {
    padding: 0 15px 15px
}

.product-cart-wrap .product-content-wrap h2 {
    min-height: 2.8rem;
    font-size: 14px;
    font-weight: 600
}

.intro-content h1 {
    font-size: 2.2rem;
    margin-bottom: 5px
}

@media (min-width: 350px) and (max-width:767px) {
    .intro-content h1 {
        font-size:1.8rem;
        text-align: center
    }
}

.intro-content p {
    color: #0b0b0b!important
}

@media (min-width: 350px) and (max-width:767px) {
    .intro-content a,.intro-content h2,.intro-content h3,.intro-content h4,.intro-content h5,.intro-content h6,.intro-content p {
        display:none
    }
}

@media (min-width: 350px) and (max-width:767px) {
    .row.product-grid .col-md-3 {
        padding-right:.3rem;
        padding-left: .3rem
    }

    .product-cart-wrap {
        border-radius: 10px;
        border: 1px solid #f7f7f7
    }

    .product-cart-wrap .product-img-action-wrap {
        padding: 8px 8px 0
    }

    .product-cart-wrap .product-img-action-wrap .product-img {
        border-radius: 5px
    }

    .product-cart-wrap .product-content-wrap {
        padding: 0 8px 8px
    }

    .product-cart-wrap .product-content-wrap h2 {
        font-size: 14px;
        font-weight: 400;
        min-height: 2rem
    }

    .product-cart-wrap .product-content-wrap .product-category {
        line-height: 1.1;
        margin: 5px 0
    }
}



/* =========================================================
   Minimalistic Variation Selection Styles (FINAL)
   ========================================================= */

:root {
    /* Core neutrals */
    --white: #ffffff;
    --black-soft: #1f2937;

    --border-light: #e5e7eb;
    --border-default: #d1d5db;

    --text-dark: #374151;
    --text-muted: #9ca3af;

    --bg-muted: #f9fafb;
    --bg-soft: #f8fafc;

    /* Brand / primary */
    --primary: var(--primary-color);        /* example indigo – replace with brand */
    --soft-primary: var(--primary-step-1);

    /* Semantic colors */
    --success: #10b981;
    --success-hover: #059669;

    --warning: #f59e0b;
    --warning-hover: #d97706;

    --danger: #ef4444;
}
/* Minimalistic Variation Selection Styles */

/* Main variation container */
.variation-section {
    margin: 24px 0;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.variation-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 8px;
}

.variation-section-title::before {
    display: none;
}

/* Variation group styling */
.variation-group {
    margin-bottom: 24px;
    position: relative;
}

.variation-group:last-child {
    margin-bottom: 0;
}

.variation-group-label {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.variation-group-label::after {
    content: '*';
    color: #ef4444;
    font-size: 12px;
}

/* Minimal variation options */
.variation-options {
    display: ruby-text;
    /*display: inline-block;*/
    flex-wrap: wrap;
    gap: 8px;
    max-height: none;
    overflow: visible;
}

/* Individual variation item */
.variation-item {
    position: relative;
    margin: 0 5px 0 0;
}

/* Hidden radio input */
.variation-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

/* Clean, minimal variation cards */
.variation-card {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    font-weight: 400;
    color: #374151;
    text-decoration: none;
    min-height: 36px;
    white-space: nowrap;
    position: relative;
    margin: 0;
}

.variation-card:hover:not(.disabled) {
    border-color: var(--light) !important;
    background: var(--light);
    transform: none;
    box-shadow: none;
}

/* Selected state - minimal and clean */
.variation-input:checked + .variation-card {
    background: var(--primary);
    border-color: var(--soft-primary) !important;
    color: white;
    box-shadow: none;
}

/* Remove custom radio indicator */
.variation-card::before,
.variation-card::after {
    display: none;
}

/* Variation content */
.variation-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.variation-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}

.variation-description {
    font-size: 12px;
    opacity: 0.7;
    line-height: 1.3;
}

/* Disabled state */
.variation-disabled .variation-card,
.variation-card.disabled {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #9ca3af;
    cursor: not-allowed;
    opacity: 1;
}

.variation-disabled .variation-card:hover,
.variation-card.disabled:hover {
    background: #f9fafb;
    border-color: #e5e7eb;
    transform: none;
    box-shadow: none;
}

/* Selected combination - minimal design */
.selected-combination {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    margin: 20px 0;
    position: relative;
    overflow: visible;
}

.selected-combination::before {
    display: none;
}

.combination-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.combination-title {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin: 0;
}

.combination-price {
    font-size: 20px;
    font-weight: 700;
    color: #6366f1;
    margin: 0;
    text-shadow: none;
}

.combination-details {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.combination-tag {
    background: #e5e7eb;
    color: #374151;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    backdrop-filter: none;
    border: none;
}

/* Quantity section styling */
.product-quantity {
    margin-top: 16px;
}

.qty-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

/* Modern action buttons - simplified */
.btn-modern {
    border-radius: 6px;
    border: none;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
    transition: all 0.2s ease;
    box-shadow: none;
    position: relative;
    overflow: visible;
    padding: 10px 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-modern:hover {
    transform: none;
    box-shadow: none;
}

.btn-modern::before {
    display: none;
}

.btn-primary.btn-modern {
    background: var(--primary) !important;;
    color: white;
}

.btn-primary.btn-modern:hover {
    background: var(--soft-primary) !important;;
}

.btn-success.btn-modern {
    background: #10b981;
    color: white;
}

.btn-success.btn-modern:hover {
    background: #059669;
}

.btn-warning.btn-modern {
    background: #f59e0b;
    color: white;
}

.btn-warning.btn-modern:hover {
    background: #d97706;
}

/* Remove gap utility class conflicts */
.d-flex.gap-3 {
    gap: 12px;
}

/* Badge styling - simplified */
.variation-badge {
    background: #10b981;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.variation-popular::after {
    display: none;
}

/* Loading state - simplified */
.variation-loading {
    position: relative;
    overflow: hidden;
    opacity: 0.6;
}

.variation-loading::after {
    display: none;
}

/* Responsive design */
@media (max-width: 768px) {
    .variation-options {
        flex-direction: column;
        align-items: stretch;
    }

    .variation-card {
        justify-content: center;
        text-align: center;
        min-height: 44px;
    }

    .variation-section {
        margin: 16px 0;
    }

    .selected-combination {
        padding: 16px;
    }

    .combination-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .combination-price {
        font-size: 18px;
    }

    .d-flex.gap-3 {
        flex-direction: column;
        gap: 8px;
    }

    .btn-modern {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .variation-section-title {
        font-size: 15px;
    }

    .variation-group-label {
        font-size: 13px;
    }

    .variation-name {
        font-size: 13px;
    }

    .combination-details {
        flex-direction: column;
        gap: 6px;
    }

    .combination-tag {
        align-self: flex-start;
    }
}

/* Remove all complex animations and effects */
* {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

/* Ensure clean, minimal appearance */
@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}


/* Cart Bar */

.cart-bar {
    width: 100%;
    background: var(--primary-color);
    padding: 10px;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    color: var(--primary-step-1);
}

.cart-bar .cart-bar-body .cart-icon {
    position: relative;
}

.cart-bar .cart-bar-body .cart-icon span {
    position: absolute;
    top: -6px;
    right: -11px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    background: red;
}

/* Force Select2 to behave like a form-control */
.select2-container {
    width: 100% !important;
}

/* SINGLE SELECT */
.select2-container--default .select2-selection--single {
    height: 44px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 42px 0 14px;
}

/* Text alignment */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 1.5;
    color: #212529;
    font-size: 15px;
}

/* Arrow container */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 36px;
    right: 4px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Replace ugly arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #999;
}

/* Focus / Open */
.select2-container--open .select2-selection--single, .select2-container--focus .select2-selection--single {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
}

/* Disabled */
.select2-container--disabled .select2-selection--single {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.address-page {
    background: #f8fafc;
}

.address-card {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    cursor: pointer;
    transition: .25s;
}

.address-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.address-card.active {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .15);
}

.add-address-card {
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    height: 120px;
    cursor: pointer;
    transition: .25s;
}

.add-address-card:hover {
    background: #f1f5f9;
    border-color: #3b82f6;
}

.address-form-block {
    background: #fff;
    padding: 24px;
    border-radius: 14px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
}

.address-form-block input {
    height: 44px;
    border-radius: 8px;
    padding: 0 14px;
    width: 100%;
    border: 1px solid #ced4da;
}

.cart-page {
    background: #f8fafc;
}

.cart-items-card,
.bill-card,
.offer-card {
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.empty-cart-card {
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,.08);
}

.offer-list {
    list-style: none;
    padding: 0;
}

.offer-list li {
    padding: 10px 0;
    border-bottom: 1px dashed #e5e7eb;
}

.offer-list li:last-child {
    border-bottom: none;
}

.payment-page {
    background: #f8fafc;
}

.payment-card {
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.section-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
}

.section-title {
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 6px;
}

.item-row {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed #e5e7eb;
}

.item-row:last-child {
    border-bottom: none;
}

.item-row img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.item-info {
    flex: 1;
}

.bg-success-light {
    background: #ecfdf5;
    border-color: #a7f3d0;
}

.total-box {
    background: #f1f5f9;
}

.total-amount {
    font-size: 20px;
    font-weight: 700;
}

.pay-btn {
    height: 48px;
    font-size: 16px;
    font-weight: 600;
}
.order-detail-page {
    background: #f8fafc;
}

.order-summary-card,
.invoice-card {
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0,0,0,.08);
}

.order-status {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.order-status.success { color: #16a34a; }
.order-status.warning { color: #f59e0b; }
.order-status.danger  { color: #dc2626; }

.section-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 14px;
    border-radius: 10px;
}

.section-title {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 6px;
}

.invoice-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.invoice-company small {
    display: block;
    font-size: 11px;
}

.invoice-meta,
.invoice-customer {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}

.invoice-table {
    width: 100%;
    margin-top: 16px;
    border-top: 1px dashed #9ca3af;
}

.invoice-table th,
.invoice-table td {
    padding: 8px 0;
    font-size: 13px;
}

.invoice-table small {
    display: block;
    font-size: 11px;
    color: #6b7280;
}

.invoice-totals {
    margin-top: 12px;
}

.invoice-totals div {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-top: 4px;
}

.invoice-totals .grand {
    font-weight: 700;
    border-top: 1px dashed #9ca3af;
    padding-top: 8px;
}

.amount-words {
    text-align: right;
    font-size: 13px;
    margin-top: 10px;
}

.invoice-footer {
    text-align: center;
    margin-top: 24px;
    font-size: 13px;
}


.address-book-page {
    background: #f8fafc;
}

.address-card {
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    transition: .25s;
}

.address-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.add-address-card {
    border: 2px dashed #cbd5e1;
    border-radius: 14px;
    height: 120px;
    cursor: pointer;
    transition: .25s;
}

.add-address-card:hover {
    background: #f1f5f9;
    border-color: #3b82f6;
}

.address-form-block {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,.08);
}

.address-form-block input {
    height: 44px;
    border-radius: 8px;
    padding: 0 14px;
    width: 100%;
    border: 1px solid #ced4da;
}
.footer-link {
    transition: all .2s ease;
}

.footer-link:hover {
    background: var(--primary-color);
    color: #fff !important;
    border-color: var(--primary-color);
}
.footer-border-top {
    border-top: 1px solid var(--primary-color);
}
/* Footer badge hover */
.footer-link {
    transition: all .2s ease;
}

.footer-link:hover {
    background: var(--primary-color);
    color: #fff !important;
    border-color: var(--primary-color);
}
.footer-mid {
    --footer-border-color: #c7d2fe;
}

.header-action-2 .header-action-icon-2:hover .cart-dropdown-wrap {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px);
}

.cart-dropdown-wrap {
    position: absolute;
    right: 0;
    top: calc(100% + 20px);
    z-index: 99;
    width: 320px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    padding: 30px 20px 27px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 10px;
    border: 1px solid #ececec;
}

.cart-dropdown-wrap.cart-dropdown-hm2 {
    right: 0;
}

.cart-dropdown-wrap.account-dropdown {
    width: 200px;
}

.cart-dropdown-wrap.account-dropdown a {
    color: #253D4E;
}

.cart-dropdown-wrap.account-dropdown a:hover {
    color: var(--primary-color);
}

.cart-dropdown-wrap ul li:last-child {
    margin: 0 0 0px;
}

.cart-dropdown-wrap ul li .shopping-cart-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 20px;
}

.cart-dropdown-wrap ul li .shopping-cart-img a img {
    max-width: 100%;
}

.cart-dropdown-wrap ul li .shopping-cart-title {
    margin: 6px 0 0;
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 9px;
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
    color: var(--primary-color);
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a:hover {
    color: #253D4E;
}

.cart-dropdown-wrap ul li .shopping-cart-title h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 0px;
    color: var(--primary-color);
}

.cart-dropdown-wrap ul li .shopping-cart-title h3 span {
    color: #696969;
    font-weight: 400;
    font-size: 16px;
}

.cart-dropdown-wrap ul li .shopping-cart-delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 6px 0 0;
}

.cart-dropdown-wrap ul li .shopping-cart-delete a {
    font-size: 18px;
    color: #696969;
}

.cart-dropdown-wrap ul li .shopping-cart-delete a:hover {
    color: #333;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
    border-top: 2px solid #f3f3f3;
    margin: 25px 0;
    padding: 17px 0 0;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
    color: #9b9b9b;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
    font-size: 18px;
    float: right;
    color: var(--primary-color);
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    line-height: 1;
    padding: 10px 20px;
    background-color: var(--primary-color);
    font-family: "Quicksand", sans-serif;
    border: 2px solid var(--primary-color);
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline {
    background-color: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline:hover {
    color: #ffffff;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a:hover {
    background-color: #FDC040;
}

