/*
Theme Name: New Waves Child
Theme URI: https://www.8digi.com/
Description: New Waves Child Ramadan Theme, tailored for businesses and individuals celebrating the holy month of Ramadan. Developed by New Waves App Development and Marketing, a leading digital marketing agency in Qatar, this theme offers unique design and features to help you create an engaging online presence during Ramadan.
Author: New Waves Team
Author URI: https://www.8digi.com/
Template: nwaves
Version: 1.0.8
License: license purchased
Tags: Ramadan, Qatar, Marketing, Web Design, Mobile App, SEO, eCommerce, Photography, Videography, New Waves
*/
/* write custom css after this line */

.ovh {
    overflow: hidden;
}

.buyers-sellers {
    margin-top: -70px !important;
}

/* Custom code to adjust the boxed layout on larger screens */
@media (min-width: 992px) {
    .container {
        max-width: 85%; /* Adjust this value as needed */
        margin: 0 auto;
    }
}

.fa-spinner:before {
    content: "\f110" !important;
}

@media (max-width: 992px) {
    .buyers-sellers {
        margin-top: 0 !important;
    }

    .video-play {
        margin: 0 auto;
    }

    .dog-bone .db-buttons .btn {
        display: block !important;
    }
}

.woocommerce ul.products li.product .product-meta .star-rating {
    display: none;
}

.toggle-warp {
    width: 90%;
}

.toggle-social,
.menu-toggle {
    margin-top: 30px;
}

.wish-url:hover,
.wish-url {
    color: #fff;
}

#cart_list {
    margin-left: 20px;
}

.wish-icon {
    position: relative;
}

.wish-icon .your-counter-selector {
    background-color: #F4A261;
    color: #111;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: -12px;
    font-size: 11px;
    font-weight: bold;
}

#cart_list .icon-inner .cart-count {
    color: #111;
    font-size: 11px;
}

#text-3 {
    padding: 0px !important;
    border: 0px !important;
}


.top-tab {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.top-tab ul {
    margin: 0;
    padding: 0;
}

.top-tab li {
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.top-tab li a {
    color: #222;
    display: inline-block;
    padding: 8px 10px;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    border: 1px solid #eee;
    margin: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

@media(max-width:992px) {
    .top-tab li a {
        margin-top: 10px;
    }
}

.top-tab li.active-1 a {
    color: #fff;
    background: #F4A261;
}

.cont-tab {
    width: 100%;
    display: none
}

.loadmore {
    margin-top: 10px;
    cursor: pointer;
}

.product-thumbnail img {
    height: 60px !important;
}

#AE_primary_nav .primary-menu .mega-menu-item .depth0 .menu-item-has-children > a {
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #F4A261 !important;
}

#AE_primary_nav .primary-menu > .nomega-menu-item .sub-menu,
#AE_primary_nav .primary-menu .mega-menu-item .depth0 {
    border-bottom: 4px solid #4e94e4;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
    display: none !important;
}


.woocommerce-ordering .orderby {
    height: inherit !important;
    padding: 10px !important;
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.wishlist-page a.remove {
    font-size: 30px !important;
}

.wishlist-page a.remove:hover {
    background-color: transparent !important;
    color: #F4A261 !important
}

.wishlist_table,
.wishlist-items-wrapper {
    width: 100% !important;
}

.wishlist-page .yith-wcqv-button {
    float: right;
}

.single_post {
    margin: 0;
}

#portfolio_single .Website_Development:before {
    background-image: url(dist/svg/web-development.svg);
}

.serv-home .serv-head .btn {
    min-width: 235px;
}

@media(max-width:992px) {
    .wishlist-page .yith-wcqv-button {
        float: none !important;
        display: table !important;
        margin-top: 10px;
    }

    .serv-home .serv-head .btn {
        min-width: inherit
    }
}

.wishlist-page .product-name {
    font-size: 14px !important;
    font-weight: bold;
}

.wishlist-page thead {
    opacity: 0 !important;
}

.woocommerce .wishlist-title {
    margin-bottom: 0;
}

.wishlist-page tr:nth-child(even) {
    background-color: #EEFBF4;
}

.wishlist-page tr:nth-child(odd) {
    background-color: #F6FCF8;
}

.wishlist-page thead th {
    padding: 0 !important;
}

.rotate180 {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.white {
    background-color: #fff !important;
}

.dog-bone h2 {
    margin-bottom: 10px !important
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.wacap {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    bottom: 1.25rem;
    right: 4.50rem;
    background-color: #25d366;
    transition: all .3s ease-in-out;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 0 6px #25d366;
    z-index: 9999;
}

@media(max-width:992px) {
    .wacap {
        bottom: 4.50rem;
        right: 1.25rem;
    }
}

.wacap:hover {
    background-color: #4e94e4;
    box-shadow: 0 0 6px #4e94e4;
}

.wacap a {
    color: #FFF;
    display: block
}

#top {
    border-radius: 100% !important;
    box-shadow: 0 0 6px #25d366 !important;
}

.customer-login {
    background: linear-gradient(to right, #27303a 0%, #2e3844 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF27303A', endColorstr='#FF2E3844', GradientType=1);
    color: #fff;
    padding: 30px;
    overflow: hidden;
    position: relative
}

.customer-login:before {
    content: '';
    background-image: url('dist/images/waves-pattern1.webp');
    width: 998px;
    height: 431px;
    position: absolute;
    top: 0;
    right: -400px;
    z-index: 0
}

.lost_reset_password,
.customer-login .woocommerce-form-login {
    position: relative;
    z-index: 2;
}

.lost_reset_password .woocommerce-Input {
    width: 100%;
}

.customer-login .contact-bot {
    background-color: transparent;
}

.customer-login h2 {
    color: #fff;
    position: relative;
    z-index: 2;
}

.customer-login input[type=text],
.customer-login input[type=password] {
    border-radius: 0px;
    padding: 12px 10px;
    border: 2px solid #fff !important;
    background-color: transparent !important;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    ;
    height: inherit;
}

.customer-login input[type=text]:focus,
.customer-login input[type=password]:focus,
.customer-login input[type=text]:hover,
.customer-login input[type=password]:hover {
    border: 2px solid #25d366 !important;
}

.woocommerce-LostPassword a {
    color: #fff;
}

.woocommerce-LostPassword a:hover {
    color: #25d366;
}

@media(max-width:992px) {
    .customer-login {
        padding: 30px 15px;
    }
}

.customer-login .form-check-inline {
    display: block;
    margin-top: 10px;
}

.customer-login .form-check-label {
    text-transform: inherit;
    color: #fff;
}

#lbtn {
    border: 0px !important;
    border-radius: 0;
}

.egbox {
    background-image: url(dist/images/egbox.jpg);
}

.oibox {
    background-image: url(dist/images/oibox.jpg);
}


.ma-link {
    color: #fff;
    margin-left: 20px;
}

.ma-link:hover {
    color: #F4A261;
}

.customer-login input[type=email] {
    border-radius: 0px;
    padding: 12px 10px;
    border: 2px solid #fff !important;
    background-color: transparent !important;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    height: inherit;
}

.customer-login input[type=email]:hover {
    border: 2px solid #25d366 !important;
}

.btn-sm {
    padding: .25rem .5rem !important;
}

.woocommerce-orders-table__cell .btn {
    margin: 0 5px !important;
}

.woocommerce-tabs {
    background-color: #f9f9f9;
    padding: 30px 15px;
    margin: 30px 0;
}

.pwb-single-product-brands img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
}

.woocommerce-Reviews {
    background-color: #f9f9f9;
    padding: 30px 15px;
}

#respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled] {
    color: #fff !important;
}

.comment-respond input {
    display: block !important;
    width: 100%;
}

.comment-respond label {
    display: block !important;

}

.comment-respond input[type=checkbox],
.comment-respond input[type=radio] {
    display: inline-block !important;
    width: inherit !important;
}

