
.h1,
h1 {
    color: #505050;
    display: block !important;
    font-family: CUBANO-REGULAR;
    font-size: 30px;
    line-height: 40px !important;
}

.h2,
h2 {
    font-size: 32px;
}

.h3,
h3 {
    font-size: 26px !important;
}

.h4,
h4 {
    font-size: 22px !important;
    font-weight: 500 !important;
}

.h5,
h5 {
    font-size: 20px !important;
    font-weight: 500;
}

p {
    color: #000;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-bottom: 1rem !important;
}

.third-party-reviews {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.third-party-reviews img {
    width: 130px;
    margin: 5px;
}

.third-party-reviews-image {
    width: 55px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

:root {
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.fa-whatsapp:before {
    content: "\f232";
}

:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

.fa-spin {
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 2s);
    animation-duration: var(--fa-animation-duration, 2s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,
            infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear);
}

@media (prefers-reduced-motion: reduce) {
    .fa-spin {
        -webkit-animation-delay: -1ms;
        animation-delay: -1ms;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
}

.swiper,
.swiper-wrapper {
    position: relative;
    z-index: 1;
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    transform: translateZ(0);
}

.swiper-slide,
.swiper-wrapper {
    height: 100%;
    transition-property: transform;
    width: 100%;
}

.swiper-slide {
    flex-shrink: 0;
    position: relative;
    text-align: center;
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: 50%;
    display: inline-block;
    height: var(--swiper-pagination-bullet-height,
            var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
    width: var(--swiper-pagination-bullet-width,
            var(--swiper-pagination-bullet-size, 8px));
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

:root {
    --bs-danger-rgb: 220, 53, 69;
    --bs-white-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}

@media (prefers-reduced-motion: no-preference) {
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

}

.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

}

.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

}

.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

}

.h5,
h5 {
    font-size: 1.25rem;
}

.h6,
h6 {
    font-size: 1rem;
}

p {
    margin-bottom: 1rem;
    margin-top: 0;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

button {
    text-transform: none;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

.g-3 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

}

@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

}

@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

}

@media (prefers-reduced-motion: reduce) {
}

@media (prefers-reduced-motion: reduce) {

}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control.is-invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(0.375em + 0.1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
}

.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

@media (prefers-reduced-motion: reduce) {
}

.btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    outline: 0;
}

@media (prefers-reduced-motion: reduce) {
}

@media (prefers-reduced-motion: reduce) {
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-bottom: -1px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #6c757d;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057;
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar-brand {
    font-size: 1.25rem;
    margin-right: 1rem;
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 182px;
}

#brand-logo,
.main-logo {
    width: 182px !important;
    max-width: 100% !important;
    height: auto !important;
    flex-shrink: 0 !important;
}

/* Optional: Make it mobile-friendly */
@media (max-width: 600px) {
    .features-bar {
        flex-direction: column;
        gap: 15px;
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
}

@media (min-width: 992px) {

}

.btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: 0.5;
    padding: 0.25em;
    width: 1em;
}

.btn-close:hover {
    color: #000;
    opacity: 0.75;
    text-decoration: none;
}

.btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
    outline: 0;
}

.btn-close.disabled,
.btn-close:disabled {
    opacity: 0.25;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1055;
}

.modal-dialog {
    margin: 0.5rem;
    pointer-events: none;
    position: relative;
    width: auto;
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
}

.modal-header {
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 1rem;
}

.modal-header .btn-close {
    margin: -0.5rem -0.5rem -0.5rem auto;
    padding: 0.5rem;
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0;
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative;
}

.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(0.3rem - 1px);
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0.75rem;
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.header .btn-order {
    font-size: 14px !important;
    overflow: hidden;
    padding: 10px 14px !important;
    position: relative;
    white-space: nowrap;
}

.header .btn-order:after,
.header .btn-order:before {
    background: linear-gradient(120deg,
            transparent,
            hsla(0, 0%, 86%, 0.576),
            transparent);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100px;
}

.fixed-top {
    background: #002a5a;
}

@-webkit-keyframes shine {
    0% {
        left: -30%;
        transition-property: left;
    }

    11.5044247788%,
    to {
        left: 100%;
        transition-property: left;
    }
}

