/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */


/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

header {
    float: left;
    width: 100%;
}

main {
    float: left;
    width: 100%;
}

footer {
    float: left;
    width: 100%;
}

body {
    float: left;
    width: 100%;
    margin: 0;
    font-family: 'Helvetica Neue';
    overflow-x: hidden !important;
}
.top-bar {
    overflow-x: hidden !important;
}
main {
    overflow: hidden !important;
}

footer.footer {
    overflow-x: hidden !important;
}

a {
    position: relative;
}

header.main-header {
    position: relative;
    z-index: 9;
}
h2,h3,h4 {
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 25px;
}
p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}
li {
	font-size: 16px;
    color: #666;
    line-height: 1.5;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
 Header Start
   ========================================================================== */

.cs_container {
    width: 100%;
    margin: auto;
    padding: 0 85px;
}


.container {
    width: 100% !important;
    margin: 40px auto !important;
    padding: 0 85px !important;
	max-width: unset !important;
}

.top-bar {
    background-color: #0f5c55;
    color: #fff;
    font-size: 14px;
    padding: 17px 0;
}

.top-right ul {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.top-right ul li {
    list-style: none;
    display: inline-block;
}

.top-right a {
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    color: #fff;
    padding: 0 0 4px 0px;
}

.top-right a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.top-right a:hover:after {
    width: 100%;
    left: 0;
}

.top-right a:focus:after {
    width: 100%;
    left: 0;
}

.main-header {
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    position: relative;
}

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

.logo img {
    height: 70px;
}

.logo span {
    font-weight: bold;
    font-size: 18px;
    color: #0f5c55;
}

.nav-menu ul {
    list-style: none;
    display: flex;
    gap: 35px;
    margin: 0;
}

.nav-menu a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    position: relative;
    padding-bottom: 5px;
    font-weight: 500;
}

.nav-menu a.active,
.nav-menu a:hover,
.nav-menu a:focus {
    color: #0f5c55;
}

.nav-menu a::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #18b998;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.nav-menu a:hover:after {
    width: 100%;
    left: 0;
}

.nav-menu a:focus:after {
    width: 100%;
    left: 0;
    border: none;
    outline: none;
}

.nav-menu a.active:after {
    width: 100%;
    left: 0;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #18b998;
    transition: 0.3s;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}


/* ==========================================================================
 Header End
   ========================================================================== */


/* ==========================================================================
 Footer Start
   ========================================================================== */

.footer {
    background: #0f5c55;
    color: #fff;
    font-family: Arial, sans-serif;
}

.container {
    width: 95%;
    max-width: 1200px;
    margin: auto;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-brand .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.footer-brand img {
    height: 70px;
}

.footer-brand h2 {
    font-size: 20px;
    letter-spacing: 1px;
}

.contact-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    padding: 14px 25px;
    border-radius: 30px;
    margin-bottom: 15px;
    width: fit-content;
    font-size: 18px;
    font-weight: 500;
    min-width: 290px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.contact-pill:hover {
    background: #18b998;
}

.contact-pill:focus {
    background: #18b998;
}

.address {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
}

.address p {
    line-height: 1.6;
	color:#fff;
}
.footer-bottom p {
	color:#fff;
}

.footer-column h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #7fe0d2;
    font-weight: 500;
}

.footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    transition: 0.3s;
    line-height: 16px;
    position: relative;
}

.footer-column ul li a::after {
    content: "";
    background-image: url(../img/arrow.png);
    width: 7px;
    height: 11px;
    position: absolute;
    left: -8px;
    bottom: 4px;
    display: none;
}

.footer-column ul li a:hover {
    color: #7fe0d2;
    padding-left: 5px;
}

.footer-column ul li a:hover::after {
    display: block;
}

.footer-column ul li a:focus {
    color: #7fe0d2;
    padding-left: 5px;
    border: none;
    outline: none;
}

.footer-column ul li a:focus::after {
    display: block;
}

.social {
    margin-top: 30px;
}

.social span {
    display: block;
    margin-bottom: 10px;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
}

.social-icons a:hover {
    background: #7fe0d2;
    color: #0f5c55;
}

