header-lower* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin: 0px;
    background: none;
    font-weight: 700;
    color: #000;
    font-family: "Lexend Deca", sans-serif
}

h1.slider-one_heading {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.5px
}

body {
    font-family: "Lexend Deca", sans-serif;
    line-height: 1.6em;
    overflow-x: hidden
}

.main-header {
    position: absolute;
    left: 0px;
    top: 40px;
    right: 0px;
    z-index: 1001;
    width: 100%;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.header-top {
    position: relative
}

.header-top .inner-container {
    position: relative;
    margin: 0px 60px;
    padding: 6px 30px;
    border-radius: 30px 30px 0px 0px;
    background-color: #a27a54
}

.header-info_list {
    position: relative;
    display: flex;
    gap: 25px;
    color: #fff
}

.header-info_list li {
    position: relative;
    display: flex;
    gap: 8px;
    font-weight: 500;
    font-size: 16px
}

.header-info_list li a {
    position: relative;
    color: #fff;
    text-decoration: none
}

a {
    text-decoration: none
}

.header-info_list li a:hover {
    color: #fff
}

.header-top .address {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

.header-top .address span {
    position: relative;
    color: #fff
}

.header-top .social-box {
    position: relative;
    display: flex;
    gap: 15px
}

.header-top .social-box a:hover {
    color: #0e2c36
}

.header-style-one {}

.container {
    margin: 0 auto
}

.main-header.header-style-one .header-lower .inner-container {
    position: relative;
    padding: 0px 25px;
    border-radius: 150px 150px;
    background-color: #fff
}

.header-lower .main-header_button {
    margin-top: 0px
}

.header-lower .main-header_button .btn-style-one {
    border: none
}

.main-header.header-style-one.fixed-header .header-lower .inner-container {
    padding: 0px 0px
}

.main-header .header-lower {
    position: relative;
    transition: all 900ms ease
}

.navSidebar-button {
    position: relative;
    width: 64px;
    height: 64px;
    cursor: pointer;
    font-size: 20px;
    margin-left: 20px;
    line-height: 62px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--color-two);
    transition: all 300ms ease;
    border: 1px solid rgba(var(--color-two-rgb), 0.15)
}

.navSidebar-button span {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    background-color: #0e2c36
}

.navSidebar-button:hover {
    color: #fff;
    border-color: #0e2c36;
    background-color: #0e2c36
}

.navSidebar-button:hover span {
    color: #fff;
    background-color: var(--color-two)
}

.header-search_box {
    position: relative;
    width: 310px
}

.header-search_box .form-group {
    position: relative;
    margin: 0px
}

.header-search_box .form-group input:focus+button {
    color: #fff;
    background-color: #0e2c36
}

.header-search_box .form-group input[type="text"],
.header-search_box .form-group input[type="search"] {
    position: relative;
    line-height: 28px;
    font-size: 16px;
    padding: 10px 50px 10px 25px;
    background: none;
    display: block;
    width: 100%;
    height: 64px;
    border-radius: 50px;
    color: #000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid rgba(var(--black-color-rgb), 0.10)
}

.header-search_box .form-group input::placeholder,
.header-search_box .form-group textarea::placeholder {
    color: var(--color-two);
    font-size: 18px
}

.header-search_box .form-group button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 60px;
    display: block;
    cursor: pointer;
    line-height: 50px;
    font-weight: normal;
    border-radius: 50px;
    font-size: 16px;
    color: var(--color-two);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: var(--color-six)
}

.header-search_box .form-group button:hover {
    background-color: #0e2c36;
    color: #fff
}

.main-header .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .main-box .outer-container {
    position: relative
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    z-index: 10;
    padding: 30px 0px
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .header-lower .nav-outer {
    position: static
}

.main-header .header-lower .logo-box {
    position: relative;
    z-index: 1
}

.main-header .header-lower .logo-box .logo {
    position: relative;
    padding: 25px 0px
}

.main-header .header-lower .logo-box .logo img {
    max-height: 50px
}

.main-header .main-menu .navigation>li:nth-child(7)>ul,
.main-header .main-menu .navigation>li:nth-child(8)>ul {
    left: 0px;
    right: auto !important
}

.main-header .main-menu {
    position: static;
    transition: all 300ms ease
}

.main-header .main-menu .navbar-collapse {
    padding: 0px;
    display: block
}

.main-header .header-lower .main-menu .navigation {
    position: static
}

.main-header .main-menu .navigation>li {
    position: relative;
    margin-right: 25px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-header .main-menu .navigation>li.current a::after,
.main-header .main-menu .navigation>li:hover a::after {
    opacity: 1
}

.main-header.fixed-header .header-lower {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9999999;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.04);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.main-header .main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 35px 0px;
    text-align: center;
    color: #000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-transform: capitalize
}

.main-header .main-menu .navigation>li.dropdown a {
    padding-right: 17px !important
}

.main-header .main-menu .navigation>li.dropdown>a:after {
    position: absolute;
    content: "\f107";
    right: 0px;
    line-height: 22px;
    font-weight: 700;
    font-size: 13px;
    font-family: 'Font Awesome 6 Free';
    transition: all 0.3s ease
}

.main-header .main-menu .navigation>li.dropdown:hover>a::after {
    transform: rotate(180deg)
}

.main-header .main-menu .navigation>li:hover>a::before {
    color: #0e2c36;
    transition: all 500ms ease
}

.main-header .main-menu .navigation>li>a .menu-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    text-shadow: 0 17px 0 #0e2c36
}

.main-header .sticky-header .main-menu .navigation>li>a .menu-text {
    text-shadow: 0 16px 0 #000
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(1) {
    transition-delay: 0.05s
}

.main-header .main-menu .navigation>li:hover>a span {
    --m: calc(17px * -1)
}

.main-menu>li>a .menu-text span:nth-child(1),
.main-menu-4>li>a .menu-text span:nth-child(1) {
    transition-delay: 0.05s
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(2) {
    transition-delay: 0.1s
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(3) {
    transition-delay: 0.15s
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(4) {
    transition-delay: 0.2s
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(5) {
    transition-delay: 0.25s
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(6) {
    transition-delay: 0.3s
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(7) {
    transition-delay: 0.35s
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(8) {
    transition-delay: 0.4s
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(9) {
    transition-delay: 0.45s
}

.main-header .main-menu .navigation>li>a .menu-text span:nth-child(10) {
    transition-delay: 0.5s
}

.main-header .main-menu .navigation>li>a .menu-text span {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-style: normal;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translateY(var(--m)) translateZ(0);
    transform: translateY(var(--m)) translateZ(0)
}

.main-header .main-menu .navigation>li>a>span {
    position: absolute;
    right: -25px;
    top: 20px;
    width: 42px;
    height: 16px;
    font-weight: 600;
    line-height: 1.6em;
    border-radius: 50px;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    background-color: #0e2c36
}

.main-header .main-menu .navigation>li:last-child {
    margin-right: 0px
}

.main-header .sticky-header .main-menu .navigation>li {
    position: relative
}

.main-header .sticky-header .main-menu .navigation>li:last-child {
    margin-right: 0px
}

.main-header .main-menu .navigation>li:last-child ul {
    right: 0px
}

.main-header .main-menu .navigation>li:hover>a,
.main-header .main-menu .navigation>li.current>a {
    opacity: 1;
    color: #0e2c36
}

.main-header .main-menu .navigation>li>ul {
    position: absolute;
    width: 350px;
    top: 100%;
    padding: 15px 15px;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10)
}

.main-header .main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px
}

.main-header .main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    opacity: 0;
    text-align: left;
    margin-bottom: 2px;
    transform: translateY(11px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-header .main-menu .navigation>li>ul>li:last-child {
    margin-bottom: 0px
}

.main-header .main-menu .navigation>li:hover>ul>li {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition-delay: 70ms;
    -moz-transition-delay: 70ms;
    -ms-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    transition-delay: 70ms
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(2) {
    -webkit-transition-delay: 140ms;
    -moz-transition-delay: 140ms;
    -ms-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    transition-delay: 140ms
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(3) {
    -webkit-transition-delay: 210ms;
    -moz-transition-delay: 210ms;
    -ms-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    transition-delay: 210ms
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(4) {
    -webkit-transition-delay: 280ms;
    -moz-transition-delay: 280ms;
    -ms-transition-delay: 280ms;
    -o-transition-delay: 280ms;
    transition-delay: 280ms
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(5) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(6) {
    -webkit-transition-delay: 420ms;
    -moz-transition-delay: 420ms;
    -ms-transition-delay: 420ms;
    -o-transition-delay: 420ms;
    transition-delay: 420ms
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(7) {
    -webkit-transition-delay: 490ms;
    -moz-transition-delay: 490ms;
    -ms-transition-delay: 490ms;
    -o-transition-delay: 490ms;
    transition-delay: 490ms
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(8) {
    -webkit-transition-delay: 560ms;
    -moz-transition-delay: 560ms;
    -ms-transition-delay: 560ms;
    -o-transition-delay: 560ms;
    transition-delay: 560ms
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(9) {
    -webkit-transition-delay: 630ms;
    -moz-transition-delay: 630ms;
    -ms-transition-delay: 630ms;
    -o-transition-delay: 630ms;
    transition-delay: 630ms
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(10) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(11) {
    -webkit-transition-delay: 770ms;
    -moz-transition-delay: 770ms;
    -ms-transition-delay: 770ms;
    -o-transition-delay: 770ms;
    transition-delay: 770ms
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(12) {
    -webkit-transition-delay: 840ms;
    -moz-transition-delay: 840ms;
    -ms-transition-delay: 840ms;
    -o-transition-delay: 840ms;
    transition-delay: 840ms
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(13) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms
}

.main-header .main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-header .main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #000;
    transition: all 500ms ease;
    background-color: rgb(243, 243, 243)
}

.main-header .main-menu .navigation>li>ul>li>a:hover {
    color: #fff;
    background-color: #0e2c36
}

.main-header .main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    content: "\f105";
    right: 15px;
    top: 12px;
    z-index: 5;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    color: #000;
    font-family: 'Font Awesome 6 Free'
}

.main-header .main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 16rem;
    padding: 15px 15px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10)
}

.main-header .main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px
}

.main-header .main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    text-align: left;
    opacity: 0;
    margin-bottom: 2px;
    transform: translateY(-8px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-header .main-menu .navigation>li>ul>li>ul>li:last-child {
    margin-bottom: 0px
}

.main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition-delay: 70ms;
    -moz-transition-delay: 70ms;
    -ms-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    transition-delay: 70ms
}

.main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(2) {
    -webkit-transition-delay: 140ms;
    -moz-transition-delay: 140ms;
    -ms-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    transition-delay: 140ms
}

.main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(3) {
    -webkit-transition-delay: 210ms;
    -moz-transition-delay: 210ms;
    -ms-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    transition-delay: 210ms
}

.main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(4) {
    -webkit-transition-delay: 280ms;
    -moz-transition-delay: 280ms;
    -ms-transition-delay: 280ms;
    -o-transition-delay: 280ms;
    transition-delay: 280ms
}

.main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(5) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms
}

.main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(6) {
    -webkit-transition-delay: 420ms;
    -moz-transition-delay: 420ms;
    -ms-transition-delay: 420ms;
    -o-transition-delay: 420ms;
    transition-delay: 420ms
}

.main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(7) {
    -webkit-transition-delay: 490ms;
    -moz-transition-delay: 490ms;
    -ms-transition-delay: 490ms;
    -o-transition-delay: 490ms;
    transition-delay: 490ms
}

.main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(8) {
    -webkit-transition-delay: 560ms;
    -moz-transition-delay: 560ms;
    -ms-transition-delay: 560ms;
    -o-transition-delay: 560ms;
    transition-delay: 560ms
}

.main-header .main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-header .main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: rgba(#000, 0.06)
}

.main-header .main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #fff;
    background-color: #0e2c36
}

.main-header .main-menu .navigation>li.dropdown:hover>ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.main-header .main-menu .navigation li>ul>li.dropdown:hover>ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.main-header .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    border: 1px solid #fff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-menu .navigation>li>.mega-menu .mega-menu-bar {
    position: relative
}

.main-menu .navigation>li .mega-menu-bar .column {
    position: relative;
    margin-bottom: 12px
}

.main-header .outer-box {
    position: relative;
    gap: 15px
}

.main-header ul,
.main-header li {
    list-style: none;
    padding: 0px;
    margin: 0px
}

.main-header .search-box-btn {
    position: relative;
    width: 48px;
    height: 48px;
    display: block;
    font-size: 18px;
    cursor: pointer;
    background: none;
    line-height: 48px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    background-color: #0e2c36
}

.about-widget {
    position: relative;
    cursor: pointer
}

.hamburger {
    width: 48px;
    height: 48px;
    display: flex;
    border-radius: 50px;
    padding: 16px 12px;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    background-color: #0e2c36;
    transition: transform 0.4s ease
}

.hamburger span {
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    transition: all 0.4s ease
}

.main-header_button {
    position: relative;
    display: flex
}

.btn-style-one {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    padding: 6px 6px 6px 30px;
    color: #fff;
    text-transform: capitalize;
    background-color: #0e2c36;
    border: none
}

.contact_submit_btn,
.main-header_button {
    margin-top: 18px
}

#response_product_form_ajax .text-success {
    text-align: center;
    color: #fff !important;
    margin-top: 10px
}

#response_application_form_ajax .text-success {
    text-align: center;
    color: #fff !important;
    margin-top: 10px
}

#response_contact_form_ajax .text-succses {
    text-align: center;
    color: #fff !important;
    margin-top: 10px
}

.contact_form_section .main-header_button {
    border: none
}

.modal-body #contactFormPopup .main-header_button {
    margin-top: 15px !important;
    border: none !important
}

.product_form .row .col-12 {
    margin: 0
}

.btn-style-one:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: #a27a54
}

.btn-style-one i {
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-left: 15px;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    transform: rotate(-45deg);
    background-color: #a27a54
}

.btn-style-one:hover:before {
    top: -40%
}

.btn-style-one .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block
}

.btn-style-one .btn-wrap .text-one {
    position: relative;
    display: block;
    color: #fff;
    transition: all 0.3s ease
}

.btn-style-one:hover .btn-wrap .text-one:first-child {
    transform: translateY(-150%)
}

.btn-style-one:hover i {
    color: #000;
    background-color: #fff
}

.btn-style-one:hover .btn-wrap .text-two {
    color: #fff;
    top: 50%;
    transform: translateY(-50%)
}

.main-header .mobile-nav-toggler {
    position: relative;
    font-size: 24px;
    line-height: 1em;
    cursor: pointer;
    display: none;
    color: #000;
    font-family: 'Font Awesome 6 Free'
}

.btn-style-one .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #fff;
    transition: all 0.3s ease
}

.slider-one {
    position: relative;
    height: 100vh
}

.slider-one .main-slider {
    height: 100%
}

.slider-one .slider-one_pagination {
    position: absolute;
    top: 40%;
    z-index: 999;
    left: 40px !important;
    right: auto !important;
    width: 60px !important
}

.slider-one .slider-one_pagination .swiper-pagination-bullet {
    position: relative;
    opacity: 1;
    width: auto;
    height: auto;
    display: block;
    background: none;
    font-weight: 600;
    line-height: 36px;
    text-align: right;
    font-size: 26px;
    opacity: 0.60;
    padding-right: 0px;
    color: #fff;
    margin: 35px 0px !important;
    transition: all 300ms ease
}

.slider-one .slider-one_pagination .swiper-pagination-bullet::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 20px;
    width: 1px;
    height: 65px;
    background-color: #fff
}

.slider-one .slider-one_pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: '';
    left: -5px;
    top: 14px;
    width: 10px;
    height: 10px;
    outline-offset: 1px;
    border-radius: 50px;
    display: inline-block;
    background-color: #fff
}

.slider-one .slider-one_pagination .swiper-pagination-bullet:last-child::before {
    display: none
}

.slider-one .slider-one_pagination .swiper-pagination-bullet:hover,
.slider-one .slider-one_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    font-size: 26px
}

.slider-one .slider-one_pagination .swiper-pagination-bullet:hover::before,
.slider-one .slider-one_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1
}

.slider-one .swiper-slide.slider_swiper {
    position: relative;
    padding: 380px 0px 140px
}

.slider-one_image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    transition: all 1000ms linear
}

.slider-one_image-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.8;
    background-color: #000
}

.slider-one_arrow {
    animation-name: rotateme2;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)
}

.slider-one .swiper-slide-active.slider_swiper .slider-one_arrow {
    transition-delay: 1400ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
}

@keyframes rotateme2 {
    0% {
        transform: rotate(0deg);
        opacity: 1
    }

    50% {
        transform: rotate(10deg)
    }

    100% {
        transform: rotate(0deg);
        opacity: 1
    }
}

.slider_content {
    position: relative;
    z-index: 2;
    text-align: center
}

.slider_content-inner {
    position: relative
}

.slider-one_title {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding: 11px 25px;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    transition: all 900ms ease;
    text-transform: capitalize;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    letter-spacing: 0.5px
}

.slider-one .swiper-slide-active.slider_swiper .slider-one_title {
    transition-delay: 200ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
}

.slider-one_heading {
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 35px;
    color: #fff;
    text-transform: capitalize;
    transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)
}

.slider-one_heading span {
    color: #a27a54;
    font-weight: 600;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #a27a54
}

.slider-one .swiper-slide-active.slider_swiper .slider-one_heading {
    transition-delay: 800ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
}

.slider-one_text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    line-height: 32px;
    margin-bottom: 35px;
    color: #fff;
    text-transform: capitalize;
    transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)
}

