/* Home page only: premium Suprimeda visual layer. */

.home-premium {
    --primary-color: #073b4c;
    --secondary-color: #ffffff;
    --bg-color: #f5faf9;
    --text-color: #53666c;
    --accent-color: #1479a6;
    --accent-secondary-color: #25aa87;
    --divider-color: rgba(7, 59, 76, 0.12);
    --dark-divider-color: rgba(255, 255, 255, 0.18);
    background: radial-gradient(circle at 8% 20%, rgba(37, 170, 135, 0.08), transparent 28rem), #f5faf9;
}

.home-premium .container {
    max-width: 1240px;
}


/* Header */

.home-premium .main-header {
    left: 0;
    right: 0;
}

.home-premium .main-header .header-sticky {
    border-color: rgba(255, 255, 255, 0.2);
}

.home-premium .main-header .header-sticky.active,
.home-premium .main-header .header-sticky.sticky-header {
    box-shadow: 0 12px 35px rgba(7, 59, 76, 0.1);
}

.home-premium .navbar-brand img {
    max-height: 62px;
    width: auto;
    object-fit: contain;
}

.home-premium .main-menu ul li a {
    font-weight: 600;
    letter-spacing: -0.01em;
}

.home-premium .btn-default {
    background: linear-gradient(110deg, #0d668e 0%, #18a785 55%, #78bf55 115%);
    background-size: 180% auto;
    box-shadow: 0 10px 24px rgba(20, 121, 166, 0.18);
    padding-top: 16px;
    padding-bottom: 16px;
}

.home-premium .btn-default:hover {
    background-position: right center;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(20, 121, 166, 0.24);
}


/* Hero */

.home-premium .hero-slider {
    margin-top: 83px;
    padding: 0 18px;
}

.home-premium .hero-slider,
.home-premium .hero,
.home-premium .hero-slider .swiper {
    border-radius: 0 0 0px 0px;
}

.home-premium .hero {
    min-height: clamp(570px, 72vh, 690px);
    padding: 118px 0 65px;
}

.home-premium .hero::before {
    background: linear-gradient(90deg, rgba(4, 39, 52, 0.93) 0%, rgba(7, 59, 76, 0.76) 43%, rgba(7, 59, 76, 0.12) 78%), linear-gradient(0deg, rgba(4, 39, 52, 0.22), transparent 45%);
}

.home-premium .hero-content {
    max-width: 720px;
}

.home-premium .hero .section-title .section-sub-title {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.11);
}

.home-premium .hero .section-title h1 {
    font-size: clamp(42px, 5.2vw, 68px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-shadow: 0 4px 25px rgba(0, 0, 0, 0.16);
}

.home-premium .hero .section-title p {
    max-width: 620px;
    font-size: 18px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.85);
}

.home-premium .hero-content-body {
    margin-top: 36px;
    padding-top: 28px;
}

.home-premium .hero-slider .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    transition: width 0.3s ease;
}

.home-premium .hero-slider .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 20px;
    background: #7dd45f;
}


/* Consistent, tighter section rhythm */

.home-premium .about-us,
.home-premium .our-services,
.home-premium .our-testimonials,
.home-premium .our-faqs,
.home-premium .our-blog {
    padding: 56px 0;
}

.home-premium .our-appointment {
    padding: 64px 0;
}

.home-premium .section-row {
    margin-bottom: 42px;
}

.home-premium .section-title {
    margin-bottom: 30px;
}