.social-icons a:focus {
    background: #7fe0d2;
    color: #0f5c55;
}

.footer-bottom {
    background: #0b4742;
    padding: 18px 0;
    font-size: 14px;
}

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

.bottom-links a {
    color: #fff;
    margin-left: 20px;
    text-decoration: none;
    padding: 0 0 4px 0;
    position: relative;
}

.bottom-links a::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #18b998;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.bottom-links a:hover:after {
    width: 100%;
    left: 0;
}

.bottom-links a:focus:after {
    width: 100%;
    left: 0;
}


/* ==========================================================================
 Footer End
   ========================================================================== */


/* ==========================================================================
 Banner Start
   ========================================================================== */

.banner {
    padding: 0 0 40px 0;
}

.bannter_txt {
    position: absolute;
    left: 200px;
    bottom: 50%;
    z-index: 1;
    margin-bottom: -109px;
}

.bannter_txt h1 {
    font-size: 65px;
    line-height: 68px;
    color: #000;
    font-weight: 500;
    margin: 0 0 30px 0;
}

.discover-btn {
    display: inline-block;
    background-color: #1abc9c;
    color: #ffffff;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.discover-btn:hover {
    background-color: #0f5c55;
    color: #ffffff;
}

.discover-btn:focus {
    background-color: #0f5c55;
    color: #ffffff;
}

.banner .carousel-control-prev,
.banner .carousel-control-next {
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    border: 2px solid;
    border-radius: 50%;
}

button.carousel-control-prev {
    left: 40px;
}

button.carousel-control-next {
    right: 40px;
}


/* ==========================================================================
 Banner End
   ========================================================================== */


/* ==========================================================================
brand section Start
   ========================================================================== */

.brand-section {
    padding: 40px 0;
}

.brand_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.brand-content {
    flex: 1;
}

.brand-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.brand-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 600px;
}

.brand-btn {
    display: inline-block;
    background-color: #1abc9c;
    color: #fff;
    padding: 12px 28px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.brand-btn:hover {
    background-color: #17a589;
}

.brand-image {
    flex: 1;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.brand-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* ==========================================================================
 brand section Start End
   ========================================================================== */


/* ==========================================================================
 latest products Start
   ========================================================================== */

.latest-products_wrap {
    padding: 40px 0;
}

.latest-products_wrap h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    margin: 0 0 40px 0;
    padding: 0 110px 0 0;
}

.product_img {
    width: 100%;
    aspect-ratio: 1;
    padding: 40px;
    background: #e5e5e4;
    border-radius: 10px;
}

.product_txt h4 {
    font-size: 14px;
    margin: 10px 0 7px;
    color: #848484;
}

.product_txt h5 {
    font-size: 18px;
    line-height: 18px;
    color: #000;
}

.latest-products_wrap .owl-dots {
    display: none;
}

.latest-products_wrap .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
    display: flex;
    gap: 12px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    font-size: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    border: 2px solid #000 !important;
    border-radius: 50% !important;
    align-items: center;
    justify-content: center;
    padding: 0px 0 4px 0 !important;
}

.latest-products_wrap a {
    text-decoration: none;
}


/* ==========================================================================
 latest products End
   ========================================================================== */


/* ==========================================================================
product categories Start
   ========================================================================== */

.product-categories {
    padding: 60px 0;
    background: #f3f3f3;
}

.container {
    width: 1200px;
    max-width: 95%;
    margin: auto;
}

.section-title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    margin: 0 0 20px 0;
    padding: 0 110px 0 0;
}


/* GRID LAYOUT */

.categories-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, 280px);
    gap: 20px;
}


/* Large card spans 2 rows */

.large {
    grid-row: span 2;
}


/* Card Styling */

.card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

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


/* Dark overlay */

.card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
}


/* Content */

.card-content {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #fff;
    z-index: 2;
    max-width: 80%;
}

.badge {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 13px;
    margin-bottom: 15px;
}

.card h3 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 26px;
}

.card p {
    font-size: 14px;
	color:#fff;
}

.card a {
    display: block;
    height: 100%;
    width: 100%;
}


