.award-sticky {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    padding: 6px;
}

.award-sticky img {
    width: 75px;
    object-fit: cover;
}

.scroll-to-top {
    position: fixed;
    bottom: 120px;
    right: 22px;
    background-color: #24704c;
    cursor: pointer;
    transition: .3s;
    z-index: 8;
    width: 45px;
    height: 45px;
    align-content: center;
    text-align: center;
    line-height: 0px;
    border: 1px solid #ffffff42;
    /*     opacity: 0; */
    display: none;
    border-radius: 50%;
}

.custom-breadcrumb {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.light-header .custom-breadcrumb, .dark-shortcode .custom-breadcrumb {
    color: #222;
    font-size: 14px;
}

.custom-breadcrumb a,
.custom-breadcrumb span {
    color: #fff;
}

.custom-breadcrumb a {
    display: flex;
	white-space:nowrap;
}

.custom-breadcrumb span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.elementor-widget-theme-post-content p a {
    color: #222;
    text-decoration: underline;
}


.light-header .custom-breadcrumb a,
.light-header .custom-breadcrumb span, .dark-shortcode .custom-breadcrumb a, .dark-shortcode .custom-breadcrumb span {
    color: #222;
}

.light-header .custom-breadcrumb path, .dark-shortcode .custom-breadcrumb path {
    stroke: #222;
}

.custom-breadcrumb span,
.custom-breadcrumb a:hover {
    text-decoration: underline;
}

.container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1440px;
}

.cus-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 4px 4px 25px;
    background: #0D623A;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Anton", sans-serif;
    color: #fff;
    text-transform: uppercase;
    gap: 10px;
    border: 1px solid #0d623a;
    cursor: pointer;
}

.cus-btn.blue-btn {
    background: #1B7EC5;
    padding: 4px 25px 4px 4px;
    border-color: #1B7EC5;
}

.cus-btn:hover {
    background: rgb(13 98 58 / 90%);
}

.cus-btn.blue-btn:hover {
    background: rgb(27 126 197 / 90%);
}

.custom-para ul {
    list-style: inherit;
	margin-left:20px;
}

/* search box */
.search-form {
    position: fixed;
    top: 0px;
    z-index: 2;
    width: 100%;
    padding: 30px 0;
    left: 0;
    align-items: self-start;
    visibility: hidden;
    opacity: 0;
    transition: 300ms all;
    transform: translateY(20px);
    background: #fff;
    border-top: 1px solid rgb(16 14 14 / 10%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 5%);
}

.search-open .search-form {
    visibility: visible;
    opacity: 1;
    transform: none;
}

.search-form-inr input {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid rgb(231 230 230);
    font-size: 14px;
    font-weight: 300;
    color: rgb(16 14 14 / 100%);
    transition: 300ms all;
    border-radius: 5px;
    font-family: 'Inter';
	    padding-right: 40px;
}

.search-form-inr div, .searchform {
    position: relative;
} 

.form-close {
    position: absolute;
    right: 10px;
    top: -8px;
	z-index: 1;
}

.field-group label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    color: #222;
	opacity: 0;
    visibility: hidden;
}

.search-form-inr .searchsubmit {
    position: absolute;
    right: 0;
    padding: 12px 15px;
    border: 0;
    background: transparent;
    outline: none;
}

/* top header css */
.site-header {
    background: #0d623a;
}

.site-header-top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.site-header-top-left p {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.top-right-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.search-wrap {
    padding-right: 20px;
    border-right: 1px solid #FFFFFF26;
}

.social-list ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.social-list ul a svg,
.social-list ul a img {
    display: block;
    width: 20px;
    height: 20px;
}

.search-wrap button {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0 !important;
    padding: 0 !important;
}

/* main header */
.main-header {
    position: relative;
    width: 100%;
    transition: 300ms all;
    background: #fff;
    border-radius: 20px 20px 0 0;
}

.main-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff !important;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 5%);
    border-radius: 0;
}

.site-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-logo-link img {
    display: flex;
}

.top-navigation-right {
    display: flex;
    gap: 30px;
    align-items: center;
}

.top-navigation-right .menu {
    display: flex;
    gap: 30px;
    align-items: center;
}

.top-navigation-right .menu>.menu-item>a,
.top-navigation-right .menu>.menu-item>span {
    font-weight: 600;
    font-size: 14px;
    color: #222222;
    padding: 35px 0;
    display: inline-flex;
    position: relative;
}