.slider-one .swiper-slide-active.slider_swiper .slider-one_text {
    transition-delay: 1200ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
}

.slider-one_arrow {
    position: absolute;
    content: '';
    right: 20%;
    bottom: -90px;
    width: 227px;
    height: 202px;
    background-repeat: no-repeat
}

.slider-one .slider_swiper .slider-one_button {
    position: relative;
    gap: 5px;
    display: inline-block;
    transition: all 1100ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)
}

.slider-one .swiper-slide-active.slider_swiper .slider-one_button {
    transition-delay: 1400ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding-bottom: 30px;
    padding-top: 30px
}

.slider-one_video {
    position: relative
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center
}

.video-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: 5% auto
}

.video-content iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px
}

.close-btn {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 30px;
    color: #fff;
    cursor: pointer
}

.slider-one .play-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-decoration: none
}

.slider-one .play-box:hover .fa {
    color: #fff;
    border-color: #a27a54;
    background-color: #a27a54
}

.play-box::before,
.play-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgb(162 122 84 / 28%);
    z-index: -1;
    animation: ripple 2s infinite
}

.play-box::after {
    animation-delay: 1s
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.6
    }

    100% {
        transform: scale(2.2);
        opacity: 0
    }
}

.slider-one .play-box .fa {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 18px;
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
    text-align: center !important;
    border: 6px solid #a27a54;
    ;
    transition: all 300ms ease;
    background-color: #a27a54
}

.btn-style-two {
    position: relative;
    font-weight: 700;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    padding: 20px 48px;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    background-color: #a27a54
}

.btn-style-two:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: #a27a54
}

.btn-style-two:hover {
    background-color: #a27a54
}

.btn-style-two:hover:before {
    top: 0%
}

.btn-style-two .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block
}

.btn-style-two:hover .play-box .fa {
    background-color: #a27a54
}

.btn-style-two .btn-wrap .text-one {
    position: relative;
    display: block;
    color: #fff;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease
}

.btn-style-two:hover .btn-wrap .text-one:first-child {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%)
}

.btn-style-two .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn-style-two:hover .btn-wrap .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn-style-two:hover .btn-wrap .text-two {
    color: #fff
}

.btn-style-two:hover:before {
    top: -40%
}

.about_section {
    position: relative;
    overflow: hidden;
    padding: 100px 0px
}

.about_section_big_title {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 175px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1em;
    transform: rotate(-90deg);
    transform-origin: 37% 230%;
    color: transparent;
    letter-spacing: 1px;
    font-family: "Raleway", serif;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #0000004d;
    opacity: 0.25
}

.about_section .container {
    position: relative
}

.about_section_content_column {
    position: relative
}

h2 {
    line-height: 50px;
    font-size: 40px
}

.sec_title {
    position: relative;
    z-index: 2;
    margin-bottom: 40px
}

.sec_title_text {
    line-height: 28px;
    font-size: 16px;
    margin: 10px 0;
    color: #000;
    font-weight: normal;
    letter-spacing: 0.5px
}

.sec_title_heading {
    margin-top: 15px
}

.sec_title_title {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    gap: 15px;
    align-items: center;
    color: #0e2c36;
    text-transform: uppercase;
    padding-left: 70px;
    padding-right: 70px;
    max-width: max-content
}

.sec_title_title::before {
    content: "";
    position: absolute;
    width: 56px;
    height: 2px;
    background: linear-gradient(-90deg, #0e2c36, #0e2c367a) !important;
    left: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.sec_title_title::after {
    content: "";
    position: absolute;
    width: 56px;
    height: 2px;
    background: linear-gradient(-90deg, #0e2c367a, #0e2c36) !important;
    right: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.about_section_list {
    position: relative;
    margin-bottom: 50px
}

.about_section_list li {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    font-family: "Lexend Deca", sans-serif
}

.about_section_list li i {
    position: relative;
    margin-right: 20px;
    color: #0e2c36
}

.about_section_list li:last-child {
    margin-bottom: 0px
}

.about_section_text {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    max-width: 365px;
    color: #000
}

.about_section_author {
    position: relative;
    font-size: 18px;
    top: 40px;
    font-weight: 700;
    text-align: center;
    color: #0e2c36;
    text-transform: uppercase;
    font-family: "Lexend Deca", sans-serif
}

.about_section_author img {
    max-width: 92px;
    width: 100%;
    max-height: 92px;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
    object-position: top
}

.about_section_author i {
    position: relative;
    font-size: 14px;
    display: block;
    color: #666666;
    font-weight: 500;
    margin-top: 5px;
    text-transform: capitalize
}

.about_section_author span {
    position: relative;
    width: 92px;
    height: 92px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 150px
}

.about_section .lower_box {
    position: relative;
    margin-top: 50px;
    gap: 30px
}

.about_section_info {
    position: relative
}

.about_section_phone {
    position: relative
}

.about_section_phone_inner {
    position: relative;
    padding-left: 75px;
    font-size: 16px;
    color: #666666;
    line-height: 30px
}

.about_section_phone-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    background-color: #0e2c36
}

.about_section_phone a {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    font-family: "Lexend Deca", sans-serif
}

.about_section_phone a:hover {
    color: #0e2c36
}

.about_section_images_column,
.single_product_detail_image_column {
    position: relative
}

.about_section_images_outer,
.single_product_detail_images_outer {
    position: relative;
    padding-left: 120px;
    padding-bottom: 0px
}

.about_section_image,
.single_product_detail_image {
    position: relative;
    overflow: hidden;
    border-radius: 280px;
    display: inline-block;
    opacity: 0;
    transition: all 500ms ease;
    clip-path: polygon(0 0, 15% 0, 15% 100%, 0% 100%)
}

.about_section_image.now-in-view,
.single_product_detail_image.now-in-view {
    opacity: 1;
    transition-delay: 300ms;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    max-width: 410px;
    width: 100%;
    height: 700px
}

.about_section_image.now-in-view img,
.single_product_detail_image.now-in-view img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.about_section_image-two {
    position: absolute;
    right: -60px;
    top: 0px;
    overflow: hidden;
    border-radius: 280px;
    display: inline-block;
    border: 10px solid #fff;
    animation: icon-bounce 2.5s ease-in-out infinite;
    max-width: 250px;
    width: 100%;
    max-height: 250px;
    height: 100%
}

.single_product_detail_image-two {
    position: absolute;
    right: -60px;
    top: 0px;
    overflow: hidden;
    border-radius: 280px;
    display: inline-block;
    border: 10px solid #a27a54;
    animation: icon-bounce 2.5s ease-in-out infinite;
    max-width: 250px;
    width: 100%;
    max-height: 250px;
    height: 100%
}

.about_section_image-two img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.single_product_detail_image-two img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    background-color: #fff
}

@keyframes icon-bounce {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-16px)
    }

    100% {
        transform: translateY(0)
    }
}

.about_section_image_three {
    position: absolute;
    right: -60px;
    bottom: -10px;
    overflow: hidden;
    border-radius: 280px;
    display: inline-block;
    border: 10px solid #fff;
    max-width: 250px;
    width: 100%;
    max-height: 390px;
    height: 100%
}

.about_section_image_three img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.about_section_award {
    position: relative;
    padding-left: 100px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    padding-top: 22px;
    margin-top: 20px;
    color: #000;
    font-family: "Lexend Deca", sans-serif
}

.about_section_award span {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 1em
}

.service-two {
    position: relative;
    overflow: hidden;
    padding: 110px 0px 140px;
    background-position: right bottom;
    background-repeat: no-repeat
}

.service-two .product-block_one {
    width: 20%;
    padding: 0px 15px
}

.product-swiper {
    padding-top: 90px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px
}

.similar_product_swiper {
    padding: 90px 0px 0px 0px
}

.our_similar_products .container {
    position: relative
}

.our_similar_products .col {
    margin: 0px
}

.our_similar_products .swiper-button-prev {
    top: 60%;
    right: unset;
    left: unset
}

.our_similar_products .swiper-button-next {
    top: 60%;
    right: 0
}

.product-block_one {
    position: relative
}

.product-block_one-inner {
    position: relative;
    padding: 35px 25px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0px 14px rgb(255 255 255 / 25%);
    padding-top: 0
}

.product-block_one-icon {
    position: relative;
    line-height: 85px;
    border-radius: 10px;
    text-align: center;
    transition: all 500ms ease;
    margin-bottom: 20px
}

.product-block_one-icon img {
    padding: 25px;
    background-color: #fff;
    border: 1px solid #a27a54;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    margin-top: -60px;
    object-fit: contain
}

.product-block_one-heading {
    position: relative;
    margin-top: 40px;
    font-size: 24px;
    line-height: 34px
}

.product-block_one-heading a {
    position: relative;
    color: #000
}

.product-block_one-text {
    position: relative;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-block_one-more {
    position: relative;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 700;
    color: #0e2c36;
    font-family: "Lexend Deca", sans-serif
}

.product-block_one_image {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    overflow: hidden;
    border-radius: 15px;
    background-size: cover;
    transition: all 500ms ease;
    transform: scale(0.2, 1)
}

.product-block_one-inner:hover .product-block_one_image {
    opacity: 1;
    transform: scale(1, 1)
}

.product-block_one-inner:hover .product-block_one-text,
.product-block_one-inner:hover .product-block_one-heading a {
    color: #000
}

.product-block_one_hover-image {
    position: absolute;
    right: 10px;
    top: 40px;
    z-index: 1;
    opacity: 0;
    width: 210px;
    height: 100px;
    border-radius: 15px;
    transform: scale(1, 0.2);
    transition: all 500ms ease
}

.product-block_one-inner:hover .product-block_one_hover-image {
    opacity: 1;
    transform: scale(1, 1)
}

.product-slider-wrapper {
    position: relative
}

.product_section .sec_title_title {
    margin: 0 auto;
    color: #fff
}

.product_section .sec_title_title::after {
    background: linear-gradient(-90deg, #d3f3fd7a, #ffffff) !important
}

.product_section .sec_title_title::before {
    background: linear-gradient(-90deg, #ffffff, #d3f3fd7a) !important
}

.product_section {
    background: url('../img/product_bg.png'), #0e2c36;
    padding: 80px 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 50px;
    border-radius: 10px;
    position: relative
}

.product_section .sec_title_heading {
    color: #fff
}

.readmore-btn {
    background: #a27a54;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out
}

.product-content-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 20px
}

.product-content-title h2 {
    width: calc(100% - 90px);
    font-size: 22px;
    text-transform: capitalize;
    line-height: 1.4em;
    min-height: 62px;
    height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    height: 92px
}

.readmore-btn:hover {
    background: #0e2c36
}

.product-content-title h2 a {
    color: #000
}

.readmore-btn img {
    max-width: 14px;
    transition: all 0.3s ease-in-out
}

.readmore-btn:hover img {
    transform: rotate(45deg)
}

.product_section .swiper-button-next,
.product_section .swiper-button-prev {
    top: 60%
}

.product_section .swiper-button-prev {
    left: 200px
}

.product_section .swiper-button-next {
    right: 200px
}

.why-choose-us {
    padding: 100px 0;
    background-image: url('../img/why_choose_bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.why-choose-item-list {
    padding-top: 40px
}

.why_chs_products__grid {
    padding-top: 40px
}

.why-choose-item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.why-chs-item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #efefef;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #a27a54
}

.why-choose-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.why-chs-item:last-child {
    margin-bottom: 0
}

.why-choose-item .icon-box,
.why-chs-item .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a27a54;
    border-radius: 50%;
    margin-right: 20px
}

.why-choose-item .icon-box i,
.why-chs-item .icon-box i {
    color: #fff;
    font-size: 26px;
    position: relative
}

.why-choose-item .icon-box::before,
.why-chs-item .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0e2c36;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out
}

.why-choose-item:hover .icon-box::before,
.why-chs-item:hover .icon-box::before {
    transform: scale(1)
}

.why-choose-item .icon-box img,
.why-chs-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 30px;
    z-index: 1
}

.why-choose-item-content,
.why-chs-item-content {
    width: calc(100% - 80px)
}

.why-choose-item-content h3,
.why-chs-item-content h3 {
    font-size: 20px;
    margin-bottom: 10px
}

.why-chs-item-content h3 {
    line-height: 1.4;
    min-height: calc(1.4em * 2);
    max-height: calc(1.4em * 2);
    overflow: hidden
}

.why-choose-item-content p,
.why-chs-item-content p {
    margin-bottom: 0
}

.why-chs-item-content p {
    color: #000;
    line-height: 1.5;
    min-height: calc(1.5em * 6);
    max-height: calc(1.5em * 6);
    overflow-y: auto
}

.why-choose-images {
    position: relative;
    margin-left: 15px
}

.why-choose-img-1 {
    position: relative;
    margin-left: 180px
}

.why-choose-img-1 figure,
.why-choose-img-2 figure {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    margin: 0
}

.why-choose-img-1 figure img,
.why-choose-img-2 figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px
}

.why-choose-img-1 figure img {
    aspect-ratio: 1 / 1.542
}

.contact-us-circle {
    position: absolute;
    right: 60px;
    bottom: 0;
    transform: translateY(50%)
}

.contact-us-circle a {
    display: block;
    border: 4px solid #fff;
    border-radius: 50%
}

.contact-us-circle a img {
    width: 100%;
    max-width: 130px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear
}

.contact-us-circle a:hover img {
    animation-play-state: paused
}

.why-choose-img-2 {
    position: absolute;
    top: 150px;
    left: 20px;
    width: 100%;
    max-width: 315px;
    box-shadow: 0px 4px 14px 0px #0000000D;
    transform: rotate(-10deg);
    z-index: 1;
    animation: img-bounce 2.5s ease-in-out infinite
}

.why-choose-img-2 img {
    border: 6px solid #fff;
    aspect-ratio: 1 / 1.22
}

@keyframes img-bounce {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(-2deg)
    }

    100% {
        transform: rotate(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.application-section {
    position: relative;
    padding: 80px 0;
    background-color: #b5967840;
    overflow: hidden
}

.application-section .center_sub_title {
    text-align: center
}

.center_sub_title .sec_title_title {
    margin: 0 auto
}

.application-section .content-wrapper {
    position: relative;
    z-index: 1
}

.application-section .section-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px
}

.application-section .section-label i {
    color: #ff6b35;
    font-size: 16px
}

.application-section .section-label span {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px
}

.application-section .main-heading {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 60px;
    line-height: 1.2
}

.application-section .feature-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px
}

.application-section .feature-box.reverse {
    flex-direction: row-reverse;
    text-align: right
}

.application-section .feature-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent
}

.application-section .feature-content {
    flex: 1
}

.application-section .feature-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px
}

.application-section .feature-description {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 12px
}

.application-section .feature-link {
    color: #000;
    text-decoration: underline;
    transition: all 0.4s ease-in-out
}

.application-section .feature-link:hover i {
    margin-left: 12px !important;
    transition: all 0.4s ease-in-out
}

.application-section .center-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px
}

.application-section .center-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    animation: movingX 8s linear infinite
}

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

    50% {
        transform: translateX(50px)
    }

    100% {
        transform: translateX(0)
    }
}

.three_card_home {
    padding: 160px 0 160px;
    position: relative
}

.three_card_home::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/pattern-2.webp") center/cover no-repeat;
    opacity: 0.4;
    z-index: 1
}

.three_card_home .container {
    z-index: 2;
    position: relative
}

.three_card_home_box .content {
    text-align: start
}

.three_card_home_box .content .number {
    font-weight: 800;
    font-size: 150px;
    line-height: 1;
    margin-bottom: -40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.044) 32.25%, rgba(255, 255, 255, 0) 86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.8
}

.three_card_home_box .content .title {
    margin-bottom: 15px;
    line-height: 1;
    font-size: 30px
}

.three_card_home_box .content .title a {
    color: #000
}

.three_card_home_card {
    background-color: #ffffff;
    padding: 50px 40px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 2px solid #0e2c3621;
    border-radius: 10px;
    animation: stairWave 3s ease-in-out infinite
}

.three_card_home_card:nth-child(1) {
    animation-delay: 0s
}

.three_card_home_card:nth-child(2) {
    animation-delay: 0.4s
}

.three_card_home_card:nth-child(3) {
    animation-delay: 0.8s
}

@keyframes stairWave {

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

    50% {
        transform: translateY(-15px)
    }
}

.three_card_home .section-inner {
    margin-top: 30px
}

.three_card_home_card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px)
}

.three_card_home_card_icon {
    width: 70px;
    height: 70px;
    margin-bottom: 30px
}

.three_card_home_card_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.three_card_home_card_title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 34px;
    margin-bottom: 20px;
    letter-spacing: 0.5px
}

.three_card_home_card_description {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    letter-spacing: 0.5px
}

.three_card_home_card {
    transition: all 0.4s ease
}

.col-lg-4:nth-child(1) .three_card_home_card {
    margin-top: 60px;
    animation: stairWave1 3s ease-in-out infinite
}

.col-lg-4:nth-child(2) .three_card_home_card {
    margin-top: 30px
}

.col-lg-4:nth-child(3) .three_card_home_card {
    margin-top: 60px;
    animation: stairWave1 3s ease-in-out infinite
}

@keyframes stairWave1 {

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

    50% {
        transform: translateY(15px)
    }
}

.three_card_home_pattern_layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 70px;
    background-repeat: repeat-x;
    animation: slideBackground 10s linear infinite;
    background-image: url("../img/pattern-1.webp")
}

@keyframes slideBackground {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 100% 0
    }
}

.testimonial-section {
    background: linear-gradient(135deg, #0e2c36 0%, #39555f 100%);
    padding: 100px 0;
    max-height: 100%;
    display: flex;
    align-items: center;
    position: relative
}

.testimonial-section::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/testimonial_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    z-index: 0;
    opacity: 0.08
}

