/*
Theme Name: tiss-theme
*/

@font-face {
	font-family: 'Pangaia-reg';
	src: url('../tiss-theme/assets/PP-Pangaia/PPPangaia-Ultralight-BF654c530cd00f1.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Pangaia-med';
	src: url('../tiss-theme/assets/PP-Pangaia/PPPangaia-Medium-BF654c530cc86d5.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Pangaia-med-ital';
	src: url('../tiss-theme/assets/PP-Pangaia/PPPangaia-MediumItalic-BF654c530bedffb.otf') format('opentype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Pangaia-bold';
	src: url('../tiss-theme/assets/PP-Pangaia/PPPangaia-Bold-BF654c530cc27f8.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Pangaia-bold-ital';
	src: url('../tiss-theme/assets/PP-Pangaia/PPPangaia-BoldItalic-BF654c530c8d2fa.otf') format('opentype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Handvetica-Neue';
	src: url('../tiss-theme/assets/handvetica-neue/HelveticaNeueRoman.otf') format('opentype');
	font-style: normal;
}



h1,h2,h3,h4,h5,h6{
    font-family: 'Pangaia-med' !important;
}
p, a{
   font-family: 'Handvetica-Neue' !important;
    color: #000000de;  
    font-size: 16px;                                         
}

span{
    font-family: 'Handvetica-Neue' !important;  
}
a:hover{
   
    text-decoration: none !important;
}

#mega-menu-primary .mega-menu-description{
    display:none !important;
}

#mega-menu-primary .mega-has-description .mega-description-group{
    gap:0;
}

#mega-menu-primary .mega-has-description .mega-menu-title{
    margin-bottom:0;
    display:block;
}

.custom-container{
    padding:0 6%;
}
.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1D1D1D;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #eacca6de;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #eacca6;
}
  html {
    scroll-behavior: smooth;
  }
body{
    background: #ffffff !important;
}


 .header-logo img {
    width: 88px;
    object-fit: cover;
    height: auto;
        margin-right: auto;
    display: block;
}

.page-id-2970 .header-wrapper {
    background: #eacca6a3;
}

.header-wrapper {
    width: 100%;
    background: #eacca65e;
    backdrop-filter: blur(40px);
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    padding: 10px 0;
    border-radius: 0;
    transition: .3s all ease-in-out;
    box-shadow: 0px 4px 4px 0 #00000021;
}
/* .f-nav .header-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transition: .3s ease;
} */

.f-nav .header-wrapper {
    transition: .3s ease;
    background: #eacca6de;
}

.header-wrapper .custom-container {
    padding:0 6%;
}
.header-wrapper .row {
    justify-content: center;
    align-items: center;
}
.header-logo-col {
    display: flex;
    justify-content: flex-start;
}
.header-logo-col img {
    width: fit-content;
    height: 50px;
    object-fit: contain;
}
.f-nav .header-logo-col img {
    width: fit-content;
    height: 40px;
    object-fit: contain;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    position: fixed !important;
    top: 80px;
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 40px 6vw !important;
    background: #ffffff;
    border-top: 1px solid #ececec;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px) !important;
    transition: opacity .25s ease,
        transform .25s ease,
        visibility .25s ease;
    box-sizing: border-box;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateY(0) !important;
}

#mega-menu-item-3343 .mega-menu-row:first-child > .mega-sub-menu {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
    width: 100%;
}

#mega-menu-item-3343 .mega-menu-column {
    width: 100% !important;
    max-width: 100% !important;
    flex: unset !important;
    position: relative;
}

#mega-menu-item-3343 .mega-menu-column:not(:last-child) {
    padding-right: 30px;
    border-right: 1px solid #ececec;
}

#mega-menu-item-3343 .mega-menu-column > .mega-sub-menu {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

#mega-menu-item-3343 .mega-menu-item {
    margin: 0 !important;
}

#mega-menu-item-3343 .mega-menu-item-has-children > .mega-menu-link {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #253a27 !important;
    letter-spacing: .4px;
    padding: 0 !important;
    border-bottom: 1px solid #ececec;
    margin-bottom: 5px !important;
    line-height: 1.4;
}

#mega-menu-item-3343 .mega-menu-item-has-children > .mega-sub-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#mega-menu-item-3343 .mega-menu-item-has-children > .mega-sub-menu .mega-menu-link:hover {
    color: #000 !important;
    transform: translateX(6px);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #495057 !important;
    padding: 0  !important;
    transition: all .3s ease;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: #ffcf94 !important;
    padding-left: 8px !important;
    transition: all .3s ease;
}

#mega-menu-wrap-primary 
#mega-menu-primary 
ul.mega-sub-menu 
ul.mega-sub-menu 
> li.mega-menu-item 
> a.mega-menu-link {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #253a27 !important;
    letter-spacing: .4px;
    padding: 0 !important;
    border-bottom: 1px solid #ececec;
    margin-bottom: 5px !important;
    line-height: 1.4;
}

#mega-menu-wrap-primary 
#mega-menu-primary 
ul.mega-sub-menu 
ul.mega-sub-menu 
> li.mega-menu-item 
> a.mega-menu-link:hover {
    color: #796135 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    border-radius: 0;
    border: 0;
    margin: 0;
    line-height: 1;
    height: 30px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: 10px 8px;
    text-transform: uppercase;
    font-weight: 500 !important;
    background: transparent;
    text-align: center;
    color: #253A27 !important;
    font-size: 14px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover  .menu-hover-text {
    transform: translateY(-100%);
    opacity: 1;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link .menu-hover-text {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link .menu-defualt-text {
    transform: translateY(0);
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover  .menu-defualt-text {
    transform: translateY(-100%);
    opacity: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffffff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    color: #F8FAF9 !important;
}
.header-menu-col {
    display: flex;
    justify-content: center;
}
#mega-menu-wrap-max_mega_menu_4 .mega-menu-toggle {
    background-color: #fffdfd00;
}
#mega-menu-wrap-max_mega_menu_4 .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-max_mega_menu_4 .mega-menu-toggle .mega-toggle-blocks-left {
    display: none;
}
.header-contact-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    padding-right: 0 !important;
}
.header-contact-col  button.mega-toggle-animated.mega-toggle-animated-slider {
    height: 60px;
    width: 60px;
    background: #253A27 !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mega-menu-wrap-max_mega_menu_4 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-max_mega_menu_4 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-max_mega_menu_4 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    width: 25px;
    height: 2px;
}
#mega-menu-wrap-max_mega_menu_4 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
    width: 24px;
    height: 24px;
}
.header-btn-wrap {
    width: 190px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
    border-radius: 29px;
}
span.header-btn-content {
    position: absolute;
    display: flex;
    gap: 10px;
    align-items: center;
    right: 0;
    transition: ease-in-out all 0.4s;
}
.header-btn-wrap:hover .header-btn-content {
    right: -60px;
}
span.header-arrow1, span.header-arrow2 {
    width: 50px;
    height: 40px;
    border-radius: 29px;
    background: #253A27;
    color: #FCF8EF;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease, opacity 0.3s ease;
}
span.header-btn-text {
    width: 120px;
    height: 40px;
    background: #253A27;
    color: #FCF8EF;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 29px;
    transition: transform 0.4s ease;
}
.header-contact-col #mega-menu-wrap-max_mega_menu_4 .mega-menu-toggle.mega-menu-open:after {
    display: none !important;
}

.header-contact-col #mega-menu-wrap-max_mega_menu_4 .mega-menu-toggle + #mega-menu-max_mega_menu_4 {
    left: unset !important;
    right: -300px !important;
    display: none !important;
}

.header-contact-col #mega-menu-wrap-max_mega_menu_4 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_4 {
    display: block !important;
    right: 0 !important;
    top: 70px;
    left: unset !important;
    max-height: 250px;
    height: fit-content;
    background: #FCF8EF;
    overflow: auto;
    width: 270px;
}

.header-contact-col #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 10px 15px;
    color: #000000;
    font-size: 16px;
}

.header-contact-col #mega-menu-wrap-max_mega_menu_4 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    transform: translate3d(0, 0px, 0) !important;
}

.header-contact-col #mega-menu-wrap-max_mega_menu_4 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    transform: translate(5px,0px) !important;
    opacity: 1;
    width: 20px;
}

.header-contact-col #mega-menu-wrap-max_mega_menu_4 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    transform: unset !important;
    top: 20px !important;
}

.header-contact-col #mega-menu-wrap-max_mega_menu_4 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    top: 2px;
}

.header-contact-col #mega-menu-wrap-max_mega_menu_4 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
    display: none !important;
}

#mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: white !important;
    background-color: #333;
}
.sale-badge-link {
    display: block;
    margin-left: 10px;
}
.sale-badge-icon img {
    width: fit-content;
    height: 70px;
    object-fit: contain;
}

.f-nav .sale-badge-icon img {
    width: fit-content;
    height: 60px;
    object-fit: contain;
}

/* header ends */


/* bannner section start */

.banner-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-section .banner-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-section .banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.banner-section .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 15%);
    z-index: 2;
}

.banner-container {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 5%;
    justify-content: center;
    text-align: center;
}

.banner-section .banner-heading {
    max-width: 750px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    text-align: center;
}

.banner-section .banner-heading h1 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 500;
    color: #EBCEAA;
    font-family: 'Pangaia-med' !important;
    letter-spacing: 1px;
    text-shadow: 4px 4px 12px #000000fa;
    text-transform: uppercase;
}

.banner-section .banner-cards {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 6%;
}

.banner-section .banner-card {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.banner-section .banner-left-card {
    align-items: flex-start;
}

.banner-section .banner-right-card {
    align-items: flex-end;
}

.banner-section .banner-card-img {
    border: 3px solid #ffffff;
    overflow: hidden;
    width: 270px;
}

.banner-section .banner-card-img img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    display: block;
}

.common-card-btn {
    width: 160px;
    height: 35px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
    border-radius: 20px;
    margin-top: 15px;
}

.common-btn-content {
    position: absolute;
    display: flex;
    gap: 10px;
    align-items: center;
    right: 10px;
    transition: ease-in-out all 0.4s;
}

.common-card-btn:hover .common-btn-content {
    right: -40px;
}

.common-btn-text {
    width: 100px;
    height: 34px;
    background: #253A27;
    color: #FCF8EF;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    transition: transform 0.4s ease;
}

.common-arrow1, .common-arrow2 {
    width: 40px;
    height: 35px;
    border-radius: 20px;
    background: #253A27;
    color: #FCF8EF;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

/* bannner section ends */

/* about us section start */

.about-us-wrap {
    background-color: #F8FAF9;
    padding: 100px 0px 80px;
    position: relative;
    overflow: hidden;
}

img.collection-top-left {
    position: absolute;
    top: 0px;
    left: 6%;
    width: fit-content;
    height: 550px;
    object-fit: contain;
    z-index: 2;
    opacity: 0.2;
}

img.collection-top-right {
    position: absolute;
    top: -20px;
    right: 6%;
    width: fit-content;
    height: 450px;
    opacity: 0.2;
    object-fit: contain;
    z-index: 2;
}

.collection-wrap .custom-container {
    position: relative;
    z-index: 3;
}

.row.about-us-row {
    align-items: stretch;
}

.about-left-col {
    padding-right: 40px;
}

.about-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}

.about-brand-left {
    font-size: 48px;
    line-height: 1.3;
    color: #253A27;
    font-family: 'Pangaia-med' !important;
}

.about-left-text {
    font-size: 36px;
    line-height: 1.3;
    color: #253A27;
    font-family: 'Pangaia-med' !important;
}

.about-project-slider-wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.about-project-slider {
    max-width: 100%;
    position: relative;
    margin-bottom: 0px;
}

.about-project-slider .slider-item {
    margin: 0 5px !important;
}

.about-project-image {
    position: relative;
    width: 100%;
}

.about-project-image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    display: block;
}

.fillable-tablets-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 10px;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.fillable-tablet {
    position: relative;
    width: 40px;
    height: 6px;
    flex-grow: 1;
    background-color: transparent;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.fillable-tablet:active {
    transform: scaleY(1);
}

.tablet-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 3px;
    z-index: 1;
}

.tablet-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #253A27;
    border-radius: 3px;
    z-index: 2;
    transition: width 0.05s linear;
}

.about-project-slider .slick-dots {
    display: none;
}

.about-right-col {
    padding-left: 40px;
}
.about-right-col .about-content {
    padding-bottom: 30px;
}

.about-brand-right {
    font-size: 48px;
    line-height: 1.3;
    color: #253A27;
    font-family: 'Pangaia-med' !important;
}

.about-right-text {
    margin-bottom: 20px;
}

.about-right-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #253A27;
    text-align: justify;
}

.about-right-content p:last-child {
    margin-bottom: 0;
}

/* about us section ends */

/* collection section start */

.collection-wrap {
    padding: 60px 0;
    position: relative;
    background-color: #F8FAF9;
}

.collection-header {
    max-width: 600px;
    text-align: center;
    margin: 0 auto 40px;
}

.collection-tag {
    font-size: 18px;
    color: #796135;
    display: inline-flex;
    gap: 8px;
    margin-bottom: 10px;
}

.collection-item-wrapper.single-word-title {
    gap: 0;
    transition: gap 0.4s ease-in-out;
}

.collection-item-wrapper.single-word-title:hover {
    gap: 8px;
}

img.tag-icon {
    width: fit-content;
    height: 20px;
    object-fit: contain;
}

.collection-heading {
    font-size: 32px;
    line-height: 1.3;
    color: #253A27;
}

.collection-item-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 5px;
    margin: 0 auto 20px;
}

.collection-title {
    font-size: 36px;
    line-height: 1;
    margin: 0;
    color: #79877B;
}

.collection-img {
    width: 0;
    height: 0;
    object-fit: cover;
    object-position: center;
    transition: 0.8s all ease-in-out;
}

.collection-item-wrapper:hover .collection-img {
    width: 160px;
    height: 90px;
}

/* collection section ends */

/* impact section start */

.impact-wrap {
    position: relative;
    height: calc(100vh + 20px);
    overflow: hidden;
}

.impact-video {
    position: absolute;
    inset: 0;
}

.impact-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* impact section ends */

/* project section wrap start */

.projects-wrap {
    background-color: #f2f2ed;
    padding: 80px 0 0 0;
    overflow: hidden;
}

.projects-header {
    display: flex;
    flex-direction: column;
    max-width: 750px;
    position: relative;
}

.projects-heading {
    font-size: 42px;
    line-height: 1.2;
    color: #253A27;
    text-transform: uppercase;
}

.projects-description {
    font-size: 16px;
    line-height: 1.6;
    color: #080B1A;
}

.projects-header-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.carousel-container {
    margin-top: 50px;
    position: relative;
    width: 100%;
}

.carousel-spacer {
    flex: 0 0 6%;
}

.projects-grid {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: none;
    padding: 0 6% 60px 6%;
    /* scroll-snap removed — was causing stutter/glitch fighting JS drag */
}

.projects-grid::-webkit-scrollbar { display: none; }

.project-card {
    flex: 0 0 33%;
    position: relative;
}

.project-card a {
    display: block;
    text-decoration: none;
    color: inherit;
    /* no pointer-events: none here — JS capture listener handles drag vs click */
}

.project-image {
    width: 100%;
    height: 580px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    user-select: none;
    -webkit-user-drag: none;
}

/* zoom only when not dragging */
.projects-grid:not(.dragging) .project-card a:hover .project-img {
    transform: scale(1.04);
}

.project-info {
    padding: 18px 0 0;
    display: flex;
    flex-direction: column;
}

.project-tag {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #070A17;
    margin-bottom: 6px;
}

.project-info h3 {
    font-size: 22px;
    line-height: 1.3;
    color: #253a27;
    text-transform: uppercase;
}

/* Drag cursor */
.drag-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 23%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.6);
    transition: opacity 0.25s ease, transform 0.25s ease;
    white-space: nowrap;
    will-change: transform, left, top;
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 20px rgba(26, 53, 40, 0.12);
}

.drag-cursor.visible {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.drag-cursor.dragging {
    transform: translate(-50%, -50%) scale(0.88);
}

/* project section wrap ends */

/* our approach section wrap start */

.our-approach-wrap {
    background: #FCF8EF;
    overflow: hidden;
    position: relative;
}

.our-approach-inner {
    display: flex;
    min-height: 100vh;
}

.our-approach-content {
    width: 50%;
    padding: 120px 30px 60px 8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
}

.approach-items-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}

.approach-label {
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
}

.approach-title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #253A27;
}

.approach-desc p {
    font-size: 16px;
    line-height: 1.7;
    color: #080B1A;
}

.our-approach-image {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.approach-img {
    width: 100%;
    height: 100%;
    max-height: 850px;
    object-fit: cover;
    display: block;
}

.approach-marquee {
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
    position: absolute;
    bottom: 0;
}

.marquee-track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 20s linear infinite;
}

.marquee-track > * {
    flex-shrink: 0;
}

.marquee-text {
    margin-right: 40px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}

.marquee-spacer {
    margin-right: 40px;
    display: flex;
    align-items: center;
}

.marquee-spacer img {
    height: 18px;
    width: auto;
    display: block;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* half the total width since you duplicated */
}

/* our approach section wrap ends */

/* testimonial section start */

.testimonial-wrap {
    position: relative;
    padding: 250px 0 230px;
    background: #F8FAF9;
    overflow: hidden;
}

.testimonial-header {
    text-align: center;
    max-width: 550px;
    margin: 0 auto 50px;
}

.testimonial-title {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 1.2;
    color: #253A27;
    text-transform: uppercase;
}

.testimonial-subtitle {
    font-size: 16px;
    color: #080B1A;
    line-height: 1.6;
}

.testimonial-slider.slick-initialized.slick-slider {
    max-width: 1100px;
    margin: auto;
}

.testimonial-item{
    text-align:center;
}

img.quote-icon {
    width: fit-content;
    height: 40px;
    object-fit: contain;
    margin: 0 auto 30px;
}

.testimonial-text {
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-family: 'Pangaia-med' !important;
    margin: 0 auto 30px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.author-info{
    display:flex;
    align-items:center;
    gap:10px;
}

.author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.author-name {
    font-size: 16px;
}

.test-arrow {
    border: none;
    background: none;
    font-size: 26px;
    cursor: pointer;
}

.testimonial-img{
    position:absolute;
    object-fit: cover;
}

.img-tl {
    top: 120px;
    left: 15%;
    width: 230px;
    height: 230px;
}

.img-tr {
    top: 120px;
    right: 6%;
    width: 230px;
    height: 230px;
}

.img-bl {
    bottom: 30px;
    left: 6%;
    width: 230px;
    height: 230px;
}

.img-br {
    bottom: 30px;
    right: 13%;
    width: 230px;
    height: 230px;
}
.video-item{
    padding:0 10px;
}

.video-item iframe{
    width:100%;
    height:300px;
}
.video-slider .slick-track{
	height:380px;
	
}
/* testimonial section ends */

/* instagram section start */

/* ========== INSTAGRAM SECTION ========== */
.instagram-wrap {
    padding: 60px 0 30px;
    background: linear-gradient(0deg, rgba(242,243,243,1) 7%, rgba(248,250,249,1) 100%);
    overflow: hidden;
}

.instagram-header-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.instagram-heading {
    font-size: 42px;
    line-height: 1.2;
    color: #253A27;
    text-transform: uppercase;
}

.instagram-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.instagram-social a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #253A27;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #253A27;
    font-size: 24px;
    -webkit-text-stroke: 0.5px #253a27;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.instagram-social a:hover {
    background-color: #253A27;
    color: #f2f2ed;
}

.instagram-grid {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: none;
    padding: 0 6% 60px 6%;
    /* scroll-snap removed — was causing stutter/glitch fighting JS drag */
}

.instagram-grid::-webkit-scrollbar { display: none; }

.instagram-card {
    flex: 0 0 24%;
    position: relative;
}

.instagram-card a {
    display: block;
    text-decoration: none;
    /* no pointer-events: none — JS capture listener handles drag vs click */
}

.instagram-image {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 4px;
}

.instagram-image img,
.instagram-image video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease;
}

.instagram-image video {
    opacity: 0;
}

/* zoom only when not dragging */
.instagram-grid:not(.dragging) .instagram-card:hover .instagram-image img {
    transform: scale(1.04);
}

.instagram-grid:not(.dragging) .instagram-card:hover .instagram-image video {
    opacity: 1;
    transform: scale(1.04);
}

/* Instagram drag cursor */
.drag-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 23%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.6);
    transition: opacity 0.25s ease, transform 0.25s ease;
    white-space: nowrap;
    will-change: transform, left, top;
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 20px rgba(26, 53, 40, 0.12);
}

.drag-cursor.visible {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.drag-cursor.dragging {
    transform: translate(-50%, -50%) scale(0.88);
}

/* instagram section ends */

/* sales banner section start */

.sales-slide-section {
    background: #fcf8ef;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.sales-slide-section .custom-container {
    padding: 0 15px;
    max-width: 1200px !important;
    margin: auto;
}

.sales-slide-wrap {
    min-height: 400px;
    position: relative;
    background: #00000000;
}

.sales-row {
	position: relative;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: stretch;
    justify-content: space-between;
}

.sales-col-left {
	display: flex;
    flex: 0 0 33.33%;
    width: 33.33%;
}

.sales-col-right {
    flex: 1;
}

.sales-slide {
    display: none;
    border-radius: 18px;
    overflow: hidden;
    background: #dfc3a0;
}

.sales-slide.active {
    display: block;
}

.sales-content-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 30px;
    padding: 30px;
}