.top-navigation-right .menu>.menu-item.current-menu-item>a,
.top-navigation-right .menu>.menu-item.current-menu-item>a span {
    color: #0D623A;
}

.top-navigation-right .menu>.menu-item>a:after,
.top-navigation-right .menu>.menu-item>span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 0%;
    height: 2px;
    background: #0D623A;
    transition: width 0.3s ease;
}

.top-navigation-right .menu .menu-item span {
    cursor: pointer;
}

.top-navigation-right .menu>.menu-item.current-menu-item>a:after,
.top-navigation-right .menu>.menu-item>a:hover:after,
.top-navigation-right .menu>.menu-item:hover>span:after {
    width: 100%;
}

.main-navigation .menu>li>svg {
    transition: 300ms all;
    top: -2px;
    position: relative;
    margin-left: 5px;
}

.top-navigation-right .menu>.menu-item>a>span+svg {
    display: none;
}

.sub-menu-top.col {
    display: flex;
    max-width: 100%;
    padding: 60px 0;
}

.sub-menu-top.col>.sub-menu-wrap {
    width: 100%;
}

.sub-menu-top.col>.sub-menu-wrap>.sub-menu {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 !important;
}

.sub-menu-top.col>.sub-menu-wrap>.sub-menu>li {
    width: calc(25% - 15px);
}

.sub-menu-wrap h4 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-size: 20px;
    display: none;
}

.sub-menu-top.col>.sub-menu-wrap>.sub-menu>li a {
    border-radius: 20px;
    border: 1px solid #2222221A;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #222;
    text-transform: uppercase;
    flex-direction: column;
    height: 100%;
}

.sub-menu-top.col>.sub-menu-wrap>.sub-menu>li a span {
    text-align: left;
	display: inline-block;
    width: 100%;
    padding: 0 15px 15px;
    text-align: center;
    font-family: "Anton", Sans-serif;
    letter-spacing: 0.3px;
}

.sub-menu-top.col>.sub-menu-wrap>.sub-menu>li a img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.sub-menu-top.col>.sub-menu-wrap>.sub-menu>li a svg {
    min-width: 42px;
    opacity: 0;
    visibility: hidden;
    margin: 18px 18px 18px 0;
    margin-left: auto;
    transition: 300ms all;
    display: none;
}

.buttons-wrap {
    display: flex;
    gap: 10px;
}

.imgae-transparent img {
	mix-blend-mode:darken;
}



/* footer css */
.site-footer {
    background: #0D623A;
    border-radius: 20px 20px 0 0;
    position: relative;
}

.footer-top {
    padding: 100px 0 70px;
}

.footer-bottom {
    border-top: 1px solid #FFFFFF26;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
}

.footer-bottom a {
    position: relative;
    color: #fff !important;
}

.footer-bottom-right .menu {
    display: flex;
    gap: 20px;
}

.footer-bottom-right .menu li+li {
    padding-left: 20px;
    border-left: 2px solid #FFFFFF1A;
}

.site-footer .menu a {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    position: relative;
}

.footer-bottom-right .menu a {
    display: flex;
}

.footer-top-widgets {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.footer-column .footer-title,
.footer-column .widget-title {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 25px;
}

.footer-column .menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-column .menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    line-height: 21px;
}

.footer-bottom a:after,
.footer-column .menu a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 0%;
    background: #fff;
    transition: 300ms all;
}

.footer-column .menu a:after {
    bottom: -1px;
}

.footer-bottom a:hover:after,
.footer-column .menu a:hover:after {
    width: 100%;
}

.footer-column.second-column .menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
}

.footer-column.third-column>div+div {
    margin-top: 30px;
}