.testimonial-section .center_sub_title .sec_title_title {
    color: #fff
}

.testimonial-section .center_sub_title .sec_title_title::before {
    background: linear-gradient(-90deg, #ffffff, #d3f3fd7a) !important
}

.testimonial-section .center_sub_title .sec_title_title::after {
    background: linear-gradient(-90deg, #d3f3fd7a, #ffffff) !important
}

.testimonial-section .sec_title_heading {
    color: #fff;
    margin-bottom: 40px
}

.testimonial-section .section-header p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin-left: 65px
}

.testimonial-section .testimonial-card-wrapper {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    position: relative
}

.testimonial-section .google-business-card {
    display: flex;
    gap: 20px;
    padding-right: 30px
}

.testimonial-section .business-icon {
    width: 60px;
    height: 60px;
    background: #0e2c36;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.testimonial-section .business-icon svg {
    width: 32px;
    height: 32px;
    fill: white
}

.testimonial-section .business-info h3 {
    font-size: 16px;
    font-weight: 600;
    color: #202124;
    margin-bottom: 12px;
    line-height: 1.4
}

.testimonial-section .rating-container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.testimonial-section .rating-number {
    font-size: 32px;
    font-weight: 600;
    color: #202124
}

.testimonial-section .stars {
    display: flex;
    gap: 3px
}

.testimonial-section .star {
    color: #fbbc04;
    font-size: 20px
}

.testimonial-section .review-count {
    color: #5f6368;
    font-size: 14px;
    margin-bottom: 12px
}

.testimonial-section .powered-by {
    color: #5f6368;
    font-size: 13px;
    margin-bottom: 15px
}

.testimonial-section .powered-by span {
    font-weight: 600
}

.testimonial-section .review-button {
    background: #0e2c36;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.3s
}

.testimonial-section .review-button:hover {
    background: #3367d6
}

.testimonial-section .review-button img {
    width: 18px;
    height: 18px
}

.testimonial-section .testimonial-slider {
    position: relative
}

.testimonial-card-wrapper .swiper-button-prev {
    left: 295px
}

.testimonial-card-wrapper .swiper-button-next {
    right: -15px
}

.testimonial-section .swiper {
    padding-bottom: 50px
}

.testimonial-section .testimonial-card {
    background: #ffffff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    height: auto;
    min-height: 280px
}

.testimonial-section .google-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px
}

.testimonial-section .reviewer-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px
}

.testimonial-section .reviewer-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #34a853;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    flex-shrink: 0
}

.testimonial-section .reviewer-avatar.blue {
    background: #0e2c36
}

.testimonial-section .reviewer-avatar.yellow {
    background: #fbbc04
}

.testimonial-section .reviewer-info h4 {
    font-size: 15px;
    font-weight: 600;
    color: #202124;
    margin-bottom: 2px
}

.testimonial-section .reviewer-info p {
    font-size: 13px;
    color: #5f6368;
    margin: 0
}

.testimonial-section .review-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 12px
}

.testimonial-section .review-stars .star {
    font-size: 16px
}

.testimonial-section .review-text {
    color: #202124;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
    height: 100px !important;
    overflow-y: auto !important
}

.testimonial-section .owner-response {
    background: #f8f9fa;
    border-left: 3px solid #0e2c36;
    padding: 12px 16px;
    border-radius: 4px;
    margin-top: 16px
}

.testimonial-section .owner-response-header {
    font-size: 13px;
    font-weight: 600;
    color: #202124;
    margin-bottom: 6px
}

.testimonial-section .owner-response-text {
    font-size: 13px;
    color: #5f6368;
    line-height: 1.5;
    margin: 0
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15)
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    color: #202124;
    font-weight: bold
}

.swiper-button-next {
    right: -20px
}

.swiper-button-prev {
    left: -20px
}

.testimonial-section .swiper-pagination {
    bottom: 0 !important
}

.testimonial-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    opacity: 1
}

.testimonial-section .swiper-pagination-bullet-active {
    background: #0e2c36
}

.testimonial-section .swiper-button-prev::after {
    display: block !important
}

.contact_us_circle_gold a {
    display: inline-block;
    border-radius: 50%
}

.contact_us_circle_gold a img {
    width: 100%;
    max-width: 120px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear
}

.contact_us_circle_gold a:hover img {
    animation-play-state: paused
}

@keyframes infiniterotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.clients_section {
    padding-top: 150px;
    padding-bottom: 250px;
    position: relative;
    overflow: hidden
}

.clients_section .col_right {
    position: relative
}

.swiper-button-prev {
    top: 210px;
    right: 60px;
    left: unset
}

.swiper-button-next {
    top: 210px;
    right: 0
}

.clients_left_col {
    position: relative;
    text-align: center;
    margin-bottom: 40px
}

.clients_industry_img_wrap {
    position: relative;
    width: 340px;
    height: 240px;
    margin-top: 10px
}

.clients_industry_img_wrap1 {
    position: relative;
    width: 400px;
    margin-top: 10px;
    bottom: -50px;
    left: 0
}

.clients_logo_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px
}

.clients_logo_card {
    border: 2px solid #f4f4f4;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 10px;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer
}

.clients_logo_card:hover {
    background-color: #ebebeb;
    transform: translateY(-3px);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08)
}

.clients_logo_img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    transition: filter 0.25s ease
}

.card_contetn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px
}

.logo_label {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    text-align: center
}

.contact_section {
    position: relative;
    background-color: #0d1117;
    overflow: hidden;
    padding: 80px 0
}

.contact_bg_image {
    position: absolute;
    inset: 0;
    background-image: url('../img/contact_bg.webp');
    background-size: cover;
    background-position: center;
    z-index: 0
}

.contact_overlay {
    position: absolute;
    inset: 0;
    background: #0e2c36;
    z-index: 1;
    opacity: 0.9
}

.contact_content_wrapper {
    position: relative;
    z-index: 2
}

.contact_label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #f5b800;
    text-transform: uppercase;
    margin-bottom: 18px
}

.contact_heading {
    font-size: 46px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 22px
}

.contact_description {
    font-size: 15px;
    color: #9aa3af;
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 48px
}

.contact_info_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 32px;
    padding-top: 30px
}

.contact_info_item {
    display: flex;
    align-items: center;
    gap: 25px
}

.contact_icon_wrap svg {
    width: 60px;
    height: 60px;
    stroke: #a27a54;
    fill: #a27a54
}

.contact_info_title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px
}

.contact_info_text {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin: 0
}

.contact_info_text a {
    color: #fff
}

.contact_form_card {
    background-color: #334f59;
    border: 1px solid #232d3b;
    border-radius: 6px;
    padding: 40px 36px 44px
}

.form_faq_application_section .contact_form_card {
    border-radius: 20px
}

.form_faq_application_section .sec_title_heading {
    margin-bottom: 20px
}

.contact_form_title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px
}

.contact_form_subtitle {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 26px
}

.contact_input {
    width: 100%;
    border: 1px solid #2a3542;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    padding: 14px 18px;
    margin-bottom: 14px;
    outline: none;
    transition: border-color 0.2s
}

.contact_input::placeholder {
    color: #4e5a68
}

.contact_input:focus {
    border-color: #a27a54;
    color: #000
}

.contact_textarea {
    resize: none;
    height: 110px
}

.contact_section .sec_title_heading {
    color: #fff
}

.contact_section .sec_title_title {
    color: #fff
}

.contact_section .sec_title_text {
    color: #fff
}

.contact_section .sec_title_title::before {
    background: linear-gradient(-90deg, #ffffff, #d3f3fd7a) !important
}

.contact_section .sec_title_title::after {
    background: linear-gradient(-90deg, #ffffff, #d3f3fd7a) !important
}

.blog_section {
    padding: 100px 0;
    background-color: #ffffff
}

.blog_section_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px
}

.blog_section_title {
    font-size: 40px;
    font-weight: 800;
    color: #111827;
    line-height: 1.15;
    position: relative;
    padding-top: 10px
}

.blog_section_title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: #10c999;
    border-radius: 2px
}

.blog_featured_card {
    position: relative;
    width: 100%;
    height: 600px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: flex-end
}

.blog_featured_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0
}

.blog_featured_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 30, 60, 0.08) 0%, rgba(10, 30, 60, 0.85) 100%);
    z-index: 1
}

.blog_featured_body {
    position: relative;
    z-index: 2;
    padding: 32px 30px;
    width: 100%
}

.blog_featured_meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px
}

.blog_featured_meta .blog_meta_by {
    font-size: 14px;
    color: #d1e8ff;
    font-weight: 400
}

.blog_featured_meta .blog_meta_author {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    padding: 0 5px
}

.blog_featured_meta .blog_meta_dot {
    width: 5px;
    height: 5px;
    background-color: #a27a54;
    border-radius: 50%
}

.blog_featured_meta .blog_meta_date {
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.blog_featured_title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog_featured_title a {
    color: inherit
}

.blog_featured_excerpt {
    font-size: 16px;
    line-height: 26px;
    color: #c8dff0;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog_tag {
    display: inline-block;
    background-color: #0e2c36;
    width: max-content;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s
}

.blog_tag:hover {
    background-color: #0e2c36;
    color: #ffffff
}

.blog_side_col {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 600px
}

.blog_side_card {
    display: flex;
    align-items: stretch;
    background-color: #f4f6f8;
    border-radius: 6px;
    overflow: hidden;
    flex: 1
}

.blog_side_card:first-child {
    margin-bottom: 16px
}

.blog_side_body {
    flex: 1;
    padding: 24px 24px 24px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.blog_side_meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px
}

.blog_side_meta .blog_meta_by {
    font-size: 13px;
    line-height: 23px;
    color: #6b7280;
    font-weight: 400
}

.blog_side_meta .blog_meta_author {
    font-size: 13px;
    line-height: 23px;
    color: #111827;
    font-weight: 700
}

.blog_side_meta .blog_meta_dot {
    width: 5px;
    height: 5px;
    background-color: #a27a54;
    border-radius: 50%
}

.blog_side_meta .blog_meta_date {
    font-size: 13px;
    line-height: 23px;
    color: #6b7280
}

.blog_side_title {
    font-size: 22px;
    font-weight: 800;
    color: #111827;
    line-height: 32px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog_side_title a {
    color: inherit
}

.blog_side_excerpt {
    font-size: 16px;
    color: #6b7280;
    line-height: 26px;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog_side_img_wrap {
    width: 280px;
    min-width: 280px;
    overflow: hidden;
    position: relative
}

.blog_side_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease
}

.blog_side_card:hover .blog_side_img {
    transform: scale(1.05)
}

.blog_featured_card:hover .blog_featured_img {
    transform: scale(1.03);
    transition: transform 0.5s ease
}

.trust_section_heading {
    text-align: center
}

.trust_section {
    margin-bottom: 100px
}

.trust_section .container {
    background-color: #f4f4f4;
    border-radius: 20px;
    padding: 60px
}

.trust_logo_card img {
    width: 100%;
    height: 100%;
    border-radius: 12px
}

.trust_logo_card {
    padding: 10px;
    margin-top: 40px;
    border-radius: 12px;
    border: 1px solid #0E2C36
}

.main_footer_gold {
    padding: 120px 0 0;
    background-color: #0e2c36;
    background-image: url('../img/product_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px 20px 0px 0
}

.main_footer_gold .sec_title_heading {
    font-size: 30px;
    color: #fff
}

.footer_header_gold {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #ffffff1a;
    margin-bottom: 60px;
    padding-bottom: 60px
}

.footer_header_gold .section-title {
    max-width: 750px;
    margin: 0
}

.footer_logo img {
    width: 100%;
    max-width: 151px
}

.footer_logo_gold img {
    width: 100%;
    max-width: 230px;
    filter: brightness(0) invert(1)
}

.footer-contact-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 30px
}

.about_footer_gold {
    background: #ffffff1a;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 20px;
    margin-right: 30px;
    padding: 40px
}

.about_footer_content_gold {
    margin-top: 30px
}

.about_footer_content_gold p {
    color: #fff;
    margin-bottom: 0
}

.footer-contact-form h2 {
    font-size: 22px;
    color: #fff
}

.footer_links_box_gold .row {
    row-gap: 45px
}

.footer_social_links_gold {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px 20px;
    border-top: 1px solid #ffffff1a;
    margin-top: 30px;
    padding-top: 30px
}

.footer_social_links_gold h2 {
    font-size: 20px;
    line-height: 30px;
    color: #fff
}

.footer_social_links_gold ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0
}

.footer_social_links_gold ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff1a;
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease-in-out
}

.footer_social_links_gold ul li a:hover {
    background-color: #fff;
    color: #0e2c36
}

.footer_social_links_gold ul li i {
    font-size: 18px;
    color: inherit
}

.footer_links_box_gold_gold {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px
}

.footer_links_gold h2 {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px
}

.footer_links_gold ul li.time::after {
    display: none
}

.footer_links_gold ul {
    list-style: disc;
    margin-left: 18px;
    padding: 0 0 0 0px
}

.footer_links_gold ul li {
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    position: relative;
    width: max-content
}

.footer_working_hours_box_gold ul {
    margin-left: 0px
}

.footer_links_gold ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease
}

.footer_links_gold ul li:hover::after {
    width: 100%
}

.footer_links_gold ul li:last-child {
    margin-bottom: 0
}

.footer_links_gold ul li a {
    color: inherit;
    transition: all 0.3s ease-in-out
}

.footer_working_hours_box_gold ul {
    list-style: none;
    padding: 0
}

.footer_working_hours_box_gold ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px
}

.footer_working_hours_box_gold ul li span {
    font-family: var(--accent-font);
    font-size: 16px
}

.footer_copyright_gold {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-top: 1px solid #ffffff1a;
    padding: 25px 0 0;
    margin-top: 60px
}

.footer_copyright_text_gold p {
    color: #fff;
    margin-bottom: 0
}

.footer_contact_item_list_gold ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.footer_contact_item_list_gold i {
    margin-right: 10px
}

.footer_contact_item_list_gold ul li {
    line-height: 1.5em;
    color: #fff
}

.footer_contact_item_list_gold ul li img {
    width: 100%;
    max-width: 20px;
    margin-right: 10px
}

.footer_contact_item_list_gold ul li a {
    color: inherit;
    transition: all 0.3s ease-in-out
}

.breadcrumb_section {
    position: relative;
    background: url('../img/breadcrumb_bg.webp') center/cover no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 320px 0 150px
}

.breadcrumb_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6)
}

.breadcrumb_section::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 120px;
    height: 120px;
    z-index: 1;
    -webkit-mask: url(../img/vector-10.webp) no-repeat center / contain;
    mask: url(../img/vector-10.webp) no-repeat center / contain;
    background-color: #ffffff
}

.breadcrumb_section::after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 120px;
    height: 120px;
    z-index: 1;
    -webkit-mask: url(../img/vector-11.webp) no-repeat center / contain;
    mask: url(../img/vector-11.webp) no-repeat center / contain;
    background-color: #ffffff
}

.breadcrumb_content {
    position: relative;
    z-index: 2;
    color: #fff
}

.breadcrumb_content h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase
}

.breadcrumb_list {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0
}

.breadcrumb_list li {
    font-size: 18px;
    line-height: 28px;
    color: #fff
}

.breadcrumb_list li a {
    color: #fff;
    text-decoration: none
}

.breadcrumb_list li::after {
    content: "::";
    margin-left: 10px
}

.breadcrumb_list li:last-child::after {
    content: ""
}

.about_page_section {
    padding: 100px 0;
    background: #ffffff
}

.about_page_images_wrap {
    position: relative
}

.about_page_img_top img {
    -webkit-mask: url(../img/about1-mask.webp) no-repeat center / contain;
    mask: url(../img/about1-mask.webp) no-repeat center / contain;
    background-color: #ffffff;
    width: 100%
}

.about_page_img_bottom_left img {
    width: 100%
}

.about_page_img_bottom_left {
    position: absolute;
    left: -130px;
    bottom: 0px;
    overflow: hidden;
    border-radius: 30px;
    display: inline-block;
    border: 20px solid #fff;
    width: 435px
}

.about_page_content_wrap {
    padding-left: 40px
}

.performance_section {
    position: relative
}

.performance_heading {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    margin: 0
}

.performance_section .section_title,
.feature_section .section_title {
    margin-bottom: 45px
}

.performance_right_img img,
.performance_left_img img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 30px;
    object-fit: cover;
    height: 100%
}

.performance_content {
    padding-top: 40px
}

.performance_section_buttton {
    margin-top: 35px
}

.performance_left_bg_img {
    position: absolute;
    right: 0;
    bottom: 0
}

.feature_card {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 25px;
    padding: 25px;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background: #f5f5f5;
    transition: background 0.3s, box-shadow 0.3s
}

.feature_card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(14, 44, 54);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.4s ease;
    z-index: -1
}

.feature_card:hover::before {
    transform: scaleY(1);
    box-shadow: 0 8px 32px rgba(14, 44, 54, 0.25)
}

.feature_card:hover .feature_card_number {
    color: #fff
}

.feature_card:hover .feature_card_title {
    color: #ffffff
}

.feature_card:hover .feature_card_desc {
    color: rgba(255, 255, 255, 0.85)
}

.feature_card:hover .feature_card_icon {
    color: #ffffff;
    animation: rubber 1s
}

.feature_card_number {
    position: absolute;
    right: 45px;
    bottom: -28px;
    opacity: 0.08;
    font-size: 200px;
    font-weight: 800;
    line-height: 1em
}