.sales-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 0;
}
.sales-prefix {
    font-size: 22px;
    font-weight: 800;
    color: #343a40;
    font-family: 'Pangaia-med' !important;
}

.sales-percent {
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    color: #253a27;
}

.sales-percent-sign {
    font-size: 35px;
    color: #343a40;
}

.sales-line {
    width: 0;
    height: 2px;
    background: #343a40;
    margin-bottom: 0;
}

.sales-title {
    font-size: 42px;
    font-weight: 700;
    color: #253A27;
    margin-bottom: 0;
    line-height: 1;
}

.split-word {
    display: inline-block;  
    overflow: hidden;        
    white-space: nowrap;     
    line-height: 1.2;
    font-size: inherit;
}

.split-char {
    display: inline-block;
    transform: translateY(110%);
}

.sales-text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #2c332d;
    margin-bottom: 30px;
}

.sales-image-wrap {
    width: 100%;
    height: 450px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.sales-image-mask {
    width: 100%;
    height: 450px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.sales-image-inner {
    width: 100%;
    height: 450px;
    transform: rotate(2deg) scale(1.12);
}

.sales-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    filter: blur(6px);
    transform: scale(1.1);
}

.sales-pagination {
    position: absolute;
    bottom: -20px;
    left: 20px;
    display: flex;
    gap: 8px;
}

.sales-pagination .dot {
    height: 8px;
    width: 8px;
    border-radius: 20px;
    background: rgba(37, 58, 39, 0.25);
    cursor: pointer;
    transition: all 0.3s ease;
}

.sales-pagination .dot.active {
    width: 50px;
    background: #253A27;
}

.sales-image-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0; /* adjust based on your layout split */
    width: 200px; /* blur width */
    height: 100%;
    pointer-events: none;
    z-index: 2;
   background: linear-gradient(90deg,rgba(223, 195, 160, 1) 6%, rgba(223, 195, 160, 1) 19%, rgba(223, 195, 160, 0.23) 72%, rgba(223, 195, 160, 0) 100%);
}

/* sales banner section ends */

/* news section start */

.daily-news-wrap {
    padding: 60px 0;
    background: #f8f5ef;
}

css.daily-news-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.dns-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dns-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dns-heading {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 1.2;
    color: #253A27;
    text-transform: uppercase;
}

.dns-nav-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dns-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #253A27;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #253A27;
    font-size: 24px;
    -webkit-text-stroke: 0.5px #253a27;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.dns-arrow:hover {
    background-color: #253A27;
    color: #f2f2ed;
}

.dns-counter {
    font-size: 18px;
    color: #212529;
}

.dns-cur {
    font-weight: 700;
}

.dns-sep {
    margin: 0 2px;
    color: #aaa;
}

.dns-tot {
    color: #aaa;
}

.daily-news-slider {
    width: 100%;
}

.daily-news-item {
    outline: none;
}

.daily-news-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 25px;
}

.daily-news-image {
    width: 100%;
    height: 480px;
    overflow: hidden;
}

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

.daily-news-slider,
.daily-news-item,
.daily-news-card,
.daily-news-image {
    overflow: hidden;
}

.daily-news-image {
    position: relative;
    height: 480px;
}

.daily-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center center;
    will-change: transform, filter, opacity;
    backface-visibility: hidden;
}

.daily-news-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0.08) 0%,
            rgba(0,0,0,0.12) 30%,
            rgba(0,0,0,0.28) 100%
        );
    pointer-events: none;
    z-index: 1;
}

.daily-news-overlay {
    z-index: 3;
}

.daily-news-overlay {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    padding: 30px;
    background: #EBCEAA;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    width: 40%;
    height: calc(100% - 60px);
    border-radius: 12px;
}

.daily-news-date {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    display: block;
}

.daily-news-post-title {
    margin: 0;
    font-size: 36px;
    color: #212529;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1px;
}

.daily-news-excerpt {
    margin: 0;
    font-size: 16px;
    color: #6c757d;
    line-height: 1.6;
}


/* news section ends */

/* sales list section starts */

.sales-list-wrap {
    padding: 60px 0;
    background: #f2f2ed;
    position: relative;
    overflow: hidden;
}

.sales-list-header {
    margin-bottom: 50px;
}

.sales-list-heading {
    font-size: 42px;
    line-height: 1.2;
    color: #253A27;
    text-transform: uppercase;
    transition: all 0.65s ease-in-out;
}

.sales-list-header.is-visible .collection-tag {
    opacity: 1;
    transform: translateY(0);
}

.sales-list-header.is-visible .sales-list-heading {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.12s;
}

.sales-list-grid {
    row-gap: 24px;
    --bs-gutter-x: 20px;
}

.sales-list-col {
    padding-left: 10px;
    padding-right: 10px;
}

.sales-list-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.sales-list-image-wrap {
    position: relative;
    overflow: hidden;
}

.sales-list-img {
    width: 100%;
    height: 300px;
}

.sales-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.sales-list-card:hover .sales-list-img img {
    transform: scale(1.07);
}

.sales-list-image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(10, 12, 8, 0.80) 0%,
        rgba(10, 12, 8, 0.25) 50%,
        rgba(10, 12, 8, 0.05) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.sales-list-light {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.4s ease;
    background: radial-gradient(
        circle at var(--lx, 50%) var(--ly, 50%),
        rgba(235, 206, 170, 0.20) 0%,
        rgba(235, 206, 170, 0.07) 45%,
        transparent 70%
    );
}

.sales-list-card:hover .sales-list-light {
    opacity: 1;
}

.sales-list-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #EBCEAA;
    color: #253A27;
    padding: 6px 20px 6px;
    border-radius: 5px;
    line-height: 1.1;
    z-index: 3;
    text-align: center;
}

.badge-from {
    display: block;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    opacity: 1;
    font-family: 'Handvetica-Neue' !important;
}

.badge-price-wrap {
    display: flex;
    margin: 0;
    line-height: 1;
    align-items: flex-start;
}

.badge-currency {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Handvetica-Neue' !important;
}

.badge-price {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: 'Pangaia-med' !important;
}

.sales-list-info {
    padding: 20px;
    background: #212529;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sales-list-title {
    color: #FCF8EF;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    line-height: 1.25;
    font-family: 'Pangaia-med' !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sales-list-excerpt p {
    color: #fcf8efcc;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
    font-family: 'Handvetica-Neue' !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sales-list-link {
    display: block;
}

/* sales list section ends */

/* footer section start */

.footer-wrap {
    padding: 60px 0 30px;
    background: #F8FAF9;
}

.footer-top-wrap {
    padding-bottom: 40px;
    border-bottom: 1px solid #253A27;
    margin-bottom: 30px;
}

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

.footer-logo-col {
    display: flex;
    justify-content: flex-end;
}

.top-footer-logo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    gap: 10px;
}

.top-footer-logo img {
    width: fit-content;
    height: 60px;
    object-fit: contain;
}

h6.brand-name {
    font-size: 20px;
    color: #253A27;
    line-height: 1;
}

.footer-details-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 70px;
}

.top-footer-left {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}

.top-footer-left h2 {
    font-size: 32px;
    line-height: 1;
    margin: 0;
}

.footer-divider {
    width: 100px;
    height: 2px;
    background: #253A27;
}

a.footer-top-email {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    color: #253A27;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.row.footer-info-row {
    width: 100%;
}

a.footer-top-email:hover, .footer-item a:hover, .crafted-col a:hover {
    color: #796135;
}

.footer-item h4 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #253A27;
}

.footer-item a, .footer-item p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    margin: 0;
    color: #253A27;
    text-decoration: none;
}

.footer-item i {
    font-size: 22px;
    line-height: 1;
    stroke: 2px;
}
.copy-col p {
    font-size: 16px;
    color: #253A27;
    margin-bottom: 0;
    text-align: left;
}

.crafted-col p, .crafted-col a {
    text-align: right;
    font-size: 16px;
    color: #253A27;
    margin: 0;
    line-height: 1;
}

.elba-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease;
}

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

.elba-contact-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.92);
    width: 92%;
    max-width: 1080px;
    background: #f7f7f5;
    z-index: 9999;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .45s cubic-bezier(.19, 1, .22, 1);
}

.elba-contact-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

body.elba-popup-open {
    overflow: hidden;
}

.elba-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #253A27;
    color: #FCF8EF;
    font-size: 14px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s ease;
}

.elba-popup-close:hover {
    transform: rotate(90deg);
    background: #355339;
}

.elba-popup-inner {
    height: 100%;
    padding: 20px;
}

.elba-popup-inner .row {
    align-items: stretch;
}

.elba-popup-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
    max-height: 520px;
}

.elba-popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1s cubic-bezier(.19, 1, .22, 1);
}

.elba-popup-form-col {
    display: flex;
    align-items: flex-end;
}

.elba-popup-form {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.elba-popup-form h3 {
    flex-shrink: 0;
    margin-bottom: 20px;
}

.elba-popup-form .wpcf7 {
    max-height: calc(80vh - 40px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.elba-popup-form .wpcf7::-webkit-scrollbar {
    width: 5px;
}

.elba-popup-form .wpcf7::-webkit-scrollbar-thumb {
    background: rgba(37,58,39,.3);
    border-radius: 20px;
}

.elba-popup-form br {
    display: none !important;
}

.elba-popup-form h3 {
    font-size: 26px;
    line-height: 1.2;
    color: #253A27;
    margin-bottom: 25px;
}

.elba-popup-form .wpcf7-form label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #253A27;
    margin-bottom: 5px;
    display: block;
}

.elba-popup-form .wpcf7-form input[type="text"], .elba-popup-form .wpcf7-form input[type="email"], .elba-popup-form .wpcf7-form input[type="tel"], .elba-popup-form .wpcf7-form textarea {
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(37, 58, 39, .2);
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    color: #253A27;
    margin-bottom: 15px;
    transition: border-color .3s ease, box-shadow .3s ease;
    outline: none;
}

.elba-popup-form .wpcf7-form input[type="text"]:focus,
.elba-popup-form .wpcf7-form input[type="email"]:focus,
.elba-popup-form .wpcf7-form input[type="tel"]:focus,
.elba-popup-form .wpcf7-form textarea:focus {
    border-color: #253A27;
    box-shadow: 0 0 0 3px rgba(37, 58, 39, .08);
}

.elba-popup-form .wpcf7-form textarea {
    height: 100px;
    max-height: 100px;
    resize: none;
}

.elba-popup-form .wpcf7-form p {
    margin-bottom: 16px !important;
}

.elba-popup-form .wpcf7-form p:last-child {
    margin-bottom: 0 !important;
}

.elba-popup-form .wpcf7-form input[type="submit"], .elba-popup-form .wpcf7-form .wpcf7-submit {
    width: 100%;
    background: #253A27;
    color: #FCF8EF;
    border: none;
    border-radius: 10px;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .35s ease, transform .3s ease;
}

.elba-popup-form .wpcf7-form input[type="submit"]:hover {
    background: #355339;
    transform: translateY(-2px);
}

.elba-popup-form .wpcf7-not-valid-tip {
    font-size: 10px;
    color: #c0392b;
    margin-bottom: 5px;
}

.elba-popup-form .wpcf7-response-output {
    margin-top: 10px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 12px;
    border: none !important;
}

.elba-popup-form .wpcf7-mail-sent-ok {
    background: rgba(37, 58, 39, .08);
    color: #253A27;
}

.elba-popup-form .wpcf7-mail-sent-ng,
.elba-popup-form .wpcf7-validation-errors {
    background: rgba(192, 57, 43, .07);
    color: #c0392b;
}

/* footer section ends */

/* home page ends */

/* inner banner section start */

.inner-header-banner-wrap{
    padding:0;
    background:#F8FAF9;
}

.inner-header-container{
    padding:0;
}

.inner-header-banner{
    height:600px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    border-radius:0;
    position:relative;
    display:flex;
    align-items:flex-end;
    overflow:hidden;
}

.inner-header-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(0deg, rgb(0 0 0 / 56%) 7%, rgb(0 0 0 / 17%) 58%, rgb(0 0 0 / 0%) 100%);
    z-index:1;
}

.inner-header-content{
    position:absolute;
    max-width:900px;
    width:80%;
    padding:20px;
    text-align:center;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index:2;
}

.inner-header-banner h4{
    font-size:38px;
    font-weight:700;
    font-family:'Pangaia-reg' !important;
    color:#ffffff;
    letter-spacing:4px;
    margin-bottom:15px;
    line-height:1.2;
}

#breadcrumbs{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    font-size:14px;
    color:#ffffff;
    margin:0;
    line-height:1.6;
}

#breadcrumbs a{
    color:#ffffff;
    text-decoration:none;
    transition:0.3s ease;
}

#breadcrumbs a:hover{
    opacity:0.7;
}

#breadcrumbs span{
    display:inline-flex;
    align-items:center;
    gap:15px;
    color:#ffffff;
    flex-wrap:wrap;
    justify-content:center;
}

#breadcrumbs .breadcrumb_last{
    display:inline;
}

#breadcrumbs .breadcrumb-sep{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

#breadcrumbs img{
    width:20px;
    height:auto;
    object-fit:contain;
    display:block;
}

/* inner banner section ends */

/* about us page start */

.inner-about-us-wrap {
    background: #F8FAF9;
    overflow: hidden;
    padding: 60px 0;
}

.inner-about-row {
    align-items: center;
}

.inner-about-content {
    padding-right: 30px;
}

.inner-about-content h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #253A27;
    text-transform: uppercase;
}

.inner-about-desc p {
    color: #080B1A;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align:justify;
}

.inner-about-btn-wrap {
    margin-top: 40px;
}

.inner-about-image {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.inner-about-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
}

.inner-our-approach-wrap {
    padding: 60px 0;
    background: #f8faf9;
}

.inner-approach-header {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}

.inner-approach-heading {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 1.2;
    color: #253A27;
    text-transform: uppercase;
}

.inner-approach-subtext {
    font-size: 16px;
    color: #080B1A;
    line-height: 1.6;
}

.inner-approach-card {
    padding: 20px;
    border-radius: 15px;
    background: #f5f5f5;
    border: 1px solid #ecd2b1;
    height: 100%;
    text-align: center;
}

.inner-approach-title {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #253A27;
}

.inner-approach-desc p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    color: #080B1A;
}

/* about us page ends */

/* collection page start */

.inner-collection-wrap {
    padding: 60px 0;
    background: #f8faf9;
}

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

.inner-collection-header h2 {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 1.2;
    color: #253A27;
    text-transform: uppercase;
}

.inner-collection-header p {
    font-size: 16px;
    line-height: 1.6;
    color: #080B1A;
}

.collect-col {
    margin-bottom: 20px;
}

.collection-image-card {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #253A27;
    border-radius: 30px;
    height: 100%;
}

.collection-card-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}

.collection-card-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.collection-card-content h4 {
    font-size: 20px;
    color: #253A27;
    line-height: 1.3;
    margin-bottom: 10px;
}

/* collection page ends */

/* single project page start */

.single-project-wrap {
    padding: 50px 0px 0;
    background: #f8faf9;
}

.single-project-image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.single-project-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.10);
}

.single-project-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.single-project-image:hover img {
    transform: scale(1.05);
}

.single-project-content {
    padding: 0 20px;
}

.single-project-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #080B1A;
    margin-bottom: 15px;
}

.project-gallery-wrap {
    padding: 60px 0;
    background: #f8faf9;
}

.project-gallery-header {
    text-align: left;
    margin-bottom: 40px;
}

.project-gallery-header h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #253A27;
    text-transform: uppercase;
}

.project-gallery {
    column-count: 4;
    column-gap: 20px;
}

.project-gallery-item {
    break-inside: avoid;
    margin-bottom: 20px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: #f0f0f0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.4s ease;
}

.project-gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.13);
}

.project-gallery-item img {
    width: 100%;
    height: auto;
    min-height: 250px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.project-gallery-item:hover img {
    transform: scale(1.06);
}

.project-gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.30) 0%,
        rgba(0, 0, 0, 0.05) 50%,
        transparent 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.project-gallery-item:hover::after {
    opacity: 1;
}

.project-gallery-item a::before {
    content: "\f00e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 10;
    color: #fff;
    font-size: 24px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.project-gallery-item:hover a::before {
    opacity: 1;
    transform: translateY(0);
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid #c89f4e;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.inner-gallery-wrap {
    padding: 60px 0;
    background: #f8faf9;
}

.gallery-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 44px;
    gap: 20px;
}

.gallery-header .title {
    font-size: 32px;
    font-weight: 600;
    color: #0a0a0a;
    letter-spacing: -0.4px;
}

.gallery-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gallery-pagination .vp-pagination__item a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid #d0d0d0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease,
                color 0.3s ease, transform 0.3s ease,
                box-shadow 0.3s ease;
}

.gallery-pagination .vp-pagination__item a:hover {
    background: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.gallery-pagination .vp-pagination__item i {
    font-size: 13px;
}

.vp-portfolio__items-wrap {
    overflow: visible !important;
}

.visual-portfolio-wrapper {
    position: relative;
    min-height: 400px;
}

.visual-portfolio-wrapper .vp-portfolio {
    --vp-gap: 22px;
}

.visual-portfolio-wrapper .vp-portfolio__items {
    margin: 0;
}

.visual-portfolio-wrapper .vp-portfolio__item {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.4s ease;
}

.visual-portfolio-wrapper .vp-portfolio__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.13);
}

.visual-portfolio-wrapper .vp-portfolio__item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.visual-portfolio-wrapper .vp-portfolio__item:hover img {
    transform: scale(1.05);
}

.gallery-pagination .vp-pagination__item.vp-pagination__item-disabled a {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
    background: #f0f0f0;
    border-color: #e0e0e0;
}

.gallery-pagination .vp-pagination__item.loading-disabled a {
    opacity: 0.55;
    cursor: wait;
    pointer-events: none;
}

.vp-id-3296 .vp-pagination {
    display: none !important;
}

/* --- Loader --- */
.vp-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.vp-loader .spinner {
    width: 46px;
    height: 46px;
    border: 4px solid rgba(0, 0, 0, 0.08);
    border-top-color: #0a0a0a;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* single project page start */

/* contact us page start */

.contact-us-wrap {
    padding: 60px 0;
    background: #f8faf9;
    background: linear-gradient(0deg,rgba(242, 243, 243, 1) 7%, rgba(248, 250, 249, 1) 100%);
}

.contact-row {
    align-items: center;
}

.contact-form-box {
    background: #ffffff;
    padding: 35px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.contact-form-box h6 {
    color: #000000;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 20px;
}

.contact-form-box h2 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000;
}

.contact-form-box label {
    color: #000;
}

.contact-form-box .wpcf7-form-control {
    width: 100%;
    background: #ffffff;
    border: 1px solid #333;
    padding: 10px 15px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

.contact-form-box textarea {
    height: 130px;
    resize: none;
}

.contact-form-box .wpcf7-form-control:focus {
    border-color: #ffffff;
}

.contact-form-box .contact-btn {
    background: #253a27;
    border: 1px solid #253a27;
    border-radius: 13px;
    padding: 12px 35px;
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
    margin: 0;
    cursor: pointer;
    transition: 0.3s ease;
}

.contact-form-box .contact-btn:hover {
    background: #ffffff;
    color: #000;
}

.contact-info-box {
    padding: 30px;
    border: 2px solid #d8bd9c;
    border-radius: 15px;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.contact-info-box-title {
    font-weight: 600;
    font-size: 42px;
    color: #253a27;
}

.contact-info-box-para {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 35px;
}

.info-item {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}

.info-item i {
    font-size: 24px;
    display: inline-block;
    color: #000;
}

.info-item p {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.info-item a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.info-item a:hover {
    color: #796135;
}

.contact-form-box .row p {
    margin: 0 !important;
}

.wpcf7-spinner {
    visibility: hidden;
    display: none !important;
}

.contact-map p {
    margin: 0 !important;
}

.contact-map iframe {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    border: none;
}

/* contact us page ends */

/* inner testimonial page start */

.inner-testimonial-listing-wrap {
    padding: 60px 0;
    background: #f9f9f9;
}

.inner-testimonial-header {
    max-width: 980px;
    margin: 0 auto 50px;
    text-align: center;
}

.inner-testimonial-title {
    margin: 0;
    font-size: 42px;
    line-height: 1.2;
    color: #253A27;
    text-transform: uppercase;
}

.inner-testimonial-subtitle {
    max-width: 640px;
    margin: 0 auto 0;
    font-size: 18px;
    line-height: 1.5;
    color: #080B1A;
}

.inner-testimonial-card {
    background: #eeeeee;
    padding: 30px;
    border-radius: 15px;
    height: 100%;
    transition: 0.3s ease;
}

.inner-testimonial-card:hover {
    transform: translateY(-5px);
}

.inner-testimonial-quote-icon img {
    width: 50px;
    margin-bottom: 15px;
}

.inner-testimonial-text p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #6c757d;
}

.inner-testimonial-author {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.inner-author-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.inner-author-name {
    font-weight: 600;
    font-size: 14px;
}

.testimonial-video iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    border-radius: 12px;
}
/* inner testimonial page ends */

/* inner news section start */

.inner-news-wrap {
    padding: 60px 0;
    background: #f7f7f5;
    position: relative;
    overflow: hidden;
}

.inner-news-head {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.inner-news-head h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #253A27;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    overflow: hidden;
    font-family: 'Pangaia-med' !important;
}

.inner-news-card,
.side-inner-news-card,
.all-inner-news-card {
    position: relative;
    z-index: 2;
}

.inner-news-image,
.side-inner-news-image,
.all-inner-news-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.inner-news-image {
    margin-bottom: 30px;
}

.all-inner-news-image {
    margin-bottom: 24px;
}

.inner-news-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

.side-inner-news-image {
    flex: 0 0 48%;
    height: 100%;
}

.side-inner-news-image a {
    display: block;
    height: 100%;
}

.side-inner-news-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.all-inner-news-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.inner-news-image::after,
.side-inner-news-image::after,
.all-inner-news-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.45), transparent 70%);
    opacity: 0;
    transition: .6s ease;
    pointer-events: none;
}