.footer-social ul {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-column .address-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-column .address-list a,
.footer-column .address-list li {
    display: flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.footer-column .address-list a svg,
.footer-column .address-list li svg {
    margin-top: 2px;
}

/* hero section */
.hero-slider .swiper-pagination {
    background: #FFFFFF1A;
    padding: 8px 10px;
    backdrop-filter: blur(24px);
    border: 1px solid #FFFFFF4D;
    box-shadow: 0 4px 8px 0 #0000001A;
    border-radius: 30px;
    display: inline-flex;
    width: initial !important;
    text-align: center;
    left: 50% !important;
    bottom: 30px !important;
    transform: translateX(-50%);
}

.mobile-hero-slider .swiper-pagination {
	display: inline-flex;
    width: initial !important;
    text-align: center;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 30px !important;
}

.hero-slider .swiper-pagination-bullet, .mobile-hero-slider  .swiper-pagination-bullet {
    background: #FFF !important;
    border-radius: 26px;
    margin: 0 4px !important;
    opacity: 1;
    height: 16px !important;
    width: 16px !important;
    transition: 300ms all;
    border: 2px solid #3f3b2f;
}

.mobile-hero-slider  .swiper-pagination-bullet {
    margin: 0 2px !important;
}

.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active, .mobile-hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active, .mobile-hero-slider .swiper-pagination-bullet:hover
.hero-slider .swiper-pagination-bullet:hover {
    background: transparent !important;
    border-color: #fff;
}

.hero-slider .swiper, .mobile-hero-slider .swiper  {
    padding-bottom: 0 !important;
}

.hero-slider .swiper-container, .mobile-hero-slider .swiper-containe {
    overflow: hidden;
}

.hero-slider .swiper-slide-contents {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-slider .elementor-background-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, #00000000 100%);
}

.hero-slider .swiper .elementor-swiper-button-prev,
.hero-slider .swiper .elementor-swiper-button-next {
    font-size: 0 !important;
    width: 50px;
    height: 50px;
}

.hero-slider .swiper .elementor-swiper-button-prev {
    left: 70px !important;
    background: url(/wp-content/uploads/2026/03/prev-icon.svg) no-repeat center / 50px;
}

.hero-slider .swiper .elementor-swiper-button-next {
    right: 70px !important;
    background: url(/wp-content/uploads/2026/03/next-icon.svg) no-repeat center / 50px;
}

/* product section */
.product-item>div {
    height: 100%;
}

/* why choose section */
.why-choose-card>.elementor-element {
    height: 100%;
}

.icon-btn .elementor-button-icon svg {
    height: auto;
    width: auto;
}

.icon-btn .elementor-button-content-wrapper {
    align-items: center;
}

.custom-icon-list .elementor-icon-list-text p {
    font-size: 14px;
    font-family: 'Inter';
    margin-top: 8px;
}

/* gallery section css */
.vertical-text {
    transform: rotate(-90deg);
    transform-origin: 30px 40px;
    transition: 300ms all !important;
    min-width: 230px !important;
    min-height: 65px;
}

.gallery-item:first-child .vertical-text,
.gallery-wrapper .gallery-item:hover .vertical-text {
    transform: rotate(0deg);
    min-height: initial;
}

.gallery-wrapper:hover .gallery-item:first-child .vertical-text {
    transform: rotate(-90deg);
}

.gallery-item:first-child:hover .vertical-text {
    transform: rotate(0deg) !important;
}

.gallery-item {
    flex: 0.5 !important;
    min-width: 85px !important;
    overflow: hidden !important;
    transition: 500ms all !important;
}

.gallery-item:first-child {
    flex: 1 !important;
}

.gallery-wrapper:hover .gallery-item {
    flex: 0.5 !important;
}

.gallery-wrapper .gallery-item:hover {
    flex: 1 !important;
}

/* reviews section */
.testimonial-slider .ti-widget.ti-goog .ti-controls .ti-prev,
.testimonial-slider .ti-widget.ti-goog .ti-controls .ti-next {
    outline: 0;
    width: 50px;
    height: 50px;
}

.testimonial-slider .ti-widget.ti-goog .ti-controls .ti-prev:hover,
.testimonial-slider .ti-widget.ti-goog .ti-controls .ti-next:hover,
.testimonial-slider .ti-widget.ti-goog .ti-controls .ti-prev:focus,
.testimonial-slider .ti-widget.ti-goog .ti-controls .ti-next:focus {
    background-color: transparent !important;
    outline-color: transparent !important;
}

.testimonial-slider .ti-widget.ti-goog .ti-controls .ti-prev:before,
.testimonial-slider .ti-widget.ti-goog .ti-controls .ti-next:before {
    border-color: transparent !important;
    border: 0 !important;
}

.testimonial-slider .ti-widget.ti-goog .ti-controls .ti-prev {
    left: -70px !important;
    background: url(/wp-content/uploads/2026/03/left-1.svg) no-repeat center / 50px;
}

.testimonial-slider .ti-widget.ti-goog .ti-controls .ti-next {
    right: -70px !important;
    background: url(/wp-content/uploads/2026/03/right-1.svg) no-repeat center / 50px;
}

/* faq section */
.custom-accordian summary.e-n-accordion-item-title[aria-expanded="false"] {
    border-radius: 20px;
}

.custom-accordian .e-n-accordion-item-title-icon {
    margin-left: auto;
}

.custom-accordian p a {
    color: #222;
    text-decoration: underline;
}

/* location section */
.pin-wrap img,
.pin-wrap svg {
    display: block;
}

.clm-marker .pin-label {
	color:#222;
    border-radius: 20px !important;
}

.clm-marker:hover .pin-label {
        color: #fff !important;
}

.map-after-layer:after {
    content: "";
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, rgb(255 255 255 / 20%), transparent);
    z-index: 1;
}

.map-after-layer .e-con-inner {
    z-index: 2;
}

/* article & news section */
.blog-list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
}

