.catName,
.cookie-banner,
.copyright,
.send_enquiry {
    text-align: center
}

.accordion-button:hover:after,
.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>")
}

.blog-section .main-title,
.main-title {
    font-size: 2rem;
    font-weight: bolder;
    color: var(--surface-color);
    font-family: var(--font2);
    max-width: 900px;
    margin: 0 auto 26px;
    line-height: 1.2;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
    background-clip: text;
    position: relative
}

@media (min-width:1435px) {
    .nav-wave {
        position: relative;
        display: block;
        padding-bottom: 12px;
        text-decoration: none
    }

    .nav-wave::after {
        content: "";
        position: absolute;
        bottom: 23px;
        left: 50%;
        transform: translateX(-50%) scale(.5);
        width: 55px;
        height: 10px;
        background-image: url('../img/wave.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0;
        transition: opacity .4s ease-in-out, transform .4s ease-in-out;
        pointer-events: none
    }

    .nav-wave:hover::after {
        opacity: 1;
        transform: translateX(-50%) scale(1)
    }
}

.heading_banner .container {
    z-index: 2
}

.sitemap_page {
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative
}

.sitemap_right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #007cd5;
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.sitemap_page .title_h2 {
    margin-bottom: 15px;
    color: #fff
}

.sitemap,
.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0
}

.sitemap li {
    list-style: none !important;
    background: url(../img/sitemap_hr.png) 0 9px no-repeat;
    padding: 0 0 0 15px;
    margin-bottom: 5px
}

.sitemap li a {
    color: #333;
    font-size: 15px;
    padding-bottom: 5px;
    display: block
}

.sitemap li a:hover {
    color: #007cd5
}

.input-group2 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.cookie-banner,
.cookie-modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0
}

.input-group2 select {
    width: 85px;
    font-weight: 400;
    border-radius: 6px;
    font-size: 12px;
    padding: 0 5px;
    color: #222;
    border: 1px solid #ced4da
}

.input-group2 input {
    width: calc(100% - 95px)
}

label.error {
    color: #fb3a3a;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 15px
}

.iti {
    width: 100%
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    height: 40px
}

#scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: var(--heading-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
    cursor: pointer;
    transition: transform .3s, box-shadow .3s, background-color .3s;
    z-index: 999;
    overflow: hidden
}

#scroll-top .arrow-icon {
    font-size: 26px;
    opacity: 1;
    transition: opacity .3s;
    position: absolute
}

#scroll-top .scroll-img {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    opacity: 0;
    transition: opacity .3s;
    position: absolute
}

#scroll-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .3);
    background-color: #fff
}

#scroll-top:hover .arrow-icon {
    opacity: 0
}

#scroll-top:hover .scroll-img {
    opacity: 1
}

.cookie-banner {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 20px;
    z-index: 9999
}

.cookie-banner p {
    margin: 0;
    font-size: 16px
}

.cookie-banner a {
    color: #fff;
    text-decoration: underline
}

.cookie-banner .btn-group {
    margin-top: 15px
}

.cookie-banner .btn {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px
}

.cookie-banner .accept-btn,
.cookie-modal-content .accept-btn {
    background-color: var(--heading-color);
    color: #fff;
    border: none
}

.cookie-banner .read-btn {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff
}

.cookie-modal {
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 10000;
    align-items: center;
    justify-content: center
}

.cookie-modal-content {
    background: #e9f2f4;
    color: #000;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    position: relative
}

.cookie-modal-content h2 {
    margin-top: 0
}

.cookie-modal-content p {
    font-size: 15px;
    text-align: justify
}

.cookie-modal-content .modal-btn {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer
}

.cookie-modal-content .reject-btn {
    background: 0 0;
    border: 1px solid #ccc;
    color: #000;
    margin-left: 10px
}

.cookie-modal-content .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 20px
}

.oot-contact-item i {
    font-size: 20px;
    margin-right: 5px
}

.footer-top .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-image: url(../img/ft-bg.webp);
    background-size: 100%;
    background-position: center center
}

