/* =====================================================
   GLOBAL COLOR TOKENS
   Change any value here once — it updates the whole site.
   ===================================================== */
:root {
    --clr-primary:   #F1A61B;   /* brand gold  — buttons, highlights, accents       */
    --clr-accent:    #E80608;   /* accent red  — badges, sale tags, alerts           */
    --clr-bg-warm:   #FAF1ED;   /* warm cream  — section backgrounds, cards, footer  */
    --clr-white:     #ffffff;   /* white       — page bg, nav, panels                */
    --clr-black:     #131313;   /* near-black  — headings, nav text, dark sections   */
}
 ***/
 * {
     margin: 0px;
     padding: 0px;
     border: none;
     outline: none;
 }

html,
body{
    cursor: none !important;
}

 /***

====================================================================
  Global Settings
====================================================================

 ***/


 body {
     font-size: 15px;
     color: #5b5858;
     line-height: 28px;
     font-weight: 400;
     background: #ffffff;
     font-family: 'DM Sans', sans-serif;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center top;
     -webkit-font-smoothing: antialiased;
 }

 @media (min-width:1200px) {
     .container {
         max-width: 1170px;
         padding: 0px 15px;
     }
 }

 .large-container {
     max-width: 1540px;
     padding: 0px 120px;
     margin: 0 auto;
 }

 .container-fluid {
     padding: 0px;
 }

 .auto-container {
     position: static;
     max-width: 1200px;
     padding: 60px 15px;
     margin: 0 auto;
 }

 .small-container {
     max-width: 680px;
     margin: 0 auto;
 }

 .boxed_wrapper {
     position: relative;
     margin: 0 auto;
     overflow: hidden !important;
     width: 100%;
     min-width: 300px;
 }


 a {
     text-decoration: none;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 a:hover {
     text-decoration: none;
     outline: none;
 }

 input,
 button,
 select,
 textarea {
     font-family: 'DM Sans', sans-serif;
     font-weight: 400;
     font-size: 16px;
 }

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

 input {
     transition: all 500ms ease;
 }

 button:focus,
 input:focus,
 textarea:focus {
     outline: none;
     box-shadow: none;
     transition: all 500ms ease;
 }
 
@media (max-width: 767px) {

    .banner-carousel .slide-item{
        position: relative;
        min-height: 700px;
        overflow: hidden;
    }

    .banner-carousel .slide-item picture{
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .banner-carousel .slide-item .banner-img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .banner-content{
        position: absolute;
        top: 50%;
        left: 20px;
        right: 20px;
        transform: translateY(-50%);
        z-index: 2;
    }
}
 p {
     position: relative;
     font-family: 'DM Sans', sans-serif;
     color: #5b5858;
     font-weight: 400;
     margin: 0px;
     transition: all 500ms ease;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     position: relative;
     font-family: 'Playfair Display', serif;
     font-weight: 400;
     color: #131313;
     margin: 0px;
     transition: all 500ms ease;
 }

 /* Preloader */

 .handle-preloader {
     align-items: center;
     -webkit-align-items: center;
     display: flex;
     display: -ms-flexbox;
     height: 100%;
     justify-content: center;
     -webkit-justify-content: center;
     position: fixed;
     left: 0;
     top: 0;
     width: 100%;
     z-index: 99999;
     background: #fff;
 }

 .preloader-close {
     position: fixed;
     z-index: 999999;
     font-size: 14px;
     line-height: 30px;
     color: #fff;
     padding: 5px 20px;
     cursor: pointer;
     right: 0;
     bottom: 0;
     font-weight: 600;
 }

 .handle-preloader .animation-preloader {
     position: absolute;
     z-index: 100;
 }

 .handle-preloader .animation-preloader .spinner {
     animation: spinner 1s infinite linear;
     border-radius: 50%;
     height: 50px;
     margin: 0 auto 45px auto;
     width: 50px;
 }

 .handle-preloader .animation-preloader .txt-loading {
     text-align: center;
     user-select: none;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
     animation: letters-loading 4s infinite;
     content: attr(data-text-preloader);
     left: 0;
     opacity: 0;
     top: 0;
     position: absolute;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading {
     font-family: 'DM Sans', sans-serif;
     font-weight: 700;
     letter-spacing: 15px;
     display: inline-block;
     position: relative;
     font-size: 70px;
     line-height: 70px;
     text-transform: uppercase;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
     animation-delay: 0.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
     animation-delay: 0.4s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
     animation-delay: 0.6s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
     animation-delay: 0.8s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
     animation-delay: 1s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
     animation-delay: 1.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
     animation-delay: 1.4s;
 }

 .handle-preloader .loader-section {
     background-color: #ffffff;
     height: 100%;
     position: fixed;
     top: 0;
     width: calc(50% + 1px);
 }

 .preloader .loaded .animation-preloader {
     opacity: 0;
     transition: 0.3s ease-out;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading {
     color: #b73604;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
     color: #b73604;
 }

 .handle-preloader .animation-preloader .spinner {
     border: 3px solid #b73604;
     border-top-color: rgba(183, 54, 4, 0.3);
 }

 /* AnimaciÃ³n del preloader */
 @keyframes spinner {
     to {
         transform: rotateZ(360deg);
     }
 }

 @keyframes letters-loading {

     0%,
     75%,
     100% {
         opacity: 0;
         transform: rotateY(-90deg);
     }

     25%,
     50% {
         opacity: 1;
         transform: rotateY(0deg);
     }
 }

 @media screen and (max-width: 767px) {
     .handle-preloader .animation-preloader .spinner {
         height: 8em;
         width: 8em;
     }
 }

 @media screen and (max-width: 500px) {
     .handle-preloader .animation-preloader .spinner {
         height: 7em;
         width: 7em;
     }

     .handle-preloader .animation-preloader .txt-loading .letters-loading {
         font-size: 40px;
         letter-spacing: 10px;
     }
 }


 .centred {
     text-align: center;
 }

 .pull-left {
     float: left;
 }

 .pull-right {
     float: right;
 }


 figure {
     margin: 0px;
 }

 img {
     display: inline-block;
     max-width: 100%;
     height: auto;
     transition-delay: .1s;
     transition-timing-function: ease-in-out;
     transition-duration: .7s;
     transition-property: all;
 }

 /** button **/

 .theme-btn-one {
     position: relative;
     display: inline-block;
     font-size: 14px;
     line-height: 26px;
     font-family: 'DM Sans', sans-serif;
     font-weight: 700;
     color: #fff !important;
     text-align: center;
     padding: 10px 20px;
     text-transform: uppercase;
     z-index: 1;
 }

 .theme-btn-one:before {
     position: absolute;
     content: '';
     width: 0%;
     height: 100%;
     background: #131313;
     left: 0px;
     top: 0px;
     z-index: -1;
     transition: all 500ms ease;
 }

 .theme-btn-one:hover:before {
     width: 100%;
 }

 .theme-btn-two {
     position: relative;
     display: inline-block;
     font-size: 16px;
     line-height: 26px;
     font-family: 'DM Sans', sans-serif;
     font-weight: 700;
     color: #fff !important;
     text-align: center;
     padding: 17px 45px;
     text-transform: uppercase;
     z-index: 1;
 }

 .theme-btn-two:before {
     position: absolute;
     content: '';
     width: 0%;
     height: 100%;
     background: #131313;
     left: 0px;
     top: 0px;
     z-index: -1;
     transition: all 500ms ease;
 }

 .theme-btn-two:hover:before {
     width: 100%;
 }

 .pagination {
     position: relative;
     display: block;
 }

 .pagination li {
     display: inline-block;
     margin: 0px 12px;
 }

 .pagination li a {
     position: relative;
     display: inline-block;
     font-size: 18px;
     font-weight: 700;
     font-family: 'DM Sans', sans-serif;
     height: 60px;
     width: 60px;
     line-height: 60px;
     background: #faf4ec;
     text-align: center;
     color: #5b5858;
     border-radius: 50%;
     z-index: 1;
     transition: all 500ms ease;
 }

 .pagination li a:hover,
 .pagination li a.current {
     color: #fff;
 }

 .pagination li a:before {
     position: absolute;
     content: '';
     border: 2px solid #ececec;
     border-radius: 50%;
     top: -10px;
     left: -10px;
     width: 80px;
     height: 80px;
 }

 .sec-pad {
     padding: 50px 0px 50px 0px;
 }

 .sec-pad-2 {
     padding: 50px 0px !important;
 }

 .mr-0 {
     margin: 0px !important;
 }

 .scroll-top {
     width: 75px;
     height: 75px;
     line-height: 75px;
     position: fixed;
     bottom: 105%;
     right: 30px;
     font-size: 24px;
     z-index: 99;
     color: #ffffff;
     font-weight: 400;
     border-radius: 50%;
     text-align: center;
     cursor: pointer;
     transition: 1s ease;
 }

 .scroll-top.open {
     bottom: 50px;
 }

 .scroll-top span {
     color: #fff;
 }

 .sec-title {
     position: relative;
     display: block;
     margin-bottom: 70px;
 }

 .sec-title.centred,
 .centred .sec-title {
     text-align: center !important;
 }

 .sec-title p {
     position: relative;
     display: block;
     font-size: 12px;
     font-family: 'DM Sans', sans-serif;
     line-height: 26px;
     font-weight: 600;
     margin-bottom: 11px;
 }

 .sec-title h2 {
     position: relative;
     display: block;
     font-size: 36px;
     line-height: 41px;
     font-weight: 700;
     text-transform: uppercase;
     margin: 0px;
         margin-bottom: 25px;
        color: var(--clr-accent);
 }

 .sec-title.light h2 {
     color: #fff;
 }




 /***

====================================================================
                        Home-Page-One
====================================================================

***/


 /** main-header **/

 .main-header {
     position: relative;
     left: 0px;
     top: 0px;
     z-index: 999;
     width: 100%;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .sticky-header {
     position: fixed;
     opacity: 0;
     visibility: hidden;
     left: 0px;
     top: 0px;
     width: 100%;
     z-index: 0;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .fixed-header .sticky-header {
     z-index: 999;
     opacity: 1;
     visibility: visible;
     -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;
 }

 /** header-lower **/

 .main-header.style-one .header-lower {
     position: absolute;
     left: 0px;
     top: 0px;
     right: 0px;
     width: 100%;
 }

 .main-header .outer-box {
     position: relative;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between;
     padding: 0px 115px;
     background-color: white;
 }

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

 .main-header .menu-area {
     z-index: 1;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
 }

 .main-header .nav-right-content {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     flex-wrap: wrap;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
 }

 .main-header .menu-right-content {
     position: relative;
     display: inline-block;
     margin-left: 17px;
 }

 .main-header .menu-right-content li {
     position: relative;
     display: inline-block;
     margin: 0px 14px;
 }

 .main-header .menu-right-content li.cart-btn a {
     position: relative;
     display: inline-block;
     font-size: 15px;
     color: #fff;
     line-height: 30px;
 }

 .main-header .menu-right-content li.cart-btn a span {
     position: absolute;
     top: -16px;
     right: -9px;
 }

 .main-header .menu-right-content li.like-btn a {
     position: relative;
     display: inline-block;
     font-size: 15px;
     color: #fff;
     line-height: 30px;
 }
.main-header .nav-right-content .social-links{
    display:flex;
    align-items:center;
    margin:0;
    padding:0;
}

.main-header .nav-right-content .social-links li{
    display:flex;
    align-items:center;
    margin-right:15px;
}

.main-header .nav-right-content .social-links li:last-child{
    margin-right:0 !important;
}

.main-header .nav-right-content .social-links li a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    border-radius:50%;
    color:var(--clr-primary);
    transition:all .3s ease;
}

.main-header .nav-right-content .social-links li a:hover{
    background:var(--clr-accent);
    color:#fff !important;
}

 .main-header .nav-right-content .nav-box {
     position: relative;
     display: inline-block;
     margin-left: 30px;
 }

 .main-header .nav-right-content .nav-box button {
     position: relative;
     display: inline-block;
     width: 55px;
     height: 55px;
     line-height: 55px;
     text-align: center;
     padding: 0px 12px;
     background: #fff;
     border-radius: 10px;
 }

 .main-header .nav-right-content .nav-box button .bar {
     position: relative;
     display: block;
     width: 100%;
     height: 3px;
     background: #333333;
     margin: 7px 0px;
 }



 /** search box btn **/

 .main-header .search-box-outer {
     top: 1px;
 }

 .main-header .search-box-btn {
     position: relative;
     font-size: 15px;
     line-height: 30px;
     text-align: center;
     font-weight: 400;
     color: #fff;
     cursor: pointer;
     display: inline-block;
     background: transparent;
     transition: all 500ms ease;
 }

 .main-header .search-box-btn:hover {}

 .main-header .search-box-outer .dropdown-menu {
     top: 54px !important;
     padding: 0px;
     width: 330px;
     border-radius: 0px;
     background: #ffffff;
     right: 0;
     left: auto !important;
     transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 0.8) !important;
     border-color: transparent;
     border-radius: 3px;
     box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
     transition: .5s ease;
     display: block;
     opacity: 0;
     visibility: hidden;
 }

 .main-header .search-box-outer .show .dropdown-menu {
     display: block;
     transform: scale3d(1, 1, 1) !important;
     opacity: 1;
     visibility: visible;
 }

 .main-header .search-panel .form-container {
     padding: 30px;
 }

 .main-header .search-panel .form-group {
     position: relative;
     margin: 0px;
 }

 .main-header .search-panel input[type="text"],
 .main-header .search-panel input[type="search"],
 .main-header .search-panel input[type="password"],
 .main-header .search-panel select {
     display: block;
     width: 100%;
     line-height: 24px;
     padding: 9px 50px 9px 15px;
     height: 50px;
     border: 1px solid #f3f5fe;
     border-radius: 3px;
     background: #f3f5fe;
 }

 .main-header .search-panel input:focus,
 .main-header .search-panel select:focus {
     border-color: #f3f5fe;
 }

 .main-header .search-panel .search-btn {
     position: absolute;
     right: 1px;
     top: 1px;
     width: 50px;
     height: 48px;
     text-align: center;
     color: #111111;
     background: #f3f5fe;
     font-size: 14px;
     border-radius: 0px 3px 3px 0px;
     cursor: pointer;
 }

 
 .dropdown-toggle::after {
     display: none;
 }

 /** xs-sidebar **/

 .xs-sidebar-group .xs-overlay {
     left: 0%;
     top: 0;
     position: fixed;
     height: 100%;
     opacity: 0;
     width: 100%;
     visibility: hidden;
     -webkit-transition: all .4s ease-in .8s;
     -o-transition: all .4s ease-in .8s;
     transition: all .4s ease-in .8s;
     cursor: url(../images/icons/cross-out.png),
         pointer;
     z-index: 999999;
 }

 .xs-sidebar-group.isActive .xs-overlay {
     opacity: .8;
     visibility: visible;
     -webkit-transition: all .8s ease-out 0s;
     -o-transition: all .8s ease-out 0s;
     transition: all .8s ease-out 0s;
     right: 100%;
 }

 .xs-sidebar-group .widget-heading {
     position: absolute;
     top: 0;
     right: 0;
     padding: 25px;
 }

 .xs-sidebar-group .widget-heading a {
     color: #131313;
     font-size: 20px;
     font-weight: 400;
 }

 .xs-sidebar-group .widget-heading a:hover {}

 .xs-sidebar-widget {
     position: fixed;
     left: -100%;
     top: 0;
     bottom: 0;
     width: 100%;
     max-width: 360px;
     z-index: 999999;
     overflow: hidden;
     overflow-y: auto;
     -webkit-overflow-scrolling: touch;
     background-color: #fff;
     -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
     -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
     transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
     visibility: hidden;
     opacity: 0;
 }

 .xs-sidebar-group.isActive .xs-sidebar-widget {
     opacity: 1;
     visibility: visible;
     left: 0;
     -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
     -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
     transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
 }

 .sidebar-textwidget {
     padding: 70px 30px;
 }

 .sidebar-widget-container {
     position: relative;
     top: 150px;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: all .3s ease-in .3s;
     -o-transition: all .3s ease-in .3s;
     transition: all .3s ease-in .3s;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
 }

 .xs-sidebar-group.isActive .sidebar-widget-container {
     top: 0px;
     opacity: 1;
     visibility: visible;
     -webkit-transition: all 1s ease-out 1.2s;
     -o-transition: all 1s ease-out 1.2s;
     transition: all 1s ease-out 1.2s;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
 }

 .xs-overlay {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     opacity: .5;
     z-index: 0;
 }

 .xs-bg-black {
     background-color: #131313;
 }

 .xs-sidebar-group .content-inner .logo {
     position: relative;
     max-width: 172px;
     width: 100%;
     margin-bottom: 30px;
 }

 .xs-sidebar-group .content-inner h4 {
     position: relative;
     display: block;
     font-size: 20px;
     line-height: 30px;
     font-weight: 600;
     margin-bottom: 15px;
 }

 .xs-sidebar-group .content-inner .content-box {
     margin-bottom: 30px;
     padding-right: 15px;
 }

 .xs-sidebar-group .content-inner .content-box p {
     color: #848484;
 }

 .xs-sidebar-group .content-inner .form-inner .form-group {
     position: relative;
     margin-bottom: 20px;
 }

 .xs-sidebar-group .content-inner .form-inner .form-group:last-child {
     margin-bottom: 0px;
 }

 .xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
 .xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
 .xs-sidebar-group .content-inner .form-inner .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     height: 50px;
     border: 1px solid #e5e5e5;
     font-size: 15px;
     padding: 10px 20px;
     color: #848484;
     transition: all 500ms ease;
 }

 .xs-sidebar-group .content-inner .form-inner .form-group textarea {
     resize: none;
     height: 120px;
 }

 .xs-sidebar-group .content-inner .form-inner .form-group input:focus,
 .xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
     border-color: #00224f;
 }


 /** main-menu **/

 .main-menu {
     float: left;
 }

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

 .main-menu .navigation {
     margin: 0px;
 }

 .main-menu .navigation>li {
     position: inherit;
     float: left;
     z-index: 2;
     padding: 18px 0px;
     margin: 0px 22px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

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

 .main-menu .navigation>li:first-child {
     margin-left: 0px !important;
 }

 .main-menu .navigation>li>a {
     position: relative;
     display: block;
     text-align: center;
     font-size: 14px;
     line-height: 30px;
     font-family: 'DM Sans', sans-serif;
     font-weight: 700;
     opacity: 1;
     color: #000000;
     z-index: 1;
     text-transform: uppercase;
     letter-spacing: 1px;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
 }

 .main-menu .navigation>li.current>a,
 .main-menu .navigation>li:hover>a {}

 .main-menu .navigation>li>ul,
 .main-menu .navigation>li>.megamenu {
     position: absolute;
     left: inherit;
     top: 100%;
     width: 250px;
     z-index: 100;
     display: none;
     opacity: 0;
     visibility: hidden;
     background: #131313;
     padding: 10px 0px;
     filter: alpha(opacity=0);
     -webkit-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -ms-transition: all 0.2s ease-out;
     -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
     box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
     -webkit-transform: rotateX(-90deg);
     transform: rotateX(-90deg);
     -webkit-transform-origin: 0 0;
     transform-origin: 0 0;
 }

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

 .main-menu .navigation>li>ul>li {
     position: relative;
     width: 100%;
     padding: 0px 30px;
     -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
     transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
     opacity: 0;
     visibility: hidden;
     -webkit-transform: translateY(5px);
     transform: translateY(5px);
 }

 .main-menu .navigation>li:hover>ul>li {
     opacity: 1;
     visibility: visible;
     -webkit-transform: translateY(0);
     transform: translateY(0);
 }

 .main-menu .navigation>li>ul>li:nth-child(2n+1) {
     -webkit-transition-delay: 0.1s;
     transition-delay: 0.1s;
 }

 .main-menu .navigation>li>ul>li:nth-child(2n+2) {
     -webkit-transition-delay: 0.15s;
     transition-delay: 0.15s;
 }

 .main-menu .navigation>li>ul>li:nth-child(2n+3) {
     -webkit-transition-delay: 0.2s;
     transition-delay: 0.2s;
 }

 .main-menu .navigation>li>ul>li:nth-child(2n+4) {
     -webkit-transition-delay: 0.25s;
     transition-delay: 0.25s;
 }

 .main-menu .navigation>li>ul>li:nth-child(2n+5) {
     -webkit-transition-delay: 0.3s;
     transition-delay: 0.3s;
 }

 .main-menu .navigation>li>ul>li:nth-child(2n+6) {
     -webkit-transition-delay: 0.35s;
     transition-delay: 0.35s;
 }

 .main-menu .navigation>li>ul>li:nth-child(2n+7) {
     -webkit-transition-delay: 0.4s;
     transition-delay: 0.4s;
 }

 .main-menu .navigation>li>ul>li:nth-child(2n+8) {
     -webkit-transition-delay: 0.45s;
     transition-delay: 0.45s;
 }

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

 .main-menu .navigation>li>ul>li>a,
 .main-menu .navigation>li>.megamenu li>a {
     position: relative;
     display: block;
     padding: 14px 0px;
     line-height: 24px;
     font-weight: 600;
     font-size: 15px;
     font-family: 'DM Sans', sans-serif;
     text-transform: capitalize;
     color: #fff;
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     text-align: left;
     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-menu .navigation>li>ul>li>a:hover,
 .main-menu .navigation>li>.megamenu li>a:hover {}

 .main-menu .navigation>li>ul>li:last-child>a,
 .main-menu .navigation>li>.megamenu li:last-child>a {
     border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>a:hover {}

 .main-menu .navigation>li>ul>li.dropdown>a:after {
     font-family: 'Font Awesome 5 Pro';
     content: "\f105";
     position: absolute;
     right: 20px;
     top: 14px;
     display: block;
     line-height: 24px;
     font-size: 16px;
     font-weight: 800;
     text-align: center;
     z-index: 5;
 }

 .main-menu .navigation>li>ul>li>ul {
     position: absolute;
     right: 100%;
     top: 0%;
     width: 230px;
     z-index: 100;
     display: none;
     background: #131313;
     padding: 10px 0px;
     filter: alpha(opacity=0);
     -webkit-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -ms-transition: all 0.2s ease-out;
     -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
     box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
     -webkit-transform: rotateX(-90deg);
     transform: rotateX(-90deg);
     -webkit-transform-origin: 0 0;
     transform-origin: 0 0;
 }

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

 .main-menu .navigation>li>ul>li>ul>li {
     position: relative;
     width: 100%;
     padding: 0px 30px;
 }

 .main-menu .navigation>li>ul>li>ul>li {
     position: relative;
     width: 100%;
     padding: 0px 30px;
     -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
     transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
     opacity: 0;
     visibility: hidden;
     -webkit-transform: translateY(5px);
     transform: translateY(5px);
 }

 .main-menu .navigation>li>ul>li:hover>ul>li {
     opacity: 1;
     visibility: visible;
     -webkit-transform: translateY(0);
     transform: translateY(0);
 }

 .main-menu .navigation>li>ul>li>ul>li:nth-child(2n+1) {
     -webkit-transition-delay: 0.1s;
     transition-delay: 0.1s;
 }

 .main-menu .navigation>li>ul>li>ul>li:nth-child(2n+2) {
     -webkit-transition-delay: 0.15s;
     transition-delay: 0.15s;
 }

 .main-menu .navigation>li>ul>li>ul>li:nth-child(2n+3) {
     -webkit-transition-delay: 0.2s;
     transition-delay: 0.2s;
 }

 .main-menu .navigation>li>ul>li>ul>li:nth-child(2n+4) {
     -webkit-transition-delay: 0.25s;
     transition-delay: 0.25s;
 }

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

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

 .main-menu .navigation>li>ul>li>ul>li>a {
     position: relative;
     display: block;
     padding: 14px 0px;
     line-height: 24px;
     font-weight: 600;
     font-size: 15px;
     font-family: 'DM Sans', sans-serif;
     text-transform: capitalize;
     color: #fff;
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     text-align: left;
     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-menu .navigation>li>ul>li>ul>li:last-child>a {
     border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>ul>li>a:hover {}

 .main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
     font-family: 'Font Awesome 5 Pro';
     content: "\f105";
     position: absolute;
     right: 20px;
     top: 12px;
     display: block;
     line-height: 24px;
     font-size: 16px;
     font-weight: 900;
     z-index: 5;
 }

 .main-menu .navigation>li.dropdown:hover>ul,
 .main-menu .navigation>li.dropdown:hover>.megamenu {
     visibility: visible;
     opacity: 1;
     filter: alpha(opacity=100);
     top: 99%;
     -webkit-transform: rotateX(0);
     transform: rotateX(0);
 }

 .main-menu .navigation li>ul>li.dropdown:hover>ul {
     visibility: visible;
     opacity: 1;
     filter: alpha(opacity=100);
     top: 0%;
     -webkit-transform: rotateX(0);
     transform: rotateX(0);
 }

 .main-menu .navigation li.dropdown .dropdown-btn {
     position: absolute;
     right: -32px;
     top: 66px;
     width: 34px;
     height: 30px;
     text-align: center;
     font-size: 18px;
     line-height: 26px;
     color: #3b3b3b;
     cursor: pointer;
     display: none;
     z-index: 5;
     transition: all 500ms ease;
 }

 .main-menu .navigation li.current.dropdown .dropdown-btn,
 .main-menu .navigation li:hover .dropdown-btn {}

 .main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
     display: none;
 }

 .menu-area .mobile-nav-toggler {
     position: relative;
     float: right;
     font-size: 40px;
     line-height: 50px;
     cursor: pointer;
     color: #3786ff;
     display: none;
 }

 .menu-area .mobile-nav-toggler .icon-bar {
     position: relative;
     height: 2px;
     width: 30px;
     display: block;
     margin-bottom: 5px;
     background-color: #3b3b3b;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .menu-area .mobile-nav-toggler .icon-bar:last-child {
     margin-bottom: 0px;
 }

 .main-header .sticky-header .logo-box {
     padding: 8px 0px;
 }

 .main-header .sticky-header .main-menu .navigation>li {
     padding: 18px 0px !important;
 }


 /** megamenu-style **/

 .main-menu .navigation>li.dropdown>.megamenu {
     position: absolute;
     width: 100%;
     padding: 30px 50px;
     left: 0px;
 }

 .main-menu .navigation li.dropdown .megamenu li h4 {
     font-weight: 700;
     padding: 3px 0px;
     color: #fff;
 }


 /** mobile-menu **/

 .nav-outer .mobile-nav-toggler {
     position: relative;
     float: right;
     font-size: 40px;
     line-height: 50px;
     cursor: pointer;
     color: #3786ff;
     display: none;
 }

 .mobile-menu {
     position: fixed;
     right: 0;
     top: 0;
     width: 300px;
     padding-right: 30px;
     max-width: 100%;
     height: 100%;
     opacity: 0;
     visibility: hidden;
     z-index: 999999;
 }

 .mobile-menu .navbar-collapse {
     display: block !important;
 }

 .mobile-menu .nav-logo {
     position: relative;
     padding: 50px 25px;
     text-align: left;
     padding-bottom: 100px;
 }

 .mobile-menu-visible {
     overflow: hidden;
 }

 .mobile-menu-visible .mobile-menu {
     opacity: 1;
     visibility: visible;
 }

 .mobile-menu .menu-backdrop {
     position: fixed;
     right: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
     -webkit-transform: translateX(101%);
     -ms-transform: translateX(101%);
     transform: translateX(101%);
     transition: all 900ms ease;
     -moz-transition: all 900ms ease;
     -webkit-transition: all 900ms ease;
     -ms-transition: all 900ms ease;
     -o-transition: all 900ms ease;
 }

 .mobile-menu-visible .mobile-menu .menu-backdrop {
     opacity: 0.70;
     visibility: visible;
     -webkit-transition: all 0.7s ease;
     -moz-transition: all 0.7s ease;
     -ms-transition: all 0.7s ease;
     -o-transition: all 0.7s ease;
     transition: all 0.7s ease;
     -webkit-transform: translateX(0%);
     -ms-transform: translateX(0%);
     transform: translateX(0%);
 }

 .mobile-menu .menu-box {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     max-height: 100%;
     overflow-y: auto;
     background: #202020;
     padding: 0px 0px;
     z-index: 5;
     opacity: 0;
     visibility: hidden;
     border-radius: 0px;
     -webkit-transform: translateX(101%);
     -ms-transform: translateX(101%);
     transform: translateX(101%);
 }

 .mobile-menu-visible .mobile-menu .menu-box {
     opacity: 1;
     visibility: visible;
     -webkit-transition: all 0.7s ease;
     -moz-transition: all 0.7s ease;
     -ms-transition: all 0.7s ease;
     -o-transition: all 0.7s ease;
     transition: all 0.7s ease;
     -webkit-transform: translateX(0%);
     -ms-transform: translateX(0%);
     transform: translateX(0%);
 }

 .mobile-menu .close-btn {
     position: absolute;
     right: 25px;
     top: 10px;
     line-height: 30px;
     width: 24px;
     text-align: center;
     font-size: 16px;
     color: #ffffff;
     cursor: pointer;
     z-index: 10;
     -webkit-transition: all 0.9s ease;
     -moz-transition: all 0.9s ease;
     -ms-transition: all 0.9s ease;
     -o-transition: all 0.9s ease;
     transition: all 0.9s ease;
 }

 .mobile-menu-visible .mobile-menu .close-btn {
     -webkit-transform: rotate(360deg);
     -ms-transform: rotate(360deg);
     transform: rotate(360deg);
 }

 .mobile-menu .close-btn:hover {
     -webkit-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     transform: rotate(90deg);
 }

 .mobile-menu .navigation {
     position: relative;
     display: block;
     width: 100%;
     float: none;
 }

 .mobile-menu .navigation li {
     position: relative;
     display: block;
     border-top: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation:last-child {
     border-bottom: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation li>ul>li:first-child {
     border-top: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation li>a {
     position: relative;
     display: block;
     line-height: 24px;
     padding: 10px 25px;
     font-size: 15px;
     font-weight: 500;
     color: #ffffff;
     text-transform: uppercase;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
 }

 .mobile-menu .navigation li ul li>a {
     font-size: 16px;
     margin-left: 20px;
     text-transform: capitalize;
 }

 .mobile-menu .navigation li>a:before {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     height: 0;
     border-left: 5px solid #fff;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
 }

 .mobile-menu .navigation li.current>a:before {
     height: 100%;
 }

 .mobile-menu .navigation li.dropdown .dropdown-btn {
     position: absolute;
     right: 6px;
     top: 6px;
     width: 32px;
     height: 32px;
     text-align: center;
     font-size: 16px;
     line-height: 32px;
     color: #ffffff;
     background: rgba(255, 255, 255, 0.10);
     cursor: pointer;
     border-radius: 2px;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
     z-index: 5;
 }

 .mobile-menu .navigation li.dropdown .dropdown-btn.open {
     background: #fff;
     color: #3b3b3b;
     -webkit-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     transform: rotate(90deg);
 }

 .mobile-menu .navigation li>ul,
 .mobile-menu .navigation li>ul>li>ul,
 .mobile-menu .navigation>li.dropdown>.megamenu {
     display: none;
 }

 .mobile-menu .social-links {
     position: relative;
     padding: 0px 25px;
 }

 .mobile-menu .social-links li {
     position: relative;
     display: inline-block;
     margin: 0px 10px 10px;
 }

 .mobile-menu .social-links li a {
     position: relative;
     line-height: 32px;
     font-size: 16px;
     color: #ffffff;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
 }

 .mobile-menu .social-links li a:hover {}

 div#mCSB_1_container {
     top: 0px !important;
 }

 .mobile-menu .contact-info {
     position: relative;
     padding: 120px 30px 20px 30px;
 }

 .mobile-menu .contact-info h4 {
     position: relative;
     font-size: 20px;
     color: #ffffff;
     font-weight: 700;
     margin-bottom: 20px;
 }

 .mobile-menu .contact-info ul li {
     position: relative;
     display: block;
     font-size: 15px;
     color: rgba(255, 255, 255, 0.80);
     margin-bottom: 3px;
 }

 .mobile-menu .contact-info ul li a {
     color: rgba(255, 255, 255, 0.80);
 }

 .mobile-menu .contact-info ul li a:hover {}

 .mobile-menu .contact-info ul li:last-child {
     margin-bottom: 0px;
 }


 /** banner-section **/

 .banner-section {
     position: relative;
     overflow: hidden;
     background-color: #fef6ef;
 }

 .banner-carousel {
     position: relative;
 }
.banner-carousel .slide-item {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.banner-carousel .slide-item img.banner-img{
    width:100%;
    display:block;
}
 /*.banner-carousel .slide-item {*/
 /*    position: relative;*/
 /*    background-repeat: no-repeat;*/
 /*    background-position: center;*/
 /*    background-size: cover;*/
 /*    padding: 150px 0px 200px 0px;*/
 /*}*/
 .banner-carousel .slide-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}

/*.banner-content {*/
/*    position: absolute;*/
/*    z-index: 2;*/
/*}*/

.banner-content{
    position:absolute;
    top:50%;
    left:8%;
    transform:translateY(-50%);
    z-index:2;
    max-width:600px;
}

 .banner-carousel .content-inner {
     position: relative;
     display: block;
     width: 100%;
 }

 .banner-carousel .image {
     /* position: absolute; */
     top: -20px;
     right: 10px;
     opacity: 0;
     -webkit-transform: translateX(100px);
     -moz-transform: translateX(100px);
     -ms-transform: translateX(100px);
     -o-transform: translateX(100px);
     transform: translateX(100px);
     -webkit-transition: all 1000ms ease;
     -moz-transition: all 1000ms ease;
     -ms-transition: all 1000ms ease;
     -o-transition: all 1000ms ease;
     transition: all 1000ms ease;
 }

 .banner-carousel .active .image {
     opacity: 1;
     -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
     -ms-transform: translateX(0);
     -o-transform: translateX(0);
     transform: translateX(0);
     -webkit-transition-delay: 1000ms;
     -moz-transition-delay: 1000ms;
     -ms-transition-delay: 1000ms;
     -o-transition-delay: 1000ms;
     transition-delay: 1000ms;
 }

 .banner-carousel .slide-item .image-layer {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-repeat: no-repeat;
     background-position: bottom center;
     background-size: cover;
     -webkit-transition: all 6000ms linear;
     -moz-transition: all 6000ms linear;
     -ms-transition: all 6000ms linear;
     -o-transition: all 6000ms linear;
     transition: all 6000ms linear;
 }

 .banner-carousel .content-box {
     position: relative;
     display: block;
     max-width: 660px;
     z-index: 5;
 }

 .banner-carousel .content-box h1 {
     position: relative;
     display: block;
     color: #fff;
     font-size: 40px;
     line-height: 1;
     margin-bottom: 10px;
     font-weight: 700;
     opacity: 0;
     -webkit-transform: translateY(100px);
     -moz-transform: translateY(100px);
     -ms-transform: translateY(100px);
     -o-transform: translateY(100px);
     transform: translateY(100px);
     -webkit-transition: all 1000ms ease;
     -moz-transition: all 1000ms ease;
     -ms-transition: all 1000ms ease;
     -o-transition: all 1000ms ease;
     transition: all 1000ms ease;
 }

 .banner-carousel .active .content-box h1 {
     opacity: 1;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     -webkit-transition-delay: 700ms;
     -moz-transition-delay: 700ms;
     -ms-transition-delay: 700ms;
     -o-transition-delay: 700ms;
     transition-delay: 700ms;
 }

 .banner-carousel .content-box h2 {
     position: relative;
     display: block;
     color: #fff;
     font-size: 35px;
     line-height: 45px;
     font-family: 'DM Sans', sans-serif;
     font-weight: 600;
     margin-bottom: 40px;
     opacity: 0;
     -webkit-transform: translateY(100px);
     -moz-transform: translateY(100px);
     -ms-transform: translateY(100px);
     -o-transform: translateY(100px);
     transform: translateY(100px);
     -webkit-transition: all 1000ms ease;
     -moz-transition: all 1000ms ease;
     -ms-transition: all 1000ms ease;
     -o-transition: all 1000ms ease;
     transition: all 1000ms ease;
 }

 .banner-carousel .active .content-box h2 {
     opacity: 1;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     -webkit-transition-delay: 1000ms;
     -moz-transition-delay: 1000ms;
     -ms-transition-delay: 1000ms;
     -o-transition-delay: 1000ms;
     transition-delay: 1000ms;
 }

 .banner-carousel .content-box .btn-box {
     position: relative;
     opacity: 0;
     -webkit-transform: translateY(100px);
     -moz-transform: translateY(100px);
     -ms-transform: translateY(100px);
     -o-transform: translateY(100px);
     transform: translateY(100px);
     -webkit-transition: all 1000ms ease;
     -moz-transition: all 1000ms ease;
     -ms-transition: all 1000ms ease;
     -o-transition: all 1000ms ease;
     transition: all 1000ms ease;
 }

 .banner-carousel .active .content-box .btn-box {
     opacity: 1;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     -webkit-transition-delay: 1300ms;
     -moz-transition-delay: 1300ms;
     -ms-transition-delay: 1300ms;
     -o-transition-delay: 1300ms;
     transition-delay: 1300ms;
 }

 .banner-carousel .theme-btn-one {
     margin-right: 11px;
 }

 .banner-btn-one {
     position: relative;
     display: inline-block;
     font-size: 16px;
     line-height: 26px;
     font-family: 'DM Sans', sans-serif;
     font-weight: 700;
     color: #131313 !important;
     text-align: center;
     background: #fff;
     padding: 10px 20px;
     text-transform: uppercase;
     z-index: 1;
 }

 .banner-btn-one:hover {
     color: #fff !important;
 }

 .banner-btn-one:before {
     position: absolute;
     content: '';
     width: 0%;
     height: 100%;
     left: 0px;
     top: 0px;
     z-index: -1;
     transition: all 500ms ease;
 }

 .banner-btn-one:hover:before {
     width: 100%;
 }

 .owl-dots-none .owl-dots,
 .owl-nav-none .owl-nav {
     display: none !important;
 }

 .banner-section.style-one .banner-carousel .owl-nav .owl-prev {
     position: absolute;
     left: 50px;
     top: 50%;
     transform: translateY(-50%);
     width: 60px;
     height: 60px;
     background: #fff;
     text-align: center;
     line-height: 60px;
     font-size: 20px;
     color: #131313;
     cursor: pointer;
     border-radius: 50%;
     transition: all 500ms ease;
 }

 .banner-section.style-one .banner-carousel .owl-nav .owl-next {
     position: absolute;
     right: 50px;
     top: 50%;
     transform: translateY(-50%);
     width: 60px;
     height: 60px;
     background: #fff;
     text-align: center;
     line-height: 60px;
     font-size: 20px;
     color: #131313;
     cursor: pointer;
     border-radius: 50%;
     transition: all 500ms ease;
 }

 .banner-section.style-one .banner-carousel .owl-nav .owl-prev:hover,
 .banner-section.style-one .banner-carousel .owl-nav .owl-next:hover {
     color: #fff;
 }


 /** feature-section **/

 .feature-section {
     position: relative;
     padding: 40px 0px 0px 0px;
 }

 .feature-section .sec-title {
     margin-bottom: 75px;
 }

 .feature-section .image-layer {
     position: absolute;
     left: 35px;
     top: -220px;
     z-index: 1;
     -webkit-animation: zoom-fade 6s infinite linear;
     animation: zoom-fade 6s infinite linear;
 }

 .feature-section .pattern-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     right: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: bottom center;
 }

 .feature-block-one .inner-box {
     position: relative;
     padding: 0px 35px;
 }

 .feature-block-one .inner-box .image-box {
     position: relative;
     min-height: 132px;
     margin-bottom: 25px;
 }

 .feature-block-one .inner-box .image-box img {
     display: inline-block;
     transition: all 500ms ease;
 }

 .feature-block-one .inner-box:hover .image-box img {
     transform: scale(1.1);
 }

 .feature-block-one .inner-box h3 {
     position: relative;
     display: block;
     font-size: 24px;
     line-height: 32px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 14px;
 }

 .feature-block-one .inner-box p {
     margin-bottom: 17px;
 }

 .feature-block-one .inner-box a {
     position: relative;
     display: inline-block;
     font-size: 30px;
     line-height: 30px;
     color: #131313;
 }

  .flip-card { height: 320px; perspective: 1000px; }
.flip-card-inner { position: relative; width: 100%; height: 100%; transition: transform .6s cubic-bezier(.4,0,.2,1); transform-style: preserve-3d; }
.flip-card:hover .flip-card-inner { transform: rotateY(180deg); }
.flip-front, .flip-back { position: absolute; inset: 0; border-radius: 16px; backface-visibility: hidden; -webkit-backface-visibility: hidden; overflow: hidden; }
.flip-front { background: #fff; border: 1.5px solid rgba(241,166,27,.25); }
.flip-front figure img { object-position: center top;width: 100%; height: 220px; object-fit: cover; display: block; }
.flip-front h3 { font-size: 20px; font-weight: 700; color: #131313; text-transform: uppercase; padding: 14px 20px 4px; margin: 0; }
.flip-hint { font-size: 13px; color: var(--clr-primary); font-weight: 600; padding: 0 20px; display: block; font-family: 'DM Sans', sans-serif;
}
.flip-back { background: var(--clr-primary); transform: rotateY(180deg); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 32px 28px; text-align: center; }
.flip-back h3 { font-size: 22px; font-weight: 700; color: #fff; text-transform: uppercase; margin: 0 0 12px; }
.flip-back p { font-size: 14px; color: rgba(255,255,255,.92); line-height: 1.75; margin: 0; }
.flip-icon { width: 56px; height: 56px; background: rgba(255,255,255,.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #fff; margin-bottom: 16px; }
.flip-tag { margin-top: 16px; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.4); border-radius: 20px; padding: 5px 16px; font-size: 12px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .06em; }

.whyus-text{
    max-width: 500px;   
    margin: 15px auto 0;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
}
 .feature-block-one .inner-box a:hover {}


 /** about-section **/

 .about-section {
     position: relative;
     /* padding: 50px 0px; */
 }

 
.auto-container.about {
    padding-top: 0px !important;
}
 .image_block_1 .image-box {
     position: relative;
     display: inline-block;
     width: 700px;
     height: 700px;
     line-height: 730px;
     background: #fef6ef;
     border-radius: 50%;
     overflow: hidden;
     text-align: center;
 }

 .about-section .image_block_1 .image-box {
     margin: 0px -11px 0px -107px;
 }

 .content_block_1 .content-box {
     position: relative;
     display: block;
 }

 .about-section .content_block_1 .content-box {
     margin-left: 0px;
 }

 .content_block_1 .content-box .year-box {
     position: relative;
     margin-bottom: 31px;
 }

 .content_block_1 .content-box .text {
     margin-bottom: 36px;
 }

 .content_block_1 .content-box .sec-title {
     margin-bottom: 25px;
 }

 .about-section .image-layer {
     position: absolute;
         top: 337px;
    right: 87px;
 }

 .float-bob-y {
     animation-name: float-bob-y;
     animation-duration: 2s;
     animation-iteration-count: infinite;
     animation-timing-function: linear;
     -webkit-animation-name: float-bob-y;
     -webkit-animation-duration: 2s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
     -moz-animation-name: float-bob-y;
     -moz-animation-duration: 2s;
     -moz-animation-iteration-count: infinite;
     -moz-animation-timing-function: linear;
     -ms-animation-name: float-bob-y;
     -ms-animation-duration: 2s;
     -ms-animation-iteration-count: infinite;
     -ms-animation-timing-function: linear;
     -o-animation-name: float-bob-y;
     -o-animation-duration: 2s;
     -o-animation-iteration-count: infinite;
     -o-animation-timing-function: linear;
 }

 .float-bob-x {
     animation-name: float-bob-x;
     animation-duration: 15s;
     animation-iteration-count: infinite;
     animation-timing-function: linear;
     -webkit-animation-name: float-bob-x;
     -webkit-animation-duration: 15s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
     -moz-animation-name: float-bob-x;
     -moz-animation-duration: 15s;
     -moz-animation-iteration-count: infinite;
     -moz-animation-timing-function: linear;
     -ms-animation-name: float-bob-x;
     -ms-animation-duration: 15s;
     -ms-animation-iteration-count: infinite;
     -ms-animation-timing-function: linear;
     -o-animation-name: float-bob-x;
     -o-animation-duration: 15s;
     -o-animation-iteration-count: infinite;
     -o-animation-timing-function: linear;
 }

 .rotate-me {
     animation-name: rotateme;
     animation-duration: 30s;
     animation-iteration-count: infinite;
     animation-timing-function: linear;
     -webkit-animation-name: rotateme;
     -webkit-animation-duration: 30s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
     -moz-animation-name: rotateme;
     -moz-animation-duration: 30s;
     -moz-animation-iteration-count: infinite;
     -moz-animation-timing-function: linear;
     -ms-animation-name: rotateme;
     -ms-animation-duration: 30s;
     -ms-animation-iteration-count: infinite;
     -ms-animation-timing-function: linear;
     -o-animation-name: rotateme;
     -o-animation-duration: 30s;
     -o-animation-iteration-count: infinite;
     -o-animation-timing-function: linear;
 }


 /** benefits-section **/

.benefits-section {
    position: relative;
    padding: 40px 0px 50px;
    background-image: url(assets/images/background/benefits-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.benefits-section {
    position: relative;
    background: url('../images/banner/benefits.png') center center/cover no-repeat;
}

.benefits-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.50);
}

.benefits-section .auto-container {
    position: relative;
    z-index: 1;
}
.benefits-section .sec-title h2 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 35px;
    letter-spacing: 1px;
}

.benefits-col {
    text-align: center;
    margin-bottom: 20px;
}

.benefits-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.benefits-block .icon-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--clr-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 3px solid rgba(255, 255, 255, 0.2);
}

.benefits-block .icon-circle:hover {
    background-color: var(--clr-primary);
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(241, 166, 27, 0.45);
    border-color: #ffffff;
}

.benefits-block .icon-circle i {
    font-size: 36px;
    color: #ffffff;
}

.benefits-block p {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 1.4;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .benefits-section {
        padding: 30px 0px 35px;
    }

    .benefits-block .icon-circle {
        width: 78px;
        height: 78px;
    }

    .benefits-block .icon-circle i {
        font-size: 28px;
    }

    .benefits-block p {
        font-size: 12px;
    }

    .benefits-section .sec-title h2 {
        font-size: 20px;
    }
}

/* ============================================
   SHOP SECTION — MOR BRAND
   Drop this into your main stylesheet,
   replacing all previous .shop-section rules
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=DM+Sans:wght@400;500;600&display=swap');
.shop-section {
    position: relative;
    padding: 70px 0 80px;
    background: transparent;
    overflow: hidden;
    font-family: 'DM Sans', sans-serif;
}

/* Decorative glow blobs */
.shop-bg-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.shop-bg-glow--top-right {
    top: -100px;
    right: -100px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(255, 165, 21, 0.22) 0%, transparent 70%);
}
.shop-bg-glow--bottom-left {
    bottom: -80px;
    left: -80px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(255, 165, 21, 0.15) 0%, transparent 70%);
}

.shop-section .auto-container {
    position: relative;
    z-index: 1;
}

/* ---------- Section Header ---------- */
.shop-eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}

.shop-heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 900;
    color: #1a0a00;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    line-height: 1.15;
}

.shop-heading__accent {
    color: #ffa515;
}

/* Divider */
.shop-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 50px;
}
.shop-divider__line {
    display: block;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffa515);
    border-radius: 2px;
}
.shop-divider__line--rev {
    background: linear-gradient(90deg, #ffa515, transparent);
}
.shop-divider__dot {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ffa515;
    flex-shrink: 0;
}

/* ---------- Grid ---------- */
.shop-grid {
    margin: 0 -12px;
}
.shop-col {
    padding: 0 12px 24px;
}

/* ---------- Card ---------- */
.shop-card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.32s cubic-bezier(0.22, 0.68, 0, 1.2),
                box-shadow 0.32s ease;
    box-shadow: 0 4px 20px rgba(180, 90, 0, 0.08);
}
.shop-card:hover {
    transform: translateY(-10px) scale(1.025);
    box-shadow: 0 24px 56px rgba(180, 90, 0, 0.18);
}

/* Badge */
.shop-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    background: #ffa515;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
}

/* Image */
.shop-card__img-wrap {
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: transparent;
}
.shop-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}
.shop-card:hover .shop-card__img-wrap img {
    transform: scale(1.08);
}

