body {
     text-rendering: optimizeLegibility;
     -webkit-font-smoothing: antialiased;
    /* For Webkit browsers */
     -moz-osx-font-smoothing: grayscale;
    /* For Firefox on macOS */
}
.elementor-widget-image img {
    image-rendering: -webkit-optimize-contrast !important;
}
 .page-header {
     display: none;
}
 .elementor-widget {
     position: relative;
     z-index: 1;
}
 body.home header.elementor.elementor-63.elementor-location-header, header.elementor.elementor-63.elementor-location-header {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     width: 100%;
     z-index: 999999;
     background: transparent;
}
 .archive header.elementor.elementor-63.elementor-location-header, .page header.elementor.elementor-63.elementor-location-header, body.single header.elementor.elementor-63.elementor-location-header, .blog header.elementor.elementor-63.elementor-location-header {
     position: unset;
     background: #000000;
}
 .related-title {
     font-size: 28px;
     font-weight: 700;
     margin-bottom: 25px;
}
 .related-title .highlighted {
     color: #ff3b57;
}
 .elementor-widget-posts .elementor-post {
     border: 1px solid #eee;
     border-radius: 10px;
     overflow: hidden;
     background: #fff;
     transition: transform 0.3s ease;
}
 .elementor-widget-posts .elementor-post:hover {
     transform: translateY(-5px);
}
 .elementor-widget-posts .elementor-post__thumbnail img {
     width: 100%;
     height: 180px;
     object-fit: cover;
}
 .elementor-widget-posts .elementor-post__title {
     font-size: 18px;
     font-weight: 600;
     color: #000;
     line-height: 1.3;
}
 .elementor-widget-posts .elementor-post__meta-data {
     font-size: 14px;
     color: #ff3b57;
     margin-bottom: 8px;
}
 h3.related-title {
     font-weight: 900 !important;
     font-size: 64px !important;
     line-height: 131px !important;
     letter-spacing: 0 !important;
     text-transform: uppercase !important;
}
 .related-grid {
     display: flex;
     flex-wrap: wrap;
     gap: 30px;
}
 .related-card {
     width: calc(33.33% - 20px);
}
 .related-card a {
     padding: 20px;
     border: 0.88px solid #E1E1E1;
     border-radius: 12px;
     display: block;
     height: 100%;
}
 .related-thumb img {
     width: 100%;
     border-radius: 13px !IMPORTANT;
     border: 1.42px solid #232323 !IMPORTANT;
     max-height: 300px !important;
}
 .related-post-row {
     display: flex;
     align-items: flex-start;
     gap: 15px;
}
 .related-thumb {
     display: flex;
     margin-bottom: 10px;
}
 .related-heading {
     flex: 1;
     font-weight: 700 !important;
     font-size: 20px !important;
     line-height: 100% !important;
     letter-spacing: 0 !important;
     color: #000000;
}
 span.related-date {
     font-weight: 500;
     font-size: 18px;
     line-height: 26.87px;
     letter-spacing: 0;
     color: #FF495C;
}
 .related-post-row img {
     width: 13.333333015441895px;
     height: 13.53679084777832px;
     margin-top: 9px;
}
 .related-content {
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     color: #AFADAC;
     font-weight: 400;
     font-size: 18px;
     line-height: 28px;
     letter-spacing: 0;
     margin: 0;
}
.related-thumb {
    position: relative;
}