.feature_card_icon_wrap {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: start
}

.feature_card_icon {
    font-size: 60px;
    line-height: 1em;
    color: #a27a54;
    transition: color 0.3s
}

.feature_card_title {
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 16px;
    line-height: 34px;
    transition: color 0.3s
}

.feature_card_desc {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    position: relative;
    z-index: 1;
    transition: color 0.3s
}

@keyframes rubber {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.vision_mission_section {
    padding: 100px 0 100px;
    background-color: #0E2C36;
    margin: 100px 0
}

.vision_mission_section .sec_title_title::before,
.vision_mission_section .sec_title_title::after {
    background: linear-gradient(-90deg, #ffffff, #d3f3fd7a) !important
}

.vision_mission_section .section_title {
    margin-bottom: 45px
}

.vision_mission_section .sec_title_title,
.vision_mission_section .sec_title_heading {
    color: #fff
}

.vision_mission_info_card {
    background: #fff;
    border-radius: 12px;
    padding: 28px 28px 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    border-bottom: 5px solid #0e2c36;
    transition: all 0.4s ease
}

.vision_mission_info_card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08)
}

.vision_mission_info_card .vision_mission_info_card_title {
    font-size: 22px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 16px
}

.vision_mission_info_card:last-child {
    margin-bottom: 0
}

.vision_mission_info_card_desc {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    position: relative;
    z-index: 2
}

.vision_mission_info_card_desc li {
    margin-bottom: 10px
}

.vision_mission_info_card_desc strong {
    color: #111111;
    font-weight: 700
}

.vision_mission_right_col {
    padding-left: 10px
}

.vision_mission_right_img_wrap {
    width: 100%;
    height: 550px;
    border-radius: 16px;
    overflow: hidden
}

.vision_mission_right_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-mask: url(../img/vision_mission_mask.webp) no-repeat center / contain;
    mask: url(../img/vision_mission_mask.webp) no-repeat center / contain;
    background-color: #ffffff
}

.founder_section {
    padding: 100px 0
}

.founder_section .section_title {
    margin-bottom: 40px
}

.founder_box {
    border: 1px solid #0E2C36;
    border-radius: 10px;
    padding: 16px
}

.founder_box {
    display: flex;
    flex-direction: column;
    height: 100%
}

.founder_content {
    display: flex;
    flex-direction: column;
    flex: 1
}

.founder_quote {
    margin-top: auto
}

.founder_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.founder_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 18px
}

.founder_name h4 {
    font-size: 24px;
    line-height: 34px;
    color: #0E2C36
}

.founder_detail p {
    font-size: 16px;
    line-height: 26px
}

.founder_detail b {
    font-weight: 700
}

.founder_quote {
    text-align: center;
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: all 0.3s ease
}

.founder_quote:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15)
}

.founder_quote p {
    font-size: 22px;
    line-height: 32px;
    color: #0e2c36;
    font-weight: 500
}

.founder_quote::after {
    content: "”";
    font-size: 80px;
    position: absolute;
    bottom: 0px;
    right: 20px;
    color: #0e2c36;
    opacity: 0.1
}

.contact_page_section {
    padding: 100px;
    position: relative
}

.contact_page_section .section_title {
    margin-bottom: 45px
}

@keyframes pulse_dot {

    0%,
    100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.5);
        opacity: 0.55
    }
}

.info_card {
    background-color: #ffffff;
    border: 1.5px solid #0E2C36;
    border-radius: 16px;
    padding: 36px 28px 32px;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease
}

.info_card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #f9f4ef;
    opacity: 0;
    border-radius: 16px;
    transition: opacity 0.35s ease;
    z-index: 0
}

.info_card:hover {
    border-color: #a27a54;
    box-shadow: 0 12px 40px rgba(162, 122, 84, 0.18);
    transform: translateY(-7px)
}

.info_card:hover::before {
    opacity: 1
}

.card_inner {
    position: relative;
    z-index: 1
}

.icon_box {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background-color: #f0f0f2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
    transition: background-color 0.35s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.icon_box i {
    font-size: 20px;
    color: #4a4a5a;
    transition: color 0.35s ease
}

.info_card:hover .icon_box {
    background-color: #a27a54;
    transform: rotate(-6deg) scale(1.12)
}

.info_card:hover .icon_box i {
    color: #ffffff
}

.card_title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #0E2C36;
    margin-bottom: 14px;
    letter-spacing: -0.3px;
    transition: color 0.3s ease
}

.info_card:hover .card_title {
    color: #a27a54
}

.card_text {
    font-size: 16px;
    color: #7a7a8c;
    line-height: 26px;
    margin: 0;
    transition: color 0.3s ease
}

.social_icon_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px
}

.social_btn {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background-color: #f0f0f2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.social_btn i {
    font-size: 14px;
    color: #4a4a5a;
    transition: color 0.3s ease
}

.social_btn:hover {
    background-color: #a27a54;
    transform: translateY(-3px) scale(1.1)
}

.social_btn:hover i {
    color: #ffffff
}

.card_text span a {
    display: block;
    color: #7a7a8c
}

.info_card:hover .card_text {
    color: #5a4a3a
}

.card_accent_line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #a27a54;
    border-radius: 0 0 0 16px;
    transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2
}

.info_card:hover .card_accent_line {
    width: 100%
}

.contact_form_section .form_panel {
    position: relative;
    z-index: 2;
    background-color: #27424a;
    margin-top: 0;
    padding: 40px;
    border-radius: 16px;
    max-width: 50%;
    margin: 0 auto
}

.single_blog_form .form_panel {
    position: relative;
    z-index: 2;
    background-color: #27424a;
    margin-top: 0;
    padding: 40px;
    border-radius: 16px;
    margin: 0 auto
}

.contact_form_section .main-header_button {
    margin-top: 25px
}

.contact_form_section .main-header_button {
    background: unset
}

.form_input {
    width: 100%;
    height: 52px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    background-color: #ffffff;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    color: #1a1a2e;
    outline: none;
    margin-bottom: 16px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease
}

.form_input::placeholder {
    color: #aaaaaa
}

.form_input:focus {
    border-color: #a27a54;
    box-shadow: 0 0 0 3px rgba(162, 122, 84, 0.12)
}

.form_textarea {
    width: 100%;
    height: 148px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 16px 18px;
    font-size: 14px;
    line-height: 26px;
    color: #1a1a2e;
    outline: none;
    resize: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease
}

.form_textarea::placeholder {
    color: #aaaaaa
}

.form_textarea:focus {
    border-color: #a27a54;
    box-shadow: 0 0 0 3px rgba(162, 122, 84, 0.12)
}

.input_row {
    display: flex;
    gap: 14px;
    margin-bottom: 14px
}

.input_row .form_input {
    flex: 1
}

.textarea_row {
    margin-bottom: 28px
}

.contact_map_section {
    padding: 100px 0;
    margin-top: -260px
}

.contact_map iframe {
    width: 100%;
    height: 650px
}

.blog_page_section {
    padding: 100px 0
}

.blog_page_section .row {
    row-gap: 42px
}

.blog_page_section .blog_box_wrapper {
    padding: 10px;
    border: 1px solid #0E2C36;
    border-radius: 12px;
    position: relative;
    transition: all 0.3s ease
}

.blog_page_section .blog_box_wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15)
}

.blog_page_tag {
    display: flex;
    justify-content: left;
    margin: 15px 0 10px 0;
    border-top: 1px solid #a27a54;
    padding: 15px 0 0
}

.blog_page_tag p {
    background: #0E2C36;
    color: #fff;
    padding: 8px 6px;
    border-radius: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0
}

.blog_page_section .blog_img {
    overflow: hidden;
    border-radius: 12px
}

.blog_page_section .blog_img img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.4s ease;
    height: 222px
}

.blog_page_section .blog_box_wrapper:hover .blog_img img {
    transform: scale(1.05)
}

.blog_content h4 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 28px;
    font-weight: 600;
    height: 84px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3
}

.blog_content h4 a {
    color: #000
}

.blog_content p {
    font-size: 14px;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4
}

.blog_page_meta {
    display: flex;
    justify-content: center;
    background-color: #a27a54;
    gap: 15px;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    border-radius: 12px;
    margin-bottom: -25px
}

.blog_page_meta a {
    color: #fff
}

.blog_page_meta span::after {
    content: "|";
    margin-left: 15px
}

.blog_page_meta span:last-child::after {
    content: ""
}

.single_blog_section {
    padding: 100px 0
}

.single_blog_section .main_row {
    row-gap: 50px
}

.single_blog_section .single_blog_img {
    border: 1px solid #0E2C36;
    border-radius: 15px;
    padding: 12px
}

.single_blog_section .single_blog_img img {
    margin: 0 auto;
    display: block;
    border-radius: 12px;
    width: 100%;
    object-fit: cover
}

.single_blog_meta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0 15px 0;
    gap: 45px;
    color: #0E2C36
}

.single_blog_meta i {
    color: #0e2c36;
    font-size: 13px;
    margin-right: 10px
}

.single_blog_meta span {
    font-size: 16px;
    line-height: 26px;
    color: #0E2C36;
    display: flex;
    justify-content: center;
    align-items: center
}

.single_blog_meta span a {
    color: #0E2C36
}

.single_blog_detail {
    padding: 40px 0
}

.single_blog_detail img {
    height: 100%;
    width: 100% !important;
    object-fit: contain;
    max-width: 600px
}

.single_blog_detail p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px
}

.single_blog_detail h2 {
    font-size: 32px;
    line-height: 42px;
    padding: 12px 0 18px 0
}

.single_blog_detail a {
    color: #0E2C36;
    text-decoration: underline
}

.single_blog_detail ul {
    padding-left: 20px;
    margin: 20px 0
}

.single_blog_detail ul li {
    list-style: decimal;
    margin-bottom: 8px
}

.single_blog_detail h3 {
    font-size: 30px;
    line-height: 40px;
    padding: 12px 0 18px 0
}

.single_blog_detail b {
    font-weight: 700
}

.single_blog_detail h4 {
    font-size: 22px;
    line-height: 32px;
    padding: 10px 0 14px 0
}

.single_blog_category {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap
}

.single_blog_category a {
    padding: 6px 12px;
    background: #0E2C36;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    border-radius: 8px;
    display: inline-block;
    transition: all 0.3s ease
}

.single_blog_category a:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(14, 44, 54, 0.25)
}

.single_blog_form {
    margin-bottom: 100px
}

.single_blog_form .container {
    padding: 40px;
    background: #0E2C36;
    border-radius: 20px
}

.single_blog_form .sec_title_title {
    color: #fff;
    font-size: 32px;
    line-height: 42px
}

.single_blog_form .sec_title_title::after {
    background: linear-gradient(-90deg, #d3f3fd7a, #ffffff) !important
}

.single_blog_form .sec_title_title::before {
    background: linear-gradient(-90deg, #ffffff, #d3f3fd7a) !important
}

.single_blog_form .section_title {
    margin-bottom: 15px
}

.single_blog_form .form_panel {
    background: #fff;
    padding: 25px
}

.single_blog_form .main-header_button {
    margin-top: 20px
}

button.main-header_button {
    background: unset
}

.blog_header_btn_two {
    display: none
}

.contact_form_section .section_title {
    margin-bottom: 40px
}

.products_grids {
    padding: 160px 10px 30px 10px;
    margin: 0 auto
}

.our_similar_products {
    padding: 100px 0px 0px 0px;
    margin: 0 auto
}

.our_similar_products .col-12 {
    margin-top: 0px
}

.products_grids .card_wrap {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.08), 0 12px 40px rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: default;
    height: 100%;
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.35s cubic-bezier(0.23, 1, 0.32, 1)
}

.our_similar_products .card_wrap {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 5px 16px rgb(0 0 0 / 9%);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: default;
    height: 100%;
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.35s cubic-bezier(0.23, 1, 0.32, 1)
}

.products_detail_box {
    padding: 30px;
    text-align: center
}

.products_grids .card_wrap:hover {
    transform: translateY(-8px);
    box-shadow: 0 4px 0px #a27a54, 0 20px 60px rgba(0, 0, 0, 0.18)
}

.our_similar_products .card_wrap:hover {
    transform: translateY(-8px)
}

.products_grids .btn-style-one,
.our_similar_products .btn-style-one {
    padding: 6px 6px 6px 30px;
    width: max-content
}

.products_grids .card_wrap:hover::before,
.our_similar_products .card_wrap:hover::before {
    transform: scaleX(1)
}

.products_grids .card_wrap.card_featured,
.our_similar_products .card_wrap.card_featured {
    border-color: transparent
}

.products_grids .card_wrap.card_featured .card_title,
.our_similar_products .card_wrap.card_featured .card_title {
    color: #f4f1eb
}

.products_grids .card_wrap.card_featured .card_desc,
.our_similar_products .card_wrap.card_featured {
    color: #a9a59f
}

.products_grids .card_wrap.card_featured .card_number,
.our_similar_products .card_wrap.card_featured .card_number {
    color: #3e3d3a
}

.products_grids .card_wrap.card_featured .card_img_circle,
.our_similar_products .card_wrap.card_featured .card_img_circle {
    background: #1e1e1b;
    border-color: rgba(255, 255, 255, 0.06)
}

.products_grids .card_number,
.our_similar_products .card_number {
    position: absolute;
    top: 22px;
    right: 28px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    color: #c8c4ba
}

.products_grids .card_img_circle,
.our_similar_products .card_img_circle {
    margin: 0 auto;
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1)
}

.products_grids .card_wrap:hover .card_img_circle,
.our_similar_products .card_wrap:hover .card_img_circle {
    transform: scale(1.06);
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1)
}

.products_grids .card_img_circle img {
    padding: 25px;
    background-color: #fff;
    border: 1px solid #a27a54;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin-top: -60px;
    object-fit: contain
}

.our_similar_products .card_img_circle img {
    padding: 25px;
    background-color: #fff;
    border: 1px solid #a27a54;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin-top: -60px;
    object-fit: contain
}

.products_grids .card_title,
.our_similar_products .card_title {
    letter-spacing: 0.5px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    min-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.products_grids .card_desc,
.our_similar_products .card_desc {
    flex-grow: 1;
    position: relative;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.products_grids .btn_arrow,
.our_similar_products .btn_arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid #0e0e0e;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    align-self: flex-start;
    flex-shrink: 0;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease
}

.products_grid_box {
    margin-bottom: 70px
}

.single_product_detail_section {
    padding: 100px 0px 50px;
    background-color: #ffffff
}

.single_product_detail_section .sec_title_heading {
    line-height: 40px;
    font-size: 31px
}

.single_product_detail_section .section_label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px
}

.single_product_detail_section .section_label_line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #111111
}

.single_product_detail_section .section_label_text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #111111
}

.single_product_detail_section .image_wrapper {
    position: relative;
    width: 100%;
    height: 460px
}

.single_product_detail_section .img_main {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
    height: 420px;
    object-fit: cover;
    border-radius: 200px
}

.single_product_detail_section .img_thumb {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 170px;
    height: 170px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12)
}

.features_and_applications_tab_section {
    padding: 100px 0 100px;
    background-color: #0E2C36
}

.features_and_applications_tab_section li {
    list-style: none;
    position: relative;
    padding: 12px 0;
    border-bottom: 1px solid #ffffff;
    color: #fff
}

.features_and_applications_tab_section li:last-child {
    border-bottom: 0px solid #000000;
    padding: 12px 0px 0px 0px
}

.features_and_applications_tab_section .tab-btn .nav-link {
    background-color: #ffffff;
    color: #0e2c36;
    border-radius: 10px !important;
    padding: 15px 40px;
    border: none;
    font-size: 18px
}

.features_and_applications_tab_section .tab-btn .nav-link.active {
    background-color: #a27a54;
    color: #fff
}

.features_and_applications_tab_section .tab-btn .nav-link:hover {
    background-color: #a27a54;
    color: #fff
}

.features_and_applications_tab_section .tab-btn {
    justify-content: left;
    gap: 10px;
    border: none
}

.features_and_applications_tab_section .tab-card {
    background-color: #ffffff00;
    border: none;
    display: flex;
    flex-direction: row;
    gap: 20px
}

.features_and_applications_tab_section .tab-pane {
    background-color: #a27a54;
    padding: 30px;
    border-radius: 10px
}

.features_and_applications_tab_section .tab-content ul {
    margin-bottom: 0px
}

.features_and_applications_tab_section .tab-content h4 {
    margin-bottom: 20px;
    width: max-content;
    padding: 10px 20px;
    margin-top: -55px;
    background-color: #c18953ed;
    color: #fff;
    border-radius: 10px
}

.features_and_applications_tab_section #nav-tab {
    width: max-content
}

.single_applications_tab_section {
    padding: 100px 0 100px;
    background-color: #0E2C36
}

.single_applications_tab_section ul {
    margin-left: 15px
}

.single_applications_tab_section li {
    list-style: disc
}

.single_applications_tab_section .tab-btn .nav-link {
    background-color: #ffffff;
    color: #0e2c36;
    border-radius: 10px !important;
    padding: 15px 40px;
    border: none
}

.single_applications_tab_section .tab-btn .nav-link.active {
    background-color: #a27a54;
    color: #fff
}

.single_applications_tab_section .tab-btn .nav-link:hover {
    background-color: #a27a54;
    color: #fff
}

.single_applications_tab_section .tab-btn {
    justify-content: center;
    gap: 10px;
    border: none
}

.single_applications_tab_section .tab-card {
    background-color: #ffffff00;
    border: none
}

.single_applications_tab_section .tab-pane {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px
}

.single_applications_tab_section .tab-pane p {
    margin: 0px
}

