/* New Thrive Power Tech custom overrides */

/* Primary orange buttons / accents */
.btn,
.button a,
.button-1 a,
.button-2 a,
.go-top-button,
.blog-section .owl-nav button.owl-next,
.blog-section .owl-nav button.owl-prev,
.contact-section .form .submit input,
.bratecome-section .contant .title h2,
.brands-name,
.form-section .submit input,
.send input[type="submit"] {
    border-color: #f06d16;
    transition: 0.3s;
}

.btn:hover,
.button a:hover,
.button-1 a:hover,
.button-2 a:hover,
.go-top-button:hover,
.blog-section .owl-nav button.owl-next:hover,
.blog-section .owl-nav button.owl-prev:hover,
.contact-section .form .submit input:hover {
    background-color: #d85a12 !important;
    border-color: #d85a12 !important;
    color: #fff !important;
}

/* Hero overlay + white text */
.hero-section .hero-slider {
    position: relative;
}
.hero-section .hero-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.35) 100%);
    z-index: 0;
}
.hero-section .slider-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}
.hero-section .slider-content .text-section h4,
.hero-section .slider-content .text-section h1,
.hero-section .slider-content .text-section p {
    color: #fff;
}
.hero-section .slider-content .button {
    justify-content: center;
    gap: 20px;
}

/* Service / category cards */
.service-section .service-text-section .main-content .content,
.team-section .team-text-section .team-main-content .content,
.blog-section .blog-slider-content,
.project-section .content-body,
.search-section .card,
.products .content-body {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
    height: 100%;
    padding: 0 0 20px 0;
}
.service-section .service-text-section .main-content .content .description,
.team-section .team-text-section .team-main-content .content .description {
    padding: 0 20px;
}
.service-section .service-text-section .main-content .content:hover,
.team-section .team-text-section .team-main-content .content:hover,
.blog-section .blog-slider-content:hover,
.project-section .content-body:hover,
.search-section .card:hover,
.products .content-body:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.10);
}
.service-section .service-text-section .main-content .content .description h2 a:hover,
.team-section .team-text-section .team-main-content .content .description h3 a:hover,
.project-section .content-body .title h4 a:hover {
    color: #f06d16;
}

/* Product images */
.service-section .service-text-section .main-content .image img,
.team-section .team-text-section .team-main-content .content .image img,
.project-section .content-body .image img,
.blog-section .blog-slider-content .image img,
.news-detail-section .top-image img,
.products .image img,
.product-detail #pd-main-image,
.search-section .card img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.service-section .service-text-section .main-content .content:hover .image img,
.team-section .team-text-section .team-main-content .content:hover .image img,
.project-section .content-body:hover .image img,
.blog-section .blog-slider-content:hover .image img {
    transform: scale(1.04);
}

/* Portfolio / product slider pluse icon hide */
.protfolio-section .protfolio-slider .slider-content .pluse-section {
    display: none;
}

/* Video section circular thumbnails -> square */
.video-section .video-slider-content .image img {
    border-radius: 8px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

/* Footer overlay for readability */
.footer-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20,20,20,0.92);
    z-index: 0;
}
.footer-section .container,
.footer-section .cuppyRight-section {
    position: relative;
    z-index: 1;
}

/* Counter section cleaner overlay */
.counter-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 0;
}
.counter-section .counter-wraper {
    background: rgba(20,20,20,0.92);
    z-index: 2;
}

/* Breadcrumb overlay */
.bratecome-section {
    position: relative;
}
.bratecome-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 0;
}
.bratecome-section .container {
    position: relative;
    z-index: 1;
}
.bratecome-section .contant .title h2,
.bratecome-section .inner-contant ul li,
.bratecome-section .inner-contant ul li a {
    color: #fff;
}

/* Sticky / topbar */
.topbar .topbar-wrapper .topbar-contact .content ul li,
.topbar .topbar-wrapper .topbar-contact .content ul li a {
    color: #f06d16;
}

/* Remove leftover chemical molecule icon from section headers */
.service-top .image,
.team-top .image,
.project-top .image,
.blog-top .image {
    display: none;
}