.blog-card-inr,
.archive-post article.elementor-post {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: 300ms all;
    background: #fff;
    border: 1px solid #2222221A;
}

.blog-image a {
    aspect-ratio: 5 / 3;
    overflow: hidden;
    display: block;
}

.blog-image a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transition: 300ms all;
    max-width: 100% !important;
}

.blog-card-inr:hover .blog-image img {
    transform: scale(1.075);
}

.card-content {
    padding: 20px;
}

.blog-meta {
    font-size: 12px;
    color: #222;
    margin-bottom: 10px;
}

.blog-meta .meta-sep {
    margin: 0 10px;
}

.blog-author {
    text-transform: capitalize;
}

.blog-card .blog-title {
    margin: 12px 0;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 58px;
}

.blog-title a {
    color: #222;
}

.blog-card-inr:hover .blog-title a {
    color: #0D623A;
}

.blog-card-inr:hover {
    box-shadow: 0 5px 16px 0 rgb(34 34 34 / 6%);
}

.blog-excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-link {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    line-height: 16px;
    text-transform: uppercase;
}

.blog-link span {
    position: relative;
}

.blog-link span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 1px;
    background: #222;
    transition: width 0.3s ease;
}

.blog-card-inr:hover .blog-link span:after {
    width: 100%;
}

.blog-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page-numbers {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F4F4F4;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    transition: 300ms all;
}

.page-numbers.current,
.page-numbers:hover {
    background: #0D623A !important;
    color: #fff;
}

.page-numbers:hover path {
    stroke: white;
}

.page-numbers.dots {
    /*     background: transparent !important; */
    color: #222 !important;
}

.elementor-widget-theme-post-content ol {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 15px;
}

.elementor-widget-theme-post-content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}

.awards-wrapper .elementor-swiper-button.elementor-swiper-button-prev,
.awards-wrapper .elementor-swiper-button.elementor-swiper-button-next {
    width: 50px;
    height: 50px;
    color: transparent !important;
    font-size: 0 !important;
}

.awards-wrapper .elementor-swiper-button.elementor-swiper-button-prev {
    left: -70px !important;
    background: url(/wp-content/uploads/2026/03/arrow-left.png) no-repeat center / 50px;
}

.awards-wrapper .elementor-swiper-button.elementor-swiper-button-next {
    right: -70px !important;
    background: url(/wp-content/uploads/2026/03/arrow-right.png) no-repeat center / 50px;
}

.award-type-white .elementor-main-swiper .swiper-slide {
    background-color: #f4f4f4 !important;
}

/* blog page css */
.blog-search input {
    border: 0;
    padding: 15px 25px 15px 50px;
    border-radius: 40px;
    background: url(/wp-content/uploads/2026/03/search.svg) no-repeat 20px center #F4F4F4;
    width: 100%;
    outline: none;
    font-family: 'Inter';
    height: 57px;
    font-size: 16px;
}

.blog-search-wrap {
    width: 300px;
}

.blog-categories,
.blog-tags {
    padding: 30px 30px 20px;
    background: #F4F4F4;
    border-radius: 15px;
    /* border: 1px solid #2222221A; */
}

.category-list li {
    border-top: 1px solid #22222226;
}

.category-list .cat-item {
    padding: 10px 0;
    display: flex;
    color: #222;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
	    justify-content: space-between;
}