.g-recaptcha {
    margin-bottom: 30px;
}

.reviews-heading {
    font-size: 21px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative
}

.reviews-heading:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #F4A261;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    background: #fff;
}

.woocommerce-product-details__short-description {
    margin: 20px 0 !important;
}

.product-inner .product-cat {
    display: none;
}

.woocommerce-loop-product__title {
    min-height: 3.3rem;
}

.woocommerce ul.products li.product .product-meta .price {
    min-height: 3rem;
}

.woocommerce-product-gallery__wrapper .yith-wcwl-add-to-wishlist {
    position: absolute;
    bottom: inherit;
    right: inherit;
    top: 10px;
    left: 10px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    border-radius: 100%;
}

.woocommerce-product-gallery__wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a i {
    margin: 0 !important;
}

#cart_list .cart-box .woocommerce-mini-cart li {
    color: #222;
}

#cart_list .cart-box .woocommerce-mini-cart li:hover {
    color: #F4A261;
}

.woocommerce td.product-quantity {
    min-width: 200px;
}

.subscriptio-order-related-subscriptions-title {
    margin-top: 30px;
}

#cart_list .cart-box .woocommerce-mini-cart li .remove {
    font-size: 26px;
}

.accordion .card-header:after {
    font-family: normal normal normal 14px/1 FontAwesome;
    content: "\f068";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

#accordion .btn {
    background: linear-gradient(to right, #27303a 0%, #2e3844 100%);
    color: #fff;
    transition: all .3s ease-in-out;
    border-color: 0;
    border-radius: 0;
}

#accordion .card-body {
    font-size: 16px;
    line-height: 1.6;
}

#accordion .btn .fa {
    margin-right: 10px;
}

#accordion .btn:hover {
    background: linear-gradient(to right, #F4A261 0%, #27303a 100%);
    text-decoration: none !important;
}

.far-mobdev:before {
    background-image: url(dist/svg/weather.svg);
    background-repeat: no-repeat;
}

.grocery-mobile-app-bg {
    background-image: url(dist/images/grocery-mobile-app-bg.jpg) !important;
}

.arf_tooltip_main {
    background-image: url(dist/images/tooltips-icon.png);
    width: 16px;
    height: 16px;
    right: -10px !important;
}

.arf_tooltip_main img {
    opacity: 0;
    margin: 0 !important;
}

.fw-bold {
    font-weight: bold;
}

.owl-works-right-app li:nth-child(6),
.owl-works-right-app li:nth-child(7),
.owl-works-right-app li:nth-child(8),
.owl-works-right-app li:nth-child(9),
.owl-works-right-app li:nth-child(10) {
    display: none;
}

.owl-works-left-app li:nth-child(1),
.owl-works-left-app li:nth-child(2),
.owl-works-left-app li:nth-child(3),
.owl-works-left-app li:nth-child(4),
.owl-works-left-app li:nth-child(5) {
    display: none;
}