.footer-links {
    flex: 1 1 20%;
    min-width: 150px;
    margin-bottom: 20px
}

.footer-links h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #a4cae1
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-links ul li {
    margin-bottom: 8px
}

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color .3s
}

.footer-links ul li a:hover {
    color: #a4cae1
}

.optimizersfoot {
    color: #fff;
    font-size: 24px;
    margin: 25px 0 15px;
    font-weight: 600;
    position: relative
}

.contact-link,
.footer-menu li a {
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
    font-size: 14px
}

.optimizersfoot:after {
    content: "";
    width: calc(100% - 276px);
    height: 1px;
    background-color: #747070;
    position: absolute;
    right: 0;
    top: 50%
}

.officeGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 2px solid #60757cff;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.officesItem {
    display: flex;
    align-items: center;
    flex: 1 1 100px;
    gap: 15px
}

.officesItem .city {
    font-size: 4.5rem;
    font-weight: 900;
    opacity: .25;
    min-width: 80px
}

.officeAddress {
    color: #fff;
    line-height: 1.4;
    font-size: 14px;
    margin-left: 50px
}

.officeAddress .officeCity {
    font-weight: 600;
    color: #a4cae1;
    font-size: 23px
}

@media(max-width:350px) {
    .officeAddress .officeCity {
        font-weight: 600;
        color: #a4cae1;
        font-size: 22px
    }
}

.social-links {
    display: flex;
    gap: 12px;
    margin-top: 10px
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #1a252c;
    color: #fff;
    font-size: 16px;
    transition: .3s;
    border: 1px solid #2c3e44
}

.social-links a:hover {
    background: #a4cae1;
    color: #0f181d;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(164, 202, 225, .3)
}

.contact-link {
    color: #a4cae1;
    margin: 0 5px
}

.contact-link:hover,
.footer-menu li a:hover,
.send_enquiry:focus {
    color: #fff
}

.footer-menu {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center
}

.footer-menu li a {
    color: #a4cae1
}

.copyright {
    background: var(--surface-color);
    padding: 15px 0;
    font-size: 14px
}

.copyright a,
.marquee-text .top-info-bar a {
    color: #fff;
    text-decoration: none
}

.desktop-menu li a,
.menu-item a {
    color: #333;
    font-weight: 500;
    text-decoration: none
}

.address_list a:hover,
.copyright a:hover {
    color: var(--accent-color)
}

@media (max-width:991px) and (min-width:769px) {
    .officeGrid {
        flex-direction: column;
        gap: 15px
    }

    .officesItem {
        justify-content: flex-start
    }

    .officeAddress {
        margin-left: 15px
    }

    .optimizersfoot:after {
        width: 50%
    }
}

@media (max-width:768px) and (min-width:426px) {
    .optimizersfoot:after {
        width: 58%
    }
}

@media (max-width:425px) and (min-width:376px) {
    .optimizersfoot:after {
        width: 29%
    }
}

@media (max-width:375px) and (min-width:321px) {
    .optimizersfoot:after {
        width: 19%
    }
}

@media (max-width:320px) {
    .optimizersfoot:after {
        width: 7%
    }
}

.send_enquiry,
.whatapp_btn {
    height: 45px;
    left: 15px;
    position: fixed;
    align-items: center;
    color: #fff
}

.whatapp_btn {
    background: #01e675;
    width: 45px;
    bottom: 95px;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    transition: .2s ease-in-out;
    box-shadow: 0 1px 2px 1px #00ab56;
    animation: 1s linear infinite email-an
}

.whatapp_btn svg {
    width: 22px;
    height: 22px
}

.partner-icon:hover,
.whatapp_btn:hover {
    transform: scale(1.1)
}

.whatapp_btn:focus,
.whatapp_btn:hover {
    background: #01e675;
    color: #fff
}

.send_enquiry {
    background: #fff;
    border-radius: 40px;
    bottom: 37px;
    display: table;
    min-width: 45px;
    z-index: 10;
    transition: .2s linear;
    background-color: var(--heading-color);
    display: flex;
    justify-content: center;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1)
}

