.navbar-expand-lg {
    transition: 0.3s ease-in;
}

header {
    background: transparent;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.navbar-brand img {
    height: 105px!important;
    transition: 0.3s ease-in;
}

.navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .menu-item>a {
    font-weight: 500;
    position: relative;
    padding: 0;
    font-size: 16px;
    transition: 0.1s ease-in;
    color: var(--black2);
}



.navbar-expand-lg .navbar-nav .nav-link:hover::before, .navbar-expand-lg .navbar-nav .menu-item>a:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}

.sticky-header {
    background: var(--white);
    padding-top: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sticky-header .navbar {
    box-shadow: none;
}


.sticky-header .navbar-collapse {
    padding-top: 0;
}

.sticky-header .nav-wrap {
    padding: 0;
    border-radius: 0;
}

.sticky-header .navbar {
    align-items: center !important;
}

.sticky-header .navbar-brand {
    padding: 0;
}

main {
    /* padding-top: 90px; */
}


.z-3 {
    z-index: 3;
}

.bg-darks {
    background: var(--primary-color);
}

.bg-image {
    background-image: url("../images/maps.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.navbar-brand {
    color: var(--white);
}

.bg-img {
    background-image: url("../images/0.webp");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.navbar .dropdown-toggle::after,
.menu-item-has-children>a:after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    font-family: 'fontAwesome';
    content: "\f078";
    font-weight: 900;
    border: none;
    font-size: 10px;
}

.navbar-nav .dropdown-menu,
.menu-item-has-children .sub-menu {
    border: none;
    border-radius: 15px;
    padding: 15px 0;
    margin: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in;
    transform: translateY(15px);
    position: absolute;
    z-index: 9999;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    top: 40px;
    min-width: 10rem;
    width: max-content;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 32px 0px;
    color: var(--black2);
}

.navbar-nav .dropdown-menu .dropdown-item,
.navbar-expand-lg .navbar-nav .menu-item-has-children .sub-menu a {
    padding: 5px 25px;
    color: var(--black2);
    font-weight: 500;
    display: block;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu,
.navbar-nav .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.navbar-nav .menu-item .menu-item{
	    padding-bottom: 0;
}.navbar-nav .menu-item .menu-item:after{
	display:none
}
.navbar-nav .nav-item, .navbar-nav .menu-item {
    position: relative;
    padding-bottom: 10px;
}

.navbar-nav .nav-item::after, .navbar-nav .menu-item::after {
    width: 0;
    height: 1.5px;
    background: var(--primary-color);
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    content: '';
    position: absolute;
    border-radius: 50px;
    transition: 0.3s ease-in;
}

.navbar-nav .nav-item:hover::after, .navbar-nav .menu-item:hover::after {
    width: 100%;
}

.navbar-nav .nav-item:hover .nav-link, .navbar-nav .menu-item:hover > a {
    color: var(--primary-color);
}

.navbar-nav .dropdown-menu .dropdown-item:hover,
.menu-item-has-children .sub-menu a:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus,
.menu-item-has-children .sub-menu a:focus {
    background: transparent;
}

.partner-box {
    background: #0c0d0f;
    padding: 35px;
    border-radius: 30px;
    color: var(--white);
    font-weight: 300;
}

.partner-box h3 {
    font-weight: 800;
    font-size: 40px;
    background: linear-gradient(90deg, rgba(219, 246, 113, 1) 0%, rgba(204, 207, 196, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.partner-box h3 span {
    background: linear-gradient(90deg, rgba(144, 107, 220, 1) 0%, rgba(224, 101, 145, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.partner-box ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.partner-box ul li::before {
    display: inline-block;
    vertical-align: middle;
    font-family: "Font Awesome 7 Free";
    content: "\f058";
    font-weight: 200;
    border: none;
    font-size: 14px;
}

.partner-box ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.coll-cards-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.coll-cards-img img {
    height: 100%;
    object-fit: cover;
    object-position: bottom right;
    transition: 0.3s ease-in-out;
    transform-origin: bottom;
}

.coll-cards:hover .coll-cards-img img,
.feat-pen:hover .coll-cards-img img {
    transform: scale(1.2);
}

.coll-cards-text {
    padding: 15px;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    color: var(--white);
    text-shadow: 0 0 10px #00000098;
    display: flex;
}

.coll-cards-text h3 {
    font-weight: 700;
    color: var(--white);
    font-size: 22px;
    margin-bottom: 0;
}

.ext-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
}

.ext-btn svg {
    width: 16px;
}

.coll-cards-text-half {
    width: 75%;
    flex-shrink: 0;
}

.coll-cards {
    margin-top: 25px;
}

.feat-text {
    padding: 25px;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    color: var(--white);
    color: var(--white);
}

.view-btn svg {
    width: 16px;
}

.view-btn {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: auto;
    border-radius: 50px;
    outline: 0;
    border: 1px solid var(--white);
    padding: 8px 20px;
    color: #fff;
    transition: 0.3s ease-in;
}

.feat-text h2,
.feat-text h3 {
    font-weight: 800;
    font-size: 40px;
    color: var(--white);
    margin-bottom: 0;
}

.feat-text h3 {
    background: linear-gradient(90deg, rgba(219, 246, 113, 1) 0%, rgba(204, 207, 196, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feat-text .pen-tag {
    font-weight: 600;
    font-size: 18px;
}

.feat-pen-light .feat-text .pen-tag {
    color: #361460;
}

.feat-pen-light .feat-text {
    color: var(--black2);
    background: linear-gradient(90deg, rgb(223 221 232 / 67%) 0%, rgb(219 214 233 / 0%) 100%);
}

.feat-pen-light .feat-text h2 {
    color: var(--black2);

}

.feat-pen-light .feat-text h3 {
    background: linear-gradient(90deg, #89309e 0%, #9c3baf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feat-pen-light .feat-text .view-btn {
    background: #9832bc;
    border-color: #9832bc;
}

.feat-text p {
    width: 50%;
}

.stats-secion {
    padding: 15px 0;
    background: #e3e3ff;
}

.stats-counter {
    display: flex;
    gap: 15px;
}

.stats-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stats-icon img {
    width: 25px;
}

.stats-text p {
    margin-bottom: 0;
}

.stats-text h3 {
    font-weight: 700;
    margin-bottom: 0;
}

.banner-content {
    padding-top: 250px;
    padding-bottom: 70px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner-tag {
    font-weight: 700;
    background: linear-gradient(90deg, var(--primary-color) 0%, rgba(224, 101, 145, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    text-transform: uppercase;
}

.banner-content h1,
.banner-content h2 {
    font-size: 7dvw;
    letter-spacing: -3px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 25px;
}

.banner-content h1 span,
.banner-content h2 span {
    background: linear-gradient(90deg, var(--primary-color) 0%, rgba(192, 68, 188, 1) 50%, rgba(255, 118, 66, 1) 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-img img {
    height: 100%!important;
    width: 100%!important;
    object-fit: cover;
    object-position: top right;
}

.banner-img {
    height: 90dvh;
}

.partner-logo img {
    width: 100%;
    object-fit: contain;
}

.stats-secion2 {
    background: var(--black2);
    color: var(--white);
    padding: 25px;
    border-radius: 30px;
}

.stats-secion2 h3 {
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
}

.product-card {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 25px;
    transition: .4s ease;
    background: #f5f6f9;
    border-radius: 30px;
    background: url(../images/prod-banner.webp)no-repeat top center;
    background-size: cover;
    position: relative;
    /* border: 1px solid var(--lightgrey); */
}

.brand-logo {
    width: 50px;
    margin-bottom: 10px;
    position: absolute;
    top: 25px;
    left: 25px;
    background: #fff;
    border-radius: 50%;
}

.product-image {
    height: 300px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 22px;
}

.product-image img {
    max-height: 300px;
    transition: .45s ease;
    /* filter: drop-shadow(0 18px 25px rgba(0, 0, 0, .5)); */
    transform: rotate(10deg);max-width: unset!important;width:auto
}

.product-card:hover .product-image img {
    transform: translateY(-10px) rotate(-4deg) scale(1.04);
}

/* info */

.product-info h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0;
}

.product-info span {
    font-size: 13px;
    color: var(--black);
}

.brand-logo img {
    width: 100%;
}

.saino-footer {
    background: var(--black2);

    padding-top: 70px;
    position: relative;
    color: white;
}


/* top */

.footer-top {
    padding-bottom: 60px;
    border-bottom: 1px solid #ffffff2c;
}

/* logo */

.footer-logo {
    width: 160px;
    margin-bottom: 25px;
}

.footer-desc {
    color: #a5a5a5;
    line-height: 1.9;
    max-width: 320px;
    margin-bottom: 30px;
    font-size: 15px;
}

/* headings */

.saino-footer h5 {
    font-size: 22px;
    margin-bottom: 25px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(90deg, rgba(144, 107, 220, 1) 0%, rgba(224, 101, 145, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* links */

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: #a5a5a5;
    text-decoration: none;
    transition: .3s;
    font-size: 15px;
}

.footer-links a:hover {
    color: white;
    padding-left: 5px;
}

/* socials */

.footer-socials {
    display: flex;
    gap: 14px;
}

.footer-socials a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.08);

    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);

    transition: .35s;
}

.footer-socials a:hover {
    transform: translateY(-5px);
    background: var(--primary-color);
    border-color: var(--primary-color);
}

/* bottom */

.footer-bottom {
    padding: 28px 0;
}

.copyright {
    margin: 0;
    color: #a5a5a5;
    font-size: 14px;
}

.footer-bottom-links {
    display: flex;
    gap: 25px;
    justify-content: end;
}

.footer-bottom-links a {
    text-decoration: none;
    color: var(--muted);
    transition: .3s;
    font-size: 14px;
}

.footer-bottom-links a:hover {
    color: white;
}

.footer-newsletter p a {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--white);
}

.footer-newsletter p a span {
    display: block;
    color: #a5a5a5;

}

.footer-newsletter p a span span {
    font-weight: 700;
    color: var(--white);
}

.blog-card {
    position: relative;
    background-color: hsla(132, 0%, 100%, 1);
    background-image: radial-gradient(circle at 91% 11%, hsla(13, 100%, 88%, 0.66) 4.038772213247173%, transparent 37.2265767974114%), radial-gradient(circle at 66% 37%, hsla(323, 100%, 88%, 1) 0%, transparent 63.33640956108327%), radial-gradient(circle at 36% 87%, hsla(268, 100%, 88%, 1) 12.107536057085522%, transparent 63.33640956108327%);
    background-blend-mode: normal, normal, normal;

    border: 1px solid #DCE5F7;

    border-radius: 24px;


    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;

    overflow: hidden;

    text-decoration: none;

    transition: .4s ease;
}


.blog-card:hover {
    transform: translateY(-8px);


    box-shadow:
        0 20px 50px rgba(23, 61, 175, .08);
}



/* content */

.blog-content {
    position: relative;
    z-index: 2;
    flex: 1;
}

.blog-content h3 {
    font-weight: 700;
    font-size: 22px;

    line-height: 1;

    color: var(--black2);

    margin-bottom: 14px;

}

.blog-content p {
    font-size: 14px;


    color: var(--black);

    margin-bottom: 18px;

    max-width: 260px;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    font-size: 12px;

    color: var(--primary-color);

    font-weight: 700;
}

.read-more svg {
    transition: .3s;
    width: 16px;
}

.blog-card:hover .read-more i {
    transform: translateX(4px);
}

/* image */

.blog-thumb {
    width: 50%;

    border-radius: 18px;

    overflow: hidden;

    flex-shrink: 0;
    aspect-ratio: 1;
    position: relative;
    z-index: 2;
}

.blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: .5s;
}

.blog-card:hover .blog-thumb img {
    transform: scale(1.08);
}

.context-flex {
    display: flex;
    gap: 15px;
}

.blog-text {
    padding: 25px;
}

/* BOXES */
.why-box {
    height: 100%;

}

.why-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.why-icon img {
    width: 25px;
}

.why-box h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.why-box p {
    font-size: 14px;
    margin: 0;
}



.bg-violet {
    background: #ead8ff;
}

.bg-red {
    background: rgb(215 116 116);
}

.bg-pink {
    background: rgb(223 87 162);
}

.innov-category .feat-pen .feat-text h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.innov-category .feat-pen {
    display: flex;
    flex-direction: row-reverse;
    background: url(../images/ops-bg.webp)no-repeat top left;
    background-size: cover;
    align-items: center;    min-height: 330px;
}

.innov-category .feat-pen .coll-cards-img {
    position: unset;
    margin-top: -25px;
    padding-bottom: 25px;
}

.innov-category .feat-pen .feat-text p {
    width: 100%;
}

.innov-category .feat-pen .feat-text {
    width: 50%;
    flex-shrink: 0;
    background: transparent;
}

.innov-category .feat-pen .coll-cards-img img {
    height: 300px;
    object-fit: contain;
}

.product-info {
    padding: 15px;
    background: #fff;
    border-radius: 20px;
}

.innov-category .feat-pen:hover .coll-cards-img img {
    transform: scale(1.05);
}

.chairman-image {
    padding-left: 70px;
    padding-bottom: 50px;
}

.chairman-float {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 150px;
    /* background: red; */
    z-index: -1;
    border-radius: 50%;
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

.inner-banner .banner-content h1,
.inner-banner .banner-content h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: unset;
    line-height: 1.2;
}

.inner-banner .banner-img {
    height: auto;
}

.director-name h4 {
    font-weight: 800;
    margin-top: 50px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.director-name h4:before {
    content: '';
    display: block;
    height: 2px;
    width: 40px;
    background: var(--black2);
}

#chartdiv {
    width: 100%;
    height: 70dvh;
}


.timeline-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 70px;
    flex-wrap: wrap;
}

.timeline-line {
    position: absolute;
    top: 38px;
    left: 8%;
    width: 84%;
    height: 2px;
    background: #ffffff;
    z-index: 0;
}

.timeline-item {
    position: relative;
    width: calc(16.66% - 25px);
    z-index: 2;
    text-align: center;
}

.timeline-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--primary-color);
    position: relative;
}

.timeline-icon img {
    width: 35px;
}

.timeline-content h4 {
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 14px;
}

.timeline-content p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}


.timeline-item:last-child .timeline-icon {
    background: #8c57e7;
}



.timeline-item:last-child .timeline-content h4 {
    color: #8c57e7;
}

.timeline-item:last-child .timeline-icon img {
    filter: brightness(40.5);
}

.video-sec iframe {
    width: 100%;
    height: 450px;
    border-radius: 30px;
    overflow: hidden;
}


.counter-box {
    transition: 0.35s ease;
}

.counter-box:hover {
    transform: translateY(-8px);
}

.counter-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background: #e3e3ff;
}

.counter-box h3 {
    font-size: 25px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
    line-height: 1;
}

.counter-box p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
}

.counter-icon img {
    width: 35px;
}

.steps-wraps {
    display: flex;
    gap: 20px;
    margin-top: 35px;
    align-items: end;
}

.steps-card {
    flex-shrink: 0;
    flex: 1;
    text-align: center;
}

.steps-arrow {
    width: 50px;
    flex-shrink: 0;
}

.steps-card h4 {
    font-size: 20px;
    margin-top: 15px;
}

.custom-faq .accordion-item {
    border: none;
    border-radius: 18px !important;
    overflow: hidden;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
}

.custom-faq .accordion-button {
    background: #fff;
    padding: 24px 28px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
}

.custom-faq .accordion-button:not(.collapsed) {
    background: #fff;
    color: var(--primary-color);
}

.custom-faq .accordion-button:focus {
    box-shadow: none;
}

.custom-faq .accordion-body {
    padding: 0 28px 24px;
    line-height: 1.8;
}

.custom-faq .accordion-button::after {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #e3e3ff;
    background-position: center;
    background-size: 12px;
}

.partner-wrapper {
    background: linear-gradient(135deg,
            #eef1ff 0%,
            #f8f4ff 100%);
    border-radius: 35px;
    padding: 35px;
    overflow: hidden;
    position: relative;
}

.partner-wrapper::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(111, 140, 255, .08);
    border-radius: 50%;
    top: -150px;
    left: -100px;
}

.partner-wrapper::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(255, 131, 95, .08);
    border-radius: 50%;
    bottom: -120px;
    right: -80px;
}

.partner-desc {
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 40px;
}

.partner-benefits {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.benefit-item {
    display: flex;
    gap: 16px;
}

.icon-box {
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    /* background: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.benefit-item h6 {
    margin-bottom: 4px;
    font-weight: 700;
}

.benefit-item p {
    margin: 0;
    font-size: 14px;
}

/* FORM */

.partner-form-card {
    background: #fff;
    border-radius: 28px;
    padding: 25px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    position: relative;
    z-index: 2;
}

.partner-form-card label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}

.partner-form-card .form-control,
.partner-form-card .form-select {
    height: 45px;
    border-radius: 14px;
    border: 1px solid #e5e8f0;
    box-shadow: none;
}

.partner-form-card .form-control:focus,
.partner-form-card .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}

.partner-form-card textarea.form-control {
    height: 100px;
}

/* TRUST BADGES */

.trust-badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ececec;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trust-item img {
    width: 40px;
    flex-shrink: 0;
    display: block;
}

.trust-item span {
    display: block;
    font-size: 13px;
    line-height: 1.5;
}

.big-collection-cards .coll-cards-text {
    padding: 35px;
}

.big-collection-cards .coll-cards-text h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.collect-latest-row .product-card {
    padding: 15px;
}

.collection-banner .banner-content {
    position: relative;
    padding-top: 135px;
}

.collection-banner .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.contact-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .03);
}

/* Heading */

.contact-heading {
    gap: 20px;
    margin-bottom: 25px;
}

.contact-heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
}

.title-line {
    display: block;
    width: 45px;
    height: 4px;
    border-radius: 10px;
    background: var(--primary-color);
    margin-bottom: 18px;
}

.contact-heading p {
    margin: 0;
}

/* Contact Items */

.contact-item {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-item p {
    margin: 0;
}

.contact-item p a {
    color: var(--black);
}

/* Icons */

.contact-icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 28px;
}

/* Header Icon */

.heading-icon {
    background: #e3e3ff;
    color: var(--primary-color);
}

/* Individual Colors */

.location {
    background: rgb(239 255 189);
    color: #92b91a;
}

.phone {
    background: rgba(191, 135, 255, .12);
    color: #8c57e7;
}

.email {
    background: rgb(255 234 220);
    color: #ffa566;
}

.email2 {
    background: rgb(255 237 237);
    color: rgb(215 116 116);
}


.why-saino-wrapper {
    background: var(--lightgrey);
    border-radius: 24px;
    padding: 25px;

    display: grid;
    grid-template-columns:
        1.3fr 1fr 1fr 1fr 1fr;

    align-items: center;
}



.why-saino-item {
    display: flex;
    gap: 18px;
    padding: 0 12px;
    min-height: 100%;
    border-left: 1px solid rgb(181 201 253);
}

.why-saino-item h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.why-saino-item p {
    margin: 0;
    font-size: 14px;
}

.why-saino-item .icon-box {
    box-shadow: none;
}

.why-saino-item img {
    width: 25px;
}

.bg-blue {
    background: var(--primary-color);
}

.bg-purple {
    background: #8c57e7;
}

.bg-green {
    background: #92b91a;
}

.bg-orange {
    background: #ffa566;
}

.maps {
    border-radius: 20px;
    overflow: hidden;
}

.maps iframe {
    height: 350px;
}

.latest-usp-icon {
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.latest-usp-icon img {
    width: 25px;
}

.latest-usp-text h5 {
    font-weight: 700;
    font-size: 16px;
}

.latest-usp-text p {
    margin-bottom: 0;
    font-size: 14px;
}

.latest-usp-item {
    margin-bottom: 25px;
}

.latest-text h3 {
    font-weight: 700;
    color: var(--primary-color);
}

.latest-text h4 {
    font-size: 18px;
    margin-bottom: 25px;
    color: var(--black);
}

.latest-card {
    display: flex;
    align-items: end;
}

.latest-text {
    width: 55%;
    flex-shrink: 0;
}

.latest-card .latest-img {
    width: 45%;
    flex-shrink: 0;
}

.latest-card .latest-img img {
    width: 100%;
    transform: rotate(10deg);
    filter: drop-shadow(0 0px 5px #1c277054);
    transition: .45s ease;
}

.latest-card:hover .latest-img img {
    transform: translateY(-10px) rotate(-4deg) scale(1.04);
}

.thumb-img {
    text-align: center;
    padding: 0px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-left: 25px;
    margin-right: 25px;
}

.thumb-img img {
    width: 70%;
}

.thumb-item h5 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.thumb-pills.nav-pills .nav-link.active,
.thumb-pills.nav-pills .show>.nav-link {
    background: transparent;
}

.thumb-pills.nav-pills .nav-link.active .thumb-img,
.thumb-pills.nav-pills .show>.nav-link .thumb-img {
    border-color: var(--primary-color);
}

.thumb-pills.nav-pills .nav-link.active .thumb-item h5,
.thumb-pills.nav-pills .show>.nav-link .thumb-item h5 {
    color: var(--primary-color);
}

.collect-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.collect-icon img {
    width: 25px;
}

.collect-cards h4 {
    font-weight: 700;
    font-size: 22px;
}

.collect-cards h4 a {
    color: var(--black2);
}
.collect-cards h4:first-letter{
	initial-letter:2 1;
	font-weight:800;
	padding-right:10px;
	color:var(--primary-color);
	

}
.collect-cards .ext-btn {
    color: var(--primary-color);
}

.collect-cards p {
    font-size: 14px;
}

.collect-cards {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.flex-1 {
    flex: 1;
}

.collect-bottom img {
    width: 100%;
}

.collect-bottom {
    padding: 25px;
}

.collect-cads-wrapper:nth-child(even) .collect-cards {
    flex-direction: column-reverse;
}

.path-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.polaroid-grid {
    align-items: flex-start;
}

.polaroid-card {
    background: #fff;
    padding: 14px 14px 28px;
    border-radius: 2px;
    box-shadow:
        0 2px 6px rgba(0, 0, 0, .08),
        0 12px 24px rgba(0, 0, 0, .08);
    transition: .35s ease;
    position: relative;
}

.polaroid-card:hover {
    transform: translateY(-8px) rotate(0deg) !important;
    z-index: 10;
}

.polaroid-image {

    margin-bottom: 18px;
}

.polaroid-image img {
    width: 100%;
}

.polaroid-content {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.polaroid-content h4 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.polaroid-content p {
    font-size: 14px;
    margin-bottom: 0;
}

.polaroid-content a {
    color: var(--primary-color);
    margin-top: 15px;
    justify-content: center;
}

/* ---------------------------
   Random Polaroid Placement
   Same HTML / Same Classes
---------------------------- */

.polaroid-grid>div:nth-child(1) .polaroid-card {
    transform: rotate(-3deg) translateY(10px);
}

.polaroid-grid>div:nth-child(2) .polaroid-card {
    transform: rotate(3deg) translateY(-8px);
}

.polaroid-grid>div:nth-child(3) .polaroid-card {
    transform: rotate(-2deg) translateY(20px);
}

.polaroid-grid>div:nth-child(4) .polaroid-card {
    transform: rotate(3deg) translateY(-12px);
}

.polaroid-grid>div:nth-child(5) .polaroid-card {
    transform: rotate(-3deg) translateY(12px);
}

.polaroid-grid>div:nth-child(6) .polaroid-card {
    transform: rotate(2deg) translateY(-18px);
}

.polaroid-grid>div:nth-child(1) .polaroid-card .polaroid-content h4 {
    color: var(--primary-color);
}

.polaroid-grid>div:nth-child(2) .polaroid-card .polaroid-content h4 {
    color: #8c57e7;
}

.polaroid-grid>div:nth-child(3) .polaroid-card .polaroid-content h4 {
    color: #92b91a;
}

.polaroid-grid>div:nth-child(4) .polaroid-card .polaroid-content h4 {
    color: #ffa566;
}

.polaroid-grid>div:nth-child(5) .polaroid-card .polaroid-content h4 {
    color: rgb(215 116 116);
}

.polaroid-grid>div:nth-child(6) .polaroid-card .polaroid-content h4 {
    color: rgb(223 87 162);
}

.polaroid-grid>div:nth-child(1) .polaroid-card-wrapper {
    background: #e3e3ff;
    border-radius: 15px;
    padding: 35px;
}

.polaroid-grid>div:nth-child(2) .polaroid-card-wrapper {
    background: rgba(191, 135, 255, .12);
    border-radius: 15px;
    padding: 35px;

}

.polaroid-grid>div:nth-child(3) .polaroid-card-wrapper {
    background: rgb(239 255 189);
    border-radius: 15px;
    padding: 35px;

}

.polaroid-grid>div:nth-child(4) .polaroid-card-wrapper {
    background: rgb(255 234 220);
    border-radius: 15px;
    padding: 35px;

}

.polaroid-grid>div:nth-child(5) .polaroid-card-wrapper {
    background: rgb(255 237 237);
    border-radius: 15px;
    padding: 35px;

}

.polaroid-grid>div:nth-child(6) .polaroid-card-wrapper {
    background: #fff1f9;
    border-radius: 15px;
    padding: 35px;

}

.journey-nav {
    display: flex;
    gap: 10px;
}

.journey-nav button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    background: #fff;
    transition: .3s;
}

.journey-nav button:hover {
    background: var(--primary-color);
    color: #fff;
}

/* -------------------- */

.journeySwiper {
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
}

.journeySwiper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 2px;
    background: var(--lightgrey);
}

.swiper-slide {
    width: 220px;
}

.timeline-card {
    text-align: center;
    position: relative;
}

.year {
    font-weight: 700;
    font-size: 14px;
    color: var(--primary-color);
}

.timeline-card h6 {
    font-weight: 700;
    margin: 4px 0;
}

.timeline-card p {
    font-size: 12px;
    margin-bottom: 18px;
}

.timeline-image {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: auto;
    background: #fff;
    border: 3px solid #fff;
    position: relative;
    outline: 2px solid var(--lightgrey);
    position: relative;
}

.timeline-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    display: block;
    border-radius: 50%;
}

.timeline-image::before {
    position: absolute;
    bottom: -40px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background: var(--primary-color);
    content: '';
    z-index: -1;
}

.active-ring {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 6px rgba(102, 88, 255, .15);
}

/* dotted arc */

.active-ring::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border: 2px dashed var(--primary-color);
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    top: -12px;
    left: -12px;
    transform: rotate(-20deg);
}

/* timeline dot */

.timeline-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -43px;
    z-index: 5;
}

.journeySwiper .swiper-slide:nth-child(even) .timeline-card .timeline-dot {
    background: #92b91a;
}

.journeySwiper .swiper-slide:nth-child(even) .timeline-card .timeline-image::before {
    background: #92b91a;
}

.swiper-slide-active .timeline-image {
    outline-color: var(--primary-color);
}

.masonry {
    /* Masonry container */
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: 0.85em;
    position: relative;
}

.masonry .item {
    display: inline-block;
    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 0.3s ease-in-out;
    margin-bottom: 23px;
    position: relative;
}

.masonry .item img {
    max-width: 100%;
}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    justify-content: center;
    align-items: center;
    color: var(--white);
    background: #23374bc9;
    transition: 0.3s ease-in;
    font-size: 25px;
    display: none;
}

.galleryimg-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.galleryimg-wrapper:hover .gallery-img img {
    transform: scale(1.2);
}

.gallery-img img {
    transition: 0.3s ease-in;
}

.galleryimg-wrapper:hover .gallery-overlay {
    display: flex;
}

.career-hero .hero-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.career-hero .hero-card {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    width: 67%;
}

.career-hero .hero-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career-hero .hero-small {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
    width: 30%;
    gap: 0px;
}

.career-hero .hero-card p {
    margin-bottom: 0;
}

.career-hero .hero-card h5 {
    margin-bottom: 0;
}

.career-hero .hero-small img {
    width: 60%;
    margin-bottom: 25px;height:auto
}

.career-hero .hero-small.gradient {
    background: #E3E3FF;
    background: linear-gradient(148deg, rgba(227, 227, 255, 1) 0%, rgba(239, 255, 189, 1) 98%);

}

.career-hero .hero-small.purple {
    background: #e3e3ff;
}

.why-box2 {
    background: var(--lightgrey);
    border: 1px solid #ececec;
    border-radius: 24px;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.why-item {
    text-align: center;
    border-right: 1px solid #b4c8fd;
}

.why-item:last-child {
    border: none;
}

.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 15px;
    font-size: 30px;
}

.icon-circle img {
    width: 40px;
}

.department-card {
    background: rgb(227 227 255);
    border: 1px solid #eee;
    border-radius: 20px;
    text-align: center;
    padding: 25px;
    height: 100%;
    transition: .3s;
}

.department-card:hover {
    transform: translateY(-8px);
}

.department-card img {
    width: 80px;
    margin-bottom: 20px;
}

.department-card h6 {
    font-weight: 700;
}

.job-table {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #eee;
}

.department-card p {
    margin-bottom: 0;
    font-size: 14px;
}

.job-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr auto;
    padding: 25px;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.job-row i {
    color: var(--primary-color);
}

.job-row h4 {
    margin-bottom: 0;
    display: flex;
    gap: 10px;
    font-weight: 700;
    font-size: 22px;
    align-items: center;
}

.job-row h4 i {
    width: 40px;
    height: 40px;
    background: #e3e3ff;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}

.employee-img {
    width: 100%;
    border-radius: 50%;
}

blockquote {
    font-size: 28px;
    font-weight: 700;
}

.employee-wrapper-img {
    padding: 25px;
    width: 80%;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #1b46b64a;
}

.qt-size {
    font-size: 35px;
}

.career-form-box {
    background: var(--primary-color);
    border-radius: 25px;
    padding: 50px;
    color: #fff;
}


.career-form-box .form-control,
.career-form-box .form-select {
    height: 58px;
    border: none;
    border-radius: 10px;
}

.career-form-box .submit-btn {
    height: 58px;
    background: #92b91a;
    font-weight: 700;
    color: var(--white);
    border: 1px solid #92b91a;
}

.career-form-box .submit-btn:hover {
    border: 1px solid #92b91a;
    background: transparent;
}

.trust-badges2 {
    border: none;
    padding-top: 0;
    margin-top: 0;
    padding-left: 35px;
    gap: 35px;
}

.trust-badges2 .trust-item img {
    width: 55px;
}

.trust-badges2 .trust-item span {
    font-size: 18px;
}

.global-testimonial {
    background: #e3e3ff;
}

.global-testimonial .testmonial-icon {
    font-size: 35px;
    color: var(--primary-color);
}

.global-testimonial .testimonial-name h4 {
    font-weight: 700;
    font-size: 18px;
}

.global-testimonial .testimonial-name p {
    font-size: 14px;
}

.global-testimonial .testimonial-year p {
    font-size: 14px;
}

.quality-icon img {
    height: 70px!important;
    margin-bottom: 25px;
    width: auto;
    object-fit: contain;
}

.feature-wrapper {
    width: 100%;
    height: 540px;
    position: relative;
}

.center-circle {
    width: 220px;
    height: 220px;
    border: 2px solid #DCE5F7;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    background-image: radial-gradient(circle at 91% 11%, hsla(13, 100%, 88%, 0.66) 4.038772213247173%, transparent 37.2265767974114%), radial-gradient(circle at 66% 37%, hsla(323, 100%, 88%, 1) 0%, transparent 63.33640956108327%), radial-gradient(circle at 36% 87%, hsla(268, 100%, 88%, 1) 12.107536057085522%, transparent 63.33640956108327%);
    background-blend-mode: normal, normal, normal;
}

.center-circle img {
    width: 100px;
}


.feature-item {
    position: absolute;
    max-width: 215px;
}

.feature-item h6 {
    font-weight: 700;
    margin-bottom: 4px;
}

.feature-item p {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

.feature-item .icon-box img {
    width: 30px;
}

.feature-item .icon-box {
    display: inline-flex;
    margin-bottom: 15px;
    width: 55px;
    height: 55px;
}

/* Positions */
.top {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.left {
    left: 0;
    top: 40%;
    transform: translateY(-50%);
}

.bottom-left {
    left: 30px;
    bottom: 40px;
}

.right {
    right: 0;
    top: 40%;
    transform: translateY(-50%);
}

.bottom-right {
    right: 30px;
    bottom: 40px;
}

.stat-item {
    padding: 15px 20px;
    position: relative;
    padding-bottom: 0;
}

.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background: var(--primary-color);
}

.stat-number {
    font-size: 1.3rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    color: var(--primary-color);
    margin-bottom: 12px;
}

.stat-text {
    margin: 0;
    color: var(--black2);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.color-options {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.color {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    cursor: pointer;
}

.blue {
    background: #3d4dd8;
}

.black {
    background: #000;
}

.red {
    background: #ff2d2d;
}

.green {
    background: #67c74d;
}

.purple {
    background: #c238d1;
}

.bestseller-badge {
    border: 1.5px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
    border-radius: 30px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 15px;
    left: 15px;
    animation: pulseGlow 1s infinite;
}

@keyframes pulseGlow {
    0% {
        background: transparent;
    }

    70% {
        background: var(--primary-color);
        color: #fff;
    }

    100% {
        background: transparent;
    }
}

@keyframes pulseGlow2 {
    0% {
        box-shadow: 0 0 0 0 rgba(146, 185, 26, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(37, 99, 235, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0);
    }
}

.new-badge {
    border: 1.5px solid rgb(146, 185, 26);
    color: #92b91a;
    background: transparent;
    border-radius: 30px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 15px;
    left: 15px;
    animation: pulseGlow2 2s infinite;
}

.product-card .ext-btn {
    justify-content: center;
    margin-top: 10px;
    color: #92b91a;
    border: 1px solid transparent;
    padding: 0 15px;
    display: inline-flex;
    transition: 0.1s ease-in;
}

.product-card .ext-btn:hover {
    border-color: #92b91a;
    border-radius: 50px;
}

.career-hero {
    background-image: url("../images/banner/career-banner.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}.footer-links ul{list-style:none;padding-left:0;margin:0}.rating-star i{
	color:#E7C525
}.why-choose-us {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 18px;
}

.why-choose-us li {
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.why-choose-us li:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.why-choose-us i {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}

.why-choose-us span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.exhibition-card{
    position:relative;
    height:380px;
    border-radius:28px;
    overflow:hidden;
    cursor:pointer;
    transition:.45s ease;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.exhibition-card:hover{
    transform:translateY(-8px);
}

.exhibition-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1s ease;
}

.exhibition-card:hover img{
    transform:scale(1.08);
}

.exhibition-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.85) 0%,
        rgba(0,0,0,.45) 45%,
        rgba(0,0,0,.05) 100%
    );
}

.exhibition-content{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:2rem;
    color:#fff;
}

.exhibition-content h3{
    font-size:1.7rem;
    font-weight:700;
    margin-bottom:.4rem;color:#fff
}

.exhibition-content .location{
	display: inline-block;
    border-radius: 30px;
    background: var(--primary-color);
    color: #fff;    padding: 2px 10px;
}.exhibition-content .location p{
	margin-bottom:0
}
.trade-card-content p{
	 color: #fff;   
}
.trade-card-content{
    padding:1.5rem;
}

.trade-card-content h5{
    margin:0;
    color:var(--primary-color);
    font-weight:700;
    line-height:1.4;
    font-size:1.1rem;
}

.trade-card-wide img{
    height:320px;
}
.site-main{
	    padding-top: 135px;
}.woocommerce-product-gallery__image {
	    background: #c5befb;
    border-radius: 20px;

}.woocommerce div.product .product_title{
	font-size: 40px;
    font-family: var(--title-font);
    font-weight: 700;
    color: var(--black2);
    position: relative;
    margin-bottom: 25px;
    line-height: 1.2;
}.single-product.woocommerce .thumbnails #slider-prev, .single-product.woocommerce .thumbnails #slider-next{
	    border: none;
    background: var(--primary-color);
    border-radius: 5px;
    color: #fff;
}.thumbnails.slider path{
	fill: #ffffff !important;
}.woocommerce div.product div.images img{
	    width: 50%!important;    margin: auto;
}.woocommerce div.product div.images .woocommerce-product-gallery__image a{
	text-align:center
}li.yith_magnifier_thumbnail{
	border:2px solid  #c5befb; border-radius:10px
}.woocommerce ul.products li.product .button{
	font-size: 16px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    border-radius: 50px;
    outline: 0;
    border: 1px solid var(--primary-color);
    padding: 8px 20px;
    background: var(--primary-color);
    color: #fff;
    transition: 0.3s ease-in;
}.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	display: block;
    text-decoration: none;
    text-align: center;
    padding: 25px!important;
    transition: .4s ease;
    background: #f5f6f9;
    border-radius: 30px;
    background: url(../images/prod-banner.webp) no-repeat top center;
    background-size: cover;
    position: relative;
}.related h2{
	    font-size: 40px;
    font-family: var(--title-font);
    font-weight: 700;
    color: var(--black2);
    position: relative;
    margin-bottom: 25px;
    line-height: 1.2;
} .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{
	    padding: 25px!important;
    background: #e3e3ff;
    border-radius: 10px;
    font-size: 16px;
    color: var(--primary-color)!important;
    font-weight: 700;    margin-bottom: 45px!important;
}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{
	    color: var(--black2)!important;
}.spec-item{
	    padding: 10px 0;
    border-top: 1px solid #e3e3ff;
    display: flex;
    width: 100%;
}.spec-item ul{
	margin-bottom:0
}.spec-item b{
	    display: block;
    width: 30%;
    flex-shrink: 0;
    color: var(--black2);

}.posted_in{
	
}.spec-item ul li::marker{
	  color: var(--primary-color)
}.single-banner{
	    padding-top: 135px;
    padding-bottom: 70px;
	    background-color: hsla(132, 0%, 100%, 1);
    background-image: radial-gradient(circle at 91% 11%, hsla(13, 100%, 88%, 0.66) 4.038772213247173%, transparent 37.2265767974114%), radial-gradient(circle at 66% 37%, hsla(323, 100%, 88%, 1) 0%, transparent 63.33640956108327%), radial-gradient(circle at 36% 87%, hsla(268, 100%, 88%, 1) 12.107536057085522%, transparent 63.33640956108327%);
    background-blend-mode: normal, normal, normal;
}.privacy-policy-wrapper h2{
	font-size: 35px;
    /* font-family: var(--title-font); */
    font-weight: 700;
    color: var(--black2);
    position: relative;
    margin-bottom: 25px;
    line-height: 1.2;
}.privacy-policy-wrapper h3{
	font-size: 30px;
    /* font-family: var(--title-font); */
    font-weight: 700;
    color: var(--black2);
    position: relative;
    margin-bottom: 25px;
    line-height: 1.2;
}.privacy-policy-wrapper ul li::marker{
	color:var(--primary-color)
}.cms-content{
	    background: var(--lightgrey);
 padding:35px;
    border-radius: 30px;
}.cms-content p a{
	color:var(--primary-color);text-decoration:underline;
}
 .blog-inside{
            padding-top: 135px;
    padding-bottom: 70px;
    } .blog-inside .blog-content{
   background-color: hsla(132, 0%, 100%, 1);
    background-image: radial-gradient(circle at 91% 11%, hsla(13, 100%, 88%, 0.66) 4.038772213247173%, transparent 37.2265767974114%), radial-gradient(circle at 66% 37%, hsla(323, 100%, 88%, 1) 0%, transparent 63.33640956108327%), radial-gradient(circle at 36% 87%, hsla(268, 100%, 88%, 1) 12.107536057085522%, transparent 63.33640956108327%);
    background-blend-mode: normal, normal, normal; border: 1px solid #DCE5F7;border-radius: 24px;padding: 35px;

    }.blog-featured-image {
    overflow: hidden;
    border-radius: 28px;
    margin-bottom: 55px;
}.blog-featured-image img {
    width: 100%;
    object-fit: cover;
    transition: .6s;
}.blog-inside .blog-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 25px;border-top: 1px solid #a0a0a0;border-bottom: 1px solid #a0a0a0;padding-top: 15px;padding-bottom: 15px;
}.blog-inside .blog-divider {
    width: 5px;
    height: 5px;
    background: var(--primary-color);
    border-radius: 50%;
}.blog-inside .blog-date, .blog-inside .blog-readtime {
    font-size: 15px;
}.blog-inside .blog-content h2, .blog-inside .blog-content h3, .blog-inside .blog-content h4, .blog-inside .blog-content h5, .blog-inside .blog-content h6 {

    font-weight: 700;
    color: var(--black2);
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2;
} .blog-inside .blog-content p a {
    color: var(--primary-color);
  text-decoration: underline;
} .blog-inside .blog-content ul li::marker{
    color: var(--primary-color);

}.blog-sidebar h4 {
     font-size: 40px;
    /* font-family: var(--title-font); */
    font-weight: 700;
    color: var(--black2);
    position: relative;
    margin-bottom: 25px;
    line-height: 1.2;
        background: linear-gradient(90deg, var(--primary-color) 0%, rgba(192, 68, 188, 1) 50%, rgba(255, 118, 66, 1) 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}.latest-blog {
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
    text-decoration: none;
    color: inherit;
    align-items: center;
     background-color: hsla(132, 0%, 100%, 1);
    background-image: radial-gradient(circle at 91% 11%, hsla(13, 100%, 88%, 0.66) 4.038772213247173%, transparent 37.2265767974114%), radial-gradient(circle at 66% 37%, hsla(323, 100%, 88%, 1) 0%, transparent 63.33640956108327%), radial-gradient(circle at 36% 87%, hsla(268, 100%, 88%, 1) 12.107536057085522%, transparent 63.33640956108327%);
    background-blend-mode: normal, normal, normal; border: 1px solid #DCE5F7;border-radius: 24px;

}.latest-blog img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 18px;
    transition: .4s;flex-shrink: 0;
}.latest-blog>div{
   padding: 15px;padding-left: 0;

}
.latest-blog span {
       font-weight: 700;
    background: linear-gradient(90deg, var(--primary-color) 0%, rgba(224, 101, 145, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    text-transform: uppercase;display: block;
}.latest-blog h5 {
    font-size: 20px;
    line-height: 1.5;font-weight: 700;
    transition: .3s;
} .summary .wpb-get-a-quote-button-btn {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: auto;
    text-decoration: none;
    text-transform: none;
    border-radius: 50px;
    outline: 0;
    border: 1px solid var(--primary-color);
    padding: 8px 20px;
    /* background: linear-gradient(45deg, var(--green), var(--green2), var(--green3)); */
    background: var(--primary-color);
    color: #fff;
    transition: 0.3s ease-in;
}.summary .wpb-get-a-quote-button-btn:hover{
	color:var(--primary-color);
	background:transparent
}.spec-item p{
	display:none
}.product_meta .posted_in{
	    font-weight: 700;    color: var(--black2);
}.product_meta .posted_in a{
	    background: linear-gradient(90deg, var(--primary-color) 0%, rgba(192, 68, 188, 1) 50%, rgba(255, 118, 66, 1) 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce div.product div.images {
    position: relative;
    z-index: 3;
}.woocommerce div.product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}.woocommerce ul.products li.product a img {
	height: 300px!important;    object-fit: contain;}.related.products{width:100%}.ic-list img{
		width:100px!important
}#wpgs-gallery.wcgs-woocommerce-product-gallery.vertical{
	    background: #e3e3ff;padding:35px;border-radius:20px
}#wpgs-gallery .wcgs-thumb.spswiper-slide img{
	    border: 2px solid #adade7!important;    border-radius: 8px!important;    background: #ffffffa8;
}#wpgs-gallery .wcgs-thumb.spswiper-slide-thumb-active.wcgs-thumb img{
    border: 2px solid var(--primary-color)!important;
}.swal2-container {
	z-index: 9999!important;}	.banner-swiper .swiper-slide{
    width: 100% !important;
}