.home-premium .section-title .section-sub-title {
    color: #0c6b73;
    background: rgba(37, 170, 135, 0.1);
    border: 1px solid rgba(37, 170, 135, 0.16);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-premium .section-title .section-sub-title::before {
    background: #25aa87;
    box-shadow: 0 0 0 4px rgba(37, 170, 135, 0.12);
}

.home-premium .section-title h2 {
    color: #073b4c;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.home-premium .section-title h2 span {
    background: linear-gradient(90deg, #1479a6, #25aa87 70%, #78b952);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-premium .section-title p {
    color: #61757b;
    line-height: 1.7;
}

.home-premium .bg-section {
    max-width: none;
    border-radius: 0;
}

.home-premium .dark-section {
    background-color: #073b4c;
}

.home-premium .dark-section .section-title .section-sub-title {
    color: #d9fff3;
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.14);
}

.home-premium .dark-section .section-title h2 {
    color: #fff;
}

.home-premium .dark-section .section-title p {
    color: rgba(255, 255, 255, 0.82);
}


/* About */

.home-premium .about-us-image-box {
    position: relative;
    padding: 12px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(7, 59, 76, 0.08);
    border-radius: 26px;
    box-shadow: 0 22px 55px rgba(7, 59, 76, 0.1);
}

.home-premium .about-us-image img,
.home-premium .about-us-video figure,
.home-premium .about-us-video figure img {
    border-radius: 18px;
}

.home-premium .about-us-video-box {
    border-radius: 18px;
    box-shadow: 0 16px 35px rgba(7, 59, 76, 0.14);
}

.home-premium .about-us-content {
    padding-left: 30px;
}

.home-premium .about-us-footer {
    margin-top: 28px;
    padding-top: 28px;
}

.home-premium .about-us-author-image img {
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 5px 16px rgba(7, 59, 76, 0.16);
}


/* Product cards */

.home-premium .our-services>.container>.row:not(.section-row) {
    row-gap: 24px;
}

.home-premium .case-study-item {
    height: 100%;
    margin-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 35px rgba(1, 29, 40, 0.16);
    backdrop-filter: blur(10px);
}

.home-premium .case-study-item:hover {
    transform: translateY(-7px);
    border-color: rgba(125, 212, 95, 0.5);
    box-shadow: 0 24px 52px rgba(1, 29, 40, 0.28);
}

.home-premium .case-study-item-image {
    margin: 8px 8px 0;
    border-radius: 14px;
    background: #edf6f3;
}

.home-premium .case-study-item-image img {
    height: 245px;
    object-fit: cover;
}

.home-premium .case-study-item-content {
    min-height: 104px;
    padding: 22px 20px 18px;
    background: transparent;
}

.home-premium .case-study-item-content h2 {
    margin: 0;
    padding-right: 24px;
}

.home-premium .case-study-item-content h2 a,
.home-premium .case-study-item-content h2 a:hover {
    color: #fff;
}

.home-premium .case-study-item-content h2 a::after {
    background: #7dd45f;
}

.home-premium .case-study-item-content ul {
    left: 16px;
    bottom: calc(100% + 9px);
}

.home-premium .case-study-item-content ul li {
    background: rgba(7, 59, 76, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
}

.home-premium .case-study-item-content::after {
    content: "\2197";
    color: #7dd45f;
}


/* Testimonials */

.home-premium .our-testimonials {
    background: radial-gradient(circle at 85% 10%, rgba(20, 121, 166, 0.08), transparent 28rem), #fff;
}

.home-premium .testimonial-item {
    height: 100%;
    min-height: 400px;
    border: 1px solid rgba(7, 59, 76, 0.09);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(7, 59, 76, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.home-premium .testimonial-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(7, 59, 76, 0.13);
}

.home-premium .testimonial-item-rating i,
.home-premium .section-footer-text ul li i {
    color: #e5a82d;
}

.home-premium .testimonial-author-image img {
    border: 3px solid #e9f7f2;
}

.home-premium .our-testimonials .section-footer-text {
    margin-top: 36px;
}


/* FAQ */

.home-premium .faq-image-box {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 22px 52px rgba(7, 59, 76, 0.12);
}

.home-premium .faq-image figure,
.home-premium .faq-image img {
    border-radius: 24px;
}

.home-premium .faq-cta-box {
    background: linear-gradient(135deg, #0d6b86, #1aa282);
    border-radius: 18px;
}

.home-premium .faq-cta-box h2,
.home-premium .faq-cta-box h3,
.home-premium .faq-cta-box h3 a {
    color: #fff;
}

.home-premium .accordion-item {
    margin-bottom: 12px;
    border: 1px solid rgba(7, 59, 76, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(7, 59, 76, 0.05);
}

.home-premium .accordion-button {
    color: #073b4c;
    font-weight: 700;
}

.home-premium .accordion-button:not(.collapsed) {
    color: #0b7a72;
    background: #eef8f5;
}


/* Appointment */

.home-premium .our-appointment::before {
    background: linear-gradient(90deg, rgba(4, 39, 52, 0.96), rgba(7, 59, 76, 0.82));
}

.home-premium .appointment-form {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 25px 60px rgba(0, 20, 28, 0.3);
    backdrop-filter: blur(18px);
}

.home-premium .appointment-form .form-control {
    min-height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.95);
    color: #073b4c;
}

.home-premium .appointment-form .form-control:focus {
    border-color: #6bd1ae;
    box-shadow: 0 0 0 4px rgba(37, 170, 135, 0.15);
}

.home-premium .appointment-form .form-control::placeholder {
    color: #718489;
    opacity: 1;
}


/* Blog cards */

.home-premium .our-blog {
    background: #f5faf9;
}

.home-premium .our-blog .row:not(.section-row) {
    row-gap: 24px;
}

.home-premium .post-item {
    height: 100%;
    padding: 8px;
    border: 1px solid rgba(7, 59, 76, 0.09);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 38px rgba(7, 59, 76, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.home-premium .post-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(7, 59, 76, 0.13);
}

.home-premium .post-featured-image,
.home-premium .post-featured-image figure,
.home-premium .post-featured-image img {
    border-radius: 14px;
}

.home-premium .post-item-body {
    padding: 22px 16px 16px;
}

.home-premium .post-item-content h2 a {
    color: #073b4c;
}

@media (max-width: 1199px) {
    .home-premium .hero-slider {
        margin-top: 96px;
    }
    .home-premium .about-us-content {
        padding: 35px 0 0;
        margin-left: 0;
    }
    .home-premium .our-faqs .faq-contant {
        margin-top: 38px;
    }
}

@media (max-width: 991px) {
    .home-premium .hero-slider {
        margin-top: 86px;
        padding: 0 10px;
    }
    .home-premium .hero-slider,
    .home-premium .hero,
    .home-premium .hero-slider .swiper {
        border-radius: 0 0 20px 20px;
    }
    .home-premium .hero {
        min-height: 610px;
        padding: 105px 0 55px;
    }
    .home-premium .hero::before {
        background: linear-gradient(90deg, rgba(4, 39, 52, 0.94), rgba(7, 59, 76, 0.62));
    }
    .home-premium .about-us,
    .home-premium .our-services,
    .home-premium .our-testimonials,
    .home-premium .our-faqs,
    .home-premium .our-blog,
    .home-premium .our-appointment {
        padding: 50px 0;
    }
    .home-premium .section-row {
        margin-bottom: 34px;
    }
}

@media (max-width: 767px) {
    .home-premium .container {
        padding-left: 18px;
        padding-right: 18px;
    }
    .home-premium .hero-slider {
        margin-top: 76px;
        padding: 0;
    }
    .home-premium .hero-slider,
    .home-premium .hero,
    .home-premium .hero-slider .swiper {
        border-radius: 0 0 16px 16px;
    }
    .home-premium .hero {
        min-height: 570px;
        padding: 92px 0 52px;
        background-position: 62% center !important;
    }
    .home-premium .hero::before {
        background: linear-gradient(90deg, rgba(4, 39, 52, 0.96), rgba(7, 59, 76, 0.72));
    }
    .home-premium .hero .section-title h1 {
        font-size: clamp(36px, 11vw, 48px);
    }
    .home-premium .hero .section-title p {
        font-size: 16px;
    }
    .home-premium .hero-content-body {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 26px;
        padding-top: 22px;
    }
    .home-premium .about-us,
    .home-premium .our-services,
    .home-premium .our-testimonials,
    .home-premium .our-faqs,
    .home-premium .our-blog,
    .home-premium .our-appointment {
        padding: 40px 0;
    }
    .home-premium .section-title {
        margin-bottom: 24px;
    }
    .home-premium .section-title h2 {
        font-size: 32px;
    }
    .home-premium .section-row {
        margin-bottom: 28px;
    }
    .home-premium .about-us-image-box {
        padding: 8px;
        border-radius: 18px;
    }
    .home-premium .about-us-content {
        padding-top: 30px;
    }
    .home-premium .about-us-footer {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 24px;
        padding-top: 24px;
    }
    .home-premium .case-study-item-image img {
        height: 230px;
    }
    .home-premium .appointment-form {
        padding: 22px 18px;
        border-radius: 18px;
    }
    .home-premium .appointment-form .form-group {
        margin-bottom: 14px !important;
    }
}


/* ================================================================
   PREMIUM GLOBAL HEADER & FOOTER
   ================================================================ */

.home-premium header.main-header {
    top: 12px;
    left: 18px;
    right: 18px;
}

.home-premium header.main-header .header-sticky {
    border: 1px solid rgba(7, 59, 76, 0.09);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 38px rgba(7, 59, 76, 0.1);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.home-premium header.main-header .header-sticky.active {
    top: 10px;
    left: 18px;
    right: 18px;
    border: 1px solid rgba(7, 59, 76, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 42px rgba(7, 59, 76, 0.14);
}

.home-premium .navbar {
    min-height: 78px;
    padding: 9px 12px;
    border-radius: inherit;
    background: transparent;
}

.home-premium .navbar-brand {
    display: flex;
    align-items: center;
    padding: 4px 8px;
}

.home-premium .navbar-brand img {
    max-width: 185px;
    max-height: 58px;
}

.home-premium .main-menu .nav-menu-wrapper {
    margin: 0 0.5vw;
}

.home-premium .main-menu ul li {
    margin: 0 2px;
}

.home-premium .main-menu ul li a {
    position: relative;
    padding: 11px 9px !important;
    border-radius: 9px;
    color: #164957;
    font-size: 14px;
    font-weight: 650;
}

.home-premium .main-menu ul li a::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 5px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #1479a6, #25aa87);
    transition: left 0.3s ease, right 0.3s ease;
}

.home-premium .main-menu ul li a:hover,
.home-premium .main-menu ul li a:focus {
    color: #0b756f;
    background: rgba(37, 170, 135, 0.07);
}

.home-premium .main-menu ul li a:hover::before,
.home-premium .main-menu ul li a:focus::before {
    left: 13px;
    right: 13px;
}

.home-premium .header-btn .btn-default {
    padding: 15px 52px 15px 20px;
    font-size: 14px;
    white-space: nowrap;
}

.home-premium .header-btn .btn-default::before {
    width: 36px;
    height: 36px;
}

.home-premium .slicknav_btn {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: linear-gradient(135deg, #1479a6, #25aa87);
    box-shadow: 0 8px 18px rgba(20, 121, 166, 0.2);
}

.home-premium .responsive-menu .slicknav_menu {
    top: 10px;
    padding: 10px;
    border: 1px solid rgba(7, 59, 76, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 45px rgba(7, 59, 76, 0.16);
}

.home-premium .slicknav_nav .slicknav_row,
.home-premium .slicknav_nav li a {
    margin: 2px 0;
    padding: 10px 12px;
    border-radius: 9px !important;
    color: #164957;
}

.home-premium .slicknav_nav a:hover,
.home-premium .slicknav_nav a:focus,
.home-premium .slicknav_nav .slicknav_row:hover {
    color: #0b756f;
    background: #eef8f5;
}

.home-premium .slicknav_arrow::after {
    color: #0b756f;
}


/* Main website footer */

.home-premium .main-footer {
    position: relative;
    margin: 0;
    padding: 64px 0 0;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    background: radial-gradient(circle at 9% 0%, rgba(37, 170, 135, 0.2), transparent 28rem), radial-gradient(circle at 92% 110%, rgba(20, 121, 166, 0.18), transparent 30rem), #042f3e;
}

.home-premium .main-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 6%;
    right: 6%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(125, 212, 95, 0.7), transparent);
}

.home-premium .main-footer .container {
    position: relative;
    z-index: 1;
}

.home-premium .about-footer {
    max-width: 340px;
    padding-right: 24px;
}

.home-premium .footer-logo {
    display: inline-flex;
    align-items: center;
    min-height: 64px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.95);
}

.home-premium .footer-logo img {
    width: auto;
    max-width: 180px;
    max-height: 48px;
}

.home-premium .about-footer-content {
    margin-top: 22px;
}

.home-premium .about-footer-content p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.75;
}

.home-premium .footer-social-links {
    margin-top: 26px;
}

.home-premium .footer-social-links ul {
    gap: 10px;
}

.home-premium .footer-social-links ul li a {
    width: 40px;
    height: 40px;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
}

.home-premium .footer-social-links ul li a:hover {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #1479a6, #25aa87);
    transform: translateY(-3px);
}

.home-premium .footer-links-box {
    gap: 22px;
    margin-left: 0;
    padding: 28px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.045);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
}

.home-premium .footer-links {
    max-width: 31%;
}

.home-premium .footer-links h2 {
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 13px;
    color: #fff;
    font-size: 17px;
    letter-spacing: -0.015em;
}

.home-premium .footer-links h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #25aa87, #7dd45f);
}

.home-premium .footer-links ul li {
    margin-bottom: 11px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.65;
}

.home-premium .footer-links ul li a {
    display: inline-flex;
    align-items: center;
}

.home-premium .footer-links ul li a::before {
    content: "";
    width: 0;
    height: 1px;
    margin-right: 0;
    background: #7dd45f;
    transition: width 0.3s ease, margin-right 0.3s ease;
}

.home-premium .footer-links ul li a:hover {
    color: #c9f5dc;
}

.home-premium .footer-links ul li a:hover::before {
    width: 12px;
    margin-right: 7px;
}

.home-premium .footer-links ul li img {
    flex: 0 0 18px;
    width: 18px;
    margin: 3px 8px 0 0;
    vertical-align: top;
}

.home-premium .footer-copyright-text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    margin-top: 40px;
    padding: 18px 0;
    border-top-color: rgba(255, 255, 255, 0.1);
}

.home-premium .footer-copyright-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 14px;
}