.tab-content .tab-pane p:last-child {
    margin: 0px !important
}

.features_and_applications_tab_section .tab-content p {
    color: #fff
}

.features_and_applications_tab_section .tab-content .tab-pane li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #ffffff;
    position: absolute;
    left: -30px;
    top: 14px
}

.cta-banner {
    background: #0e2c36;
    border-radius: 16px;
    padding: 70px;
    margin: 80px 50px 100px 50px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none
}

.cta-banner::after {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(184, 115, 51, 0.15) 0%, transparent 70%);
    pointer-events: none
}

.cta-banner-inner {
    position: relative;
    z-index: 2
}

.cta-banner-inner .sec_title_heading {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0px
}

.cta-banner p {
    color: #fff;
    max-width: 700px;
    margin: 0 auto 38px
}

.cta-banner .lower_box {
    gap: 10px
}

.cta-banner .banner-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}

.cta-banner .banner-trust i.fa-solid.fa-check {
    background-color: #a27a54;
    padding: 3px 4px 3px 4px;
    border-radius: 100px
}

.cta-banner .btn-style-one .btn-wrap .text-one {
    color: #000000
}

.cta-banner .btn-style-one {
    color: #000000;
    text-transform: capitalize;
    background-color: #ffffff
}

.cta-banner .banner-trust {
    margin-top: 40px;
    padding-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap
}

.cta-banner .trust-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 400;
    color: #fff
}

.cta-banner .trust-chip svg {
    width: 15px;
    height: 15px;
    stroke: #d4924a;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0
}

.why_chs_products {
    padding: 80px 10px 80px 10px
}

.why_chs_products .why_chs_products__grid .why-chs-item-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: center;
    margin: 0 auto
}

.why_chs_products .why_chs_products__col_left,
.why_chs_products .why_chs_products__col_right {
    display: flex;
    flex-direction: column;
    gap: 44px
}

.why_chs_products .why_chs_products__item_title {
    font-size: 26px;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
    line-height: 1.2
}

.why_chs_products .why_chs_products__item_desc {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 1.65;
    margin: 0
}

.why_chs_products .why_chs_products__img_col {
    display: flex;
    justify-content: center;
    align-items: center
}

.why_chs_products .why_chs_products__img_wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.why_chs_products .why_chs_products__img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px
}

.why_chs_products .why_chs_products__bottle_svg {
    width: 220px;
    height: 420px
}

.product_faq_section .accordion-item {
    margin-bottom: 10px
}

.product_faq_section .sec_title_heading {
    margin-top: 0px;
    margin-bottom: 30px
}

.product_faq_section button.accordion-button.collapsed {
    background-color: #a27a54;
    color: #fff;
    border-radius: 10px !important;
    border: 0px;
    box-shadow: unset;
    font-size: 18px
}

.product_faq_section button.accordion-button.collapsed:hover {
    background-color: #0e2c36 !important;
    color: #fff
}

.product_faq_section button.accordion-button {
    background-color: #a27a54;
    color: #fff;
    border-radius: 10px 10px 0px 0px
}

.product_faq_section .accordion-button:not(.collapsed) {
    background-color: #0e2c36 !important;
    color: #fff;
    box-shadow: unset;
    border-radius: 10px 10px 0px 0px !important
}

.product_faq_section .accordion-item {
    border: 0px
}

.product_faq_section .accordion-body {
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #0e2c36 !important
}

.product_faq_section .col-12 {
    margin: 0px
}

.product_faq_section .accordion-button::after {
    background-image: url(https://asstage.in/yantracraft/assets/img/upper.png)
}

.product_faq_section .accordion-button:not(.collapsed)::after {
    background-image: url(https://asstage.in/yantracraft/assets/img/down.png)
}

.product_faq_section .accordion-button:not(.collapsed)::before {
    background-image: url(https://asstage.in/yantracraft/assets/img/down.png)
}

.product_faq_section {
    margin-bottom: 80px
}

.form_faq_application_section .accordion-item {
    margin-bottom: 10px
}

.form_faq_application_section .sec_title_heading {
    margin-top: 0px
}

.form_faq_application_section .contact_form_title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px
}

.form_faq_application_section button.accordion-button.collapsed {
    background-color: #a27a54;
    color: #fff;
    border-radius: 10px !important;
    border: 0px;
    box-shadow: unset;
    font-size: 18px
}

.form_faq_application_section button.accordion-button.collapsed:hover {
    background-color: #0e2c36 !important;
    color: #fff
}

.form_faq_application_section button.accordion-button {
    background-color: #a27a54;
    color: #fff;
    border-radius: 10px 10px 0px 0px
}

.form_faq_application_section .accordion-button:not(.collapsed) {
    background-color: #0e2c36 !important;
    color: #fff;
    box-shadow: unset;
    border-radius: 10px 10px 0px 0px !important
}

.form_faq_application_section .accordion-item {
    border: 0px
}

.form_faq_application_section .accordion-body {
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #0e2c36 !important
}

.form_faq_application_section .accordion-body a {
    color: #a27a54
}

.form_faq_application_section .col-12 {
    margin: 0px
}

.form_faq_application_section .accordion-button::after {
    background-image: url(https://asstage.in/yantracraft/assets/img/upper.png)
}

.form_faq_application_section .accordion-button:not(.collapsed)::after {
    background-image: url(https://asstage.in/yantracraft/assets/img/down.png)
}

.form_faq_application_section .accordion-button:not(.collapsed)::before {
    background-image: url(https://asstage.in/yantracraft/assets/img/down.png)
}

.form_faq_application_section {
    margin-bottom: 80px
}

.application_grid_section .application_card img {
    height: 200px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden
}

.application_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 4px 0px #a27a54, 0 20px 60px rgba(0, 0, 0, 0.18);
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1)
}

.application_grid_section .application_card {
    border-radius: 0px 0px 10px 10px;
    overflow: hidden
}

.application_card {
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.08), 0 12px 40px rgba(0, 0, 0, 0.10)
}

.application_grid_section {
    padding: 100px 0px
}

.application_grid_section .application_button {
    position: relative;
    display: flex
}

.application_grid_section .card-text {
    position: relative;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.application_grid_section .card-title {
    letter-spacing: 0.5px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    min-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.single-application-ing img {
    min-height: 500px;
    object-fit: cover;
    border-radius: 16px;
    border: 6px solid #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.single-application {
    padding: 100px 0px
}

.single-application-ing {
    padding-left: 30px
}

.single_product_type_application li {
    list-style: disc;
    margin-left: 0px;
    margin-bottom: 10px
}

.single_product_type_application li a {
    color: #000
}

.single_product_type_application ul {
    margin-bottom: 20px;
    padding-left: 18px
}

.single_product_type_application {
    border-width: 1px 5px 1px 1px;
    border-style: solid;
    border-color: #a27a54;
    ;
    padding: 30px;
    border-radius: 20px
}

.single_app_product_section .section-title {
    width: max-content;
    padding: 10px 20px;
    background-color: #fff;
    margin-top: -60px;
    margin-bottom: 20px
}

.single_app_product_section p em {
    font-weight: 600;
    font-style: italic
}

.single_app_product_section .btn-style-two {
    padding: 15px 30px;
    border-radius: 20px
}

.single_product_type_application_box i {
    padding-right: 10px
}

.our_solutions_section {
    padding: 100px 10px
}

.our_solutions_section .sec_title_heading {
    margin-top: 15px;
    margin-bottom: 20px
}

.our_solutions_section .solutions-img-wrap {
    position: relative;
    padding-bottom: 70px
}

.our_solutions_section .main-img {
    height: 600px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.18);
    width: 90%;
    max-width: 100%
}

.our_solutions_section .person-card {
    position: absolute;
    bottom: -20px;
    right: 0px;
    width: 250px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.22);
    border: 6px solid #ffffff
}

.our_solutions_section .person-card img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    display: block
}

.our_solutions_section .phone-badge {
    width: max-content;
    position: absolute;
    bottom: 20px;
    left: 170px;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.12);
    background-color: #FFFFFF;
    margin: -210px 200px 0px 0px;
    padding: 25px;
    border-radius: 30px 30px 30px 30px;
    animation: icon-bounce 2.5s ease-in-out infinite
}

.our_solutions_section .phone-badge .icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #b5914a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.our_solutions_section .phone-badge .icon-wrap i {
    font-size: 18px;
    color: #ffffff
}

.our_solutions_section .phone-badge .badge-label {
    font-weight: 600;
    font-size: 18px;
    color: #a27a54;
    line-height: 28px
}

.our_solutions_section .phone-badge .badge-number a {
    font-size: 16px;
    color: #666666;
    margin-top: 4px;
    font-weight: 500
}

.our_solutions_section .solutions-content {
    padding-left: 30px
}

.our_solutions_section .feature-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px
}

.our_solutions_section .feature-item:last-child {
    margin-bottom: 0px
}

.our_solutions_section .feature-icon {
    width: 60px;
    height: 60px;
    background: #a27a54;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.25s ease, background 0.25s ease;
    border-radius: 30px 30px 30px 30px
}

.our_solutions_section .feature-item:hover .feature-icon {
    transform: scale(1.08);
    background: #c9a55a
}

.our_solutions_section .feature-icon i {
    font-size: 22px;
    color: #ffffff
}

.our_solutions_section .feature-text h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 5px
}

.our_solutions_section .feature-text p {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin: 0px
}

section.details_section {
    background: #0e2c36;
    padding: 80px 0px
}

.details_section .sec_title_heading,
.details_section .sec_title_text,
.details_section ul li {
    color: #fff
}

.details_list {
    margin: 25px 0 0;
    padding-left: 20px
}

.details_list li {
    margin-bottom: 15px
}

.details_section ul {
    margin-bottom: 0px
}

.modal-backdrop {
    z-index: 999 !important
}

#exampleModal .modal-header {
    background-color: #a27a54;
    border-radius: 20px 20px 0px 0px
}

#exampleModal .modal-title {
    color: #fff
}

#exampleModal .modal-content {
    border-radius: 20px !important
}

#exampleModal button.btn-close {
    filter: invert(1)
}

#exampleModal .modal-dialog .form_textarea {
    margin-bottom: 10px
}

.mobile-navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100%;
    background: #0E2C36;
    z-index: 9999;
    transition: all 0.4s ease;
    padding: 20px;
    overflow-y: auto
}

.mobile-navbar.active {
    left: 0;
    background: #a27a54
}

.mobile-navbar ul {
    list-style: none;
    padding: 0
}

.mobile-navbar ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px
}

.mobile-navbar ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: block;
    position: relative;
    padding: 10px
}

.mobile-navbar ul.submenu.open li a {
    font-size: 16px
}

.dropdown-toggle-icon {
    position: absolute;
    right: 11px;
    top: 16px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s
}

.has-dropdown.active .dropdown-toggle-icon {
    transform: rotate(-135deg)
}

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding-left: 10px
}

.submenu {
    display: none
}

.submenu.open {
    display: block
}

.has-dropdown.active .submenu {
    max-height: 500px
}

.submenu li a {
    font-size: 14px;
    padding: 5px 0;
    opacity: 0.9
}

.mobile-navbar ul li a:hover {
    background-color: #102e38;
    border-radius: 10px !important
}

.mobile-navbar ul li a:hover {
    color: #ffffff
}

.mobile-navbar .submenu.open li:last-child {
    border-bottom: 0px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0px;
    margin-bottom: 0px
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(162, 122, 84, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9998
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible
}

.single_product_detail_images_outer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.single_product_detail_images_outer>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px;
    border: 3px solid #a27a54;
    border-radius: 10px;
    background: #fff
}

.single_product_detail_images_outer img {
    max-width: 100%;
    object-fit: contain;
    display: block
}

.contact-form-section {
    padding: 0px 0 60px 0
}

.contact-form-wrapper {
    background: #123844;
    padding: 45px;
    border-radius: 200px;
    border: 1px solid rgba(162, 122, 84, .35)
}

.contact-form-wrapper .form-control {
    height: 56px;
    background: #fff;
    border: 1px solid rgb(162, 122, 84);
    border-radius: 200px;
    padding: 0 18px;
    font-size: 16px;
    color: #0E2C36;
    box-shadow: none
}

.contact-form-wrapper .form-control::placeholder {
    color: #7a7a7a
}

.contact-form-wrapper .form-control:focus {
    border-color: #A27A54;
    box-shadow: 0 0 0 0.2rem rgba(162, 122, 84, .2)
}

.contact-btn {
    height: 56px;
    background: #A27A54;
    border: 2px solid #A27A54;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    transition: .3s ease
}

.contact-btn:hover {
    background: transparent;
    color: #A27A54;
    border-color: #A27A54
}

.product_form {
    color: #000000;
    text-transform: capitalize;
    background-color: transparent
}

.product_form .btn-style-one {
    background-color: #fff;
    color: #000
}

.product_form .btn-style-one .btn-wrap .text-one {
    color: #000
}

.blog-sidebar {
    position: sticky;
    top: 20px;
    background: #f7fafa;
    border: 1px solid rgba(14, 44, 54, .12);
    border-radius: 14px;
    padding: 24px
}

.sidebar-widget {
    margin-bottom: 28px
}

.sidebar-widget:last-child {
    margin-bottom: 0
}

.sidebar-title {
    font-size: 20px;
    font-weight: 700;
    color: #0E2C36;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(14, 44, 54, .15)
}

.sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 310px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.sidebar-list::-webkit-scrollbar {
    display: none
}

.sidebar-list li {
    margin-bottom: 10px
}

.sidebar-list a {
    display: block;
    padding: 12px 14px;
    background: #fff;
    color: #0E2C36;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid rgba(14, 44, 54, .10)
}

.sidebar-list a:hover {
    background: #0E2C36;
    color: #fff
}

.product_information_section {
    padding: 80px 0;
    background: #f8f8f8
}

.product_information_box {
    background: #fff;
    border: 2px solid #A27A54;
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
    transition: .3s
}

.product_information_box:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08)
}

.product_information_heading {
    background: #A27A54;
    padding: 18px 25px
}

.product_information_heading h4 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700
}

.product_information_content {
    padding: 30px;
    height: 680px;
    overflow-y: auto
}

.product_information_content ul {
    margin: 0;
    padding-left: 20px
}

.product_information_content ul li {
    margin-bottom: 18px;
    line-height: 1.8;
    color: #555
}

.product_information_content p {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #555
}

.product_information_content b {
    color: #0E2C36
}

.application_title_row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin: 28px 0 16px
}

.application_title_row h5 {
    margin: 0;
    color: #332b25;
    font-size: 21px;
    font-weight: 700
}

.application_title_row span {
    color: #8a7a6c;
    font-size: 12px
}

.application_accordion {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: start
}

.application_accordion details {
    overflow: hidden;
    border: 1px solid #e7d8ca;
    border-radius: 12px;
    background: #fff;
    transition: border-color .25s ease, box-shadow .25s ease;
    will-change: height
}

.application_accordion details[open] {
    border-color: #b78c65;
    box-shadow: 0 8px 24px rgba(91, 63, 40, .09)
}

.application_accordion summary {
    position: relative;
    display: flex;
    min-height: 62px;
    align-items: center;
    gap: 12px;
    padding: 12px 46px 12px 12px;
    color: #332b25;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    list-style: none
}

.application_accordion summary::-webkit-details-marker {
    display: none
}

.application_accordion summary::after {
    content: "+";
    position: absolute;
    right: 16px;
    color: #A27A54;
    font-size: 24px;
    font-weight: 400;
    transition: transform .28s ease
}

.application_accordion details[open] summary {
    background: #f7f1eb
}

.application_accordion details[open] summary::after {
    content: "−";
    transform: rotate(180deg)
}

.application_icon {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    border-radius: 9px;
    background: #A27A54;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700
}

.application_detail {
    padding: 14px 18px 16px
}

.application_detail ul {
    margin: 0;
    padding-left: 18px
}

.application_detail li {
    margin-bottom: 7px !important;
    font-size: 13px;
    line-height: 1.6 !important
}

.application_detail li:last-child {
    margin-bottom: 0 !important
}

@media all and (min-width:1300px) and (max-width:1366px) {
    .slider-one .swiper-slide.slider_swiper {
        padding: 260px 0px 140px !important
    }

    body {
        zoom: unset !important
    }

    .product_section .swiper-button-prev {
        left: 13px !important
    }

    .product_section .swiper-button-next {
        right: 13px !important
    }

    .product_section {
        margin: 0 40px !important
    }

    .performance_left_part {
        padding-right: 30px
    }

    .feature_card_number {
        bottom: -18px;
        font-size: 142px
    }
}

@media all and (min-width:1270px) and (max-width:1300px) {
    body {
        zoom: 0.77
    }

    .breadcrumb_section {
        padding: 270px 0 150px
    }

    .main-header .main-menu .navigation>li {
        margin-right: 15px
    }

    .breadcrumb_content h1 {
        font-size: 50px;
        line-height: 60px
    }
}

@media all and (min-width:1240px) and (max-width:1280px) {
    .slider-one .swiper-slide.slider_swiper {
        padding: 320px 0 150px
    }

    .testimonial-section .review-button {
        padding: 10px 18px
    }
}