/* Hover Effect */

.card:hover img {
    transform: scale(1.1);
}


/* ==========================================================================
product categories End
   ========================================================================== */


/* ==========================================================================
PARALLAX SECTION Start
   ========================================================================== */


/*  */

.parallax {
    position: relative;
    background: url("../img/paralax.jpg") no-repeat center center/cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 125px 0;
}


/* Dark overlay */

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.05);
}


/* Content */

.content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
}

.badge {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 16px;
    margin-bottom: 20px;
    transition: 0.3s ease;
    font-weight: 500;
    text-decoration: none;
}

.badge:hover {
    transform: translateY(-3px);
}

.badge:focus {
    transform: translateY(-3px);
}

.parallax h3 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 15px;
}

.parallax h3 strong {
    font-weight: 700;
}

.parallax p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
    font-weight: 600;
	color:#fff;
}


/* ==========================================================================
PARALLAX SECTION End
   ========================================================================== */


/* ==========================================================================
 Newsletter Start
   ========================================================================== */

.newsletter {
    background: #fff;
    padding: 40px 0;
}

.newsletter-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.newsletter-title {
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

.newsletter-form {
    display: flex;
    align-items: center;
    gap: 15px;
}

.newsletter-form input.wpcf7-form-control.wpcf7-email {
    width: 380px;
    padding: 14px 20px;
    border-radius: 40px;
    border: 2px solid #000;
    outline: none;
    font-size: 14px;
}

.newsletter-form p {
    display: flex;
    gap: 10px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.discover-btn {
    border: none;
}

.newsletter-form button {
    border: none;
}


/* ==========================================================================
 Newsletter End
   ========================================================================== */


/* ==========================================================================
 testimonial Start
   ========================================================================== */

.testimonial-section {
    background: #d9e3df;
    padding: 80px 0;
    text-align: center;
    position: relative;
}

.testimonial-slider .item {
    margin: auto;
    padding: 0 300px;
}

.stars {
    color: #1c7c54;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 5px;
}

.testimonial-slider p {
    font-size: 40px;
    margin-bottom: 20px;
    color: #000;
    line-height: 60px;
    font-weight: 600;
}

.author {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}


/* Arrows */

.testimonial-section .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
    border: 1px solid #000 !important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    font-size: 20px !important;
}

.testimonial-section .owl-nav .owl-prev {
    left: 30px;
}

.testimonial-section .owl-nav .owl-next {
    right: 30px;
}


/* Dots */

.testimonial-section .owl-dots {
    margin-top: 0px;
}

.testimonial-section .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    background: #999 !important;
}

.testimonial-section .owl-dot.active span {
    background: #000 !important;
}

.testimonial-section button.owl-dot {
    width: 12px;
    height: 12px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #000;
    margin: 0 7px;
}

.testimonial-section button.owl-dot.active {
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
}


/* ==========================================================================
 testimonial END
   ========================================================================== */


/* ==========================================================================
Banner inner Start
   ========================================================================== */

.hero {
    position: relative;
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_about {
    background: url("../img/about_banner.jpg") center center / cover no-repeat;
}

.hero_gps {
    background: url("../img/gps.jpg") center center / cover no-repeat;
}

.hero .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

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

.hero-content h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 1px;
}


/* ==========================================================================
Banner inner End
   ========================================================================== */


/* ==========================================================================
about section Start
   ========================================================================== */

.about-section {
    background: #fff;
    padding: 60px 0 0;
}

.about-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

.about-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
    margin-bottom: 20px;
}

.about-header p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.feature-box {
    text-align: left;
}

.icon {
    margin-bottom: 15px;
}

.about-section .badge {
    display: inline-block;
    background: #edf6f2;
    color: #18ba9a;
    padding: 10px 24px;
    border-radius: 25px;
    font-size: 14px;
    margin-bottom: 15px;
    border: none;
}

.feature-box p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.section-divider {
    margin-top: 60px;
    border: none;
    height: 1px;
    background: #a1a1a1;
}


/* ==========================================================================
about section End
   ========================================================================== */