@media (max-width: 1199px) {
    .home-premium .main-menu ul li a {
        padding-left: 7px !important;
        padding-right: 7px !important;
        font-size: 13px;
    }
    .home-premium .main-footer .about-footer {
        max-width: none;
        margin-bottom: 30px;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .home-premium header.main-header {
        top: 9px;
        left: 10px;
        right: 10px;
    }
    .home-premium header.main-header .header-sticky.active {
        top: 8px;
        left: 10px;
        right: 10px;
    }
    .home-premium .navbar {
        min-height: 68px;
        padding: 7px 10px;
    }
    .home-premium .navbar-brand img {
        max-width: 160px;
        max-height: 50px;
    }
    .home-premium .footer-links-box {
        padding: 26px;
    }
}

@media (max-width: 767px) {
    .home-premium .main-footer {
        padding-top: 44px;
        border-radius: 22px 22px 0 0;
    }
    .home-premium .footer-logo {
        min-height: 58px;
    }
    .home-premium .footer-links-box {
        gap: 28px 18px;
        padding: 22px 18px;
        border-radius: 18px;
    }
    .home-premium .footer-links {
        width: calc(50% - 9px);
        max-width: none;
    }
    .home-premium .footer-links:last-child {
        width: 100%;
    }
    .home-premium .footer-copyright-text {
        margin-top: 28px;
    }
}

@media (max-width: 480px) {
    .home-premium header.main-header,
    .home-premium header.main-header .header-sticky.active {
        left: 7px;
        right: 7px;
    }
    .home-premium .navbar-brand img {
        max-width: 145px;
    }
    .home-premium .footer-links {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .home-premium .hero {
        min-height: 590px;
    }
    .home-premium .btn-default {
        font-size: 14px;
        padding: 15px 52px 15px 20px;
    }
    .home-premium .case-study-item-image img {
        height: 210px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-premium .case-study-item,
    .home-premium .post-item,
    .home-premium .testimonial-item,
    .home-premium .btn-default {
        transition-duration: 0.01ms;
    }
}


/* ================================================================
   INNER WEBSITE PAGES
   ================================================================ */

.home-premium .page-header {
    margin: 108px 18px 0;
    padding: 128px 0 92px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0 0 26px 26px;
    box-shadow: 0 22px 55px rgba(7, 59, 76, 0.14);
}

.home-premium .page-header::before {
    background: linear-gradient(90deg, rgba(4, 39, 52, 0.94) 0%, rgba(7, 59, 76, 0.72) 48%, rgba(7, 59, 76, 0.2) 82%), linear-gradient(0deg, rgba(4, 39, 52, 0.18), transparent 55%);
}

.home-premium .page-header-box {
    max-width: 820px;
}

.home-premium .page-header-box h1 {
    font-size: clamp(42px, 5.5vw, 66px);
    line-height: 1.08;
    letter-spacing: -0.04em;
    text-shadow: 0 5px 24px rgba(0, 0, 0, 0.18);
}

.home-premium .page-header-box ol {
    display: inline-flex;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}

.home-premium .page-header-box ol li.breadcrumb-item,
.home-premium .post-single-meta ol li {
    color: rgba(255, 255, 255, 0.88);
}

.home-premium .page-blog,
.home-premium .page-single-post,
.home-premium .page-service-single,
.home-premium .page-contact-us,
.home-premium .page-book-appointment {
    padding: 64px 0;
}

.home-premium .our-approach {
    padding: 64px 0;
}


/* Interior content surfaces */

.home-premium .page-single-image,
.home-premium .post-image {
    padding: 9px;
    border: 1px solid rgba(7, 59, 76, 0.09);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(7, 59, 76, 0.1);
}

.home-premium .page-single-image figure,
.home-premium .page-single-image img,
.home-premium .post-image figure,
.home-premium .post-image img {
    border-radius: 15px;
}

.home-premium .post-content,
.home-premium .service-single-content {
    color: #53666c;
}

.home-premium .post-entry,
.home-premium .service-entry {
    line-height: 1.75;
}

.home-premium .post-entry h2,
.home-premium .post-entry h3,
.home-premium .service-entry h2,
.home-premium .service-entry h3 {
    color: #073b4c;
    letter-spacing: -0.025em;
}

.home-premium .page-category-list,
.home-premium .sidebar-cta-box {
    border: 1px solid rgba(7, 59, 76, 0.09);
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(7, 59, 76, 0.08);
}

.home-premium .page-category-list .page-category-list-title {
    background: linear-gradient(110deg, #0d668e, #1aa282);
}


/* About page */

.home-premium .our-approach-box {
    gap: 36px;
}

.home-premium .approach-item {
    gap: 24px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 44px rgba(1, 29, 40, 0.18);
}

.home-premium .approach-item-content {
    padding: 26px 28px;
}

.home-premium .our-approach-box .approach-item:nth-child(even) .approach-item-content {
    padding: 26px 28px;
}

.home-premium .approach-item-image figure,
.home-premium .approach-item-image img {
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}


/* Product listing, sidebar and search */

.home-premium .nx-sidebar,
.home-premium .nx-category-box {
    padding: 12px;
    border: 1px solid rgba(7, 59, 76, 0.09);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 36px rgba(7, 59, 76, 0.08);
}

.home-premium .nx-sidebar-title,
.home-premium .nx-category-box h4 {
    color: #073b4c;
}

.home-premium .nx-menu li,
.home-premium .nx-category-list li a {
    border-radius: 10px;
}

.home-premium .nx-menu li.active,
.home-premium .nx-menu li:hover {
    color: #fff;
    background: linear-gradient(110deg, #0d668e, #1aa282);
}

.home-premium .nx-search input {
    min-height: 40px;
    border: 1px solid rgba(7, 59, 76, 0.12);
    border-radius: 0px;
    background: #f8fbfa;
}

.home-premium .nx-search input:focus {
    border-color: #25aa87;
    box-shadow: 0 0 0 4px rgba(37, 170, 135, 0.12);
}

.home-premium .nx-search button {
    border-radius: 0px;
    background: linear-gradient(135deg, #1479a6, #25aa87);
}

.home-premium .nx-product-card {
    min-height: 285px;
    margin-bottom: 22px;
    padding: 10px;
    gap: 20px;
    border: 1px solid rgba(7, 59, 76, 0.09);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 15px 38px rgba(7, 59, 76, 0.08);
}

.home-premium .nx-product-card::before {
    display: none;
}

.home-premium .nx-product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(37, 170, 135, 0.36);
    box-shadow: 0 24px 52px rgba(7, 59, 76, 0.14);
}

.home-premium .nx-product-img {
    align-self: stretch;
    border-radius: 14px;
    background: linear-gradient(145deg, #edf7f4, #f8fbfa);
}

.home-premium .nx-product-img img {
    height: 100%;
    min-height: 260px;
    object-fit: cover;
}

.home-premium .nx-product-content {
    padding: 16px 14px 16px 4px;
}

.home-premium .nx-product-tag {
    border-radius: 100px;
    background: linear-gradient(110deg, #0d668e, #1aa282);
}

.home-premium .nx-product-title {
    color: #073b4c;
}

.home-premium .nx-product-list li span {
    color: #0b756f;
}

.home-premium .page-pagination ul li a,
.home-premium .page-pagination ul li span,
.home-premium .pagination .page-link {
    border: 1px solid rgba(7, 59, 76, 0.1);
    color: #073b4c;
    background: #fff;
    box-shadow: 0 5px 14px rgba(7, 59, 76, 0.06);
}

.home-premium .page-pagination ul li.active a,
.home-premium .page-pagination ul li a:hover,
.home-premium .pagination .active .page-link,
.home-premium .pagination .page-link:hover {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #1479a6, #25aa87);
}


/* Blog and media grids */

.home-premium .page-blog .post-item {
    padding: 8px;
    border: 1px solid rgba(7, 59, 76, 0.09);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 38px rgba(7, 59, 76, 0.08);
}

.home-premium .page-blog .post-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 52px rgba(7, 59, 76, 0.13);
}


/* Contact */

.home-premium .contact-info-list {
    gap: 8px;
    padding-top: 28px;
}

.home-premium .contact-info-item {
    padding: 10px;
    border: 1px solid rgba(7, 59, 76, 0.08);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
}

.home-premium .contact-info-item .icon-box {
    background: #eaf7f3;
}

.home-premium .call-support-box {
    border: 1px solid rgba(37, 170, 135, 0.18);
    border-left: 4px solid #25aa87;
    background: linear-gradient(110deg, #fff, #ecf8f4);
    box-shadow: 0 12px 30px rgba(7, 59, 76, 0.07);
}

.home-premium .contact-us-form {
    padding: 38px;
    border: 1px solid rgba(7, 59, 76, 0.09);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(7, 59, 76, 0.1);
}

.home-premium .contact-form .form-control {
    min-height: 54px;
    border: 1px solid rgba(7, 59, 76, 0.1);
    border-radius: 12px;
    background: #f6faf9;
}

.home-premium .contact-form .form-control:focus {
    border-color: #25aa87;
    box-shadow: 0 0 0 4px rgba(37, 170, 135, 0.12);
}

.home-premium .google-map {
    padding: 40px 0 64px;
}

.home-premium .google-map-iframe,
.home-premium .google-map-iframe iframe {
    height: 470px;
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(7, 59, 76, 0.1);
}

@media (max-width: 1199px) {
    .home-premium .page-header {
        margin-top: 96px;
        padding: 112px 0 78px;
    }
}

@media (max-width: 991px) {
    .home-premium .page-header {
        margin: 86px 10px 0;
        border-radius: 0 0 20px 20px;
    }
    .home-premium .page-blog,
    .home-premium .page-single-post,
    .home-premium .page-service-single,
    .home-premium .page-contact-us,
    .home-premium .page-book-appointment,
    .home-premium .our-approach {
        padding: 52px 0;
    }
    .home-premium .contact-us-form {
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .home-premium .page-header {
        margin: 76px 0 0;
        padding: 86px 0 58px;
        border-radius: 0 0 16px 16px;
    }
    .home-premium .page-header-box h1 {
        font-size: 38px;
    }
    .home-premium .page-blog,
    .home-premium .page-single-post,
    .home-premium .page-service-single,
    .home-premium .page-contact-us,
    .home-premium .page-book-appointment,
    .home-premium .our-approach {
        padding: 40px 0;
    }
    .home-premium .approach-item,
    .home-premium .our-approach-box .approach-item:nth-child(even) {
        flex-direction: column;
    }
    .home-premium .approach-item-content,
    .home-premium .approach-item-image {
        width: 100%;
    }
    .home-premium .approach-item-content,
    .home-premium .our-approach-box .approach-item:nth-child(even) .approach-item-content {
        padding: 18px 14px;
    }
    .home-premium .nx-product-card {
        padding: 9px;
        border-radius: 17px;
    }
    .home-premium .nx-product-img img {
        min-height: 220px;
    }
    .home-premium .nx-product-content {
        padding: 14px;
    }
    .home-premium .contact-info-item {
        width: 100%;
    }
    .home-premium .contact-us-form {
        padding: 24px 18px;
    }
    .home-premium .google-map-iframe,
    .home-premium .google-map-iframe iframe {
        height: 360px;
        border-radius: 16px;
    }
}


/* Premium product catalog */

.home-premium.product-catalog-page .product-catalog-section {
    padding: 72px 0 82px;
}

.home-premium.product-catalog-page .product-catalog-section>.container>.row {
    row-gap: 32px;
}

.home-premium.product-catalog-page .nx-sidebar {
    position: sticky;
    top: 112px;
    padding: 20px;
    border: 1px solid rgba(7, 59, 76, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 44px rgba(7, 59, 76, 0.1);
}

.home-premium.product-catalog-page .nx-sidebar-title,
.home-premium.product-catalog-page .nx-category-box h4 {
    margin: 0;
    color: #073b4c;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
}

.home-premium.product-catalog-page .nx-sidebar-title {
    position: relative;
    padding: 0 0 16px;
    border-bottom: 1px solid rgba(7, 59, 76, 0.1);
}

.home-premium.product-catalog-page .nx-sidebar-title::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -26px;
    width: 11px;
    height: 11px;
    /* border: 3px solid #fff;
    border-radius: 50%;
    background: #25aa87;
    box-shadow: 0 3px 10px rgba(37, 170, 135, 0.35); */
}

.home-premium.product-catalog-page .nx-menu {
    margin: 8px 0 24px;
    border: 0;
}

.home-premium.product-catalog-page .nx-menu li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(7, 59, 76, 0.09);
    border-radius: 0;
}

.home-premium.product-catalog-page .nx-menu li:last-child {
    border-bottom: 0;
}

.home-premium.product-catalog-page .nx-menu li:hover {
    color: inherit;
    background: transparent;
}

.home-premium.product-catalog-page .nx-menu li>a {
    display: flex;
    gap: 12px;
    padding: 11px 10px;
    align-items: center;
    justify-content: space-between;
    color: #314f58;
    font-size: 14px;
    line-height: 1.35;
}

.home-premium.product-catalog-page .nx-menu li>a i {
    flex: 0 0 auto;
    color: #25aa87;
    font-size: 11px;
    transition: transform 0.25s ease;
}

.home-premium.product-catalog-page .nx-menu li>a:hover {
    color: #0b756f;
}

.home-premium.product-catalog-page .nx-menu li>a:hover i {
    transform: translateX(3px);
}

.home-premium.product-catalog-page .nx-category-box {
    margin-top: 0;
    padding: 18px;
    border: 1px solid rgba(7, 59, 76, 0.1);
    border-radius: 18px;
    background: #f7fbfa;
    box-shadow: none;
}

.home-premium.product-catalog-page .nx-category-box h4 {
    margin-bottom: 15px;
}

.home-premium.product-catalog-page .nx-search {
    margin-bottom: 16px;
}

.home-premium.product-catalog-page .nx-search input {
    min-width: 0;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid rgba(7, 59, 76, 0.14);
    border-right: 0;
    border-radius: 10px 0 0 10px;
    color: #163b46;
    background: #fff;
}

.home-premium.product-catalog-page .nx-search button {
    display: grid;
    width: 48px;
    flex: 0 0 48px;
    min-height: 44px;
    padding: 0;
    place-items: center;
    border-radius: 0 10px 10px 0;
    color: #fff;
    background: linear-gradient(135deg, #1479a6, #25aa87);
}

.home-premium.product-catalog-page .nx-category-list {
    display: grid;
    gap: 8px;
}

.home-premium.product-catalog-page .nx-category-list li {
    margin: 0;
}

.home-premium.product-catalog-page .nx-category-list li a {
    display: flex;
    min-height: 42px;
    gap: 10px;
    padding: 9px 12px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(7, 59, 76, 0.11);
    border-radius: 10px;
    color: #244751;
    font-size: 13px;
    font-weight: 650;
    letter-spacing: 0.035em;
    background: #fff;
}

.home-premium.product-catalog-page .nx-category-list li a i {
    color: #25aa87;
    font-size: 10px;
}

.home-premium.product-catalog-page .nx-category-list li a:hover,
.home-premium.product-catalog-page .nx-category-list li a.active {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(110deg, #0d668e, #1aa282);
    box-shadow: 0 8px 18px rgba(13, 102, 142, 0.16);
    transform: translateX(2px);
}

.home-premium.product-catalog-page .nx-category-list li a:hover i,
.home-premium.product-catalog-page .nx-category-list li a.active i {
    color: #fff;
}

.home-premium.product-catalog-page .product-catalog-grid {
    align-items: stretch;
}

.home-premium.product-catalog-page .product-grid-item {
    margin-bottom: 0;
}

.home-premium.product-catalog-page .nx-product-card {
    display: flex;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    gap: 0;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(7, 59, 76, 0.11);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(7, 59, 76, 0.09);
}

.home-premium.product-catalog-page .nx-product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(37, 170, 135, 0.38);
    box-shadow: 0 24px 55px rgba(7, 59, 76, 0.15);
}

.home-premium.product-catalog-page .nx-product-img {
    position: relative;
    display: grid;
    width: 100%;
    height: 265px;
    padding: 24px;
    overflow: hidden;
    place-items: center;
    border-radius: 0;
    border-bottom: 1px solid rgba(7, 59, 76, 0.08);
    background: radial-gradient(circle at 80% 12%, rgba(120, 191, 85, 0.14), transparent 10rem), linear-gradient(145deg, #f8fbfa, #edf7f4);
}

.home-premium.product-catalog-page .nx-product-img::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 18px;
    width: 54px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1479a6, #25aa87, #78bf55);
    opacity: 0.7;
}

.home-premium.product-catalog-page .nx-product-img img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 14px 18px rgba(7, 59, 76, 0.12));
    transition: transform 0.4s ease;
}

.home-premium.product-catalog-page .nx-product-card:hover .nx-product-img img {
    transform: scale(1.035);
}

.home-premium.product-catalog-page .nx-product-content {
    display: flex;
    width: 100%;
    min-width: 0;
    padding: 24px;
    flex: 1;
    flex-direction: column;
}

.home-premium.product-catalog-page .nx-product-heading {
    min-width: 0;
}

.home-premium.product-catalog-page .nx-product-tag {
    margin-bottom: 12px;
    padding: 6px 13px;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    background: linear-gradient(110deg, #1479a6, #25aa87);
}

.home-premium.product-catalog-page .nx-product-sub {
    min-height: 0;
    margin: 0 0 5px;
    color: #73858a;
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: 0.02em;
    text-transform: none;
}

.home-premium.product-catalog-page .nx-product-title {
    margin: 0 0 18px;
    font-size: 23px;
    line-height: 1.25;
}

.home-premium.product-catalog-page .nx-product-title a {
    color: #073b4c;
}

.home-premium.product-catalog-page .nx-product-title a:hover {
    color: #0b756f;
}

.home-premium.product-catalog-page .nx-product-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 20px;
}

.home-premium.product-catalog-page .nx-product-list>div {
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(7, 59, 76, 0.09);
    border-radius: 12px;
    background: #f7fbfa;
}

.home-premium.product-catalog-page .nx-product-list dt {
    margin-bottom: 4px;
    color: #0b756f;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.06em;
    line-height: 1.3;
    text-transform: uppercase;
}

.home-premium.product-catalog-page .nx-product-list dd {
    margin: 0;
    overflow-wrap: anywhere;
    color: #37545c;
    font-size: 14px;
    line-height: 1.4;
}

.home-premium.product-catalog-page .nx-product-link {
    display: inline-flex;
    gap: 9px;
    margin-top: auto;
    padding-top: 16px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(7, 59, 76, 0.09);
    color: #0b756f;
    font-size: 14px;
    font-weight: 700;
}

.home-premium.product-catalog-page .nx-product-link i {
    transition: transform 0.25s ease;
}

.home-premium.product-catalog-page .nx-product-link:hover {
    color: #1479a6;
}

.home-premium.product-catalog-page .nx-product-link:hover i {
    transform: translateX(4px);
}

@media (max-width: 1199px) {
    .home-premium.product-catalog-page .nx-product-img {
        height: 235px;
        padding: 20px;
    }
    .home-premium.product-catalog-page .nx-product-content {
        padding: 20px;
    }
    .home-premium.product-catalog-page .nx-product-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .home-premium.product-catalog-page .product-catalog-section {
        padding: 52px 0 64px;
    }
    .home-premium.product-catalog-page .nx-sidebar {
        position: static;
        margin-bottom: 8px;
    }
    .home-premium.product-catalog-page .nx-category-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .home-premium.product-catalog-page .nx-product-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .home-premium.product-catalog-page .product-catalog-section {
        padding: 38px 0 50px;
    }
    .home-premium.product-catalog-page .nx-category-list,
    .home-premium.product-catalog-page .nx-product-list {
        grid-template-columns: 1fr;
    }
    .home-premium.product-catalog-page .nx-product-img {
        height: 250px;
    }
    .home-premium.product-catalog-page .nx-product-content {
        padding: 20px 18px;
        text-align: left;
    }
    .home-premium.product-catalog-page .nx-product-list li {
        justify-content: initial;
    }
}


/* Upcoming products page */

.home-premium.upcoming-products-page .page-header {
    margin-top: 118px !important;
    padding: 122px 0 88px !important;
}

.home-premium.upcoming-products-page .page-header-box h1 {
    margin-bottom: 18px;
}

.home-premium.upcoming-products-page .upcoming-product-section {
    position: relative;
    padding-top: 68px;
    background: radial-gradient(circle at 8% 18%, rgba(37, 170, 135, 0.08), transparent 26rem), radial-gradient(circle at 92% 72%, rgba(20, 121, 166, 0.06), transparent 28rem);
}

.home-premium.upcoming-products-page .upcoming-intro-row {
    margin-bottom: 44px;
}

.home-premium.upcoming-products-page .upcoming-intro {
    max-width: 900px;
    margin: 0 auto;
}

.home-premium.upcoming-products-page .upcoming-intro .section-sub-title {
    margin-bottom: 16px;
}

.home-premium.upcoming-products-page .upcoming-intro h2 {
    margin: 0 0 14px;
    color: #073b4c;
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.home-premium.upcoming-products-page .upcoming-intro p {
    max-width: 760px;
    margin: 0 auto;
    color: #526d74;
    font-size: 17px;
    line-height: 1.75;
}

.home-premium.upcoming-products-page .upcoming-product-grid .nx-product-card {
    border-top: 4px solid #25aa87;
}

.home-premium.upcoming-products-page .upcoming-product-grid .nx-product-img {
    height: 250px;
}

.home-premium.upcoming-products-page .upcoming-product-grid .nx-product-tag {
    position: relative;
    padding-left: 28px;
}

.home-premium.upcoming-products-page .upcoming-product-grid .nx-product-tag::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 11px;
    width: 8px;
    height: 8px;
    border: 2px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    background: #8cdb70;
    transform: translateY(-50%);
}

.home-premium.upcoming-products-page .upcoming-product-grid .nx-product-title {
    min-height: 58px;
}

.home-premium.upcoming-products-page .page-pagination {
    margin-top: 42px;
}

.home-premium.upcoming-products-page .page-pagination .pagination {
    gap: 8px;
    justify-content: center;
}

.home-premium.upcoming-products-page .page-pagination li a,
.home-premium.upcoming-products-page .page-pagination li span {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(7, 59, 76, 0.11);
    border-radius: 50%;
    color: #073b4c;
    background: #fff;
    box-shadow: 0 7px 18px rgba(7, 59, 76, 0.07);
}

.home-premium.upcoming-products-page .page-pagination li.active a,
.home-premium.upcoming-products-page .page-pagination li a:hover {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(135deg, #1479a6, #25aa87);
}

.home-premium.upcoming-products-page .page-pagination li.disabled span {
    color: #9aabad;
    cursor: not-allowed;
    background: #f4f8f7;
    box-shadow: none;
}

.home-premium.upcoming-products-page .upcoming-product-grid>.col-12.text-center {
    padding: 42px 24px;
    border: 1px dashed rgba(7, 59, 76, 0.18);
    border-radius: 18px;
    color: #526d74;
    background: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1199px) {
    .home-premium.upcoming-products-page .upcoming-product-grid .nx-product-img {
        height: 240px;
    }
}

@media (max-width: 991px) {
    .home-premium.upcoming-products-page .page-header {
        margin-top: 96px !important;
        padding: 104px 0 72px !important;
    }
    .home-premium.upcoming-products-page .upcoming-product-section {
        padding-top: 54px;
    }
    .home-premium.upcoming-products-page .upcoming-intro-row {
        margin-bottom: 34px;
    }
    .home-premium.upcoming-products-page .upcoming-product-grid .nx-product-title {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .home-premium.upcoming-products-page .page-header {
        margin-top: 82px !important;
        padding: 84px 0 58px !important;
    }
    .home-premium.upcoming-products-page .upcoming-intro {
        text-align: left;
    }
    .home-premium.upcoming-products-page .upcoming-intro p {
        font-size: 15px;
        line-height: 1.65;
    }
    .home-premium.upcoming-products-page .upcoming-product-grid .nx-product-img {
        height: 250px;
    }
    .home-premium.upcoming-products-page .page-pagination {
        margin-top: 32px;
    }
}