/* Modernize section headers */
.service-section .service-text-section .service-top,
.team-section .team-text-section .team-top,
.project-section .text-section .project-top,
.blog-section .blog-wraper .blog-header .blog-top {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.service-section .service-text-section .service-title,
.team-section .team-text-section .team-title,
.project-section .text-section .project-title,
.blog-section .blog-wraper .blog-header .blog-top .blog-title {
    width: 40%;
    text-align: left;
}
.service-section .service-text-section .service-title h3,
.team-section .team-text-section .team-title h3,
.project-section .text-section .project-title h3,
.blog-section .blog-wraper .blog-header .blog-top .blog-title h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #777;
    text-align: left;
    margin-bottom: 6px;
    font-weight: 600;
}
.service-section .service-text-section .service-title h2,
.team-section .team-text-section .team-title h2,
.project-section .text-section .project-title h2,
.blog-section .blog-wraper .blog-header .blog-top .blog-title h2 {
    font-size: 36px;
    color: #f06d16;
    text-align: left;
    line-height: 1.2;
    font-weight: 700;
}
.service-section .service-text-section .text-p,
.team-section .team-text-section .text-p,
.project-section .text-section .project-top .text-p,
.blog-section .blog-wraper .blog-header .blog-top .text-p {
    width: 55%;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .service-section .service-text-section .service-title,
    .team-section .team-text-section .team-title,
    .project-section .text-section .project-title,
    .blog-section .blog-wraper .blog-header .blog-top .blog-title,
    .service-section .service-text-section .text-p,
    .team-section .team-text-section .text-p,
    .project-section .text-section .project-top .text-p,
    .blog-section .blog-wraper .blog-header .blog-top .text-p {
        width: 100%;
        text-align: left;
    }
    .service-section .service-text-section .service-title h2,
    .team-section .team-text-section .team-title h2,
    .project-section .text-section .project-title h2,
    .blog-section .blog-wraper .blog-header .blog-top .blog-title h2 {
        font-size: 28px;
    }
}

/* Overall site container width */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1200px !important;
}

/* Make desktop main menu fill the full navigation bar */
.menu .main-menu nav {
  flex: 1;
}
.menu .main-menu nav ul {
  width: 100%;
  justify-content: space-between;
}
.menu .main-menu nav ul li {
  flex: 1;
  text-align: center;
}
.menu .main-menu nav ul a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 33px 10px;
}

/* WhatsApp button styled in theme color */
.btn[href^="https://wa.me"] {
  background-color: #f06d16 !important;
  border-color: #f06d16 !important;
  color: #fff !important;
}
.btn[href^="https://wa.me"]:hover {
  background-color: #d85a12 !important;
  border-color: #d85a12 !important;
}

/* Product listing: products left, categories right */
.product-listing-wrapper {
    margin-top: 30px;
}
.main-product-area {
    padding-right: 25px;
}
.product-sidebar {
    padding-left: 10px;
}
.product-sidebar .sidebar-block {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 24px;
    position: sticky;
    top: 90px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.product-sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #f06d16;
    padding-bottom: 12px;
    border-bottom: 2px solid #f06d16;
}
.product-filter-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-filter-list li {
    margin-bottom: 8px;
}
.product-filter-list li:last-child {
    margin-bottom: 0;
}
.product-filter-list .filter-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
    transition: all .2s ease;
}
.product-filter-list .filter-btn:hover {
    color: #f06d16;
    border-color: #f06d16;
    background: #f8fff8;
    transform: translateX(4px);
}
.product-filter-list .filter-btn.active {
    color: #fff;
    background: #f06d16;
    border-color: #f06d16;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(240, 109, 22, 0.25);
}
.product-filter-list .filter-btn .cat-count {
    background: #f1f1f1;
    color: #666;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 12px;
    margin-left: 8px;
    min-width: 26px;
    text-align: center;
}
.product-filter-list .filter-btn:hover .cat-count {
    background: #f06d16;
    color: #fff;
}
.product-filter-list .filter-btn.active .cat-count {
    background: #fff;
    color: #f06d16;
}