.inner-news-card:hover .inner-news-image::after,
.side-inner-news-card:hover .side-inner-news-image::after,
.all-inner-news-card:hover .all-inner-news-image::after {
    opacity: 1;
}

.inner-news-content h3 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
    overflow: hidden;
}

.inner-news-content h3 a {
    color: #212529;
    text-decoration: none;
    font-family: 'Pangaia-med' !important;
    font-size: inherit;
}

.inner-news-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #495057;
    margin-bottom: 20px;
}

.recent-side-posts {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.side-inner-news-card {
    display: flex;
    gap: 28px;
    align-items: stretch;
    height: 100%;
}

.side-inner-news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.side-inner-news-content h4 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 16px;
    overflow: hidden;
}

.side-inner-news-content h4 a {
    color: #212529;
    text-decoration: none;
    font-family: 'Pangaia-med' !important;
    font-size: inherit;
}

.side-inner-news-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    margin-bottom: 5px;
}

.inner-news-block {
    margin-bottom: 60px;
}

.all-inner-news-col {
    margin-bottom: 30px;
}

.all-inner-news-content h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 16px;
    overflow: hidden;
}

.all-inner-news-content h3 a {
    color: #212529;
    text-decoration: none;
    font-family: 'Pangaia-med' !important;
    font-size: inherit;
}

.all-inner-news-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #495057;
    margin-bottom: 20px;
}

.inner-news-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.inner-news-meta span {
    font-size: 12px;
    color: #111;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.custom-pagination {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.custom-pagination .page-numbers {
    width: 54px;
    height: 54px;
    border: 1px solid #d8d8d8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
    border-radius: 50%;
    text-decoration: none;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    transition: .4s ease;
}

.custom-pagination .page-numbers:hover {
    background: #111;
    color: #fff;
    border-color: #111;
    transform: translateY(-5px);
}

.custom-pagination .page-numbers.current {
    background: #111;
    color: #fff;
    border-color: #111;
}

.custom-pagination .prev, .custom-pagination .next {
    width: auto;
    padding: 0 28px;
    display: flex;
    justify-content: center;
    gap: 15px;
    border-radius: 100px;
}

.news-pagination-loading {
    position: fixed;
    inset: 0;
    background: rgba(247,247,245,.92);
    backdrop-filter: blur(12px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
}

.news-pagination-loading.active {
    opacity: 1;
    visibility: visible;
}

.news-pagination-loading span {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,.1);
    border-top-color: #111;
    animation: newsSpin 1s linear infinite;
}

@keyframes newsSpin {
    100% { transform: rotate(360deg); }
}

/* inner news section ends */

/* single news page start */

.single-news-wrap {
    padding: 60px 0;
    background: #F8FAF9;
    background: linear-gradient(180deg,rgba(248, 250, 249, 1) 6%, rgba(247, 247, 247, 1) 44%, rgba(237, 237, 237, 1) 91%);
}

.single-news-row {
    align-items: stretch;
    display: flex;
}

.single-news-col {
    display: flex;
    flex-direction: column;
}

.single-news-title {
    font-size: 36px;
    line-height: 1.3;
    color: #253a27;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Pangaia-med' !important;
    overflow: hidden;
}

.title-word {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    margin-right: 0;
}

.title-word-inner {
    display: inline-block;
    transform: translateY(110%);
	font-family: 'Pangaia-med' !important;
}

.single-news-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 28px;
    font-family: 'Handvetica-Neue' !important;
    opacity: 0;
    transform: translateY(12px);
}

.single-news-date i {
    font-size: 13px;
    color: #3d4348;
}

.single-news-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 32px;
    position: relative;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.single-news-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transform: scale(1.03);
}

.single-news-image:hover img {
    transform: scale(1.06);
}

.single-news-content {
    font-size: 18px;
    line-height: 1.9;
    color: #343a40;
}

.single-news-content p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
    color: #343a40;
    opacity: 0;
    transform: translateY(24px);
}

.single-news-content h3 {
    font-size: 24px;
    color: #111111;
    margin-bottom: 12px;
    margin-top: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.35;
    font-family: 'Pangaia-med' !important;
    opacity: 0;
    transform: translateY(24px);
}

.single-news-content blockquote {
    margin: 28px 0;
    padding: 22px 28px;
    background: #f5f5f5;
    border-left: 4px solid #253A27;
    border-radius: 0 8px 8px 0;
    opacity: 0;
    transform: translateX(-20px);
}

.single-news-content blockquote p {
    font-size: 18px;
    font-style: italic;
    color: #222222;
    margin-bottom: 8px;
    line-height: 1.55;
    opacity: 1 !important;
    transform: none !important;
}

.single-news-content blockquote cite {
    font-size: 12px;
    color: #888888;
    letter-spacing: 0.08em;
    font-style: normal;
    text-transform: uppercase;
}

.single-news-content a {
    color: #253A27;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.single-news-content a:hover {
    color: #796135;
}

.single-news-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.single-news-content ul,
.single-news-content ol {
    padding-left: 22px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
}

.single-news-content li {
    margin-bottom: 6px;
}

#reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #253A27, #796135);
    z-index: 9999;
    transition: width 0.1s linear;
}

.single-news-sidebar {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar-inner {
    position: relative;
    padding-left: 30px;
    padding-bottom: 60px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar-inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.9s ease;
}

.sidebar-inner.border-grow::before {
    transform: scaleY(1);
}

.sidebar-heading {
    font-size: 22px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #111111;
    line-height: 1;
    opacity: 0;
    transform: translateX(20px);
}

.recent-news-list {
    display: flex;
    flex-direction: column;
}

.recent-news-card {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #e8e8e8;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s;
    opacity: 0;
    transform: translateX(20px);
}

.recent-news-card:hover {
    opacity: 0.75;
}

.recent-news-thumb {
    width: 120px;
    height: 140px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #f0f0f0;
}

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

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

.recent-news-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.recent-news-info h5 {
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    line-height: 1.35;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-news-info .news-sidebar-date {
    font-size: 11px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.recent-news-info p {
    font-size: 12px;
    color: #777777;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 1 !important;
    transform: none !important;
}

.sidebar-view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    padding: 12px 16px;
    border: 1.5px solid #253A27;
    border-radius: 6px;
    color: #253A27;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    font-family: 'Handvetica-Neue' !important;
}

.sidebar-view-all:hover {
    background: #253A27;
    color: #ffffff;
}

.sidebar-view-all i {
    font-size: 18px;
    transition: transform 0.2s ease;
}

.sidebar-view-all:hover i {
    transform: translateX(6px);
}

.more-news-wrap {
    display: none;
    background: #ffffff;
    padding: 60px 0;
    overflow: hidden;
}

.more-news-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    opacity: 0;
    transform: translateY(20px);
}

.more-news-header h3 {
    font-size: 34px;
    font-weight: 700;
    color: #253A27;
    letter-spacing: -0.5px;
    margin: 0;
    font-family: 'Pangaia-med' !important;
}

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

.more-news-nav button {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid #253A27;
    background: transparent;
    color: #253A27;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.more-news-nav button:hover {
    background: #253A27;
    color: #ffffff;
    border-color: #253A27;
}

.news-image-card {
    flex: 1;
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), opacity 0.35s ease;
    opacity: 0;
    transform: translateY(40px);
    visibility: hidden;
    pointer-events: none;
}
.news-image-card:hover {
    transform: translateY(-6px);
}

.news-card-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #1e1e1e;
    height: 260px;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.65;
    transition: opacity 0.4s ease, transform 0.6s ease;
}

.news-image-card:hover .news-card-image img {
    opacity: 0.38;
    transform: scale(1.05);
}

.news-card-arrow {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.news-image-card:hover .news-card-arrow {
    opacity: 1;
}

.news-card-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.05) 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
}

.news-card-overlay .news-card-date {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 6px;
    font-family: 'Handvetica-Neue' !important;
}

.news-card-overlay h4 {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 6px;
    letter-spacing: -0.3px;
    font-family: 'Pangaia-med' !important;
}

.more-news-slider {
    margin: 0 -10px;
}

.more-news-slide {
    padding: 0 10px;
}

.more-news-slide .news-image-card {
    display: block;
    width: 100%;
    opacity: 0;
    transform: translateY(40px);
}

.more-news-slider .slick-dots,
.more-news-slider .slick-prev,
.more-news-slider .slick-next {
    display: none !important;
}

/* single news page ends */

/* gallery page start */

.gallery-wrap {
    padding: 60px 0;
    background: #f7f7f5;
    position: relative;
    overflow: hidden;
}

.gallery-top {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto 50px;
    text-align: center;
}

.gallery-head h2 {
    margin: 0;
    font-size: 42px;
    line-height: 1.2;
    color: #253A27;
    text-transform: uppercase;
}

.gallery-head p {
    max-width: 640px;
    margin: 0 auto 0;
    font-size: 18px;
    line-height: 1.5;
    color: #080B1A;
}

.gallery-filter-wrap {
    position: relative;
    z-index: 2;
    margin-bottom: 70px;
}

.mobile-gallery-dropdown{
    display:none;
}

.gallery-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 1200px;
    margin: auto;
}

.gallery-filter-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px 25px;
    border-radius: 100px;
    border: 1px solid rgba(37, 58, 39, 0.14);
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(10px);
    color: #343a40;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.45s cubic-bezier(0.25,0.46,0.45,0.94),
    border-color 0.4s ease,
    color 0.4s ease,
    background 0.4s ease,
    box-shadow 0.4s ease;
    font-family: inherit;
    outline: none;
}

.gallery-filter-btn:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,#253A27 0%,#3e5a40 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.25,0.46,0.45,0.94);
    z-index: 0;
}

.gallery-filter-btn span {
    position: relative;
    z-index: 2;
}

.gallery-filter-btn:hover {
    border-color: #253A27;
    color: #fff;
    box-shadow: 0 18px 40px rgba(37,58,39,0.14);
}

.gallery-filter-btn:hover:before {
    transform: scaleX(1.6);
}

.gallery-filter-btn.active {
    border-color: #253A27;
    color: #fff;
    box-shadow: 0 18px 40px rgba(37,58,39,0.16);
}

.gallery-filter-btn.active:before {
    transform: scaleX(1.7);
}

.gallery-masonry-grid {
    position: relative;
    z-index: 2;
    column-count: 4;
    column-gap: 18px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #e2e2e0;
    cursor: auto;
    margin-bottom: 18px;
    break-inside: avoid;
    width: 100%;
    transform: translateY(0px);
    opacity: 0;
}

.gallery-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.gallery-item-inner img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
    transition: transform 1s cubic-bezier(0.25,0.46,0.45,0.94);
}

.gallery-item-overlay {
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(to top,rgba(37,58,39,0.88) 0%,rgba(37,58,39,0.15) 55%,transparent 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 2;
}

.gallery-item-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 34px 24px 24px;
    z-index: 3;
    transform: translateY(16px);
    opacity: 0;
    transition:
    transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94),
    opacity 0.5s ease;
}

.gallery-item-title h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.gallery-item-title span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
}

.gallery-item:hover .gallery-item-inner img {
    transform: scale(1.08);
}

.gallery-item:hover .gallery-item-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-item-title {
    transform: translateY(0);
    opacity: 1;
}

.gallery-no-posts {
    text-align: center;
    padding: 80px 0;
}

.gallery-no-posts p {
    color: #080B1A;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.gallery-pagination {
    position: relative;
    z-index: 2;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.gallery-pagination .page-numbers {
    min-width: 56px;
    height: 56px;
    padding: 0 20px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #253A27;
    font-size: 14px;
    font-weight: 600;
    border-radius: 100px;
    transition: 0.4s ease;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    font-family: inherit;
    outline: none;
}

.gallery-pagination .page-numbers:hover {
    background: #253A27;
    color: #fff;
    transform: translateY(-5px);
}

.gallery-pagination .page-numbers.current {
    background: #253A27;
    color: #fff;
}

.gallery-loading-screen {
    position: fixed;
    inset: 0;
    background: rgba(247,247,245,0.92);
    backdrop-filter: blur(12px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
}

.gallery-loading-screen.active {
    opacity: 1;
    visibility: visible;
}

.gallery-loading-ring {
    width: 82px;
    height: 82px;
    border: 2px solid rgba(0,0,0,0.08);
    border-top-color: #253A27;
    border-radius: 50%;
    animation: galleryRingSpin 1s linear infinite;
}

@keyframes galleryRingSpin {
    to {
        transform: rotate(360deg);
    }
}

/* gallery page ends */

/* inner services page start */

.inner-services-wrap {
    padding: 60px 0;
    background: #f7f7f5;
    position: relative;
    overflow: hidden;
}

.inner-services-head {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
    gap: 40px;
}

.inner-services-head-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 0 0 50%;
}

.inner-services-head h2 {
    font-size: 36px;
    line-height: 1.2;
    color: #253A27;
    margin: 0;
    font-family: 'Pangaia-med' !important;
}

.inner-services-head-right {
    padding-left: 30px;
    border-left: 1px solid rgba(37,58,39,.12);
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 20px;
}

.inner-service-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #253A27;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    transition: .5s ease;
}

.inner-services-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #253A27;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
	
.inner-services-icon i {
    color: #fff;
    font-size: 22px;
}

.inner-services-head-right p {
    font-size: 18px;
    line-height: 1.7;
    color: #495057;
    margin: 0;
}

.inner-services-list {
    border: 1px solid rgba(37,58,39,.1);
    border-radius: 14px;
    overflow: hidden;
    background: #fbfaf7;
}

.inner-service-card {
    padding: 30px;
    border-bottom: 1px solid rgba(37,58,39,.1);
    position: relative;
    transition: .5s ease;
}

.inner-service-card:last-child {
    border-bottom: none;
}

.inner-service-card:hover {
    background: #f2ece4;
}

.inner-service-number {
    font-size: 74px;
    line-height: 1;
    color: rgba(37,58,39,.16);
    font-family: 'Pangaia-med' !important;
}

.inner-service-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.inner-service-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: 1s cubic-bezier(.19,1,.22,1);
}

.inner-service-content h3 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 14px;
    font-family: 'Pangaia-med' !important;
}

.inner-service-content h3 a {
    font-size: inherit;
    color: #253A27;
    text-decoration: none;
}

.inner-service-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
    margin: 0;
}

.inner-service-content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.inner-service-arrow i {
    color: #fff;
    font-size: 18px;
    transition: .4s ease;
}

.inner-service-card:hover .inner-service-arrow {
    transform: scale(1.08);
    background: #355339;
}

.inner-services-cta {
    margin-top: 50px;
    background: #e9dccb;
    border-radius: 14px;
    padding: 20px;
}

.inner-services-cta-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.inner-services-cta-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.inner-services-cta-content h3 {
    font-size: 32px;
    line-height: 1.2;
    color: #253A27;
    margin-bottom: 12px;
    font-family: 'Pangaia-med' !important;
}

.inner-services-cta-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #495057;
    margin: 0;
}

.inner-services-btn-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.common-card-btn.inner-services-btn {
    width: 180px;
}

.inner-services-btn .common-btn-text {
    width: 120px;

}

/* inner services page ends */

/* single services page start */

.single-service-wrap {
    padding: 60px 0;
    background: #F8FAF9;
    background: linear-gradient(180deg, rgba(248,250,249,1) 6%, rgba(247,247,247,1) 44%, rgba(237,237,237,1) 91%);
    overflow: hidden;
}

.single-service-row {
    align-items: flex-start;
}

.single-service-col {
    display: flex;
    flex-direction: column;
}

.single-service-image {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 44px;
    position: relative;
}

.single-service-image img {
    width: 100%;
    height: auto;
    min-height: 450px;
    max-height: 550px;
    object-fit: cover;
    display: block;
    transform: scale(1.06);
}

.service-section-tag {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #A46A2A;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Handvetica-Neue' !important;
}

.service-section-tag::after {
    content: '';
    width: 42px;
    height: 1px;
    background: #A46A2A;
    display: block;
}

.single-service-title {
    font-size: 36px;
    line-height: 1.2;
    color: #253A27;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 1.2;
    overflow: hidden;
    font-family: 'Pangaia-med' !important;
}

.single-service-content {
    margin-bottom: 60px;
}

.single-service-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #495057;
    margin-bottom: 20px;
    text-align:justify;
}

.single-service-content h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #1E3323;
    margin: 34px 0 18px;
    font-family: 'Pangaia-med' !important;
}

.single-process-wrap {
    padding-top: 20px;
    margin-bottom: 60px;
}

.process-section-title {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #1E3323;
    margin-bottom: 40px;
    font-family: 'Pangaia-med' !important;
}

.single-process-steps {
    display: flex;
    position: relative;
    padding-top: 12px;
}

.single-process-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 12px;
}

.process-step-image {
    width: 82px;
    height: 82px;
    background: #16361D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.process-step-image img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.process-step-title {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.3;
    color: #253a27;
    margin-bottom: 8px;
    font-family: 'Pangaia-med' !important;
}

.process-step-desc p {
    font-size: 14px;
    line-height: 1.6;
    color: #6c757d;
    margin: 0;
    font-family: 'Handvetica-Neue' !important;
}

.single-service-sidebar-inner {
    background: #F4F1EB;
    border-radius: 18px;
    padding: 30px 20px 20px;
    position: relative;
    overflow: hidden;
}

.sidebar-services-title {
    font-size: 26px;
    line-height: 1.2;
    color: #111;
    margin-bottom: 10px;
    font-family: 'Pangaia-med' !important;
}

.sidebar-service-item {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    padding: 16px 0;
    border-bottom: 1px solid #E5DED3;
    transition: .3s ease;
}

.sidebar-service-item:last-child {
    border-bottom: none;
}

.sidebar-service-item:hover {
    transform: translateX(6px);
}
.single-services-cta-dblock {
    display: none !important;
}

.sidebar-service-thumb {
    width: 100px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.sidebar-service-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-service-number {
    font-size: 16px;
    line-height: 1;
    color: #111;
    margin-bottom: 8px;
    font-family: 'Pangaia-med' !important;
}

.sidebar-service-name {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #1F1F1F;
    font-weight: 600;
}

.sidebar-service-content {
    flex: 1;
}

.sidebar-bottom-btn {
    margin-top: 26px;
}

.sidebar-bottom-btn .common-card-btn {
    width: 100%;
    justify-content: center;
}

.fade-up {
    opacity: 0;
}
.fade-right {
    opacity: 0;
}
.scale-reveal {
    opacity: 0;
}

/* single services page ends */


/* collection taxonomy page start */

.collection-category-wrap {
    padding: 60px 0;
    background: #f7f7f5;
}

.collection-header-wrap {
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e8e8e8;
}

.collection-header-wrap h2 {
    font-size: 38px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 10px;
    line-height: 1.3;
}

.collection-header-wrap p {
    font-size: 18px;
    color: #495057;
    line-height: 1.6;
    margin: 0;
    max-width: 700px;
}

.collection-section {
    padding: 48px 0;
    border-bottom: 1px solid #e8e8e8;
}

.collection-section:first-child {
    padding-top: 0;
}

.collection-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.collection-section-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 40px;
    padding-top: 6px;
}

.collection-section-left h2 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 10px;
    line-height: 1.3;
}

.collection-section-left p {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 1.7;
    margin: 0 0 24px;
}

.collection-explore-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 10px;
    background: #253a27;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #253a27;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}

.collection-explore-link:hover {
    gap: 15px;
    color: #253a27;
    background: #ffffff;
}

.collection-card-col {
    margin-bottom: 30px;
}

.collection-card {
    display: block;
    text-decoration: none;
    color: #1a1a1a;
}

.collection-card-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
    background: #f0ede8;
    margin-bottom: 10px;
}

.collection-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .8s cubic-bezier(.25,1,.5,1);
}

.collection-card:hover .collection-card-image img {
    transform: scale(1.06);
}

.collection-card-content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #253a27;
    margin: 0;
    line-height: 1.3;
}

.collection-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 48px;
    flex-wrap: wrap;
}

.collection-pagination a,
.collection-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 6px;
    border: 1px solid #d6d0c8;
    border-radius: 4px;
    font-size: 13px;
    color: #1a1a1a;
    text-decoration: none;
    background: #fff;
    transition: background .2s, color .2s, border-color .2s;
}

.collection-pagination a:hover {
    background: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}

.collection-pagination span.current {
    background: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
    font-weight: 600;
    pointer-events: none;
}