.owl-works-dots-app {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.owl-works-dots-app li {
    margin-bottom: 20px;
    padding: 25px 30px;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-align: left;
    background-color: #F2F9F6;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
}

/* Highlighted search terms */
.highlight {
    background-color: yellow;
    font-weight: bold;
}

/* Search filters container */
.search-filters {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 5px;
}

/* Filter form elements */
.search-filters form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.search-filters select,
.search-filters button {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
}

.search-filters select:focus,
.search-filters button:focus {
    border-color: #0073aa;
    outline: none;
}

.search-filters button {
    background-color: #1BA8A3;
    color: #fff;
    cursor: pointer;
}

.search-filters button:hover {
    background-color: #F4A261;
}

/* Search results container */
#primary {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Post excerpt */
.post-excerpt {
    margin-top: 10px;
}

/* Post meta information */
.post-meta {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

.post-meta span {
    margin-right: 15px;
}

/* Responsive Video Block */
.wp-block-video video {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* Custom styles for the sidebar video section */
.sidebar-video-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    color: #333; /* Adjust this color to match your theme */
}

.sidebar-video-divider {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 10px auto;
    width: 80%; /* Adjust the width to make it look better */
}

.sidebar-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.sidebar-video video {
    width: 100%;
    height: auto;
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Ensure the video caption styles are applied specifically to the sidebar */
.widget-area .sidebar-video figcaption.video-caption {
    font-size: 1em !important;
    color: #666 !important;
    text-align: center;
    margin-top: 5px !important;
}

.widget-area .sidebar-video .mute-icon {
    font-size: 1.2em;
    vertical-align: middle;
}



@media (max-width: 992px) {
    .myslider {
        margin-bottom: 20px;
    }

    .owl-works-dots-app li {
        margin-bottom: 10px;
    }

    .owl-works-dots-app li:last-child {
        border-bottom: 0;
    }
}

.owl-works-dots-app li h3 {
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 500;
    margin-bottom: 0;
}

.owl-works-dots-app li .owl-ico {
    width: 70px;
    height: 70px;
    line-height: 64px;
    background-color: #F4A261;
    border: 2px solid #F4A261;
    border-radius: 50%;
    text-align: center;
    display: block;
    margin-right: 20px;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.owl-works-dots-app li.active .owl-ico {
    background-color: #F4A261;
    border-color: #fff;
}

.owl-works-dots-app li.active {
    background-color: #F4A261;
}

.owl-works-dots-app li.active h3 {
    color: #222;
}


.owl-works-dots-app li:hover {
    background-color: #F4A261;
}


.owl-works-dots-app li:hover .owl-ico {
    background-color: #F4A261;
    border-color: #fff;
    ;
}

.owl-works-right-app {
    margin-right: 20px;
}

.owl-works-left-app {
    margin-left: 20px;
}

/* Custom CSS for Knowledge Base Topic Page */
.single-topic .banner-detail-sec,
.single-topic .sub-header2 {
    background-color: #f9f9f9;
    padding: 40px 0;
    margin-bottom: 30px;
    text-align: center;
}
.single-topic .container,
.single-ticket .container {
    max-width: 1200px;
    margin: 0 auto;
}
.single-topic .faq-topic .faq-category {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    width: calc(33.333% - 10px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
}
.single-topic .faq-topic .faq-category:hover {
    background-color: #f4f4f4;
    border-color: #bbb;
}
.single-topic .faq-topic .faq-category h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.single-topic .faq-topic .faq-category p {
    font-size: 14px;
    color: #666;
}

/* Custom CSS for Ticket Page */
.single-ticket .ticket-content .ticket-details {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.single-ticket .ticket-content .ticket-details .ticket-meta {
    margin-bottom: 20px;
}
.single-ticket .ticket-content .ticket-details .ticket-meta .ticket-status {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}
.single-ticket .ticket-content .ticket-details .ticket-meta .ticket-status .status-badge {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
}
.single-ticket .ticket-content .ticket-details .ticket-meta .ticket-reporter,
.single-ticket .ticket-content .ticket-details .ticket-meta .ticket-assigned {
    display: flex;
    align-items: center;
    gap: 10px;
}
.single-ticket .ticket-content .ticket-details .ticket-meta .ticket-reporter img,
.single-ticket .ticket-content .ticket-details .ticket-meta .ticket-assigned img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.single-ticket .ticket-content .ticket-details .ticket-meta .ticket-reporter .reporter-info,
.single-ticket .ticket-content .ticket-details .ticket-meta .ticket-assigned .assigned-info {
    font-size: 14px;
}
.single-ticket .ticket-content .ticket-details .ticket-description {
    margin-top: 20px;
}

/* General adjustments for all custom templates */
.single-topic .page-content,
.single-ticket .page-content {
    margin-bottom: 40px;
}
.single-topic .dog-bone,
.single-ticket .dog-bone {
    background-color: #f9f9f9;
    padding: 40px 0;
    text-align: center;
}
.single-topic .dog-bone .container,
.single-ticket .dog-bone .container {
    max-width: 1200px;
    margin: 0 auto;
}
.single-topic .dog-bone .db-buttons a,
.single-ticket .dog-bone .db-buttons a {
    margin: 10px;
}

/* RTL Support */
body.rtl .single-topic .faq-category,
body.rtl .single-ticket .ticket-details,
body.rtl .single-topic,
body.rtl .single-ticket {
    direction: rtl;
    text-align: right;
}


@media (max-width: 992px) {

    .owl-works-right-app,
    .owl-works-left-app {
        margin: 0;
    }
}

/* Mobile */
.mob-slider-sec {
    padding: 120px 0;
    background-color: #27303a;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    background-image: url(dist/images/slider-mob.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.mob-slider-sec h2 {
    color: #F4A261;
    font-size: 52px;
}


@media (max-width: 992px) {

    .mob-slider-sec {
        padding: 80px 0;
        background-image: none;
    }

    .mob-slider-sec h2 {
        font-size: 42px;
    }
}

.mob-slider-sec h2 span {
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
}

.mob-slider-sec p {
    color: #fff;
    font-size: 21px;
}

.vast-sec {
    background-image: url(dist/images/left-wave.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #2e3844;
}

.vast-sec-warp {
    background-image: url(dist/images/right-wave.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.vast-sec-inner {
    padding: 50px 0;
}

.vast-sec h2 span {
    color: #fff;
    display: block;
    font-size: 26px;
    font-weight: normal;
}

.vast-sec h2 {
    font-size: 42px;
    font-weight: bold;
    color: #F4A261;
}

.vast-loop {
    padding: 0 15px;
}

.vast-loop h3 {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 992px) {

    .vast-sec h2 span {
        font-size: 21px;
    }

    .vast-loop img {
        width: 75% !important;
        height: auto;
        margin: 0 auto;
    }

    .vast-sec h2 {
        font-size: 34px;
        margin-bottom: 30px !important;
        text-align: center;
    }

}

.vast-boxes {
    padding: 100px 0;
    background-color: #EAF5F0;
}

.vast-loop-box img {
    transition: all .3s ease-in-out;
}

.vast-loop-box:hover img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.vb-inner {
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.vb-icon {
    border: 3px solid #fff;
    border-radius: 50%;
}

.vb-inner h3 {
    font-size: 21px;
    font-weight: 500;
}

.vast-boxes-inner {
    transition: all .3s ease-in-out;
}

.vast-boxes-inner:hover {
    margin-top: -30px;
}

@media (max-width: 992px) {
    .vast-boxes {
        padding: 100px 0 60px;
    }

    .vast-boxes-inner {
        margin-bottom: 40px;
    }
}

.cta-sec {
    background-color: #F4A261;
    background-image: url(dist/images/cta.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
}

.cta-sec:after,
.cta-sec:before {
    content: '';
    background-image: url(dist/images/dots.svg);
    position: absolute;
    left: 0;
    right: 0;
    width: 41.9px;
    height: 60.2px;
    margin: 0 auto;
}

.cta-sec:before {
    top: -30.1px;
}

.cta-sec:after {
    bottom: -30.1px;
}

.cta-sec h2 {
    font-size: 32px;
    color: #27303A;
}

.cta-sec h2 span {
    font-size: 26px;
    display: block;
    font-weight: normal;
}

@media (max-width: 992px) {
    .cta-sec h2 {
        font-size: 23px;
    }

    .cta-sec h2 span {
        font-size: 16px;
        display: block;
        margin-bottom: 10px;
    }
}

.customized-sec {
    padding: 120px 0 90px;
    background-image: url(dist/images/customized-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.customized-sec h2 span {
    font-size: 32px;
    font-weight: normal;
    display: block;
}

.customized-sec h2 {
    font-size: 42px;
    color: #27303A;
}

.customized-box {
    padding: 40px 20px;
    border-radius: 10px;
    min-height: 200px;
    margin-bottom: 30px;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
}

.customized-box:hover {
    margin-top: -30px;
    border-color: #F4A261;
}

.customized-box h3 {
    font-size: 14px;
}

@media (max-width: 992px) {

    .customized-sec {
        padding: 100px 0 70px;
    }

    .customized-box {
        margin-bottom: 10px;
        padding: 30px 20px;
    }

    .customized-box h3 {
        min-height: 40px;
        font-size: 16px;
    }

    .customized-loop .col-6 {
        padding: 0 5px;
    }

    .cs-heading {
        display: block !important;
    }

    .cs-heading h2 {
        margin: 15px 0 0 !important;
        font-size: 32px;
    }

    .cs-heading h2 span {
        font-size: 21px;
        margin-bottom: 10px;
    }
}

.cb-box-0,
.cb-box-2,
.cb-box-5,
.cb-box-7,
.cb-box-8,
.cb-box-10,
.cb-box-13,
.cb-box-15 {
    background-color: #F2F9F6;
}

.cb-box-1,
.cb-box-3,
.cb-box-4,
.cb-box-6,
.cb-box-9,
.cb-box-11,
.cb-box-12,
.cb-box-14 {
    background-color: #F2F8FD;
}

.cb-box-0:hover,
.cb-box-2:hover,
.cb-box-5:hover,
.cb-box-7:hover,
.cb-box-8:hover,
.cb-box-10:hover,
.cb-box-13:hover,
.cb-box-15:hover {
    margin-top: -30px;
    border-color: #F4A261;
}

.cb-box-1:hover,
.cb-box-3:hover,
.cb-box-4:hover,
.cb-box-6:hover,
.cb-box-9:hover,
.cb-box-11:hover,
.cb-box-12:hover,
.cb-box-14:hover {
    margin-top: -30px;
    border-color: #4D95E0;
}

.industry-solution {
    background-image: url(dist/images/is-bg.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
}

.industry-solution .is-img {
    position: relative;
    margin-bottom: -100px;
}

.is-right {
    padding: 50px 40px;
}

.is-right h2 {
    font-size: 42px;
}

.is-right p {
    font-size: 21px;
}

@media (max-width: 992px) {

    .industry-solution .is-img {
        margin-bottom: 0;
    }

    .is-right {
        padding: 50px 15px;
    }

    .is-right h2 {
        font-size: 32px;
    }

    .is-right p {
        font-size: 18px;
    }

    br {
        display: none;
    }
}

.results-sec {
    background-color: #2e3844;
    padding: 100px 0;
    background-image: url(dist/images/results-right.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.results-sec h2 {
    color: #F4A261;
    font-size: 54px;
}

.results-sec p {
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
}

@media (max-width: 992px) {

    .results-sec {
        padding: 50px 0 0;
        background-image: none;
    }

    .results-sec h2 {
        font-size: 42px;
    }

    .results-sec p {
        color: #fff;
        font-size: 21px;
        line-height: 1.4;
    }

}

.feature-sec {
    padding: 50px 0 90px;
    background-image: url(dist/images/customized-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.fs-heading-large {
    font-size: 32px;
}

.fs-heading-small {
    font-size: 26px;
    font-weight: normal;
}

.feature-dots .owl-ico img {
    width: 30px;
}

.hsm-title {
    padding: 10px 15px;
    background-color: #F4A261;
    color: #fff;
    font-size: 21px;
    position: relative;
}

.hsm-title:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F4A261;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -9px;
}

@media (max-width: 992px) {

    .fs-heading-large {
        font-size: 26px;
    }

    .fs-heading-small {
        font-size: 18px;
    }

    .myslider img {
        width: 50% !important;
        margin: 0 auto;
    }

}


.wchoose-sec {
    background-color: #2e3844;
    padding: 100px 0 60px;
    background-image: url(dist/images/waves-pattern1.webp);
    background-position: top right;
    background-repeat: no-repeat;
}

.wchoose-sec .wchoose-heading-large {
    font-size: 72px;
    color: #F4A261;
}

.wchoose-sec .wchoose-heading-small {
    font-size: 21px;
    color: #fff;
    font-weight: normal;
}

.wc-box {
    margin-bottom: 40px;
    margin-right: 60px;
}

.wb-box-ico {
    min-width: 70px;
    height: 70px;
    line-height: 70px;
    border: 2px solid #F4A261;
    border-radius: 50%;
    background-size: 30px 30px;
    background-position: center center;
    display: block;
    background-repeat: no-repeat;
}

.wc-box h3 {
    color: #fff;
}

.wc-box p {
    color: #fff;
}

@media (max-width: 992px) {

    .wc-box {
        margin-right: 0;
    }

    .wchoose-sec .wchoose-heading-large {
        font-size: 54px;
    }

}

.we-do-sec {
    padding: 100px 0 60px;
    background-image: url(dist/images/customized-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.we-do-sec h2 {
    color: #F4A261;
    font-size: 42px;
}

.wds-small {
    font-size: 18px;
}

.wds-warp {
    padding: 0;
    margin: 0;
}

.wds-warp li {
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
    cursor: pointer;
}

.wds-warp li:last-child {
    border-bottom: none;
}

.wdc-num {
    color: #eee;
    font-size: 32px;
    transition: all .2s ease-in-out;
}

.wdc-title h3 {
    display: inline-block;
    font-size: 21px;
    transition: all .2s ease-in-out;
}

.wdc-ico {
    min-width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #2e3844;
    border-radius: 50%;
    background-size: 30px 30px;
    background-position: center center;
    display: inline-block;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
}

.wds-warp li:hover .wdc-ico,
.wds-warp li.active .wdc-ico {
    background-color: #F4A261;
}

.wds-warp li.active .wdc-num,
.wds-warp li:hover .wdc-num {
    color: #F4A261;
    font-weight: bold;
}

.wds-warp li:hover .wdc-title h3,
.wds-warp li.active .wdc-title h3 {
    color: #F4A261;
}

.wwd-right-box {
    position: relative;
}

.wwd-meta {
    background-color: rgba(46, 56, 68, 0.8);
    padding: 40px 30px;
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.wwd-meta h3 {
    color: #fff;
    font-size: 26px;
}

.wwd-meta p {
    color: #fff;
    font-size: 16px;
}


.my-account-login label,
.my-account-login input[type=email],
.my-account-login input[type=password],
.my-account-login input[type=text] {
    display: block;

}

.my-account-login input[type=email],
.my-account-login input[type=password],
.my-account-login input[type=text] {
    width: 100%;
    margin-bottom: 10px;
}


.my-account-login .form-row {
    display: block;
    margin: 0;
}

@media (max-width: 992px) {
    .wwd-meta {
        background-color: rgba(46, 56, 68, 1);
        padding: 30px 15px;
        width: 100%;
        position: inherit;
        bottom: inherit;
        left: inherit;
    }

    .cta-m-buttons .btn {
        width: 100%;
        margin: 0 0 10px !important;
    }

    .frame-page .questionnaire-inner {
        padding: 40px !important;
    }

    .frame-page .am360view-wrapper {
        margin-bottom: 30px !important;
    }

    .frame-page-banner {
        text-align: center !important;
    }
}

.contact-bottom .modal-header {
    border-color: rgba(0, 0, 0, 0.3);
}

.form-row br {
    display: none;
}


.form-group p,
.form-row p {
    margin-bottom: 0 !important;
}

/* single-photography-videography */
.h42 {
    font-size: 42px;
    letter-spacing: -0.05em;
}

.text-white {
    color: #fff;
}

.text-gray {
    color: #CDCFD2;
}

.text-green {
    color: #F4A261;
}

.section-blue {
    background-color: #EDF4FC;
}

.section-green {
    background-color: #EAF5F0;
}

.pv-small-warp {
    padding-left: calc((100vw - 1140px) / 2);
}

.pv-right-warp {
    padding-right: calc((100vw - 1140px) / 2);
}

.pv-small-meta {
    padding: 30px 60px 30px 0;
}

.pv-meta {
    padding: 30px 0 30px 60px;
}
/*
.top-left {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
}

.top-right {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}*/

.bottom-left {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}

.center {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
}

.bottom-right {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
}

.pv-section strong.d-block {
    font-size: 18px;
}

.pv-section {
    background-size: cover;
    background-position: center center;
	background-attachment: fixed;
    overflow: hidden;
}

.pv-slide {
    height: 85vh;
    position: relative;
    color: #fff;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.pv-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    height: 342px;
    background: linear-gradient(0deg, #061526 0%, rgba(6, 21, 38, 0) 100%);
    z-index: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    bottom: 0;
    left: 0;
    right: 0;
}

.pv-pvslide-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 40px;
    z-index: 1;
}


.pv-pvslide-meta h1,
.pv-pvslide-meta h2 {
    color: #fff;
    font-weight: normal;
}

.pv-after-slide {
    padding: 250px 0;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.pv-after-slide:before,
.pv-after-slide:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 768px;
    background: linear-gradient(#061526 0%, rgba(6, 21, 38, 0.1) 50%);
    z-index: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    top: 0;
    left: 0;
}

.pv-section-warp {
    z-index: 1;
    position: relative;
}

.pv-heading small {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.2em;
    display: block;
    color: #F4A261;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pv-heading span {
    display: block;
}


.pv-services {
    padding: 130px 0 100px;
    background-color: #0B1520;
}

.pv-services .pv-heading {
    font-size: 64px;
    letter-spacing: -0.05em;
    color: #fff;
    margin-bottom: 50px;
}

.pv-services .pv-heading small {
    color: #4D95E0;
}

.pv-serv-list {
    border-radius: 15px;
    overflow: hidden;
}

.pv-serv-list .pv-list-img {
    position: relative;
    border-radius: 15px;
}

.pv-serv-list .pv-list-img img {
    transition: all .3s ease-in-out;
    object-fit: cover;

}

.pv-serv-list .pv-list-img:before {
    content: '';
    position: absolute;
    background-color: #000307;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    z-index: 1;
}


.pv-serv-list .pv-list-meta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 30px;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
}

.pv-serv-list .pv-more,
.pv-serv-list .pv-list-meta p,
.pv-serv-list .pv-list-meta h3 {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.pv-serv-list .pv-list-meta h3 {
    font-size: 32px;
}

.pv-serv-list .pv-list-meta p {
    font-size: 18px;
}

.pv-serv-list .pv-more {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 20px;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: 1;
    text-decoration: underline;
}

.pv-serv-list:hover .pv-list-img:before {
    background-color: #F4A261;
   mix-blend-mode: multiply;
    opacity: 0.7;
    transition: all .3s ease-in-out;
}


.pv-serv-list:hover .pv-more {
    opacity: 1;
}

.section-bg-effect {
    position: relative;
    overflow: hidden;
    background-color: #0B1520;
}

.section-bg-effect .section-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.pv-end-page {
    padding: 120px 0;
}

.pv-pvslide-meta h2 {
    font-size: 21px;
}

.pvform span.wpcf7-list-item {
    margin-right: 20px;
}

.pvform input[type=radio] {
    margin-right: 3px;
}

.pvform .wpcf7-radio .wpcf7-list-item-label {
    font-weight: bold;
    text-transform: uppercase;
}

.pvform  .wpcf7-checkbox input[type=checkbox] + span:before {
    border: 2px solid #242c35;
}


.pvform .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: #242c35;
}

.pvform .wpcf7-checkbox input[type=checkbox]:checked + span:after {
    color: #fff;
}

.pvform select {
    padding: 12px 10px !important;
}

.pvform  label {
    font-weight: 700;
    font-size: 14px;
}

.pvform option {
    color: #222;
}

.pvform input[type=date] {
    border-radius: 0px;
    padding: 12px 10px !important;
    border: 2px solid #242c35;
    background-color: transparent;
    font-size: 14px;
    font-family: "Montserrat", Georgia, serif;
    font-weight: 500;
    color: #242c35;
    background-color: #F4A261;
    height: inherit;
}

.pvform input[type=date]:hover {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.before-serives-image {
	padding-right: 30px;
	position: relative;
}

.before-serives-image:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 80%;
	background-color: #F4A261;
}

.after-serives-image {
	padding-left: 30px;
	position: relative;
}

.after-serives-image:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 80%;
	background-color: #4e94e4;
}

#AE_primary_nav .primary-menu > li > a {
	padding: 35px 10px !important;
}

#AE_primary_nav .primary-menu > li .arrow {
    margin: 0 7px 0 -9px;
}

/* Copy Code Button */
.copy-code-button {
  display: inline-block;
  padding: 5px 10px;
  background-color: #2f2f2f;
  border: none;
  font-family: monospace;
  font-size: 14px;
  color: #909090;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 5px;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}

.copy-code-button:hover {
  background-color: #555;
}

/* Inline Alert Message */
.copy-message {
  display: inline-block;
  padding: 8px 12px;
  background-color: #2f2f2f;
  border: none;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  color: #f3f4f6;
  margin-left: 10px;
  border-radius: 4px;
  transition: opacity 0.3s ease;
}

.copy-message.visible {
  display: inline-block;
  opacity: 1;
}

/* Container for the Copy Button and Message */
.copy-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.accordion-faq {
  cursor: pointer;
  margin: 5px 0;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-weight: bold;
}

.accordion-faq + .panel {
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}

/* Pagination Styling */
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5em 0;
}

.nav-links .page-numbers {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0 0.25em;
  text-decoration: none;
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.nav-links .page-numbers:hover,
.nav-links .page-numbers:focus {
  background-color: #e5e5e5;
}

.nav-links .current {
  background-color: #333;
  color: #fff;
}

/* Custom styles for the sidebar video section */
.sidebar-video-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.sidebar-video-divider {
    border: 0;
    height: 1px;
    background: #ccc;
    margin-bottom: 20px;
}

.sidebar-video {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.sidebar-video video {
    width: 100%;
    height: auto;
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media(max-width: 960px) {
	
	.before-serives-image,
	.after-serives-image {
		padding: 0 0 15px 0;
	}
	
	.before-serives-image:before,
	.after-serives-image:before {
		width: 80%;
		height: 15px;
		margin: 0 auto;
		right: 0;
		left: 0;
	}

    .pv-slide {
        background-attachment: inherit;
    }

    .pv-pvslide-meta h2 {
        font-size: 18px;
    }

    .pv-serv-list .pv-list-meta h3,
    .pv-pvslide-meta h1,
    .h42 {
        font-size: 24px;
    }

    .pv-pvslide-meta h2 {
        font-size: 18px;
    }

    .pv-services .pv-heading {
        font-size: 32px;
    }

    .pv-serv-list .pv-list-meta p {
        font-size: 16px;
    }

    .pv-meta,
    .pv-small-meta {
        padding: 60px 0;
    }

    .pv-section .btn-5 {
        width: 100%;
        margin: 0;
    }

    .top-right,
    .bottom-right,
    .bottom-left {
        width: 50px;
    }

    .center {
        width: 100px;
        bottom: 20px;
    }

    .top-left {
        width: 70px;
    }

    .pv-after-slide {
        padding: 140px 0;
    }

    .top-left {
        top: 10px;
        left: 10px;
    }

    .top-right {
        top: 10px;
        right: 10px;
    }

    .bottom-right {
        bottom: 10px;
        right: 10px;
    }

    .bottom-left {
        bottom: 10px;
        left: 10px;
    }

    .pv-section .no-pad {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .pv-slide {
        height: 50vh;
    }
  
}
/* =========================================================
   New Waves Blog + Post Details Revamp (May 2026)
   ========================================================= */
:root {
    --nw-dark: #242c35;
    --nw-darker: #17212b;
    --nw-teal: #1fb7ad;
    --nw-teal-2: #37c8b8;
    --nw-orange: #F4A261;
    --nw-cream: #f4fbf7;
    --nw-muted: #6f7782;
    --nw-line: rgba(36, 44, 53, .11);
    --nw-shadow: 0 24px 70px rgba(20, 35, 48, .12);
}

.nw-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--nw-orange);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nw-eyebrow:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 2px;
    background: var(--nw-orange);
    box-shadow: 14px 0 0 rgba(31, 183, 173, .7);
}

.nw-blog-hero,
.nw-single-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 80% 20%, rgba(31, 183, 173, .24), transparent 32%),
                linear-gradient(135deg, #202b35 0%, #14202a 100%);
    color: #fff;
}

.nw-blog-hero:before,
.nw-single-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(31, 183, 173, .34) 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: .25;
    transform: rotate(-4deg) scale(1.1);
}

.nw-blog-hero:after,
.nw-single-hero:after {
    content: "";
    position: absolute;
    left: -8%;
    right: -8%;
    bottom: -45px;
    height: 90px;
    background: #fff;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.nw-blog-hero .container,
.nw-single-hero .container {
    position: relative;
    z-index: 1;
}

.nw-blog-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    gap: 42px;
    align-items: center;
    padding: 78px 0 105px;
}

.nw-blog-hero__copy h1,
.nw-single-hero__copy h1 {
    margin: 15px 0 18px;
    color: #fff;
    font-size: clamp(42px, 6vw, 76px);
    line-height: .95;
    font-weight: 900;
    letter-spacing: -.045em;
}

.nw-blog-hero__copy p,
.nw-single-hero__copy p {
    max-width: 690px;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.8;
}

.nw-blog-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.nw-pill-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.nw-pill-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.nw-pill-btn--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--nw-teal), var(--nw-orange));
    box-shadow: 0 18px 34px rgba(31, 183, 173, .28);
}

.nw-pill-btn--primary:hover { color: #fff; }

.nw-pill-btn--ghost {
    color: #fff;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
}

.nw-pill-btn--ghost:hover { color: #fff; background: rgba(255,255,255,.16); }

.nw-blog-hero__panel {
    display: grid;
    gap: 16px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 28px;
    background: linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.045));
    box-shadow: 0 24px 70px rgba(0,0,0,.22);
    backdrop-filter: blur(10px);
}

.nw-mini-stat,
.nw-hero-note {
    padding: 20px;
    border-radius: 22px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
}

.nw-mini-stat strong {
    display: block;
    color: #fff;
    font-size: 40px;
    line-height: 1;
}

.nw-mini-stat span,
.nw-hero-note span { color: rgba(255,255,255,.78); }

.nw-hero-note {
    display: flex;
    align-items: center;
    gap: 14px;
}

.nw-hero-note i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 16px;
    color: #202b35;
    background: var(--nw-orange);
    font-size: 22px;
}

.nw-blog-area,
.nw-single-area {
    background-color: #fff;
    background-image: radial-gradient(circle at top right, rgba(31,183,173,.08), transparent 28%), url(dist/images/waves-50.png);
    background-position: top right, top right;
    background-repeat: no-repeat;
}

.nw-section-heading {
    max-width: 680px;
    margin: 0 0 30px;
}

.nw-section-heading h2 {
    margin-top: 8px;
    color: var(--nw-dark);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.025em;
}

.nw-blog-layout,
.nw-single-layout { align-items: flex-start; }

.nw-post-list {
    display: grid;
    gap: 24px;
}

.nw-post-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 38%) minmax(0, 1fr);
    gap: 0;
    overflow: hidden;
    min-height: 245px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid var(--nw-line);
    box-shadow: 0 18px 50px rgba(36, 44, 53, .075);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.nw-post-card:hover {
    transform: translateY(-5px);
    border-color: rgba(31,183,173,.34);
    box-shadow: var(--nw-shadow);
}

.nw-post-card__media {
    position: relative;
    display: block;
    min-height: 245px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(31,183,173,.18), rgba(244,162,97,.18));
}

.nw-post-card__media img {
    width: 100%;
    height: 100%;
    min-height: 245px;
    object-fit: cover;
    transition: transform .45s ease, filter .45s ease;
}

.nw-post-card:hover .nw-post-card__media img {
    transform: scale(1.06);
    filter: saturate(1.08);
}

.nw-post-card__shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,.24), transparent 78%);
    transform: translateX(-120%);
    transition: transform .7s ease;
}

.nw-post-card:hover .nw-post-card__shine { transform: translateX(120%); }

.nw-post-card__body {
    display: flex;
    flex-direction: column;
    padding: 28px;
}

.nw-post-card__meta,
.nw-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
    color: var(--nw-muted);
    font-size: 13px;
    font-weight: 600;
}

.nw-post-card__meta span,
.nw-single-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.nw-category-chip {
    display: inline-flex;
    align-items: center;
    width: max-content;
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--nw-dark) !important;
    background: rgba(244, 162, 97, .18);
    border: 1px solid rgba(244, 162, 97, .32);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.nw-category-chip:hover {
    color: #fff !important;
    background: var(--nw-orange);
    text-decoration: none;
}

.nw-post-card__title h3 {
    margin: 16px 0 12px;
    color: var(--nw-dark);
    font-size: clamp(22px, 2vw, 31px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -.02em;
}

.nw-post-card__title a { color: inherit; }
.nw-post-card__title a:hover { color: var(--nw-teal); text-decoration: none; }

.nw-post-card__excerpt {
    color: var(--nw-muted);
    font-size: 15px;
    line-height: 1.75;
}

.nw-post-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: auto;
    padding-top: 22px;
}

.nw-read-more {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--nw-teal) !important;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.nw-read-more i { transition: transform .25s ease; }
.nw-read-more:hover { color: var(--nw-orange) !important; text-decoration: none; }
.nw-read-more:hover i { transform: translateX(4px); }

.nw-reading-time {
    color: var(--nw-muted);
    font-size: 12px;
    font-weight: 700;
}

.nw-blog-sidebar-col { position: relative; }
.nw-blog-sidebar {
    position: sticky;
    top: 110px;
}

.nw-sidebar-video-card,
.nw-sidebar-widgets .widget,
.nw-blog-sidebar > .widget {
    overflow: hidden;
    margin-bottom: 24px;
    padding: 22px;
    border-radius: 26px;
    background: rgba(255,255,255,.92);
    border: 1px solid var(--nw-line);
    box-shadow: 0 18px 45px rgba(36, 44, 53, .08);
}

.nw-sidebar-video-card {
    padding: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #eefbf6 100%);
}

.nw-sidebar-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.nw-sidebar-dot {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    border-radius: 4px;
    background: var(--nw-orange);
    box-shadow: 13px 0 0 var(--nw-teal);
}

.sidebar-video-title {
    margin: 0 !important;
    color: var(--nw-dark) !important;
    font-size: 20px !important;
    line-height: 1.2;
    text-align: left !important;
    font-weight: 900 !important;
}

.sidebar-video-divider { display: none; }
.sidebar-video { margin: 0 !important; }

.sidebar-video video {
    display: block;
    width: 100%;
    border: 0 !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 38px rgba(36,44,53,.18) !important;
    background: #e9f5f2;
}

.widget-area .sidebar-video figcaption.video-caption {
    color: var(--nw-muted) !important;
    margin-top: 12px !important;
    font-size: 13px !important;
}

.nw-sidebar-widgets .widget-title,
.nw-blog-sidebar .widget h2,
.nw-blog-sidebar .widget h3 {
    color: var(--nw-dark);
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.nw-blog-sidebar .search-form,
.nw-blog-sidebar form[role="search"] {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--nw-line);
    background: #fff;
}

.nw-blog-sidebar input[type="search"],
.nw-blog-sidebar .search-field {
    width: 100%;
    border: 0 !important;
    padding: 14px 16px !important;
    outline: none;
}

.nw-blog-sidebar input[type="submit"],
.nw-blog-sidebar button[type="submit"] {
    border: 0;
    padding: 0 17px;
    color: #fff;
    background: var(--nw-dark);
}

.nw-blog-sidebar ul { margin: 0; padding: 0; list-style: none; }
.nw-blog-sidebar li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(36,44,53,.08);
    color: var(--nw-muted);
}
.nw-blog-sidebar li:last-child { border-bottom: 0; }
.nw-blog-sidebar li a { color: var(--nw-dark); font-weight: 700; }
.nw-blog-sidebar li a:hover { color: var(--nw-teal); text-decoration: none; }

.nw-pagination-wrap {
    padding-top: 14px;
}

.nw-pagination-wrap .page-numbers,
#portfolio-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    margin: 4px;
    border-radius: 999px;
    color: var(--nw-dark);
    background: #fff;
    border: 1px solid var(--nw-line);
    font-weight: 800;
}

.nw-pagination-wrap .page-numbers.current,
#portfolio-pagination .page-numbers.current {
    color: #fff;
    background: var(--nw-orange);
    border-color: var(--nw-orange);
}

.nw-single-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(310px, .98fr);
    gap: 42px;
    align-items: center;
    padding: 68px 0 110px;
}

.nw-single-hero__media {
    position: relative;
    overflow: hidden;
    border: 10px solid rgba(255,255,255,.13);
    border-radius: 30px;
    box-shadow: 0 28px 80px rgba(0,0,0,.28);
}

.nw-single-hero__media:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(31,183,173,.12), rgba(244,162,97,.12));
    z-index: 1;
    pointer-events: none;
}

.nw-single-hero__media img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.nw-single-meta {
    margin-top: 24px;
    color: rgba(255,255,255,.78);
}

.nw-single-meta span {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
}

.nw-single-main { position: relative; }

.nw-single-card {
    position: relative;
    padding: clamp(24px, 4vw, 48px);
    border-radius: 30px;
    background: #fff;
    border: 1px solid var(--nw-line);
    box-shadow: var(--nw-shadow);
}

.nw-single-content {
    color: #3d4650;
    font-size: 17px;
    line-height: 1.9;
}

.nw-single-content > p:first-child:first-letter {
    float: left;
    margin: 9px 12px 0 0;
    color: var(--nw-orange);
    font-size: 62px;
    line-height: .78;
    font-weight: 900;
}

.nw-single-content h2,
.nw-single-content h3,
.nw-single-content h4 {
    color: var(--nw-dark);
    font-weight: 900;
    letter-spacing: -.02em;
}

.nw-single-content h2 { margin-top: 38px; font-size: 32px; }
.nw-single-content h3 { margin-top: 30px; font-size: 24px; }

.nw-single-content ul,
.nw-single-content ol {
    padding-left: 22px;
}

.nw-single-content li { margin-bottom: 10px; }

.nw-single-content blockquote {
    margin: 32px 0;
    padding: 24px 28px;
    border-left: 5px solid var(--nw-orange);
    border-radius: 20px;
    background: var(--nw-cream);
    color: var(--nw-dark);
    font-size: 20px;
    font-weight: 700;
}

.nw-floating-share {
    position: absolute;
    top: 38px;
    left: -74px;
    z-index: 3;
    width: 52px;
    padding: 10px 7px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--nw-line);
    box-shadow: 0 16px 34px rgba(36,44,53,.13);
}