/* Body */
.shop-card__body {
    padding: 16px 18px 20px;
    background: #ffffff;
}

.shop-card__title {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 700;
    color: #1a0a00;
    margin-bottom: 0;
    letter-spacing: -0.2px;
    line-height: 1.3;
}
.shop-card__title a {
    color: #1a0a00;
    text-decoration: none;
    display: block;
    transition: color 0.2s;
}
.shop-card__title a:hover {
    color: #ffa515;
}

/* Footer row */
.shop-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #ffe6b8;
}

.shop-card__tag {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #888;
    font-weight: 500;
}
.shop-card__tag-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffa515;
    flex-shrink: 0;
}

.shop-card__arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffa515;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    flex-shrink: 0;
    transition: background 0.2s, transform 0.2s;
}
.shop-card__arrow svg {
    width: 15px;
    height: 15px;
}
.shop-card__arrow:hover {
    background: #e08a00;
    transform: scale(1.12);
    color: #ffffff;
}

/* ---------- View All Button ---------- */
.shop-section .more-btn {
    position: relative;
    margin-top: 14px;
    text-align: center;
}

.shop-btn-all {
    display: inline-block;
    background: #1a0a00;
    color: #ffffff !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 15px 44px;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.22s, transform 0.18s;
}
.shop-btn-all:hover {
    background: #3d1800;
    transform: translateY(-3px);
    color: #ffffff !important;
    text-decoration: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .shop-card__img-wrap {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .shop-section {
        padding: 50px 0 60px;
    }
    .shop-card__img-wrap {
        height: 240px;
    }
    .shop-col {
        padding: 0 10px 20px;
    }
}

 /** chooseus-section **/

 .chooseus-section {
     position: relative;
     padding: 85px 0px 50px 0px;
 }

 .content_block_2 .content-box .text {
     position: relative;
     margin-bottom: 27px;
 }

 .content_block_2 .content-box .inner-box .single-item {
     position: relative;
     padding: 0px 10px 0px 100px;
     margin-bottom: 43px;
     min-height: 87px;
 }

 .content_block_2 .content-box .inner-box .single-item:last-child {
     margin-bottom: 0px;
 }

 .content_block_2 .content-box .inner-box .single-item .icon-box {
     position: absolute;
     left: 0px;
     top: 7px;
     width: 80px;
     height: 80px;
     line-height: 80px;
     background: #f8ebe5;
     font-size: 40px;
     color: #131313;
     text-align: center;
     border-radius: 50%;
     z-index: 1;
     transition: all 500ms ease;
 }

 .content_block_2 .content-box .inner-box .single-item:hover .icon-box {
     color: #fff;
 }

 .content_block_2 .content-box .inner-box .single-item .icon-box:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     border-radius: 50%;
     left: 0px;
     top: 0px;
     right: 0px;
     transform: scale(0, 0);
     z-index: -1;
     transition: all 500ms ease;
 }

 .content_block_2 .content-box .inner-box .single-item:hover .icon-box:before {
     transform: scale(1, 1);
 }

 .content_block_2 .content-box .inner-box .single-item h5 {
     font-size: 18px;
     line-height: 26px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 5px;
 }

 .content_block_2 .content-box .sec-title {
     margin-bottom: 35px;
 }

 .chooseus-section .image-box {
     position: relative;
     display: block;
     margin: 35px -60px 0px 20px;
 }

 .chooseus-section .image-box img {
     width: 100%;
 }

 .chooseus-section .image-box:before {
     position: absolute;
     content: '';
     border: 30px solid #faf1ed;
     width: 435px;
     height: 645px;
     top: -53px;
     right: 80px;
     z-index: -1;
 }

 .chooseus-section .image-box .image-2 {
     position: absolute;
     top: -50px;
     right: 0px;
 }

 /** certifications-section **/