.collection-pagination span.dots {
    border-color: transparent;
    background: transparent;
    color: #999;
    pointer-events: none;
    min-width: 24px;
}

.collection-pagination .pagination-arrow {
    font-size: 11px;
    min-width: 40px;
}

/* collection taxonomy page ends */

/* single collection page start */

.collection-gallery-wrap {
    padding: 60px 0;
    background: #f7f7f5;
}

.collection-gallery-header {
    text-align: center;
    margin-bottom: 50px;
}

.collection-gallery-header h2 {
    letter-spacing: 1px;
    font-size: 36px;
    line-height: 1.3;
    color: #253a27;
    margin-bottom: 10px;
    font-weight: 700;
}

.masonry-grid {
    columns: 4;
    column-gap: 16px;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 16px;
    border-radius: 10px;
    overflow: hidden;
    will-change: transform, opacity;
    opacity: 0;
    transform: translateY(32px);
    transition: transform .35s ease, box-shadow .35s ease;
}

.masonry-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(22,54,29,.15);
}

.gallery-link {
    display: block;
}

.gallery-img-wrap {
    position: relative;
    overflow: hidden;
    background: #E5DED3;
    border-radius: 10px;
}

.gallery-img-wrap img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px;
    object-fit: cover;
    transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1);
}

.masonry-item:hover .gallery-img-wrap img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(22,54,29,.45);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transition: opacity .35s ease;
}

.masonry-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay-icon {
    color: #fff;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    transform: translateY(8px);
    transition: transform .35s ease, opacity .35s ease;
    opacity: 0;
}

.masonry-item:hover .gallery-overlay-icon {
    transform: translateY(0);
    opacity: 1;
}

.gallery-overlay-count {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    color: rgba(255,255,255,.8);
    text-transform: uppercase;
}

.gallery-pagination {
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 32px;
    border-top: 1px solid #E5DED3;
    opacity: 0;
}

.pagination-info {
    font-size: 13px;
    color: #6c757d;
    letter-spacing: 1px;
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 6px;
}

.page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 4px;
    font-size: 14px;
    font-weight: 400;
    color: #6c757d;
    background: #ffffff;
    border: 1px solid #E5DED3;
    border-radius: 2px;
    text-decoration: none;
    transition: all .25s ease;
    cursor: pointer;
}

.page-btn:hover {
    color: #1E3323;
    border-color: #A46A2A;
}

.page-btn.active {
    background: #16361D;
    color: #fff;
    border-color: #16361D;
    font-weight: 500;
}

.page-btn--prev,
.page-btn--next {
    color: #253A27;
}

.page-ellipsis {
    color: #6c757d;
    padding: 0 6px;
    user-select: none;
}

.single-collection-wrap {
    padding: 60px 0;
    background: #f7f7f5;
    overflow: hidden;
}

.single-collection-wrap.has-gallery {
    padding-top: 0 !important;
}

.single-collection-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #495057;
    margin-bottom: 20px;
}

.single-collection-content h1,
.single-collection-content h2,
.single-collection-content h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #1E3323;
    margin: 34px 0 18px;
    font-family: 'Pangaia-med' !important;
}

.collection-gallery-header {
    opacity: 0;
    transform: translateY(20px);
}

.reveal-content {
    opacity: 0;
    transform: translateY(24px);
}

/* single collection page ends */


@media only screen and (min-width: 300px) and (max-width: 430.5px) {
.banner-section .banner-cards {
    display: none;
}
.instagram-card {
    flex: 0 0 75% !important;
    position: relative;
}
.banner-section {
    height: 100vh;
    max-height: 620px !important;
}
.elba-contact-popup {
    width: 90% !important;
    border-radius: 15px !important;
}
.inner-header-banner h4 {
    font-size: 20px !important;
}
.side-inner-news-content h4, .all-inner-news-content h3 {
    font-size: 16px !important;
}
}

@media only screen and (min-width: 300px) and (max-width: 576.5px) {

/* home page start */

/* header section start */

.header-wrapper {
    width: 100%;
    top: 0;
    padding: 10px 0;
    border-radius: 0;;
}

.header-contact-col {
    display: none;
}
.header-logo-col img {
    width: fit-content;
    height: 35px;
    object-fit: contain;
}
.f-nav .header-logo-col img {
    width: fit-content;
    height: 32px;
    object-fit: contain;
}

.header-menu-col {
    display: flex;
    justify-content: flex-end;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #f8faf9;
    width: 260px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    color: #EBCEAA !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: 35px;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 700 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link .menu-defualt-text {
    transform: translateY(0);
    display: block;
    text-align: left;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link .menu-hover-text {
    transform: translateY(100%);
    opacity: 0;
    text-align: left;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #325836 !important;
    background-color: #f8faf9 !important;
}
#mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close {
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #ffffff !important;
    background-color: #EBCEAA !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: #253a27a6 !important;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background: #ffffff00 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background-color: #f6f8f7 !important;
    color: #495057 !important;
    height: unset !important;
    line-height: 1 !important;
    padding: 10px 20px !important;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
    transition: none;
    line-height: 1 !important;
    font-size: 14px !important;
    display: block;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: #f6f8f7 !important;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    color: #468956 !important;
}

/* header section ends */

/* banner section start */

.banner-section {
    height: 100vh;
    max-height: 700px;
}
.banner-section .banner-heading {
    width: 85%;
}
.banner-section .banner-heading h1 {
    font-size: 30px;
}
.banner-section .banner-card-img {
    width: 120px;
}
.banner-section .banner-cards {
    gap: 20px;
}
.banner-section .banner-card {
    width: calc(50% - 30px);
}
.banner-section .banner-card-img {
    width: 90%;
}
.banner-section .banner-card-img img {
    width: 100%;
    height: 90px;
}
.common-card-btn {
    width: 140px;
    height: 30px;
}
.common-arrow1, .common-arrow2 {
    width: 35px;
    height: 30px;
    font-size: 12px;
}
.common-btn-text {
    width: 90px;
    height: 30px;
    font-size: 12px;
}

/* banner section ends */

/* about us section start */

.about-us-wrap {
    background-color: #F8FAF9;
    padding: 50px 0px 50px;
}
.about-left-col {
    margin-bottom: 30px;
}
.about-brand-left, .about-brand-right {
    font-size: 26px;
}
.about-left-text {
    font-size: 18px;
}
.about-center-col {
    margin-bottom: 30px;
}
.about-project-image img {
    width: 100%;
    height: 400px;
}
.about-right-content p {
    font-size: 14px;
}

/* about us section ends */

/* collection section start */

.collection-wrap {
    padding: 50px 0;
}
.collection-tag {
    font-size: 12px;
}
img.tag-icon {
    width: fit-content;
    height: 14px;
}
.collection-heading {
    font-size: 26px;
}
.collection-item-wrapper {
    margin: 0 auto 15px;
}
.collection-title {
    font-size: 22px;
}
.collection-item-wrapper:hover .collection-img {
    height: 50px;
    width: clamp(80px, 12vw, 140px);
}
img.collection-top-right {
    width: fit-content;
    height: 170px;
}

img.collection-top-left {
    width: fit-content;
    height: 250px;
}

/* collection section ends */

/* impact section start */

.impact-wrap {
    position: relative;
    height: calc(100vh + 20px);
    max-height: 400px;
}

/* impact section ends */

/* project section start */

.projects-wrap {
    padding: 50px 0 0 0;
}
.projects-header-row {
    flex-direction: column;
}
.projects-heading {
    font-size: 26px;
}
.projects-description {
    font-size: 14px;
}
.project-card {
    flex: 0 0 70%;
}
.project-image {
    width: 100%;
    height: 300px;
}
.project-tag {
    font-size: 14px;
}
.project-info h3 {
    font-size: 18px;
}

/* project section ends */

/* our approach section start */

.our-approach-inner {
    display: flex;
    min-height: unset !important;
    flex-direction: column;
}
.our-approach-content {
    width: 100%;
    padding: 50px 30px 20px 8%;
    margin-bottom: 30px;
}
.our-approach-image {
    width: 100%;
}
.approach-img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
    display: block;
}
.approach-items-wrap {
    gap: 15px;
    margin-bottom: 30px;
}
.approach-title {
    font-size: 18px;
}
.approach-desc p {
    font-size: 14px;
    line-height: 1.7;
    color: #080B1A;
}
.marquee-text {
    margin-right: 40px;
    font-size: 12px;
}

/* our approach section ends */

/* testimonial section start */

.testimonial-wrap {
    padding: 60px 0;
}
.testimonial-header {
    margin: 0px auto 30px;
}
.testimonial-title {
    margin-bottom: 10px;
    font-size: 26px;
}
.testimonial-subtitle {
    font-size: 14px;
}

img.quote-icon {
    width: fit-content;
    height: 25px;
}

.testimonial-text {
    font-size: 18px;
}
.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.author-name {
    font-size: 14px;
}
.test-arrow {
    font-size: 18px;
}
.author-img {
    width: 30px;
    height: 30px;
}

img.testimonial-img {
    display: none !important;
}

/* testimonial section ends */

/* instagram section start */

.instagram-header-row {
    align-items: flex-start;
    gap: 20px;
    flex-direction: column-reverse;
}
.instagram-heading {
    font-size: 26px;
}
.instagram-social a {
    width: 30px;
    height: 30px;
    font-size: 14px;
}
.instagram-wrap .projects-header-row {
    align-items: flex-start;
}
.carousel-container {
    margin-top: 20px;
}
.instagram-image {
    position: relative;
    width: 100%;
	height: auto;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.instagram-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.drag-cursor {
    width: 60px;
    height: 60px;
    font-size: 10px;
}
.instagram-grid {
    display: flex;
    gap: 6vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: none;
    padding: 0 6% 60px 6%;
}
.instagram-card {
    flex: 0 0 calc(100%);
    position: relative;
}

/* instagram section ends */
	
/* sales banner section start */
	
.sales-row {
    flex-direction: column;
}
.sales-col-left {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
}
.sales-content-wrap {
    gap: 20px;
    padding: 20px 30px;
}
.sales-prefix {
    font-size: 14px;
}
.sales-percent {
    font-size: 44px;
}
.sales-title {
    font-size: 26px;
}
.sales-text {
    font-size: 14px;
}
.sales-col-right {
    flex: 1;
    position: relative;
}
.sales-col-right::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 120px;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(180deg, rgba(223, 195, 160, 1) 6%, rgba(223, 195, 160, 1) 19%, rgb(223 195 160 / 0%) 72%, rgba(223, 195, 160, 0) 100%);
}
.sales-image-wrap::after {
	display: none !important;
}
.sales-image-wrap {
    width: 100%;
    height: 250px;
}
.sales-image-mask {
    width: 100%;
    height: 250px;
}
.sales-image-inner {
    width: 100%;
    height: 250px;
}
.sales-image {
    width: 100%;
    height: 250px;
}
.sales-pagination .dot {
    height: 10px;
    width: 20px;
}
	
/* sales banner section ends */
	
/* sales list section start */
	
.sales-list-heading {
    font-size: 26px;
}
.sales-list-heading br {
    display: none !important;
}
.sales-list-img {
    width: 100%;
    height: 250px;
}
.badge-price {
    font-size: 18px;
}
.badge-currency {
    font-size: 14px;
}
.sales-list-info {
    padding: 15px;
}
.sales-list-title {
    font-size: 20px;
}
.sales-list-excerpt p {
    font-size: 14px;
}
	
/* sales list section ends */
	
/* daily news section start */
	
.dns-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
}
.dns-heading {
    font-size: 26px;
}
.dns-arrow {
    width: 30px;
    height: 30px;
    font-size: 16px;
}
.dns-counter {
    font-size: 16px;
}
.daily-news-card {
    border-radius: 15px;
}
.daily-news-image {
    height: 230px;
}
.daily-news-card::after {
	display: none !important;
}
.daily-news-overlay {
    position: unset;
    transform: unset;
    padding: 20px;
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.daily-news-post-title {
    margin: 0;
    font-size: 18px;
}
.daily-news-excerpt {
    margin: 0;
    font-size: 14px;
    color: #343a40;
	display: none !important;
}
	
/* daily news section ends */

/* footer section start */

.footer-wrap {
    padding: 40px 0 20px;
}
.top-footer-bar-row{
    display:flex;
    flex-wrap:wrap;
}
.footer-logo-col{
    order:-1;
    width:100%;
}
.footer-logo-col {
    justify-content: flex-start;
    margin-bottom: 20px;
}
.top-footer-logo {
    align-items: flex-start;
}
.top-footer-logo img {
    width: fit-content;
    height: 40px;
}
h6.brand-name {
    font-size: 14px;
}
.cop-col p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}
.crafted-col p, .crafted-col a {
    text-align: center;
    font-size: 12px;
}
.footer-top-wrap {
    padding-bottom: 10px;
    border-bottom: 1px solid #253A27;
    margin-bottom: 20px;
}
.footer-delails-col{
    width:100%;
}
.footer-details-wrap {
    gap: 40px;
}
.footer-divider {
    display: none;
}
a.footer-top-email {
    display: none;
}
.top-footer-left h2 {
    font-size: 22px;
    line-height: 1;
    margin: 0;
}
.footer-item {
    margin-bottom: 20px;
}
.footer-item h4 {
    font-size: 16px;
}
.footer-item a, .footer-item p {
    gap: 10px;
    font-size: 12px;
}
.footer-item i {
    font-size: 16px;
}	
.elba-contact-popup {
    width: 80%;
    border-radius: 15px;
}
.elba-popup-image-col {
    display: none !important;
}
.elba-popup-close {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 12px;
}
.elba-popup-form {
    padding: 40px 0 0;
}
.elba-popup-form h3 {
    font-size: 18px;
}
.elba-popup-form .wpcf7-form textarea {
    height: 100px;
    resize: none;
}
.elba-popup-form .wpcf7-form input[type="submit"], .elba-popup-form .wpcf7-form .wpcf7-submit {
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 500;
}

/* home page ends */

/* inner banner section start */

.inner-header-banner {
    height: 400px;
}
#breadcrumbs span {
    gap: 5px 15px;
}
.inner-header-banner h4 {
    font-size: 22px;
}
#breadcrumbs {
    font-size: 12px;
}
#breadcrumbs img {
    width: 15px;
    height: auto;
    object-fit: contain;
}
.inner-header-banner::before {
    background: linear-gradient(0deg, rgb(0 0 0 / 47%) 7%, rgb(0 0 0 / 39%) 58%, rgb(0 0 0 / 0%) 100%);
}

/* inner banner section ends */

/* about us page start */

.inner-about-us-wrap {
    padding: 50px 0;
}
.inner-about-content {
    padding-bottom: 40px;
    padding-right: 0;
}
.inner-about-content h2 {
    font-size: 26px;
}
.inner-about-desc p {
    font-size: 14px;
}
.inner-about-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}
.inner-our-approach-wrap {
    padding: 50px 0;
}
.inner-approach-header {
    margin: 0 auto 30px;
}
.inner-approach-heading {
    margin-bottom: 10px;
    font-size: 26px;
}
.inner-approach-subtext {
    font-size: 12px;
}
.inner-approach-col {
    margin-bottom: 20px;
}
.inner-approach-title {
    font-size: 16px;
}
.inner-approach-desc p {
    font-size: 14px;
    line-height: 1.5;
}

/* about us page ends */

/* collection page start */

.inner-collection-wrap {
    padding: 50px 0;
}
.inner-collection-header h2 {
    margin-bottom: 10px;
    font-size: 26px;
}
.collection-explore-link {
    width: fit-content;
}
.collection-image-card {
    padding: 10px;
    border-radius: 20px;
}
.collection-card-image {
    border-radius: 13px;
    margin-bottom: 20px;
    aspect-ratio: unset !important;
}
.collection-card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.collection-card-content h4 {
    font-size: 18px;
}
.collection-card-content p {
    font-size: 12px;
    margin-bottom: 15px;
}

/* collection page ends */

/* single project page start */

.single-project-content {
    padding: 0;
}
.single-project-content p {
    font-size: 14px;
}
.project-gallery-wrap {
    padding: 50px 0;
}
.project-gallery-header {
    margin-bottom: 30px;
}
.project-gallery-header h2 {
    font-size: 26px;
}
.project-gallery {
    column-count: 2;
    column-gap: 15px;
}
.project-gallery-item {
    break-inside: avoid;
    margin-bottom: 15px;
    border-radius: 8px;
}
.project-gallery-item img {
    width: 100%;
    height: auto;
    min-height: 90px;
}
.project-gallery-item a::before {
    bottom: 10px;
    right: 10px;
    font-size: 16px;
}

/* single project page start */

/* contact us page start */

.contact-us-wrap {
    padding: 50px 0;
}
.contact-form-box {
    padding: 15px;
    margin-bottom: 30px;
}
.contact-form-box h6 {
    font-size: 16px;
}
.contact-form-box h2 {
    font-size: 26px;
    margin-bottom: 25px;
}
.contact-form-box label {
    font-size: 14px;
    margin-bottom: 10px;
}
.contact-form-box .wpcf7-form-control {
    padding: 10px 15px;
    font-size: 12px;
    margin-bottom: 15px;
}
.contact-info-box {
    padding: 15px;
    border: 2px solid #d8bd9c;
    border-radius: 15px;
}
.contact-info-box-title {
    font-size: 26px;
}
.contact-info-box-para {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.info-item p {
    font-size: 14px;
}
.contact-map p {
    margin: 0;
}

/* contact us page ends */
	
/* inner services page start */

.inner-services-head {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
}
.inner-services-head h2 {
    font-size: 22px;
}
.inner-services-head-right {
    padding-top: 20px;
    border-top: 1px solid rgba(37,58,39,.12);
    padding-left: 0;
    border-left: none;
    flex-flow: column;
    align-items: flex-start;
}
.inner-services-icon {
    width: 50px;
    height: 50px;
}
.inner-services-icon i {
    font-size: 16px;
}
.inner-services-head-right p {
    font-size: 14px;
}
.inner-service-number {
    font-size: 40px;
    margin-bottom: 20px;
    color: rgb(37 58 39 / 53%);
}
.inner-service-card {
    padding: 20px;
}
.inner-service-image img {
    width: 100%;
    height: 200px;
}
.inner-service-content-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
}
.inner-service-content h3 {
    font-size: 20px;
}
.inner-service-content p {
    font-size: 14px;
    line-height: 1.5;
}
.inner-service-arrow {
    width: 40px;
    height: 40px;
}
.inner-service-arrow i {
    color: #fff;
    font-size: 16px;
}
.inner-services-cta-image img {
    width: 100%;
    height: 200px;
}
.inner-services-cta-content {
    margin-top: 20px;
}
.inner-services-cta-content h3 {
    font-size: 20px;
}
.inner-services-cta-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    margin: 0;
}
.common-card-btn.inner-services-btn {
    width: 170px;
}
.inner-services-btn .common-btn-text {
    width: 110px;
}
	
/* inner services page ends */	
	
/* single services page start */

.single-service-image {
    border-radius: 13px;
    margin-bottom: 30px;
}
.single-service-image img {
    min-height: 250px;
    max-height: 300px;
}
.service-section-tag {
    font-size: 12px;
}
.single-service-title {
    font-size: 24px;
}
.single-service-content p {
    font-size: 14px;
}
.single-service-content {
    margin-bottom: 10px;
}
.single-process-steps {
    flex-direction: column;
    gap: 30px;
    padding-top: 0px;
}
.process-section-title {
    font-size: 24px;
}
.process-step-image {
    width: 60px;
    height: 60px;
}
.process-step-image img {
    width: 35px;
    height: 35px;
}
.process-step-title {
    font-size: 16px;
}
.single-service-sidebar.fade-right {
    margin-top: 30px;
}
.single-service-sidebar-inner {
    background: #ded2c1;
    border-radius: 15px;
}
.sidebar-service-item {
    padding: 10px 0;
    border-bottom: 1px solid #bfbfbf;
}
.sidebar-services-title {
    font-size: 20px;
}
.sidebar-service-number {
    font-size: 14px;
}
.sidebar-service-name {
    font-size: 14px;
}
.sidebar-view-all {
    margin-top: 20px;
    padding: 10px 16px;
    font-size: 12px;
}
.sidebar-view-all i {
    font-size: 15px;
}
.single-services-cta-dblock {
	display: none !important
}
	
/* single services page ends */
	
/* gallery page start */
	
.gallery-head h2 {
    margin: 0;
    font-size: 26px;
}
.gallery-head p {
    font-size: 14px;
}
.gallery-filter-wrap {
    margin-bottom: 40px;
}
.gallery-item-title h3 {
    font-size: 14px;
}
.desktop-gallery-filter{
    display:none !important;
}

.mobile-gallery-dropdown{
    display:block !important;
    width:100% !important;
    position:relative !important;
}

.mobile-gallery-dropdown::after{
    content:'';
    width:8px;
    height:8px;
    border-right:2px solid #253A27;
    border-bottom:2px solid #253A27;
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-60%) rotate(45deg);
    pointer-events:none;
    z-index:2;
}