.top-header,
.top-headerss {
    background-color: var(--heading-color)
}

.send_enquiry svg {
    width: 21px;
    height: 21px;
    line-height: 48px
}

.send_enquiry:hover {
    color: #fff;
    padding: 0 20px
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: .5s;
    text-transform: uppercase
}

.send_enquiry:hover span {
    color: #fff;
    opacity: 1;
    letter-spacing: 0;
    padding-left: 10px
}

.top-headerss {
    padding: 0;
    top: 0;
    z-index: 9999;
    display: block
}

.typewriter-container {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.typewriter-text {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid #fff;
    animation: .7s infinite blink-cursor
}

@keyframes blink-cursor {

    0%,
    100% {
        border-color: transparent
    }

    50% {
        border-color: #fff
    }
}

.desktop-dropdown li,
.mobile-menu li {
    border-bottom: 1px solid #f0f0f0
}

.desktop-dropdown li:last-child,
.mobile-dropdown li:last-child,
.mobile-menu li:last-child,
.modal-header {
    border-bottom: none
}

@media (max-width:1023px) {
    .top-headerss {
        display: none !important
    }
}

@media (min-width:1024px) {
    .top-headerss {
        display: block !important
    }
}

.mmenu {
    margin: 0 !important;
    padding: 0 !important
}

.top-header {
    padding: 0
}

.marquee-text {
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden
}

.marquee-text .top-info-bar {
    font-size: 12px;
    width: 100%;
    display: flex;
    animation: 20s linear infinite marquee
}

.marquee-text .top-info-bar .info-text {
    padding: 10px 30px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    text-transform: uppercase
}

.top-header .text-into {
    justify-content: center;
    align-items: center
}

.top-header .text-int {
    justify-content: start;
    align-items: center
}

.top-header .text-int,
.top-header .text-into {
    font-size: .67rem;
    color: #f1eded;
    line-height: 15px;
    padding: 11px 0;
    display: flex;
    font-weight: 700;
}

.text-into svg {
    width: 22px;
    height: 22px;
    animation: 1.5s infinite tada;
    margin-top: -5px;
    margin-right: 0;
}

.top-header .text-into span {
    font-weight: 600;
    font-size: .67rem;
}

@media (min-width: 375px) {
    .top-header .text-int,
    .top-header .text-into {
        font-size: 13px;
    }

    .text-into svg {
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }

    .top-header .text-into span {
        font-size: .8rem;
    }
}


a {
    text-decoration: none
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: .3s
}

.logo img {
    height: 3.5rem
}

.desktop-menu {
    display: flex;
    list-style: none;
    position: relative
}

.desktop-menu li {
    position: relative;
    margin: 0 8px
}

.desktop-menu li a {
    padding: 10px 0;
    display: block;
    white-space: nowrap
}

.desktop-dropdown {
    position: absolute;
    top: 100%;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    display: none;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1001
}

.desktop-menu li:first-child .desktop-dropdown,
.desktop-menu li:nth-child(2) .desktop-dropdown,
.desktop-menu li:nth-child(3) .desktop-dropdown {
    left: 0;
    right: auto
}

.desktop-menu li:nth-child(4) .desktop-dropdown,
.desktop-menu li:nth-child(5) .desktop-dropdown,
.desktop-menu li:nth-child(6) .desktop-dropdown {
    right: 0;
    left: auto
}

.desktop-menu li:hover .desktop-dropdown,
.overlay.active {
    display: block
}

.desktop-dropdown li {
    margin: 0
}

.desktop-dropdown li a {
    padding: 12px 15px;
    transition: background .3s
}

.desktop-dropdown li a:hover {
    background: #f8f9fa
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer
}

.mobile-toggle span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: .3s
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, .1);
    transition: right .3s;
    padding: 60px 20px 0;
    overflow-y: auto;
    z-index: 1002
}

.mobile-menu.active {
    right: 0
}

.mobile-menu ul {
    list-style: none
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    cursor: pointer
}

.desktop-dropdown li::before,
.overlay {
    display: none
}