.certifications-section {
    position: relative;
    padding: 60px 0px 70px;
    background-color: var(--clr-white);
    overflow: hidden;
}

/* Subtle top & bottom border lines */
.certifications-section::before,
.certifications-section::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: linear-gradient(to right, transparent, #e8e0db, transparent);
}

.certifications-section::before { top: 0; }
.certifications-section::after  { bottom: 0; }

/* Section title */
.certifications-section .sec-title {
    margin-bottom: 45px;
}

/* Carousel item wrapper */
.cert-item {
    padding: 10px 5px;
}

/* Card */
.cert-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: var(--clr-white);
    border: 2px solid #f0ebe8;
    border-radius: 16px;
    padding: 28px 20px 22px;
    text-align: center;
    transition: all 0.35s ease;
    cursor: default;
    min-height: 160px;
}

.cert-card:hover {
    border-color: var(--clr-accent);
    box-shadow: 0 10px 30px rgba(232, 6, 8, 0.10);
    transform: translateY(-6px);
}

/* Logo image — greyscale by default, color on hover */
.cert-card img {
    max-width: 110px;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.65);
    transition: filter 0.35s ease;
}

.cert-card:hover img {
    filter: grayscale(0%) opacity(1);
}

/* Label below logo */
.cert-card p {
    font-size: 13px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    transition: color 0.3s ease;
}

.cert-card:hover p {
    color: var(--clr-accent);
}

/* Owl dots */
.certifications-section .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.certifications-section .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d5ceca;
    margin: 0 5px;
    transition: all 0.3s ease;
    display: inline-block;
}

.certifications-section .owl-theme .owl-dots .owl-dot.active span,
.certifications-section .owl-theme .owl-dots .owl-dot span:hover {
    background: black;
    width: 26px;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .certifications-section {
        padding: 40px 0px 50px;
    }

    .certifications-section .sec-title h2 {
        font-size: 22px;
    }

    .cert-card {
        padding: 20px 14px 16px;
        min-height: 130px;
    }

    .cert-card img {
        max-width: 80px;
        max-height: 55px;
    }
}
/* Hide owl nav completely */
.owl-nav {
    display: none !important;
}


 /** project-section **/

 .project-section {
     position: relative;
     padding-top: 45px;
     margin-bottom: 150px;
 }

 .project-section .outer-container {
     position: relative;
     padding: 0px 70px;
 }

 .project-block-one .inner-box {
     position: relative;
     display: block;
     overflow: hidden;
     margin-bottom: 30px;
 }

 .project-block-one .inner-box .image-box {
     position: relative;
     display: block;
     overflow: hidden;
 }

 .project-block-one .inner-box .image-box img {
     width: 100%;
     transition: all 500ms ease;
 }

 .project-block-one .inner-box:hover .image-box img {
     opacity: 0.1;
     transform: scale(1.1);
 }

 .project-block-one .inner-box .content-box {
     position: absolute;
     left: 0px;
     top: 0px;
     right: 0px;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
 }

 .project-block-one .inner-box .content-box .text {
     position: relative;
     padding: 15px 15px;
     top: 15px;
     opacity: 0;
     transition: all 500ms ease;

 }

 .project-block-one .inner-box:hover .content-box .text {
     top: 0px;
     opacity: 1;
 }

 .project-block-one .inner-box .content-box .text h2 {
     font-size: 35px;
     line-height: 45px;
     color: #fff;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 3px;
 }

 .project-block-one .inner-box .content-box .text h2 a {
     display: inline-block;
     color: #fff;
 }

 .project-block-one .inner-box .content-box .text h2 a:hover {
     text-decoration: underline;
 }

 .project-block-one .inner-box .content-box .text p {
     font-size: 15px;
     color: #faf1ed;
     font-weight: 600;
 }

 .project-block-one.small-block .inner-box {
     max-width: 281px;
 }

 .project-block-one .inner-box .link {
     position: absolute;
     right: 45px;
     bottom: 15px;
     opacity: 0;
     transition: all 500ms ease;
 }

 .project-block-one .inner-box:hover .link {
     right: 30px;
     opacity: 1;
 }

 .project-block-one .inner-box .link a {
     position: relative;
     display: inline-block;
     font-size: 40px;
     line-height: 40px;
     color: #fff;
     z-index: 1;
 }

 .pt-90 {
     padding-top: 90px;
 }

 .mr-100 {
     margin-right: 100px;
 }

 .ml-100 {
     margin-left: 100px;
 }

/** testimonial-section **/

.testimonial-section {
    position: relative;
    padding: 90px 0px 35px;
    background-color: var(--clr-bg-warm);
        margin: 50px 0px 50px 0px;
    overflow: hidden;
}

/* Background decorative circles */
.testimonial-section::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(241, 166, 27, 0.07);
    z-index: 0;
}

.testimonial-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(232, 6, 8, 0.05);
    z-index: 0;
}

.testimonial-section .auto-container {
    position: relative;
    z-index: 1;
}

/* Section title */
.testimonial-section .sec-title {
    margin-bottom: 50px;
}