.mobile-gallery-dropdown select {
    width: 100% !important;
    height: unset!important;
    padding: 13px 50px 13px 20px !important;
    border: 1px solid rgba(37,58,39,.14) !important;
    border-radius: 16px !important;
    background: #f7f7f5 !important;
    color: #253A27 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: .04em !important;
    outline: none !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    box-shadow: none !important;
    transition: border-color .25s ease, background .25s ease !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
	
.mobile-gallery-dropdown option {
    font-size: 14px;
    padding: 15px 20px;
    color: #253a27;
    line-height: 1;
    display: block;
    background: #ffffff;
    width: 88vw !important;
}

.mobile-gallery-dropdown select:focus{
    border-color:#253A27 !important;
    background:#ffffff !important;
}

.mobile-gallery-dropdown select::-ms-expand{
    display:none;
}
.gallery-masonry-grid {
    position: relative;
    z-index: 2;
    column-count: 1;
    column-gap: 18px;
}
	
/* gallery page ends */
	
/* testimonial page start */
	
.inner-testimonial-title {
    font-size: 26px;
}
.inner-testimonial-subtitle {
    font-size: 14px;
}
.inner-testimonial-card {
    background: #eeeeee;
    padding: 20px;
}
.inner-testimonial-quote-icon img {
    width: 40px;
    margin-bottom: 15px;
}
.inner-testimonial-text p {
    font-size: 14px;
}
.inner-testimonial-footer {
    border-top: 1px solid #ebceaa;
    padding-top: 15px;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.inner-author-img {
    width: 35px;
    height: 35px;
}
.common-card-btn.inner-testimonial-readmore {
    margin: 0;
}
.modal-title {
    font-size: 16px;
}
.inner-modal-img {
    width: 35px;
    height: 35px;
}
.inner-modal-text {
    font-size: 14px;
}
	
/* testimonial page ends */
	
/* collection page start */

#breadcrumbs .breadcrumb_last {
    display: inline;
    font-size: 14px;
}
.collection-header-wrap {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bfbfbf;
}
.collection-section {
    padding: 30px 0 10px;
    border-bottom: 1px solid #8f8f8f;
}
.collection-header-wrap h2 {
    font-size: 28px;
    margin: 0 0 5px;
}
.collection-section-left h2 {
    font-size: 24px;
    margin: 0px 0 5px;
}
.collection-header-wrap p {
    font-size: 16px;
}
.collection-section-left {
    padding-right: 0;
    padding-top: 6px;
	margin-bottom: 30px;
}
.collection-section-left p {
    font-size: 14px;
    margin: 0 0 15px;
}
.collection-card-content h3 {
    font-size: 16px;
}
.collection-explore-link {
    padding: 12px 30px;
    width: fit-content;
}
	
/* collection page ends */
	
/* single collections page start */
	
.collection-gallery-header {
    text-align: center;
    margin-bottom: 30px;
}
.collection-gallery-header h2 {
    font-size: 24px;
}
.single-collection-content p {
    font-size: 14px;
}
.masonry-grid {
    columns: 1;
}
.masonry-item {
    margin-bottom: 30px;
}
.gallery-img-wrap img {
    display: block;
    width: 100%;
    height: 250px;
}
	
/* single collections page ends */
	
/* daily news page start */
	
.inner-news-head {
    margin-bottom: 30px;
}
.inner-news-head h2 {
    font-size: 26px;
}
.inner-news-image img {
    width: 100%;
    height: 250px;
}
.side-inner-news-image img {
    width: 100%;
    height: 250px;
}
.all-inner-news-image img {
    width: 100%;
    height: 250px;
}
.inner-news-content h3 {
    font-size: 22px;
}
.side-inner-news-content h4, .all-inner-news-content h3 {
    font-size: 20px;
}
.inner-news-content p, .side-inner-news-content p, .all-inner-news-content p {
    font-size: 14px;
}
.inner-news-card, .side-inner-news-card, .all-inner-news-card {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    flex-direction: column;
}
.side-inner-news-card {
    display: flex;
    gap: 20px;
}
	
/* daily news page ends */
	
/* single daily news page start */

.single-news-title {
    font-size: 22px;
}
.single-news-image img {
    width: 100%;
    height: 250px;
}
.single-news-content p {
    margin-bottom: 20px;
    font-size: 14px;
}
.single-news-sidebar {
    display: none !important;
}
.more-news-wrap {
    display: block !important;
}
.more-news-header h3 {
    font-size: 22px;
}
.news-card-overlay h4 {
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 1.3;
    margin: 0 0 6px;
    letter-spacing: 2px;
}



/* single daily news page ends */
	
}

@media only screen and (min-width: 577px) and (max-width: 630.5px) {
    .gallery-masonry-grid {
        position: relative;
        z-index: 2;
        column-count: 1 !important;
        column-gap: 18px;
    }
	.sales-list-col.col-sm-6 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

@media only screen and (min-width: 577px) and (max-width: 767.5px) {

/* home page start */

/* header section start */

.header-wrapper {
    width: 100%;
    top: 0;
    padding: 10px 0;
    border-radius: 0;;
}

.header-contact-col {
    display: none;
}
.header-logo-col img {
    width: fit-content;
    height: 38px;
    object-fit: contain;
}
.f-nav .header-logo-col img {
    width: fit-content;
    height: 34px;
    object-fit: contain;
}

.header-menu-col {
    display: flex;
    justify-content: flex-end;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #f8faf9;
    width: 260px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    color: #EBCEAA !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: 35px;
    padding: 12px 10px !important;
    font-size: 16px;
    font-weight: 700 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link .menu-defualt-text {
    transform: translateY(0);
    display: block;
    text-align: left;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link .menu-hover-text {
    transform: translateY(100%);
    opacity: 0;
    text-align: left;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #325836 !important;
    background-color: #f8faf9 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #325836 !important;
    background-color: #f8faf9 !important;
}
#mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close {
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #ffffff !important;
    background-color: #EBCEAA !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: #253a27a6 !important;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background: #ffffff00 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background-color: #f6f8f7 !important;
    color: #495057 !important;
    height: unset !important;
    line-height: 1 !important;
    padding: 10px 20px !important;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
    transition: none;
    line-height: 1 !important;
    font-size: 16px !important;
    display: block;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: #f6f8f7 !important;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    color: #468956 !important;
}

/* header section ends */

/* banner section start */

.banner-section {
    height: 100vh;
    max-height: 700px;
}
.banner-section .banner-heading {
    width: 85%;
}
.banner-section .banner-heading h1 {
    font-size: 40px;
}
.banner-section .banner-card-img {
    width: 120px;
}
.banner-section .banner-cards {
    gap: 20px;
}
.banner-section .banner-card {
    width: calc(50% - 30px);
}
.banner-section .banner-card-img {
    width: 100%;
    max-width: 200px;
}
.banner-section .banner-card-img img {
    width: 100%;
    height: 90px;
}
.common-card-btn {
    width: 150px;
    height: 30px;
}
.common-arrow1, .common-arrow2 {
    width: 35px;
    height: 30px;
    font-size: 12px;
}
.common-btn-text {
    width: 100px;
    height: 30px;
    font-size: 12px;
}

/* banner section ends */

/* about us section start */

.about-us-wrap {
    background-color: #F8FAF9;
    padding: 50px 0px 50px;
}
.about-left-col {
    margin-bottom: 30px;
}
.about-brand-left, .about-brand-right {
    font-size: 30px;
}
.about-left-text {
    font-size: 22px;
}
.about-center-col {
    margin-bottom: 30px;
}
.about-project-image img {
    width: 100%;
    height: 450px;
}
.about-right-content p {
    font-size: 16px;
}

/* about us section ends */

/* collection section start */

.collection-wrap {
    padding: 50px 0;
}
.collection-tag {
    font-size: 14px;
}
img.tag-icon {
    width: fit-content;
    height: 18px;
}
.collection-heading {
    font-size: 30px;
}
.collection-item-wrapper {
    margin: 0 auto 15px;
}
.collection-title {
    font-size: 26px;
}
.collection-item-wrapper:hover .collection-img {
    height: 50px;
    width: clamp(80px, 12vw, 140px);
}
img.collection-top-right {
    width: fit-content;
    height: 200px;
}

img.collection-top-left {
    width: fit-content;
    height: 250px;
}

/* collection section ends */

/* impact section start */

.impact-wrap {
    position: relative;
    height: calc(100vh + 20px);
    max-height: 400px;
}

/* impact section ends */

/* project section start */

.projects-wrap {
    padding: 50px 0 0 0;
}
.projects-header-row {
    flex-direction: column;
}
.projects-heading {
    font-size: 26px;
}
.projects-description {
    font-size: 14px;
}
.project-card {
    flex: 0 0 70%;
}
.project-image {
    width: 100%;
    height: 300px;
}
.project-tag {
    font-size: 14px;
}
.project-info h3 {
    font-size: 18px;
}

/* project section ends */

/* our approach section start */

.our-approach-inner {
    display: flex;
    min-height: unset !important;
    flex-direction: column;
}
.our-approach-content {
    width: 100%;
    padding: 50px 30px 20px 8%;
    margin-bottom: 30px;
}
.our-approach-image {
    width: 100%;
}
.approach-img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
    display: block;
}
.approach-items-wrap {
    gap: 15px;
    margin-bottom: 30px;
}
.approach-title {
    font-size: 20px;
}
.approach-desc p {
    font-size: 16px;
    line-height: 1.5;
    color: #080B1A;
}
.marquee-text {
    margin-right: 40px;
    font-size: 14px;
}
.marquee-spacer img {
    height: 22px;
}

/* our approach section ends */

/* testimonial section start */

.testimonial-wrap {
    padding: 60px 0;
}
.testimonial-header {
    margin: 0px auto 30px;
}
.testimonial-title {
    margin-bottom: 10px;
    font-size: 30px;
}
.testimonial-subtitle {
    font-size: 16px;
}
img.quote-icon {
    width: fit-content;
    height: 30px;
}
.testimonial-text {
    font-size: 20px;
}
.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.author-name {
    font-size: 18px;
}
.test-arrow {
    font-size: 18px;
}
.author-img {
    width: 30px;
    height: 30px;
}

img.testimonial-img {
    display: none !important;
}
	
/* testimonial section ends */

/* instagram section start */

.instagram-header-row {
    align-items: flex-start;
    gap: 20px;
    flex-direction: column-reverse;
}
.instagram-heading {
    font-size: 30px;
}
.instagram-social a {
    width: 35px;
    height: 35px;
    font-size: 16px;
}
.instagram-wrap .projects-header-row {
    align-items: flex-start;
}
.carousel-container {
    margin-top: 20px;
}
.instagram-image {
    position: relative;
    width: 100%;
    height: 370px;
}
.drag-cursor {
    width: 70px;
    height: 70px;
    font-size: 12px;
}
.instagram-card {
    flex: 0 0 55%;
    position: relative;
}

/* instagram section ends */
	
/* sales banner section start */
	
.sales-row {
    flex-direction: column;
}
.sales-col-left {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
}
.sales-content-wrap {
    gap: 20px;
    padding: 20px 30px;
}
.sales-prefix {
    font-size: 16px;
}
.sales-percent {
    font-size: 46px;
}
.sales-title {
    font-size: 28px;
}
.sales-text {
    font-size: 14px;
}
.sales-col-right {
    flex: 1;
    position: relative;
}
.sales-col-right::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 120px;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(180deg, rgba(223, 195, 160, 1) 6%, rgba(223, 195, 160, 1) 19%, rgb(223 195 160 / 0%) 72%, rgba(223, 195, 160, 0) 100%);
}
.sales-image-wrap::after {
	display: none !important;
}
.sales-image-wrap {
    width: 100%;
    height: 280px;
}
.sales-image-mask {
    width: 100%;
    height: 280px;
}
.sales-image-inner {
    width: 100%;
    height: 280px;
}
.sales-image {
    width: 100%;
    height: 280px;
}
.sales-pagination .dot {
    height: 10px;
    width: 20px;
}
	
/* sales banner section ends */
	
/* sales list section start */
	
.sales-list-heading {
    font-size: 30px;
}
.sales-list-heading br {
    display: none !important;
}
.sales-list-img {
    width: 100%;
    height: 250px;
}
.badge-from {
    margin-bottom: 5px;
}
.badge-price {
    font-size: 20px;
}
.badge-currency {
    font-size: 16px;
}
.sales-list-info {
    padding: 20px;
}
.sales-list-title {
    font-size: 20px;
}
.sales-list-excerpt p {
    font-size: 14px;
}
	
/* sales list section ends */
	
/* daily news section start */
	
.dns-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    gap: 15px;
}
.dns-heading {
    font-size: 30px;
}
.dns-arrow {
    width: 30px;
    height: 30px;
    font-size: 16px;
}
.dns-counter {
    font-size: 16px;
}
.daily-news-card {
    border-radius: 15px;
}
.daily-news-image {
    height: 250px;
}
.daily-news-card::after {
	display: none !important;
}
.daily-news-overlay {
    position: unset;
    transform: unset;
    padding: 20px;
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.daily-news-post-title {
    margin: 0;
    font-size: 22px;
}
.daily-news-excerpt {
    margin: 0;
    font-size: 14px;
    color: #343a40;
	display: none !important;
}
	
/* daily news section ends */

/* footer section start */

.footer-wrap {
    padding: 40px 0 20px;
}
.top-footer-bar-row{
    display:flex;
    flex-wrap:wrap;
}
.footer-logo-col{
    order:-1;
    width:100%;
}
.footer-logo-col {
    justify-content: flex-start;
    margin-bottom: 20px;
}
.top-footer-logo {
    align-items: flex-start;
}
.top-footer-logo img {
    width: fit-content;
    height: 50px;
}
h6.brand-name {
    font-size: 14px;
}
.cop-col p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.crafted-col p, .crafted-col a {
    text-align: center;
    font-size: 14px;
}
.footer-top-wrap {
    padding-bottom: 10px;
    border-bottom: 1px solid #253A27;
    margin-bottom: 20px;
}
.footer-delails-col{
    width:100%;
}
.footer-details-wrap {
    gap: 40px;
}
.footer-divider {
    display: none;
}
a.footer-top-email {
    display: none;
}
.top-footer-left h2 {
    font-size: 26px;
    line-height: 1;
    margin: 0;
}
.footer-item {
    margin-bottom: 20px;
}
.footer-item h4 {
    font-size: 18px;
}
.footer-item a, .footer-item p {
    gap: 10px;
    font-size: 14px;
}
.footer-item i {
    font-size: 18px;
}	
.elba-contact-popup {
    width: 80%;
    border-radius: 15px;
}
.elba-popup-image-col {
    display: none !important;
}
.elba-popup-close {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 12px;
}
.elba-popup-form {
    padding: 40px 0 0;
}
.elba-popup-form h3 {
    font-size: 22px;
}
.elba-popup-form .wpcf7-form textarea {
    height: 120px;
    resize: none;
}
.elba-popup-form .wpcf7-form input[type="submit"], .elba-popup-form .wpcf7-form .wpcf7-submit {
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 500;
}

/* home page ends */

/* inner banner section start */

.inner-header-banner {
    height: 400px;
}
#breadcrumbs span {
    gap: 5px 15px;
}
.inner-header-banner h4 {
    font-size: 22px;
}
#breadcrumbs {
    font-size: 12px;
}
#breadcrumbs img {
    width: 15px;
    height: auto;
    object-fit: contain;
}
.inner-header-banner::before {
    background: linear-gradient(0deg, rgb(0 0 0 / 47%) 7%, rgb(0 0 0 / 39%) 58%, rgb(0 0 0 / 0%) 100%);
}

/* inner banner section ends */

/* about us page start */

.inner-about-us-wrap {
    padding: 60px 0;
}
.inner-about-content {
    padding-bottom: 40px;
    padding-right: 0;
}
.inner-about-content h2 {
    font-size: 30px;
}
.inner-about-desc p {
    font-size: 14px;
}
.inner-about-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}
.inner-our-approach-wrap {
    padding: 50px 0;
}
.inner-approach-header {
    margin: 0 auto 30px;
}
.inner-approach-heading {
    margin-bottom: 10px;
    font-size: 30px;
}
.inner-approach-subtext {
    font-size: 14px;
}
.inner-approach-col {
    margin-bottom: 20px;
}
.inner-approach-title {
    font-size: 18px;
}
.inner-approach-desc p {
    font-size: 14px;
    line-height: 1.5;
}

/* about us page ends */

/* collection page start */

.inner-collection-wrap {
    padding: 50px 0;
}
.inner-collection-header h2 {
    margin-bottom: 10px;
    font-size: 26px;
}
.collection-image-card {
    padding: 10px;
    border-radius: 20px;
}
.collection-card-image {
    border-radius: 13px;
    margin-bottom: 20px;
    aspect-ratio: unset !important;
}
.collection-card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.collection-card-content h4 {
    font-size: 18px;
}
.collection-card-content p {
    font-size: 12px;
    margin-bottom: 15px;
}

/* collection page ends */

/* single project page start */

.single-project-content {
    padding: 0;
}
.single-project-content p {
    font-size: 14px;
}
.project-gallery-wrap {
    padding: 50px 0;
}
.project-gallery-header {
    margin-bottom: 30px;
}
.project-gallery-header h2 {
    font-size: 26px;
}
.project-gallery {
    column-count: 2;
    column-gap: 15px;
}
.project-gallery-item {
    break-inside: avoid;
    margin-bottom: 15px;
    border-radius: 8px;
}
.project-gallery-item img {
    width: 100%;
    height: auto;
    min-height: 90px;
}
.project-gallery-item a::before {
    bottom: 10px;
    right: 10px;
    font-size: 16px;
}

/* single project page start */

/* contact us page start */

.contact-form-box {
    padding: 15px;
    margin-bottom: 30px;
}
.contact-form-box h6 {
    font-size: 18px;
}
.contact-form-box h2 {
    font-size: 30px;
    margin-bottom: 25px;
}
.contact-form-box label {
    font-size: 14px;
    margin-bottom: 10px;
}
.contact-form-box .wpcf7-form-control {
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: 15px;
}
.contact-info-box {
    padding: 15px;
    border: 2px solid #d8bd9c;
    border-radius: 15px;
}
.contact-info-box-title {
    font-size: 26px;
}
.contact-info-box-para {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.info-item p {
    font-size: 14px;
}
.contact-map p {
    margin: 0;
}

/* contact us page ends */
	
/* inner services page start */

.inner-services-head {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
}
.inner-services-head h2 {
    font-size: 26px;
}
.inner-services-head-right {
    padding-top: 20px;
    border-top: 1px solid rgba(37,58,39,.12);
    padding-left: 0;
    border-left: none;
    flex-flow: column;
    align-items: flex-start;
}
.inner-services-icon {
    width: 50px;
    height: 50px;
}
.inner-services-icon i {
    font-size: 16px;
}
.inner-services-head-right p {
    font-size: 16px;
}
.inner-service-number {
    font-size: 40px;
    margin-bottom: 20px;
    color: rgb(37 58 39 / 53%);
}
.inner-service-card {
    padding: 20px;
}
.inner-service-image img {
    width: 100%;
    height: 250px;
}
.inner-service-content-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
}
.inner-service-content h3 {
    font-size: 20px;
}
.inner-service-content p {
    font-size: 14px;
    line-height: 1.5;
}
.inner-services-cta-image img {
    width: 100%;
    height: 200px;
}
.inner-services-cta-content {
    margin-top: 20px;
}
.inner-services-cta-content h3 {
    font-size: 20px;
}
.inner-services-cta-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    margin: 0;
}
.common-card-btn.inner-services-btn {
    width: 170px;
}
.inner-services-btn .common-btn-text {
    width: 110px;
}
	
/* inner services page ends */	
	
/* single services page start */

.single-service-image {
    border-radius: 13px;
    margin-bottom: 30px;
}
.single-service-image img {
    min-height: 250px;
    max-height: 300px;
}
.service-section-tag {
    font-size: 12px;
}
.single-service-title {
    font-size: 28px;
}
.single-service-content p {
    font-size: 14px;
}
.single-service-content {
    margin-bottom: 10px;
}
.single-process-steps {
    flex-direction: column;
    gap: 30px;
    padding-top: 0px;
}
.process-section-title {
    font-size: 28px;
}
.process-step-image {
    width: 60px;
    height: 60px;
}
.process-step-image img {
    width: 35px;
    height: 35px;
}
.process-step-title {
    font-size: 16px;
}
.single-service-sidebar.fade-right {
    margin-top: 30px;
}
.single-service-sidebar-inner {
    background: #ded2c1;
    border-radius: 15px;
}
.sidebar-service-thumb {
    width: 150px;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}
.sidebar-service-item {
    padding: 10px 0;
    border-bottom: 1px solid #bfbfbf;
}
.sidebar-services-title {
    font-size: 24px;
}
.sidebar-service-number {
    font-size: 24px;
}
.sidebar-service-name {
    font-size: 20px;
}
.sidebar-view-all {
    margin-top: 20px;
    padding: 12px 16px;
    font-size: 14px;
}
.sidebar-view-all i {
    font-size: 15px;
}
	
/* single services page ends */
	
/* gallery page start */
	
.gallery-head h2 {
    margin: 0;
    font-size: 26px;
}
.gallery-head p {
    font-size: 14px;
}
.gallery-filter-wrap {
    margin-bottom: 40px;
}
.gallery-item-inner img {
    width: 100%;
    height: auto;
    min-height: 180px;
}
.gallery-item-title h3 {
    font-size: 14px;
}
.desktop-gallery-filter{
    display:none !important;
}

.mobile-gallery-dropdown {
    display: block !important;
    width: 100% !important;
    max-width: 300px;
    position: relative !important;
}

