@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    overflow-x: hidden;
}

@media (hover: hover) and (pointer: fine) {
    .navbar-nav .dropdown:hover > .dropdown-menu { display: block; }
    .navbar-nav .dropdown .dropdown-menu { margin-top: 0; }
}
#mainNav { transition: background-color .3s ease, box-shadow .3s ease; }
#mainNav.navbar-transparent { background-color: transparent; box-shadow: none; }
#mainNav.navbar-colored { background-color: #ffffff; box-shadow: 0 8px 24px rgba(0,0,0,.06); }
#mainNav .nav-link { color: #0e0b06; }
#mainNav.navbar-transparent .nav-link { color: #fff; }
#mainNav.navbar-transparent #navLogo { filter: brightness(100%); }
#mainNav.navbar-colored #navLogo { filter: none; }

/* Navigation Styles */
.navbar {
    transition: all 0.3s ease;
    padding: 1rem 0;
}

.navbar.transparent {
    background-color: transparent !important;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.navbar:not(.transparent) {
    background-color: #2d3748 !important;
}

.navbar.scrolled {
   background-color: #494949 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;

}

.navbar-brand img {
    height: 50px;
    transition: height 0.3s ease;
}

.navbar.scrolled .navbar-brand img {
    height: 50px;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
    font-size: 0.9rem;
}

.nav-link:hover {
    color: #0ea5e9 !important;
}

/* Language Flags */
.language-flags {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.language-flags img {
    width: 30px;
    height: 20px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 3px;
    transition: transform 0.2s ease;
}

.language-flags img:hover {
    transform: scale(1.1);
}

/* Navbar Toggler for Mobile */
.navbar-toggler {
    border-color: #000;
}

/* Theme Variables */
:root { --procounsel-primary: #19223a; --procounsel-primary-rgb: 25,34,58; --procounsel-base: #c7954a; --procounsel-white: #fff; --procounsel-black: #0e0b06; }
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; }

/* Main Slider */
.main-slider-one { position: relative; }
.main-slider-one__carousel { position: relative; width: 100%; }
.main-slider-one__carousel.owl-carousel .owl-dots { left: 50px; margin: auto 0; position: absolute; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; }
@media (max-width: 1499px) { .main-slider-one__carousel.owl-carousel .owl-dots { left: 40px; } }
@media (max-width: 767px) { .main-slider-one__carousel.owl-carousel .owl-dots { right: 0; left: 0; top: auto; bottom: 20px; transform: none; flex-direction: row; justify-content: center; } }
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot { width: 10px; height: 10px; background-color: rgba(255,255,255,.3); border-radius: 50%; position: relative; display: inline-block; margin: 5px 0; }
@media (max-width: 767px) { .main-slider-one__carousel.owl-carousel .owl-dots .owl-dot { margin: 0 11px; } }
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot::after { content: ""; width: 24px; height: 24px; border: 1px solid rgba(255,255,255,.3); position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0); border-radius: 50%; transition: all 300ms ease; }
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot span { display: none; }
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot:hover, .main-slider-one__carousel.owl-carousel .owl-dots .owl-dot.active { background-color: var(--procounsel-base, #c7954a); }
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot:hover::after, .main-slider-one__carousel.owl-carousel .owl-dots .owl-dot.active::after { transform: translate(-50%,-50%) scale(1); }
.main-slider-one__item { background-color: var(--procounsel-black, #0e0b06); position: relative; min-height: 88vh; padding-top: 26vh; padding-bottom: 18vh; }
@media (max-width: 991px) { .main-slider-one__item { min-height: 88vh; padding-top: 28vh; padding-bottom: 20vh; } }
.main-slider-one__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-size: cover; transition: all 1500ms ease; will-change: transform; overflow: hidden; transform: scale(0.9); }
.main-slider-one__overlay-one { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.main-slider-one__overlay-two { position: absolute; left: 0; bottom: 0; width: 100%; height: 22vh; }
.main-slider-one__content { position: relative; display: inline-block; z-index: 5; overflow: hidden; }
.main-slider-one__title { color: var(--procounsel-white, #fff); font-size: 90px; line-height: 95px; margin: 0 0 20px; opacity: 0; transform: translateX(-380px); transition: all 1500ms ease; }
@media (max-width: 991px) { .main-slider-one__title { font-size: 60px; line-height: 65px; } }
@media (max-width: 767px) { 
    .main-slider-one__title { display: none; }
    .main-slider-one__text { display: none; }
}
.main-slider-one__text { font-weight: 400; font-size: 16px; color: rgba(255,255,255,.8); margin-bottom: 30px; opacity: 0; transform: translateY(-400px); transition: all 1500ms ease; }
.main-slider-one .owl-item.active .main-slider-one__bg { transform: scale(1); }
.main-slider-one .owl-item.active .main-slider-one__text { opacity: 1; transform: translateY(0); transition-delay: 1100ms; }
.main-slider-one .owl-item.active .main-slider-one__title { opacity: 1; transform: translateX(0); transition-delay: 1300ms; }

/* Portfolio One */
.portfolio-one { position: relative; overflow: hidden; padding: 120px 0 0; }
@media (max-width: 767px) { .portfolio-one { padding: 80px 0; padding-bottom: 0; } }
.portfolio-one__wrapper { display: flex; width: 100%; gap: 30px; box-sizing: border-box; }
.portfolio-one__item { position: relative; flex: 1; min-width: 0; overflow: hidden; }
.portfolio-one__item.active { flex: 1 1 33.33%; }
.portfolio-one__item img { width: 100%; height: 620px; object-fit: cover; }
.portfolio-one__item__rm { position: absolute; bottom: 0; right: 0; visibility: hidden; opacity: 0; transition: all 500ms ease; }
.portfolio-one__item.active .portfolio-one__item__rm { visibility: visible; opacity: 1; transform: translateY(-160px) translateX(30px); }
.portfolio-one__item__content { position: absolute; bottom: 30px; left: 0; right: 0; padding: 16px 30px; visibility: hidden; opacity: 0; transform: perspective(400px) rotateY(90deg) translateY(170px); transition: all 500ms ease; background: #000 !important; }
.portfolio-one__item.active .portfolio-one__item__content { visibility: visible; opacity: 0.7 !important; transform: perspective(400px) rotateY(0deg) translateY(0px); }
.portfolio-one__item__cat { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.8); font-size: 14px; margin-bottom: 10px; }
.portfolio-one__item__cat i { color: var(--procounsel-base, #c7954a); font-size: 16px; }
.portfolio-one__item__title { color: var(--procounsel-white, #fff); margin: 0; font-weight: 600; font-size: 20px; text-transform: capitalize; }
.portfolio-one__item__rm a i { display: inline-flex; justify-content: center; align-items: center; width: 54px; height: 54px; background-color: var(--procounsel-base, #c7954a); color: #fff; border-radius: 50%; font-size: 22px; }
.icon-right-arrow-1-4::before { content: "→"; }
.partners-mobile-slides .partner-mobile-item { display:flex; align-items:center; justify-content:center; padding: 18px; }
.partners-mobile-slides .partner-mobile-item img { height: 56px; object-fit: contain; filter: grayscale(100%); opacity: .85; transition: all .3s ease; }
.partners-mobile-slides .partner-mobile-item img:hover { filter: none; opacity: 1; }

@media (max-width: 768px) {
    .portfolio-one__item img { height: 360px; }
}

@media (max-width: 576px) {
    .portfolio-one__wrapper
    {
        flex-direction: column;
        gap: 16px;
    }
    .portfolio-one__item { flex: 1 1 auto; position: relative; }
    .portfolio-one__item img { height: auto; max-height: 360px; width: 100%; object-fit: cover; }
    .portfolio-one__item__content { position: absolute; left: 12px; right: 12px; bottom: 12px; display: block !important; visibility: visible !important; opacity: 0.9 !important; transform: none !important; padding: 10px 12px; background: rgba(0,0,0,0.75) !important; }
    .portfolio-one__item.active { flex: 1 1 auto; }
}

@media (max-width: 576px) {
    .main-slider-one__item { min-height: 56vh; padding-top: 12vh; padding-bottom: 8vh; }
    .main-slider-one .owl-item.active .main-slider-one__bg { transform: none; }
    .main-slider-one__bg { background-size: contain; background-repeat: no-repeat; background-position: center; background-color: #000; }
    .main-slider-one__carousel.owl-carousel .owl-dots .owl-dot { width: 8px; height: 8px; }
}

/* Footer */
.main-footer { position: relative; background-color: var(--procounsel-primary, #19223a); }
.main-footer__top { padding-top: 120px; padding-bottom: 113px; }
@media (max-width: 767px) { .main-footer__top { padding-top: 80px; padding-bottom: 80px; } }
.main-footer__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-size: cover; opacity: 0.05; }
.main-footer .container { position: relative; }
.main-footer__info { border-top: 1px solid var(--procounsel-base, #c7954a); margin-top: 40px; }
.main-footer__bottom { text-align: center; position: relative; padding: 30px 0; }
.main-footer__bottom__inner { display: flex; align-items: center; justify-content: center; }
.main-footer__copyright { margin: 0; font-weight: 500; color: #fff; }
.footer-widget__title{color:#fff;font-weight:700;margin-bottom:18px}
.footer-widget__links li a{color:#fff;opacity:.8;text-decoration:none}
.footer-widget__links li a:hover{opacity:1}
.footer-widget__text{
    color:#fff;opacity:.85}
.sec-title{margin-bottom:40px}
.sec-title__title{font-weight:800;font-size:34px}
.sec-title__title span{color:var(--procounsel-base,#c7954a)}
.carousel-arrow{border:1px solid #ddd;background:#fff;border-radius:4px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}
.carousel-arrow:hover{background:#f6f6f6}
.product-carousel{position:relative}
.product-slides .product-slide{display:flex;flex-direction:column;align-items:center;text-align:center;padding:18px;border-radius:10px;background:#fff;border:1px solid #eee;box-shadow:0 4px 16px rgba(0,0,0,.06);transition:transform 450ms ease, box-shadow 450ms ease, border-color 450ms ease}
.product-slides .product-slide img{height:150px;max-width:100%;object-fit:contain;margin-bottom:12px}
@media (max-width: 768px){ .products-section .product-slides .product-slide img{object-fit: cover;} }
.product-slides .product-slide h4{font-size:16px;color:#0e0b06;margin:0}
.product-slides .owl-item.center .product-slide{transform:scale(1.12);box-shadow:0 14px 34px rgba(0,0,0,.12);border-color:rgba(14,165,233,.25)}
.product-slides .owl-item.center .product-slide h4{color:var(--procounsel-base,#c7954a)}
.product-slides .owl-item.center .product-slide img{height:190px}
@media (min-width: 992px){ .product-slides .product-slide img{height:170px} }

/* Buttons */
.btn-brand { background-color: #c19a6b; border: 1px solid #c19a6b; }
.btn.btn-brand:hover { background-color: #c19a6b; border-color: #c19a6b; color: #fff; }
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Sidebar Button */
.sidebar-button {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0ea5e9;
    color: white;
    padding: 1.5rem 0.75rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    cursor: pointer;
    z-index: 999;
    font-weight: 500;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: background-color 0.3s ease;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}

.sidebar-button:hover {
    background-color: #0284c7;
}

/* Full Width Carousel */
.carousel {
    margin-top: 0;
}

.carousel-item {
    height: 100vh;
}

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

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    border-radius: 10px;
}

.carousel-caption h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.carousel-caption p {
    font-size: 1.5rem;
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

/* Content Sections */
section {
    min-height: 400px;
    display: flex;
    align-items: center;
}

section h2 {
    font-size: 2.5rem;
    font-weight: 700;
     color: #a97c50;
}

section p {
    font-size: 1.1rem;
    color: #4a5568;
}

/* Spacing for fixed navbar */
body.navbar-fixed {
    padding-top: 70px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .carousel-item {
        height: 60vh;
    }
    
    .carousel-caption h2 {
        font-size: 1.5rem;
    }
    
    .carousel-caption p {
        font-size: 1rem;
    }
    
    .navbar-brand img {
        height: 40px;
    }
    
    .navbar.scrolled .navbar-brand img {
        height: 35px;
    }
    
    .sidebar-button {
        padding: 1rem 0.5rem;
        font-size: 0.9rem;
    }
}


/* Estilad Categories Section */
.services-section {
    background: #fff;
    padding: 5rem 0;
    min-height: auto;
}

.services-title {
  font-size: 2.5rem;
    font-weight: 700;
    color: #a97c50;
    margin-bottom: 3rem;
}

.service-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    background-color: #f0f0f0;
}

.service-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover .service-image {
    transform: scale(1.05);
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.service-card:hover .service-overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.service-label {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    transition: transform 0.3s ease;
}

.service-card:hover .service-label {
    transform: scale(1.1);
}

.service-info {
    padding: 1rem 0;
    color: #e2e8f0;
}

.service-info h4 {
    color: #000;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.service-info p {
    margin: 0;
    font-size: 0.95rem;
    color: #000;
}

/* View More Button */
.btn-view-more {
    background-color: transparent;
    color: #e74c3c;
    border: 2px solid #e74c3c;
    padding: 0.75rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.btn-view-more:hover {
    background-color: #e74c3c;
    color: white;
    transform: scale(1.05);
}

.btn-view-more:active {
    transform: scale(0.98);
}

/* Responsive Design for Services */
@media (max-width: 768px) {
    .services-title {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    
    .service-label {
        font-size: 1.2rem;
    }
    
    .services-section {
        padding: 3rem 0;
    }
    
    .btn-view-more {
        padding: 0.6rem 2rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .services-title {
        font-size: 1.5rem;
    }
    
    .service-label {
        font-size: 1rem;
    }
    
    .btn-view-more {
        padding: 0.5rem 1.5rem;
        font-size: 0.85rem;
    }
}


/* Product Carousel Section */
.products-section {
    background-color: #f8f9fa;
    padding: 5rem 0;
}

.carousel-arrow {
    background-color: transparent !important;
    color: #a97c50;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 3.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.carousel-arrow:hover {
    background-color: #0284c7;
    transform: scale(1.1);
}

.carousel-arrow:active {
    transform: scale(0.95);
}

.product-carousel {
    overflow: hidden;
    padding: 2rem 0;
}

.product-slides:not(.owl-loaded) {
    display: flex;
    gap: 2rem;
    transition: transform 0.5s ease;
    justify-content: center;
    flex-wrap: wrap;
}

.product-slide {
    flex: 0 1 calc(33.33% - 1.6rem);
    min-width: 180px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 1.25rem;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.product-slide:hover {
    transform: translateY(10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.product-slide.active {
    background-color: #e8f4f8;
    border: 2px solid #000 !important;
}

.product-slide img {
    width: 100%;
    height: 240px;
    object-fit: contain;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.product-slide:hover img {
    transform: scale(1.05);
}

.product-slide h4 {
    font-size: 1.1rem;
    color: #2d3748;
    font-weight: 700;
    margin: 0;
}

/* Equal heights for home products */
.products-section .product-slides .product-slide {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.products-section .product-grid .product-slide {
    height: 100%;
}
.products-section .product-slides .product-slide img {
    height: 240px !important;
    object-fit: contain;
}
.products-section .product-slides .owl-item.center .product-slide img {
    height: 240px !important;
}



/* Product Features Section */
.product-features {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-height: 300px;
}

.feature-content h3 {
    color: #0ea5e9;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    border-bottom: 3px solid #0ea5e9;
    padding-bottom: 1rem;
}

.features-list {
    list-style: none;
    padding: 0;
}

.features-list li {
    padding: 0.75rem 0;
    padding-left: 2rem;
    position: relative;
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.6;
}

.features-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0ea5e9;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Responsive Design for Products */
@media (max-width: 1200px) {
    .product-slide {
        flex: 0 1 calc(33.33% - 1.5rem);
        min-width: 160px;
    }
}

@media (max-width: 768px) {
    .carousel-arrow { width: 40px; height: 40px; font-size: 1.2rem; }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-slide { padding: 1rem; }
    .product-slide img { height: 80vw; object-fit: cover; }
    .products-section .product-slides .product-slide img { height: 80vw !important; object-fit: cover; }
    .products-section .product-slides .owl-item.center .product-slide img { height: 80vw !important; }
    .product-slide h4 { font-size: 0.95rem; }
    .feature-content h3 { font-size: 1.5rem; }
    .features-list li { font-size: 0.95rem; padding-left: 1.75rem; }
    .product-features { padding: 1.5rem; }
}

@media (max-width: 576px) {
    .carousel-arrow { width: 35px; height: 35px; font-size: 1rem; }
    .product-slides { justify-content: center; }
    .product-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .product-slide { width: 100%; max-width: none; margin: 0; padding: 0; background: transparent; border: 0; box-shadow: none; border-radius: 0; }
    .product-slide img { width: 100%; height: 100vw; object-fit: cover; border-radius: 12px; }
    .product-slide h4 { font-size: 1rem; margin-top: 8px; text-align: center; }
    .feature-content h3 { font-size: 1.3rem; }
    .features-list li { font-size: 0.9rem; }
}


/* About Section */
.about-section {
    /* background-color: #0ea5e9; */
    color: white;
    padding: 5rem 0;
}

.about-content h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.experience-badge {
    display: inline-block;
    border: 2px solid white;
    padding: 0.5rem 1.5rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    font-weight: 600;
}

.about-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

.scroll-to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: white;
    color: #0ea5e9;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.scroll-to-top:hover {
    background-color: #0284c7;
    color: white;
    transform: translateY(-5px);
}

.video-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.video-container iframe {
    border-radius: 10px;
}

/* Partners/Reasons Section */
.partners-section {
    background: linear-gradient(135deg, #e0f7ff 0%, #b3e5fc 100%);
    padding: 5rem 0;
    min-height: 600px;
    display: flex;
    align-items: center;
}

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

.circle-center {
    position: absolute;
    width: 250px;
    height: 250px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.circle-center h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
}

.circle-center p {
    font-size: 0.9rem;
    color: #0ea5e9;
    letter-spacing: 2px;
    margin: 0;
}

.circle-items {
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--ring-size, 520px);
    height: var(--ring-size, 520px);
    transform: translate(-50%, -50%);
}

.circle-item {
    position: absolute;
    width: var(--size, 100px);
    height: var(--size, 100px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(var(--angle)) translateY(calc(-1 * var(--radius, 200px))) rotate(var(--neg-angle));
    text-align: center;
    will-change: transform;
    z-index: 2;
}

.circle-dot {
    width: var(--size, 100px);
    height: var(--size, 100px);
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin: 0 auto 0.5rem;
    transition: all 0.3s ease;
}

.circle-dot img {
    width: calc(var(--size, 80px) * 0.8);
    height: calc(var(--size, 80px) * 0.8);
    object-fit: contain;
}

.circle-item:hover .circle-dot {
    transform: scale(1.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.circle-item p {
    font-size: 0.85rem;
    color: #2d3748;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.circle-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Events/News Section */
.events-section {
    background-color: #f8f9fa;
    padding: 5rem 0;
}

.events-section h2 {
    font-size: 2.5rem;
    color: #a97c50;
    margin-bottom: 3rem;
}

.event-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

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

.event-image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-card:hover .event-image img {
    transform: scale(1.05);
}

.event-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 600;
}

.event-content {
    padding: 2rem;
}

.event-content h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
}

.event-content p {
    color: #4a5568;
    margin: 0.5rem 0;
}

 .events-carousel .owl-stage { display: flex; }
 .events-carousel .owl-item { display: flex; }
 .events-carousel .event-slide { display: flex; width: 100%; }
 .events-carousel .event-slide > a { display: flex; width: 100%; }
 .events-carousel .event-slide > a > .event-card { width: 100%; height: 100%; display: flex; flex-direction: column; }
 /* Prevent bottom shadow from being clipped inside OwlCarousel wrapper */
 .events-carousel .owl-stage-outer { overflow: visible; padding-bottom: 12px; }

.events-carousel .event-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.events-carousel .event-image { height: 240px; }
.events-carousel .event-content 
{ 
    flex: 1 1 auto;
     min-height: 12em;
}


.event-dates {
    color: #0ea5e9;
    font-weight: 600;
    font-size: 1.1rem;
}

.events-section .event-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.events-section .row > [class*="col-"] { display: flex !important; }
.events-section .row > [class*="col-"] > a { display: flex !important; width: 100%; }
.events-section .row > [class*="col-"] > a > .event-card { display: flex !important; flex-direction: column; width: 100%; height: 100%; }
.events-section .event-image { height: 240px; }
.events-section .event-content { flex: 1 1 auto; min-height: 12em; display: flex; flex-direction: column; }
.events-section .event-title {
    font-size: 1.2rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6em;
}

/* Footer */
.footer-section {
    background-color: #f5f5f5;
    padding: 4rem 0 2rem;
    border-top: 1px solid #e0e0e0;
}

.footer-brand h4 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #8b4513;
    margin-bottom: 1rem;
}

.footer-brand p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.privacy-link {
    color: #0ea5e9;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
}

.privacy-link:hover {
    color: #0284c7;
}

.footer-section-content h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}

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

.footer-list li {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.footer-list li .icon {
    margin-right: 0.75rem;
    font-size: 1.2rem;
}

.footer-list a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-list a:hover {
    color: #0ea5e9;
}

.newsletter-form {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.newsletter-input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.9rem;
    transition: border-color 0.3s ease;
}

.newsletter-input:focus {
    outline: none;
    border-color: #0ea5e9;
}

.newsletter-btn {
    width: 45px;
    height: 45px;
    background-color: #8b4513;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-btn:hover {
    background-color: #6b3410;
    transform: scale(1.05);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
    color: #999;
    font-size: 0.9rem;
}

/* Responsive Design for New Sections */
@media (max-width: 1200px) {
    .circle-item {
        transform: translate(-50%, -50%) rotate(var(--angle)) translateY(calc(-1 * var(--radius, 150px))) rotate(var(--neg-angle));
    }
}

@media (max-width: 768px) {
    .about-content h2 {
        font-size: 2rem;
    }

    .experience-badge {
        font-size: 0.85rem;
        padding: 0.4rem 1rem;
    }

    .about-content p {
        font-size: 1rem;
    }

    .video-container iframe {
        height: 300px;
    }

    .reasons-circle {
        height: 400px;
    }

    .circle-center {
        width: 180px;
        height: 180px;
    }

    .circle-center h3 {
        font-size: 2rem;
    }

    .circle-item {
        transform: translate(-50%, -50%) rotate(var(--angle)) translateY(calc(-1 * var(--radius, 120px))) rotate(var(--neg-angle));
    }

    .circle-dot {
        width: var(--size, 60px);
        height: var(--size, 60px);
        font-size: 1.5rem;
    }

    .circle-item p {
        font-size: 0.75rem;
    }

    .event-image {
        height: 200px;
    }

    .footer-section {
        padding: 2rem 0 1rem;
    }
}

@media (max-width: 576px) {
    .about-content h2 {
        font-size: 1.5rem;
    }

    .circle-center {
        width: 140px;
        height: 140px;
    }

    .circle-center h3 {
        font-size: 1.5rem;
    }

    .circle-center p {
        font-size: 0.75rem;
    }

    .circle-item {
        width: 70px;
        height: 70px;
        transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-100px) rotate(calc(var(--angle) * -1));
    }

    .circle-dot {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .event-image {
        height: 150px;
    }

    .event-content {
        padding: 1.5rem;
    }

    .event-content h4 {
        font-size: 1.1rem;
    }

    .footer-section-content h5 {
        font-size: 0.9rem;
    }

    .footer-list li {
        font-size: 0.85rem;
    }
}


/* Page Header */
.page-header {
    background: linear-gradient(135deg, #c19a6b 0%, #a0826d 100%);
    color: white;

    text-align: center;
    position: relative;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}

.page-header h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.page-header .breadcrumb {
    background-color: transparent;
    justify-content: center;
    margin-bottom: 0;
}

.page-header .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.page-header .breadcrumb-item a:hover {
    color: var(--brand-primary-700);
}

.page-header .breadcrumb-item.active {
    color: #fff !important;
}

.device-cover-content .breadcrumb-item a {
    color: #fff !important;
    text-decoration: none;
}

.device-cover-content .breadcrumb-item a:hover {
    color: var(--brand-primary-700);
}

.device-cover-content .breadcrumb-item.active {
      color: #fff !important;
}

/* Contact Info Section */
.contact-info-section {
    background-color: #f8f9fa;
    padding: 4rem 0;
}

.contact-card {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

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

.contact-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}
.contact-icon { color: #c19a6b; }

.contact-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
}

.contact-card p {
    color: #666;
    margin: 0;
}

.contact-card a {
    color: #0ea5e9;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-card a:hover {
    color: #0284c7;
}

/* Contact Form Section */
.contact-form-section {
    background-color: white;
    padding: 4rem 0;
}

.contact-form-wrapper {
    max-width: 900px;
    margin: 0 auto;
    background-color: #f8f9fa;
    padding: 3rem;
    border-radius: 10px;
}

.contact-form-wrapper h2 {
    font-size: 2rem;
    color: #2d3748;
    margin-bottom: 1rem;
    font-weight: 700;
}

.contact-form-wrapper > p {
    color: #999;
    margin-bottom: 2rem;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form .form-control {
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.95rem;
    transition: border-color 0.3s ease;
}

.contact-form .form-control:focus {
    outline: none;
    border-color: #0ea5e9;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 150px;
}

.btn-submit {
    background-color: #c19a6b;
    color: white;
    padding: 0.75rem 2.5rem;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.btn-submit:hover {
    background-color: #a0826d;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(193, 154, 107, 0.3);
}

/* About Content Section */
.about-content-section {
    background-color: white;
    padding: 4rem 0;
}

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

.about-logo-box {
    color: white;
    padding: 3rem;
    border-radius: 10px;
    text-align: center;
    width: 100%;
}

.about-logo {
    font-size: 4rem;
    font-weight: 700;
    color: #c19a6b;
    margin-bottom: 1rem;
}

.about-logo-box h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.about-logo-box p {
    font-size: 1rem;
    color: #c19a6b;
    letter-spacing: 2px;
}

.about-content-section h2 {
    font-size: 2rem;
    color: #2d3748;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.about-content-section p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 1rem;
}

/* Product Detail Section */
.product-detail-section {
    background-color: white;
    padding: 4rem 0;
    margin-top: 80px;
}

.product-title {
    font-size: 2rem;
    color: #c19a6b;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.product-category {
    margin-bottom: 2rem;
}

.category-label {
    font-weight: 600;
    color: #2d3748;
    margin-right: 1rem;
}

.category-badge {
    background-color: #f0f0f0;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    color: #666;
    font-size: 0.9rem;
}

.product-intro {
    color: #666;
    line-height: 1.8;
    font-size: 1rem;
}

/* Product Image Container */
.product-image-container {
    position: relative;
}

.product-main-image {
    position: relative;
    background-color: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-main-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.zoom-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.zoom-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.product-thumbnails {
    display: flex;
    gap: 1rem;
}

.thumbnail {
    width: 80px;
    height: 80px;
    border: 2px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    object-fit: cover;
}

.thumbnail:hover {
    border-color: #0ea5e9;
    transform: scale(1.05);
}

/* Product Description Section */
.product-description-section {
    background-color: #f8f9fa;
    padding: 4rem 0;
}

.product-description-section h3 {
    font-size: 2rem;
    color: #c19a6b;
    margin-bottom: 2rem;
    font-weight: 700;
}

.description-content h5 {
    font-size: 1.2rem;
    color: #2d3748;
    font-weight: 700;
    margin-bottom: 1rem;
}

.description-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.benefits-list {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    padding: 0.5rem 0;
    padding-left: 2rem;
    color: #666;
    position: relative;
}

.benefits-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0ea5e9;
    font-weight: bold;
    font-size: 1.2rem;
}

.specifications-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.specifications-table tr {
    border-bottom: 1px solid #ddd;
}

.specifications-table td {
    padding: 1rem;
    color: #666;
}

.specifications-table tr:nth-child(odd) {
    background-color: white;
}

.specifications-table tr:nth-child(even) {
    background-color: #f0f0f0;
}

.specifications-table td:first-child {
    font-weight: 600;
    color: #2d3748;
    width: 30%;
}

/* Device Cover Section */
.device-cover-section {
    position: relative;
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.device-cover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

.device-cover-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 3rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.device-cover-content h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.device-cover-content p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.get-quote-btn {
    width: fit-content;
    background-color: #0ea5e9;
    color: white;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.get-quote-btn:hover {
    background-color: #0284c7;
    transform: translateY(-2px);
}

/* Devices Grid Section */
.devices-grid-section {
    background-color: white;
}

.device-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

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

.device-image {
    width: 100%;
    aspect-ratio: 3 / 4;
    height: auto;
    overflow: hidden;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.device-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.device-card:hover .device-image img {
    transform: scale(1.05);
}

.device-info {
    padding: 1.5rem;
    text-align: center;
}

.device-info h4 {
    font-size: 1.3rem;
    color: #c19a6b !important;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.device-info p {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
}

/* Equal heights for home devices */
.featured-devices-section .device-slide .device-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.featured-devices-section .device-card .device-info {
    min-height: 64px;
}
.featured-devices-section .device-card .device-info h4 {
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.devices-carousel .owl-stage { display: flex; }
.devices-carousel .owl-item { display: flex; }
.devices-carousel .device-slide { display: flex; width: 100%; }
.devices-carousel .device-slide .device-card { height: 100%; display: flex; flex-direction: column; }
/* Prevent bottom shadow from being clipped inside OwlCarousel wrapper (Devices on home) */
.devices-carousel .owl-stage-outer { overflow: visible; padding-bottom: 12px; }

/* Device Features Section */
.device-features-section {
    background-color: #f8f9fa;
}

.device-features-section h2 {
    font-size: 2rem;
    color: #2d3748;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
}

.feature-card {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

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

.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.feature-card h4 {
    font-size: 1.1rem;
    color: #2d3748;
    font-weight: 700;
    margin-bottom: 1rem;
}

.feature-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Design for New Pages */
@media (max-width: 768px) {
    .page-header {
        padding: 2rem 0;
        margin-top: 60px;
    }

    .page-header h1 {
        font-size: 2rem;
    }

    .contact-form-wrapper {
        padding: 2rem;
    }

    .product-title {
        font-size: 1.5rem;
    }

    .product-main-image {
        height: 300px;
    }

    .device-cover-section {
        height: 350px;
    }

    .device-cover-content h1 {
        font-size: 2rem;
    }

    .device-cover-content p {
        font-size: 1rem;
    }

    .device-image {
        aspect-ratio: 2 / 3;
        height: auto;
    }

    .about-logo-box {
        padding: 2rem;
    }

    .about-logo {
        font-size: 3rem;
    }
}

@media (max-width: 576px) {
    .page-header h1 {
        font-size: 1.5rem;
    }

    .contact-form-wrapper {
        padding: 1.5rem;
    }

    .product-thumbnails {
        gap: 0.5rem;
    }

    .thumbnail {
        width: 60px;
        height: 60px;
    }

    .device-cover-section {
        height: 250px;
    }

    .device-cover-content h1 {
        font-size: 1.5rem;
    }

    .device-cover-content p {
        font-size: 0.9rem;
    }

    .device-image {
        aspect-ratio: 2 / 3;
        height: auto;
    }

    .feature-card {
        padding: 1.5rem;
    }

    .feature-icon {
        font-size: 2rem;
    }
}
:root {
    --brand-primary: #0ea5e9;
    --brand-primary-700: #0284c7;
    --brand-secondary: #c19a6b;
    --brand-accent: #a0826d;
}
/* Theme Overrides */
.nav-link:hover { color: #c19a6b !important; }
.navbar .nav-link, .dropdown-item { font-family: 'Montserrat', sans-serif !important; font-weight: 500; }
.about-one .sec-title h2, .sec-title__title, .about-one__image__info a { font-family: 'Montserrat', sans-serif !important; }
.sidebar-button { background-color: var(--brand-primary); }
.sidebar-button:hover { background-color: var(--brand-primary-700); }
.carousel-arrow { background-color: var(--brand-primary); }
.carousel-arrow:hover { background-color: var(--brand-primary-700); }
.product-slide.active { border: 2px solid var(--brand-primary); }
.feature-content h3 { color: var(--brand-primary); border-bottom: 3px solid var(--brand-primary); }
.features-list li:before { color: var(--brand-primary); }
/* .about-section { background-color: var(--brand-primary); } */
.scroll-to-top { color: var(--brand-primary); }
.home-partners-section { background: linear-gradient(135deg, #fff 0%, #f7f7f7 100%); }
.partners-marquee { position: relative; overflow: hidden; padding: 10px 0; }
.partners-track { display: flex; align-items: center; gap: 40px; animation: partners-scroll 24s linear infinite; will-change: transform; }
.partner-item img { height: 48px; filter: grayscale(100%); opacity: 0.7; transition: transform .3s ease, filter .3s ease, opacity .3s ease; }
.partner-item img:hover { filter: none; opacity: 1; transform: scale(1.06); }
.partners-gradient { position: absolute; top: 0; bottom: 0; width: 120px; pointer-events: none; z-index: 1; }
.partners-gradient.left { left: 0; background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0)); }
.partners-gradient.right { right: 0; background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0)); }
@keyframes partners-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@media (max-width: 768px) {
  .partners-track { gap: 24px; }
  .partner-item img { height: 40px; }
}
.scroll-to-top:hover { background-color: var(--brand-primary-700); }
.circle-center p { color: var(--brand-primary); }
.get-quote-btn { background-color: var(--brand-primary); }
.get-quote-btn:hover { background-color: var(--brand-primary-700); }
.device-info h4 { color: var(--brand-primary); }
.page-header { background: linear-gradient(135deg, var(--brand-secondary) 0%, var(--brand-accent) 100%); }
.product-title { color: var(--brand-secondary); }
.btn-view-more { color: var(--brand-accent); border: 2px solid var(--brand-accent); }
.btn-view-more:hover { background-color: var(--brand-accent); color: white; }

.breadcrumb {
--bs-breadcrumb-divider-color: rgb(255 255 255 / 75%);
}
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1040;
  text-decoration: none;
}

.whatsapp-float svg { width: 30px; height: 30px; }

.whatsapp-float:hover {
  background-color: #1ebe57;
}
.partner-card .card { transition: transform .15s ease, box-shadow .15s ease; }
.partner-card .card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.blogs-section .card { height: 100%; display: flex; flex-direction: column; }
.blogs-section .card-img-top { height: 220px; object-fit: cover; }
.blogs-section .card-body { flex: 1 1 auto; display: flex; flex-direction: column; }
.blogs-section .card-title { line-height: 1.25; min-height: 44px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.category-card{position:relative;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 6px 20px rgba(0,0,0,.06);transition:transform .3s,box-shadow .3s}
.category-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.08)}
.category-media{width:100%;aspect-ratio:4/3;background:#f5f5f5;display:flex;align-items:center;justify-content:center}
.category-media img{max-width:70%;max-height:70%;object-fit:contain}
.category-body{padding:12px 14px}
.category-title{font-size:1rem;margin:0;color:#1f2937;font-weight:600}
.category-action{position:absolute;right:12px;bottom:12px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:6px 12px;font-weight:500;color:#111;box-shadow:0 2px 8px rgba(0,0,0,.06);text-decoration:none}
@media (max-width:576px){.category-media{aspect-ratio:16/10}.category-title{font-size:.95rem}}

.product-card{position:relative;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 6px 20px rgba(0,0,0,.06);transition:transform .3s,box-shadow .3s}
.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.08)}
.product-card::after{content:"";position:absolute;left:0;right:0;bottom:0;height:55%;background:linear-gradient(to top,rgba(0,0,0,.35),rgba(0,0,0,0));opacity:0;transition:opacity .3s}
.product-card:hover::after{opacity:1}
.product-media{width:100%;background:#f5f5f5}
.product-media img{width:100%;height:100%;object-fit:cover;display:block}
.product-body{padding:12px 14px}
.product-title{font-size:1rem;margin:0;color:#1f2937;font-weight:600}
.product-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-top:1px solid #e5e7eb;background:#fafafa}
.product-tag{font-size:.8rem;color:#6b7280}
.product-action{font-size:.85rem;color:#111;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:6px 12px;box-shadow:0 2px 8px rgba(0,0,0,.06)}
/* Partners Reasons Circle */
.partners-section { background: #fff; }
.reasons-circle { position: relative; max-width: 900px; margin: 0 auto; height: 640px; overflow: visible; }
.circle-center { position: absolute; left: 38%; top:33%; transform: translate(-50%, -50%); width: 220px; height: 220px; border: 2px solid #e5e7eb; border-radius: 50%; display:flex; align-items:center; justify-content:center; flex-direction:column; gap: 10px; padding: 16px; box-shadow: 0 12px 30px rgba(0,0,0,.08); z-index: 5; }
.circle-center h3 { margin: 0; font-weight: 700; font-size: 1.8rem; }
.circle-center img { display: block; height: 120px; width: auto; object-fit: contain; }
.circle-center p { margin: 0; color: #6b7280; }
.circle-items { position: absolute; left: 50%; top: 50%; width: var(--ring-size, 620px); height: var(--ring-size, 620px); transform: translate(-50%, -50%); }
.circle-item { position: absolute; left: 50%; top: 50%; width: var(--size, 140px); height: var(--size, 140px); transform-origin: center; transform: translate(-50%, -50%) rotate(var(--angle)) translateY(calc(-1 * var(--radius, 260px))) rotate(var(--neg-angle)) scale(.95); transition: opacity .8s ease, transform .8s ease; will-change: transform; }
.circle-item.visible { opacity: 1; transform: translate(-50%, -50%) rotate(var(--angle)) translateY(calc(-1 * var(--radius, 160px))) rotate(var(--neg-angle)) scale(1); }
.circle-dot { position: relative; z-index: 1; width: var(--size, 140px); height: var(--size, 140px); border-radius: 50%; background: #fff; border: 1px solid #e5e7eb; display:flex; align-items:center; justify-content:center; box-shadow: 0 8px 24px rgba(0,0,0,.08); overflow:hidden; }
.circle-dot img { width: 100%; height: 100%; object-fit: contain; }
.circle-item p { margin: 8px 0 0; text-align: center; font-size: 1rem; color: #1f2937; }
.circle-link { position: absolute; inset: 0; border-radius: 50%; z-index: 3; }
@media (max-width:768px){ 
  .reasons-circle { max-width: 600px; height: 520px; }
  .circle-center { width: 220px; height: 220px; }
  .circle-items { width: 520px; height: 520px; }
  .circle-dot { width: 120px; height: 120px; }
  .circle-item { transform: translate(-50%, -50%) rotate(var(--angle)) translateY(calc(-1 * var(--radius, 160px))) rotate(var(--neg-angle)) scale(.95); }
  .circle-item.visible { transform: translate(-50%, -50%) rotate(var(--angle)) translateY(calc(-1 * var(--radius, 160px))) rotate(var(--neg-angle)) scale(1); }
}
@media (max-width:576px){
  .reasons-circle { height: 460px; }
  .circle-center { width: 180px; height: 180px; }
  .circle-items { width: 420px; height: 420px; }
  .circle-dot { width: 100px; height: 100px; }
}


/*! CSS Used from: https://bracketweb.com/procounsel-html/assets/vendors/bootstrap/css/bootstrap.min.css */
*,::after,::before{box-sizing:border-box;}
h2{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color);}
h2{font-size:calc(1.325rem + .9vw);}
@media (min-width:1200px){
h2{font-size:2rem;}
}
p{margin-top:0;margin-bottom:1rem;}
ul{padding-left:2rem;}
ul{margin-top:0;margin-bottom:1rem;}
a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline;}
a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb);}
img{vertical-align:middle;}
label{display:inline-block;}
button{border-radius:0;}
button:focus:not(:focus-visible){outline:0;}
button,input{margin:0;font-family:"Montserrat";font-size:inherit;line-height:inherit;}
button{text-transform:none;}
[type=submit],button{-webkit-appearance:button;}
[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer;}
.list-unstyled{padding-left:0;list-style:none;}
.container{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto;}
@media (min-width:576px){
.container{max-width:540px;}
}
@media (min-width:768px){
.container{max-width:720px;}
}
@media (min-width:992px){
.container{max-width:960px;}
}
@media (min-width:1200px){
.container{max-width:1140px;}
}
@media (min-width:1400px){
.container{max-width:1320px;}
}
@media (min-width:768px){
.col-md-6{flex:0 0 auto;width:50%;}
}
@media (min-width:992px){
.col-lg-4{flex:0 0 auto;width:33.33333333%;}
.col-lg-8{flex:0 0 auto;width:66.66666667%;}
}
@media (min-width:1200px){
.col-xl-2{flex:0 0 auto;width:16.66666667%;}
.col-xl-4{flex:0 0 auto;width:33.33333333%;}
}
/*! CSS Used from: https://bracketweb.com/procounsel-html/assets/vendors/animate/animate.min.css */
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;}
/*! CSS Used from: https://bracketweb.com/procounsel-html/assets/vendors/fontawesome/css/all.min.css */
.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}
/*! CSS Used from: https://bracketweb.com/procounsel-html/assets/vendors/procounsel-icons/style.css */
[class^="icon-"]{font-family:'icomoon'!important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.icon-youtube:before{content:"\e92f";}
.icon-twitter:before{content:"\e930";}
.icon-pinterest:before{content:"\e931";}
.icon-facebook:before{content:"\e932";}
.icon-mail:before{content:"\e92e";}
.icon-right-arrow-2:before{content:"\e92d";}
.icon-telephone-call-1:before{content:"\e92c";}
.icon-pin:before{content:"\e928";}
/*! CSS Used from: https://bracketweb.com/procounsel-html/assets/css/procounsel.css */
a{color:var(--procounsel-base, #c7954a);transition:all 400ms ease;}
a,a:hover,a:focus,a:visited{text-decoration:none;}
::placeholder{color:inherit;opacity:1;}
h2{font-family:"Montserrat";color:var(--procounsel-black, #0e0b06);}
@media (max-width: 575px){
h2 br{display:none;}
}
::placeholder{color:inherit;opacity:1;}
.container{padding-left:15px;padding-right:15px;}
@media (min-width: 1200px){
.container{max-width:1200px;}
}
.row{--bs-gutter-x:30px;}
.main-footer{position:relative;background-color:var(--procounsel-primary, #19223a);}
.main-footer__top{padding-top:120px;padding-bottom:113px;}
@media (max-width: 767px){
.main-footer__top{padding-top:80px;padding-bottom:80px;}
}
.main-footer__bg{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center center;opacity:0.05;}
.main-footer .container{position:relative;}
.main-footer__info{border-top:1px solid var(--procounsel-base, #c7954a);margin-top:40px;}
.main-footer__info__inner{display:flex;}
@media (max-width: 768px){
.main-footer__info__inner{flex-wrap:wrap;}
}
.main-footer__info__pin{width:30px;height:76px;color:#fff !important;font-size:20px;display:flex;align-items:center;}
.main-footer__info__location{font-weight:500;font-size:16px;line-height:26px;color:#fff !important;padding-top:23px;}
@media (max-width: 768px){
.main-footer__info__location{padding-left:0px;}
}
.main-footer__info__list{margin-bottom:0;padding-top:23px;padding-left:44px;}
@media (max-width: 768px){
.main-footer__info__list{padding-left:0px;padding-top:0;}
}
.main-footer__info__item{display:flex;align-items:center;gap:10px;}
.main-footer__info__icon{color:var(--procounsel-base, #c7954a);}
.main-footer__info__text{font-weight:500;font-size:16px;line-height:29.41px;color:var(--procounsel-text-dark, #7782A0);margin-bottom:0;}
.main-footer__info__text a{color:#fff !important;background:linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;transition:all 500ms ease;}
.main-footer__info__text a:hover{background-size:100% 1px;}
.main-footer__info__text a:hover{color:var(--procounsel-base, #c7954a);}
.main-footer__info__social{display:flex;align-items:center;justify-content:flex-end;position:relative;gap:10px;height:100%;}
@media (max-width: 991px){
.main-footer__info__social{justify-content:flex-start;margin-top:10px;}
}
.main-footer__info__social a{width:36px;height:36px;display:flex;justify-content:center;align-items:center;border:1px solid var(--procounsel-white, #fff);font-size:14px;color:var(--procounsel-white, #fff);transition:all 500ms ease;border-radius:50%;}
.main-footer__info__social a i{position:relative;z-index:2;display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.main-footer__info__social a:hover{background-color:var(--procounsel-base, #c7954a);color:var(--procounsel-white, #fff);border-color:var(--procounsel-base, #c7954a);}
.main-footer__info__social a:hover i{animation:iconTranslateY 0.4s forwards;}
.main-footer__bottom{text-align:center;position:relative;background-color:#141B2F;padding:25px 0;}
@media (max-width: 767px){
.main-footer__bottom{padding:20px 0;}
}
.main-footer__bottom__inner{display:flex;align-items:center;justify-content:center;}
@media (max-width: 767px){
.main-footer__bottom__inner{flex-direction:column;justify-content:center;gap:15px;}
}
.main-footer__copyright{margin:0;font-weight:500;font-size:16px;color:#fff !important;}
.footer-widget{margin-bottom:40px;}
.footer-widget__logo{display:inline-flex;margin-bottom:26px;}
.footer-widget__title{
    font-size:20px;font-weight:400;color:#fff !important;text-transform:capitalize;margin:0 0 18px
    ;
     opacity: .8 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    position: relative;
}
.footer-widget__text
{
    margin:0;font-family:"Montserrat";font-weight:400;font-size:22px;line-height:30px;color:#fff !important;
    color: #fff !important;
    opacity: .8 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 30px !important;
    position: relative;
    margin-bottom: 6px !important;
}    
@media (min-width: 1200px){
.footer-widget__text{max-width:300px;}
}
.footer-widget__links{margin-top:-3px;margin-bottom:-13px;}
.footer-widget__links li{font-weight:600;font-size:16px;line-height:30px;color:var(--procounsel-text-dark, #7782A0);position:relative;margin-bottom:6px;}
.footer-widget__links li a{color:#fff !important;background:linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;transition:all 500ms ease;}
.footer-widget__links li a:hover{background-size:100% 1px;}
.footer-widget__links li a:hover{color:var(--procounsel-white, #fff);}
.footer-widget--mail{padding:24px 30px 26px;background-color:var(--procounsel-base, #c7954a);margin-bottom:0;}
.footer-widget--mail .footer-widget__title{font-weight:400;font-size:24px;line-height:29px;text-transform:none;}
.footer-widget__check{margin-top:8px;}
.footer-widget__check input[type=checkbox]{display:none;}
.footer-widget__check label{position:relative;display:inline-block;padding-left:30px;margin-right:0px;margin-bottom:0;font-weight:500;font-size:14px;line-height:28px;color:var(--procounsel-white, #fff);text-transform:capitalize;cursor:pointer;}
.footer-widget__check label a{color:inherit;text-decoration:underline;}
.footer-widget__check label span:before{position:absolute;top:6px;left:6px;display:block;content:"";width:6px;height:6px;background-color:var(--procounsel-white, #fff);border-radius:50%;pointer-events:none;transform-origin:66% 66%;transition:all 0.15s ease-in-out;opacity:0;}
.footer-widget__check input[type=checkbox] + label span{position:absolute;top:4px;left:0;width:20px;height:20px;border-radius:50%;vertical-align:middle;background:transparent;cursor:pointer;transition:all 300ms ease;border:1px solid rgba(var(--procounsel-white-rgb, 255, 255, 255), 0.5);}
.footer-widget__check input[type=checkbox]:checked + label span:before{opacity:1;}
.footer-widget__newsletter{position:relative;width:100%;margin:24px 0 0;}
.footer-widget__newsletter input[type=text]{width:100%;display:block;border:none;outline:none;height:55px;background-color:var(--procounsel-white, #fff);color:#838790;font-size:12px;font-weight:500;padding-left:21px;padding-right:55px;transition:all 500ms ease;}
.footer-widget__newsletter input[type=text]:focus{color:var(--procounsel-text, #838790);}
.footer-widget__newsletter button[type=submit]{background-color:var(--procounsel-primary, #19223a);width:46px;height:55px;border:none;outline:none;color:var(--procounsel-base, #c7954a);display:flex;align-items:center;justify-content:center;font-size:14px;overflow:hidden;position:absolute;top:0;right:0px;transition:all 500ms ease;}
.footer-widget__newsletter button[type=submit] i{position:relative;z-index:2;display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.footer-widget__newsletter button[type=submit]:hover{background-color:var(--procounsel-primary, #19223a);color:var(--procounsel-white, #fff);}
.footer-widget__newsletter button[type=submit]:hover i{animation:iconTranslateX 0.4s forwards;}
/*! CSS Used keyframes */
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}
@keyframes iconTranslateY{49%{-webkit-transform:translateY(-100%);transform:translateY(-100%);}50%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);}51%{opacity:1;}}
@keyframes iconTranslateX{49%{-webkit-transform:translateX(100%);transform:translateX(100%);}50%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);}51%{opacity:1;}}
/*! CSS Used fontfaces */
@font-face{font-family:'icomoon';src:url('https://bracketweb.com/procounsel-html/assets/vendors/procounsel-icons/fonts/icomoon.eot?4dk0mp');src:url('https://bracketweb.com/procounsel-html/assets/vendors/procounsel-icons/fonts/icomoon.eot?4dk0mp#iefix') format('embedded-opentype'),      url('https://bracketweb.com/procounsel-html/assets/vendors/procounsel-icons/fonts/icomoon.ttf?4dk0mp') format('truetype'),      url('https://bracketweb.com/procounsel-html/assets/vendors/procounsel-icons/fonts/icomoon.woff?4dk0mp') format('woff'),      url('https://bracketweb.com/procounsel-html/assets/vendors/procounsel-icons/fonts/icomoon.svg?4dk0mp#icomoon') format('svg');font-weight:normal;font-style:normal;font-display:block;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/marcellus/v14/wEO_EBrOk8hQLDvIAF81WPoK7Es.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/marcellus/v14/wEO_EBrOk8hQLDvIAF81VvoK.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}


/*! CSS Used from: https://bracketweb.com/procounsel-html/assets/vendors/bootstrap/css/bootstrap.min.css */
*,::after,::before{box-sizing:border-box;}
h3{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color);}
h3{font-size:calc(1.3rem + .6vw);}
@media (min-width:1200px){
h3{font-size:1.75rem;}
}
a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline;}
a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb);}
img,svg{vertical-align:middle;}
.container{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto;}
@media (min-width:576px){
.container{max-width:540px;}
}
@media (min-width:768px){
.container{max-width:720px;}
}
@media (min-width:992px){
.container{max-width:960px;}
}
@media (min-width:1200px){
.container{max-width:1140px;}
}
@media (min-width:1400px){
.container{max-width:1320px;}
}
.d-inline-flex{display:inline-flex!important;}
.align-items-center{align-items:center!important;}
.gap-2{gap:.5rem!important;}
.text-center{text-align:center!important;}
/*! CSS Used from: https://bracketweb.com/procounsel-html/assets/vendors/procounsel-icons/style.css */
[class^="icon-"]{font-family:'icomoon'!important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.icon-pin:before{content:"\e928";}
.icon-right-arrow-1-4:before{content:"\e918";}
/*! CSS Used from: https://bracketweb.com/procounsel-html/assets/css/procounsel.css */
a{color:var(--procounsel-base, #c7954a);transition:all 400ms ease;}
a,a:hover,a:focus,a:visited{text-decoration:none;}
::placeholder{color:inherit;opacity:1;}
h3{font-family:"Montserrat";color:var(--procounsel-black, #0e0b06);}
@media (max-width: 575px){
h3 br{display:none;}
}
::placeholder{color:inherit;opacity:1;}
.container{padding-left:15px;padding-right:15px;}
@media (min-width: 1200px){
.container{max-width:1200px;}
}
.sec-title{position:relative;line-height:1;padding-bottom:30px;}
@media (min-width: 768px){
.sec-title{padding-bottom:48px;margin-top:-2px;}
}
.sec-title__tagline{margin:0;color:var(--procounsel-text, #838790);display:inline-block;font-weight:500;font-size:16px;line-height:100%;text-transform:uppercase;margin-bottom:6px;}
.sec-title__title{margin:0;font-family:"Montserrat";font-weight:400;font-size:50px;line-height:60px;letter-spacing:0%;}
@media (max-width: 991px){
.sec-title__title{font-size:40px;line-height:46px;}
}
@media (max-width: 767px){
.sec-title__title{font-size:36px;line-height:40px;}
}
.sec-title__title span{color:var(--procounsel-base, #c7954a);}
@media (max-width: 767px){
.sec-title__title br{display:none;}
}
.hammer{width:22px;height:22px;fill:var(--procounsel-base, #c7954a);}
.hammer path:nth-child(1),.hammer path:nth-child(2){animation:hammerBounce 3s ease-in-out infinite;}
.hammer path:nth-child(3),.hammer path:nth-child(4),.hammer path:nth-child(5){transform-origin:center;animation:hammerStrike 3s ease-in-out infinite;}
.portfolio-one{position:relative;overflow:hidden;padding:120px 0;padding-bottom:0;}
@media (max-width: 767px){
.portfolio-one{padding:80px 0;padding-bottom:0;}
}
.portfolio-one__wrapper{display:flex;width:100%;gap:30px;box-sizing:border-box;}
.portfolio-one__item{position:relative;flex:1;transition:0.5s;margin:0;overflow:hidden;}
.portfolio-one__item.active{flex:1 1 25.7%;}
.portfolio-one__item.active .portfolio-one__item__rm{visibility:visible;opacity:1;transform:translateY(-160px) translateX(30px);}
.portfolio-one__item.active .portfolio-one__item__rm a{background-color:var(--procounsel-white, #fff);color:var(--procounsel-base, #c7954a);width:60px;height:60px;}
.portfolio-one__item.active .portfolio-one__item__content{visibility:visible;opacity:1;transform:rotate(0deg);transform-origin:100% 100%;}
.portfolio-one__item img{width:100%;height:527px;object-fit:cover;}
.portfolio-one__item__rm{position:absolute;bottom:0;left:0;display:flex;align-items:center;justify-content:center;margin:0 auto;transform-origin:-100% -100%;transition:all 500ms ease;}
.portfolio-one__item__rm a{background-color:var(--procounsel-primary, #19223a);display:flex;align-items:center;justify-content:center;font-size:25px;color:var(--procounsel-white, #fff);width:70px;height:70px;}
@media (max-width: 767px){
.portfolio-one__item__rm a{width:50px;height:50px;font-size:20px;}
}
.portfolio-one__item__rm a i{position:relative;z-index:2;display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.portfolio-one__item__rm a i::before{color:inherit;}
.portfolio-one__item__rm a:hover{background-color:var(--procounsel-base, #c7954a);}
.portfolio-one__item__rm a:hover i{animation:iconTranslateY 0.4s forwards;}
.portfolio-one__item__content{position:absolute;bottom:30px;padding:40px 30px;width:375px;left:30px;visibility:hidden;opacity:0;transform-origin:-100% -100%;transform:translateX(-200px);transition:all 0.7s;background:linear-gradient(90deg, #19223a 0%, rgba(25, 34, 58, 0) 100%);}
.portfolio-one__item__content::after{content:"";width:100%;height:4px;position:absolute;bottom:0;left:0;background:linear-gradient(90deg, #c7954a 0%, rgba(25, 34, 58, 0) 100%);}
.portfolio-one__item__cat{display:flex;align-items:center;gap:7px;color:var(--procounsel-white, #fff);margin:0;font-weight:700;font-size:12px;line-height:9px;text-transform:capitalize;margin-bottom:10px;}
.portfolio-one__item__cat i{color:var(--procounsel-base, #c7954a);font-size:16px;}
.portfolio-one__item__title{color:var(--procounsel-white, #fff);margin:0;font-weight:400;font-size:24px;line-height:100%;text-transform:capitalize;}
.portfolio-one__item__title a{color:inherit;background:linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;transition:all 500ms ease;}
.portfolio-one__item__title a:hover{background-size:100% 1px;}
/*! CSS Used keyframes */
@keyframes hammerBounce{0%, 100%{transform:translateY(0);}50%{transform:translateY(1px);}}
@keyframes hammerStrike{0%, 100%{transform:rotate(0deg);}50%{transform:rotate(-15deg);}}
@keyframes iconTranslateY{49%{-webkit-transform:translateY(-100%);transform:translateY(-100%);}50%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);}51%{opacity:1;}}
/*! CSS Used fontfaces */
@font-face{font-family:'icomoon';src:url('https://bracketweb.com/procounsel-html/assets/vendors/procounsel-icons/fonts/icomoon.eot?4dk0mp');src:url('https://bracketweb.com/procounsel-html/assets/vendors/procounsel-icons/fonts/icomoon.eot?4dk0mp#iefix') format('embedded-opentype'),      url('https://bracketweb.com/procounsel-html/assets/vendors/procounsel-icons/fonts/icomoon.ttf?4dk0mp') format('truetype'),      url('https://bracketweb.com/procounsel-html/assets/vendors/procounsel-icons/fonts/icomoon.woff?4dk0mp') format('woff'),      url('https://bracketweb.com/procounsel-html/assets/vendors/procounsel-icons/fonts/icomoon.svg?4dk0mp#icomoon') format('svg');font-weight:normal;font-style:normal;font-display:block;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/marcellus/v14/wEO_EBrOk8hQLDvIAF81WPoK7Es.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/marcellus/v14/wEO_EBrOk8hQLDvIAF81VvoK.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}


.main-footer__info__icon img{ filter: brightness(0) invert(1); }
.product-slide-group { padding: 0 8px; }
.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1.6rem; }
@media (max-width: 1200px) { .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 768px) { .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 576px) { 
  .product-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .product-grid .product-slide:nth-child(n+2){ display: none; }
}



/*! CSS Used from: https://bracketweb.com/procounsel-html/assets/vendors/animate/animate.min.css */
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;}
.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight;}
/*! CSS Used from: https://bracketweb.com/procounsel-html/assets/vendors/procounsel-icons/style.css */
[class^="icon-"]{font-family:'icomoon'!important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.icon-check:before{content:"\e921";}
.icon-phone-1:before{content:"\e91b";}
/*! CSS Used from: https://bracketweb.com/procounsel-html/assets/css/procounsel.css */
a{color:var(--procounsel-base, #c7954a);transition:all 400ms ease;}
a,a:hover,a:focus,a:visited{text-decoration:none;}
::placeholder{color:inherit;opacity:1;}
h3{font-family:'Montserrat';color:var(--procounsel-black, #0e0b06);}
::placeholder{color:inherit;opacity:1;}
.container{padding-left:15px;padding-right:15px;}
@media (min-width: 1200px){
.container{max-width:1200px;}
}
.row{--bs-gutter-x:30px;}
.procounsel-btn{display:inline-block;vertical-align:middle;-webkit-appearance:none;border:none;outline:none!important;background-color:var(--procounsel-base, #c7954a);color:var(--procounsel-white, #fff);font-size:16px;font-weight:600;transition:500ms;position:relative;overflow:hidden;text-align:center;}
.procounsel-btn > i{padding:13px 40px;font-style:normal;display:flex;align-items:center;justify-content:center;perspective:300px;transition:transform 500ms ease;transform-origin:top center;transform:translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);}
.procounsel-btn:hover > i{transform-origin:bottom center;transform:translateY(-100%) translateZ(150px) scaleY(0) rotateX(90deg);}
.procounsel-btn > span{position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;display:flex;align-items:center;justify-content:center;transition:transform 700ms ease, top 700ms ease;background-color:var(--procounsel-primary, #19223a);transform:translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);perspective:300px;transform-origin:bottom center;}
.procounsel-btn:hover > span{transition:transform 500ms ease, top 500ms ease;transform:translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);}
.sec-title{position:relative;line-height:1;padding-bottom:30px;}
@media (min-width: 768px){
.sec-title{padding-bottom:48px;margin-top:-2px;}
}
.sec-title__tagline{margin:0;color:var(--procounsel-text, #838790);display:inline-block;font-weight:500;font-size:16px;line-height:100%;text-transform:uppercase;margin-bottom:6px;}
.sec-title__title{margin:0;font-family:var(--procounsel-heading-font, "Marcellus", serif);font-weight:400;font-size:50px;line-height:60px;letter-spacing:0%;}
@media (max-width: 991px){
.sec-title__title{font-size:40px;line-height:46px;}
}
@media (max-width: 767px){
.sec-title__title{font-size:36px;line-height:40px;}
}
.sec-title__title span{color:var(--procounsel-base, #c7954a);}
.hammer{width:22px;height:22px;fill:var(--procounsel-base, #c7954a);}
.hammer path:nth-child(1),.hammer path:nth-child(2){animation:hammerBounce 3s ease-in-out infinite;}
.hammer path:nth-child(3),.hammer path:nth-child(4),.hammer path:nth-child(5){transform-origin:center;animation:hammerStrike 3s ease-in-out infinite;}
.bw-img-anim-left,.bw-img-anim-right{transition:clip-path 0.5s ease-out;}
.about-one{position:relative;padding:120px 0;overflow:hidden;}
@media (max-width: 767px){
.about-one{padding:80px 0;}
}
.about-one .row{--bs-gutter-x:0px;}
.about-one__image{position:relative;z-index:1;text-align:right;margin-right:-38px;}
@media (max-width: 991px){
.about-one__image{text-align:center;}
}
@media (max-width: 767px){
.about-one__image{margin:0;}
}
.about-one__image img{max-width:100%;height:auto;}
.about-one__image__signature{position:absolute;bottom:15px;left:64%;transform:translateX(-50%);}
@media (max-width: 991px){
.about-one__image__signature{left:50%;}
}
.about-one__image__left{position:absolute;left:0;top:58%;transform:translateY(-50%);z-index:-1;}
@media (max-width: 991px){
.about-one__image__left{display:block;left:0;}
}
@media (max-width: 767px){
.about-one__image__left{display:none;}
}
.about-one__image__info{display:flex;align-items:center;gap:10px;padding:21px 30px 19px;background-color:var(--procounsel-base, #c7954a);position:absolute;top:78px;left:0;text-align:left;}
@media (max-width: 991px){
.about-one__image__info{left:0;}
}
@media (max-width: 767px){
.about-one__image__info{top:0;}
}
.about-one__image__info__icon{width:40px;height:40px;background-color:var(--procounsel-primary, #19223a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--procounsel-white, #fff);flex-shrink:0;position:relative;}
.about-one__image__info a{color:var(--procounsel-white, #fff);font-family:var(--procounsel-heading-font, "Marcellus", serif);font-weight:400;font-size:18px;line-height:25px;background:linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;transition:all 500ms ease;}
.about-one__image__info a:hover{background-size:100% 1px;}
.about-one__image__info a:hover{color:var(--procounsel-white, #fff);}
.about-one__image__info span{font-weight:500;font-size:14px;line-height:16px;color:var(--procounsel-white, #fff);display:block;margin-top:2px;}
.about-one__inner{box-shadow:0px 4px 60px 0px rgba(0, 0, 0, 0.1019607843);padding:39.5px 39px 38.5px 38px;background-color:var(--procounsel-white, #fff);}
@media (max-width: 576px){
.about-one__inner{padding:25px 25px;}
}
.about-one__content{position:relative;border:1px solid var(--procounsel-base, #c7954a);padding:41px 45px 39px 40px;}
@media (max-width: 576px){
.about-one__content{padding:25px 25px;}
}
.about-one__content .sec-title{padding-bottom:11px;}
.about-one__content__text{margin:0 0 31px;font-weight:600;font-size:16px;line-height:30px;}
.about-one__content__box{position:relative;min-height:64px;margin-top:30px;display:flex;gap:30px;}
@media (max-width: 1199px){
.about-one__content__box{flex-direction:column;}
}
@media (max-width: 991px){
.about-one__content__box{flex-direction:row;}
}
@media (max-width: 768px){
.about-one__content__box{flex-direction:column;}
}
.about-one__content__list{padding:0;margin-top:-9px;}
.about-one__content__list li{list-style:none;line-height:32px;padding-left:39px;font-weight:600;position:relative;margin-bottom:6px;}
.about-one__content__list li span{position:absolute;left:0;top:8px;transition:all 0.6s ease;transform:scale(1);color:var(--procounsel-base, #c7954a);font-size:18px;}
.about-one__content__list li:hover span{transform:scale(1.05);color:var(--procounsel-black, #0e0b06);}
.about-one__content:hover .procounsel-btn{animation-name:wobbleTop;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1;}
/*! CSS Used keyframes */
@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px);}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}}
@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px);}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}}
@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}
@keyframes hammerBounce{0%, 100%{transform:translateY(0);}50%{transform:translateY(1px);}}
@keyframes hammerStrike{0%, 100%{transform:rotate(0deg);}50%{transform:rotate(-15deg);}}
@keyframes wobbleTop{16.65%{transform:skew(-12deg);}33.3%{transform:skew(10deg);}49.95%{transform:skew(-6deg);}66.6%{transform:skew(4deg);}83.25%{transform:skew(-2deg);}100%{transform:skew(0);}}