/* Card */
.testi-card {
    position: relative;
    background: var(--clr-white);
    border-radius: 20px;
    padding: 40px 35px 32px;
    margin: 10px 8px 20px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.55s ease;
    border-bottom: 4px solid transparent;
    height: 100%;
}

.testi-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(232, 6, 8, 0.10);
    border-bottom-color: var(--clr-accent);
}

/* Quote icon badge */
.testi-card__quote {
    position: absolute;
    top: -18px;
    left: 30px;
    width: 46px;
    height: 46px;
    background: var(--clr-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(232, 6, 8, 0.35);
}

.testi-card__quote i {
    font-size: 18px;
    color: #fff;
}

/* Stars */
.testi-card__stars {
    margin-bottom: 16px;
    margin-top: 8px;
}

.testi-card__stars i {
    font-size: 13px;
    color: var(--clr-primary);
    margin-right: 2px;
}

/* Review text */
.testi-card__text {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #f0ebe8;
}

.testi-card__text p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
    font-style: italic;
    margin: 0;
}

/* Author row */
.testi-card__author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testi-card__thumb {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 3px solid var(--clr-bg-warm);
    box-shadow: 0 0 0 2px var(--clr-primary);
    margin: 0;
}

.testi-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testi-card__info h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--clr-black);
    margin: 0 0 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.testi-card__info span {
    font-size: 12px;
    font-weight: 600;
    color: #28a745;
}

.testi-card__info span i {
    margin-right: 3px;
}

/* Owl nav — hidden */
.testimonial-section .owl-nav {
    display: none !important;
}

/* Owl dots */
.testimonial-section .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#FAF1ED;
    margin: 0 5px;
    transition: all 0.3s ease;
    display: inline-block;
    opacity: 1;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot span:hover {
    background: black;
    width: 28px;
    border-radius: 10px;
    opacity: 1;
}

/* Responsive */
@media (max-width: 991px) {
    .testimonial-section {
        padding: 50px 0px 60px;
    }
}

@media (max-width: 575px) {
    .testi-card {
        padding: 30px 20px 25px;
    }

    .testi-card__text p {
        font-size: 14px;
    }
}

 /** funfact-section **/


 .funfact-section {
     position: relative;
 }

 .funfact-section .outer-container {
     position: relative;
     max-width: 1400px;
     width: 100%;
     margin: 0 auto;
     /* background: #fdf3e8; */
     padding: 0px 20px 80px 20px;
 }

 .counter-block-one .icon-box {
     position: relative;
     font-size: 45px;
     line-height: 45px;
     margin-bottom: 12px;
 }

 .counter-block-one .count-outer {
     position: relative;
     display: block;
     font-size: 45px;
     line-height: 50px;
     font-family: 'DM Sans', sans-serif;
     font-weight: 700;
     color: #131313;
     margin-bottom: 6px;
 }

 .counter-block-one p {
     font-size: 18px;
     line-height: 26px;
     font-weight: 600;
 }


/** cta-section **/

.cta-section {
    position: relative;
    padding: 50px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26, 10, 0, 0.92) 0%, rgba(232, 6, 8, 0.75) 100%);
    z-index: 0;
}

.cta-section .auto-container {
    position: relative;
    z-index: 1;
}

.cta-inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.cta-badge {
    display: inline-block;
    background: rgba(241, 166, 27, 0.2);
    border: 1px solid rgba(241, 166, 27, 0.5);
    color: var(--clr-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 30px;
    margin-bottom: 22px;
}

.cta-inner h2 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.cta-inner h2 span {
    color: var(--clr-primary);
}

.cta-inner p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 36px;
    line-height: 1.7;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--clr-primary);
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(241, 166, 27, 0.4);
}

.cta-btn:hover {
    background: #fff;
    color: var(--clr-accent) !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .cta-inner h2 {
        font-size: 28px;
    }

    .cta-section {
        padding: 70px 0;
        background-attachment: scroll;
    }
}


/** news-section **/

.news-section {
    position: relative;
    padding: 40px 0 80px;
    background: var(--clr-white);
}

.news-section .sec-title {
    margin-bottom: 45px;
}

.news-section .inner-container {
    margin-top: 0;
}

/* Card */
.news-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    margin-bottom: 30px;
    height: 100%;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(232, 6, 8, 0.12);
}

/* Image */
.news-card__img {
    position: relative;
    overflow: hidden;
    height: 230px;
}

.news-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

/* Date badge */
.news-card__date {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: var(--clr-accent);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Body */
.news-card__body {
    padding: 24px 28px 28px;
    border-top: 3px solid transparent;
    transition: border-color 0.3s ease;
}

.news-card:hover .news-card__body {
    border-top-color: var(--clr-accent);
}

.news-card__body h5 {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: var(--clr-black);
}

.news-card__body h5 a {
    color: var(--clr-black);
    transition: color 0.2s;
}

.news-card__body h5 a:hover {
    color: var(--clr-accent);
}

.news-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    color: var(--clr-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.news-card__link:hover {
    gap: 12px;
    color: var(--clr-accent);
}

@media (max-width: 767px) {
    .news-section {
        padding: 50px 0 60px;
    }

    .news-card__img {
        height: 200px;
    }
}

 /** clients-section **/

 .clients-section {
     position: relative;
     padding: 120px 0px;
 }

 .clients-section .clients-logo-box {
     position: relative;
     display: block;
 }

 .clients-section .clients-logo-box img {
     display: block;
     max-width: 100%;
     width: auto;
     margin: 0 auto;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .clients-section .clients-logo-box img:hover {
     opacity: 0.5;
     transform: scale(0.9);
 }

/** main-footer **/

.main-footer {
    position: relative;
    /* background-color: #1a0e00; */
}

.main-footer .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    opacity: 0.33;
}

.footer-top {
    position: relative;
    padding: 65px 0px 55px;
    border-bottom: 1px solid rgba(241, 166, 27, 0.2);
    z-index: 3;
}

.footer-top .row {
    align-items: flex-start;
}

/** Logo Column **/
.footer-logo-col {
    margin-bottom: 0;
}

.footer-logo-wrap {
    display: block;
    margin-bottom: 18px;
}

.footer-logo-wrap img {
    max-width: 130px;
    height: auto;
 
}

.footer-tagline {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.55);
    margin-bottom: 22px;
    max-width: 220px;
}

.footer-divider {
    width: 40px;
    height: 2px;
    background: #F1A61B;
    border: none;
    margin: 0 0 22px 0;
}

/** Widget Title **/
.footer-widget .widget-title {
    position: relative;
    display: block;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(241, 166, 27, 0.25);
}

.footer-widget .widget-title h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--clr-accent);
    margin: 0;
}

/** Quick Links & Company **/
.footer-top .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.footer-top .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.footer-top .links-widget .links-list li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    transition: color 0.2s ease, gap 0.2s ease;
}

.footer-top .links-widget .links-list li a::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #F1A61B;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.footer-top .links-widget .links-list li a:hover {
    color: #F1A61B;
    gap: 12px;
}

.footer-top .links-widget .links-list li a:hover::before {
    transform: scale(1.6);
}

/** Contact Widget **/
.footer-top .contact-widget {
    margin-right: 0px;
}

.footer-top .contact-widget .call-box {
    margin-bottom: 22px;
}

.footer-top .contact-widget .call-box p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #5b5858;
    margin-bottom: 10px;
}

.footer-top .contact-widget .call-box p:last-child {
    margin-bottom: 0;
}

.footer-top .contact-widget .call-box p i {
    font-size: 14px;
    color: #F1A61B;
    width: 15px;
    text-align: center;
    flex-shrink: 0;
}

.footer-top .contact-widget .call-box p a {
    display: inline-block;
     color: #5b5858;
    transition: color 0.2s ease;
}

.footer-top .contact-widget .call-box p a:hover {
    color: #F1A61B;
}

.footer-top .contact-widget .social-links {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.footer-top .contact-widget .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 0 !important;
}

.footer-top .contact-widget .social-links li:last-child {
    margin: 0px !important;
}

.footer-top .contact-widget .social-links li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    font-size: 13px;
    color: #5b5858;
    border: 1px solid rgba(241, 166, 27, 0.3);
    border-radius: 50%;
    transition: all 0.25s ease;
}

.footer-top .contact-widget .social-links li a:hover {
    background-color: #F1A61B;
    border-color: #F1A61B;
    color: #fff;
    transform: translateY(-2px);
}

/** Recent News / Post Widget **/
.footer-top .post-widget {
    margin-left: 0px;
}
/* Follow Us */
.follow-title{
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:1.5px;
    color:var(--clr-accent);
    margin-bottom:15px;
    font-weight:700;
}

.social-links{
    display:flex !important;
    align-items:center;
    gap:12px;
    padding:0;
    margin:15px 0 0;
    list-style:none;
}

.social-links li{
    display:inline-flex !important;
    margin:0 !important;
    padding:0 !important;
}

.social-links li a{
    width:42px;
    height:42px;
    display:flex !important;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#fff;
    border:1px solid #e5e5e5;
    color:var(--clr-primary);
    text-decoration:none;
    transition:all .3s ease;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
}

.social-links li a i{
    font-size:18px;
    line-height:1;
}

.social-links li a:hover{
    background:var(--clr-accent);
    border-color:var(--clr-accent);
    color:#fff;
    transform:translateY(-3px);
}

.footer-top .post-widget .widget-title {
    margin-bottom: 22px;
}

.footer-top .post-widget .post-inner .post {
    position: relative;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 0 0 16px 0;
    margin-bottom: 16px;
    min-height: unset;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.footer-top .post-widget .post-inner .post:last-child {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: none;
}

.footer-top .post-widget .post-inner .post .post-thumb {
    position: relative;
    left: unset;
    top: unset;
    width: 68px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(241,166,27,0.2);
}

.footer-top .post-widget .post-inner .post .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 400ms ease;
}

.footer-top .post-widget .post-inner .post:hover .post-thumb img {
    opacity: 0.8;
    transform: scale(1.05);
}

.footer-top .post-widget .post-inner .post .post-content {
    flex: 1;
}

.footer-top .post-widget .post-inner .post h6 {
    position: relative;
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 5px;
    color: #131313;
}

.footer-top .post-widget .post-inner .post h6 a {
    display: inline-block;
    color: #131313;
    transition: color 0.2s ease;
}

.footer-top .post-widget .post-inner .post h6 a:hover {
    color: #F1A61B;
}

.footer-top .post-widget .post-inner .post .post-date {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(241, 166, 27, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/** Image Layer — untouched **/
.main-footer .image-layer .image-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 1.80;
        width: 150px;
}

.main-footer .image-layer .image-2 {
    position: absolute;
    right: 30px;
    top: 0px;
    opacity: 1.80;
        width: 150px;
}

/** Footer Bottom **/
.footer-bottom {
    position: relative;
    padding: 18px 0px;
    z-index: 3;
    background: transparent;
    border-top: 1px solid #ead8c4;
}

.footer-bottom .text p {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
        color: #131313;

}

.footer-bottom .text p a {
    color: #F1A61B;
    transition: color 0.2s ease;
}

.footer-bottom .text p a:hover {
    color: var(--clr-accent);
}
.oil-list {
    list-style-type: disc !important;
    padding-left: 25px !important;
    margin: 15px 0;
}

.oil-list li {
    display: list-item !important;
    margin-bottom: 8px;
}

 /***

====================================================================
                        Home-Page-Two
====================================================================

***/

 .main-header.style-two {
     position: relative;
     background: #fff;
 }

 .main-header.style-two .header-lower .main-menu .navigation>li>a,
 .main-header.style-two .header-lower .search-box-btn,
 .main-header.style-two .header-lower .menu-right-content li.cart-btn a,
 .main-header.style-two .header-lower .menu-right-content li.like-btn a {
     color: #131313;
 }

 .main-header.style-two .header-lower .menu-right-content li.cart-btn a span {}

 .main-header.style-two .header-lower .nav-right-content .social-links li a {
     color: var(--clr-primary);
 }

 .main-header.style-two .header-lower .nav-right-content .social-links li a:hover {}

 .main-header.style-two .header-lower .nav-right-content .nav-box button {}

 .main-header.style-two .header-lower .nav-right-content .nav-box button .bar {}

 .main-header.style-two .header-lower .search-box-btn:hover,
 .main-header.style-two .header-lower .menu-right-content li.cart-btn a:hover,
 .main-header.style-two .header-lower .menu-right-content li.like-btn a:hover {}

 .main-header.style-two .header-lower .main-menu .navigation>li {
     padding: 35px 0px;
 }


 /** banner-style-two **/

 .banner-section.style-two {
     position: relative;
 }

 .banner-section.style-two .banner-carousel .content-box {
     max-width: 650px;
 }

 .banner-section.style-two .banner-carousel .content-box h1 {
     font-size: 130px;
     line-height: 135px;
     font-family: 'DM Sans', sans-serif;
     font-weight: 300;
     height: auto;
     margin-bottom: 46px;
 }

 .banner-section.style-two .banner-carousel .content-box h1 span {
     font-weight: 700;
 }

 .banner-section.style-two .banner-carousel .slide-item {
     position: relative;
     padding: 175px 0px 195px 0px;
 }

 .banner-section.style-two .banner-carousel .slide-item:before {
     position: absolute;
     content: '';
     background: #131313;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     opacity: 0.5;
     z-index: 1;
 }

 .banner-section.style-two .banner-carousel .content-box h2 {
     font-weight: 400;
 }

 .banner-section.style-two .owl-nav {
     position: absolute;
     right: 200px;
     top: 50%;
     transform: translateY(-50%);
 }

 .banner-section.style-two .owl-nav .owl-prev,
 .banner-section.style-two .owl-nav .owl-next {
     position: relative;
     display: block;
     font-size: 20px;
     color: #fff;
     width: 60px;
     height: 60px;
     line-height: 60px;
     text-align: center;
     border: 2px solid rgba(255, 255, 255, 0.2);
     cursor: pointer;
     transition: all 500ms ease;
 }

 .banner-section.style-two .owl-nav .owl-prev {
     margin-bottom: 30px;
 }

 .banner-section.style-two .owl-nav .owl-prev:hover,
 .banner-section.style-two .owl-nav .owl-next:hover {}

 .banner-section.style-two .owl-nav .owl-prev:before,
 .banner-section.style-two .owl-nav .owl-next:before {
     position: absolute;
     content: '';
     width: 80px;
     height: 80px;
     left: -12px;
     top: -12px;
     transform: scale(0, 0);
     transition: all 500ms ease;
 }

 .banner-section.style-two .owl-nav .owl-prev:hover:before,
 .banner-section.style-two .owl-nav .owl-next:hover:before {
     transform: scale(1, 1);
 }

 .banner-section.style-two .banner-carousel .active .slide-item .image-layer {
     -webkit-transform: scale(1.15);
     -ms-transform: scale(1.15);
     transform: scale(1.15);
 }

 .banner-section.style-two .theme-btn-two {
     margin-right: 11px;
 }


 /** feature-style-two **/

 .feature-style-two {
     position: relative;
     padding: 125px 0px 100px 0px;
 }

 .feature-block-two .inner-box {
     position: relative;
     display: block;
 }

 .feature-block-two .inner-box .content-box {
     position: relative;
     display: block;
     padding: 48px 30px 46px 30px;
     border: 2px solid #ebebeb;
     opacity: 1;
     transition: all 500ms ease;
 }

 .feature-block-two .inner-box:hover .content-box {
     opacity: 0;
 }

 .feature-block-two .inner-box .content-box .icon-box {
     position: relative;
     display: inline-block;
     width: 80px;
     height: 80px;
     line-height: 80px;
     text-align: center;
     border-radius: 50%;
     font-size: 40px;
     margin-bottom: 23px;
 }

 .feature-block-two .inner-box .content-box h5 {
     position: relative;
     display: block;
     font-size: 18px;
     line-height: 26px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 5px;
 }

 .feature-block-two .inner-box .content-box .link {
     position: absolute;
     right: 20px;
     bottom: -28px;
 }

 .feature-block-two .inner-box .content-box .link a {
     position: relative;
     display: inline-block;
     font-size: 18px;
     color: #5b5858;
     border: 2px solid #ebebeb;
     background: #fff;
     border-radius: 50%;
     width: 55px;
     height: 55px;
     line-height: 55px;
     text-align: center;
     z-index: 1;
 }

 .feature-block-two .inner-box .overlay-content {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     padding: 45px 40px 38px 40px;
     opacity: 0;
     transition: all 500ms ease;
 }

 .feature-block-two .inner-box:hover .overlay-content {
     top: -30px;
     opacity: 1;
 }

 .feature-block-two .inner-box .overlay-content:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     right: 0px;
     opacity: 0.9;
 }

 .feature-block-two .inner-box .overlay-content .icon-box {
     position: relative;
     display: inline-block;
     width: 80px;
     height: 80px;
     line-height: 80px;
     background: #fff;
     text-align: center;
     border-radius: 50%;
     font-size: 40px;
     margin-bottom: 28px;
 }

 .feature-block-two .inner-box .overlay-content h5 {
     position: relative;
     display: block;
     font-size: 18px;
     line-height: 26px;
     color: #fff;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 5px;
 }

 .feature-block-two .inner-box .overlay-content p {
     position: relative;
     color: #fff;
     margin-bottom: 15px;
 }

 .feature-block-two .inner-box .overlay-content .link a {
     position: relative;
     display: inline-block;
     font-size: 18px;
     color: #fff;
 }

/* ============================================
   MISSION & VISION SECTION — MOR BRAND
   ============================================ */

.about-mission-section {
    position: relative;
    padding: 90px 0 100px;
    background: transparent;
    overflow: hidden;
    font-family: 'DM Sans', sans-serif;
}

/* ── Content column ── */
.about-mission-section .content-column {
    position: relative;
    z-index: 1;
}

/* ── Mission / Vision Block ── */
.mv-block {
    position: relative;
}

.mv-block__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.mv-block__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffa515 0%, #e08a00 100%);
    color: #ffffff;
    flex-shrink: 0;
}
.mv-block__icon svg {
    width: 22px;
    height: 22px;
}

.mv-block__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(22px, 2.8vw, 32px);
    font-weight: 900;
    color: var(--clr-accent);
    margin: 0;
    letter-spacing: -0.3px;
    line-height: 1.2;
}

.mv-block__text {
    font-size: 15px;
    line-height: 1.85;
    color: #4a3010;
    margin: 0;
    padding-left: 60px; /* aligns under title, past icon */
}

/* ── Thin separator between blocks ── */
.mv-rule {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #ffe6b8, transparent);
    margin: 30px 0;
}

/* ── Image column ── */
.about-mission-section .image-column {
    position: relative;
    z-index: 1;
}

.mv-image-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.mv-image-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(180, 90, 0, 0.16);
}

/* Shine sweep on hover */
.mv-image-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -80%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.28) 100%);
    transform: skewX(-25deg);
    z-index: 2;
    pointer-events: none;
}
.mv-image-card:hover::before {
    animation: mv-shine 0.9s ease forwards;
}
@keyframes mv-shine {
    100% { left: 125%; }
}

.mv-image-card__img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease;
}
.mv-image-card:hover .mv-image-card__img {
    transform: scale(1.05);
}