.menu-item a {
    flex: 1
}

.dropdown-arrow {
    margin-left: 10px;
    transition: transform .3s;
    color: #000
}

.dropdown-arrow.active {
    transform: rotate(180deg)
}

.mobile-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
    background: #f8f9fa;
    margin: 0 -20px;
    padding: 0 20px
}

.mobile-dropdown.active {
    max-height: 500px
}

.mobile-dropdown li {
    border-bottom: 1px solid #e9ecef
}

.mobile-dropdown a {
    display: block;
    padding: 12px 0;
    text-decoration: none;
    color: #666;
    font-size: 14px
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    background: 0 0;
    border: none;
    color: #333
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999
}

@media (min-width:769px) {
    .mobile-menu {
        display: none
    }
}

.sticky {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.demo-content {
    height: 2000px;
    padding: 20px;
    background: #f8f9fa
}

.btn-custom,
.btn-custom:hover,
.modal-header {
    background: var(--heading-color)
}

.desktop-dropdown,
.desktop-dropdown li {
    list-style: none;
    padding-left: 0
}

.modal-content {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .2);
    border: none
}

.btn-custom,
.form-control {
    border-radius: 8px;
    transition: .3s
}

.modal-header {
    color: #fff;
    padding: 1rem 1.5rem
}

.modal-header .modal-title {
    font-weight: 700;
    font-size: 1.25rem
}

.modal-body {
    padding: 2rem 1.5rem
}

.form-control {
    padding: .75rem 1rem;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1)
}

.form-control:focus {
    border-color: var(--heading-color);
    box-shadow: 0 0 8px rgba(13, 110, 253, .2)
}

.btn-custom {
    color: #fff;
    padding: .75rem;
    font-weight: 600
}

.btn-custom:hover {
    color: #fff
}

.accordion-button:focus,
.accordion-button:hover,
.accordion-button:not(.collapsed) {
    color: #fff;
    background: var(--surface-color)
}

.product_popup img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2)
}

.catName {
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: .5rem
}

@media (max-width:992px) {
    .product_popup img {
        max-height: 300px
    }
}

.faq_section {
    width: 100%;
    margin: 0;
    background: #fff
}

.accordion-header {
    padding: 0
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 16px !important;
    overflow: hidden
}

.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-button {
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 400;
    text-transform: initial;
    font-family: "Work Sans", sans-serif
}

.aboutTitle,
.title_5 {
    text-align: center;
    font-size: 30px;
    position: relative
}

.title_5,
h1 {
    text-transform: uppercase
}

.accordion-button:not(.collapsed) {
    font-weight: 400
}

.accordion-button:not(.collapsed):after {
    transform: rotate(0)
}

.accordion-button:hover:after {
    transform: rotate(-180deg)
}

.accordion-body p {
    font-size: 15px;
    line-height: 24px;
    font-family: "Work Sans", sans-serif
}

.title_5 {
    float: left;
    width: 100%;
    color: var(--surface-color);
    font-weight: 700;
    display: block;
    padding-bottom: 8px;
    margin-bottom: 30px
}

.title_5:before {
    content: '';
    background: var(--accent-color);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 5px;
    margin: 0 auto
}

.aboutTitle.text-start:after,
.aboutTitle.text-start:before {
    right: inherit
}

.aboutTitle {
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.aboutTitle span {
    position: relative;
    color: #007cd5
}

.aboutTitle:after,
.aboutTitle:before {
    content: "";
    background: #ddd;
    width: 30px;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 auto
}

.aboutTitle:after {
    background: #007cd5;
    left: 30px
}

.heading_banner::before,
.hero-dark-overlay {
    background-color: rgba(0, 0, 0, .4)
}

.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    padding: 170px 0 70px;
    margin: 0;
    background-position: center center;
    overflow: hidden
}

.heading_banner::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    content: ''
}

.heading_banner .container,
.inner_breadcrumb {
    position: relative
}