.mobile-gallery-dropdown::after{
    content:'';
    width:8px;
    height:8px;
    border-right:2px solid #253A27;
    border-bottom:2px solid #253A27;
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-60%) rotate(45deg);
    pointer-events:none;
    z-index:2;
}

.mobile-gallery-dropdown select {
    width: 100% !important;
    height: unset!important;
    padding: 13px 50px 13px 20px !important;
    border: 1px solid rgba(37,58,39,.14) !important;
    border-radius: 16px !important;
    background: #f7f7f5 !important;
    color: #253A27 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: .04em !important;
    outline: none !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    box-shadow: none !important;
    transition: border-color .25s ease, background .25s ease !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
	
.mobile-gallery-dropdown option {
    font-size: 14px;
    padding: 15px 20px;
    color: #253a27;
    line-height: 1;
    display: block;
    background: #ffffff;
    width: 88vw !important;
}

.mobile-gallery-dropdown select:focus{
    border-color:#253A27 !important;
    background:#ffffff !important;
}

.mobile-gallery-dropdown select::-ms-expand{
    display:none;
}
.gallery-masonry-grid {
    position: relative;
    z-index: 2;
    column-count: 2;
    column-gap: 18px;
}
	
/* gallery page ends */
	
/* testimonial page start */
	
.inner-testimonial-title {
    font-size: 26px;
}
.inner-testimonial-subtitle {
    font-size: 14px;
}
.inner-testimonial-card {
    background: #eeeeee;
    padding: 20px;
}
.inner-testimonial-quote-icon img {
    width: 50px;
    margin-bottom: 15px;
}
.inner-testimonial-text p {
    font-size: 16px;
}
.inner-testimonial-footer {
    border-top: 1px solid #ebceaa;
    padding-top: 15px;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.inner-author-img {
    width: 40px;
    height: 40px;
}
.inner-author-name {
    font-size: 16px;
}
.common-card-btn.inner-testimonial-readmore {
    margin: 0;
}
.modal-title {
    font-size: 16px;
}
.inner-modal-img {
    width: 40px;
    height: 40px;
}
.inner-modal-text {
    font-size: 14px;
}
	
/* testimonial page ends */
	
/* collection page start */

#breadcrumbs .breadcrumb_last {
    display: inline;
    font-size: 14px;
}
.collection-header-wrap {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bfbfbf;
}
.collection-section {
    padding: 30px 0 10px;
    border-bottom: 1px solid #8f8f8f;
}
.collection-header-wrap h2 {
    font-size: 24px;
    margin: 0 0 5px;
}
.collection-section-left h2 {
    font-size: 20px;
    margin: 0px 0 5px;
}
.collection-header-wrap p {
    font-size: 14px;
}
.collection-section-left {
    padding-right: 0;
    padding-top: 6px;
	margin-bottom: 30px;
}
.collection-section-left p {
    font-size: 14px;
    margin: 0 0 15px;
}
.collection-explore-link {
    padding: 12px 30px;
    width: fit-content;
}
.collection-card-content h3 {
    font-size: 16px;
}
	
/* collection page ends */
	
/* single collections page start */
	
.collection-gallery-header {
    text-align: center;
    margin-bottom: 30px;
}
.collection-gallery-header h2 {
    font-size: 24px;
}
.single-collection-content p {
    font-size: 14px;
}
.masonry-grid {
    columns: 1;
}
.masonry-item {
    margin-bottom: 30px;
}
.gallery-img-wrap img {
    display: block;
    width: 100%;
    height: 250px;
}
	
/* single collections page ends */
	
/* daily news page start */
	
.inner-news-head {
    margin-bottom: 30px;
}
.inner-news-head h2 {
    font-size: 26px;
}
.inner-news-image img {
    width: 100%;
    height: 300px;
}
.side-inner-news-image img {
    width: 100%;
    height: 250px;
}
.all-inner-news-image img {
    width: 100%;
    height: 250px;
}
.inner-news-content h3 {
    font-size: 24px;
    letter-spacing: 1px;
}
.side-inner-news-content h4, .all-inner-news-content h3 {
    font-size: 18px;
    letter-spacing: 1px;
}
.inner-news-content p, .side-inner-news-content p, .all-inner-news-content p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
.inner-news-card, .side-inner-news-card, .all-inner-news-card {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    flex-direction: column;
}
.side-inner-news-card, .all-inner-news-card {
    display: flex;
    gap: 20px;
    flex-direction: row !important;
}
.all-inner-news-image {
    margin-bottom: 0px;
    height: 100%;
    flex: 0 0 48%;
}
.all-inner-news-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 0%;
}
.inner-news-block:last-child {
    margin-bottom: 30px;
}
	
/* daily news page ends */
	
/* single daily news page start */

.single-news-title {
    font-size: 26px;
}
.single-news-image img {
    width: 100%;
    min-height: 250px;
    height: 100%;
    max-height: 300px;
}
.single-news-content p {
    margin-bottom: 20px;
    font-size: 14px;
}
.single-news-sidebar {
    display: none !important;
}
.more-news-wrap {
    display: block !important;
}
.news-card-image {
    border-radius: 18px;;
    height: 300px;
}
.more-news-header h3 {
    font-size: 22px;
}
.news-card-overlay .news-card-date {
    font-size: 14px;
    color: rgb(255 255 255 / 77%);
}
.news-card-overlay h4 {
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 1.3;
    margin: 0 0 6px;
    letter-spacing: 2px;
}



/* single daily news page ends */
	
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

/* home page start */

/* header section start */

.header-wrapper {
    width: 100%;
    top: 0;
    padding: 10px 0;
    border-radius: 0;;
}

.header-contact-col {
    display: none;
}
.header-logo-col img {
    width: fit-content;
    height: 40px;
    object-fit: contain;
}
.f-nav .header-logo-col img {
    width: fit-content;
    height: 35px;
    object-fit: contain;
}

.header-menu-col {
    display: flex;
    justify-content: flex-end;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #f8faf9;
    width: 260px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    color: #EBCEAA !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: 35px;
    padding: 12px 10px !important;
    font-size: 16px;
    font-weight: 700 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link .menu-defualt-text {
    transform: translateY(0);
    display: block;
    text-align: left;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link .menu-hover-text {
    transform: translateY(100%);
    opacity: 0;
    text-align: left;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #325836 !important;
    background-color: #f8faf9 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #325836 !important;
    background-color: #f8faf9 !important;
}
#mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close {
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #ffffff !important;
    background-color: #EBCEAA !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: #253a27a6 !important;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background: #ffffff00 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background-color: #f6f8f7 !important;
    color: #495057 !important;
    height: unset !important;
    line-height: 1 !important;
    padding: 10px 20px !important;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
    transition: none;
    line-height: 1 !important;
    font-size: 16px !important;
    display: block;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: #f6f8f7 !important;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    color: #468956 !important;
}

/* header section ends */

/* banner section start */

.banner-section {
    height: 100vh;
    max-height: 700px;
}
.banner-section .banner-heading {
    width: 85%;
}
.banner-section .banner-heading h1 {
    font-size: 46px;
}
.banner-section .banner-card-img {
    width: 140px;
}
.banner-section .banner-cards {
    gap: 20px;
}
.banner-section .banner-card {
    width: calc(50% - 30px);
}
.banner-section .banner-card-img {
    width: 100%;
    max-width: 200px;
}
.banner-section .banner-card-img img {
    width: 100%;
    height: 110px;
}

/* banner section ends */

/* about us section start */

.about-us-wrap {
    background-color: #F8FAF9;
    padding: 50px 0px 50px;
}
.about-left-col {
    margin-bottom: 30px;
}
.about-brand-left, .about-brand-right {
    font-size: 36px;
}
.about-left-text {
    font-size: 28px;
}
.about-center-col {
    margin-bottom: 30px;
}
.about-project-image img {
    width: 100%;
    height: 450px;
}
.about-right-content p {
    font-size: 18px;
}

/* about us section ends */

/* collection section start */

.collection-wrap {
    padding: 50px 0;
}
.collection-tag {
    font-size: 16px;
    align-items: flex-end;
    line-height: 1;
}
img.tag-icon {
    width: fit-content;
    height: 20px;
}
.collection-item-wrapper {
    margin: 0 auto 15px;
}
.collection-title {
    font-size: 30px;
}
.collection-item-wrapper:hover .collection-img {
    height: 70px;
    width: clamp(100px, 12vw, 140px);
}
img.collection-top-right {
    width: fit-content;
    height: 230px;
}

img.collection-top-left {
    width: fit-content;
    height: 280px;
}

/* collection section ends */

/* impact section start */

.impact-wrap {
    position: relative;
    height: calc(100vh + 20px);
    max-height: 500px;
}

/* impact section ends */

/* project section start */

.projects-wrap {
    padding: 60px 0 0 0;
}
.projects-header-row {
    flex-direction: column;
}
.projects-heading {
    font-size: 26px;
}
.projects-description {
    font-size: 14px;
}
.project-card {
    flex: 0 0 70%;
}
.project-image {
    width: 100%;
    height: 300px;
}
.project-tag {
    font-size: 14px;
}
.project-info h3 {
    font-size: 18px;
}

/* project section ends */

/* our approach section start */

.our-approach-inner {
    display: flex;
    min-height: unset !important;
    flex-direction: column;
}
.our-approach-content {
    width: 100%;
    padding: 50px 30px 20px 8%;
    margin-bottom: 30px;
}
.our-approach-image {
    width: 100%;
}
.approach-img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
    display: block;
}
.approach-items-wrap {
    gap: 15px;
    margin-bottom: 30px;
}
.marquee-text {
    margin-right: 40px;
    font-size: 14px;
}
.marquee-spacer img {
    height: 22px;
}

/* our approach section ends */

/* testimonial section start */

.testimonial-wrap {
    padding: 200px 0 180px;
}
.testimonial-header {
    margin: 0px auto 30px;
}
.testimonial-title {
    margin-bottom: 10px;
    font-size: 36px;
}
img.quote-icon {
    width: fit-content;
    height: 30px;
}
.testimonial-text {
    font-size: 20px;
}
.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.author-name {
    font-size: 18px;
}
.test-arrow {
    font-size: 22px;
}
.img-tl {
    left: 12%;
	top: 40px;
    width: clamp(130px, 12vw, 150px);
    height: clamp(130px, 12vw, 150px);
}

.img-tr {
    top: 40px;
    right: 6%;
    width: clamp(130px, 12vw, 150px);
    height: clamp(130px, 12vw, 150px);
}

.img-bl {
    bottom: 120px;
    left: 6%;
	 bottom: 20px;
    width: clamp(140px, 14vw, 180px);
    height: clamp(140px, 14vw, 180px);
}

.img-br {
    bottom: 20px;
    right: 13%;
    width: clamp(140px, 14vw, 180px);
    height: clamp(140px, 14vw, 180px);
}

/* testimonial section ends */

/* instagram section start */

.instagram-heading {
    font-size: 36px;
}
.instagram-social a {
    width: 35px;
    height: 35px;
    font-size: 16px;
}
.instagram-wrap .projects-header-row {
    align-items: flex-start;
}
.carousel-container {
    margin-top: 20px;
}
.instagram-image {
    position: relative;
    width: 100%;
    height: 440px;
}
.drag-cursor {
    width: 70px;
    height: 70px;
    font-size: 12px;
}
.instagram-card {
    flex: 0 0 45%;
    position: relative;
}

/* instagram section ends */
	
/* sales banner section start */
	
.sales-row {
    flex-direction: row;
}
.sales-col-left {
    display: flex;
    flex: 0 0 40.33%;
    width: 40.33%;
}
.sales-content-wrap {
    gap: 20px;
    padding: 20px 30px;
}
.sales-prefix {
    font-size: 18px;
}
.sales-percent {
    font-size: 50px;
}
.sales-title {
    font-size: 30px;
}
.sales-col-right {
    flex: 1;
    position: relative;
}
.sales-col-right::after {
    content: "";
    position: absolute;
    top: 0px;
    left: -25px;
    width: 160px;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(90deg, rgb(223 195 160) 12%, rgb(223 195 160) 24%, rgb(223 195 160 / 49%) 72%, rgb(223 195 160 / 0%) 100%);
}
.sales-image-wrap::after {
	display: none !important;
}
.sales-image-wrap {
    width: 100%;
    height: 380px;
}
.sales-image-mask {
    width: 100%;
    height: 380px;
}
.sales-image-inner {
    width: 100%;
    height: 380px;
}
.sales-image {
    width: 100%;
    height: 380px;
}
.sales-pagination .dot {
    height: 10px;
    width: 20px;
}
	
/* sales banner section ends */
	
/* sales list section start */
	
.sales-list-heading {
    font-size: 36px;
}
.sales-list-img {
    width: 100%;
    height: 250px;
}
.badge-from {
    margin-bottom: 5px;
}
.badge-price {
    font-size: 20px;
}
.badge-currency {
    font-size: 16px;
}
.sales-list-info {
    padding: 20px;
}
.sales-list-title {
    font-size: 20px;
}
.sales-list-excerpt p {
    font-size: 14px;
}
	
/* sales list section ends */
	
/* daily news section start */
	
.dns-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    gap: 15px;
}
.dns-heading {
    font-size: 36px;
}
.dns-arrow {
    width: 35px;
    height: 35px;
    font-size: 16px;
}
.dns-counter {
    font-size: 20px;
}
.daily-news-card {
    border-radius: 15px;
}
.daily-news-image {
    height: 400px;
}
.daily-news-overlay {
    right: 20px;
    padding: 20px;
    width: 50%;
    height: calc(100% - 40px);
    border-radius: 12px;
}
.daily-news-post-title {
    margin: 0;
    font-size: 20px;
}
.daily-news-post-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.daily-news-excerpt {
    margin: 0;
    font-size: 14px;
    color: #343a40;
}
	
/* daily news section ends */

/* footer section start */

.footer-wrap {
    padding: 40px 0 20px;
}
.top-footer-bar-row{
    display:flex;
    flex-wrap:wrap;
}
.footer-logo-col{
    order:-1;
    width:100%;
}
.footer-logo-col {
    justify-content: flex-start;
    margin-bottom: 20px;
}
.top-footer-logo {
    align-items: flex-start;
}
.top-footer-logo img {
    width: fit-content;
    height: 50px;
}
h6.brand-name {
    font-size: 14px;
}
.cop-col p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.crafted-col p, .crafted-col a {
    text-align: center;
    font-size: 14px;
}
.footer-top-wrap {
    padding-bottom: 10px;
    border-bottom: 1px solid #253A27;
    margin-bottom: 20px;
}
.footer-delails-col{
    width:100%;
}
.footer-details-wrap {
    gap: 40px;
}
.footer-divider {
    display: none;
}
a.footer-top-email {
    display: none;
}
.top-footer-left h2 {
    font-size: 26px;
    line-height: 1;
    margin: 0;
}
.footer-item {
    margin-bottom: 20px;
}
.footer-item h4 {
    font-size: 18px;
}
.footer-item a, .footer-item p {
    gap: 10px;
    font-size: 14px;
}
.footer-item i {
    font-size: 18px;
}	
.elba-contact-popup {
    width: 80%;
    border-radius: 15px;
}
.elba-popup-close {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 12px;
}
.elba-popup-form {
    padding: 40px 0 0;
}
.elba-popup-form h3 {
    font-size: 22px;
}
.elba-popup-form .wpcf7-form textarea {
    height: 120px;
    resize: none;
}
.elba-popup-form .wpcf7-form input[type="submit"], .elba-popup-form .wpcf7-form .wpcf7-submit {
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 500;
}

/* home page ends */

/* inner banner section start */

.inner-header-banner {
    height: 400px;
}
#breadcrumbs span {
    gap: 5px 15px;
}
.inner-header-banner h4 {
    font-size: 22px;
}
#breadcrumbs {
    font-size: 12px;
}
#breadcrumbs img {
    width: 15px;
    height: auto;
    object-fit: contain;
}
.inner-header-banner::before {
    background: linear-gradient(0deg, rgb(0 0 0 / 47%) 7%, rgb(0 0 0 / 39%) 58%, rgb(0 0 0 / 0%) 100%);
}

/* inner banner section ends */

/* about us page start */

.inner-about-content {
    padding-bottom: 40px;
    padding-right: 0;
}
.inner-about-content h2 {
    font-size: 36px;
}
.inner-about-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}
.inner-our-approach-wrap {
    padding: 60px 0;
}
.inner-approach-header {
    margin: 0 auto 30px;
}
.inner-approach-heading {
    margin-bottom: 10px;
    font-size: 36px;
}
.row.inner-our-approach-cards {
    justify-content: center;
}
.inner-approach-col {
    margin-bottom: 20px;
}

/* about us page ends */

/* collection page start */

.inner-collection-wrap {
    padding: 50px 0;
}
.inner-collection-header h2 {
    margin-bottom: 10px;
    font-size: 26px;
}
.collection-image-card {
    padding: 10px;
    border-radius: 20px;
}
.collection-card-image {
    border-radius: 13px;
    margin-bottom: 20px;
    aspect-ratio: unset !important;
}
.collection-card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.collection-card-content h4 {
    font-size: 18px;
}
.collection-card-content p {
    font-size: 12px;
    margin-bottom: 15px;
}

/* collection page ends */

/* single project page start */

.single-project-content {
    padding: 0;
}
.single-project-content p {
    font-size: 14px;
}
.project-gallery-wrap {
    padding: 50px 0;
}
.project-gallery-header {
    margin-bottom: 30px;
}
.project-gallery-header h2 {
    font-size: 26px;
}
.project-gallery {
    column-count: 2;
    column-gap: 15px;
}
.project-gallery-item {
    break-inside: avoid;
    margin-bottom: 15px;
    border-radius: 8px;
}
.project-gallery-item img {
    width: 100%;
    height: auto;
    min-height: 90px;
}
.project-gallery-item a::before {
    bottom: 10px;
    right: 10px;
    font-size: 16px;
}

/* single project page start */

/* contact us page start */

.contact-form-box {
    padding: 15px;
}
.contact-form-box h6 {
    font-size: 18px;
}
.contact-form-box h2 {
    font-size: 30px;
    margin-bottom: 25px;
}
.contact-form-box label {
    font-size: 14px;
    margin-bottom: 10px;
}
.contact-form-box .wpcf7-form-control {
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: 15px;
}
.contact-info-box {
    padding: 15px;
    border: 2px solid #d8bd9c;
    border-radius: 15px;
}
.contact-info-box-title {
    font-size: 30px;
}
.contact-info-box-para {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.info-item p {
    font-size: 14px;
}
.contact-map p {
    margin: 0;
}
.info-item {
    margin-bottom: 10px;
}
.contact-map iframe {
    width: 100%;
    height: 230px;
}

/* contact us page ends */
	
/* inner services page start */

.inner-services-head {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
}
.inner-services-head h2 {
    font-size: 30px;
}
.inner-services-head-right {
    padding-top: 20px;
    border-top: 1px solid rgba(37,58,39,.12);
    padding-left: 0;
    border-left: none;
    flex-flow: column;
    align-items: flex-start;
}
.inner-services-icon {
    width: 65px;
    height: 65px;
}
.inner-services-icon i {
    font-size: 20px;
}
.inner-services-head-right p {
    font-size: 20px;
}
.inner-service-number {
    font-size: 54px;
    color: rgb(37 58 39 / 53%);
}
.inner-service-card {
    padding: 20px;
}
.inner-service-image img {
    width: 100%;
    height: 260px;
}
.inner-service-content-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
.inner-service-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
.inner-service-content p {
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inner-services-cta-image img {
    width: 100%;
    height: 200px;
}
.inner-services-cta-content {
    margin-top: 20px;
}
.inner-services-cta-content h3 {
    font-size: 24px;
}
.inner-services-cta-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    margin: 0;
}
.common-card-btn.inner-services-btn {
    width: 170px;
}
.inner-services-btn .common-btn-text {
    width: 110px;
}
	
/* inner services page ends */	
	
/* single services page start */

.single-service-image {
    border-radius: 13px;
    margin-bottom: 30px;
}
.single-service-image img {
    min-height: 350px;
    max-height: 400px;
}
.service-section-tag {
    font-size: 14px;
}
.single-service-title {
    font-size: 30px;
}
.single-service-content p {
    font-size: 16px;
}
.single-service-content {
    margin-bottom: 10px;
}
.single-process-steps {
    flex-direction: row;
    gap: 20px;
    padding-top: 0px;
}
.process-section-title {
    font-size: 30px;
}
.process-step-image {
    width: 60px;
    height: 60px;
}
.process-step-image img {
    width: 35px;
    height: 35px;
}
.process-step-title {
    font-size: 16px;
}
.single-service-sidebar.fade-right {
    margin-top: 30px;
}
.single-service-sidebar-inner {
    background: #ded2c1;
    border-radius: 15px;
}
.sidebar-service-thumb {
    width: 220px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}
.sidebar-service-item {
    padding: 10px 0;
    border-bottom: 1px solid #bfbfbf;
}
.sidebar-services-title {
    font-size: 24px;
}
.sidebar-service-number {
    font-size: 24px;
}
.sidebar-service-name {
    font-size: 20px;
}
.sidebar-view-all {
    margin-top: 20px;
    padding: 12px 16px;
    font-size: 14px;
}
.sidebar-view-all i {
    font-size: 15px;
}
	
/* single services page ends */
	
/* gallery page start */
	
.gallery-head h2 {
    margin: 0;
    font-size: 30px;
}
.gallery-head p {
    font-size: 16px;
}
.gallery-item-title span {
    font-size: 14px;
}
.gallery-filter-wrap {
    margin-bottom: 40px;
}
.gallery-item-inner img {
    width: 100%;
    height: auto;
    min-height: 200px;
}
.desktop-gallery-filter{
    display:none !important;
}

.mobile-gallery-dropdown {
    display: block !important;
    width: 100% !important;
    max-width: 300px;
    position: relative !important;
}

.mobile-gallery-dropdown::after{
    content:'';
    width:8px;
    height:8px;
    border-right:2px solid #253A27;
    border-bottom:2px solid #253A27;
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-60%) rotate(45deg);
    pointer-events:none;
    z-index:2;
}