/* ── Floating "Est." badge ── */
.mv-badge {
    position: absolute;
    bottom: -24px;
    left: -24px;
    background: var(--clr-accent);
    color: #ffffff;
    border-radius: 18px;
    padding: 18px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
    box-shadow: 0 12px 32px rgba(0,0,0,0.22);
    min-width: 110px;
    z-index: 3;
}
.mv-badge__year {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffa515;
    margin-bottom: 2px;
}
.mv-badge__number {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
}
.mv-badge__label {
    font-size: 11px;
    color: #ffffff;
    margin-top: 4px;
    text-align: center;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .about-mission-section {
        padding: 60px 0 80px;
    }
    .mv-image-card__img {
        height: 380px;
    }
    .mv-badge {
        bottom: -18px;
        left: 16px;
    }
}

@media (max-width: 767px) {
    .about-mission-section {
        padding: 50px 0 60px;
    }
    .mv-image-card__img {
        height: 280px;
    }
    .mv-block__text {
        padding-left: 0;
    }
    .mv-badge {
        bottom: -16px;
        left: 12px;
        padding: 14px 18px;
        min-width: 90px;
    }
    .mv-badge__number {
        font-size: 26px;
    }
}

 .content_block_3 .content-box {
     position: relative;
     display: block;
     /* margin: 0px 70px; */
 }

 .tabs-box .tab {
     position: relative;
     display: none;
     transition: all 900ms ease;
     -moz-transition: all 900ms ease;
     -webkit-transition: all 900ms ease;
     -ms-transition: all 900ms ease;
     -o-transition: all 900ms ease;
 }

 .tabs-box .tab.active-tab {
     display: block;
 }

 .tabs-box .tab {
     transform: scale(0.9, 0.9) translateY(0px);
 }

 .tabs-box .tab.active-tab {
     transform: scale(1) translateY(0px);
 }

 .content_block_3 .content-box .tab-btns li {
     position: relative;
     display: inline-block;
     padding-left: 26px;
     margin-right: 35px;
     padding-bottom: 16px;
     cursor: pointer;
 }

 .content_block_3 .content-box .tab-btns li:last-child {
     margin: 0px !important;
 }

 .content_block_3 .content-box .tab-btns li:before {
     position: absolute;
     content: "\f058";
     font-family: 'Font Awesome 5 Pro';
     font-weight: 400;
     font-size: 18px;
     left: 0px;
     top: 0px;
     color: #131313;
 }

 .content_block_3 .content-box .tab-btns li h5 {
     font-size: 18px;
     line-height: 26px;
     font-weight: 700;
     text-transform: uppercase;
 }

 .content_block_3 .content-box .tab-btns {
     position: relative;
     margin-bottom: 27px;
     border-bottom: 2px solid #ebebeb;
 }

 .content_block_3 .content-box .tab-btns li:after {
     position: absolute;
     content: '';
     width: 0%;
     height: 4px;
     left: 0px;
     bottom: -3px;
     transition: all 500ms ease;
 }

 .content_block_3 .content-box .tab-btns li.active-btn:after,
 .content_block_3 .content-box .tab-btns li:hover:after {
     width: 100%;
 }

 .content_block_3 .content-box .tabs-content .inner-box .inner {
     position: relative;
     display: block;
     padding-left: 130px;
     margin-bottom: 35px;
     min-height: 100px;
 }

 .content_block_3 .content-box .tabs-content .inner-box .inner .image-box {
     position: absolute;
     left: 0px;
     top: 9px;
     width: 100px;
     height: 100px;
 }

 .content_block_3 .content-box .tabs-content .inner-box .inner .image-box img {
     width: 100%;
 }

 .content_block_3 .content-box .sec-title {
     margin-bottom: 40px;
 }

 .shop-section.alternat-2 {
     position: relative;
     background-color: #fdf4e8;
 }

 .shop-section.alternat-2 .pattern-layer {
     height: 100%;
 }

 .shop-section .image-layer {
     position: absolute;
     right: 80px;
     top: -205px;
 }


 /** feature-style-three **/

 .feature-style-three {
     position: relative;
     padding: 130px 0px 100px 0px;
 }

 .content_block_4 .content-box .sec-title {
     margin-bottom: 33px;
 }

 .content_block_4 .content-box .text {
     position: relative;
     display: block;
     padding-left: 30px;
     margin-bottom: 32px;
 }

 .content_block_4 .content-box .text:before {
     position: absolute;
     content: '';
     width: 5px;
     height: calc(100% - 16px);
     left: 0px;
     top: 8px;
 }

 .content_block_4 .content-box .list-item li {
     position: relative;
     display: block;
     font-size: 15px;
     font-weight: 600;
     color: #585858;
     margin-bottom: 15px;
     padding-left: 37px;
 }

 .content_block_4 .content-box .list-item li:last-child {
     margin-bottom: 0px;
 }

 .content_block_4 .content-box .list-item li:before {
     position: absolute;
     content: "\f058";
     font-family: 'Font Awesome 5 Pro';
     font-weight: 400;
     font-size: 24px;
     left: 0px;
     top: 2px;
 }

 .content_block_4 .content-box .list-item {
     margin-bottom: 40px;
 }

 .feature-block-three .inner-box {
     position: relative;
     display: block;
     background: #faf4ec;
     border-radius: 20px;
     padding: 50px 40px 46px 40px;
     text-align: center;
     margin-bottom: 30px;
 }

 .feature-block-three .inner-box .icon-box {
     position: relative;
     display: inline-block;
     width: 130px;
     height: 130px;
     line-height: 130px;
     background: #fff;
     text-align: center;
     font-size: 60px;
     color: #161616;
     margin-bottom: 32px;
     border-radius: 50%;
     box-shadow: 0 10px 20px #f3eade;
     transition: all 500ms ease;
     z-index: 1;
 }

 .feature-block-three .inner-box:hover .icon-box {
     color: #fff;
 }

 .feature-block-three .inner-box .icon-box:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     right: 0px;
     transform: scale(0, 0);
     z-index: -1;
     border-radius: 50%;
     transition: all 500ms ease;
 }

 .feature-block-three .inner-box:hover .icon-box:before {
     transform: scale(1, 1);
 }

 .feature-block-three .inner-box h3 {
     font-size: 22px;
     line-height: 30px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 10px;
 }

 .feature-style-three .feature-column {
     margin-left: 60px;
 }

 .feature-block-three.small-block .inner-box {
     max-width: 270px;
     padding: 40px 25px 36px 25px;
 }

 .feature-block-three.small-block .inner-box h3 {
     margin-bottom: 5px;
 }

 .feature-block-three.small-block .inner-box .icon-box {
     width: 100px;
     height: 100px;
     line-height: 100px;
     font-size: 50px;
     margin-bottom: 22px;
 }

 .feature-style-three .feature-column .feature-block:first-child .feature-block-three.small-block .inner-box {
     float: right;
 }


 /** video-section **/

 .video-section {
     position: relative;
 }

 .video-section .video-inner {
     position: relative;
     width: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     padding: 250px 0px;
     text-align: center;
     margin-bottom: -265px;
     z-index: 1;
 }

 .video-section .video-inner:before {
     position: absolute;
     content: '';
     background: #131313;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     opacity: 0.6;
 }

 .video-section .video-inner .video-btn a {
     position: relative;
     display: inline-block;
     font-size: 24px;
     width: 150px;
     height: 150px;
     line-height: 150px;
     background: #fff;
     text-align: center;
     border-radius: 50%;
 }

 .video-section .video-inner .video-btn a:after,
 .video-section .video-inner .video-btn a:before {
     width: 150px;
     height: 150px;
     border-radius: 50%;
     background: transparent;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     -webkit-animation-delay: .9s;
     animation-delay: .9s;
     content: "";
     position: absolute;
     -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
     -webkit-animation: ripple 3s infinite;
     animation: ripple 3s infinite;
     -webkit-transition: all .4s ease;
     transition: all .4s ease;
 }

 .video-section .video-inner .video-btn a:after {
     -webkit-animation-delay: .6s;
     animation-delay: .6s;
 }

 @-webkit-keyframes ripple {
     70% {
         -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
     }

     100% {
         -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     }
 }

 @keyframes ripple {
     70% {
         -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
     }

     100% {
         -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     }
 }

 .video-section .video-inner .video-content {
     position: absolute;
     display: flex;
     align-items: center;
     justify-content: center;
     left: 40px;
     top: 40px;
     width: 280px;
     height: 280px;
     border-radius: 50%;
     text-align: left;
 }

 .video-section .video-inner .video-content .count-outer {
     position: relative;
     display: inline-block;
     font-size: 90px;
     line-height: 90px;
     font-family: 'DM Sans', sans-serif;
     font-weight: 700;
     color: #fff;
     margin-bottom: 6px;
 }

 .video-section .video-inner .video-content .count-outer:before {
     position: absolute;
     content: '+';
     top: -48px;
     right: -40px;
     font-size: 90px;
     font-family: 'DM Sans', sans-serif;
     font-weight: 700;
     color: #fff;
 }

 .video-section .video-inner .video-content h3 {
     position: relative;
     display: block;
     font-size: 24px;
     line-height: 30px;
     font-family: 'DM Sans', sans-serif;
     font-weight: 600;
     color: #fff;
 }


 /** working-process **/

 .working-process {
     position: relative;
     background: #131313;
     padding: 390px 0px 125px 0px;
 }

 .process-block-one .inner-box {
     position: relative;
     display: block;
     padding: 66px 40px 0px 40px;
 }

 .process-block-one .inner-box .count-text {
     position: absolute;
     left: 35px;
     top: 0px;
     font-size: 150px;
     line-height: 150px;
     font-family: 'DM Sans', sans-serif;
     font-weight: 700;
     color: #131313;
     text-shadow: -1px -1px 0 #232323, 1px -1px 0 #232323, -1px 1px 0 #232323, 1px 1px 0 #232323;
 }

 .process-block-one .inner-box .icon-box {
     position: relative;
     display: inline-block;
     font-size: 95px;
     line-height: 100px;
     margin-bottom: 30px;
     transition: all 500ms ease;
 }

 .process-block-one .inner-box:hover .icon-box {
     transform: scale(1.1);
 }

 .process-block-one .inner-box h3 {
     position: relative;
     display: block;
     font-size: 24px;
     line-height: 30px;
     font-weight: 700;
     color: #fff;
     text-transform: uppercase;
     margin-bottom: 16px;
 }

 .process-block-one .inner-box p {
     color: rgba(255, 255, 255, 0.6);
 }

 .working-process .sec-title {
     margin-bottom: 5px;
 }

 .testimonial-section.alternat-2 .testimonial-block-one .inner-box .author-info {
     padding: 0px;
 }

 .testimonial-section.alternat-2 .testimonial-block-one .inner-box {
     position: relative;
     padding-left: 200px;
 }

 .testimonial-section.alternat-2 .testimonial-block-one .inner-box .author-thumb {
     position: absolute;
     left: 0px;
     top: 13px;
     width: 160px;
     height: 160px;
     border-radius: 50%;
 }

 .testimonial-section.alternat-2 .testimonial-block-one .inner-box .author-thumb img {
     width: 100%;
     border-radius: 50%;
 }

 .testimonial-section.alternat-2 .testimonial-block-one .inner-box .text p {
     font-size: 35px;
     line-height: 50px;
     font-family: 'DM Sans', sans-serif;
     font-weight: 300;
     color: #131313;
 }

 .testimonial-section.alternat-2 .testimonial-inner {
     margin: 0px 70px;
 }

 .testimonial-section.alternat-2 .sec-title {
     margin-bottom: 70px;
 }

 .testimonial-section.alternat-2 .testimonial-block-one .inner-box .text {
     margin-bottom: 23px;
 }

 .testimonial-section.alternat-2 .testimonial-section .owl-dots {
     margin-top: 75px;
 }

 .testimonial-section.alternat-2 .owl-theme .owl-dots .owl-dot span {}

 .testimonial-section.alternat-2 .owl-nav .owl-prev,
 .testimonial-section.alternat-2 .owl-nav .owl-next {
     background: #faf4ec;
 }

 .testimonial-section.alternat-2 .owl-nav .owl-prev:hover,
 .testimonial-section.alternat-2 .owl-nav .owl-next:hover {}


 /** subscribe-section **/

 .subscribe-section {
     position: relative;
 }

 .subscribe-section .outer-container {
     position: relative;
     max-width: 1430px;
     width: 100%;
     padding: 0px 15px;
     margin: 0 auto;
 }

 .subscribe-section .subscribe-inner {
     position: relative;
     background: #faf4ec;
     padding: 125px 250px 130px 250px;
 }

 .subscribe-section .subscribe-inner .sec-title {
     margin-bottom: 35px;
 }

 .subscribe-section .subscribe-inner .text {
     position: relative;
     margin-bottom: 39px;
 }

 .subscribe-section .subscribe-inner .text p {
     font-size: 18px;
     line-height: 32px;
     color: #131313;
 }

 .subscribe-section .subscribe-inner .subscribe-form .form-group {
     position: relative;
     margin-bottom: 0px;
 }

 .subscribe-section .subscribe-inner .subscribe-form .form-group:before {
     position: absolute;
     content: '';
     width: 5px;
     height: 100%;
     left: 0px;
     top: 0px;
     z-index: 1;
 }

 .subscribe-section .subscribe-inner .subscribe-form .form-group input {
     position: relative;
     display: block;
     width: 100%;
     height: 110px;
     background: #fff;
     padding: 20px 250px 20px 30px;
     border: 1px solid #fff;
     font-size: 20px;
     font-weight: 600;
     color: #5b5858;
     transition: all 500ms ease;
 }

 .subscribe-section .subscribe-inner .subscribe-form .form-group input:focus {}

 .subscribe-section .subscribe-inner .subscribe-form .form-group button {
     position: absolute;
     top: 25px;
     right: 30px;
 }

 .subscribe-section .pattern-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-repeat: no-repeat;
     background-position: center;
 }

 .clients-section.alternat-2 {
     background: #131313;
     padding: 80px 0px;
 }

 .clients-section.alternat-2 .clients-logo-box img {
     filter: grayscale(100%);
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
 }

 .clients-section.alternat-2 .clients-logo-box img:hover {
     filter: grayscale(0%);
     -webkit-filter: grayscale(0%);
     -moz-filter: grayscale(0%);
     -o-filter: grayscale(0%);
     -ms-filter: grayscale(0%);
     transform: scale(1);
     opacity: 1;
 }



 /***

====================================================================
                        About-Page
====================================================================

***/
.page-title {
    position: relative;
    padding: 140px 0;
    overflow: hidden;
    /* background-size / background-position no longer needed — remove them */
}

/* NEW: the responsive image sits behind everything, filling the section */
.page-title-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    pointer-events: none;
}

.page-title-bg__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 767px) {
    .page-title {
        position: relative;
        min-height: 300px;
        padding: 0;
    }
}

/* NEW: dark overlay for text legibility on desktop too (mobile already has one via ::after) */
.page-title::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
    pointer-events: none;
}