.heading_banner .cat_title,
.heading_banner .cat_title2,
.heading_banner h1,
.heading_banner h2 {
    background: rgba(0, 0, 0, .5);
    padding: 10px 20px;
    text-transform: capitalize;
    display: inline-block;
    width: auto;
    text-align: center
}

.heading_banner .cat_title,
.heading_banner h1 {
    margin: 0 0 10px;
    font-size: 36px;
    font-weight: 600;
    color: #fff
}

.heading_banner .cat_title2,
.heading_banner h2 {
    margin: 0;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 400;
    color: #eee
}

.blog-details h1,
.blog-section h2,
.blog-title a {
    font-weight: 700
}

.inner_breadcrumb {
    width: 100%;
    margin: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.hero-dark-overlay,
.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.inner_breadcrumb .breadcrumb {
    background: 0;
    border-radius: 0;
    border: 0;
    list-style: none;
    padding: 0;
    float: left;
    text-transform: capitalize;
    margin: 0
}

.inner_breadcrumb .breadcrumb li {
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    float: left;
    line-height: 55px
}

.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: #666;
    letter-spacing: .3px
}

.inner_breadcrumb .breadcrumb li:before {
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block
}

.blog-card:hover .blog-title a,
.cate-bx:hover .tt a,
.inner_breadcrumb .breadcrumb li a:hover,
.inner_breadcrumb .breadcrumb li.active {
    color: var(--surface-color)
}

.inner_breadcrumb .breadcrumb li+li:before {
    content: "/";
    display: inline-block;
    padding: 0 10px;
    float: left;
    color: #bfbfbf
}

.hero-video-bg {
    object-fit: cover;
    z-index: 0
}

.vid-btn {
    padding: clamp(6px, 1.5vw, 10px) clamp(14px, 4vw, 22px);
    font-size: clamp(14px, 3.5vw, 16px);
    border: 2px solid #0bcaf0;
    border-radius: 49px;
    color: #fff
}

.vid-btn:hover {
    background-color: #0bcaf0 !important;
    color: #fff !important
}

h1 {
    color: #fff;
    font-family: var(--heading-font);
    font-size: clamp(28px, 6vw, 56px);
    font-weight: 800;
    line-height: 1.1;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .7)
}

.hero-content p {
    font-size: clamp(14px, 4vw, 18px);
    color: #fff
}

.container {
    z-index: 3
}

#hero,
.blog-card,
.blog-img-wrapper,
.blog-section {
    position: relative;
    overflow: hidden
}

.hero-content .btn-get-started,
.hero-content .btn-watch-video {
    color: #fff;
    text-decoration: none;
    margin-right: 15px
}

.hero-content .btn-watch-video i {
    margin-right: 8px;
    font-size: clamp(16px, 4vw, 20px)
}

.hero-content .btn-get-started {
    background: #0dcaf0;
    padding: clamp(8px, 2vw, 12px) clamp(18px, 5vw, 28px);
    font-size: clamp(14px, 3.5vw, 18px);
    border-radius: 50px;
    transition: background .3s
}

.hero-visual .card,
.oot-footer-heading a {
    background: linear-gradient(135deg, var(--accent-color), var(--surface-color))
}

.hero-content .btn-get-started:hover {
    background: #0bb3d4
}

.d-flex {
    flex-wrap: wrap;
    gap: 12px
}

.card-number,
.feature-icon,
.icom {
    display: flex;
    align-items: center
}

.icom h5 {
    margin-left: 10px
}

.card-number h5,
.feature-icon h4 {
    margin-left: 20px
}

.stat-fet {
    font-size: 20px;
    font-weight: 600;
    color: var(--surface-color) !important
}

.hero-visual .card {
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    padding: 25px;
    transition: .3s;
    border: none;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.partner-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .06);
    transition: transform .3s
}

@media (max-width:767px) {
    .heading_banner .cat_title {
        font-size: 1.4rem
    }

    .hero-visual .row .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px
    }

    .partner-icon {
        width: 70px;
        height: 70px
    }

    .hero-visual .card {
        padding: 20px;
        min-height: 240px
    }
}

.wcu {
    font-size: 25px
}