/* ==========================================================================
split-section Start
   ========================================================================== */

.split-section {
    background: #fff;
    padding: 60px 0 0;
}

.split-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.split-content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #111;
}

.split-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.split-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}


/* ==========================================================================
split-section End
   ========================================================================== */


/* ==========================================================================
Latest products Start
   ========================================================================== */

.product_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.product_grid .product_img img {
    width: 100%;
}


/* ==========================================================================
Latest products End
   ========================================================================== */


/* ==========================================================================
gallery Start
   ========================================================================== */

.gallery-section {
    padding: 60px 0;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

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

.gallery-item {
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.4s ease;
}

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

.load-more-wrapper {
    text-align: center;
    margin-top: 50px;
}

.load-more-wrapper .discover-btn {
    border: none;
}


/* Lightbox */

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    padding: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
}

.lightbox-img {
    max-width: 90%;
    max-height: 85%;
}

.close {
    position: absolute;
    top: 25px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}


/* ==========================================================================
gallery End
   ========================================================================== */


/* ==========================================================================
features section start
   ========================================================================== */

.features-sectionMap {
    margin: 0 0 55px 0;
}

.features-sectionMap img {
    width: 100%;
}

.features-section {
    background: #fff;
    padding: 60px 0 0;
}

.container {
    max-width: 1300px;
    margin: auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
    background-color: #edf6f2;
    padding: 0 40px 30px;
}

.feature-item {
    text-align: left;
}

.number {
    width: 38px;
    height: 38px;
    background: #0f3f3d;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: -20px;
}

.feature-item h3 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #0f3f3d;
    margin-bottom: 15px;
}

.feature-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #2f2f2f;
}


/* ==========================================================================
features section End
   ========================================================================== */


/* ==========================================================================
Project page start
   ========================================================================== */


/* ========================
   PROJECT BLOCK
======================== */

.project-block {
    margin: 0;
    padding: 60px 0;
}

.project-top {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.project-block.reverse .project-top {
    direction: rtl;
}

.project-block.reverse .project-content {
    direction: ltr;
}

.project-image img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.project-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.project-content p {
    color: #555;
    margin-bottom: 25px;
    line-height: 1.6;
}

.gallery-btn {
    background: #20b18c;
    color: white;
    border: none;
    padding: 12px 28px;
    cursor: pointer;
    transition: 0.3s;
}

.gallery-btn:hover {
    background: #179c78;
}

.gallery-btn.disabled {
    background: #888;
    cursor: not-allowed;
}


/* ========================
   GALLERY SECTION
======================== */

.gallery-section_new {
    background: #cfd8d5;
    margin-top: 40px;
    overflow: hidden;
    transition: max-height 0.6s ease, padding 0.3s ease;
}

.gallery-section_inner {
    padding: 20px 40px 40px;
}

.gallery-section_new {
    display: none;
}

.gallery-section_new.active {
    max-height: 900px;
    padding: 30px 20px 50px;
}

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

.close-btn {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #179c78;
    padding: 2px 10px;
    background: #efefef;
    border-radius: 50%;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 30px 0;
}

.gallery-grid img {
    width: 100%;
    border-radius: 4px;
}

.load-more {
    text-align: center;
}

.load-btn {
    background: #20b18c;
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 25px;
    cursor: pointer;
}


/* ==========================================================================
Project page End
   ========================================================================== */


/* ==========================================================================
Finishes Start
   ========================================================================== */


/* =============================
   Finishes Section
============================= */

.finishes {
    padding: 80px 0;
    background: #f8f9fa;
}

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


/* Card */

.finish-card {
    background: #ffffff;
    padding: 40px 25px;
    border-radius: 14px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.finish-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}


/* Icon */

.finish-icon img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}


/* Title */

.finish-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}


/* Description */

.finish-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}


/* Button */

.download-btn {
    display: inline-block;
    padding: 12px 22px;
    background: #0d6efd;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.download-btn i {
    margin-right: 6px;
}

.download-btn:hover {
    background: #084298;
    color: #fff;
}


/* =============================
   Responsive
============================= */