.related-thumb-tag {
    position: absolute;
    width: max-content;
    height: 40px;
    top: 10.33px;
    background: linear-gradient(0deg, #FF495C, #FF495C), url(image.png);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    right: 9.53px !important;
    left: auto !important;
    color: #ffffff;
    font-size: 16px !important;
}
 .related-content p {
     margin: 0;
}
 .blog-hide-content .related-content {
     display: none;
}
 span.page-numbers.current {
     background: #EF495F;
     border: 0.86px solid #494949;
     padding: 10px 15px;
     border-radius: 4px;
     color: #fff !important;
}
.post-pagination .elementor-pagination {
     text-align: center;
     margin-top: 80px !important;
     position: relative;
     padding: 0 110px;
}
.post-pagination .elementor-pagination::before {
    content: "";
    width: 100%;
    top: -40px;
    height: 1px;
    position: absolute;
    left: 0;
    background: #E9EAEB;
}
 span.page-numbers.next, span.page-numbers.prev {
     color: #AFADAC !important;
}
 .page-numbers.next, .page-numbers.prev {
     font-weight: 500;
     font-size: 19.93px;
     line-height: 28.47px;
     letter-spacing: 0;
}
 .page-numbers.prev {
     position: absolute;
     left: 0;
}
 .page-numbers.next {
     position: absolute;
     right: 0;
}
/* Add SVG before the Prev link */
 .page-numbers.prev::before {
     content: url('https://wp.devreal.ai/wp-content/uploads/2025/09/Icon-6.svg');
     display: inline-block;
     margin-right: 15px;
     vertical-align: middle;
}
/* Add SVG after the Next link */
 .page-numbers.next::after {
     content: url('https://wp.devreal.ai/wp-content/uploads/2025/09/Icon-5.svg');
     display: inline-block;
     margin-left: 15px;
     vertical-align: middle;
}
 span.page-numbers.prev::before {
     content: url('https://wp.devreal.ai/wp-content/uploads/2025/09/Icon-7.svg');
}
 span.page-numbers.next::after {
     content: url('https://wp.devreal.ai/wp-content/uploads/2025/09/Icon-9.svg');
}

@media(max-width:767.98px){
    .post-pagination .elementor-pagination {
        padding: 0 90px;
        margin-top: 60px !important;
    }
    .post-pagination .elementor-pagination::before {
        top: -30px;
    }
}

 .contact-form textarea, .contact-form select, .contact-form input {
     padding: 0 !important;
     border: 0 !important;
     border-bottom: 1.14px solid #CACACA !important;
     color: #7F7F7F !important;
     box-shadow: none !important;
     outline: none !important;
     font-weight: 400 !important;
     font-size: 20px !important;
     line-height: 30px !important;
     letter-spacing: 0;
     text-transform: capitalize;
     background: transparent !important;
}
 .contact-form .wpforms-field select{
     -moz-appearance:none;
    /* Firefox */
     -webkit-appearance:none;
    /* Safari and Chrome */
     appearance:none;
     background-image: url("/wp-content/uploads/2025/09/down-arrow.svg") !important;
     background-repeat: no-repeat !important;
     background-position: right 0.7rem top 50% !important;
     background-size: 15px auto !important;
}
 .contact-form textarea::placeholder, .contact-form input::placeholder, .contact-form textarea::placeholder {
     opacity: 1 !important;
     color: #7F7F7F !important;
}
 .wpforms-field-checkbox label.wpforms-field-label-inline {
     font-weight: 400 !important;
     font-size: 16px !important;
     line-height: 25.11px !important;
     letter-spacing: 0 !important;
     color: #000000 !important;
     text-transform: capitalize;
}
 .submit-btn {
     font-weight: 400 !important;
     font-size: 24px !important;
     line-height: 32px !important;
     letter-spacing: 0 !important;
     background: #FF495C !important;
     color: #ffffff !important;
     text-transform: capitalize !important;
     padding: 13px 48px !important;
     border-radius: 88px !important;
     display: flex;
     align-items: center;
     justify-content: center;
     height: auto !important;
}
/*.contact-form textarea,*/
/*.contact-form select,*/
/*.contact-form input {
    */
    /* padding: 0 !important;
    */
    /* border: 0 !important;
    */
    /* border-bottom: 1.14px solid #CACACA !important;
    */
    /* color: #7F7F7F !important;
    */
    /* box-shadow: none !important;
    */
    /* outline: none !important;
    */
    /* font-weight: 400 !important;
    */
    /* font-size: 20px !important;
    */
    /* line-height: 30px !important;
    */
    /* letter-spacing: 0;
    */
    /* text-transform: capitalize;
    */
    /*
}
*/
/*.contact-form textarea::placeholder,*/
/*.contact-form input::placeholder,*/
/*.contact-form textarea::placeholder {
    */
    /* opacity: 1 !important;
    */
    /* color: #7F7F7F !important;
    */
    /*
}
*/
 .contact-form .wpforms-field-checkbox label.wpforms-field-label-inline {
     font-weight: 400 !important;
     font-size: 16px !important;
     line-height: 25.11px !important;
     letter-spacing: 0 !important;
     color: #000000 !important;
     text-transform: capitalize;
}
 .contact-form .wpforms-field-checkbox label.wpforms-field-label-inline a {
     text-decoration: underline;
     color: #000;
}
 .submit-btn {
     font-weight: 400 !important;
     font-size: 24px !important;
     line-height: 32px !important;
     letter-spacing: 0 !important;
     background: #FF495C !important;
     color: #ffffff !important;
     text-transform: capitalize !important;
     padding: 13px 48px !important;
     border-radius: 88px !important;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .contact-form .wpforms-container .wpforms-field {
     float: none;
     width: calc(33.33% - 20px);
     clear: both;
}
 .contact-form .wpforms-field-container {
     display: flex;
     flex-wrap: wrap;
     gap: 30px;
}
 .contact-form .wpforms-container .wpforms-field.wpforms-field-textarea {
     width: 100%;
}
 .contact-form .wpforms-container .wpforms-field.wpforms-field-checkbox {
     width: 100%;
}
 .contact-form .wpforms-container input.wpforms-field-medium {
     width: 100% !important;
     max-width: 100% !important;
     border-radius: 0;
}
 .contact-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select {
     padding-inline-start: 14px;
     max-width: 100%;
}
 .two-col-form .wpforms-container .wpforms-field {
     float: none;
     width: calc(50% - 20px);
     clear: both;
}
 .two-col-form .wpforms-container .wpforms-field.contact-full-width {
     width: 100%;
}
 .two-col-form .wpforms-field-checkbox label.wpforms-field-label-inline {
     color: #7F7F7F !important;
     font-size: 16px !important;
}
p.img-alt-name {
    margin: 5px 0;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
 @media(max-width:1580px){
     .contact-form .wpforms-field-checkbox label.wpforms-field-label-inline br{
         display: none;
    }
    p.img-alt-name {
    font-size: 16px;
    line-height: 20px;
}
}
 .conatact-head h3 {
     word-break: break-all;
}
 .insights-section {
     background: #0D0607;
     padding: 60px 0;
}
 .insights-page-width {
     max-width: 1750px;
     padding: 0 15px;
     margin: 0 auto;
}
 h2.insights-title-main span {
     color: #EDF2F5;
     margin-bottom: 30px;
}
 h2.insights-title-main {
     color: #FF495C;
}
 .insights-tabs {
     list-style: none;
     display: flex;
     gap: 15px;
     flex-wrap: nowrap;
     margin-bottom: 20px;
     padding: 0;
     overflow-x: auto;
}
 .insights-tabs{
     overflow-x: auto;
     overflow-y: hidden;
     white-space: nowrap;
     scrollbar-width: auto;
}
 .insights-tabs::-webkit-scrollbar {
     height: 5px;
}
 .insights-tabs::-webkit-scrollbar-track {
     background-color: #ffffff;
}
 .insights-tabs::-webkit-scrollbar-button {
     display: none !important;
}
 .insights-tabs::-webkit-scrollbar-thumb {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
     background-color: #FF495C;
}
 .insights-tabs button {
     background: none;
     border: 0.67px solid transparent !important;
     color: #ccc;
     font-weight: bold !important;
     cursor: pointer !important;
     font-size: 16px !important;
}
 .insights-tabs button:hover, .insights-tab.active {
     background: #FF495C33;
     border-radius: 86px;
     color: #FF495C;
     border: 0.67px solid #FF495C !important;
}
 .insights-tabs button.insights-tab {
     font-weight: 500 !important;
     font-size: 18.81px !important;
     line-height: 32.24px;
     letter-spacing: 0;
     text-transform: uppercase;
     padding: 8px 36px;
}
 .insights-grid {
     display: flex;
     gap: 20px;
}
 .insights-featured {
     border: 1.88px solid #FFFFFF26;
     padding: 15px;
     width: 60%;
     border-radius: 16px;
}
 .featured-thumb img {
     border-radius: 14px !important;
     width: 100%;
     height: auto;
     display: block;
     border: 3.54px solid #232323;
}
 .insights-featured {
     border: 1.88px solid #FFFFFF26 !important;
     padding: 15px;
}
 .featured-content {
     padding:20px 0 0;
}
 .featured-content .date {
     margin-bottom: 5px;
     display: block;
     font-weight: 500;
     font-size: 18.8085px;
     line-height: 27px;
     color: #FDBD67;
}
 .featured-content h3 {
     flex: 1;
     letter-spacing: 0 !important;
     margin: 10px 0;
     font-style: normal;
     font-weight: 700 !important;
     font-size: 40px !important;
     line-height: 54px !important;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     color: #FFFFFF;
     max-width: max-content;
}
 .featured-content h3 a {
     color:#fff;
     text-decoration:none;
}
 .featured-content p {
     color:#bbb;
     font-size:14px;
}
.featured-content p {
     font-weight: 400;
     font-size: 20px;
     line-height: 30px;
     letter-spacing: 0;
     color: #FFFFFFD9;
}
 .fetured-tab-head {
     display: flex;
     align-items: baseline;
     gap: 21px;
}
 img.featured-tab-icon {
     width: 22px;
}
 .insights-side {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     gap: 15px;
     width: 40%;
}
 .insight-item {
     display: flex;
     border-radius: 13px;
     border: 1.88px solid #FFFFFF26;
     padding: 30px;
     gap: 15px;
}
 a.item-thumb {
     width: calc(53% - 7.5px);
     display: flex;
}
 .item-content {
     width: calc(49% - 7.5px);
}
 .item-thumb img {
     width: 100%;
     height: 284px !important;
     object-fit: cover;
     border-radius: 6px !important;
}
 .item-content .date {
     color: #FDBD67;
     margin-bottom: 15px;
     display: block;
     font-weight: 500;
     font-size: 18.81px;
     line-height: 26.87px;
     letter-spacing: 0;
}
 .item-content h4 {
     margin: 0;
     font-weight: 700 !important;
     font-size: 40px !important;
     line-height: 42.99px !important;
     letter-spacing: 0;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     color: #ffffff;
}
.item-thumb {
    display: flex;
}
 .item-content h4 a {
     color: #fff;
     text-decoration: none;
     display: block;
}
 .item-content p {
     color: #FFFFFFD9;
     font-weight: 400;
     font-size: 20px;
     line-height: 30px;
     letter-spacing: 0;
     margin: 15px 0 0 0;
     display: -webkit-box;
     -webkit-line-clamp: 4;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     min-height: 120px;
}
 .insights-readmore {
     text-align: right;
     margin-top: 25px;
     display: block;
}
 .insights-readmore a {
     display: inline-block;
     background: #ff3b56;
     color: #ffffff !important;
     padding: 13px 48px;
     border-radius: 30px;
     text-decoration: none;
     transition: 0.3s;
     font-weight: 400;
     font-size: 24px;
     line-height: 32px;
     letter-spacing: 0;
     text-transform: capitalize;
}
 .insights-readmore a:hover {
     background:#ff3b56;
}
.shopvire-btns-nav {
    display: none;
}
.insights-readmore.mobile-insights-btn {
    display: none;
}
 @media(max-width: 1580px){
     .item-content h4 {
         font-size: 22px !important;
         line-height: 26px !important;
    }
     .item-content p {
         font-size: 14px;
         line-height: 24px;
         -webkit-line-clamp: 2;
         min-height: max-content;
         margin: 5px 0 0 0;
    }
     .featured-content p {
         font-size: 16px;
         line-height: 24px;
         margin: 0;
    }
     .featured-content h3 {
    font-size: 28px !important;
    line-height: 34px !important;
    margin: 0 0 10px;
}
.item-thumb {   
    width: 50%;
}
img.featured-tab-icon {
    width: 16px;
}
    .featured-content .date,
     .item-content .date {
         margin-bottom: 5px;
        font-size: 14.81px;
        line-height: 22.87px;
    }
     .item-thumb img {
         height: 149px !important;
    }
     .featured-thumb img {
         object-fit: cover;
         height: 350px !important;
         border: 3.54px solid #232323 !important;
         border-radius: 14px !important;
    }
     .insights-page-width {
         max-width: 1210px;
    }
    .insights-featured {
        padding: 10px;
    }   

}

 .scrollspy-wrapper {
     display: flex;
     gap: 40px;
}
 .scrollspy-left {
    /* max-width: 358px;
     position: sticky;
     top: 100px;
     align-self: flex-start;
    */
}
 .scrollspy-left ul {
     list-style: none;
     padding: 0;
}
 .scrollspy-left a {
     display: block;
     padding: 21px 0 21px 20px;
     text-decoration: none;
     border-left: 4px solid;
     color: #CECECE;
     font-weight: 700;
     text-transform: capitalize;
     font-size: 20px;
     line-height: 114.99999999999999%;
     letter-spacing: -0.6px;
}
 .scrollspy-left a strong {
     font-weight: 700;
}
.scrollspy-left a:hover {
    color: #000000;
    border-color: #ff495c;
}
 .scrollspy-left a.elementor-item-active, .scrollspy-left a.active {
     color: #000000;
     border-color: #ff495c;
}
 .scrollspy-right {
     flex: 1;
}
.menu-item {
    cursor: pointer;
}
.e-hotspot {
    pointer-events: none;
}
.insight-item:nth-child(3) {
    display: none;
}
.insights-side-inner.insights-side-slider {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
 @media(max-width: 767px){
     .scrollspy-left {
         width: 100%;
         position: unset;
         display: none;
    }
     .scrollspy-wrapper {
         flex-wrap: wrap;
    }
}
 .related-grid .related-card:nth-child(n+4) {
     display: none;
}
 .publisher-box-wrapper {
     transition: opacity 0.3s ease;
    /* smooth fade */
     opacity: 1;
}
 .box-brand {
     display: flex;
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     transition: opacity 0.4s ease, visibility 0.4s ease !important;
}
 .box-brand.active {
     opacity: 1;
     visibility: visible;
     pointer-events: auto;
}
 .tab-content span.swiper-pagination-bullet {
     background: #ff495c !important;
}
 .tabs {
     text-align: center;
     padding: 20px 0;
}
 .tab-buttons {
     display: inline-flex;
     gap: 0px;
}
 .tab-buttons button {
     background: none !important;
     border: none;
     padding: 9px 30px;
     cursor: pointer;
     border-radius: 89px !important;
     color: #AFADAC !important;
     transition: all 0.3s ease;
     font-weight: 400;
     font-size: 18.81px !important;
     line-height: 32.24px !important;
     letter-spacing: 0;
     text-transform: uppercase;
}
 .tab-buttons button.active {
     color: #ffffff !important;
     border-color: #ff3b5f;
     background: #FF495C !important;
}
 .tab-content {
     display: none;
     margin: auto;
}
 .tab-content.active {
     display: block;
     animation: fadeIn 0.6s ease-in-out;
}
 .tab-infos {
     font-weight: 500;
     font-size: 32px;
     line-height: 100%;
     letter-spacing: 0;
     color: #000000E5;
     text-align: center;
     margin: 15px 0 70px;
}
 @keyframes fadeIn {
     from {
         opacity: 0;
         transform: translateY(20px);
    }
     to {
         opacity: 1;
         transform: translateY(0);
    }
}
/* Swiper styling */
 .tab-wrapper-main .swiper {
     padding-bottom: 56px;
     width: 100%;
     margin: auto;
     border-radius: 12px;
     overflow: hidden;
     margin-bottom: 20px;
}
 .tab-wrapper-main .swiper-slide img {
     width: 100%;
     height: auto;
     display: block;
     transition: transform 0.5s ease-in-out;
}
 .tab-wrapper-main .swiper-slide-active img {
     transform: scale(1);
}
/*.post-title-box h3{*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/
 @media(min-width: 1024px){
     .tab-wrapper-main .swiper-slide img {
         width: 100%;
         height: 500px !important;
         object-fit: contain;
         display: block;
         transition: transform 0.5s ease-in-out;
    }
}
 @media(max-width: 1580px){
     .tab-infos {
         font-size: 20px;
         margin: 7px 0 60px;
    }
     .tab-buttons button {
         padding: 4px 30px;
         font-size: 16px !important;
         line-height: 24px !important;
    }
     .tab-wrapper-main .swiper-slide img {
         height: 460px !important;
         object-fit: contain;
    }
     .insights-tabs button.insights-tab {
         font-size: 16.81px !important;
         line-height: 22.24px;
             padding: 5px 25px;
    }
     .insight-item {
         padding: 10px;
    }
    button.slick-arrow img {
    width: 45px;
    height: 45px;
}
.insights-readmore a {
    padding: 10px 48px;
    font-size: 22px;
    line-height: 30px;
}
.shopvire-ts-role {
    font-size: 14px;
}
.shopvire-ts-name {
    font-size: 18px;
}
.contact-form .wpforms-field-container {
    gap: 15px;
}
span.related-date {
    line-height: 26px;
    font-size: 16px;
}

.related-heading {
    font-size: 18px !important;
    line-height: 28px !important;
    margin: 0 0 5px 0;
}

.related-content {
    font-size: 16px;
    line-height: 26px;
}
.related-thumb img {
    max-height: 220px !important;
}
h3.related-title {
    font-size: 48px !important;
    line-height: 82px !important;
}
}
 @media(max-width: 1024px){
     .insights-featured {
         width: 100%;
         margin: 0 15px;
    }
     .insights-readmore {
         padding: 0 15px;
    }
     .insights-grid {
         flex-wrap: wrap;
    }
     .related-thumb img {
         height: 209px !important;
         object-fit: cover;
    }
     .insights-side {
         width: 100%;
    }
    .insights-readmore.desktop-insights-btn {
    display: none;
}
    .insights-readmore.mobile-insights-btn {
    display: block;
}
     .item-content {
         width: 45%;
    }
     a.item-thumb {
         width: 55%;
    }
     .related-post-row {
         align-items: flex-start;
    }
    h3.related-title {
        font-size: 42px !important;
        line-height: 55px !important;
    }
    .shopvire-btns-nav {
    display: flex;
}
.shopvire-btns-nav button.slick-arrow {
    position: unset !important;
}
section.shopvire-ts-section {
    display: block !important;
}
button.hide-mobile {
    display: none !important;
}
.shopvire-ts-swiper.slick-slider {
    margin: 0 0 0 -10px !important;
}
}
 @media(max-width: 991px){
     button.shopvire-ts-prev img, button.shopvire-ts-next img {
         width: 40px;
         height: 40px;
    }
    .tab-wrapper-main .swiper {
    padding-top: 40px;
}
}
 @media(max-width: 767px){
     .related-card {
         width: 100%;
    }
     .page-numbers.next, .page-numbers.prev {
         font-size: 16px;
         line-height: 28px;
    }
     h3.related-title {
    font-size: 26px !important;
    line-height: 34px !important;
    margin-top: 0px !IMPORTANT;
}
     .contact-form .wpforms-container .wpforms-field, .two-col-form .wpforms-container .wpforms-field {
         width: 100%;
    }
     .contact-form .wpforms-field-container {
         gap: 10px;
    }
     .insights-tabs {
         padding-bottom: 10px !important;
    }
}
 @media(max-width: 1024px){
     .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
         font-size: 14px !important;
    }
    .insights-side-inner.insights-side-slider,
     .insights-side {
         flex-direction: row;
         flex-wrap: nowrap;
         overflow-x: auto;
    }
     .scrollspy-left a {
         padding: 21px 20px 21px 20px;
         font-size: 16px;
    }
     .insight-item {
         flex-direction: column;
         padding: 12px;
    }
     .related-grid .slick-list {
         padding-right: 54px !important;
    }
     .related-card.slick-slide {
         margin: 0 5px;
    }
     a.item-thumb {
         width: 100%;
    }
    .insights-grid .item-thumb,
     .item-content {
         width: 100%;
    }
     .featured-content .date, .item-content .date {
         font-size: 16px;
         line-height: 9.94px;
         margin-bottom: 10px;
    }
     .featured-content h3, .item-content h4 {
         font-size: 20px !important;
         line-height: 26px !important;
    }
     .featured-content p, .item-content p {
         font-size: 16px;
         line-height: 120%;
         margin: 10px 0 0 0;
         -webkit-line-clamp: 2;
    }
     .insights-side-slider .slick-list {
         padding-right: 54px !important;
    }
     .insight-item.slick-slide {
         margin: 0 5px;
         min-height: 350px;
    }
     .insight-item {
         display: flex !important;
    }
     .insights-page-width {
         padding: 0;
    }
     h2.insights-title-main {
         padding: 0 15px;
    }
     ul.insights-tabs {
         padding: 0 15px;
    }
     .insights-side-slider.slick-initialized.slick-slider {
         padding-left: 15px;
    }
     h3.related-title {
         padding-right: 15px;
    }
}
 @media(max-width: 767px){
     .home-contact-us .elementor-field-group.e-form__buttons button, .contact-form .elementor-field-group.e-form__buttons button, .details-form .elementor-field-group.e-form__buttons button {
         font-size: 14px !important;
         padding: 5px 30px !important;
    }
     .tab-buttons button {
         padding: 4px 15px;
    }
     .tab-wrapper-main .swiper-slide img {
         height: 320px !important;
         object-fit:contain;
    }
     .insights-readmore a {
         padding: 2px 48px;
         font-size: 14px;
    }
     .featured-thumb img {
         height: 277px !important;
    }
     img.featured-tab-icon {
         width: 13px;
    }
     .tab-infos {
         margin: 7px 0 15px;
         font-size: 16px;
    }
     .feature-box {
         padding: 25px 15px;
    }
     .br-hide h2 br {
         display: none;
    }
     .home-contact-us .elementor-form-fields-wrapper {
         margin-left: 0 !important;
         margin-right: 0 !important;
    }
     .home-contact-us .elementor-field-group {
         padding-right: 0 !important;
         padding-left: 0 !important;
    }
     .related-heading {
         font-size: 18px !important;
         line-height: 120% !important;
         display: -webkit-box;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         overflow: hidden;
         text-overflow: ellipsis;
         height: 44px;
         margin: 0 0 5px 0;
    }
    /*.related-card.slick-slide {
         height: 430px;
    }
    */
     .box-categories-wrap .tag-box .elementor-post-info__terms-list-item:first-child {
         font-size: 16px !important;
    }
    .insights-tabs button.insights-tab {
        font-size: 14.81px !important;
        line-height: 20.24px;
        padding: 5px 13px;
    }
    ul.insights-tabs {
        gap: 5px;
    }
    .insight-item.slick-slide {
    margin: 0 5px;
    min-height: 330px;
}
.insights-readmore {
    text-align: center;
}

span.page-numbers.current {
    padding: 5px 10px;
}
.page-numbers.prev::before {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('https://wp.devreal.ai/wp-content/uploads/2025/09/Icon-6.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}
span.page-numbers.prev::before {
    content: "";
    background-image: url('https://wp.devreal.ai/wp-content/uploads/2025/09/Icon-7.svg');
}
.page-numbers.next::after {
    content: "";
    display: inline-block;
    width: 14px;     /* set icon size */
    height: 14px;    /* set icon size */
    background-image: url('https://wp.devreal.ai/wp-content/uploads/2025/09/Icon-5.svg');
    background-size: contain;
    margin-left: 15px;
    vertical-align: middle;
    background-repeat: no-repeat;
}
span.page-numbers.next::after {
    content: "";
    background-image: url('https://wp.devreal.ai/wp-content/uploads/2025/09/Icon-9.svg');
}
.page-numbers.next::after {
    margin-left: 10px;
}
.page-numbers.prev::before {
    margin-right: 10px;
}

.related-thumb img {
    height: 170px !important;
}
.related-card a {
    padding: 10px;
}

}


/* Make SimpleBar scroll only horizontally */
.map-hotsport .simplebar-content-wrapper {
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

/* Prevent wrapping so horizontal scroll activates */
.map-hotsport .simplebar-content {
    white-space: nowrap !important;
    text-align: center;
}

/* Always show scrollbar (track) */
.map-hotsport .simplebar-track.simplebar-horizontal {
    pointer-events: auto;
    opacity: 1 !important;
    visibility: visible !important;
    height: 14px !important;
    background: #ffffff !important;
    border-radius: 0px;
}
/* Scrollbar thumb (handle) color */
.map-hotsport .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    background: #FF495C !important; /* THUMB COLOR */
    opacity: 1 !important;
    border-radius: 0px;
        pointer-events: auto !important;
    cursor: drag;
}

/* Make thumb wider if you want */
.map-hotsport .simplebar-scrollbar {
    height: 14px !important;
}
.map-hotsport > .simplebar-track:nth-child(n+3) {
    display: none !important;
}
@media(min-width: 760px){
.map-hotsport .simplebar-track.simplebar-horizontal {
    display: none;
}
}

/* .map-overlay .e-con-inner {
     overflow-x: auto;
     overflow-y: hidden;
     white-space: nowrap;
     scrollbar-width: auto;
}
 .map-overlay .e-con-inner::-webkit-scrollbar {
     height: 10px;
}
 .map-overlay .e-con-inner::-webkit-scrollbar-track {
     background-color: #ffffff;
}
 .map-overlay .e-con-inner::-webkit-scrollbar-button {
     display: none !important;
}
 .map-overlay .e-con-inner::-webkit-scrollbar-thumb {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
     background-color: #FF495C;
}
*/

/*.map-overlay .e-con-inner {
    position: relative;
    display: block !important; 
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: auto;
    -webkit-overflow-scrolling: touch;
}

.map-overlay .e-con-inner::-webkit-scrollbar {
    height: 10px;

}

.map-overlay .e-con-inner::-webkit-scrollbar-track {
    background-color: #ffffff;
    box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
}

.map-overlay .e-con-inner::-webkit-scrollbar-thumb {
    background-color: #FF495C;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}*/


.page-id-2924 .header-main-row,
.page-id-2838 .header-main-row {
    border: 0 !important;
}
.scrolled-wrap .main-header-wrap {
    z-index: 999;
    background: #000000;
}

blockquote.wp-block-quote.is-style-default.wp-block-quote-is-layout-flow {
    margin: 0 0 20px;
}


/* Home and publishers map section*/
.e-hotspot .e-hotspot__button {
    z-index: 1;
}

.map-hotsport .e-hotspot__tooltip {
    border-radius: 16.42px;
    box-shadow: -32px 0 38px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 20px 52px;
    bottom: calc(-20% + 5px) !important;
    background: linear-gradient(#FBFBFB, #FBFBFB) padding-box,
              linear-gradient(to bottom, #FF495C, #FFFFFF) border-box;
    border-radius: 16px;
    border: 1.5px solid transparent;
}

.map-hotsport .e-hotspot__tooltip h4 {
    color: #FF495C;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
}

.map-hotsport .e-hotspot__label {
    font-size: 0;
}


@media(max-width:767.98px){
    .map-hotsport .elementor-widget-container {
        overflow-x: auto;
    }
   .map-overlay .e-hotspot__icon svg {
        height: 22px;
    }

    .map-overlay  .elementor-widget-container,
    .map-overlay .map-hotsport{
        width:650px;
    }
    .map-hotsport .e-hotspot__tooltip {
        padding: 10px 10px 35px;
    }
    .map-hotsport .e-hotspot__tooltip h4 {
        font-size: 18px;
        margin: 0 0 5px;
        font-weight: 500;
    }
}
.post-info p {
    word-wrap: break-word;
}
.post-content-box a {
    color: #FF495C;
}
.true-icon-show {
    display: none;
}
.elementor-share-btn.elementor-share-btn_copy.copied .link-icon {
    display: none;
}
.elementor-share-btn.elementor-share-btn_copy.copied .true-icon-show {
    display: block;
}
.share-button-flex .elementor-grid {
    display: flex !important;
}

.share-button-flex .elementor-grid .elementor-share-btn {
    height: auto;
}
blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow {
    width: 100%;
    margin: 16px 0;
}
.current-menu-item.current_page_parent a.elementor-sub-item {
    background-color: #3f444b;
    color: #fff;
}
/* Home and publishers map section end*/