@media all and (min-width:1200px) and (max-width:1600px) {
    .about_page_img_bottom_left {
        left: -70px;
        bottom: -58px
    }

    .blog_page_meta {
        gap: 10px
    }

    .main-header .header-lower .logo-box .logo {
        padding: 20px 0
    }

    .header-top .address {
        font-size: 14px;
        line-height: 24px
    }

    .header-info_list li {
        font-size: 14px;
        line-height: 24px
    }

    .slider-one_title {
        font-size: 16px;
        line-height: 26px
    }

    .btn-style-one i {
        width: 36px;
        height: 36px;
        line-height: 36px
    }

    h1.slider-one_heading {
        font-size: 38px;
        line-height: 48px;
        margin: 15px 0
    }

    .main-header .main-menu .navigation>li>a {
        padding: 30px 0
    }

    .btn-style-two {
        padding: 15px 20px
    }

    .slider-one .play-box {
        width: 48px;
        height: 48px
    }

    .slider-one .swiper-slide-active.slider_swiper .slider-one_button {
        padding: 15px 0
    }

    .slider-one_text {
        margin-bottom: 20px
    }

    .about_section_big_title {
        left: 25px;
        font-size: 100px
    }

    .product_section {
        margin: 0 40px !important
    }

    .product_section .swiper-button-prev {
        left: 6px
    }

    .product_section .swiper-button-next {
        right: 6px
    }
}

@media all and (max-width:1024px) {
    .application_grid_section {
        padding: 80px 0px
    }

    .contact-form-wrapper {
        padding: 30px
    }

    .single_app_product_section .section-title {
        padding: 10px 15px
    }

    .single-application,
    .our_solutions_section {
        padding: 80px 0px
    }

    section.details_section {
        padding: 60px 0px
    }

    .blog_page_meta {
        display: block
    }

    .single_product_type_application ul {
        padding-left: 0px
    }

    .testimonial-section .sec_title_heading {
        margin-bottom: 30px
    }

    .single_product_detail_section .sec_title_heading {
        line-height: 37px;
        font-size: 27px
    }

    .why-chs-item {
        display: block
    }

    .why-chs-item-content {
        width: 100%
    }

    .why-chs-item .icon-box {
        margin-bottom: 20px
    }

    .cta-banner {
        padding: 40px 20px 40px 20px
    }

    .cta-banner .banner-trust {
        gap: 25px
    }

    .contact_map_section {
        margin-top: 0px
    }

    .blog_page_meta span::after {
        margin-left: 2px
    }

    .contact_box {
        width: 49%;
        padding: 0px
    }

    .contact_page_section .row {
        gap: 10px
    }

    .about_page_img_top img {
        width: 517px;
        position: relative;
        left: 130px
    }

    .about_page_img_bottom_left {
        left: 0px;
        bottom: -27px;
        width: 380px
    }

    .feature_card_number {
        right: 8px;
        bottom: -11px
    }

    .feature_card_title {
        font-size: 20px;
        line-height: 28px
    }

    .feature_card_number {
        font-size: 120px
    }

    .feature_card_number {
        right: 6px
    }

    .about_page_img_bottom_left img {
        width: 340px
    }

    .about_page_section .row {
        flex-direction: column-reverse
    }

    .about_section_left_part,
    .about_section_right_part {
        width: 100%
    }

    .about_page_content_wrap {
        padding-left: 0px;
        margin-bottom: 30px
    }

    .product_section .swiper-button-next,
    .product_section .swiper-button-prev {
        top: 95%
    }

    .product_section .swiper-button-prev {
        left: 400px
    }

    .product_section .swiper-button-next {
        right: 400px
    }

    .top-header {
        justify-content: center !important
    }

    h2 {
        font-size: 36px;
        line-height: 46px
    }

    .main-header .header-lower .logo-box .logo img {
        max-height: 40px
    }

    .main-header .main-menu .navigation>li>a {
        font-size: 14px;
        line-height: 24px
    }

    .btn-style-one i {
        position: relative;
        width: 38px;
        height: 38px;
        line-height: 38px
    }

    .main-header .main-menu .navigation>li {
        margin-right: 12px
    }

    .btn-style-one {
        font-size: 14px;
        line-height: 24px;
        padding: 6px 6px 6px 20px
    }

    .header-info_list li {
        font-size: 12px;
        line-height: 22px
    }

    .header-top .address {
        font-size: 12px;
        line-height: 22px
    }

    h1.slider-one_heading {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 20px
    }

    .slider-one .swiper-slide-active.slider_swiper .slider-one_button {
        padding-top: 10px
    }

    .slider-one_title {
        font-size: 16px;
        line-height: 26px
    }

    .slider-one_text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px
    }

    .about_section {
        padding: 80px 0
    }

    .about_section_images_outer,
    .single_product_detail_images_outer {
        padding-left: 20px
    }

    .about_section_image-two,
    .single_product_detail_image-two {
        right: -40px;
        max-width: 225px;
        max-height: 225px
    }

    .about_section_image_three {
        right: -40px;
        max-height: 340px
    }

    .about_section_big_title {
        left: 50px
    }

    .product_section {
        padding: 60px 15px 80px 15px
    }

    .why-choose-us {
        padding: 80px 0
    }

    .three_card_home_card {
        padding: 25px
    }

    .three_card_home {
        padding: 140px 0
    }

    .testimonial-section {
        padding: 80px 0
    }

    .testimonial-section .google-business-card {
        flex-wrap: wrap
    }

    .testimonial-card-wrapper .swiper-button-prev {
        left: 230px
    }

    .contact_info_grid {
        grid-template-columns: unset
    }

    .blog_section {
        padding: 80px 0
    }

    .blog_featured_card {
        height: 450px
    }

    .blog_side_col {
        margin-top: 50px;
        height: unset
    }

    .blog_featured_title {
        font-size: 26px;
        line-height: 36px
    }

    .about_footer_gold {
        margin-right: 0;
        margin-bottom: 30px
    }

    .footer_copyright_gold {
        margin-top: 30px;
        margin-bottom: 20px
    }

    .slider-one_arrow {
        bottom: -83px !important
    }
}

@media only screen and (device-width:1024px) and (device-height:600px) {
    .slider-one .swiper-slide.slider_swiper {
        padding: 222px 0px 140px
    }
}

@media only screen and (device-width:1024px) and (device-height:1366px) {
    .swiper-wrapper {
        height: 62%
    }

    .slider-one .swiper-slide.slider_swiper {
        position: relative;
        padding: 360px 0px 140px
    }

    .slider-one {
        height: unset
    }
}

@media (min-width:992px) {

    .mobile-navbar,
    .menu-overlay {
        display: none
    }
}

@media (max-width:991px) {
    .why_chs_products .why_chs_products__img_wrap img {
        object-fit: cover;
        border-radius: 10px
    }

    .why_chs_products .why_chs_products__grid .why-chs-item-list {
        grid-template-columns: repeat(2, 1fr)
    }

    .why_chs_products .why_chs_products__img_wrap {
        width: auto;
        height: 400px !important
    }

    .testimonial-section {
        padding: 60px 0px 140px 0px
    }

    .our_solutions_section {
        padding: 60px 0px
    }

    .our_solutions_section .solutions-img-wrap {
        padding-bottom: 80px;
        margin-bottom: 36px
    }

    .our_solutions_section .person-card {
        right: 10px;
        width: 180px
    }

    .our_solutions_section .person-card img {
        height: 180px
    }

    .our_solutions_section .solutions-content {
        padding: 36px 28px
    }

    .why_chs_products .why_chs_products__heading {
        font-size: 38px;
        margin-bottom: 40px
    }

    .why_chs_products .why_chs_products__grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 30px 30px
    }

    .why_chs_products .why_chs_products__col_left {
        grid-column: 1 / 2;
        grid-row: 1 / 2
    }

    .why_chs_products .why_chs_products__col_right {
        grid-column: 2 / 3;
        grid-row: 1 / 2
    }

    .why_chs_products .why_chs_products__img_col {
        grid-column: 1 / 3;
        grid-row: 2 / 3
    }

    .why_chs_products .why_chs_products__img_wrap {
        width: auto;
        height: 320px
    }

    .main-menu {
        display: none
    }

    .single_product_detail_section {
        padding: 60px 0px
    }

    .single_product_detail_section .image_wrapper {
        height: 380px;
        margin-top: 40px
    }

    .single_product_detail_section .img_main {
        width: 280px;
        height: 340px
    }

    .single_product_detail_section .img_thumb {
        width: 140px;
        height: 140px;
        right: 20px
    }
}

@media all and (min-width:768px) and (max-width:991px) {

    .single-application,
    .our_solutions_section {
        padding: 60px 0px
    }

    .contact-form-wrapper {
        padding: 30px;
        border-radius: 35px
    }

    .our_solutions_section .person-card {
        right: 10px;
        width: 256px
    }

    .breadcrumb_content h1 {
        font-size: 50px;
        line-height: 60px
    }

    .single-application-ing {
        padding-left: 0px
    }

    .features_and_applications_tab_section {
        padding: 80px 0px 60px 0px
    }

    .why_chs_products {
        padding: 80px 10px 80px 10px
    }

    .product_section .swiper-button-next {
        right: 300px
    }

    .blog_page_meta {
        display: flex
    }

    .blog_page_meta span::after {
        margin-left: 10px
    }

    .blog_page_meta {
        gap: 8px
    }

    .feature_box {
        margin-bottom: 20px
    }

    .contact_map iframe {
        height: 400px
    }

    .contact_form_section .form_panel {
        max-width: 80%
    }

    .about_section,
    .why-choose-us,
    .application-section,
    .founder_section,
    .about_page_section,
    .vision_mission_section,
    .blog_page_section,
    .single_blog_section,
    .contact_map_section {
        padding: 60px 0
    }

    .breadcrumb_section {
        padding: 260px 0 150px
    }

    .about_section_left_part {
        margin-bottom: 0px !important
    }

    .vision_mission_right_img_wrap img {
        margin-top: 20px
    }

    .product_section {
        margin: 0 30px
    }

    .trust_section {
        margin-bottom: 60px
    }

    .why-choose-images {
        margin-top: 30px
    }

    .center-image-wrapper {
        margin-bottom: 30px
    }

    .application-section .center-image {
        max-width: 55%;
        margin-bottom: 40px;
        animation: movingX 8s linear infinite
    }

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

        50% {
            transform: translateX(30px)
        }

        100% {
            transform: translateX(0)
        }
    }

    .application-section .feature-box.reverse {
        flex-direction: unset;
        text-align: unset
    }

    .testimonial-card-wrapper .swiper-button-prev {
        left: 300px
    }

    .product_section .swiper-button-prev {
        left: 300px
    }

    .testimonial-card-wrapper .swiper-button-next {
        right: 300px
    }

    .testimonial-card-wrapper .swiper-button-prev,
    .testimonial-card-wrapper .swiper-button-next {
        top: 505px
    }

    .clients_section .swiper-button-prev,
    .clients_section .swiper-button-next {
        top: 250px
    }

    .main_footer_gold {
        padding: 70px 0 0
    }

    .testimonial-section {
        padding: 80px 0px 130px 0px
    }

    .testimonial-section .google-business-card {
        padding-right: 10px
    }

    .clients_section {
        padding-top: 70px
    }

    .about_section_image-two,
    .single_product_detail_image-two {
        right: 110px
    }

    .about_section_image_three {
        right: 110px
    }

    .product-block_one-icon img {
        width: 200px;
        height: 200px
    }

    .about_section_images_column,
    .single_product_detail_image_column {
        margin-top: 30px
    }

    .product_section .product-content-title {
        gap: 15px !important
    }

    .product_section .product-content-title h2 {
        min-height: 92px;
        width: calc(100% - 70px)
    }

    .product_section .swiper-button-next,
    .product_section .swiper-button-prev {
        top: 93%
    }

    .slider-one {
        height: unset
    }

    .slider-one .swiper-slide.slider_swiper {
        padding: 334px 0px 140px
    }

    .vision_mission_section {
        margin: 60px 0px
    }

    .products_grids {
        padding: 122px 0px 0px 0px
    }

    .our_similar_products {
        padding: 60px 0px 0px 0px
    }

    .products_grid_box:last-child {
        margin-bottom: 0px
    }

    .cta-banner {
        margin: 60px 50px 70px 50px
    }

    .similar_products_grid_box:last-child {
        margin-bottom: 0px
    }

    .products_grids .card_wrap,
    .our_similar_products .card_wrap {
        height: unset
    }
}

@media (max-width:768px) {
    .single_blog_detail table {
        display: block;
        overflow-x: auto;
        white-space: nowrap
    }

    .blog-faqs summary {
        font-size: 16px;
        padding: 16px 45px 16px 16px
    }

    .blog-faqs details div {
        padding: 0 16px 16px
    }
}