.card-number h5 {
    color: #fff !important
}

.texp {
    font-size: 2rem;
    color: #b0b1b6;
    text-align: center
}

.exp1 {
    font-weight: 800;
    font-size: 6rem;
    background: linear-gradient(135deg, #0dcaf0, #73ccf5ff);
    color: transparent;
    background-clip: text;
    line-height: 1;
    display: inline-block
}

.exp2,
.exp3 {
    color: var(--default-color)
}

.exp2 {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: .5rem
}

.exp3 {
    font-size: 1.2rem;
    font-weight: 400
}

@media (max-width:991px) {
    .exp1 {
        font-size: 4rem
    }

    .exp2 {
        font-size: 1.2rem
    }

    .exp3 {
        font-size: 1rem
    }
}

@media (max-width:576px) {

    .contact-link,
    .officeAddress {
        font-size: 13px
    }

    .officesItem .city {
        font-size: 3.5rem
    }

    .officeAddress {
        margin-left: 10px
    }

    .footer-links {
        flex: 1 1 45%
    }

    .footer-menu {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px
    }

    .social-links {
        justify-content: center !important;
        margin-top: 10px
    }

    .product_popup img {
        max-height: 250px
    }

    .exp1 {
        font-size: 3rem
    }

    .exp2 {
        font-size: 1rem
    }

    .exp3 {
        font-size: .9rem
    }
}

.blog-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 40px;
    background-color: transparent
}

.blog-section h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    color: #222
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    width: 100%
}

.blog-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .05);
    transition: .3s;
    display: flex;
    flex-direction: column
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .1)
}

.blog-img-wrapper {
    perspective: 1000px;
    border-radius: 12px
}

.blog-img-wrapper img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform .5s, filter .5s;
    transform-style: preserve-3d
}

.blog-img-wrapper:hover img {
    transform: scale(1.05) rotate3d(1, 1, 0, 6deg);
    filter: brightness(1.2) contrast(1.1)
}

.blog-date-top {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f1f5ff;
    color: #333;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 25px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
    display: flex;
    align-items: center
}

.blog-date-top i {
    margin-right: 5px;
    color: #005bff
}

.blog-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.blog-title a {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1e1e1e;
    transition: color .3s
}

.blog-description {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: auto
}

.blog-footer {
    margin-top: 24px;
    text-align: center
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(to right, #0094ff, #007bff);
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: .4s;
    box-shadow: 0 6px 16px rgba(0, 91, 255, .2)
}

.read-more-btn .abc {
    transition: transform .3s;
    color: #fff
}

.read-more-btn:hover {
    background: linear-gradient(135deg, #003e94, #00a6ff);
    color: #fff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 22px rgba(0, 91, 255, .35)
}

.read-more-btn:hover .abc {
    transform: translateX(5px);
    color: #fff
}

.blog-details {
    padding-top: 30px !important
}

.des {
    list-style: none;
    padding-left: 0;
    gap: 15px;
    font-size: .9rem;
    color: #000000ff
}

.des a {
    text-decoration: none;
    font-weight: 300
}

.des p {
    font-size: 15px;
    margin-bottom: 2px !important
}

.des a:hover {
    color: #0d6efd;
    text-decoration: none
}

.img-bx img {
    max-width: 100%;
    height: auto;
    border-radius: 6px
}

.blog-section .main-title::after {
    content: '';
    display: block;
    height: 4px;
    width: 60px;
    background: linear-gradient(90deg, var(--accent-color), var(--surface-color));
    margin: 10px auto 0;
    border-radius: 20px;
    transition: .3s
}

.blog-section:hover .main-title::after {
    width: 80px;
    background: linear-gradient(90deg, var(--surface-color), var(--accent-color))
}

.address_list a,
.blog-details p,
ul {
    color: var(--font-black)
}

.bt-rm {
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--contrast-color)
}

.oot-footer-heading a {
    color: #fff;
    padding: 8px 25px;
    margin: 0 auto 18px;
    position: relative;
    font-weight: 700;
    font-size: 19px;
    clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0% 100%);
    border-radius: 3px;
    text-align: center;
    display: inline-block
}