.nw-floating-share ul,
.nw-floating-share li { list-style: none; margin: 0; padding: 0; }
.nw-floating-share a {
    display: grid !important;
    place-items: center;
    width: 38px;
    height: 38px;
    margin: 5px auto;
    border-radius: 50%;
    color: #fff !important;
    background: var(--nw-teal);
    transition: transform .25s ease, background .25s ease;
}
.nw-floating-share a:hover { transform: translateY(-2px); background: var(--nw-orange); }

.nw-entry-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid var(--nw-line);
}

.nw-entry-tags a {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    color: var(--nw-dark) !important;
    background: rgba(31,183,173,.1);
    font-size: 13px;
    font-weight: 800;
}

.nw-entry-tags a:hover { color: #fff !important; background: var(--nw-teal); text-decoration: none; }

.nw-post-nav-wrap {
    margin: 26px 0;
}

.nw-post-nav-wrap .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.nw-post-nav-wrap .nav-previous,
.nw-post-nav-wrap .nav-next {
    min-height: 108px;
    padding: 22px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--nw-line);
    box-shadow: 0 18px 45px rgba(36,44,53,.07);
}

.nw-post-nav-wrap .nav-next { text-align: right; }
.nw-post-nav-wrap .meta-nav {
    display: block;
    color: var(--nw-orange);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.nw-post-nav-wrap .post-title {
    display: block;
    margin-top: 8px;
    color: var(--nw-dark);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
}

.nw-empty-state {
    padding: 54px;
    border-radius: 28px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--nw-line);
    box-shadow: var(--nw-shadow);
}
.nw-empty-state i { color: var(--nw-orange); font-size: 42px; }
.nw-empty-state h3 { margin-top: 16px; color: var(--nw-dark); font-weight: 900; }