.page-title .auto-container {
    position: relative;
    z-index: 2;
    min-height: 440px;
}

 .border-bottom {
     border-bottom: 2px solid #eeeeee;
 }

 .bg-color-1 {
     background: #faf4ec;
 }

 .image_block_3 .image-box {
     position: relative;
     display: block;
     padding-left: 130px;
 }

 .feature-style-three .image_block_3 .image-box {
     margin-left: 70px;
 }

 .image_block_3 .image-box img {
     width: 100%;
 }

 .image_block_3 .image-box .image-1 {
     position: relative;
     display: block;
     overflow: hidden;
 }

 .image_block_3 .image-box .image-1:before {
     position: absolute;
     top: 0;
     left: -80%;
     display: block;
     content: '';
     width: 50%;
     height: 100%;
     background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
     background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
     background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
     -webkit-transform: skewX(-25deg);
     -ms-transform: skewX(-25deg);
     transform: skewX(-25deg);
 }

 .image_block_3 .image-box:hover .image-1:before {
     -webkit-animation: shine 1s;
     animation: shine 1s;
 }

 .image_block_3 .image-box .image-2 {
     position: absolute;
     left: 0px;
     top: 48px;
 }

 .testimonial-section.alternat-3 .testimonial-block-one .inner-box .author-info .designation {}

 .testimonial-section.alternat-3 .owl-theme .owl-dots .owl-dot span {}

 .testimonial-section.alternat-3 .owl-nav .owl-prev,
 .testimonial-section.alternat-3 .owl-nav .owl-next {
     font-weight: 700;
     background: #faf4ec;
 }

 .testimonial-section.alternat-3 {
     padding-bottom: 0px;
 }

 .testimonial-section.alternat-3 .owl-nav .owl-prev:hover,
 .testimonial-section.alternat-3 .owl-nav .owl-next:hover {}


 /** chooseus-style-two **/

 .chooseus-style-two {
     position: relative;
     padding: 125px 0px 100px 0px;
 }

 .chooseus-style-two .single-item {
     position: relative;
     display: block;
     background: #fff;
     padding: 33px 30px 36px 130px;
     margin-bottom: 30px;
 }

 .chooseus-style-two .single-item .icon-box {
     position: absolute;
     left: 30px;
     top: 40px;
     width: 80px;
     height: 80px;
     line-height: 80px;
     background: #faf4ec;
     font-size: 40px;
     color: #131313;
     text-align: center;
     border-radius: 50%;
     z-index: 1;
     transition: all 500ms ease;
 }

 .chooseus-style-two .single-item:hover .icon-box {
     color: #fff;
 }

 .chooseus-style-two .single-item .icon-box:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     border-radius: 50%;
     left: 0px;
     top: 0px;
     right: 0px;
     transform: scale(0, 0);
     z-index: -1;
     transition: all 500ms ease;
 }

 .chooseus-style-two .single-item:hover .icon-box:before {
     transform: scale(1, 1);
 }

 .chooseus-style-two .single-item h5 {
     font-size: 18px;
     line-height: 26px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 5px;
 }

 .chooseus-style-two .sec-title .btn-box {
     position: absolute;
     top: 35px;
     right: 0px;
     z-index: 1;
 }

 .working-process.alternat-2 {
     position: relative;
     padding: 125px 0px;
     background: #fff;
 }

 .working-process.alternat-2 .process-block-one .inner-box .count-text {
     color: #fff;
     text-shadow: -1px -1px 0 #ebebeb, 1px -1px 0 #ebebeb, -1px 1px 0 #ebebeb, 1px 1px 0 #ebebeb;
 }

 .working-process.alternat-2 .process-block-one .inner-box h3 {
     color: #131313;
 }

 .working-process.alternat-2 .process-block-one .inner-box p {
     color: #5b5858;
 }


 /***

====================================================================
                        Gallery-Page
====================================================================

***/


 .gallery-section {
     position: relative;
     padding-top: 130px;
 }

 .gallery-section .more-btn {
     position: relative;
     margin-top: 30px;
 }

 .gallery-block-one .inner-box {
     position: relative;
     display: block;
     margin-bottom: 50px;
 }

 .gallery-block-one .inner-box .image-box {
     position: relative;
     display: block;
     overflow: hidden;
 }

 .gallery-block-one .inner-box .image-box img {
     width: 100%;
     transition: all 500ms ease;
 }

 .gallery-block-one .inner-box:hover .image-box img {
     opacity: 0.2;
     transform: scale(1.1);
 }

 .gallery-block-one .inner-box .lower-content {
     position: relative;
     margin: 0px 30px;
 }

 .gallery-block-one .inner-box .lower-content .inner {
     position: relative;
     background: #fff;
     padding: 33px 50px 32px 50px;
     border-radius: 10px;
     margin-top: -40px;
     box-shadow: 0 10px 20px #efefef;
     overflow: hidden;
     transition: all 500ms ease;
 }

 .gallery-block-one .inner-box:hover .lower-content .inner {}

 .gallery-block-one .inner-box .lower-content .inner:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 0%;
     left: 0px;
     top: 0px;
     transition: all 500ms ease;
 }

 .gallery-block-one .inner-box:hover .lower-content .inner:before {
     height: 100%;
 }

 .gallery-block-one .inner-box .lower-content .inner span {
     position: relative;
     display: block;
     font-size: 14px;
     line-height: 24px;
     font-weight: 700;
     text-transform: uppercase;
     color: #5b5858;
     margin-bottom: 4px;
     transition: all 500ms ease;
 }

 .gallery-block-one .inner-box:hover .lower-content .inner span {
     color: #fff;
 }

 .gallery-block-one .inner-box .lower-content .inner h3 {
     position: relative;
     display: block;
     font-size: 30px;
     line-height: 38px;
     font-weight: 700;
     text-transform: uppercase;
 }

 .gallery-block-one .inner-box .lower-content .inner h3 a {
     display: inline-block;
     color: #131313;
 }

 .gallery-block-one .inner-box:hover .lower-content .inner h3 a {
     color: #fff;
 }

 .gallery-block-one .inner-box .lower-content .inner .link {
     position: absolute;
     top: 36px;
     right: 50px;
     z-index: 1;
 }

 .gallery-block-one .inner-box .lower-content .inner .link a {
     position: relative;
     display: inline-block;
     font-size: 30px;
     color: #3e3e3e;
     width: 60px;
     height: 60px;
     line-height: 56px;
     border: 3px solid #d6d6d6;
     border-radius: 50%;
     text-align: center;
     font-weight: 700;
 }

 .gallery-block-one .inner-box:hover .lower-content .inner .link a {
     background: #fff;
     border-color: #fff;
 }


 /***

====================================================================
                        Error-Page
====================================================================

***/

 .error-section {
     position: relative;
     padding: 100px 0px 120px 0px;
 }

 .error-section .inner-box .theme-btn-one i {
     margin-right: 10px;
 }

 .error-section .inner-box .error-image {
     position: relative;
     display: inline-block;
     margin-bottom: 60px;
 }

 .error-section .inner-box h1 {
     font-size: 200px;
     line-height: 200px;
     font-weight: 900;
     margin-bottom: 10px;
 }

 .error-section .inner-box h2 {
     position: relative;
     display: block;
     font-size: 30px;
     line-height: 42px;
     font-weight: 700;
     margin-bottom: 60px;
 }


 /***

====================================================================
                        Shop-Page
====================================================================

***/

 .shop-page-section {
     position: relative;
     padding-top: 130px;
 }

 .shop-page-section .inner-container {
     position: relative;
     padding-bottom: 130px;
     border-bottom: 1px solid #e7e7e7;
 }

 .shop-sidebar .sidebar-search {
     position: relative;
     display: block;
     padding: 10px 20px;
     margin-bottom: 40px;
 }

 .shop-sidebar .sidebar-search .form-group {
     position: relative;
     margin: 0px;
 }

 .shop-sidebar .sidebar-search .form-group input[type='search'] {
     position: relative;
     width: 100%;
     height: 50px;
     font-size: 16px;
     font-family: 'DM Sans', sans-serif;
     font-weight: 700;
     color: #fff;
     background: transparent;
     text-transform: uppercase;
     border: 1px solid transparent;
     padding: 10px 50px 10px 20px;
     transition: all 500ms ease;
 }

 .shop-sidebar .sidebar-search .form-group input::-webkit-input-placeholder {
     color: #fff;
 }

 .shop-sidebar .sidebar-search .form-group button {
     position: absolute;
     top: 10px;
     right: 20px;
     color: #fff;
     font-size: 16px;
     cursor: pointer;
     background: transparent;
     transition: all 500ms ease;
 }

 .shop-sidebar .sidebar-search .form-group input:focus {
     border-color: #fff;
 }

 .shop-sidebar .sidebar-widget {
     position: relative;
     border: 2px solid #ececec;
     padding: 30px 40px;
     margin-bottom: 40px;
 }

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

 .shop-sidebar .sidebar-widget .widget-title {
     position: relative;
     display: block;
     padding-bottom: 13px;
     margin-bottom: 32px;
     border-bottom: 2px solid #ececec;
 }

 .shop-sidebar .sidebar-widget .widget-title h4 {
     font-size: 20px;
     line-height: 28px;
     font-weight: 700;
     text-transform: uppercase;
 }

 .shop-sidebar .category-widget .category-list li {
     position: relative;
     display: block;
     margin-bottom: 18px;
 }

 .shop-sidebar .category-widget .category-list li:last-child {
     margin-bottom: 0px;
 }

 .shop-sidebar .category-widget .category-list li a {
     position: relative;
     display: inline-block;
     font-size: 16px;
     line-height: 26px;
     color: #5b5858;
     font-weight: 600;
     padding-left: 12px;
 }

 .shop-sidebar .category-widget .category-list li a:hover {}

 .shop-sidebar .category-widget .category-list li a:before {
     position: absolute;
     content: "\f105";
     font-family: 'Font Awesome 5 Pro';
     left: 0px;
     top: 0px;
 }

 .shop-sidebar .category-widget {
     padding: 41px 40px 46px 40px;
 }

 .shop-sidebar .post-widget .post {
     position: relative;
     display: block;
     padding-left: 100px;
     padding-bottom: 34px;
     margin-bottom: 34px;
     border-bottom: 2px solid #ececec;
 }

 .shop-sidebar .post-widget .post:last-child {
     margin-bottom: 0px;
     border-bottom: none;
 }

 .shop-sidebar .post-widget .post .post-thumb {
     position: absolute;
     left: 0px;
     top: -4px;
     width: 80px;
     height: 80px;
     border: 2px solid #ececec;
     border-radius: 10px;
     transition: all 500ms ease;
 }

 .shop-sidebar .post-widget .post:hover .post-thumb {}

 .shop-sidebar .post-widget .post .post-thumb img {
     width: 100%;
     border-radius: 10px;
 }

 .shop-sidebar .post-widget .post .rating li {
     position: relative;
     display: inline-block;
     font-size: 12px;
     line-height: 18px;
     float: left;
     margin-right: 5px;
 }

 .shop-sidebar .post-widget .post .rating li:last-child {
     margin: 0px !important;
 }

 .shop-sidebar .post-widget .post .rating {
     margin-bottom: 1px;
 }

 .shop-sidebar .post-widget .post h5 {
     position: relative;
     display: block;
     font-size: 18px;
     line-height: 26px;
     font-weight: 700;
     margin-bottom: 3px;
     text-transform: uppercase;
 }

 .shop-sidebar .post-widget .post h5 a {
     display: inline-block;
     color: #131313;
 }

 .shop-sidebar .post-widget .post h5 a:hover {}

 .shop-sidebar .post-widget .post .price {
     position: relative;
     display: block;
     font-size: 16px;
     line-height: 24px;
     font-family: 'DM Sans', sans-serif;
     font-weight: 700;
 }

 .shop-sidebar .post-widget {
     padding: 41px 40px 20px 40px;
 }

 .shop-sidebar .post-widget .widget-title {
     margin-bottom: 44px;
 }

 .range-slider {
     position: relative;
 }

 .range-slider .title {
     position: relative;
     display: inline-block;
 }

 .range-slider p {
     position: relative;
     display: inline-block;
     font-size: 15px;
     color: #131313;
     font-weight: 500;
     margin-right: 10px !important;
 }

 .range-slider .title:before {
     position: absolute;
     content: '$';
     left: -6px;
     top: -20px;
     color: #131313;
     font-weight: 500;
     font-size: 15px;
 }

 .range-slider .input {
     color: #131313;
     max-width: 75px;
     font-size: 15px;
     font-weight: 600;
     margin-top: 5px;
     position: relative;
     display: inline-block;
 }

 .range-slider .input input {
     background: none;
     color: #131313;
     font-size: 15px;
     font-weight: 500;
     text-align: left;
     width: 80px;
 }

 .range-slider .ui-widget.ui-widget-content {
     height: 4px;
     border: none;
     background: #f0f0f0;
 }

 .range-slider .ui-slider .ui-slider-range {
     top: 0px;
     height: 4px;
 }

 .range-slider .ui-state-default,
 .range-slider .ui-widget-content .ui-state-default {
     top: -7px;
     width: 18px;
     height: 18px;
     border: none;
     border-radius: 50%;
     cursor: pointer;
     margin-left: 0px;
 }

 .range-slider .clearfix {
     margin-bottom: 25px;
 }

 .shop-sidebar .price-filter {
     padding-bottom: 50px;
 }

 .shop-sidebar .advice-box {
     position: relative;
     display: block;
     min-height: 530px;
     padding: 43px 30px 50px 30px;
 }

 .shop-sidebar .advice-box p {
     position: relative;
     display: block;
     font-size: 17px;
     line-height: 26px;
     color: #fff;
     letter-spacing: 2px;
     margin-bottom: 2px;
     text-transform: uppercase;
     z-index: 1;
 }

 .shop-sidebar .advice-box h2 {
     font-size: 40px;
     line-height: 50px;
     color: #fff;
     font-weight: 700;
     text-transform: uppercase;
     z-index: 1;
 }

 .shop-sidebar .advice-box .image {
     position: absolute;
     top: 0px;
 }

 .shop-sidebar .advice-box .btn-box {
     position: absolute;
     bottom: 50px;
     width: 100%;
     left: 0px;
     text-align: center;
     z-index: 1;
 }

 .shop-sidebar .advice-box .btn-box a {
     position: relative;
     display: inline-block;
     font-size: 16px;
     line-height: 26px;
     font-family: 'DM Sans', sans-serif;
     font-weight: 700;
     color: #131313;
     text-transform: uppercase;
     background: #fff;
     padding: 17px 50px;
 }

 .shop-sidebar .advice-box .btn-box a:hover {
     color: #fff;
 }

 .nice-select:after {
     position: absolute;
     content: "\f107";
     font-family: 'Font Awesome 5 Pro';
     font-size: 18px;
     top: 20px;
     right: 0px;
     color: #5b5858;
     font-weight: 400;
     border: none !important;
     transform: rotate(0deg) !important;
 }

 .nice-select {
     position: relative;
     display: block;
     width: 100%;
     height: 70px;
     border: none !important;
     background: transparent;
     font-size: 18px;
     color: #5b5858;
     font-weight: 600;
     padding: 17px 10px;
 }

 .shop-page-section .our-shop .item-shorting {
     position: relative;
     margin-bottom: 40px;
 }

 .shop-page-section .item-shorting .text p {
     font-size: 18px;
     line-height: 70px;
     font-weight: 600;
     color: #5b5858;
 }

 .nice-select .list {
     min-width: 160px !important;
 }

 .shop-page-section .our-shop .shop-block-one .inner-box {
     border: 1px solid #ececec;
     margin-bottom: 40px;
 }

 .shop-page-section .pagination-wrapper {
     position: relative;
     padding-top: 50px;
 }

 .shop-page-section .shop-block-one .inner-box .lower-content .price {}

 .nice-select .option {
     font-size: 15px;
 }

 .shop-block-two .inner-box {
     position: relative;
     padding: 43px 50px 50px 350px;
     display: block;
     border: 1px solid #ececec;
     margin-bottom: 40px;
 }

 .shop-block-two .inner-box .image-box {
     position: absolute;
     left: 0px;
     top: 0px;
     overflow: hidden;
 }

 .shop-block-two .inner-box .image-box img {
     widows: 100%;
     transition: all 500ms ease;
 }

 .shop-block-two .inner-box:hover .image-box img {
     transform: scale(1.1);
 }

 .shop-block-two .inner-box .content-box .rating {
     margin-bottom: 6px;
 }

 .shop-block-two .inner-box .content-box .rating li {
     position: relative;
     display: inline-block;
     font-size: 15px;
     line-height: 18px;
 }

 .shop-block-two .inner-box .content-box h3 {
     position: relative;
     display: block;
     font-size: 24px;
     line-height: 32px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 5px;
 }

 .shop-block-two .inner-box .content-box h3 a {
     display: inline-block;
     color: #131313;
 }

 .shop-block-two .inner-box .content-box h3 a:hover {}

 .shop-block-two .inner-box .content-box .price {
     position: relative;
     display: block;
     font-size: 18px;
     line-height: 26px;
     font-weight: 700;
     margin-bottom: 16px;
 }

 .shop-block-two .inner-box .content-box p {
     margin-bottom: 25px;
 }

 .shop-page-3 .item-shorting {
     background: #fff;
     padding: 0px 30px;
 }

 .shop-page-3 {
     position: relative;
     padding: 120px 0px 140px 0px;
 }

 .shop-page-3 .shop-block-one .inner-box {
     margin-bottom: 30px;
 }

 .shop-page-3 .item-shorting .text p {
     font-size: 18px;
     line-height: 70px;
     font-weight: 600;
     color: #5b5858;
 }

 .shop-page-3 .shop-block-one .inner-box .image-box .list {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     width: 100%;
 }

 .shop-page-3 .shop-block-one .inner-box .image-box {
     background: #fff;
 }

 .shop-page-3 .shop-block-one .inner-box:hover .image-box img {
     opacity: 0.2;
 }

 .shop-page-3 .shop-block-one .inner-box .image-box .list li {
     position: relative;
     display: inline-block;
     margin: 0px 3px;
 }

 .shop-page-3 .shop-block-one .inner-box .image-box .list li a {
     position: relative;
     display: inline-block;
     font-size: 18px;
     color: #fff;
     width: 50px;
     height: 50px;
     line-height: 50px;
     background: #131313;
     text-align: center;
     border-radius: 50%;
     transform: scale(0, 0);
 }

 .shop-page-3 .shop-block-one .inner-box .image-box .list li a:hover {}

 .shop-page-3 .shop-block-one .inner-box:hover .image-box .list li a {
     transform: scale(1, 1);
 }

 .shop-page-3 .shop-block-one .inner-box .lower-content .price {}

 .shop-page-3 .pagination-wrapper {
     padding-top: 60px;
 }

 .shop-page-3 .shop-sidebar .sidebar-search {
     margin-bottom: 0px;
 }

 .shop-page-3 .our-shop {
     margin-top: 80px;
 }

 .related-product {
     position: relative;
     padding-top: 50px;
 }

 .related-product .shop-block-one .inner-box {
     border: 1px solid #ececec;
 }

 .related-product .shop-block-one .inner-box .lower-content .price {}

/* ============================================
   SHOP DETAILS — MOR BRAND
   ============================================ */

.shop-details {
    position: relative;
    padding: 80px 0 60px;
    background: transparent;
    overflow: hidden;
}

/* ── Decorative glow (reuse from shop-section) ── */
.shop-details .shop-bg-glow--top-right {
    top: -80px;
    right: -80px;
}
.shop-details .shop-bg-glow--bottom-left {
    bottom: -60px;
    left: -60px;
}

/* ============================================
   SLIDER / GALLERY
   ============================================ */

.product-details-content .slider-content {
    position: relative;
    display: block;
}

/* ── Main Slider ── */
.product-main-slider .item {
    border-radius: 18px;
    overflow: hidden;
    border: 2px solid #ffe6b8;
    transition: border-color 0.2s;
}
.product-main-slider .item:hover {
    border-color: #ffa515;
}
.product-main-slider .item img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.product-main-slider .item:hover img {
    transform: scale(1.04);
}

/* ── Thumb Slider ── */
.product-thumb-slider {
    margin-top: 12px;
}
.product-thumb-slider .item {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #ffe6b8;
    cursor: pointer;
    transition: border-color 0.25s, box-shadow 0.25s;
}
.product-thumb-slider .item:hover,
.product-thumb-slider .item.active {
    border-color: #ffa515;
    box-shadow: 0 4px 14px rgba(255, 165, 21, 0.25);
}
.product-thumb-slider .item img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
}

/* Legacy bxSlider compat */
.bx-viewport {
    min-height: unset !important;
}

/* ============================================
   PRODUCT DETAIL CARD (right column)
   ============================================ */

.product-detail-card {
    position: relative;
    padding: 8px 0 0 16px;
}

/* Eyebrow label */
.product-detail-card .shop-eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #b86a00;
    margin-bottom: 10px;
}

/* Title */
.product-detail-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 3.5vw, 42px);
    font-weight: 900;
    color: #1a0a00;
    line-height: 1.18;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    text-transform: none;
}

/* Sub-title / variant label */
.product-detail-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffa515;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
}

/* Description */
.product-detail-body {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 1.85;
    color: #4a3010;
    margin-bottom: 28px;
}
.product-detail-body p {
    margin-bottom: 14px;
}
.product-detail-body p:last-child {
    margin-bottom: 0;
}

/* Thin separator above CTA */
.product-detail-sep {
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #ffe6b8, transparent);
    margin: 28px 0;
}

/* CTA row */
.product-detail-cta {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* ── Rating row (keep if used) ── */
.product-details-content .product-details .rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
}
.product-details-content .product-details .rating li {
    list-style: none;
    font-size: 13px;
    line-height: 1;
    color: #ffa515;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1199px) {
    .product-main-slider .item img {
        height: 360px;
    }
}

@media (max-width: 991px) {
    .shop-details {
        padding: 60px 0 40px;
    }
    .product-detail-card {
        padding: 28px 0 0;
    }
    .product-main-slider .item img {
        height: 300px;
    }
    .product-detail-title {
        font-size: clamp(22px, 4vw, 32px);
    }
}