.category_page {
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff
}

.product_right_image {
    float: right;
    max-width: 400px;
    width: 100%;
    margin: 0 0 15px 15px;
    text-align: center
}

.zpx_right h2 {
    font-size: 27px !important;
    font-weight: 700;
}

.zpx_right h3 {
    font-size: 25px !important;
    font-weight: 700;
}


.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 400px;
    border: 1px solid #eee;
    margin-bottom: 15px
}

.product_listing .image1 img,
.product_right_image .detail_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%
}

.oot_right p,
.right-content p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px
}

.oot_right h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #684a25
}

.oot_right h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000
}

.category_page .oot_right ul {
    margin: 0 0 25px;
    padding: 0
}

.category_page .oot_right ul li {
    display: block;
    list-style: none;
    line-height: 26px;
    color: #423f3f;
    font-size: 16px;
    font-weight: 500
}

.category_page .oot_right ul li:before {
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='darkorange' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/></svg>")
}

.product_listing {
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 3px 5px rgba(210, 210, 210, .75);
    border: 1px solid #eee;
    border-bottom: none;
    background: #fff;
    transition: .35s ease-in-out
}

.product_listing .product {
    width: 100%;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid #eee
}

.product_listing .image1 {
    width: 100%;
    text-align: center;
    position: relative;
    height: 340px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee
}

.productContentSimple .productHeading a {
    font-weight: 600;
    font-size: 18px;
    color: var(--surface-color)
}

.productContentSimple p {
    font-size: 16px;
    margin-bottom: 10px
}

.read_more_1 {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none
}

.read_more_1:hover {
    background: var(--surface-color)
}

@media (max-width:768px) {
    .desktop-menu {
        display: none
    }

    .mobile-toggle {
        display: flex
    }

    nav {
        position: sticky;
        top: 0
    }

    .blog-section h2 {
        font-size: 28px
    }

    .blog-img-wrapper img {
        height: 180px
    }

    .read-more-btn {
        padding: 10px 22px;
        font-size: 13px
    }

    .blog-section .main-title {
        font-size: 1.6rem
    }

    .heading_banner {
        padding-top: 85px
    }

    h2,
    h3 {
        font-size: 18px
    }

    .read_more_1 {
        font-size: 13px;
        padding: 7px 12px
    }

    .productHeading {
        font-size: 16px
    }

    .productPara {
        font-size: 13px
    }
}

.section-padding {
    position: relative;
    padding: 40px 0;
    background-color: #f9f9f9
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    position: relative;
    display: inline-block;
    line-height: 1.2
}

.section-title .highlight {
    background: linear-gradient(to right, #0094ff, #007bff);
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    display: inline-block;
    transition: .3s
}

.cate-bx {
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, .05) 0 8px 24px;
    text-align: center;
    transition: transform .3s, box-shadow .3s
}

.cate-bx:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, .15) 0 12px 28px
}

.cate-bx .img-bx {
    overflow: hidden;
    border-radius: 12px;
    display: block;
    aspect-ratio: 1/1
}

.cate-bx .img-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s
}

.cate-bx:hover .img-bx img {
    transform: scale(1.05)
}

.cate-bx .tt {
    margin-top: 12px
}

.cate-bx .tt a {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: color .3s
}

@media (max-width:991px) {
    .section-title {
        font-size: 28px
    }

    .cate-bx .tt a {
        font-size: 16px
    }
}