/* Product grid pagination */
#product-pagination .pagination {
    justify-content: center;
    margin: 0;
    padding: 0;
    gap: 8px;
}
#product-pagination .page-item {
    display: inline-block;
}
#product-pagination .page-link {
    display: block;
    padding: 9px 16px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all .2s ease;
    min-width: 40px;
    text-align: center;
}
#product-pagination .page-item:hover:not(.disabled) .page-link,
#product-pagination .page-item.active .page-link {
    color: #fff;
    background: #f06d16;
    border-color: #f06d16;
    box-shadow: 0 4px 12px rgba(240, 109, 22, 0.25);
}
#product-pagination .page-item.disabled .page-link {
    color: #aaa;
    background: #f8f9fa;
    border-color: #e9ecef;
    cursor: not-allowed;
}
#product-pagination .page-item.active .page-link {
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .main-product-area {
        padding-right: 15px;
        margin-bottom: 40px;
    }
    .product-sidebar {
        padding-left: 15px;
    }
    .product-sidebar .sidebar-block {
        position: static;
    }
}

/* Product description: clean up imported made-in-china HTML */
.article-content {
    width: 100% !important;
    max-width: none !important;
    line-height: 1.7 !important;
}
.article-content div,
.article-content div div {
    width: 100% !important;
    max-width: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    max-height: none !important;
    min-height: 0 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}
.article-content div[style*="display:grid"] {
    display: block !important;
}
.article-content img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin-bottom: 10px !important;
}
.article-content h4 {
    margin-top: 16px !important;
    margin-bottom: 10px !important;
}
.article-content table {
    margin-bottom: 15px !important;
}