.nw-blog-cta.dog-bone {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ecfbf5 0%, #f6fff9 100%) !important;
}

body.rtl .sidebar-video-title { text-align: right !important; }
body.rtl .nw-read-more i { transform: rotate(180deg); }
body.rtl .nw-read-more:hover i { transform: rotate(180deg) translateX(4px); }
body.rtl .nw-single-content > p:first-child:first-letter { float: right; margin: 9px 0 0 12px; }
body.rtl .nw-single-content blockquote { border-left: 0; border-right: 5px solid var(--nw-orange); }
body.rtl .nw-floating-share { left: auto; right: -74px; }
body.rtl .nw-single-content ul,
body.rtl .nw-single-content ol { padding-left: 0; padding-right: 22px; }

@media (max-width: 1199px) {
    .nw-floating-share { position: static; width: auto; display: inline-flex; margin-bottom: 20px; border-radius: 18px; }
    .nw-floating-share ul { display: flex; }
}

@media (max-width: 991px) {
    .nw-blog-hero__grid,
    .nw-single-hero__inner {
        grid-template-columns: 1fr;
        padding: 56px 0 92px;
    }
    .nw-blog-hero__panel { max-width: 520px; }
    .nw-blog-sidebar { position: static; margin-top: 28px; }
    .nw-post-card { grid-template-columns: 1fr; }
    .nw-post-card__media,
    .nw-post-card__media img { min-height: 270px; }
    .nw-single-hero__media img { height: auto; }
}