@media all and (max-width:767px) {
    .form_faq_application_section #faqAccordion {
        margin-bottom: 40px
    }

    .contact-form-wrapper {
        border-radius: 20px;
        padding: 20px
    }

    .products_detail_box {
        padding: 30px 0px 10px 0px;
        text-align: center
    }

    .products_grids .card_title {
        min-height: unset
    }

    .form_faq_application_section {
        margin-bottom: 60px
    }

    .form_faq_application_section .contact_form_title,
    .our_solutions_section .sec_title_heading {
        font-size: 30px;
        line-height: 38px
    }

    .details_section .sec_title_heading {
        font-size: 24px;
        line-height: 34px
    }

    .cta-banner-inner .sec_title_heading {
        font-size: 27px;
        line-height: 38px
    }

    .single_app_product_section .section-title {
        font-size: 24px;
        line-height: 34px
    }

    .single-application,
    .our_solutions_section {
        padding: 60px 0px
    }

    .single_app_product_section .section-title {
        width: auto
    }

    .single-application-ing {
        padding-left: 0px
    }

    .single_product_detail_section .sec_title_heading {
        line-height: 31px;
        font-size: 22px
    }

    .product_information_section .product_information_heading h4 {
        font-size: clamp(16px, 2vw, 26px) !important
    }

    .application_grid_section .card-title {
        min-height: unset;
        line-height: 26px;
        font-size: 20px
    }

    .similar_product_swiper {
        padding: 70px 10px 10px 10px
    }

    .why_chs_products__grid {
        padding-top: 30px
    }

    .application_grid_section {
        padding: 60px 0px
    }

    .features_and_applications_tab_section #nav-tabContent {
        margin-top: 30px
    }

    .features_and_applications_tab_section {
        padding: 60px 0 60px
    }

    .features_and_applications_tab_section .tab-card {
        display: block
    }

    .cta-banner {
        margin: 60px 10px 80px 10px
    }

    .lower_box {
        justify-content: center
    }

    .cta-banner .banner-trust {
        gap: 15px;
        padding-top: 36px
    }

    .product_faq_section {
        margin-bottom: 40px
    }

    .why-chs-item-list {
        padding-top: 0px !important
    }

    .why_chs_products {
        padding: 60px 0px 60px 0px
    }

    .why_chs_products .why_chs_products__heading {
        font-size: 30px;
        margin-bottom: 30px;
        letter-spacing: -0.5px
    }

    .why_chs_products .why_chs_products__grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 30px 0
    }

    .why_chs_products .why_chs_products__col_left {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        gap: 32px
    }

    .why_chs_products .why_chs_products__img_col {
        grid-column: 1 / 2;
        grid-row: 3 / 3
    }

    .why_chs_products .why_chs_products__col_right {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
        gap: 32px
    }

    .why_chs_products .why_chs_products__img_wrap {
        width: 100%;
        height: 320px !important
    }

    .why_chs_products .why_chs_products__item_title {
        font-size: 22px
    }

    .why_chs_products .why_chs_products__item_desc {
        font-size: 13px
    }

    .our_solutions_section .our_solutions_section {
        padding: 48px 0px
    }

    .our_solutions_section .main-img {
        height: 300px
    }

    .our_solutions_section .person-card {
        width: 250px;
        right: 6px
    }

    .our_solutions_section .person-card img {
        height: 150px
    }

    .our_solutions_section .phone-badge {
        left: 10px;
        bottom: 10px;
        padding: 10px 20px
    }

    .our_solutions_section .solutions-content {
        padding: 0px;
        border-radius: 14px;
        margin-top: 30px
    }

    .our_solutions_section .feature-icon {
        width: 46px;
        height: 46px
    }

    .our_solutions_section .feature-icon i {
        font-size: 18px
    }

    .our_solutions_section .feature-text h6 {
        font-size: 20px
    }

    .single_app_product_section .section-title {
        padding: 10px 10px
    }

    .single_product_detail_section {
        padding: 40px 0px
    }

    .single_product_detail_section .image_wrapper {
        height: 320px;
        margin-top: 32px
    }

    .single_product_detail_section .img_main {
        width: 220px;
        height: 280px
    }

    .single_product_detail_section .img_thumb {
        width: 110px;
        height: 110px;
        right: 10px;
        top: 10px
    }

    .products_grid_box {
        margin-bottom: 50px
    }

    .similar_products_grid_box {
        margin-bottom: 50px
    }

    .products_grids {
        padding: 93px 0px 60px 0px
    }

    .our_similar_products {
        padding: 60px 0px 0px 0px
    }

    .products_grid_box:last-child {
        margin-bottom: 0px
    }

    .similar_products_grid_box:last-child {
        margin-bottom: 0px
    }

    .products_grids .card_wrap,
    .our_similar_products .card_wrap {
        padding: 28px 22px 24px 22px
    }

    .main-header .mobile-nav-toggler {
        display: block
    }

    .sec_title_title {
        font-size: 12px
    }

    .about_section,
    .application-section,
    .contact_section,
    .blog_section,
    .about_page_section,
    .vision_mission_section,
    .founder_section,
    .contact_page_section,
    .blog_page_section,
    .single_blog_section {
        padding: 60px 0px
    }

    .performance_section .section_title,
    .feature_section .section_title,
    .vision_mission_section .section_title,
    .contact_page_section .section_title,
    .contact_form_section .section_title {
        margin-bottom: 20px
    }

    .breadcrumb_section {
        padding: 170px 0 60px
    }

    .breadcrumb_list li {
        font-size: 16px;
        line-height: 26px
    }

    .contact_form_section .form_panel {
        padding: 20px
    }

    .why-choose-item .icon-box,
    .why-chs-item .icon-box {
        width: 50px;
        height: 50px
    }

    .contact_form_section .main-header_button {
        margin-top: 15px
    }

    .header-info_list li {
        gap: 3px
    }

    .testimonial-section .testimonial-card-wrapper {
        padding: 40px 20px
    }

    .breadcrumb_list li:nth-child(1) {
        display: inline-block;
        text-align: right
    }

    .breadcrumb_list li:nth-child(2) {
        display: inline-block;
        text-align: left
    }

    .breadcrumb_list li:nth-child(3) {
        width: 100%;
        display: inline-block;
        text-align: center
    }

    .breadcrumb_list li::after {
        margin-right: 10px
    }

    .breadcrumb_section::before,
    .breadcrumb_section::after {
        display: none
    }

    .breadcrumb_content h1 {
        font-size: 19px !important;
        line-height: 28px !important;
        text-align: center
    }

    .info_card {
        margin-bottom: 10px
    }

    .about_section_image_three {
        display: none
    }

    .about_section_left_part {
        margin-bottom: 10px !important
    }

    .about_section .sec_title_title::before,
    .application-section .sec_title_title::before,
    .contact_section .sec_title_title::before,
    .blog_section_header .sec_title_title::before,
    .about_page_content_wrap .sec_title_title::before,
    .performance_section .sec_title_title::before {
        display: none
    }

    .about_section .sec_title_title,
    .application-section .sec_title_title,
    .contact_section .sec_title_title,
    .blog_section_header .sec_title_title,
    .about_page_content_wrap .sec_title_title,
    .performance_section .sec_title_title {
        padding-left: 0px
    }

    .trust_section,
    .single_blog_form {
        margin-bottom: 60px
    }

    .main-header .header-lower .logo-box .logo {
        padding: 15px 0px !important
    }

    .menu-overlay.active {
        opacity: 0 !important
    }

    .footer_social_links_gold ul {
        gap: 6px
    }

    .single_blog_form .sec_title_title {
        font-size: 24px;
        line-height: 30px
    }

    .contact_form_section .form_panel {
        max-width: 100%
    }

    .blog_page_meta {
        display: flex
    }

    .single_blog_section .single_blog_img img {
        width: 100%
    }

    .single_blog_detail h2 {
        font-size: 26px;
        line-height: 34px
    }

    .single_blog_form .container {
        padding: 30px 20px 40px 20px
    }

    .single_blog_detail h3 {
        font-size: 24px;
        line-height: 32px
    }

    .single_blog_detail h4 {
        font-size: 20px;
        line-height: 28px
    }

    .single_blog_detail {
        padding: 10px 0px 10px 0px
    }

    .single_blog_meta span {
        justify-content: left
    }

    .single_blog_meta {
        display: block
    }

    .single_blog_form {
        padding: 0px 10px
    }

    .blog_page_meta span::after {
        margin-left: 10px
    }

    .blog_page_meta {
        gap: 8px
    }

    .form_panel {
        max-width: 100%
    }

    .contact_map iframe {
        height: 350px
    }

    .contact_page_section .row {
        gap: 0px
    }

    .about_section_image.now-in-view,
    .single_product_detail_image.now-in-view {
        border-radius: 10px
    }

    .contact_box {
        margin-bottom: 30px;
        width: 100%;
        padding: 0px 10px
    }

    .contact_box:last-child {
        margin-bottom: 0px
    }

    .contact_page_section .section_title {
        margin-bottom: 20px
    }

    .contact_map_section {
        padding: 60px 0;
        margin-top: 0px
    }

    .about_page_img_bottom_left img {
        width: 188px
    }

    .performance_sec_right_part {
        flex-direction: column-reverse;
        display: flex
    }

    .performance_heading {
        font-size: 20px;
        line-height: 30px
    }

    .performance_section .sec_title_title {
        gap: 0px;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 12px
    }

    .performance_section .sec_title_title::before,
    .performance_section .sec_title_title::after {
        width: 45px
    }

    .performance_content {
        padding-top: 20px
    }

    .vision_mission_right_img_wrap {
        height: unset
    }

    .vision_mission_right_col {
        padding-left: 0px;
        padding-top: 30px
    }

    .application-section .center-image {
        animation: movingX 8s linear infinite
    }

    @keyframes movingX {
        50% {
            transform: translateX(160px)
        }
    }

    .about_page_img_top img {
        width: 100%;
        left: unset
    }

    .header-info_list li:first-child {
        display: none
    }

    .breadcrumb_list {
        justify-content: center
    }

    .performance_left_img {
        margin-bottom: 30px
    }

    .header-top .address {
        display: none
    }

    .main-header {
        top: 20px
    }

    .why-choose-item:last-child {
        margin-bottom: 30px
    }

    .why-chs-item:last-child {
        margin-bottom: 0px
    }

    .blog_header_btn_one {
        display: none
    }

    .blog_header_btn_two {
        display: block;
        padding-top: 20px
    }

    .application-section .center-image-wrapper {
        justify-content: left !important
    }

    .application-section .feature-title {
        font-size: 20px;
        line-height: 30px
    }

    .application-section .text-center {
        text-align: left !important
    }

    .feature_card_icon {
        font-size: 40px
    }

    .feature_card_number {
        font-size: 70px;
        bottom: -4px
    }

    .feature_card {
        text-align: center
    }

    .feature_card_icon_wrap {
        justify-content: center
    }

    .founder_box .founder_name {
        text-align: center
    }

    .founder_box .founder_detail p {
        text-align: center
    }

    .vision_mission_info_card {
        text-align: center
    }

    .vision_mission_info_card_desc li:last-child {
        margin-bottom: 0px
    }

    .feature_row,
    .founder_section .row {
        gap: 10px
    }

    .feature_card_number {
        font-size: 85px
    }

    .founder_section .section_title {
        margin-bottom: 20px
    }

    .founder_name h4 {
        font-size: 20px;
        line-height: 30px
    }

    .founder_quote p {
        font-size: 18px;
        line-height: 28px
    }

    .application-section .center_sub_title .sec_title_title {
        margin: 0
    }

    .clients_section {
        padding-top: 60px;
        padding-bottom: 300px
    }

    .clients_industry_img_wrap1 {
        bottom: -6px;
        left: 11px
    }

    .blog_side_card {
        flex-direction: column-reverse
    }

    .blog_side_img_wrap {
        width: auto;
        min-width: auto
    }

    .trust_section .container {
        padding: 50px 10px
    }

    .trust_logo_card {
        margin-top: 0px
    }

    .trust_section {
        padding: 10px
    }

    .contact_info_grid {
        padding-bottom: 30px
    }

    .contact_icon_wrap svg {
        width: 40px;
        height: 40px
    }

    .three_card_home_card_title {
        font-size: 20px;
        line-height: 30px
    }

    .testimonial-section .sec_title_heading {
        margin-bottom: 10px
    }

    .sec_title_text {
        margin: 10px 0 20px 0px
    }

    .why-choose-item-list,
    .why-chs-item-list {
        padding-top: 30px
    }

    .product_section .swiper-button-prev {
        left: 160px
    }

    .product_section .swiper-button-next {
        right: 140px
    }

    .product_section {
        margin: 0 10px
    }

    .product-block_one-icon img {
        width: 200px;
        height: 200px
    }

    .product-content-title {
        gap: 10px
    }

    .product-content-title h2 {
        font-size: 20px
    }

    .about_section_image-two,
    .single_product_detail_image-two {
        display: none
    }

    .why-choose-us .sec_title_title {
        margin: 0 auto
    }

    .why-choose-us .sec_title_heading {
        text-align: center
    }

    .why-choose-img-1 figure img {
        aspect-ratio: 2 / 3.542
    }

    .why-choose-img-2 {
        top: 60px;
        left: 0px;
        width: 52%
    }

    .why-choose-images {
        margin-left: 0px
    }

    .why-choose-img-1 {
        margin-left: 160px
    }

    .why-choose-img-2 img {
        aspect-ratio: 3 / 4.22
    }

    .application-section .feature-box.reverse {
        flex-direction: unset;
        text-align: unset
    }

    .application-section .feature-box:last-child {
        margin-bottom: 0px
    }

    .three_card_home_card_icon {
        margin: 0 auto 30px
    }

    .col-lg-4:nth-child(1) .three_card_home_card,
    .col-lg-4:nth-child(2) .three_card_home_card,
    .col-lg-4:nth-child(3) .three_card_home_card {
        text-align: center
    }

    .col-lg-4:nth-child(1) .three_card_home_card {
        margin-top: 0px;
        text-align: center
    }

    .col-lg-4:nth-child(3) .three_card_home_card {
        margin-top: 0px
    }

    .testimonial-card-wrapper .swiper-button-prev {
        left: 130px;
        top: 835px
    }

    .testimonial-card-wrapper .swiper-button-next {
        right: 130px;
        top: 835px
    }

    .three_card_home_card {
        height: unset
    }

    .three_card_home {
        padding: 120px 0px 60px 0px
    }

    .testimonial-section .google-business-card {
        padding-right: 0px;
        margin-bottom: 30px;
        justify-content: center;
        text-align: center
    }

    .sec_title_heading {
        margin-top: 0px
    }

    .testimonial-section .rating-container {
        justify-content: center
    }

    .application-section .center-image {
        max-width: 50%;
        margin: 30px 0px
    }

    .footer_working_hours_box_gold ul li {
        justify-content: unset
    }

    .vision_mission_section {
        margin: 60px 0px
    }

    .performance_left_img {
        margin-bottom: 0px
    }

    .slider-one_arrow {
        bottom: -95px !important;
        right: 3%
    }

    .about_page_img_bottom_left {
        border: 10px solid #fff;
        width: 190px
    }

    .testimonial-section {
        padding: 60px 0px 140px 0px
    }

    .about_section_images_outer,
    .single_product_detail_images_outer {
        padding-left: 0px
    }

    .about_section .lower_box {
        margin-top: 0px;
        margin-bottom: 30px
    }

    .about_section .sec_title {
        margin-bottom: 0px
    }

    .product_section {
        padding: 60px 0px 120px 0px
    }

    .product_section .section-titles {
        margin-bottom: 0px !important
    }

    .product_section .swiper-button-next,
    .product_section .swiper-button-prev {
        top: 91%
    }

    .why-choose-item-content h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .why-chs-item-content h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .main_footer_gold {
        padding: 70px 0 0
    }

    .why-choose-us {
        padding: 60px 0px 60px 0px
    }

    .why-choose-item {
        padding-bottom: 0px
    }

    h2 {
        font-size: 30px;
        line-height: 40px
    }

    .header-lower .main-header_button {
        display: none
    }

    .slider-one {
        height: 100%
    }

    .footer_contact_item_list_gold ul {
        justify-content: center;
        gap: 10px
    }

    .slider-one .swiper-slide.slider_swiper {
        padding: 320px 0px 140px
    }

    .header-info_list {
        display: block
    }

    .top-header {
        justify-content: center !important
    }

    .header-info_list li {
        justify-content: center
    }

    .header-top .address {
        text-align: center
    }

    .header-top .inner-container {
        position: relative;
        margin: 0px 50px
    }

    h1.slider-one_heading {
        font-size: 28px;
        line-height: 37px
    }

    .slider-one_title {
        padding: 11px 10px
    }

    .slider-one_heading {
        margin-top: 10px
    }

    .footer_app .row {
        row-gap: 0px
    }

    .footer_links_gold ul li {
        width: auto
    }

    .footer_copyright_gold {
        justify-content: center !important
    }

    .contact_form_card {
        padding: 30px 20px
    }

    .clients_industry_img_wrap1 img {
        width: 100%
    }

    .about_footer_gold {
        padding: 20px
    }

    .products_grids .mt-md-3 {
        margin-top: 30px
    }

    .why_chs_products .why_chs_products__grid .why-chs-item-list {
        grid-template-columns: 1fr
    }

    .product_information_section {
        padding: 50px 0
    }

    .product_information_section .product_information_box {
        border-radius: 14px !important
    }

    .product_information_section .product_information_heading {
        padding: 20px 20px 20px 34px !important
    }

    .product_information_section .product_information_heading::before {
        top: 20px !important;
        bottom: 20px !important;
        left: 18px !important
    }

    .product_information_section .product_information_content {
        padding: 24px 18px 28px !important
    }

    .product_information_section .application_title_row {
        display: block !important;
        margin-top: 22px !important
    }

    .product_information_section .application_title_row>span {
        display: block !important;
        margin-top: 4px !important
    }

    .product_information_section .application_accordion {
        grid-template-columns: 1fr !important
    }
}

@media all and (max-width:450px) {
    .slider-one_arrow {
        bottom: -66px !important;
        right: 3%
    }

    .slider-one_arrow {
        width: 209px;
        height: 172px
    }

    .testimonial-card-wrapper .swiper-button-prev,
    .testimonial-card-wrapper .swiper-button-next {
        top: 850px
    }

    .clients_section .swiper-button-next {
        top: 220px;
        right: 12px
    }

    .clients_section .swiper-button-prev {
        right: 60px
    }

    .clients_section .swiper-button-prev,
    .clients_section .swiper-button-next {
        top: 250px
    }

    .product_section .swiper-button-next {
        right: 150px
    }

    .product_section .swiper-button-prev {
        left: 150px
    }

    .product_section .swiper-button-next,
    .product_section .swiper-button-prev {
        top: 88%
    }

    .testimonial-card-wrapper .swiper-button-prev {
        left: 150px
    }

    .testimonial-card-wrapper .swiper-button-next {
        right: 150px
    }

    .clients_section .swiper-button-prev {
        right: 70px
    }
}

@media all and (max-width:430px) {
    .slider-one .swiper-slide.slider_swiper {
        padding: 220px 0px 140px
    }

    .slider-one {
        height: 82vh
    }

    .testimonial-card-wrapper .swiper-button-prev,
    .testimonial-card-wrapper .swiper-button-next {
        top: 870px
    }
}

@media (max-width:390px) {

    .testimonial-card-wrapper .swiper-button-prev,
    .testimonial-card-wrapper .swiper-button-next {
        top: 870px
    }

    .slider-one .swiper-slide.slider_swiper {
        padding: 250px 0px 140px
    }

    .slider-one {
        height: 90vh
    }

    .testimonial-card-wrapper .swiper-button-next {
        right: 140px
    }

    .testimonial-card-wrapper .swiper-button-prev {
        left: 140px
    }

    .product_section .swiper-button-prev {
        left: 140px
    }

    .product_section .swiper-button-next {
        right: 140px
    }
}

@media (max-width:375px) {

    .testimonial-card-wrapper .swiper-button-prev,
    .testimonial-card-wrapper .swiper-button-next {
        top: 890px
    }

    .slider-one .swiper-slide.slider_swiper {
        padding: 190px 0px 103px
    }

    .product_section .swiper-button-next,
    .testimonial-card-wrapper .swiper-button-next {
        right: 130px
    }

    .testimonial-card-wrapper .swiper-button-prev,
    .product_section .swiper-button-prev {
        left: 130px
    }

    .slider-one {
        height: 100vh
    }

    .clients_section .swiper-button-prev,
    .clients_section .swiper-button-next {
        top: 230px
    }
}

@media (max-width:360px) {
    .slider-one .swiper-slide.slider_swiper {
        padding: 188px 0px 140px
    }

    .product_section .swiper-button-prev {
        left: 120px
    }

    .product_section .swiper-button-next {
        right: 120px
    }

    .product_section {
        padding: 60px 0px 100px 0px
    }

    .clients_section .swiper-button-prev,
    .clients_section .swiper-button-next {
        top: 240px
    }

    .testimonial-card-wrapper .swiper-button-prev {
        top: 880px
    }

    .testimonial-card-wrapper .swiper-button-next {
        top: 880px;
        right: 120px
    }

    .footer_social_links_gold ul {
        gap: 3px
    }

    .testimonial-section .testimonial-card-wrapper {
        padding: 30px
    }

    .blog_page_meta {
        gap: 8px;
        font-size: 12px
    }
}

@media (max-width:345px) {
    .slider-one {
        height: 100%
    }

    .product_section .swiper-button-next,
    .product_section .swiper-button-prev {
        top: 90%
    }

    .product_section .swiper-button-next {
        right: 120px
    }

    .testimonial-card-wrapper .swiper-button-next {
        right: 110px
    }

    .product_section .swiper-button-prev,
    .testimonial-card-wrapper .swiper-button-prev {
        left: 120px
    }
}

@media (max-width:320px) {
    .slider-one {
        height: 100%
    }

    .performance_section .sec_title_title {
        font-size: 11px
    }

    .product-block_one-inner {
        position: relative;
        padding: 10px 20px
    }

    .readmore-btn {
        width: 40px;
        height: 40px
    }

    .feature_card_number {
        font-size: 80px;
        bottom: -4px
    }

    .product-swiper {
        padding-left: 0px;
        padding-right: 0px
    }

    .similar_product_swiper {
        padding-left: 0px;
        padding-right: 0px
    }

    .testimonial-card-wrapper .swiper-button-next {
        top: 930px;
        right: 110px
    }

    .testimonial-card-wrapper .swiper-button-prev {
        top: 930px;
        left: 100px
    }

    .clients_section .swiper-button-prev,
    .clients_section .swiper-button-next {
        top: 250px
    }

    .clients_industry_img_wrap1 {
        bottom: -6px;
        left: -30px
    }

    h1.slider-one_heading {
        font-size: 23px;
        line-height: 33px
    }

    .slider-one .swiper-slide.slider_swiper {
        padding: 170px 0px 140px
    }

    .slider-one .play-box {
        width: 50px;
        height: 50px
    }

    .btn-style-two {
        padding: 10px 32px
    }

    .about_section {
        padding: 40px 0px 60px 0px
    }

    h2 {
        font-size: 26px;
        line-height: 37px
    }

    .product_section {
        padding: 60px 0px 100px 0px
    }

    .product-block_one-icon img {
        width: 150px;
        height: 150px
    }

    .product_section .swiper-button-prev {
        left: 100px
    }

    .product_section .swiper-button-next {
        right: 100px
    }
}