/* Video section equal-height columns */
@media (min-width: 992px) {
    .video-section .row {
        display: flex;
        align-items: stretch;
    }
    .video-section .row > [class*="col-"] {
        display: flex;
    }
    .video-section .left-content,
    .video-section .video-slider {
        flex: 1 1 auto;
        width: 100%;
        min-height: 100%;
    }
    .video-section .left-content {
        display: flex;
        flex-direction: column;
    }
    .video-section .left-content .image {
        flex: 1 1 auto;
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f8f8f8;
    }
    .video-section .left-content .image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        display: block;
    }
    .video-section .video-slider {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/* Product detail Swiper gallery */
.product-gallery-swiper {
    border-radius: 8px;
    overflow: hidden;
    background: #f8f9fa;
    border: 1px solid #eee;
}

.product-gallery-swiper .swiper-slide {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-gallery-swiper .swiper-button-next,
.product-gallery-swiper .swiper-button-prev {
    color: #f06d16;
}

.product-gallery-swiper .swiper-button-next:after,
.product-gallery-swiper .swiper-button-prev:after {
    font-size: 20px;
}

.product-thumbs-swiper {
    margin-top: 10px;
}

.product-thumbs-swiper .swiper-slide {
    width: 80px;
    height: 80px;
    cursor: pointer;
    opacity: 0.7;
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    box-sizing: border-box;
}

.product-thumbs-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #f06d16;
}

/* Mobile navigation improvements */
.mobile-menu-area {
    background: #141414;
}

.mobile-menu-area .mobile-menu {
    position: relative;
}

.mobile-menu-area .mobile-site-title {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 9999999;
    height: 60px;
    display: flex;
    align-items: center;
    max-width: calc(100% - 155px);
}

.mobile-menu-area .mobile-site-title a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.mobile-menu-area .mobile-site-title img {
    max-height: 40px;
    width: auto;
    display: block;
}

.mobile-menu-area .mobile-site-title .mobile-site-name {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-menu-area .mobile-nav-cta {
    position: absolute;
    top: 12px;
    right: 60px;
    z-index: 9999999;
}

.mobile-menu-area .mobile-nav-cta a {
    display: inline-block;
    background: #f06d16;
    color: #fff;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.3s ease, color 0.3s ease;
}

.mobile-menu-area .mobile-nav-cta a:hover {
    background: #d85a12;
    color: #fff;
}

.mobile-menu-area .mean-container .mean-bar {
    background: #141414;
    border-bottom: 2px solid #f06d16;
    min-height: 60px;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.mobile-menu-area .mean-container .mean-bar::before,
.mobile-menu-area .mean-container .mean-bar::after {
    content: none;
    display: none;
}

.mobile-menu-area .mean-container a.meanmenu-reveal {
    width: 44px;
    height: 44px;
    padding: 0;
    top: 8px;
    right: 8px !important;
    color: #fff;
    background: transparent;
    text-indent: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
}

.mobile-menu-area .mean-container a.meanmenu-reveal:hover,
.mobile-menu-area .mean-container a.meanmenu-reveal.meanclose {
    color: #f06d16;
}

.mobile-menu-area .mean-container .mean-nav {
    background: #1a1a1a;
    border-top: 2px solid #f06d16;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .3);
}

.mobile-menu-area .mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-menu-area .mean-container .mean-nav ul li {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .1);
    float: none;
    position: relative;
}

.mobile-menu-area .mean-container .mean-nav ul li:first-child {
    border-top: 0;
}

.mobile-menu-area .mean-container .mean-nav ul li a {
    background: transparent;
    color: #fff;
    font-size: 16px;
    padding: 16px 5%;
    width: 90%;
    font-weight: 500;
    text-transform: none;
    display: block;
}

.mobile-menu-area .mean-container .mean-nav ul li a:hover {
    background: rgba(240, 109, 22, .1);
    color: #f06d16;
}

.mobile-menu-area .mean-container .mean-nav ul li a.mean-expand {
    width: 50px;
    height: 100%;
    padding: 0 !important;
    top: 0;
    right: 0;
    line-height: 54px;
    text-align: center;
    color: #f06d16;
    background: transparent !important;
    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, .1) !important;
    font-size: 18px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-area .mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(240, 109, 22, .1) !important;
    color: #fff;
}

.mobile-menu-area .mean-container .mean-nav ul li li a {
    color: #cccccc;
    padding: 14px 10%;
    width: 80%;
    border-top: 1px solid rgba(255, 255, 255, .05);
    opacity: 1;
    font-weight: 400;
}

.mobile-menu-area .mean-container .mean-nav ul li li a:hover {
    color: #f06d16;
    background: rgba(240, 109, 22, .05);
}

/* Bootstrap offcanvas mobile navigation */
.mobile-menu-area {
    background: #141414;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.mobile-navbar {
    background: #141414;
    padding: 10px 0;
    border-bottom: 2px solid #f06d16;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.mobile-navbar .navbar-brand {
    color: #fff;
    font-weight: 700;
    padding: 0;
    margin-right: 10px;
    display: flex;
    align-items: center;
    max-width: calc(100% - 175px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-navbar .navbar-brand img {
    max-height: 40px;
    max-width: 140px;
    width: auto;
    object-fit: contain;
}

.mobile-navbar .navbar-brand span {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
}

.mobile-toggler {
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
    padding: 6px 10px;
    font-size: 18px;
}

.mobile-toggler:focus {
    box-shadow: none;
    border-color: #f06d16;
}

.btn-mobile-cta {
    background: #f06d16;
    border-color: #f06d16;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: background .3s ease, border-color .3s ease, color .3s ease;
}

.btn-mobile-cta:hover {
    background: #d85a12;
    border-color: #d85a12;
    color: #fff;
}

.mobile-offcanvas {
    background: #1a1a1a;
    color: #fff;
    width: 280px;
    max-width: 85vw;
}

.mobile-offcanvas .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 16px 20px;
}

.mobile-offcanvas .offcanvas-title {
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin: 0;
}

.mobile-offcanvas .offcanvas-title img {
    max-height: 40px;
    max-width: 140px;
    width: auto;
    object-fit: contain;
}

.mobile-offcanvas .offcanvas-title span {
    color: #fff;
    font-size: 16px;
}

.mobile-offcanvas .navbar-nav {
    padding: 0;
    margin: 0;
    width: 100%;
}

.mobile-offcanvas .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-offcanvas .nav-item:last-child {
    border-bottom: 0;
}

.mobile-offcanvas .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 0;
    transition: color .3s ease;
}

.mobile-offcanvas .nav-link:hover,
.mobile-offcanvas .nav-link.active {
    color: #f06d16;
}

.mobile-offcanvas .nav-link.active {
    font-weight: 700;
}

.mobile-offcanvas-cta {
    margin-top: 24px;
    padding: 12px;
}

/* Center homepage card images when their natural width is smaller than the container */
@media (min-width: 768px) {
    .service-section .service-text-section .main-content .image a,
    .team-section .team-text-section .team-main-content .content .image a,
    .protfolio-slider .slider-content .image a,
    .blog-section .blog-slider-content .image a {
        display: block;
        text-align: center;
    }
    .service-section .service-text-section .main-content .image img,
    .team-section .team-text-section .team-main-content .content .image img,
    .protfolio-slider .slider-content .image img,
    .blog-section .blog-slider-content .image img {
        width: auto !important;
        max-width: 100%;
        object-fit: contain !important;
        display: inline-block;
        vertical-align: middle;
    }
}

/* Mobile homepage product images use mobile width */
@media (max-width: 767px) {
    .service-section .main-content .image img,
    .team-section .team-main-content .content .image img,
    .protfolio-slider .slider-content .image img,
    .blog-section .blog-slider-content .image img,
    .video-section .left-content .image img {
        width: auto !important;
        max-width: 100%;
        height: auto !important;
        max-height: 260px;
        object-fit: contain !important;
        display: block;
        margin: 0 auto;
    }

    .service-section .main-content .image,
    .team-section .team-main-content .content .image,
    .protfolio-slider .slider-content .image,
    .blog-section .blog-slider-content .image,
    .video-section .left-content .image {
        display: block;
        text-align: center;
    }
}

/* Desktop product navigation dropdown */
.menu .main-menu nav ul li.menu-item-has-children .sub-menu {
    min-width: 220px;
    width: auto;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
    z-index: 999;
}

.menu .main-menu nav ul li.menu-item-has-children .sub-menu li {
    flex: none;
    text-align: left;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}

.menu .main-menu nav ul li.menu-item-has-children .sub-menu li:last-child {
    border-bottom: 0;
}

.menu .main-menu nav ul li.menu-item-has-children .sub-menu li a {
    display: block;
    width: auto;
    min-width: 220px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #012766;
    white-space: nowrap;
}

.menu .main-menu nav ul li.menu-item-has-children .sub-menu li a:hover {
    color: #fff;
    background: #f06d16;
}

/* Mobile product navigation subcategory collapse */
.mobile-offcanvas .nav-link .fa-angle-down {
    transition: transform .3s ease;
}

.mobile-offcanvas .nav-link[aria-expanded="true"] .fa-angle-down {
    transform: rotate(180deg);
}

.mobile-offcanvas .sub-nav .nav-link {
    padding-left: 1.75rem;
    font-size: 14px;
    color: rgba(255, 255, 255, .75);
}

.mobile-offcanvas .sub-nav .nav-link:hover,
.mobile-offcanvas .sub-nav .nav-link.active {
    color: #f06d16;
}

/* Card title single-line ellipsis and description two-line ellipsis */
.service-section .main-content .content .description h2,
.team-section .team-main-content .content .description h3,
.blog-section .blog-slider-content .content .name h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.service-section .main-content .content .description h2 a,
.team-section .team-main-content .content .description h3 a,
.blog-section .blog-slider-content .content .name h2 a {
    display: inline;
    white-space: nowrap;
}

.service-section .main-content .content .description p,
.blog-section .blog-slider-content .content .name p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 3em;
}

/* News page pagination buttons */
#news-pagination .pagination .page-link,
#news-pagination .pagination .page-link:focus {
    color: #fff;
    background-color: #f06d16;
    border-color: #f06d16;
}

#news-pagination .pagination .page-item.active .page-link,
#news-pagination .pagination .page-link:hover {
    color: #fff;
    background-color: #d85c0a;
    border-color: #d85c0a;
}

#news-pagination .pagination .page-item.disabled .page-link {
    color: #fff;
    background-color: #f06d16;
    border-color: #f06d16;
    opacity: 0.6;
}