@keyframes shine {
    0% {
        left: -30%;
        transition-property: left;
    }

    11.5044247788%,
    to {
        left: 100%;
        transition-property: left;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .header .btn-order {
        padding: 9px 16px !important;
    }
}

.header-actions {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-left: 16px;
}

.header-search {
    position: relative;
}

.header-search-form {
    align-items: center;
    background: #fff;
    border: 2px solid #bc192c;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.header-search:hover .header-search-form,
.header-search-form:focus-within {
    border-color: #1f365c;
    box-shadow: 0 4px 14px rgba(31, 54, 92, 0.18);
}

.header-search-icon {
    background: transparent;
    border: none;
    color: #bc192c;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding: 11px 13px;
    transition: background 0.3s ease, color 0.3s ease;
}

.header-search-icon:hover {
    background: #bc192c;
    color: #fff;
}

.header-search-input {
    background: transparent;
    border: none;
    color: #002a5a;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    opacity: 0;
    outline: none;
    padding: 0;
    transition: opacity 0.2s ease 0.05s, padding 0.3s ease, width 0.3s ease;
    width: 0;
}

.header-search:hover .header-search-input,
.header-search-form:focus-within .header-search-input {
    opacity: 1;
    padding: 9px 12px 9px 2px;
    width: 200px;
}

.header-search-input::placeholder {
    color: #9aa3ad;
}

.header-search-input::-webkit-search-cancel-button {
    cursor: pointer;
}

@media (max-width: 991px) {
    .header-actions {
        flex-direction: column;
        gap: 10px;
        margin: 18px 0 0;
        width: 100%;
    }

    .header-search {
        width: 100%;
    }

    .header-search-form {
        width: 100%;
    }

    .header-search-input {
        opacity: 1;
        padding: 9px 12px 9px 2px;
        width: 100%;
    }

    .header-search .btn-order,
    .header-actions .btn-order {
        width: 100%;
    }

    .hero-section .custom-bg.bg-1:before,
    .hero-section .custom-bg.bg-3:before,
    .hero-section .custom-bg.bg2:before {
        display: none;
    }
}

.footer .swiper {
    padding-top: 20px !important;
}

.footer .swiper-button-next:after {
    content: "next";
}

.footer .swiper-button-next:after,
.footer .swiper-button-prev:after {
    align-items: center;
    background: #fff;
    border-radius: 30px;
    color: #000;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    height: 37px;
    justify-content: center;
    padding: 22px;
    width: 33px;
}

.footer .swiper-button-prev:after {
    content: "prev";
}

.footer .swiper-button-next {
    margin-top: -59%;
    position: absolute;
    right: -4%;
}

.footer .swiper-button-prev {
    left: -4%;
    margin-top: -59%;
    position: absolute;
}

.customer-reviews p {
    color: rgba(0, 0, 0, 0.839);
    margin: 11px;
}

.hero-section .custom-bg {
    background: url(../images/Banner/Main_Banner/Mask\ group.webp) no-repeat;
    background-size: cover;
    padding: 25px;
    position: relative;
}

.hero-section .custom-bg.bg2:before {
    background: url(../images/Banner/Main_Banner/Group\ 2.webp) no-repeat;
    background-size: contain;
    content: "";
    height: 245px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 615px;
}

.hero-section .custom-bg .h1 {
    color: #bc192c !important;
    font-size: 35px !important;
    text-shadow: 0 6px 4px rgba(255, 204, 129, 0.78);
}

.hero-section .custom-bg.bg-1 {
    background: url(../images/Banner/Small_Banner_01/Mask\ group.webp) no-repeat;
    background-size: cover;
    margin-top: 7px;
}

@media (max-width: 991px) {
    .hero-section .custom-bg.bg-1 {
        background-image: url(../images/Banner/Small_Banner_01/Mask\ group-mob.webp);
    }
}

.hero-section .custom-bg.bg-1 .h4 {
    color: #bc192c !important;
    text-shadow: 0 6px 4px rgba(255, 204, 129, 0.78);
}

.hero-section .custom-bg.bg-1:before {
    background: url(../images/Banner/Small_Banner_01/Group\ 4.webp) no-repeat;
    background-size: contain;
    content: "";
    height: 180px;
    position: absolute;
    right: 2%;
    top: 5%;
    width: 261px;
}

.hero-section .custom-bg.bg-3 {
    margin-left: 15px;
}

.hero-section .custom-bg.bg-3:before {
    background: url(../images/Banner/Small_Banner_02/Group\ 3.webp) no-repeat !important;
    background-size: contain;
    content: "";
    height: 180px;
    position: absolute;
    right: -2%;
    top: -7%;
    width: 260px;
}

.features-bar {
    /* Background and Layout */
    /* background-color: #1a1a1a; */
    /* Very dark grey/black */
    border-radius: 12px;
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    /* Center the group of items */
    align-items: center;
    gap: 20px;
    row-gap: 10px;
    /* Space between the items */
    padding: 10px 5px;
    font-family: Arial, Helvetica, sans-serif;
    /* Clean sans-serif font */
}

.feature-item {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.749);
    /* White text */
    font-weight: 700;
    /* Extra Bold */
    font-size: 15px;
    white-space: nowrap;
    /* Prevents text wrapping */
}

.hero-features {
    flex-wrap: wrap;
    row-gap: 12px;
}

@media (max-width: 575px) {
    .hero-features {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .hero-features .feature-item {
        font-size: 14px;
        white-space: normal;
    }

    .hero-features .feature-item i {
        font-size: 20px;
        margin-right: 10px;
    }
}

.feature-item i {
    color: #00d14b !important;
    border-radius: 100%;
    /* Vibrant green for the icon */
    margin-right: 12px;
    /* Gap between icon and text */
    font-size: 24px;
    /* Icon size */
}

.top-feature-banner {
    background-color: #121212;
    /* Exact dark gray from image */
    padding: 15px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-bottom: 1px solid #333;
}

.feature-wrapper {
    display: flex;
    justify-content: space-around;
    /* Distributes evenly across the width */
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.feature-box i {
    font-size: 17px !important;
    /* Slightly larger icons */
    color: #ffffff !important;

    margin-right: 12px;
}

.feature-box span {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

/* Responsive adjustment for Mobile */
@media (max-width: 768px) {
    .feature-wrapper {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .feature-box {
        width: 45%;
        /* Shows 2 per row on small screens */
        justify-content: center;
    }
}

.hero-section .e-text {
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

.hero-section .h6 {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.hero-section .hr-line {
    background: #fff;
    height: 37px;
    left: 75%;
    position: absolute;
    top: 65%;
    width: 2px;
}

.hero-section i {
    color: #000;
    font-size: 33px;
}

.one-stops .patches-box {
    position: relative;
    text-align: center;
}

.one-stops .patches-box .h5 {
    color: #1f365c;
    margin: 20px 0 0;
}

.one-stops .patches-box .hr-line {
    background: hsla(0, 2%, 56%, 0.349);
    height: 2px;
    margin: 0 auto;
    position: relative;
    width: 50%;
}

.one-stops .swiper-button-next,
.one-stops .swiper-button-prev {
    color: #1f365c;
    position: absolute;
    top: 84%;
}

.one-stops .swiper-button-next:after,
.one-stops .swiper-button-prev:after {
    display: none;
}

.high-quality {
    background: #f3f3f3;
}

.high-quality .btn-order {
    background-color: #002a5a !important;
}

.our-process .h2 {
    color: #55c6e4;
}

.our-process .nav-tabs {
    border-bottom: 0;
    display: flex;
}

.our-process .nav-tabs li {
    border: 0;
    outline: 0;
    width: 50%;
}

.our-process .nav-tabs li button {
    border: none !important;
    padding: 10px;
}

.our-process .nav-tabs li button.active {
    border: 0;
}

.our-process .nav-tabs li button.active .steps-box {
    background: #d6eff6;
    border: 1px solid #c1c1c1;
}

.our-process .nav-tabs li button:active,
.our-process .nav-tabs li button:focus,
.our-process .nav-tabs li button:focus-visible,
.our-process .nav-tabs li button:hover {
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.our-process .nav-tabs li:active,
.our-process .nav-tabs li:focus,
.our-process .nav-tabs li:focus-visible,
.our-process .nav-tabs li:hover {
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.our-process .steps-box {
    border: 1px solid transparent;
    border-radius: 10px;
    margin: 10px 0;
    padding: 30px 20px;
    text-align: center;
}

.our-process .steps-box:hover {
    background: #d6eff6;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
}

.our-process .steps-box .h3 {
    color: #55c6e4;
}

.our-process .steps-box .h4 {
    color: #1f365c;
    display: inline-block;
    font-weight: 400 !important;
}

.our-process .col-12.col-sm-12.col-md-12.col-lg-4.col-xl-4 {
    align-items: center;
    display: flex;
    justify-content: center;
}

.our-process .col-12.col-sm-12.col-md-12.col-lg-4.col-xl-4 .tab-content {
    background: url(../images/home-tab/bg.webp) no-repeat;
    background-position: 50%;
    background-size: contain;
    height: 350px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.our-process .col-12.col-sm-12.col-md-12.col-lg-4.col-xl-4 .tab-content img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 215px;
}

.samples-gallery {
    background: #f3f3f3;
}

.samples-gallery .nav-tabs {
    border: 0;
    justify-content: center;
    margin: 30px 0;
}

.samples-gallery .nav-tabs li {
    padding: 0 10px;
}

.samples-gallery .nav-tabs li button {
    background: #fff !important;
    border-radius: 10px !important;
    color: #1e365a !important;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 50px !important;
}

.samples-gallery .nav-tabs li button.active {
    background: #002a5a !important;
    color: #fff !important;
}

.samples-gallery .content {
    margin: 14% auto auto;
    max-width: 400px;
    overflow: hidden;
    position: relative;
    width: 200px;
}

.samples-gallery .content img {
    border: 2px solid #fff;
    border-radius: 20px;
    height: 200px;
    padding: 40px;
}

.samples-gallery .content .content-details .h3,
.samples-gallery .content .content-details h3 {
    color: #1f365c;
    font-family: Roboto, sans-serif;
    font-size: 20px !important;
    margin-top: 10px;
    text-align: center;
}

.samples-gallery .swiper-button-next {
    right: 5%;
    top: 63%;
}

.samples-gallery .swiper-button-next:after {
    display: none;
}

.samples-gallery .swiper-button-prev {
    left: 5%;
    top: 63%;
}

.samples-gallery .swiper-button-prev:after {
    display: none;
}

.samples .container .title {
    color: #1a1a1a;
    margin-bottom: 10px;
    text-align: center;
}

.samples .content {
    margin: auto;
    max-width: 400px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.samples .content img {
    width: 100%;
}

.samples .content .content-overlay {
    background-image: linear-gradient(#e9d7d9, #4bafcb);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}

.samples .content:hover .content-overlay {
    opacity: 1;
}

.samples .content-details {
    left: 50%;
    opacity: 0;
    padding-left: 1em;
    padding-right: 1em;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}

.samples .content:hover .content-details {
    left: 50%;
    opacity: 1;
    top: 50%;
}

.samples .content-details .h3,
.samples .content-details h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.samples .content-details p {
    color: #fff;
    font-size: 0.8em;
}

.samples .fadeIn-bottom {
    top: 80%;
}

/* FAQ Accordion Styles */

.sitemap {
    padding: 50px 0;
}

.sitemap .h1 {
    color: grey;
    font-size: 36px;
    font-weight: 500;
}

.sitemap .h2 {
    background: #1f365c;
    color: #fff;
    padding: 10px 30px;
}

.sitemap ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.sitemap ul li {
    display: inline-block;
    float: left;
    line-height: 24px;
    list-style-type: none;
    margin-bottom: 30px;
    padding-left: 0;
    text-decoration: none;
    width: 25%;
}

.sitemap ul li a {
    color: grey;
    font-size: 15px;
}

.sitemap ul li a i {
    background: #1f365c;
    border: 1px solid #1f365c;
    border-radius: 25px;
    color: #fff;
    margin-right: 5px;
    padding: 10px;
}

@media only screen and (max-width: 768px) {
    .sitemap ul li {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .sitemap ul li {
        width: 50%;
    }
}

@media (max-width: 576px) {

    .hero-section .custom-bg .h1 {
        font-size: 22px !important;
    }

    .myorder-div {
        display: flex;
        justify-content: center;
    }

    .hr-line {
        display: none;
    }

    .hero-section .custom-bg {
        text-align: center;
    }

    .hero-section .custom-bg.bg-1:before,
    .hero-section .custom-bg.bg-3:before,
    .hero-section .custom-bg.bg2:before {
        display: none;
    }

    .hero-section .custom-bg.bg-3 {
        margin-left: 0;
    }

    .samples-gallery .nav-tabs li button {
        margin-top: 20px;
    }

    .our-process .nav-tabs li {
        width: 100%;
    }

    .hero-section .btn-order {
        margin: 0 0 15px;
    }

    .hero-section .custom-bg {
        padding-bottom: 15px;
    }

    .one-stops .swiper-button-next,
    .one-stops .swiper-button-prev {
        display: none;
    }

    .samples-gallery {
        text-align: center;
    }

    .header .navbar .navbar-nav .nav-link {
        color: #fff !important;
    }

}

@media (max-width: 768px) {
    .hr-line {
        display: none;
    }

    .hero-section .custom-bg i {
        font-size: 20px !important;
    }

    .hero-section .custom-bg .btn-order {
        padding: 5px 10px;
    }

    .hero-section .custom-bg .h6 {
        font-size: 12px !important;
    }

}

@media (max-width: 992px) {

    .hero-section .custom-bg.bg-1:before,
    .hero-section .custom-bg.bg-3:before,
    .hero-section .custom-bg.bg2:before {
        display: none;
    }

    .high-quality .h4 {
        margin-top: 30px;
    }
}

/* Custom Patches Cater Section */
.custom-patches-cater {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    padding: 60px 0;
}

.custom-patches-cater .patch-need-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid transparent;
}

.custom-patches-cater .patch-need-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #000;
}

.custom-patches-cater .patch-need-card .icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #000 0%, #333 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.custom-patches-cater .patch-need-card:hover .icon-wrapper {
    background: linear-gradient(135deg, #c8102e 0%, #8b0000 100%);
    transform: scale(1.1);
}

.custom-patches-cater .patch-need-card .icon-wrapper i {
    font-size: 32px;
    color: #ffffff;
}

.custom-patches-cater .patch-need-card h4 {
    color: #505050;
    margin-bottom: 15px;
    font-weight: 600;
}

.custom-patches-cater .patch-need-card p {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

.custom-patches-cater .patch-need-card.cta-card {
    background: linear-gradient(135deg, #000 0%, #333 100%);
    color: #ffffff;
    border: 2px solid #000;
}

.custom-patches-cater .patch-need-card.cta-card h4 {
    color: #ffffff;
}

.custom-patches-cater .patch-need-card.cta-card p {
    color: #e0e0e0;
}

.custom-patches-cater .patch-need-card.cta-card .icon-wrapper {
    background: linear-gradient(135deg, #c8102e 0%, #8b0000 100%);
}

.custom-patches-cater .patch-need-card.cta-card .btn-order {
    margin-top: 15px;
    background: #ffffff;
    color: #000;
    border: 2px solid #000;
}

.custom-patches-cater .patch-need-card.cta-card .btn-order:hover {
    background: #c8102e;
    color: #ffffff;
    border-color: #c8102e;
}

@media (max-width: 768px) {
    .custom-patches-cater {
        padding: 40px 0;
    }

    .custom-patches-cater .patch-need-card {
        padding: 25px 15px;
    }

    .custom-patches-cater .patch-need-card .icon-wrapper {
        width: 60px;
        height: 60px;
    }

    .custom-patches-cater .patch-need-card .icon-wrapper i {
        font-size: 28px;
    }
}

/* Simple Pricing Section */
.simple-pricing {
    background: #ffffff;
    padding: 60px 0;
}

.simple-pricing .pricing-content {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid #e0e0e0;
    text-align: center;
}
.simple-pricing .pricing-content .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    text-decoration: none;

}
.simple-pricing .pricing-content .list li{
    padding:3px 10px ;
    background-color: white;
    border: 1px solid #e0e0e0;
}
.simple-pricing .pricing-text {
    color: #505050;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.simple-pricing .pricing-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.simple-pricing .pricing-cta .btn-order {
    padding: 12px 30px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .simple-pricing {
        padding: 40px 0;
    }

    .simple-pricing .pricing-content {
        padding: 30px 20px;
    }

    .simple-pricing .pricing-text {
        font-size: 14px;
    }
}

/* All Set To Create Custom Patches Section */

@media (max-width: 768px) {

}

/* FAQ Accordion Responsive */
@media (max-width: 768px) {

}

@media (max-width: 576px) {

}

.review-img {
    border-radius: 100%;
    border: 2px solid #bc192c;
}