.category-list .cat-item:hover,
.category-list .cat-item.active {
    color: #0D623A;
    text-decoration: underline;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-list .cat-item {
    display: inline-block;
    padding: 8px 12px;
    background: #fff;
    color: #222;
    font-size: 14px;
    line-height: 16px;
    border-radius: 20px;
    font-weight: 400;
}

.tag-list .cat-item:hover {
    color: #0d623a;
    background: rgb(13 98 58 / 5%);
}

.blog-categories h3,
.blog-tags h3 {
    margin: 0;
    margin-bottom: 20px;
}

.icon-listing ul ul {
    display: flex;
    width: 100%;
    list-style: disc !important;
    padding-left: 15px !important;
    flex-direction: column;
}

.elementor-post-navigation__link a {
    background: #fff;
    border: 1px solid #2222221A;
    border-radius: 10px;
    padding: 15px;
    display: inline-flex !important;
    max-width: 270px !important;
}

.elementor-post-navigation__link a:hover {
    border: 1px solid #222;
}

.elementor-element.elementor-element-6646b9b span.post-navigation__prev--label,
.elementor-element.elementor-element-6646b9b span.post-navigation__next--label {
    font-weight: 400 !important;
    font-family: 'Anton' !important;
}

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

.blog-filter,
.gallery-filters {
    padding: 8px 10px;
    background: #F4F4F4;
    border-radius: 50px;
    display: flex;
    gap: 10px;
}

.filter-btn,
.gallery-filter {
    font-family: 'Inter' !important;
    background: transparent;
    font-weight: 600 !important;
    padding: 12px 20px;
    font-size: 14px !important;
    border: 0;
    white-space: nowrap;
	color:#222;
}

.filter-btn.active,
.filter-btn:hover,
.gallery-filter.active,
.gallery-filter:hover {
    background: #0D623A;
    color: #fff;
}

.filter-container {
    margin-bottom: 40px;
}

/* contact css */
.address-icon-list .elementor-icon-list-text a {
    color: #222;
}

.address-icon-list .elementor-icon-list-text a:hover, .address-icon-list .elementor-icon-list-item a:hover .elementor-icon-list-text p {
    color: #0D623A;
}

.address-icon-list .elementor-icon-list-text p span {
    display: flex;
}

/* product page why choose */
.custom-icon-list.two-column-list {
    width: 100%;
}

.custom-icon-list.two-column-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 100px;
	align-items:center;
}

.two-column-list .elementor-icon-list-item {
    padding: 25px 0 !important;
    margin: 0 !important;
}

.two-column-list .elementor-icon-list-item:nth-last-child(2):after {
    border-color: transparent !important
}

/* gallery css */
div.gallery-grid {
    overflow: hidden;
    min-height: 500px;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 20px;
}

.c-gallery-item {
    display: block;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1;
}

.gallery-grid a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #22222299;
    transition: 300ms all;
    visibility: hidden;
    opacity: 0;
    border-radius: 20px;
}

.gallery-grid a:hover .gallery-overlay {
    opacity: 1;
    visibility: visible;
}

.gallery-caption {
position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* home show list */
#home-shows-container, #past-shows-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.home-show-item-inr {
    display: flex;
    align-items: center;
    gap: 30px;
}

.home-show-item {
    padding: 15px;
    background: #fff;
    border-radius: 20px;
	    width: 100%;
}

.show-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.show-meta p {
    font-size: 14px;
    font-weight: 500;
}

.show-meta p {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.show-content h3 {
    margin: 15px 0 8px;
    font-size: 30px;
}

.show-content a {
    color: #222;
}

.show-content a.visit-link {
    font-size: 14px;
    position: relative;
}

.show-content a.visit-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #0D623A;
    transition: 300ms all;
}

.show-content a:hover {
    color: #0D623A;
}

.show-content a:hover:after {
    width: 100%;
}

.show-thumb img {
    height: 100% !important;
    border-radius: 15px !important;
    object-fit: cover;
    width: 100%;
}

.show-thumb {
    aspect-ratio: 4 / 3;
    max-width: 300px;
}

button#load-more-shows, button#load-more-past-shows {
    margin: 50px auto 0;
}

.btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.loop-heading {
    overflow: hidden;
}

.loop-heading ul {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
    width: max-content;
    animation: marquee linear infinite;
}

.loop-heading li {
    list-style: disc;
    white-space: nowrap;
}


@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.card-overlay {
    min-height: 120px !important;
    position: absolute !important;
    bottom: 0;
}

.deck-card .text-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 300ms all;
}

.deck-card.expanded .text-content p {
    -webkit-line-clamp: unset;
}

button.toggle-text {
    background: none;
    border: none;
    font-weight: 600 !important;
    cursor: pointer;
    padding: 0;
    font-size: 14px !important;
    font-family: 'Inter' !important;
}