.mobile-gallery-dropdown select {
    width: 100% !important;
    height: unset!important;
    padding: 13px 50px 13px 20px !important;
    border: 1px solid rgba(37,58,39,.14) !important;
    border-radius: 16px !important;
    background: #f7f7f5 !important;
    color: #253A27 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: .04em !important;
    outline: none !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    box-shadow: none !important;
    transition: border-color .25s ease, background .25s ease !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
	
.mobile-gallery-dropdown option {
    font-size: 14px;
    padding: 15px 20px;
    color: #253a27;
    line-height: 1;
    display: block;
    background: #ffffff;
    width: 88vw !important;
}

.mobile-gallery-dropdown select:focus{
    border-color:#253A27 !important;
    background:#ffffff !important;
}

.mobile-gallery-dropdown select::-ms-expand{
    display:none;
}
.gallery-masonry-grid {
    position: relative;
    z-index: 2;
    column-count: 2;
    column-gap: 18px;
}
	
/* gallery page ends */
	
/* testimonial page start */
	
.inner-testimonial-title {
    font-size: 30px;
}
.inner-testimonial-subtitle {
    font-size: 16px;
}
.inner-testimonial-card {
    background: #eeeeee;
    padding: 20px;
}
.inner-testimonial-quote-icon img {
    width: 50px;
    margin-bottom: 15px;
}
.inner-testimonial-text p {
    font-size: 16px;
}
.inner-testimonial-footer {
    border-top: 1px solid #ebceaa;
    padding-top: 15px;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.inner-author-img {
    width: 40px;
    height: 40px;
}
.inner-author-name {
    font-size: 16px;
}
.common-card-btn.inner-testimonial-readmore {
    margin: 0;
}
.modal-title {
    font-size: 20px;
}
.inner-modal-text {
    font-size: 16px;
}
	
/* testimonial page ends */
	
/* collection page start */

#breadcrumbs .breadcrumb_last {
    display: inline;
    font-size: 14px;
}
.collection-header-wrap {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bfbfbf;
}
.collection-section {
    padding: 30px 0 10px;
    border-bottom: 1px solid #8f8f8f;
}
.collection-header-wrap h2 {
    font-size: 30px;
    margin: 0 0 5px;
}
.collection-section-left h2 {
    font-size: 24px;
    margin: 0px 0 5px;
}
.collection-header-wrap p {
    font-size: 18px;
}
.collection-section-left {
    padding-right: 0;
    padding-top: 6px;
	margin-bottom: 30px;
}
.collection-section-left p {
    font-size: 16px;
    margin: 0 0 15px;
}
.collection-card-content h3 {
    font-size: 16px;
}
.collection-explore-link {
    padding: 12px 30px;
    width: fit-content;
}
	
/* collection page ends */
	
/* single collections page start */
	
.collection-gallery-header {
    text-align: center;
    margin-bottom: 30px;
}
.collection-gallery-header h2 {
    font-size: 30px;
}
.single-collection-content p {
    font-size: 16px;
}
.masonry-grid {
    columns: 2;
}
.masonry-item {
    margin-bottom: 30px;
}
.gallery-img-wrap img {
    display: block;
    width: 100%;
    height: 250px;
}
	
/* single collections page ends */
	
/* daily news page start */
	
.inner-news-head {
    margin-bottom: 30px;
}
.inner-news-head h2 {
    font-size: 30px;
}
.recent-side-posts {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.side-inner-news-image img {
    width: 100%;
    height: 250px;
}
.all-inner-news-image img {
    width: 100%;
    height: 250px;
}
.inner-news-content h3 {
    font-size: 28px;
    letter-spacing: 1px;
}
.side-inner-news-content h4, .all-inner-news-content h3 {
    font-size: 20px;
    letter-spacing: 1px;
}
.inner-news-content p, .side-inner-news-content p, .all-inner-news-content p {
    font-size: 16px;
}
.inner-news-meta span {
    font-size: 14px;
}
.inner-news-card, .side-inner-news-card, .all-inner-news-card {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    flex-direction: column;
}
.side-inner-news-card {
    display: flex;
    gap: 20px;
}
	
/* daily news page ends */
	
/* single daily news page start */

.single-news-title {
    font-size: 30px;
}
.single-news-date {
    font-size: 16px;
    margin-bottom: 20px;
}
.single-news-image img {
    width: 100%;
    min-height: 350px;
    height: 100%;
    max-height: 400px;
}
.single-news-content p {
    margin-bottom: 20px;
    font-size: 16px;
}
.single-news-sidebar {
    display: none !important;
}
.more-news-wrap {
    display: block !important;
}
.more-news-header h3 {
    font-size: 26px;
}
.news-card-image {
    border-radius: 18px;;
    height: 300px;
}
.news-card-overlay {
    padding: 30px;
}
.news-card-overlay .news-card-date {
    font-size: 14px;
    color: rgb(255 255 255 / 77%);
}
.news-card-overlay h4 {
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 1.3;
    margin: 0 0 6px;
    letter-spacing: 2px;
}

/* single daily news page ends */
	
}


@media only screen and (min-width: 992px) and (max-width: 1199.98px)  {

/* home page start */

/* header section start */

.header-wrapper {
    width: 100%;
    top: 0;
    padding: 10px 0;
    border-radius: 0;;
}

.header-contact-col {
    display: none;
}
.header-logo-col img {
    width: fit-content;
    height: 45px;
    object-fit: contain;
}
.f-nav .header-logo-col img {
    width: fit-content;
    height: 40px;
    object-fit: contain;
}

.header-menu-col {
    display: flex;
    justify-content: flex-end;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #f8faf9;
    width: 260px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    color: #EBCEAA !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: 35px;
    padding: 12px 10px !important;
    font-size: 16px;
    font-weight: 700 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link .menu-defualt-text {
    transform: translateY(0);
    display: block;
    text-align: left;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link .menu-hover-text {
    transform: translateY(100%);
    opacity: 0;
    text-align: left;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #325836 !important;
    background-color: #f8faf9 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #325836 !important;
    background-color: #f8faf9 !important;
}
#mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close {
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #ffffff !important;
    background-color: #EBCEAA !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: #253a27a6 !important;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background: #ffffff00 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background-color: #f6f8f7 !important;
    color: #495057 !important;
    height: unset !important;
    line-height: 1 !important;
    padding: 10px 20px !important;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
    transition: none;
    line-height: 1 !important;
    font-size: 16px !important;
    display: block;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: #f6f8f7 !important;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    color: #468956 !important;
}

/* header section ends */

/* banner section start */

.banner-section {
    height: 100vh;
    max-height: 750px;
}
.banner-section .banner-heading {
    width: 85%;
}
.banner-section .banner-heading h1 {
    font-size: 52px;
}
.banner-section .banner-card-img {
    width: 140px;
}
.banner-section .banner-cards {
    gap: 20px;
}
.banner-section .banner-card {
    width: calc(50% - 30px);
}
.banner-section .banner-card-img {
    width: 100%;
    max-width: 215px;
}
.banner-section .banner-card-img img {
    width: 100%;
    height: 110px;
}

/* banner section ends */

/* about us section start */

.about-us-wrap {
    background-color: #F8FAF9;
    padding: 50px 0px 50px;
}
.about-left-col {
    margin-bottom: 30px;
}
.about-brand-left, .about-brand-right {
    font-size: 42px;
}
.about-left-text {
    font-size: 28px;
}
.about-center-col {
    margin-bottom: 30px;
}
.about-project-image img {
    width: 100%;
    height: 450px;
}

/* about us section ends */

/* collection section start */

.collection-wrap {
    padding: 50px 0;
}
.collection-tag {
    align-items: flex-end;
    line-height: 1;
}
.collection-item-wrapper {
    margin: 0 auto 15px;
}
.collection-title {
    font-size: 32px;
}
.collection-item-wrapper:hover .collection-img {
    height: 70px;
    width: clamp(100px, 12vw, 140px);
}
img.collection-top-right {
    width: fit-content;
    height: 230px;
}

img.collection-top-left {
    width: fit-content;
    height: 280px;
}

/* collection section ends */

/* impact section start */

.impact-wrap {
    position: relative;
    height: calc(100vh + 20px);
    max-height: 500px;
}

/* impact section ends */

/* project section start */

.projects-wrap {
    padding: 60px 0 0 0;
}
.projects-header-row {
    flex-direction: column;
}
.projects-heading {
    font-size: 26px;
}
.projects-description {
    font-size: 14px;
}
.project-card {
    flex: 0 0 70%;
}
.project-image {
    width: 100%;
    height: 300px;
}
.project-tag {
    font-size: 14px;
}
.project-info h3 {
    font-size: 18px;
}

/* project section ends */

/* our approach section start */
.our-approach-inner {
    display: flex;
    min-height: unset !important;
    flex-direction: column;
}
.our-approach-content {
    width: 100%;
    padding: 50px 30px 20px 8%;
    margin-bottom: 30px;
}
.our-approach-image {
    width: 100%;
}
.approach-img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
    display: block;
}
.approach-items-wrap {
    gap: 15px;
    margin-bottom: 30px;
}
.marquee-text {
    margin-right: 40px;
    font-size: 14px;
}
.marquee-spacer img {
    height: 22px;
}

/* our approach section ends */

/* testimonial section start */

.testimonial-wrap {
    padding: 200px 0 180px;
}
.testimonial-header {
    margin: 0px auto 30px;
}
img.quote-icon {
    width: fit-content;
    height: 30px;
}
.testimonial-text {
    font-size: 20px;
}
.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.author-name {
    font-size: 18px;
}
.test-arrow {
    font-size: 22px;
}
.img-tl {
    top: 60px;
    left: 12%;
    width: clamp(90px, 9vw, 140px);
    height: clamp(90px, 9vw, 140px);
}

.img-tr {
    top: 40px;
    right: 6%;
    width: clamp(130px, 12vw, 150px);
    height: clamp(130px, 12vw, 150px);
}

.img-bl {
    bottom: 120px;
    left: 6%;
    width: clamp(80px, 10vw, 140px);
    height: clamp(80px, 10vw, 140px);
}

.img-br {
    bottom: 20px;
    right: 13%;
    width: clamp(140px, 14vw, 180px);
    height: clamp(140px, 14vw, 180px);
}

/* testimonial section ends */

/* instagram section start */

.instagram-wrap .projects-header-row {
    align-items: flex-start;
}
.carousel-container {
    margin-top: 20px;
}
.instagram-image {
    position: relative;
    width: 100%;
    height: 480px;
}
.drag-cursor {
    width: 90px;
    height: 90px;
    font-size: 14px;
}
.instagram-card {
    flex: 0 0 35%;
    position: relative;
}

/* instagram section ends */
	
/* sales banner section start */
	
.sales-row {
    flex-direction: row;
}
.sales-col-left {
    display: flex;
    flex: 0 0 33.33%;
    width: 33.33%;
}
.sales-content-wrap {
    gap: 20px;
    padding: 20px 30px;
}
.sales-prefix {
    font-size: 18px;
}
.sales-percent {
    font-size: 58px;
}
.sales-title {
    font-size: 30px;
}
.sales-col-right {
    flex: 1;
    position: relative;
}
.sales-col-right::after {
    content: "";
    position: absolute;
    top: 0px;
    left: -25px;
    width: 200px;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(90deg, rgb(223 195 160) 12%, rgb(223 195 160) 24%, rgb(223 195 160 / 49%) 72%, rgb(223 195 160 / 0%) 100%);
}
.sales-image-wrap::after {
	display: none !important;
}
.sales-image-wrap {
    width: 100%;
    height: 420px;
}
.sales-image-mask {
    width: 100%;
    height: 420px;
}
.sales-image-inner {
    width: 100%;
    height: 420px;
}
.sales-image {
    width: 100%;
    height: 420px;
}
.sales-pagination .dot {
    height: 10px;
    width: 20px;
}
.sales-pagination .dot.active {
    width: 60px;
    background: #253A27;
}
	
/* sales banner section ends */
	
/* sales list section start */
	
.sales-list-heading {
    font-size: 42px;
}
.sales-list-img {
    width: 100%;
    height: 250px;
}
.badge-from {
    margin-bottom: 5px;
}
.badge-price {
    font-size: 20px;
}
.badge-currency {
    font-size: 16px;
}
.sales-list-info {
    padding: 20px;
}
.sales-list-title {
    font-size: 20px;
}
.sales-list-excerpt p {
    font-size: 14px;
}
	
/* sales list section ends */
	
/* daily news section start */
	
.dns-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    gap: 15px;
}
.dns-heading {
    font-size: 42px;
}
.daily-news-post-title {
    margin: 0;
    font-size: 30px;
}
.dns-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
}
.dns-counter {
    font-size: 22px;
}
.daily-news-card {
    border-radius: 15px;
}
.daily-news-image {
    height: 450px;
}
.daily-news-overlay {
    right: 20px;
    padding: 30px;
    width: 50%;
    height: calc(100% - 40px);
    border-radius: 12px;
}
.daily-news-post-title {
    margin: 0;
    font-size: 26px;
}
.daily-news-post-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
	
/* daily news section ends */

/* footer section start */

.footer-wrap {
    padding: 40px 0 20px;
}
.top-footer-bar-row{
    display:flex;
    flex-wrap:wrap;
}
.footer-logo-col{
    order:-1;
    width:100%;
}
.footer-logo-col {
    justify-content: flex-start;
    margin-bottom: 20px;
}
.top-footer-logo {
    align-items: flex-start;
}
h6.brand-name {
    font-size: 14px;
}
.cop-col p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.crafted-col p, .crafted-col a {
    text-align: center;
    font-size: 16px;
}
.footer-top-wrap {
    padding-bottom: 10px;
    border-bottom: 1px solid #253A27;
    margin-bottom: 20px;
}
.footer-delails-col{
    width:100%;
}
.footer-details-wrap {
    gap: 40px;
}
.footer-divider {
    display: none;
}
a.footer-top-email {
    display: none;
}
.top-footer-left h2 {
    font-size: 30px;
    line-height: 1;
    margin: 0;
}
.footer-item {
    margin-bottom: 20px;
}
.footer-item h4 {
    font-size: 20px;
}
.footer-item i {
    font-size: 22px;
}	
.elba-contact-popup {
    width: 80%;
    border-radius: 15px;
}
.elba-popup-close {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 12px;
}
.elba-popup-form {
    padding: 40px 0 0;
}
.elba-popup-form h3 {
    font-size: 24px;
}
.elba-popup-form .wpcf7-form textarea {
    height: 120px;
    resize: none;
}
.elba-popup-form .wpcf7-form input[type="submit"], .elba-popup-form .wpcf7-form .wpcf7-submit {
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 500;
}

/* home page ends */

/* inner banner section start */

.inner-header-banner {
    height: 500px;
}
#breadcrumbs span {
    gap: 5px 15px;
}
.inner-header-banner h4 {
    font-size: 26px;
}
#breadcrumbs .breadcrumb_last {
    display: inline;
    font-size: 16px;
}
#breadcrumbs a {
    font-size: 16px !important;
}
#breadcrumbs img {
    width: 15px;
    height: auto;
    object-fit: contain;
}
.inner-header-banner::before {
    background: linear-gradient(0deg, rgb(0 0 0 / 47%) 7%, rgb(0 0 0 / 39%) 58%, rgb(0 0 0 / 0%) 100%);
}

/* inner banner section ends */

/* about us page start */

.inner-about-content {
    padding-bottom: 40px;
    padding-right: 0;
}
.inner-about-content h2 {
    font-size: 36px;
}
.inner-about-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.inner-our-approach-wrap {
    padding: 60px 0;
}
.inner-approach-header {
    margin: 0 auto 30px;
}
.inner-approach-heading {
    margin-bottom: 10px;
    font-size: 36px;
}
.row.inner-our-approach-cards {
    justify-content: center;
}
.inner-approach-col {
    margin-bottom: 20px;
}
.inner-approach-desc p {
    font-size: 15px;
}

/* about us page ends */

/* collection page start */

.inner-collection-wrap {
    padding: 50px 0;
}
.inner-collection-header h2 {
    margin-bottom: 10px;
    font-size: 26px;
}
.collection-image-card {
    padding: 10px;
    border-radius: 20px;
}
.collection-card-image {
    border-radius: 13px;
    margin-bottom: 20px;
    aspect-ratio: unset !important;
}
.collection-card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.collection-card-content h4 {
    font-size: 18px;
}
.collection-card-content p {
    font-size: 12px;
    margin-bottom: 15px;
}

/* collection page ends */

/* single project page start */

.single-project-content {
    padding: 0;
}
.single-project-content p {
    font-size: 14px;
}
.project-gallery-wrap {
    padding: 50px 0;
}
.project-gallery-header {
    margin-bottom: 30px;
}
.project-gallery-header h2 {
    font-size: 26px;
}
.project-gallery {
    column-count: 2;
    column-gap: 15px;
}
.project-gallery-item {
    break-inside: avoid;
    margin-bottom: 15px;
    border-radius: 8px;
}
.project-gallery-item img {
    width: 100%;
    height: auto;
    min-height: 90px;
}
.project-gallery-item a::before {
    bottom: 10px;
    right: 10px;
    font-size: 16px;
}

/* single project page start */

/* contact us page start */

.contact-form-box {
    padding: 15px;
}
.contact-form-box h6 {
    font-size: 18px;
}
.contact-form-box h2 {
    font-size: 36px;
    margin-bottom: 25px;
}
.contact-form-box label {
    font-size: 14px;
    margin-bottom: 10px;
}
.contact-form-box .wpcf7-form-control {
    padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 15px;
}
.contact-info-box {
    padding: 15px;
    border: 2px solid #d8bd9c;
    border-radius: 15px;
}
.contact-info-box-title {
    font-size: 36px;
}
.contact-info-box-para {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.info-item p {
    font-size: 14px;
}
.contact-map p {
    margin: 0;
}
.info-item {
    margin-bottom: 10px;
}

/* contact us page ends */
	
/* inner services page start */

.inner-services-head {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
    flex-direction: row;
    gap: 30px;
}
.inner-services-head-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 0 0 40%;
}
.inner-services-head-right {
    flex-flow: column;
    align-items: flex-start;
}
.inner-services-icon {
    width: 65px;
    height: 65px;
}
.inner-services-icon i {
    font-size: 20px;
}
.inner-services-head-right p {
    font-size: 20px;
}
.inner-service-number {
    font-size: 54px;
    color: rgb(37 58 39 / 53%);
}
.inner-service-card {
    padding: 20px;
}
.inner-service-image img {
    width: 100%;
    height: 260px;
}
.inner-service-content-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
.inner-service-content h3 {
    font-size: 26px;
    margin-bottom: 10px;
}
.inner-service-content p {
    font-size: 18px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inner-services-cta-content {
    margin-top: 20px;
}
.inner-services-cta {
    margin-top: 40px;
    padding: 20px 30px 20px 20px;
}
.inner-services-cta-content h3 {
    font-size: 28px;
}
.inner-services-cta-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    margin: 0;
}
.common-card-btn.inner-services-btn {
    width: 170px;
}
.inner-services-btn .common-btn-text {
    width: 110px;
}
	
/* inner services page ends */	
	
/* single services page start */

.single-service-image {
    border-radius: 13px;
    margin-bottom: 30px;
}
.single-service-image img {
    min-height: 400px;
    max-height: 450px;
}
.service-section-tag {
    font-size: 14px;
}
.single-service-title {
    font-size: 36px;
}
.single-service-content p {
    font-size: 16px;
}
.single-service-content {
    margin-bottom: 10px;
}
.single-process-steps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
    gap: 20px;
    padding-top: 0px;
}
.single-process-step {
    flex: 0 0 48%;
    max-width: 46%;
    padding: 20px;
/*     background: #e9dccb; */
    border-radius: 13px;
}
.single-process-step:last-child {
    flex: 0 0 100%;
    max-width: 100%;
}
.process-section-title {
    font-size: 30px;
}
.process-step-image {
    width: 60px;
    height: 60px;
}
.process-step-image img {
    width: 35px;
    height: 35px;
}
.single-service-sidebar-inner {
    background: #f6efe2;
    border-radius: 15px;
}
.sidebar-service-thumb {
    width: 120px;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}
.sidebar-service-item {
    padding: 10px 0;
    border-bottom: 1px solid #bfbfbf;
}
.sidebar-services-title {
    font-size: 24px;
}
.sidebar-service-number {
    font-size: 20px;
}
.sidebar-service-name {
    font-size: 18px;
}
.sidebar-view-all {
    margin-top: 20px;
    padding: 12px 16px;
    font-size: 14px;
}
.sidebar-view-all i {
    font-size: 15px;
}
.single-service-cta-dnone {
	display: none !important;
}
.single-services-cta-dblock {
	display: block !important;
}
	