@media (max-width: 767px) {
    .shop-details {
        padding: 44px 0 30px;
    }
    .product-main-slider .item img {
        height: 250px;
    }
    .product-thumb-slider .item img {
        height: 64px;
    }
    .product-detail-card {
        padding: 20px 0 0;
    }
    .product-detail-cta {
        flex-direction: column;
        align-items: flex-start;
    }
    .shop-btn-all {
        width: 100%;
        text-align: center;
    }
    
    
}
 .custom-check-box .custom-control.material-checkbox .material-control-input {
     display: none;
 }

 .custom-check-box .custom-control {
     padding-left: 30px;
 }

 .custom-check-box .custom-control.material-checkbox .material-control-indicator {
     display: inline-block;
     position: absolute;
     top: 4px;
     left: 0px;
     width: 20px;
     height: 20px;
     border: 2px solid #e0e0e0;
     cursor: pointer;
     border-radius: 50%;
 }

 .custom-check-box .custom-control.material-checkbox .material-control-indicator:before {
     position: absolute;
     content: '';
     left: 4px;
     top: 4px;
     width: 8px;
     height: 8px;
     border-radius: 50%;
     transform: scale(0, 0);
     transition: all 500ms ease;
 }

 .custom-check-box .custom-control.material-checkbox .material-control-input:checked~.material-control-indicator:before {
     transform: scale(1, 1);
 }

 .custom-check-box .custom-controls-stacked .description {
     position: relative;
     display: inline-block;
     padding: 0px;
     font-size: 15px;
     color: #061a3a;
     cursor: pointer;
     font-weight: 400;
 }

 .product-details-content .product-details .size-box .select-inner li {
     position: relative;
     display: inline-block;
     margin-right: 15px;
 }

 .product-details-content .product-details .size-box .select-inner li:last-child {
     margin: 0px !important;
 }

 .product-details-content .product-details .size-box {
     margin-bottom: 20px;
 }

 .product-details-content .product-details .color-box {
     margin-bottom: 30px;
 }

 .product-details-content .product-details .size-box h3 {
     margin-bottom: 9px;
 }

 .product-details-content .product-details .color-box h3 {
     margin-bottom: 13px;
 }

 .product-details-content .product-details .color-box .color-list .color {
     position: relative;
     display: inline-block;
     width: 20px;
     height: 20px;
     border-radius: 50%;
     float: left;
     margin-right: 10px;
 }

 .product-details-content .product-details .color-box .color-list .color:last-child {
     margin: 0px !important;
 }

 .product-details-content .product-details .color-box .color-list .color-1 {}

 .product-details-content .product-details .color-box .color-list .color-2 {}

 .product-details-content .product-details .color-box .color-list .color-3 {}

 .product-details-content .product-details .color-box .color-list .color-4 {}

 .addto-cart-box .clearfix li {
     position: relative;
     display: inline-block;
 }

 .addto-cart-box .input-group {
     position: relative;
     display: table;
     border-collapse: separate;
     max-width: 50px;
     width: 100%;
     height: 33px;
 }

 .addto-cart-box .theme-btn-two {
     padding: 7px 33px;
     font-size: 14px;
 }

 .addto-cart-box .item-quantity {
     position: relative;
     display: inline-block;
     max-width: 130px;
     width: 100%;
     float: left;
     padding: 0px 40px;
     margin-right: 10px;
     border: 1px solid #dddddd;
     z-index: 1;
     margin-top: 4px;
 }

 .addto-cart-box input.quantity-spinner {
     line-height: 33px;
     height: 33px;
     width: 43px !important;
     padding: 0px !important;
     box-shadow: none !important;
     font-family: 'DM Sans', sans-serif;
     border: none;
     text-align: center;
     font-size: 14px;
     font-weight: 700;
     color: #112433;
     border-left: 1px solid #dddddd;
     border-right: 1px solid #dddddd;
 }

 .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down {
     position: absolute;
     height: 33px;
     width: 30px;
     background: transparent;
     padding: 0px 0px;
     left: -34px;
     top: -33px;
     border-right: none;
     border-radius: 0px;
 }

 .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
     position: absolute;
     height: 33px;
     width: 30px;
     background: transparent;
     padding: 0px 0px;
     right: -34px;
     top: -33px;
     border-left: none;
     margin-top: 0px;
     border-radius: 0px;
 }

 .bootstrap-touchspin .glyphicon-chevron-up:before {
     content: "\f067";
     font-size: 12px;
     font-style: normal;
     color: #666666;
     font-family: 'Font Awesome 5 pro';
     font-weight: 700;
 }

 .bootstrap-touchspin .glyphicon-chevron-down:before {
     content: "\f068";
     font-size: 12px;
     font-style: normal;
     color: #666666;
     font-weight: 700;
     font-family: 'Font Awesome 5 pro';
 }

 .bootstrap-touchspin .input-group-btn-vertical {
     position: absolute;
     width: 100%;
 }

 .bootstrap-touchspin .input-group-btn-vertical i {
     top: 2px;
     left: 7px;
     font-size: inherit !important;
 }

 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
     margin-top: 0px;
 }


 .shop-details .product-discription .tabs-content .customer-review .single-review {
     position: relative;
     margin-bottom: 37px;
 }

 .shop-details .product-discription .tabs-content .customer-review .single-review:last-child {
     margin-bottom: 0px;
 }

 .shop-details .product-discription .tabs-content .customer-review .single-review .image-box {
     position: absolute;
     left: 0px;
     top: 3px;
     width: 100px;
     height: 100px;
     line-height: 80px;
     border-radius: 5px;
     overflow: hidden;
 }

 .shop-details .product-discription .tabs-content .customer-review .single-review .image-box img {
     width: 100%;
     border-radius: 5px;
 }

 .shop-details .product-discription .tabs-content .customer-review .single-review .inner {
     position: relative;
     padding-left: 130px;
 }

 .single-product .product-discription .tabs-content .customer-review .single-review .inner .rating {
     position: relative;
 }

 .shop-details .product-discription .tabs-content .customer-review .single-review .inner .rating li {
     position: relative;
     display: inline-block;
     font-size: 16px;
     margin-right: 2px;
 }

 .shop-details .product-discription .tabs-content .customer-review .single-review .inner .rating li:last-child {
     margin-right: 0px;
 }

 .shop-details .product-discription .tabs-content .customer-review .single-review .inner h5 {
     position: relative;
     display: block;
     font-size: 18px;
     line-height: 28px;
     font-weight: 900;
     margin-bottom: 12px;
 }

 .shop-details .product-discription .tabs-content .customer-review .single-review .inner h5 span {
     font-size: 15px;
     font-weight: 600;
     color: #93959e;
 }

 .shop-details .product-discription .tabs-content .customer-review .single-review .inner p {
     line-height: 28px;
     color: #93959e;
 }

 .shop-details .product-discription .tabs-content .customer-review h3 {
     position: relative;
     display: block;
     font-size: 24px;
     line-height: 30px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 24px;
 }

 .shop-details .product-discription .tabs-content .customer-review {
     position: relative;
     display: block;
     padding-right: 15px;
     padding-bottom: 100px;
 }

 .shop-details .product-discription .tabs-content .customer-comments {
     position: relative;
     padding-left: 40px;
 }

 .shop-details .product-discription .tabs-content .customer-comments .rating-box p {
     position: relative;
     display: inline-block;
     font-size: 15px;
     color: #93959e;
     margin-right: 12px;
 }

 .shop-details .product-discription .tabs-content .customer-comments .rating-box .rating {
     position: relative;
     display: inline-block;
 }

 .shop-details .product-discription .tabs-content .customer-comments .rating-box .rating li {
     position: relative;
     display: inline-block;
     font-size: 16px;
     margin-right: 2px;
 }

 .shop-details .product-discription .tabs-content .customer-comments .rating-box .rating li:last-child {
     margin-right: 0px;
 }

 .shop-details .product-discription .tabs-content .customer-comments .rating-box {
     position: relative;
     margin-bottom: 17px;
 }

 .shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group {
     position: relative;
     margin-bottom: 20px;
 }

 .shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group label {
     position: relative;
     display: block;
     font-size: 15px;
     color: #93959e;
     margin-bottom: 5px;
 }

 .shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group input[type='text'],
 .shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group input[type='email'],
 .shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     height: 50px;
     border: 1px solid #e5e5e5;
     border-radius: 5px;
     padding: 10px 20px;
     font-size: 15px;
     color: #93959e;
     background: transparent;
     transition: all 500ms ease;
 }

 .shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group textarea {
     height: 150px;
     resize: none;
 }

 .shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group input:focus,
 .shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group textarea:focus {}

 .shop-details .product-discription .tabs-content .customer-comments h3 {
     position: relative;
     display: block;
     font-size: 24px;
     line-height: 30px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 24px;
 }

 .shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group:last-child {
     margin-bottom: 0px;
 }

 .shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group.message-btn {
     margin-top: 10px;
 }

 .product-details-content {
     margin-bottom: 73px;
 }

 .shop-details .product-discription .tab-btns {
     position: relative;
     display: inline-block;
     border-bottom: 2px solid #dddddd;
     margin-bottom: 33px;
 }

 .shop-details .product-discription .tab-btns li {
     position: relative;
     display: inline-block;
     font-size: 20px;
     line-height: 28px;
     font-family: 'DM Sans', sans-serif;
     font-weight: 700;
     color: #131313;
     text-transform: uppercase;
     padding-bottom: 14px;
     margin-right: 45px;
     cursor: pointer;
     transition: all 500ms ease;
 }

 .shop-details .product-discription .tab-btns li.active-btn,
 .shop-details .product-discription .tab-btns li:hover {}

 .shop-details .product-discription .tab-btns li:before {
     position: absolute;
     content: '';
     width: 0%;
     height: 3px;
     left: 0px;
     bottom: -3px;
     transition: all 500ms ease;
 }

 .shop-details .product-discription .tab-btns li.active-btn:before,
 .shop-details .product-discription .tab-btns li:hover:before {
     width: 100%;
 }

 .shop-details .product-discription .tabs-content .content-box p {
     font-size: 15px;
     line-height: 28px;
     color: #5b5858;
     margin-bottom: 27px;
 }

 .shop-details .product-discription .tabs-content .content-box p:last-child {
     margin-bottom: 0px;
 }


 /***

====================================================================
                        Blog-Page
====================================================================

***/

 .blog-grid {
     padding: 120px 0px 130px 0px;
 }

 .blog-grid .news-block-one .inner-box {
     margin-bottom: 30px;
 }

 .blog-grid .pagination-wrapper {
     position: relative;
     margin-top: 50px;
 }

 .sidebar-page-container {
     position: relative;
     padding: 50px 0px 50px 0px;
 }

 .sidebar-page-container .news-block-one .inner-box .lower-content h2 {
     position: relative;
     display: block;
     font-size: 30px;
     line-height: 40px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 11px;
 }

 .sidebar-page-container .news-block-one .inner-box .lower-content h2 a {
     display: inline-block;
     color: #131313;
 }

 .sidebar-page-container .news-block-one .inner-box .lower-content h2 a:hover {}

 .sidebar-page-container .news-block-one .inner-box .lower-content p {
     margin-bottom: 26px;
 }

 .sidebar-page-container .news-block-one .inner-box .lower-content .post-info li {
     text-transform: uppercase;
 }

 .sidebar-page-container .news-block-one .inner-box .lower-content {
     border: 2px solid #ebebeb;
     border-top: none;
     padding-right: 100px;
     padding-top: 34px;
 }

 .sidebar-page-container .news-block-one .inner-box .lower-content .post-info {
     margin-bottom: 5px;
 }

 .sidebar-page-container .news-block-one .inner-box {
     margin-bottom: 30px;
 }

 .sidebar-page-container .pagination-wrapper {
     padding-top: 60px;
 }

 .blog-sidebar {
     position: relative;
 }

 .sidebar-page-container .blog-standard-content {
     margin-right: 70px;
 }

 .blog-sidebar .bg-color {
     position: absolute;
     left: -30px;
     top: -120px;
     background: #fbf8f2;
     width: 5000px;
     height: calc(100% + 120px);
 }

 .blog-sidebar {
     position: relative;
     padding-bottom: 130px;
 }

 .blog-sidebar .sidebar-search {
     position: relative;
     display: block;
     background: #fff;
     padding: 15px 30px;
     margin-bottom: 30px;
 }

 .blog-sidebar .sidebar-search .search-form .form-group {
     position: relative;
     margin: 0px;
 }

 .blog-sidebar .sidebar-search .search-form .form-group input[type='search'] {
     position: relative;
     width: 100%;
     height: 50px;
     font-size: 18px;
     color: #5b5858;
     font-weight: 600;
     padding: 10px 40px 10px 20px;
     border: 1px solid transparent;
     transition: all 500ms ease;
 }

 .blog-sidebar .sidebar-search .search-form .form-group button {
     position: absolute;
     top: 12px;
     right: 20px;
     font-size: 18px;
     color: #131313;
     font-weight: 700;
     background: transparent;
     cursor: pointer;
     transition: all 500ms ease;
 }

 .blog-sidebar .sidebar-search .search-form .form-group input:focus {}

 .blog-sidebar .sidebar-search .search-form .form-group input:focus+button,
 .blog-sidebar .sidebar-search .search-form .form-group button:hover {}

 .blog-sidebar .sidebar-widget {
     position: relative;
     display: block;
     background: #fff;
     padding: 42px 50px;
     margin-bottom: 30px;
 }

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

 .blog-sidebar .sidebar-widget .widget-title {
     position: relative;
     margin-bottom: 21px;
 }

 .blog-sidebar .sidebar-widget .widget-title h3 {
     font-size: 24px;
     line-height: 32px;
     font-weight: 700;
     text-transform: uppercase;
 }

 .blog-sidebar .category-widget .category-list li {
     position: relative;
     display: block;
     margin-bottom: 18px;
 }

 .blog-sidebar .category-widget .category-list li:last-child {
     margin-bottom: 0px;
 }

 .blog-sidebar .category-widget .category-list li a {
     position: relative;
     display: inline-block;
     font-size: 16px;
     line-height: 26px;
     color: #5b5858;
     font-weight: 600;
     padding-left: 12px;
 }

 .blog-sidebar .category-widget .category-list li a:before {
     position: absolute;
     content: "\f105";
     font-family: 'Font Awesome 5 Pro';
     font-size: 16px;
     left: 0px;
     top: 0px;
 }

 .blog-sidebar .category-widget .category-list li a:hover {}

 .blog-sidebar .post-widget .post {
     position: relative;
     display: block;
     margin-bottom: 23px;
 }

 .blog-sidebar .post-widget .widget-title {
     margin-bottom: 28px;
 }

 .blog-sidebar .post-widget .post:last-child {
     margin-bottom: 0px;
 }

 .blog-sidebar .post-widget .post .post-thumb {
     position: relative;
     display: block;
     overflow: hidden;
     margin-bottom: 13px;
 }

 .blog-sidebar .post-widget .post .post-thumb img {
     width: 100%;
     transition: all 500ms ease;
 }

 .blog-sidebar .post-widget .post:hover .post-thumb img {
     opacity: 0.2;
     transform: scale(1.05);
 }

 .blog-sidebar .post-widget .post h5 {
     position: relative;
     display: block;
     font-size: 18px;
     line-height: 26px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 2px;
 }

 .blog-sidebar .post-widget .post h5 a {
     display: inline-block;
     color: #131313;
 }

 .blog-sidebar .post-widget .post h5 a:hover {}

 .blog-sidebar .post-widget .post .post-date {
     position: relative;
     display: block;
     font-size: 14px;
     line-height: 24px;
     text-transform: uppercase;
     font-weight: 600;
 }

 .blog-sidebar .advice-box {
     position: relative;
     display: block;
     min-height: 530px;
     padding: 43px 30px 50px 30px;
 }

 .blog-sidebar .advice-box p {
     position: relative;
     display: block;
     font-size: 17px;
     line-height: 26px;
     color: #fff;
     letter-spacing: 2px;
     margin-bottom: 2px;
     text-transform: uppercase;
     z-index: 1;
 }

 .blog-sidebar .advice-box h2 {
     font-size: 40px;
     line-height: 50px;
     color: #fff;
     font-weight: 700;
     text-transform: uppercase;
     z-index: 1;
 }

 .blog-sidebar .advice-box .image {
     position: absolute;
     top: 0px;
 }

 .blog-sidebar .advice-box .btn-box {
     position: absolute;
     bottom: 50px;
     width: 100%;
     left: 0px;
     text-align: center;
     z-index: 1;
 }

 .blog-sidebar .advice-box .btn-box a {
     position: relative;
     display: inline-block;
     font-size: 16px;
     line-height: 26px;
     font-family: 'DM Sans', sans-serif;
     font-weight: 700;
     color: #131313;
     text-transform: uppercase;
     background: #fff;
     padding: 17px 50px;
 }

 .blog-sidebar .advice-box .btn-box a:hover {
     color: #fff;
 }

 .blog-details-content .news-block-one .inner-box:hover .image-box img {
     opacity: 1;
     transform: scale(1);
 }

 .blog-details-content .news-block-one .inner-box .lower-content .image-box {
     position: relative;
     display: block;
     margin-bottom: 26px;
 }

 .blog-details-content .news-block-one .inner-box .lower-content .image-box img {
     width: 100%;
 }

 .blog-details-content {
     position: relative;
     margin-right: 70px;
 }

 .blog-details-content .news-block-one .inner-box .lower-content .tags-list li {
     position: relative;
     display: inline-block;
     font-size: 18px;
     line-height: 26px;
     color: #5b5858;
     font-weight: 600;
 }

 .blog-details-content .news-block-one .inner-box .lower-content .tags-list li h5,
 .blog-details-content .news-block-one .inner-box .lower-content .share-links li h5 {
     font-family: 'DM Sans', sans-serif;
     color: #131313;
     text-transform: capitalize;
 }

 .blog-details-content .news-block-one .inner-box .lower-content .tags-list li a {
     color: #5b5858;
 }

 .blog-details-content .news-block-one .inner-box .lower-content .tags-list li a:hover {}

 .blog-details-content .news-block-one .inner-box .lower-content .share-links li {
     position: relative;
     display: inline-block;
     font-size: 15px;
     color: #5b5858;
     margin-right: 15px;
 }

 .blog-details-content .news-block-one .inner-box .lower-content .share-links li:last-child {
     margin: 0px !important;
 }

 .blog-details-content .news-block-one .inner-box .lower-content .share-links li a {
     color: #5b5858;
 }

 .blog-details-content .news-block-one .inner-box .lower-content .share-links li a:hover {}

 .blog-details-content .news-block-one .inner-box .lower-content .post-tags {
     margin-bottom: 4px;
 }

 .blog-details-content .news-block-one .inner-box .lower-content {
     padding-bottom: 22px;
 }

 .blog-details-content .author-box {
     position: relative;
     display: block;
     background: #fbf8f2;
     padding: 49px 25px 51px 40px;
     min-height: 294px;
     margin-bottom: 60px;
 }

 .blog-details-content .author-box .author-thumb {
     position: absolute;
     left: 35px;
     top: 40px;
     width: 210px;
     height: 213px;
 }

 .blog-details-content .author-box .author-thumb img {
     width: 100%;
 }

 .blog-details-content .author-box .inner {
     position: relative;
     padding-left: 230px;
 }

 .blog-details-content .author-box .inner h3 {
     position: relative;
     display: block;
     font-size: 24px;
     line-height: 30px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 10px;
 }

 .blog-details-content .author-box .inner p {
     position: relative;
     margin-bottom: 14px;
 }

 .blog-details-content .author-box .inner .social-links li {
     position: relative;
     display: inline-block;
     margin-right: 13px;
 }

 .blog-details-content .author-box .inner .social-links li:last-child {
     margin: 0px !important;
 }

 .blog-details-content .author-box .inner .social-links li a {
     position: relative;
     display: inline-block;
     font-size: 15px;
     color: #696969;
 }

 .blog-details-content .author-box .inner .social-links li a:hover {}

 .blog-details-content .comment-box {
     position: relative;
     display: block;
     border: 2px solid #ebebeb;
     padding: 51px 40px 56px 40px;
     margin-bottom: 60px;
 }

 .blog-details-content .group-title {
     position: relative;
     display: block;
     margin-bottom: 28px;
 }

 .blog-details-content .group-title h3 {
     font-size: 24px;
     line-height: 30px;
     font-weight: 700;
     text-transform: uppercase;
 }

 .blog-details-content .comment-box .comment {
     position: relative;
     padding-left: 130px;
     margin-bottom: 35px;
 }

 .blog-details-content .comment-box .comment.replay-comment {
     margin-left: 60px;
 }

 .blog-details-content .comment-box .comment:last-child {
     margin-bottom: 0px;
 }

 .blog-details-content .comment-box .comment .thumb-box {
     position: absolute;
     left: 0px;
     top: 15px;
     width: 100px;
     height: 100px;
     border-radius: 50%;
 }

 .blog-details-content .comment-box .comment .thumb-box img {
     width: 100%;
     border-radius: 50%;
 }

 .blog-details-content .comment-box .comment .comment-info h5 {
     position: relative;
     display: block;
     font-size: 18px;
     line-height: 26px;
     font-weight: 700;
     margin-bottom: 8px;
 }

 .blog-details-content .comment-box .comment .comment-info h5 span {
     font-size: 13px;
     font-weight: 600;
     font-family: 'DM Sans', sans-serif;
     color: #5b5858;
     margin-left: 25px;
 }

 .blog-details-content .comment-box .comment p {
     margin-bottom: 7px;
 }

 .blog-details-content .comment-box .comment .reply-btn {
     position: relative;
     display: inline-block;
     font-size: 18px;
     line-height: 26px;
     font-family: 'DM Sans', sans-serif;
     font-weight: 700;
     color: #131313;
 }

 .blog-details-content .comment-box .comment .reply-btn i {
     margin-left: 20px;
     color: #616161;
     font-size: 20px;
     top: 2px;
     font-weight: 400;
     position: relative;
     transition: all 500ms ease;
 }

 .blog-details-content .comment-box .comment .reply-btn:hover {}

 .blog-details-content .comment-box .comment .reply-btn:hover i {}

 .blog-details-content .comments-form-area {
     position: relative;
     display: block;
     border: 2px solid #ebebeb;
     padding: 51px 40px 60px 40px;
 }

 .blog-details-content .comments-form-area .comment-form .form-group {
     position: relative;
     margin-bottom: 20px;
 }

 .blog-details-content .comments-form-area .comment-form .form-group input[type='text'],
 .blog-details-content .comments-form-area .comment-form .form-group input[type='email'],
 .blog-details-content .comments-form-area .comment-form .form-group textarea {
     position: relative;
     width: 100%;
     height: 70px;
     border: 1px solid #dbdbdb;
     font-size: 15px;
     font-weight: 600;
     color: #5b5858;
     padding: 10px 50px 10px 20px;
     transition: all 500ms ease;
 }

 .blog-details-content .comments-form-area .comment-form .form-group textarea {
     resize: none;
     height: 170px;
     display: block;
 }

 .blog-details-content .comments-form-area .comment-form .form-group input:focus,
 .blog-details-content .comments-form-area .comment-form .form-group textarea:focus {}

 .blog-details-content .comments-form-area .comment-form .form-group i {
     position: absolute;
     top: 27px;
     right: 30px;
     font-size: 14px;
     z-index: 1;
 }

 .blog-details-content .comments-form-area .group-title {
     margin-bottom: 34px;
 }


 /***

====================================================================
                        Contact-Page
====================================================================

***//* ============================================
   CONTACT SECTION — MOR BRAND
   ============================================ */