button.toggle-text:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.show-less {
    display: none;
}

.deck-card.expanded .show-more {
    display: none;
}

.deck-card.expanded .show-less {
    display: inline;
}

.value-list li.elementor-icon-list-item {
    width: calc(33% - 30px);
    margin-bottom: 10px;
}

/* timeline css */
.timeline {
    position: relative;
}

.timeline:before {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 0 !important;
    width: 1px !important;
    height: 100% !important;
    background: #222;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 40px 60px;
    box-sizing: border-box;
}

.timeline-left {
    left: 0;
    text-align: right;
}

.timeline-right {
    left: 50%;
}

.timeline-left:after {
    content: "";
    position: absolute;
    left: 50px;
    top: 28px;
    width: calc(100% - 50px);
    border-top: 1px dashed #222;
}

.timeline-right:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 28px;
    width: calc(100% - 50px);
    border-top: 1px dashed #222;
}

.timeline-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2;
}

.timeline-right .timeline-icon {
    margin-left: auto;
}

.timeline-left:before {
    content: "" !important;
    position: absolute !important;
    top: 25px !important;
    left: 100% !important;
    transform: translateX(-50%) !important;
    width: 8px !important;
    height: 8px !important;
    background: #222;
    border-radius: 50% !important;
}

.timeline-right:before {
    content: "" !important;
    position: absolute !important;
    top: 25px !important;
    left: 0 !important;
    transform: translateX(-50%) !important;
    width: 8px !important;
    height: 8px !important;
    background: #222;
    border-radius: 50% !important;
}

.timeline-left li.elementor-icon-list-item {
    flex-direction: row-reverse;
    gap: 10px;
}

.timeline-item {
    /* opacity:0; */
    transform: translateY(40px);
    transition: all .6s cubic-bezier(.22, 1, .36, 1);
}

.timeline-item.active {
    /* opacity:1; */
    transform: translateY(0);
}

.timeline-item .timeline-icon .elementor-icon-wrapper {
    display: flex;
}

.timeline-item.active .timeline-icon {
    background: #0b6b3a;
}

.timeline-item.active .timeline-icon path {
    stroke: #fff !important;
}

.timeline-item.active h4.elementor-heading-title {
    color: #0b6b3a !important;
}

.timeline-left.active:before, .timeline-right.active:before {
    background: #24704c;
}

.timeline-left.active:after, .timeline-right.active:after {
    border-color: #24704c;
}

.home .blog-filter-wrap {
    display: none;
}

.filter-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.scroll-filter {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 10px;
    flex: 1;
	    max-width: max-content;
    margin: 0 auto;
}

.scroll-filter::-webkit-scrollbar {
    display: none;
}

.scroll-arrow {
    background: #0d623a;
    color: #fff;
    border: none;
    cursor: pointer;
    height: 50px;
    width: 50px;
    line-height: 56px;
}

.blog-filter-wrap .filter-container {
    margin-bottom: 0 !important;
}

.blog-filter-wrap .filter-container {
    max-width: calc(100% - 300px);
}

body:not(.page-photos):not(.page-insights) .filter-container {
    display: none;
}

.clm-frontend-map[data-view="list"] {
    aspect-ratio: initial;
    height: 100%;
}

.clm-frontend-map[data-view="list"] .custom-map-list li {
    background: #ecf3f0 !important;
    transition: 300ms all;
	border-radius:10px;
}

.archive .blog-filter-wrap {
    display: none;
}

.social-list ul li:first-child a img {
    width: 24px;
    height: 24px;
    margin-right: -3px;
}

body.search-open{
	overflow:hidden;
}

body.search-open main:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    top: 0;
    left: 0;
    z-index: 91;
    cursor: pointer;
}

body.search-open main {
    position: relative;
}

.custom-e-gallery .gallery-item img {
    height: 100%;
    width: 100%;
	object-fit:cover;
}

.custom-e-gallery .gallery-icon {
    height: 100%;
}

.custom-e-gallery figure.gallery-item {
    aspect-ratio: 1;
/* 	margin-bottom:20px !important; */
}

.custom-e-gallery .gallery-icon a {
	position:relative;
	    display: block;
    height: 100%;
}

.custom-e-gallery .gallery-icon a:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
    background: url(/wp-content/uploads/2026/03/eye.svg) #22222299 no-repeat center;
    transition: 300ms all;
    border-radius: 20px;
	    width: 100%;
    height: 100%;
	opacity:0;
	visibility:hidden;
}