@media (max-width: 575px) {
    .nw-blog-hero__copy h1,
    .nw-single-hero__copy h1 { font-size: 40px; }
    .nw-blog-hero__copy p,
    .nw-single-hero__copy p { font-size: 16px; }
    .nw-post-card__body { padding: 22px; }
    .nw-post-card__footer { align-items: flex-start; flex-direction: column; }
    .nw-single-card { padding: 22px; border-radius: 22px; }
    .nw-post-nav-wrap .nav-links { grid-template-columns: 1fr; }
}

/* Premium blog polish - pagination, breadcrumbs, chips, post navigation and related cards */
.ae_breadcrumb {
    position: relative;
    z-index: 5;
    overflow: hidden;
    padding: 10px 0 !important;
    background: linear-gradient(135deg, #fff5e7 0%, #ffd19d 46%, #f4a261 100%) !important;
    border-top: 1px solid rgba(255,255,255,.35);
    border-bottom: 1px solid rgba(36,44,53,.08);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.32), 0 10px 30px rgba(244,162,97,.14);
}
.ae_breadcrumb:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.55) 1px, transparent 1px), linear-gradient(90deg, rgba(31,183,173,.18), transparent 35%, rgba(255,255,255,.25));
    background-size: 15px 15px, 100% 100%;
    opacity: .65;
    pointer-events: none;
}
.ae_breadcrumb .container { position: relative; z-index: 1; }
.ae_breadcrumb .breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .015em;
}
.ae_breadcrumb .breadcrumb-item,
.ae_breadcrumb .separator { display: inline-flex; align-items: center; margin: 0 !important; padding: 0 !important; }
.ae_breadcrumb .breadcrumb-item a,
.ae_breadcrumb .bread-current {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    color: #253241 !important;
    background: rgba(255,255,255,.55);
    border: 1px solid rgba(255,255,255,.5);
    max-width: min(58vw, 540px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ae_breadcrumb .bread-current {
    color: #fff !important;
    background: rgba(32,43,53,.82);
    border-color: rgba(32,43,53,.08);
    box-shadow: 0 8px 18px rgba(32,43,53,.16);
}
.ae_breadcrumb .breadcrumb-item a:hover {
    color: #fff !important;
    background: #17b4a2;
    border-color: #17b4a2;
    text-decoration: none;
    transform: translateY(-1px);
}
.ae_breadcrumb .separator {
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: rgba(32,43,53,.65) !important;
    background: rgba(255,255,255,.28);
}
.ae_breadcrumb .separator .separator { width: auto; height: auto; background: transparent; }

.nw-pagination-wrap { margin-top: 18px; padding-top: 0; }
.nw-pagination-shell {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(238,251,246,.92));
    border: 1px solid rgba(31,183,173,.16);
    box-shadow: 0 22px 55px rgba(20,35,48,.10);
}
.nw-pagination-shell:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 10%, rgba(244,162,97,.18), transparent 34%), radial-gradient(circle at 90% 70%, rgba(31,183,173,.18), transparent 30%);
    pointer-events: none;
}
.nw-pagination-info,
.nw-pagination-pages { position: relative; z-index: 1; }
.nw-pagination-info {
    display: grid;
    gap: 4px;
    min-width: 200px;
    padding: 4px 8px;
}
.nw-pagination-kicker {
    color: #17b4a2;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.nw-pagination-info strong {
    color: #202b35;
    font-size: 18px;
    font-weight: 900;
}
.nw-pagination-pages .pagination.mt-5 { margin-top: 0 !important; }
.nw-pagination-pages ul.pagination,
.nw-pagination-wrap ul.pagination,
#portfolio-pagination ul.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 !important;
    padding: 0 !important;
}
.nw-pagination-wrap .page-item { margin: 0 !important; list-style: none; }
.nw-pagination-wrap .page-link,
.nw-pagination-wrap .page-numbers,
#portfolio-pagination .page-link,
#portfolio-pagination .page-numbers {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    margin: 0 !important;
    padding: 0 14px !important;
    border-radius: 16px !important;
    color: #202b35 !important;
    background: rgba(255,255,255,.88) !important;
    border: 1px solid rgba(36,44,53,.09) !important;
    box-shadow: 0 10px 24px rgba(36,44,53,.07);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    transition: transform .24s ease, box-shadow .24s ease, color .24s ease, background .24s ease;
}
.nw-pagination-wrap .page-link:hover,
.nw-pagination-wrap .page-numbers:hover,
#portfolio-pagination .page-link:hover,
#portfolio-pagination .page-numbers:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #17b4a2, #37c8b8) !important;
    border-color: rgba(31,183,173,.3) !important;
    box-shadow: 0 16px 32px rgba(31,183,173,.22);
    transform: translateY(-3px);
    text-decoration: none;
}
.nw-pagination-wrap .page-item.active .page-link,
.nw-pagination-wrap .page-numbers.current,
#portfolio-pagination .page-item.active .page-link,
#portfolio-pagination .page-numbers.current {
    color: #fff !important;
    background: linear-gradient(135deg, #f4a261 0%, #17b4a2 100%) !important;
    border-color: transparent !important;
    box-shadow: 0 18px 38px rgba(244,162,97,.28);
    transform: translateY(-2px);
}
.nw-pagination-wrap .prev,
.nw-pagination-wrap .next,
#portfolio-pagination .prev,
#portfolio-pagination .next {
    min-width: 54px;
    border-radius: 999px !important;
}