.contact-section {
    position: relative;
    padding: 90px 0 100px;
    overflow: hidden;
    font-family: 'DM Sans', sans-serif;
}

/* ============================================
   INFO CARD (left column)
   ============================================ */

.contact-info-card {
    position: relative;
    z-index: 1;
    padding-right: 20px;
}

.contact-info-card__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 900;
    color: #1a0a00;
    line-height: 1.2;
    letter-spacing: -0.4px;
    margin-bottom: 0;
}

.contact-info-card__intro {
    font-size: 15px;
    line-height: 1.8;
    color: #4a3010;
    margin-bottom: 32px;
}

/* ── Info List ── */
.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px;
}

.contact-info-list__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #ffe6b8;
}
.contact-info-list__item:first-child {
    border-top: 1px solid #ffe6b8;
}

.contact-info-list__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffa515 0%, #e08a00 100%);
    color: #ffffff;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 1px;
}

.contact-info-list__text {
    font-size: 15px;
    line-height: 1.7;
    color: #4a3010;
    font-weight: 500;
}

.contact-info-list__link {
    text-decoration: none;
    color: #4a3010;
    transition: color 0.2s;
}
.contact-info-list__link:hover {
    color: #ffa515;
}

/* ── Social ── */
.contact-social__label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #b86a00;
    margin-bottom: 14px;
}

.contact-social__links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.contact-social__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff8ee;
    border: 2px solid #ffe6b8;
    color: #b86a00;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.22s, border-color 0.22s,
                color 0.22s, transform 0.2s;
}
.contact-social__btn:hover {
    background: #ffa515;
    border-color: #ffa515;
    color: #ffffff;
    transform: translateY(-3px);
}

/* ============================================
   FORM CARD (right column)
   ============================================ */

.contact-form-card {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 24px;
    padding: 44px 44px 48px;
    box-shadow: 0 8px 40px rgba(180, 90, 0, 0.10);
    border: 1px solid #ffe6b8;
}

.contact-form-card__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(22px, 2.8vw, 32px);
    font-weight: 900;
    color: #1a0a00;
    line-height: 1.2;
    letter-spacing: -0.3px;
    margin-bottom: 0;
}

/* ── Form Fields ── */
.contact-form__group {
    margin-bottom: 24px;
}

.contact-form__label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1a0a00;
    margin-bottom: 8px;
}

.contact-form__input {
    width: 100%;
    height: 52px;
    border: 1.5px solid #ffe6b8;
    border-radius: 12px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #1a0a00;
    padding: 0 18px;
    background: #fffaf4;
    transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
    outline: none;
}
.contact-form__input::placeholder {
    color: #c8a87a;
    font-weight: 400;
}
.contact-form__input:focus {
    border-color: #ffa515;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 165, 21, 0.12);
}

.contact-form__textarea {
    height: 140px !important;
    padding: 14px 18px !important;
    resize: none;
}

.contact-form__footer {
    margin-top: 8px;
}

/* ── Success Alert ── */
.contact-alert-success {
    background: #fff8ee;
    border: 1.5px solid #ffa515;
    border-radius: 12px;
    color: #7a4500;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 20px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

/* ============================================
   MAP
   ============================================ */

.contact-map-section {
    position: relative;
    width: 100%;
    line-height: 0;
}

.contact-map-section iframe {
    width: 100%;
    height: 480px;
    border: none;
    display: block;
    filter: sepia(20%) saturate(80%) brightness(98%);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 991px) {
    .contact-section {
        padding: 60px 0 70px;
    }
    .contact-info-card {
        padding-right: 0;
    }
    .contact-form-card {
        padding: 32px 28px 36px;
    }
}

@media (max-width: 767px) {
    .contact-section {
        padding: 50px 0 60px;
    }
    .contact-form-card {
        padding: 24px 18px 28px;
        border-radius: 18px;
    }
    .contact-form__input {
        height: 48px;
        border-radius: 10px;
    }
    .contact-map-section iframe {
        height: 320px;
    }
    .shop-btn-all {
        width: 100%;
        text-align: center;
    }
}
 .mb-30 {
     margin-bottom: 30px;
 }

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

 .mr-0 {
     margin: 0px !important;
 }

 .logo img {
     max-width: 120px;
 }

 .shop-block {
     border: 1px solid #000;
 }

 .content p {
     color: #fff;
 }

 #thumb-slider .item {
     cursor: pointer;
     border: 2px solid transparent;
     padding: 2px;
 }

 #thumb-slider .item.active {
     border-color: #f39c12;
     /* highlight active thumb */
 }

 #main-slider .owl-nav {
     position: absolute;
     top: 50%;
     left: 0;
     right: 0;
     transform: translateY(-50%);
    
     justify-content: space-between;
     pointer-events: none;
     /* allows image clicks */
 }

 #main-slider .owl-nav button.owl-prev,
 #main-slider .owl-nav button.owl-next {
     background: rgba(0, 0, 0, 0.5);
     /* semi-transparent bg */
     color: #fff;
     font-size: 28px;
     width: 45px;
     height: 45px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     pointer-events: auto;
     /* re-enable click on buttons */
     transition: 0.3s;
 }

 #main-slider .owl-nav button.owl-prev:hover,
 #main-slider .owl-nav button.owl-next:hover {
     background: rgba(0, 0, 0, 0.8);
 }

 #main-slider .owl-nav button span {
     font-size: 28px;
     /* default Owl uses text, we can replace with arrows */
 }

 #main-slider .owl-nav button.owl-prev span::before {
     content: "←";
 }

 #main-slider .owl-nav button.owl-next span::before {
     content: "→";
 }

 #main-slider img {
     width: 100%;
     height: 500px;
     /*object-fit: contain;*/
 }
.banner-section.style-one {
    padding-top: 94px; /* match your header height */
}

.banner-section .slide-item {
    position: relative;
    min-height: 500px;
    padding: 0 !important;
}

.banner-section .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-section .slide-item {
    position: relative;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    max-width: 500px;
    z-index: 2;
}

.banner-content h1 span {
 color: var(--clr-accent);
}


.banner-content h1 {
    font-size: 58px;
    line-height: 1.15;
    font-weight: 700;
    color: #222;
    margin-bottom: 25px;
}

.banner-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.banner-content h5 {
    font-size: 22px;
    font-weight: 600;
    color: #d4a017;
    margin-bottom: 30px;
}

.banner-content .theme-btn {
    display: inline-block;
    padding: 14px 35px;
    background: #F1A61B;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
        color: white;
    transition: 0.3s;
}

.banner-content .theme-btn:hover {
    background: var(--clr-accent);
    color: #fff;
}

@media (max-width: 991px) {
    .banner-content {
        left: 5%;
        max-width: 90%;
    }

    .banner-content h1 {
        font-size: 36px;
    }

    .banner-content p {
        font-size: 16px;
    }

    .banner-content h5 {
        font-size: 18px;
    }
}

.banner-content{
    position:absolute;
    top:50%;
    left:8%;
    transform:translateY(-50%);
    max-width:550px;
    z-index:99;
}

.banner-content h1{
    font-size:58px;
    font-weight:700;
    color:white;
    margin-bottom:20px;
}

.banner-content p{
    font-size:18px;
    line-height:1.8;
    color:white;
}

.banner-content h5{
    margin:20px 0;
    color:#F1A61B;
}

.banner-content{
    animation: slideInLeft 1s ease;
}

@keyframes slideInLeft{
    from{
        opacity:0;
        transform:translate(-80px,-50%);
    }
    to{
        opacity:1;
        transform:translate(0,-50%);
    }
}

/* Remove arrows completely */
.banner-carousel .owl-nav{
    display:none !important;
}

/* Optional: dots */
.banner-carousel .owl-dots{
    position:absolute;
    bottom:30px;
    left:8%;
}
.animate-text{
    animation: slideInLeft 1s ease;
}

/* Active menu item */
.main-menu .navigation > li.current-menu-item > a,
.main-menu .navigation > li.current_page_item > a,
.main-menu .navigation > li.current-menu-ancestor > a,
.main-menu .navigation > li.active > a,
.main-menu .navigation > li.current > a {
    color: var(--clr-accent) !important;
}

/* Hover */
.main-menu .navigation > li:hover > a {
    color: var(--clr-accent) !important;
}


/* =====================================================
   MANUFACTURING PROCESS PAGE
   Add this block to your main stylesheet (style.css)
   ===================================================== */

/* ── Intro section ── */
.manufacturing-intro {
    padding-top: 30px;
}

/* ── Main section wrapper ── */
.mfg-section {
    position: relative;
    /* padding: 20px 0 80px; */
}

/* ── Individual step ── */
.mfg-step {
    position: relative;
    padding: 60px 0;
    border-bottom: 1px solid #f0ebe8;
}

.mfg-step:last-child {
    border-bottom: none;
}

/* ── Image wrap ── */
.mfg-image-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.mfg-image-wrap--alt {
    /* mirror spacing for right-layout steps */
}

.mfg-image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 16px 50px rgba(180, 90, 0, 0.14);
    margin: 0;
}

.mfg-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.mfg-image-wrap:hover .mfg-image img {
    transform: scale(1.05);
}

/* Large step number watermark */
.mfg-step-number {
    position: absolute;
    top: -28px;
    left: -18px;
    font-family: 'Playfair Display', serif;
    font-size: 120px;
    font-weight: 900;
    color: rgba(241, 166, 27, 0.10);
    line-height: 1;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

/* Icon badge on image */
.mfg-icon-badge {
    position: absolute;
    bottom: -18px;
    right: 28px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--clr-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    box-shadow: 0 6px 20px rgba(232, 6, 8, 0.35);
    z-index: 2;
    border: 3px solid #fff;
}

.mfg-icon-badge--alt {
    background: var(--clr-primary);
    box-shadow: 0 6px 20px rgba(241, 166, 27, 0.40);
    right: auto;
    left: 28px;
}

/* ── Content block ── */
.mfg-content {
    position: relative;
    padding: 10px 0 10px 40px;
}

.mfg-content--right {
    padding: 10px 40px 10px 0;
}

.mfg-step-label {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--clr-primary);
    background: rgba(241, 166, 27, 0.10);
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.mfg-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 700;
    color: var(--clr-black);
    line-height: 1.2;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.mfg-divider {
    width: 48px;
    height: 3px;
    background: var(--clr-accent);
    border-radius: 2px;
    margin-bottom: 20px;
}

.mfg-content p {
    font-size: 15px;
    line-height: 1.85;
    color: #5b5858;
    margin-bottom: 24px;
}

/* Feature list */
.mfg-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mfg-feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-bottom: 10px;
}

.mfg-feature-list li:last-child {
    margin-bottom: 0;
}

.mfg-feature-list li i {
    font-size: 17px;
    color: var(--clr-accent);
    flex-shrink: 0;
}

/* ── Alternating background for even steps ── */
.mfg-step--right {
    background: transparent;
}

/* ── Timeline strip ── */
.mfg-timeline-strip {
    background: var(--clr-bg-warm);
    padding: 50px 0;
}

.mfg-timeline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
}

.mfg-timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.mfg-tl-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: white;
    border: 2px solid var(--clr-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--clr-accent);
    transition: all 0.3s ease;
}

.mfg-timeline-item:hover .mfg-tl-icon {
    background: var(--clr-primary);
    color: #fff;
    border-color: var(--clr-primary);
    transform: translateY(-4px);
}

.mfg-timeline-item p {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.65);
    margin: 0;
}

.mfg-timeline-arrow {
    font-size: 20px;
    color: var(--clr-accent);
    padding: 0 20px;
    margin-bottom: 26px;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .mfg-content,
    .mfg-content--right {
        padding: 30px 0 10px 0;
    }

    .mfg-image img {
        height: 280px;
    }

    .mfg-content h2 {
        font-size: 26px;
    }

    .mfg-step-number {
        font-size: 80px;
        top: -16px;
        left: -10px;
    }

    .mfg-timeline-arrow {
        padding: 0 10px;
    }

    .mfg-tl-icon {
        width: 52px;
        height: 52px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .mfg-step {
        padding: 40px 0;
    }

    .mfg-timeline {
        gap: 4px;
    }

    .mfg-timeline-arrow {
        display: none;
    }

    .mfg-timeline {
        gap: 16px;
    }

    .mfg-image img {
        height: 240px;
    }
}


.page-banner-content{
    max-width: 650px;
    padding-top: 50px;
    text-align: left;
}

.page-banner-content h1{
    font-size: 58px;
    line-height: 1.15;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

.page-banner-content .page-banner-text{
    font-size: 18px;
    line-height: 1.8;
    color: white;
    margin-bottom: 30px;
}

.page-banner-content .theme-btn{
   display: inline-block;
    padding: 14px 35px;
    background: #F1A61B;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
    color: white;
    transition: 0.3s;
}

.page-banner-content .theme-btn:hover{
    background: var(--clr-accent);
    color: #fff;
}
.page-banner-content .bread-crumb{
    margin-top: 0;
}



@media (max-width: 991px) {
    .banner-content {
        left: 5%;
        max-width: 88%;
    }

    .banner-content h1 {
        font-size: 34px;
        margin-bottom: 14px;
    }

    .banner-content p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 14px;
    }

    .banner-content h5 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .banner-section .slide-item {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    .banner-section.style-one {
        padding-top: 70px;
    }

    .banner-section .slide-item {
        min-height: 380px;
        position: relative;
    }

    .banner-section .slide-item::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 1;
        pointer-events: none;
    }

    .banner-content {
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        max-width: 100%;
        padding: 0 20px;
        text-align: center;
        z-index: 2;
    }

    .banner-content h1 {
        font-size: 26px;
        line-height: 1.25;
        margin-bottom: 10px;
        color: #ffffff;
    }

    .banner-content p {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 12px;
        color: rgba(255, 255, 255, 0.88);
    }

    .banner-content h5 {
        font-size: 15px;
        margin-bottom: 18px;
        color: #F1A61B;
    }

    .banner-content .theme-btn {
        padding: 11px 26px;
        font-size: 13px;
    }

    .banner-section .slide-item img {
        height: 380px;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width: 480px) {
    .banner-section .slide-item {
        min-height: 340px;
    }

    .banner-section .slide-item img {
        height: 340px;
    }

    .banner-content h1 {
        font-size: 22px;
    }

    .banner-content p {
        display: none;
    }

    .banner-content h5 {
        font-size: 14px;
        margin-bottom: 14px;
    }
}


@media (max-width: 767px) {
    .page-title {
        padding: 0;
        min-height: 280px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-title::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 1;
        pointer-events: none;
    }

    .page-title .auto-container {
        width: 100%;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 280px;
    }

    .page-banner-content {
        position: relative;
        z-index: 2;
        max-width: 100%;
        padding: 0 10px;
        text-align: center;
        margin-top: 100px;
    }

    .page-banner-content h1 {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 10px;
        color: #ffffff;
    }

    .page-banner-content .page-banner-text {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 18px;
        color: rgba(255, 255, 255, 0.88);
    }

    .page-banner-content .page-banner-text br {
        display: none;
    }

    .page-banner-content .theme-btn {
        padding: 11px 26px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .page-title {
        min-height: 260px;
    }

    .page-title .auto-container {
        min-height: 260px;
    }

    .page-banner-content h1 {
        font-size: 24px;
    }

    .page-banner-content .page-banner-text {
        font-size: 13px;
    }
}


@media (max-width:767px){

    .banner-content{
        left:20px;
        right:20px;
        max-width:100%;
    }

    .banner-content h1{
        font-size:28px;
        line-height:1.2;
    }

    .banner-content p{
        font-size:14px;
        line-height:24px;
    }
}

body,
a,
button,
input,
select,
textarea{
    cursor:none !important;
}

#oil-cursor{
    position: fixed;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    pointer-events: none;
    z-index: 999999;
    transform: translate(-50%, -50%);
    display: none;
}
#oil-cursor img{
    width:100%;
    height:100%;
    object-fit:contain;
}

/* Disable custom cursor on mobile & tablets */
@media (max-width: 991px) {
    #oil-cursor {
        display: none !important;
    }

    body,
    a,
    button,
    input,
    select,
    textarea {
        cursor: auto !important;
    }
}