.custom-e-gallery .gallery-icon a:hover:after {
		opacity:1;
	visibility:visible;
}

.two-image-wrapper .elementor-element {
    width: calc(50% + 25px);
	    height: 100%;
}

.two-image-wrapper .elementor-element img {
height: 300px;
    object-fit: cover;
    width: 100%;
}

.two-image-wrapper .elementor-element + .elementor-element {
       margin-left: -50px;
    padding-top: 50px;
}

#sb_instagram #sbi_images .sbi_item {
    border-radius: 20px;
}

#sb_instagram #sbi_load {
    margin-top: 40px;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    font-size: 16px !important;
    border-radius: 30px !important;
	    padding: 10px 20px !important;
	font-family: "Anton", Sans-serif;
    font-weight: 400;
	    align-items: center;
    display: inline-flex !important;
}

    #sb_instagram.sbi_width_resp {
        padding-bottom: 0 !important;
    }

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.lg-sub-html p {
    font-size: 16px !important;
	font-weight: 600;
}

.page-tabs .elementor-icon-list-items {
    padding: 8px 10px !important;
    border-radius: 40px;
    background: #f4f4f4;
    justify-content: space-between;
    gap: 10px !important;
    overflow: auto;
    margin: 0 auto !important;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
}

.page-tabs .elementor-icon-list-item .elementor-icon-list-text {
    position: relative;
    flex: 1;
    text-align: center;
    white-space: nowrap;
    background: transparent;
    border: 0;
    font-size: 16px;
    color: #12121280;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 20px;
    border-radius: 40px;
}

.page-tabs .elementor-icon-list-item.active .elementor-icon-list-text, .page-tabs .elementor-icon-list-item a:hover .elementor-icon-list-text {
    background: #0d623a;
    color: #fff !important;
}

.res-btm-bar .footer-title, .res-btm-left .address-list li {
    display: none;
}

.res-btm-left .address-list li:last-child {
    display: flex;
}

.res-btm-left .address-list li a {
    display: flex;
    color: #222;
    gap: 2px;
	    font-size: 12px;
    line-height: 17px;
}

.contact-form-wrap h2.gform_title {
    margin: 0 0 5px;
}

.contact-form-wrap .gform_required_legend {
    display: none;
}

.contact-form-wrap .gform-theme--foundation .gform_fields {
    row-gap: 20px;
}

.contact-form-wrap form {
	margin-top:25px;
}

.contact-form-wrap legend.gfield_label.gform-field-label.gfield_label_before_complex {
    display: none;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
    --gf-local-border-color: #0d623a !important;
    --gf-local-outline-color: rgb(13 98 58 / 68%) !important;
    --gf-local-outline-color: rgb(13 98 58 / 46%) !important;
}

.contact-form-wrap input#gform_submit_button_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    background: #0D623A;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400 !important;
    font-family: "Anton", sans-serif;
    color: #fff;
    text-transform: uppercase;
    gap: 10px;
    border: 1px solid #0d623a;
    cursor: pointer;
    max-width: 130px;
    margin: 0 auto;
}

.contact-form-wrap input#gform_submit_button_1:hover {
	opacity:0.9;
}

label.gfield_label.gform-field-label {
    color: #585e6a;
    font-weight: 300;
    font-size: 14px;
}

.contact-form-wrap .elementor-kit-8 h2 {
        font-size: 30px;
    }

.contact-form-wrap .gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice {
    background-color: #0d623a;
}

.sunroom-comparison{
  width:100%;
  border-collapse:collapse;
  font-family:Arial, sans-serif;
}

.sunroom-comparison th,
.sunroom-comparison td{
  border:1px solid #ddd;
  padding:12px;
  text-align:left;
}

.sunroom-comparison th{
  background:#f5f5f5;
  font-weight:600;
}

.sunroom-comparison tr:nth-child(even){
  background:#fafafa;
}

.sunroom-comparison caption{
  caption-side: top;
  font-size:20px;
  font-weight:600;
  margin-bottom:10px;
  text-align:left;
}

.search-main-wrap {
    padding: 90px 0;
	background: #f4f4f4;
}

.search-main-form {
    padding: 40px 0;
	    text-align: center;
}

.search-main-inr .cus-btn {
    max-width: 173px;
}

.search-main-inr .field-wrap {
    display: inline-flex;
    border-radius: 50px;
    overflow: hidden;
    width: 100%;
}