@media (max-width: 1024px) {
    .finishes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .finishes-grid {
        grid-template-columns: 1fr;
    }
}


/* ==========================================================================
Finishes End
   ========================================================================== */


/* =============================
   Finishes Section
============================= */

.finishes {
    padding: 60px 0;
    background: #f8f9fa;
}

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

.finish-card {
    background: #ffffff;
    padding: 40px 25px;
    border-radius: 14px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.finish-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.finish-icon img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.finish-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.finish-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}


/* ==========================================================================
contact us Start
   ========================================================================== */

.top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0 60px;
    gap: 50px;
}

.left-content h1 {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
}

.left-content p {
    color: #666;
    font-size: 16px;
}

.right-image img {
    width: 100%;
    max-width: 700px;
    border-radius: 12px;
    display: block;
}

.info-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 60px 0 100px;
    border-top: 1px solid #ddd;
}

.info-box h4 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

.info-box p {
    margin-bottom: 10px;
    color: #333;
}

.info-box a {
    color: #000;
    text-decoration: underline;
    font-size: 14px;
}

.logo_in {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo_in img {
    max-width: 250px;
}

.pill {
    display: inline-block;
    background: #edf6f2;
    padding: 10px 18px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #18ba9a;
    font-weight: 500;
}

.small-info p {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

.full-image-section {
    width: 100%;
    line-height: 0;
    /* removes bottom gap */
}

.full-image-section img {
    width: 100%;
    height: auto;
    display: block;
}


/* ==========================================================================
contact us End
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}


/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

/****/
.page-template-tpl_product_catalouge .latest-products_wrap {
	margin: 60px 0;
}
.page-template-tpl_product_catalouge .latest-products_wrap .product_grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}
.page-template-tpl_product_catalouge .latest-products_wrap .product_grid .item{
    height: 100%;
}
.page-template-tpl_product_catalouge .latest-products_wrap .product-card{
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
}
.page-template-tpl_product_catalouge .latest-products_wrap .product_img {
    width: 100%;
    aspect-ratio: 3/ 4;
    overflow: hidden;
    padding: 0;
}
.page-template-tpl_product_catalouge .latest-products_wrap .product_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.page-template-tpl_product_catalouge .latest-products_wrap .product_txt {
    padding: 14px 14px 30px 14px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-template-tpl_product_catalouge .latest-products_wrap .product_txt h3 {
    font-size: 18px;
    line-height: 27px;
    margin: 0;
    width: 100%;
    padding: 0;
    text-align: left;
    color: #107174;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
    font-weight: 500;
}
#mega-menu-wrap-main_menu .mega-menu-toggle {
	background-color: transparent !important;
}

#mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated span.mega-toggle-animated-inner {
    background: #0f5c55;
}
#mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
	background: #0f5c55;
}
#mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
	background: #0f5c55;
}
/**** Partner page section new start ****/
.partners_wrap .row{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:30px;
}
.partners_wrap .col-md-3{
    width:100%;
    padding:0;
}
.partners_wrap  h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}




.partners_wrap .col-md-3{
    margin-bottom:30px;
}

.sp_wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px;
    background: #dff7f3;
    transition: 0.3s ease;
    border-radius: 10px;
    border: 2px solid #a4d3cb;
}

.sp_wrap:hover{
    box-shadow:0 8px 25px rgba(0,0,0,0.1);
}

.partner_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    width: 100%;
    height: 135px;
}
.partner_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner_logo img {
    max-height: 110px;
    width: 100%;
}

.parnters_text{
    flex-grow:1;
}

.parnters_text h4{
    font-size:18px;
    margin-bottom:8px;
}

.parnters_text p{
    font-size:14px;
    line-height:1.5;
    margin:0;
}

.parnters_text a{
    color:inherit;
    text-decoration:none;
}
@media (max-width:1280px){
    .partners_wrap .row{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:992px){
    .partners_wrap .row{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width:768px){
.partners_wrap  h3 {
    font-size: 28px;
	}
}

@media (max-width:660px){
    .partners_wrap .row{
        grid-template-columns: 1fr;
    }
}
/**** Partner page section new End ****/