@media (max-width:480px) {
    .blog-img-wrapper img {
        height: 160px
    }

    .blog-title a {
        font-size: 18px
    }

    .blog-description,
    .cate-bx .tt a {
        font-size: 14px
    }

    .blog-section .main-title {
        font-size: 1.4rem
    }

    .row.align-items-center {
        flex-direction: column
    }

    .product_listing .col-12,
    .product_listing .col-lg-4,
    .product_listing .col-lg-8,
    .product_listing .col-md-4,
    .product_listing .col-md-8,
    .product_listing .col-sm-5,
    .product_listing .col-sm-7,
    .product_listing .col-xl-4,
    .product_listing .col-xl-8,
    .product_listing .col-xxl-4,
    .product_listing .col-xxl-8 {
        width: 100%;
        max-width: 100%
    }

    .category_page .row {
        display: flex;
        flex-direction: column
    }

    .zpx_right h2 {
        order: 1
    }

    .product_right_image {
        order: 2;
        margin: 15px 0;
        float: none
    }

    .zpx_right div,
    .zpx_right h3,
    .zpx_right p,
    .zpx_right ul {
        order: 3
    }

    .section-title {
        font-size: 24px
    }

    .section-title .highlight {
        font-size: 18px;
        padding: 4px 10px
    }
}

.contact_map {
    width: 100%;
    height: 350px
}

.contact_page {
    background: #e4ecf1;
    padding: 50px 0
}

.contact_form_grid1 {
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .08)
}

.address_list,
ul.social {
    list-style: none;
    padding: 0
}

.address_list {
    margin-bottom: 25px
}

.address_list li {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
    gap: 10px
}

.contact-icon {
    background: linear-gradient(135deg, var(--surface-color), var(--accent-color));
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    flex-shrink: 0;
    transition: transform .3s
}

.contact_details p {
    color: #222;
    font-size: 16px;
    margin-bottom: 20px
}

h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 700
}

ul.social {
    margin: 20px 0;
    display: flex;
    gap: 15px
}

.facebook {
    background: linear-gradient(to right, #4267b2, #5c82d9)
}

ul.social li.youtube a:hover {
    background-color: red;
    color: #fff;
    transform: scale(1.1) rotate(-3deg);
    box-shadow: 0 0 15px #ff0000aa
}

ul.social li.instagram a:hover {
    background: radial-gradient(circle at 30% 30%, #fdf497, #fd5949, #d6249f, #285aeb);
    background-position: right center;
    transform: scale(1.1) rotate(3deg);
    box-shadow: 0 0 15px #d6249faa
}

ul.social li.twitter a:hover {
    background-color: #1da1f2;
    color: #fff;
    transform: scale(1.1) rotate(3deg);
    box-shadow: 0 0 15px #1da1f2aa
}

ul.social li.facebook a:hover {
    background-color: #1877f2;
    color: #fff;
    transform: scale(1.1) rotate(-3deg);
    box-shadow: 0 0 15px #1877f2aa
}

ul.social li.instagram a {
    color: #000;
    background-size: 200%;
    transition: background-position .5s, transform .3s
}

ul.social li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #000;
    font-size: 20px;
    transition: .3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden
}

.twitter {
    background: linear-gradient(to right, #1da1f2, #0d8ddb)
}

.youtube {
    background: linear-gradient(to right, red, #d70000)
}

.instagram {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5)
}

.contact_details h2,
.form_grid h3 {
    font-size: 28px;
    font-weight: 800;
    color: var(--surface-color);
    margin-bottom: 20px
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    margin-bottom: 10px;
    font-size: 15px;
    background-color: #f8fafc;
    transition: .3s
}

.market-sec {
    padding-top: 20px;
    padding-bottom: 30px;
    font-family: var(--font-black)
}

.market-sec .market-head,
.market-sec h1,
.market-sec h3 {
    font-size: 20px;
    color: var(--surface-color);
    line-height: 26px;
    margin: 20px 0 15px;
    font-weight: 500
}

.main-tt {
    font-weight: 700;
    color: var(--surface-color);
    text-align: center;
    position: relative
}

.main-tt::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background-color: var(--accent-color);
    border-radius: 2px
}

.market-sec h2,
.market-sec h3 {
    font-size: 24px;
    font-weight: 700
}

.market-sec .market-bx {
    padding: 10px 12px;
    background-color: #e8e8e8;
    color: var(--font-black);
    font-size: 14px;
    transition: .2s ease-in-out
}

.market-sec .market-bx:hover {
    background-color: var(--surface-color);
    color: #fff
}