.application_list {
    padding: 18px 0px
}

.application_list h6 {
    padding-bottom: 10px
}

.trusted_supplier_section {
    padding: 80px 10px 00px 10px
}

.trusted_supplier_section .center_sub_title {
    background: #fff;
    border: 2px solid #A27A54;
    padding: 20px;
    border-radius: 10px
}

.application_benefits_section {
    padding: 100px 0 0
}

.benefits_title {
    margin: 0 auto 20px
}

.benefit-box {
    background: #fff;
    border: 2px solid #a27a54;
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    transition: .3s ease
}

.benefit-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(162, 122, 84, .18)
}

.benefit-box h4 {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px
}

.benefit-box p {
    color: #666;
    line-height: 1.7;
    margin: 0
}

.feature-list {
    margin: 20px 0 0;
    padding-left: 20px
}

.feature-list li {
    margin-bottom: 12px;
    line-height: 1.8
}

.working_principle_section {
    padding: 100px 0 0
}

.product-page a {
    text-decoration: none;
    color: inherit
}

.product_range_breadcrumb h1 {
    font-size: 42px;
    line-height: 52px
}

.main_heading_single {
    font-size: 24px;
    line-height: 30px
}

.single_range_product_detail {
    padding-left: 50px
}

.product-hero-section {
    padding: 100px 0
}

.product-hero {
    padding: 56px 0 40px
}

.product-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center
}

.product-gallery-slider {
    aspect-ratio: 4/5;
    border: 1px solid rgba(31, 36, 32, 0.10);
    border-radius: 4px;
    box-shadow: 0 12px 32px -18px rgba(31, 36, 32, 0.35)
}

.product-gallery-slider .swiper-slide,
.product-modal-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.product-gallery-slider .product-gallery-image {
    width: 100%;
    height: 100%;
    padding: 28px;
    cursor: zoom-in;
    object-fit: contain
}

.product-thumbnail-slider .swiper-slide {
    border: 1px solid rgba(31, 36, 32, 0.10);
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.65;
    padding: 8px
}

.product-thumbnail-slider .swiper-slide-thumb-active {
    border-color: #AA8058;
    opacity: 1
}

.product-thumbnail-slider img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain
}

.product-gallery-modal .modal-body {
    padding: 24px
}

.product-modal-slider .swiper-slide {
    min-height: 70vh
}

.product-modal-slider img {
    width: 100%;
    max-height: 70vh;
    object-fit: contain
}

.main-product-image {
    border-radius: 4px;
    border: 1px solid rgba(31, 36, 32, 0.10);
    box-shadow: 0 12px 32px -18px rgba(31, 36, 32, 0.35);
    aspect-ratio: 4/5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.main-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 28px
}

.product-thumbnails {
    display: flex;
    gap: 12px;
    margin-top: 14px
}

.product-thumbnails button {
    width: 72px;
    height: 72px;
    border-radius: 4px;
    border: 1px solid rgba(31, 36, 32, 0.10);
    padding: 8px;
    cursor: pointer;
    transition: border-color 0.2s ease
}

.product-thumbnails button.active,
.product-thumbnails button:hover {
    border-color: #AA8058
}

.product-thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.product-model {
    font-size: 13px;
    letter-spacing: 1.04px;
    color: #3E6E8E;
    text-transform: uppercase
}

.product-title {
    font-size: 30px;
    margin-top: 8px;
    line-height: 1.15
}

.product-description {
    margin-top: 16px;
    color: #4a4f47
}

.stock-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    font-size: 13px;
    font-weight: 700;
    color: #4C7A51
}

.stock-status::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4C7A51
}

.product-highlights {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 26px;
    padding: 18px 20px;
    border: 1px solid rgba(31, 36, 32, 0.10);
    border-radius: 4px
}

.highlight-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    flex: 1
}

.highlight-item {
    text-align: center
}

.highlight-item b {
    display: block;
    font-size: 18px;
    color: #1F2420
}

.highlight-item span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.66px;
    color: #8a8f85
}

.product-actions {
    display: flex;
    gap: 14px;
    margin-top: 26px;
    flex-wrap: wrap
}

.button {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.28px;
    padding: 15px 28px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s ease, color 0.2s ease
}

.button-primary {
    color: #FFFFFF;
    background: #AA8058
}

.button-primary:hover {
    color: #FFFFFF;
    background: #8A6544
}

.button-outline {
    color: #1F2420;
    border: 1px solid #1F2420
}

.button-outline:hover {
    color: #FFFFFF;
    background: #1F2420
}

.product-uses {
    margin-top: 30px
}

.usage-heading {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #33392f;
    margin-bottom: 10px;
    display: block
}

.product-gallery-next,
.product-gallery-previous,
.modal-gallery-previous,
.modal-gallery-next {
    top: 50%;
    background: #AA8058
}

.product-gallery-next::after,
.product-gallery-previous::after,
.modal-gallery-previous::after,
.modal-gallery-next::after {
    color: #fff
}

.product-gallery-previous,
.modal-gallery-previous {
    left: 0%
}

.product-tabs {
    display: flex;
    gap: 4px;
    border-bottom: 1px solid rgba(31, 36, 32, 0.10);
    margin-bottom: 32px;
    flex-wrap: wrap
}

.product-tab-button {
    font-weight: 700;
    font-size: 14px;
    padding: 12px 20px;
    cursor: pointer;
    color: #8a8f85;
    border-bottom: 2px solid transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: -1px;
    background: transparent
}

.product-tab-button.active {
    color: #1F2420;
    border-bottom-color: #AA8058
}

.product-tab-panel {
    display: none
}

.product-tab-panel.active {
    display: block;
    animation: fade-in 0.25s ease
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(4px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.product-panel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
    margin-bottom: 20px
}

.product-panel-grid-description {
    display: flex;
    flex-direction: column
}

.product-tab-panel h3 {
    font-size: 22px;
    margin-bottom: 14px
}

.feature-list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr
}

.feature-list li {
    display: flex;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(31, 36, 32, 0.10);
    border-radius: 4px
}

.feature-number {
    flex: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
    background: #AA8058
}

.feature-list b {
    display: block;
    font-size: 14px;
    margin-bottom: 2px
}

.feature-list span {
    font-size: 14px;
    color: #000
}

.feature-list .feature-number {
    color: #fff
}

.feature-list p {
    font-size: 13px;
    line-height: 18px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0
}

.specification-table {
    width: 100%;
    border-collapse: collapse
}

.specification-table tr {
    border-bottom: 1px solid rgba(31, 36, 32, 0.10)
}

.specification-table td {
    padding: 12px 6px;
    font-size: 14px
}

.specification-table td:first-child {
    color: #7a7f75;
    width: 46%
}

.specification-table td:last-child {
    font-weight: 700;
    text-align: right
}

.accessory-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px
}

.accessory-item {
    font-size: 12.5px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(31, 36, 32, 0.10);
    color: #33392f
}

.product-datasheet {
    padding: 56px 0;
    background: #0e2c36
}

.product-datasheet .section-label {
    color: #D9BFA0
}

.product-datasheet h2 {
    color: #FFFFFF;
    font-size: 26px;
    margin-top: 6px;
    margin-bottom: 26px
}

.datasheet-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    border-radius: 4px;
    overflow: hidden
}

.datasheet-item {
    padding: 20px 22px
}

.datasheet-item span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.66px;
    color: #D9BFA0;
    margin-bottom: 6px
}

.datasheet-item b {
    color: #FFFFFF;
    font-size: 17px
}

.product-lower-section {
    padding: 100px 0
}

.product-lower-section .section_title {
    margin-bottom: 30px
}

.product-lower-section a {
    color: inherit
}

.enquiry-form .sec_title_heading {
    margin: 0
}

.related-product-card {
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 14px;
    border: 1px solid rgba(31, 36, 32, 0.10);
    border-radius: 4px;
    margin-bottom: 12px
}

.related-product-card h4 {
    font-size: 18px;
    line-height: 26px
}

.related-product-card p {
    font-size: 14px;
    line-height: 22px;
    margin: 0
}

.related-product-card:hover .related-product-card h4 {
    color: #8A6544
}

.enquiry-form {
    border: 1px solid rgba(31, 36, 32, 0.10);
    border-radius: 4px;
    padding: 26px
}

.enquiry-form input,
.enquiry-form textarea {
    width: 100%;
    font-size: 14px;
    padding: 12px 14px;
    margin-bottom: 12px;
    border: 1px solid rgba(31, 36, 32, 0.10);
    border-radius: 4px;
    box-sizing: border-box
}

.enquiry-form textarea {
    min-height: 88px;
    resize: vertical
}

.enquiry-form .button-primary {
    width: 100%;
    justify-content: center
}

@media (max-width:900px) {

    .product-hero-grid,
    .product-panel-grid,
    .lower-content-grid {
        grid-template-columns: 1fr
    }

    .product-uses ul {
        grid-template-columns: 1fr
    }

    .datasheet-grid {
        grid-template-columns: 1fr 1fr
    }

    .highlight-list {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .product-highlights {
        align-items: flex-start
    }
}

@media (max-width:575px) {
    .product-container {
        padding: 0 16px
    }

    .datasheet-grid {
        grid-template-columns: 1fr
    }

    .product-modal-slider .swiper-slide {
        min-height: 55vh
    }
}

@media (prefers-reduced-motion:reduce) {
    .product-tab-panel.active {
        animation: none
    }
}

.single_blog_detail table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    border: 1px solid #d9e3e6;
    font-size: 15px
}

.single_blog_detail table thead {
    background: #0e2c36
}

.single_blog_detail table thead th {
    padding: 14px 16px;
    color: #fff;
    text-align: left;
    font-weight: 600;
    border: 1px solid #0e2c36
}

.single_blog_detail table tbody td {
    padding: 14px 16px;
    border: 1px solid #d9e3e6;
    color: #333;
    vertical-align: top
}

.single_blog_detail table tbody tr:nth-child(even) {
    background: #f8fbfc
}

.single_blog_detail table tbody tr:hover {
    background: #eef5f7;
    transition: all 0.3s ease
}

.single_blog_detail table th,
.single_blog_detail table td {
    line-height: 1.6
}

.blog-faqs details {
    border: 1px solid #d9e3e6;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease
}

.blog-faqs details[open] {
    border-color: #0e2c36;
    box-shadow: 0 5px 20px rgba(14, 44, 54, 0.08)
}

.blog-faqs summary {
    padding: 18px 50px 18px 20px;
    font-size: 17px;
    font-weight: 600;
    color: #0e2c36;
    cursor: pointer;
    list-style: none;
    position: relative;
    transition: 0.3s
}

.blog-faqs summary::-webkit-details-marker {
    display: none
}

.blog-faqs summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #0e2c36;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    transition: 0.3s ease
}

.blog-faqs details[open] summary::after {
    content: "−";
    transform: translateY(-50%) rotate(180deg)
}

.blog-faqs details div {
    padding: 0 20px 20px;
    border-top: 1px solid #eef2f4
}

.blog-faqs details p {
    margin: 15px 0 0;
    color: #555;
    font-size: 15px;
    line-height: 1.8
}

.blog-faqs h3 {
    margin-bottom: 25px
}

.footer_design {
    text-align: center;
    margin-bottom: 20px
}

.footer_design p {
    color: #fff
}

.footer_design a {
    color: #fff;
    margin-bottom: 0
}

.site-floating-actions {
    position: fixed;
    right: 18px;
    bottom: 20px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px
}

.mobile-quick-actions {
    display: none
}

.site-floating-action {
    min-width: 48px;
    height: 48px;
    padding: 0 15px;
    border: 0;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #fff;
    font: 600 14px/1 "Lexend Deca", sans-serif;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease
}

.site-floating-action:hover,
.site-floating-action:focus-visible {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.28)
}

.site-floating-action i {
    font-size: 20px
}

.brochure-action {
    background: #c9982e
}

.whatsapp-action {
    background: #25d366
}

.back-to-top-action {
    background: #17202a;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto
}

@media (max-width:575.98px) {
    .site-floating-actions {
        display: none
    }

    body {
        padding-bottom: 76px
    }

    .mobile-quick-actions {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        display: grid;
        grid-template-columns: 52px minmax(112px, 0.9fr) minmax(145px, 1.15fr);
        gap: 7px;
        align-items: center;
        padding: 10px 12px;
        padding-bottom: max(10px, env(safe-area-inset-bottom));
        background: #fff;
        box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.14)
    }

    .mobile-quick-action {
        height: 48px;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        color: #fff;
        font: 700 13px/1 "Lexend Deca", sans-serif;
        letter-spacing: 0.4px;
        text-decoration: none;
        text-transform: uppercase;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14)
    }

    .mobile-quick-action:hover,
    .mobile-quick-action:focus-visible {
        color: #fff
    }

    .mobile-quick-action i {
        font-size: 17px
    }

    .mobile-whatsapp-action {
        width: 48px;
        border-radius: 50%;
        background: #25d366;
        font-size: 25px
    }

    .mobile-whatsapp-action i {
        font-size: 25px
    }

    .mobile-call-action {
        background: #17202a
    }

    .mobile-quote-action {
        background: #c9982e
    }
}

@media (max-width:360px) {
    .mobile-quick-actions {
        grid-template-columns: 46px minmax(96px, 0.85fr) minmax(126px, 1.15fr);
        gap: 5px;
        padding-left: 8px;
        padding-right: 8px
    }

    .mobile-quick-action {
        height: 44px;
        font-size: 11px
    }
}

.products_grids.application {
    position: relative;
    padding: 100px 10px 100px 10px
}

.products_grids.application::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/pattern-2.webp) center / cover no-repeat;
    opacity: 0.4;
    z-index: -1
}

.pressure_washer .product_information_content {
    height: unset
}

.product_information_section {
    padding: 80px 0;
    background: radial-gradient(circle at 8% 12%, rgba(162, 122, 84, .10), transparent 28%), linear-gradient(180deg, #fbfaf8 0%, #f5f1ed 100%)
}

.product_information_section * {
    box-sizing: border-box
}

.product_information_section .product_information_box {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(162, 122, 84, .42);
    border-radius: 18px;
    box-shadow: 0 14px 45px rgba(72, 48, 29, .08);
    transition: transform .3s ease, box-shadow .3s ease
}

.product_information_section .product_information_box:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 55px rgba(72, 48, 29, .13)
}

.product_information_section .product_information_heading {
    position: relative;
    padding: 24px 32px 24px 42px;
    background: linear-gradient(135deg, #8e6845 0%, #b18a64 100%)
}

.product_information_section .product_information_heading::before {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 24px;
    width: 4px;
    border-radius: 10px;
    background: #f4dfc9
}

.product_information_section .product_information_heading h4 {
    margin: 0;
    color: #fff;
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 700;
    line-height: 1.35
}

.product_information_section .product_information_content {
    height: auto;
    overflow: visible;
    padding: 34px 36px 38px;
    color: #4f4a45
}

.product_information_section .product_information_content>p {
    margin: 0 0 20px;
    color: #555;
    line-height: 1.8
}

.product_information_section .application_title_row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin: 28px 0 16px
}

.product_information_section .application_title_row h5 {
    margin: 0;
    color: #332b25;
    font-size: 21px;
    font-weight: 700
}

.product_information_section .application_title_row>span {
    color: #8a7a6c;
    font-size: 12px
}

.product_information_section .application_accordion {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: start
}

.product_information_section .application_accordion details {
    overflow: hidden;
    border: 1px solid #e7d8ca;
    border-radius: 12px;
    background: #fff;
    transition: border-color .25s ease, box-shadow .25s ease;
    will-change: height
}

.product_information_section .application_accordion details[open] {
    border-color: #b78c65;
    box-shadow: 0 8px 24px rgba(91, 63, 40, .09)
}

.product_information_section .application_accordion summary {
    position: relative;
    display: flex;
    min-height: 62px;
    align-items: center;
    gap: 12px;
    padding: 12px 46px 12px 12px;
    color: #332b25;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    list-style: none
}

.product_information_section .application_accordion summary::-webkit-details-marker {
    display: none
}

.product_information_section .application_accordion summary::after {
    content: "+";
    position: absolute;
    right: 16px;
    color: #a27a54;
    font-size: 24px;
    font-weight: 400;
    transition: transform .28s ease
}

.product_information_section .application_accordion details[open] summary {
    background: #f7f1eb
}

.product_information_section .application_accordion details[open] summary::after {
    content: "−";
    transform: rotate(180deg)
}

.product_information_section .application_icon {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    border-radius: 9px;
    background: #a27a54;
    color: #fff;
    font-size: 11px;
    font-weight: 700
}

.product_information_section .application_detail {
    padding: 14px 18px 16px
}

.product_information_section .application_detail ul {
    margin: 0;
    padding-left: 18px
}

.product_information_section .application_detail li {
    margin-bottom: 7px;
    color: #514b46;
    font-size: 13px;
    line-height: 1.6
}

.product_information_section .application_detail li:last-child {
    margin-bottom: 0
}