.search-main-inr .field-wrap button {
    background: #0d623a;
    border: 0;
    height: 45px;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.search-main-inr .field-wrap button:hover {
	opacity:0.9;
}

.search-main-inr .field-group {
    max-width: 500px;
    margin: 0 auto;
}

.load-more-wrapper {
    display: flex;
    justify-content: center;
}

.search-main-inr .field-wrap input {
    padding: 10px 20px;
    font-family: "Inter";
    border: 0;
    width: 100%;
	outline:none;
}

.newsletter p a {
    color: #fff;
}

.newsletter p a:hover {
    opacity:0.85;
}

/* featured project css */
.project-list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.project-item-inr {
    padding: 20px;
    border: 1px solid #2222221A;
    border-radius: 20px;
	transition:300ms all;
	height:100%;
}

.project-item-inr:hover {
    border: 1px solid #222;
}

.project-item-inr .project-img {
    aspect-ratio: 4 / 2.5;
    display: block;
	overflow: hidden;
	border-radius: 15px;
}

.project-item-inr .project-img img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 300ms all;
}

.project-tag-list a {
    border: 1px solid #22222233;
    padding: 5px 8px;
    display: inline-block;
    border-radius: 20px;
    font-size: 11px;
    text-transform: uppercase;
    color: #222222;
    line-height: 14px;
}

.project-tag-list {
    margin: 20px 0;
    display: flex;
    gap: 5px;
	flex-wrap:wrap;
}

.project-title {
	margin:15px 0 0;
}

.project-title a {
    color: #222222;
    text-transform: uppercase;
}

.project-item-inr .project-img:hover img {
    transform: scale(1.1);
}

.project-single-wrapper {
    display: flex;
    gap: 50px;
}

.product-cat {
    background: #0D623A;
    color: #fff;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 20px;
    border: 1px solid #00000033;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.product-right-card {
    background: #F4F4F4;
    padding: 30px;
    border-radius: 20px;
}

.product-right-card + .product-right-card {
    margin-top: 30px;
}

.product-right-card .product-dtl h4 {
    padding-bottom: 5px;
}

.product-dtls li {
    display: flex;
    padding: 15px 0;
}

.product-dtls li + li {
    border-top: 1px solid #2222221A;
}

.product-dtls li:last-child {
	padding-bottom:0;
}

.product-dtl-left {
    display: flex;
    align-items: center;
    gap: 6px;
	width: 150px;
}

.product-single-right {
    width: 490px;
    flex: 0 0 490px;
}

.product-single-left {
    flex: 1;
}

.product-right-card h4 {
    margin: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
}

.product-dtl-left strong {
    font-weight: 600;
}

.product-tag-list li {
    background: #fff;
    padding: 6px 10px;
    border-radius: 20px;
}

.product-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-share {
    display: flex;
	align-items: center;
    gap: 20px;
}

.product-share-list {
    display: flex;
    gap: 15px;
}

.product-right-card .product-share h4 {
    padding: 0;
}

.project-gallery {
    overflow: hidden;
    min-height: 500px;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 20px;
	    padding: 40px 0;
}

.project-gallery-item {
    display: block;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1;
}

.project-gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

.project-gallery-item a:hover .gallery-overlay {
    opacity: 1;
    visibility: visible;
}

.project-single-top {
    padding: 15px 0;
	border-top:1px solid #22222233;
	border-bottom:1px solid #22222233;
}

.project-single-heading .project-main-title {
    margin: 0;
	padding-top:40px;
    padding-bottom: 30px;
    font-size: 45px;
	line-height:65px;
}

.ratings-section {
    background: #F4F4F4;
    padding: 90px 0 110px;
    margin-bottom: -20px;
}

    .logo-slider .elementor-main-swiper {
        position: static;
    }

.logo-slider .elementor-swiper-button svg {
    opacity: 0;
}

    .awards-wrapper .elementor-swiper-button.elementor-swiper-button-prev,
    .awards-wrapper .elementor-swiper-button.elementor-swiper-button-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

.gfield--type-name .name_first label::after,
.gfield--type-name .name_last label::after,
.gfield--type-address .address_line_1 label::after,
.gfield--type-address .address_city label::after,
.gfield--type-address .address_state label::after,
.gfield--type-address .address_zip label::after {
    content: " *";
    color: #c02b0a;
}

/* .mobile-hero-slider .swiper-slide > .elementor-element {
	    height: initial !important;
} */