/* single services page ends */
	
/* gallery page start */
	
.gallery-item-title span {
    font-size: 12px;
}
.gallery-item-title h3 {
    margin: 0;
    font-size: 16px;
}
.gallery-filter-wrap {
    margin-bottom: 40px;
}
.gallery-item-inner img {
    width: 100%;
    height: auto;
    min-height: 200px;
}
.gallery-masonry-grid {
    position: relative;
    z-index: 2;
    column-count: 3;
    column-gap: 18px;
}
	
/* gallery page ends */
	
/* testimonial page start */
	
.inner-testimonial-title {
    font-size: 36px;
}
.inner-testimonial-card {
    background: #eeeeee;
    padding: 20px;
}
.inner-testimonial-quote-icon img {
    width: 50px;
    margin-bottom: 15px;
}
.inner-testimonial-footer {
    border-top: 1px solid #ebceaa;
    padding-top: 15px;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.inner-author-img {
    width: 40px;
    height: 40px;
}
.inner-author-name {
    font-size: 16px;
}
.common-card-btn.inner-testimonial-readmore {
    margin: 0;
}
.modal-title {
    font-size: 20px;
}
.inner-modal-text {
    font-size: 16px;
}
	
/* testimonial page ends */
	
/* collection page start */

#breadcrumbs .breadcrumb_last {
    display: inline;
    font-size: 14px;
}
.collection-header-wrap {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bfbfbf;
}
.collection-section {
    padding: 30px 0 10px;
    border-bottom: 1px solid #8f8f8f;
}
.collection-header-wrap h2 {
    font-size: 34px;
    margin: 0 0 5px;
}
.collection-section-left h2 {
    font-size: 26px;
    margin: 0px 0 5px;
}
.collection-header-wrap p {
    font-size: 20px;
}
.collection-section-left {
    padding-right: 0;
    padding-top: 6px;
	margin-bottom: 30px;
}
.collection-section-left p {
    font-size: 18px;
    margin: 0 0 15px;
}
.collection-explore-link {
    padding: 12px 30px;
    width: fit-content;
}
	
/* collection page ends */
	
/* single collections page start */
	
.collection-gallery-header {
    text-align: center;
    margin-bottom: 30px;
}
.collection-gallery-header h2 {
    font-size: 30px;
}
.single-collection-content p {
    font-size: 16px;
}
.masonry-grid {
    columns: 3;
    column-gap: 20px;
}
.masonry-item {
    margin-bottom: 30px;
}
.gallery-img-wrap img {
    display: block;
    width: 100%;
    height: 250px;
}
	
/* single collections page ends */
	
/* daily news page start */
	
.inner-news-head {
    margin-bottom: 30px;
}
.inner-news-head h2 {
    font-size: 36px;
}
.recent-side-posts {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.side-inner-news-image img {
    width: 100%;
    height: 250px;
}
.all-inner-news-image img {
    width: 100%;
    height: 250px;
}
.inner-news-content h3 {
    font-size: 28px;
    letter-spacing: 1px;
}
.side-inner-news-content h4, .all-inner-news-content h3 {
    font-size: 20px;
    letter-spacing: 1px;
}
.inner-news-content p, .side-inner-news-content p, .all-inner-news-content p {
    font-size: 16px;
}
.inner-news-meta span {
    font-size: 14px;
}
.inner-news-card, .side-inner-news-card, .all-inner-news-card {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    flex-direction: column;
}
.side-inner-news-card {
    display: flex;
    gap: 20px;
}
	
/* daily news page ends */
	
/* single daily news page start */

.single-news-title {
    font-size: 34px;
}
.single-news-date {
    font-size: 18px;
    margin-bottom: 20px;
}
.single-news-image img {
    width: 100%;
    min-height: 350px;
    height: 100%;
    max-height: 400px;
}
.single-news-sidebar {
    display: none !important;
}
.more-news-wrap {
    display: block !important;
}
.more-news-header h3 {
    font-size: 26px;
}
.news-card-image {
    border-radius: 18px;;
    height: 300px;
}
.news-card-overlay {
    padding: 30px;
}
.news-card-overlay .news-card-date {
    font-size: 14px;
    color: rgb(255 255 255 / 77%);
}
.news-card-overlay h4 {
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 1.3;
    margin: 0 0 6px;
    letter-spacing: 2px;
}

/* single daily news page ends */
	
}


@media only screen and (min-width: 1199.5px) and (max-width: 1200.5px) {
.header-contact-col {
    display: none !important;
}
.header-menu-col {
    -ms-flex: 0 0 91.666667% !important;
    flex: 0 0 91.666667% !important;
    max-width: 91.666667% !important;
    display: flex;
    justify-content: flex-end;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #f8faf9;
    width: 260px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    color: #EBCEAA !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: 35px;
    padding: 12px 10px !important;
    font-size: 16px;
    font-weight: 700 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link .menu-defualt-text {
    transform: translateY(0);
    display: block;
    text-align: left;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link .menu-hover-text {
    transform: translateY(100%);
    opacity: 0;
    text-align: left;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #325836 !important;
    background-color: #f8faf9 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #325836 !important;
    background-color: #f8faf9 !important;
}
#mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close {
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #ffffff !important;
    background-color: #EBCEAA !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: #253a27a6 !important;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background: #ffffff00 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background-color: #f6f8f7 !important;
    color: #495057 !important;
    height: unset !important;
    line-height: 1 !important;
    padding: 10px 20px !important;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
    transition: none;
    line-height: 1 !important;
    font-size: 16px !important;
    display: block;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: #f6f8f7 !important;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    color: #468956 !important;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1400.5px)  {

/* home page start */

/* header section start */

.header-logo-col img {
    width: fit-content;
    height: 38px;
    object-fit: contain;
}
.f-nav .header-logo-col img {
    width: fit-content;
    height: 35px;
    object-fit: contain;
}
.sale-badge-icon img {
    width: fit-content;
    height: 60px;
    object-fit: contain;
}

/* header section ends */

/* banner section start */

.banner-section {
    height: 100vh;
    max-height: 750px;
}
.banner-section .banner-heading {
    width: 85%;
}
.banner-section .banner-heading h1 {
    font-size: 56px;
}
.banner-section .banner-cards {
    gap: 20px;
}
.banner-section .banner-card {
    width: calc(50% - 30px);
}
.banner-section .banner-card-img {
    width: 100%;
    max-width: 240px;
}
.banner-section .banner-card-img img {
    width: 100%;
    height: 110px;
}

/* banner section ends */

/* about us section start */

.about-brand-left, .about-brand-right {
    font-size: 46px;
}
.about-left-text {
    font-size: 34px;
}
.about-center-col {
    margin-bottom: 30px;
}
.about-project-image img {
    width: 100%;
    height: 450px;
}

/* about us section ends */

/* collection section start */

.collection-wrap {
    padding: 50px 0;
}
.collection-tag {
    align-items: flex-end;
    line-height: 1;
}
.collection-item-wrapper {
    margin: 0 auto 15px;
}
img.collection-top-right {
    width: fit-content;
    height: 230px;
}

img.collection-top-left {
    width: fit-content;
    height: 280px;
}

/* collection section ends */

/* impact section start */

.impact-wrap {
    position: relative;
    height: calc(100vh + 20px);
    max-height: 500px;
}

/* impact section ends */

/* project section start */

.projects-wrap {
    padding: 60px 0 0 0;
}
.projects-header-row {
    flex-direction: column;
}
.projects-heading {
    font-size: 26px;
}
.projects-description {
    font-size: 14px;
}
.project-card {
    flex: 0 0 70%;
}
.project-image {
    width: 100%;
    height: 300px;
}
.project-tag {
    font-size: 14px;
}
.project-info h3 {
    font-size: 18px;
}

/* project section ends */

/* our approach section start */

.our-approach-inner {
    display: flex;
    min-height: 70vh;
	max-height: 700px;
}
.our-approach-content {
    padding: 50px 30px 20px 8%;
    margin-bottom: 30px;
}
.approach-img {
    width: 100%;
    height: 100%;
    max-height: 750px;
    object-fit: cover;
    display: block;
}
.approach-items-wrap {
    gap: 15px;
    margin-bottom: 30px;
}
.marquee-text {
    margin-right: 40px;
    font-size: 14px;
}
.marquee-spacer img {
    height: 22px;
}

/* our approach section ends */

/* testimonial section start */

.testimonial-header {
    margin: 0px auto 30px;
}
img.quote-icon {
    width: fit-content;
    height: 30px;
}
.testimonial-text {
    font-size: 20px;
}
.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.author-name {
    font-size: 18px;
}
.test-arrow {
    font-size: 22px;
}
.img-tl {
    left: 12%;
    top: 30px;
    width: clamp(170px, 18vw, 220px);
    height: clamp(170px, 18vw, 220px);
}

.img-tr {
    top: 30px;
    right: 6%;
    width: clamp(170px, 18vw, 220px);
    height: clamp(170px, 18vw, 220px);
}

.img-bl {
    bottom: 20px;
    left: 6%;
   width: clamp(160px, 18vw, 200px);
    height: clamp(160px, 18vw, 200px);
}

.img-br {
    bottom: 20px;
    right: 13%;
    width: clamp(160px, 18vw, 200px);
    height: clamp(160px, 18vw, 200px);
}

/* testimonial section ends */

/* instagram section start */

.instagram-wrap .projects-header-row {
    align-items: flex-start;
}
.carousel-container {
    margin-top: 20px;
}
.drag-cursor {
    width: 90px;
    height: 90px;
    font-size: 14px;
}
.instagram-card {
    flex: 0 0 35%;
    position: relative;
}

/* instagram section ends */
	
/* sales banner section start */
	
.sales-row {
    flex-direction: row;
}
.sales-col-left {
    display: flex;
    flex: 0 0 33.33%;
    width: 33.33%;
}
.sales-content-wrap {
    gap: 20px;
    padding: 20px 30px;
}
.sales-prefix {
    font-size: 20px;
}
.sales-percent {
    font-size: 66px;
}
.sales-title {
    font-size: 38px;
}
.sales-col-right {
    flex: 1;
    position: relative;
}
.sales-col-right::after {
    content: "";
    position: absolute;
    top: 0px;
    left: -25px;
    width: 200px;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(90deg, rgb(223 195 160) 12%, rgb(223 195 160) 24%, rgb(223 195 160 / 49%) 72%, rgb(223 195 160 / 0%) 100%);
}
.sales-image-wrap::after {
	display: none !important;
}
.sales-pagination .dot {
    height: 10px;
    width: 20px;
}
.sales-pagination .dot.active {
    width: 60px;
    background: #253A27;
}
	
/* sales banner section ends */
	
/* sales list section start */
	
.badge-from {
    margin-bottom: 5px;
}
.badge-price {
    font-size: 20px;
}
.badge-currency {
    font-size: 16px;
}
.sales-list-info {
    padding: 20px;
}
.sales-list-title {
    font-size: 20px;
}
.sales-list-excerpt p {
    font-size: 14px;
}
	
/* sales list section ends */
	
/* daily news section start */

.daily-news-card {
    border-radius: 15px;
}
.daily-news-overlay {
    padding: 30px;
    width: 50%;
}
.daily-news-post-title {
    margin: 0;
    font-size: 30px;
}
.daily-news-post-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
	
/* daily news section ends */

/* footer section start */

.footer-wrap {
    padding: 40px 0 20px;
}
.top-footer-bar-row{
    display:flex;
    flex-wrap:wrap;
}
.footer-logo-col{
    order:-1;
    width:100%;
}
.footer-logo-col {
    justify-content: flex-start;
    margin-bottom: 20px;
}
.top-footer-logo {
    align-items: flex-start;
}
h6.brand-name {
    font-size: 14px;
}
.cop-col p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.crafted-col p, .crafted-col a {
    text-align: center;
    font-size: 16px;
}
.footer-top-wrap {
    padding-bottom: 10px;
    border-bottom: 1px solid #253A27;
    margin-bottom: 20px;
}
.footer-delails-col{
    width:100%;
}
.footer-details-wrap {
    gap: 40px;
}
.footer-divider {
    display: none;
}
a.footer-top-email {
    display: none;
}
.footer-item {
    margin-bottom: 20px;
    word-break: break-all;
}
.footer-item h4 {
    font-size: 20px;
}
.footer-item i {
    font-size: 22px;
}	
.elba-contact-popup {
    width: 80%;
    border-radius: 15px;
}
.elba-popup-close {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 12px;
}

/* home page ends */

/* inner banner section start */

.inner-header-banner {
    height: 500px;
}
#breadcrumbs span {
    gap: 5px 15px;
}
.inner-header-banner h4 {
    font-size: 32px;
}
#breadcrumbs .breadcrumb_last {
    display: inline;
    font-size: 16px;
}
#breadcrumbs a {
    font-size: 16px !important;
}
#breadcrumbs img {
    width: 15px;
    height: auto;
    object-fit: contain;
}
.inner-header-banner::before {
    background: linear-gradient(0deg, rgb(0 0 0 / 47%) 7%, rgb(0 0 0 / 39%) 58%, rgb(0 0 0 / 0%) 100%);
}

/* inner banner section ends */

/* about us page start */

.inner-about-content {
    padding-bottom: 0;
    padding-right: 0;
}
.inner-about-content h2 {
    font-size: 36px;
}
.inner-about-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.inner-our-approach-wrap {
    padding: 60px 0;
}
.inner-approach-header {
    margin: 0 auto 30px;
}
.inner-approach-heading {
    margin-bottom: 10px;
    font-size: 36px;
}
.row.inner-our-approach-cards {
    justify-content: center;
}
.inner-approach-col {
    margin-bottom: 20px;
}
.inner-approach-desc p {
    font-size: 15px;
}

/* about us page ends */

/* collection page start */

.inner-collection-wrap {
    padding: 50px 0;
}
.collection-image-card {
    padding: 10px;
    border-radius: 20px;
}
.collection-card-image {
    border-radius: 13px;
    margin-bottom: 20px;
}
.collection-card-content h4 {
    font-size: 18px;
}
.collection-card-content p {
    font-size: 12px;
    margin-bottom: 15px;
}

/* collection page ends */

/* single project page start */

.single-project-content {
    padding: 0;
}
.single-project-content p {
    font-size: 14px;
}
.project-gallery-wrap {
    padding: 50px 0;
}
.project-gallery-header {
    margin-bottom: 30px;
}
.project-gallery-header h2 {
    font-size: 26px;
}
.project-gallery {
    column-count: 2;
    column-gap: 15px;
}
.project-gallery-item {
    break-inside: avoid;
    margin-bottom: 15px;
    border-radius: 8px;
}
.project-gallery-item img {
    width: 100%;
    height: auto;
    min-height: 90px;
}
.project-gallery-item a::before {
    bottom: 10px;
    right: 10px;
    font-size: 16px;
}

/* single project page start */

/* contact us page start */

.contact-form-box {
    padding: 15px;
}
.contact-form-box h6 {
    font-size: 18px;
}
.contact-form-box h2 {
    font-size: 36px;
    margin-bottom: 25px;
}
.contact-form-box label {
    font-size: 14px;
    margin-bottom: 10px;
}
.contact-form-box .wpcf7-form-control {
    padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 15px;
}
.contact-info-box {
    padding: 15px;
    border: 2px solid #d8bd9c;
    border-radius: 15px;
}
.contact-info-box-title {
    font-size: 36px;
}
.contact-info-box-para {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.info-item p {
    font-size: 14px;
}
.contact-map p {
    margin: 0;
}
.info-item {
    margin-bottom: 10px;
}

/* contact us page ends */
	
/* inner services page start */

.inner-services-head {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
    flex-direction: row;
    gap: 30px;
}
.inner-services-head-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 0 0 40%;
}
.inner-services-head-right {
    flex-flow: column;
    align-items: flex-start;
}
.inner-services-icon {
    width: 65px;
    height: 65px;
}
.inner-services-icon i {
    font-size: 20px;
}
.inner-services-head-right p {
    font-size: 20px;
}
.inner-service-number {
    font-size: 54px;
    color: rgb(37 58 39 / 53%);
}
.inner-service-image img {
    width: 100%;
    height: 260px;
}
.inner-service-content-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
.inner-service-content h3 {
    font-size: 30px;
    margin-bottom: 10px;
}
.inner-service-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inner-services-cta-content {
    margin-top: 20px;
}
.inner-services-cta {
    margin-top: 40px;
    padding: 20px 30px 20px 20px;
}
.common-card-btn.inner-services-btn {
    width: 170px;
}
.inner-services-btn .common-btn-text {
    width: 110px;
}
	
/* inner services page ends */	
	
/* single services page start */

.single-service-image {
    border-radius: 13px;
    margin-bottom: 30px;
}
.single-service-content {
    margin-bottom: 10px;
}
.single-process-steps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
    gap: 20px;
    padding-top: 0px;
}
.process-step-image {
    width: 60px;
    height: 60px;
}
.process-step-image img {
    width: 35px;
    height: 35px;
}
.single-service-sidebar-inner {
    background: #f6efe2;
    border-radius: 15px;
}
.sidebar-service-thumb {
    width: 120px;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}
.sidebar-service-item {
    padding: 10px 0;
    border-bottom: 1px solid #bfbfbf;
}
.sidebar-services-title {
    font-size: 24px;
}
.sidebar-service-number {
    font-size: 20px;
}
.sidebar-service-name {
    font-size: 18px;
}
.sidebar-view-all {
    margin-top: 20px;
    padding: 12px 16px;
    font-size: 14px;
}
.sidebar-view-all i {
    font-size: 15px;
}
.single-service-cta-dnone {
	display: none !important;
}
.single-services-cta-dblock {
	display: block !important;
}
	
/* single services page ends */
	
/* gallery page start */
	
.gallery-head h2 {
    margin: 0;
    font-size: 36px;
}
.gallery-head p {
    font-size: 16px;
}
.gallery-item-title span {
    font-size: 12px;
}
.gallery-item-title h3 {
    margin: 0;
    font-size: 16px;
}
.gallery-filter-wrap {
    margin-bottom: 40px;
}
.gallery-item-inner img {
    width: 100%;
    height: auto;
    min-height: 200px;
}
.gallery-masonry-grid {
    position: relative;
    z-index: 2;
    column-count: 3;
    column-gap: 18px;
}
	
/* gallery page ends */
	
/* testimonial page start */
	
.inner-testimonial-title {
    font-size: 36px;
}
.inner-testimonial-card {
    background: #eeeeee;
    padding: 20px;
}
.inner-testimonial-quote-icon img {
    width: 50px;
    margin-bottom: 15px;
}
.inner-testimonial-footer {
    border-top: 1px solid #ebceaa;
    padding-top: 15px;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.inner-author-img {
    width: 40px;
    height: 40px;
}
.inner-author-name {
    font-size: 16px;
}
.common-card-btn.inner-testimonial-readmore {
    margin: 0;
}
.modal-title {
    font-size: 20px;
}
.inner-modal-text {
    font-size: 16px;
}
	
/* testimonial page ends */
	
/* collection page start */

#breadcrumbs .breadcrumb_last {
    display: inline;
    font-size: 14px;
}
.collection-header-wrap {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bfbfbf;
}
.collection-section {
    padding: 30px 0 10px;
    border-bottom: 1px solid #8f8f8f;
}
.collection-section-left {
    padding-right: 0;
    padding-top: 6px;
	margin-bottom: 30px;
}
.collection-card-content h3 {
    font-size: 16px;
}
	
/* collection page ends */
	
/* single collections page start */
	
.collection-gallery-header {
    text-align: center;
    margin-bottom: 30px;
}
.collection-gallery-header h2 {
    font-size: 34px;
}
.single-collection-content p {
    font-size: 16px;
}
.masonry-grid {
    columns: 3;
    column-gap: 20px;
}
.masonry-item {
    margin-bottom: 30px;
}
.gallery-img-wrap img {
    display: block;
    width: 100%;
    height: 250px;
}
	
/* single collections page ends */
	
/* daily news page start */
	
.inner-news-head {
    margin-bottom: 30px;
}
.inner-news-head h2 {
    font-size: 36px;
}
.recent-side-posts {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.all-inner-news-image img {
    width: 100%;
    height: 250px;
}
.inner-news-content h3 {
    font-size: 28px;
    letter-spacing: 1px;
}
.side-inner-news-content h4, .all-inner-news-content h3 {
    font-size: 20px;
    letter-spacing: 1px;
}
.inner-news-content p, .side-inner-news-content p, .all-inner-news-content p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align:justify;
}
.inner-news-meta span {
    font-size: 14px;
}
.inner-news-card, .side-inner-news-card, .all-inner-news-card {
    position: relative;
    z-index: 2;
    flex-direction: column;
}
.side-inner-news-card {
    display: flex;
    gap: 20px;
    flex-direction: row !important;
    margin: 0 !important;
}
.inner-news-block:last-child {
    margin-bottom: 30px;
}
	
/* daily news page ends */
	
/* single daily news page start */

.single-news-title {
    font-size: 34px;
}
.single-news-date {
    font-size: 18px;
    margin-bottom: 20px;
}
.single-news-image img {
    width: 100%;
    min-height: 350px;
    height: 100%;
    max-height: 400px;
}

/* single daily news page ends */
	
}