.nw-single-hero__copy .nw-category-chip { margin-bottom: 8px; }
.nw-single-card:before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 34px;
    bottom: 34px;
    width: 5px;
    border-radius: 999px;
    background: linear-gradient(180deg, #17b4a2, #f4a261);
}
.nw-single-content a { color: #119c8e; font-weight: 800; text-decoration-color: rgba(17,156,142,.3); }
.nw-single-content a:hover { color: #f4a261; text-decoration-color: rgba(244,162,97,.45); }
.nw-single-content h2,
.nw-single-content h3 {
    position: relative;
    padding-top: 8px;
}
.nw-single-content h2:before,
.nw-single-content h3:before {
    content: "";
    display: block;
    width: 54px;
    height: 4px;
    margin-bottom: 11px;
    border-radius: 999px;
    background: linear-gradient(90deg, #17b4a2, #f4a261);
}
.nw-single-content ul li::marker,
.nw-single-content ol li::marker { color: #17b4a2; font-weight: 900; }

.nw-post-nav-wrap { margin: 34px 0; }
.nw-post-nav-wrap .nav-links { gap: 22px; }
.nw-post-nav-wrap .nav-previous,
.nw-post-nav-wrap .nav-next {
    position: relative;
    overflow: hidden;
    min-height: 132px;
    padding: 26px 28px;
    border-radius: 28px;
    background: linear-gradient(145deg, #ffffff 0%, #f5fbf8 100%);
    border: 1px solid rgba(31,183,173,.14);
    box-shadow: 0 22px 55px rgba(20,35,48,.09);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.nw-post-nav-wrap .nav-previous:before,
.nw-post-nav-wrap .nav-next:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 12% 20%, rgba(244,162,97,.18), transparent 30%), radial-gradient(circle at 86% 80%, rgba(31,183,173,.18), transparent 28%);
    opacity: .75;
    pointer-events: none;
}
.nw-post-nav-wrap .nav-previous:after,
.nw-post-nav-wrap .nav-next:after {
    position: absolute;
    top: 18px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, #202b35, #17b4a2);
    font-family: FontAwesome;
    box-shadow: 0 12px 26px rgba(31,183,173,.22);
}
.nw-post-nav-wrap .nav-previous:after { content: "\f104"; inset-inline-start: 18px; }
.nw-post-nav-wrap .nav-next:after { content: "\f105"; inset-inline-end: 18px; }
.nw-post-nav-wrap .nav-previous:hover,
.nw-post-nav-wrap .nav-next:hover {
    transform: translateY(-5px);
    border-color: rgba(31,183,173,.34);
    box-shadow: 0 28px 70px rgba(20,35,48,.14);
}
.nw-post-nav-wrap .nav-previous a,
.nw-post-nav-wrap .nav-next a { position: relative; z-index: 1; display: block; color: inherit; text-decoration: none; }
.nw-post-nav-wrap .nav-previous a { padding-inline-start: 48px; }
.nw-post-nav-wrap .nav-next a { padding-inline-end: 48px; }
.nw-post-nav-wrap .meta-nav { color: #17b4a2; font-size: 11px; letter-spacing: .14em; }
.nw-post-nav-wrap .post-title { margin-top: 10px; font-size: 17px; line-height: 1.32; }
.nw-post-nav-wrap .nav-previous:hover .post-title,
.nw-post-nav-wrap .nav-next:hover .post-title { color: #f4a261; }

.nw-related-posts {
    position: relative;
    padding: 28px;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(238,251,246,.92));
    border: 1px solid rgba(31,183,173,.14);
    box-shadow: 0 24px 65px rgba(20,35,48,.10);
}
.nw-related-posts:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 6% 4%, rgba(244,162,97,.18), transparent 26%), radial-gradient(circle at 90% 20%, rgba(31,183,173,.16), transparent 24%);
    pointer-events: none;
}
.nw-related-heading { position: relative; z-index: 1; margin-bottom: 20px; }
.nw-related-heading h2 {
    margin: 8px 0 0;
    color: #202b35;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.025em;
}
.nw-related-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.nw-related-card {
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(36,44,53,.08);
    box-shadow: 0 16px 36px rgba(36,44,53,.07);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.nw-related-card:hover {
    transform: translateY(-5px);
    border-color: rgba(31,183,173,.32);
    box-shadow: 0 24px 52px rgba(36,44,53,.12);
}
.nw-related-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, rgba(31,183,173,.15), rgba(244,162,97,.15));
}
.nw-related-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.nw-related-card:hover .nw-related-thumb img { transform: scale(1.07); filter: saturate(1.08); }
.nw-related-arrow {
    position: absolute;
    inset-inline-end: 14px;
    bottom: 14px;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #17b4a2, #f4a261);
    box-shadow: 0 12px 25px rgba(31,183,173,.22);
    transform: translateY(8px);
    opacity: 0;
    transition: transform .28s ease, opacity .28s ease;
}
.nw-related-card:hover .nw-related-arrow { transform: translateY(0); opacity: 1; }
.nw-related-body { padding: 18px; }
.nw-related-meta { color: #6f7782; font-size: 12px; font-weight: 800; }
.nw-related-meta i { color: #f4a261; margin-inline-end: 5px; }
.nw-related-card h3 { margin: 8px 0 0; font-size: 17px; line-height: 1.35; font-weight: 900; }
.nw-related-card h3 a { color: #202b35; }
.nw-related-card h3 a:hover { color: #17b4a2; text-decoration: none; }

.comment-warp {
    padding: 28px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(36,44,53,.08);
    box-shadow: 0 18px 45px rgba(36,44,53,.07);
}
.comment-warp .reacted { margin-bottom: 18px !important; }
.comment-warp .comment-number span { background: linear-gradient(135deg, #17b4a2, #f4a261); color: #fff; }

body.rtl .nw-post-nav-wrap .nav-next { text-align: left; }
body.rtl .nw-related-arrow i { transform: rotate(180deg); }
body.rtl .nw-single-card:before { inset-inline-start: auto; inset-inline-end: 0; }
body.rtl .nw-single-content h2:before,
body.rtl .nw-single-content h3:before { margin-left: auto; }
body.rtl .nw-pagination-pages ul.pagination,
body.rtl .nw-pagination-wrap ul.pagination,
body.rtl #portfolio-pagination ul.pagination { justify-content: flex-start; }

@media (max-width: 991px) {
    .nw-pagination-shell { align-items: stretch; flex-direction: column; }
    .nw-pagination-pages ul.pagination,
    .nw-pagination-wrap ul.pagination,
    #portfolio-pagination ul.pagination { justify-content: flex-start; }
    .nw-related-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px) {
    .ae_breadcrumb .bread-current,
    .ae_breadcrumb .breadcrumb-item a { max-width: 72vw; }
    .nw-pagination-shell { padding: 16px; border-radius: 22px; }
    .nw-pagination-wrap .page-link,
    .nw-pagination-wrap .page-numbers,
    #portfolio-pagination .page-link,
    #portfolio-pagination .page-numbers { min-width: 40px; height: 40px; border-radius: 14px !important; }
    .nw-related-posts { padding: 20px; border-radius: 24px; }
    .nw-related-grid { grid-template-columns: 1fr; }
    .nw-post-nav-wrap .nav-previous a,
    .nw-post-nav-wrap .nav-next a { padding-inline-start: 0; padding-inline-end: 0; padding-top: 50px; }
}
