/*
Theme Name:      pvrcontrols
Theme URL:       https://www.technotery.com
Description:     Customized theme by Technotery
Author:          Technotery
Author URL:      https://www.technotery.com
Template:        oceanwp
Version:         1.0.0
Text Domain:     OceanWP-child
Tags:            singlesite
*/

/* ------------------------- */

/* ------------------------- */
/* Custom Fonts */
/* ------------------------- */
@font-face {
    font-family: "IBMPlexSans-Bold";
    src: url("assets/fonts/IBMPlexSans/IBMPlexSans-Bold.ttf");
}

@font-face {
    font-family: "IBMPlexSans-Light";
    src: url("assets/fonts/IBMPlexSans/IBMPlexSans-Light.ttf");
}

@font-face {
    font-family: "IBMPlexSans-Medium";
    src: url("assets/fonts/IBMPlexSans/IBMPlexSans-Medium.ttf");
}

@font-face {
    font-family: "IBMPlexSans-Regular";
    src: url("assets/fonts/IBMPlexSans/IBMPlexSans-Regular.ttf");
}

@font-face {
    font-family: "IBMPlexSans-SemiBold";
    src: url("assets/fonts/IBMPlexSans/IBMPlexSans-SemiBold.ttf");
}

@font-face {
    font-family: "TitilliumWeb-Black";
    src: url("assets/fonts/TitilliumWeb/TitilliumWeb-Black.ttf");
}

@font-face {
    font-family: "TitilliumWeb-Bold";
    src: url("assets/fonts/TitilliumWeb/TitilliumWeb-Bold.ttf");
}

@font-face {
    font-family: "TitilliumWeb-Light";
    src: url("assets/fonts/TitilliumWeb/TitilliumWeb-Light.ttf");
}

@font-face {
    font-family: "TitilliumWeb-Regular";
    src: url("assets/fonts/TitilliumWeb/TitilliumWeb-Regular.ttf");
}

@font-face {
    font-family: "TitilliumWeb-SemiBold";
    src: url("assets/fonts/TitilliumWeb/TitilliumWeb-SemiBold.ttf");
}

/* --------------------------------- */

:root {
    /* === Core Colors === */
    --color-primary: #051a5e; 
    --color-white: #ffffff; 
    --color-light-gray: #f5f5f5; 
    --color-gray-1: #1c1c1c;
    --color-gray-2: #5a6278; 
    --color-gray-3: #d9d9d9; 
    --border-gray: #e5e5e5; 
    --border-blue: #d4f0fb; 
    --theme-red: #a70000; 
    --color-black: #000000; 

    /* === Accent Colors === */
    --color-yellow: #ffc700; 
    --color-red: #ed0603; 

    /* === Gradients (No #23B6EE based gradients included) === */
    --gradient-linear-1: linear-gradient(90deg, #051a5e 0%, #ffffff11 100%);
    --gradient-linear-2: linear-gradient(90deg, #051a5e 0%, #1c1c1c46 100%);
}

/* ==== RESET & BASE STYLES ==== */

.modal.modal-active html {
    overflow: hidden !important;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: "TitilliumWeb-Regular", sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background-color: #ffffff;
    overflow-x: hidden !important;
}

/* ==== TYPOGRAPHY ==== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2 !important;
    color: #1a1a1a;
}

p {
    margin-bottom: 1rem;
    color: #1a1a1a;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s ease;
}

h1,
.h1 {
    font-size: clamp(2.5rem, 5vw, 4.5rem) !important;
}

h2,
.h2 {
    font-size: clamp(2.5rem, 3.5vw, 4rem) !important;
    line-height: clamp(3.5rem, 4vw, 60px) !important;
}

h3,
.h3 {
    font-size: clamp(1.5rem, 2.5vw, 2rem) !important;
}

h4,
.h4 {
    font-size: clamp(1rem, 1.8vw, 1.3rem) !important;
    line-height: clamp(1.4rem, 3vw, 30px);
    margin: 0 !important;
}

h5,
.h5 {
    font-size: clamp(0.9rem, 1.5vw, 1.25rem) !important;
}

h6,
.h6 {
    font-size: clamp(0.85rem, 1.3vw, 1rem) !important;
    line-height: 1.8 !important;
    margin-bottom: 0 !important;
}

p,
a,
span {
    font-family: "TitilliumWeb-Regular" !important;
    font-size: clamp(1.4rem, 2vw, 1.5rem) !important;
    font-weight: 400 !important;
}

a:hover {
    color: var(--primary_blue_theme) !important;
    font-weight: 600 !important;
}
a:focus {
    outline: none !important;
}

/* PVR Typograph CSS :: START */
.pvr-lg-title {
    font-size: clamp(3.5rem, 4vw, 5.8rem) !important;
    font-family: "IBMPlexSans-Bold" !important;
    color: var(--color-primary) !important;
}

.pvr-main-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem) !important;
    color: var(--color-primary) !important;
    font-family: "IBMPlexSans-Medium" !important;
}

.white-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem) !important;
    color: var(--color-white) !important;
    font-family: "IBMPlexSans-Bold" !important;
}

.pvr-sub-title {
    font-size: clamp(1.5rem, 3.5vw, 2.5rem) !important;
    color: var(--color-gray-1) !important;
    font-family: "IBMPlexSans-Medium" !important;
}

.blue-card-title {
    font-size: clamp(1.5rem, 3.5vw, 1.6rem) !important;
    color: var(--color-primary) !important;
    font-family: "IBMPlexSans-Medium" !important;
}

.pvr-small-title {
    font-size: clamp(1.5rem, 3.5vw, 1.6rem) !important;
    color: var(--color-gray-1) !important;
    font-family: "IBMPlexSans-Regular" !important;
    margin-bottom: 0 !important;
}

.pvr-card-title {
    font-size: clamp(1.4rem, 3.5vw, 1.5rem) !important;
    color: var(--color-gray-1) !important;
    font-family: "IBMPlexSans-Regular" !important;
}

.pvr-paragraph {
    font-size: clamp(1.4rem, 2vw, 1.6rem) !important;
    font-weight: 500 !important;
    color: var(--color-gray-1) !important;
    margin-bottom: 0 !important;
    font-family: "TitilliumWeb-Regular" !important;
}

.pvr-bold-paragraph {
    font-size: clamp(1.4rem, 2vw, 1.6rem) !important;
    font-weight: 600 !important;
    color: var(--color-gray-1) !important;
    margin-bottom: 0 !important;
    font-family: "TitilliumWeb-Regular" !important;
}

.pvr-small-paragraph {
    font-size: clamp(1.4rem, 2vw, 1.5rem) !important;
    font-weight: 500 !important;
    color: var(--color-gray-1) !important;
    font-family: "TitilliumWeb-Regular" !important;
}

.pvr-small-white-paragraph {
    font-size: clamp(1.4rem, 2vw, 1.5rem) !important;
    font-weight: 500 !important;
    color: var(--color-white) !important;
    font-family: "TitilliumWeb-Regular" !important;
}

.badge-title {
    border-radius: 50px;
    width: fit-content !important;
    padding: 5px 20px !important;
    background: var(--color-primary) !important;
    color: var(--color-white) !important;
}
/* PVR Typograph CSS :: END */

/* ==== LAYOUT GRID ==== */
.container {
    width: 90%;
    margin: 0 auto;
}

.grid {
    display: grid;
    flex-direction: row;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.grid-2 {
    flex-direction: column;
    grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
    flex-direction: column;
    grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
    flex-direction: column;
    grid-template-columns: repeat(4, 1fr);
}

.margin-top {
    margin-top: 50px;
}

/* ==== FORMS ==== */
input,
textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

input:focus,
textarea:focus {
    border-color: var(--color-primary) !important;
    outline: none;
}

/* Top to scroll btn CSS :: START */
.scroll-top-right i {
    width: 47px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    font-weight: bolder;
    justify-content: center !important;
}
#scroll-top:hover {
    color: var(--color-white) !important;
}
/* Top to scroll btn CSS :: END */

/* Header CSS :: START */
#site-header {
    background: #fff !important;
    z-index: 999999 !important;
    position: fixed !important;
    top: 0 !important;
    border-bottom: 0 !important;
}

#site-header .menu-item a:focus {
    outline: none !important;
    border: none !important;
}

#site-header.scrolled {
    background-color: var(--color-white) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.custom-header-addons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    padding: 17px 0px;
    position: fixed !important;
    z-index: 999999 !important;
    top: 0;
    transform: translate(-15%, 0px);
    right: 0;
}

.custom-contact-btn {
    background: var(--color-white) !important;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    padding: 8px 6px 8px 10px;
    border-radius: 25px;
    font-weight: 600;
    height: 40px !important;
    text-decoration: none;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.custom-contact-btn:hover {
    background: var(--theme-red) !important;
    border: 1px solid var(--theme-red) !important;
}

.custom-contact-btn:hover p {
    color: var(--color-white) !important;
}
.custom-contact-btn:hover .arrow-icon-btn {
    background: var(--color-white) !important;
    color: var(--theme-red) !important;
}

.arrow-icon-btn i {
    font-weight: bold !important;
}

.contact-text {
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    color: var(--color-primary) !important;
}

.arrow-icon-btn {
    font-size: 12px !important;
    border: none !important;
    cursor: pointer;
    color: var(--color-white) !important;
    background: var(--color-primary) !important;
    padding: 8px 8px !important;
    margin-left: 15px !important;
    width: 24px;
    height: 24px;
    border-radius: 25px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.custom-search-form {
    display: flex;
    align-items: center;
    border: 1px solid #23b6ee !important;
    border-radius: 25px !important;
    padding: 2px 4px;
    height: 40px !important;
    background: var(--color-white) !important;
}

.search-input {
    border: none !important;
    outline: none !important;
    font-size: 1.4rem !important;
    font-family: "TitilliumWeb-Regular" !important;
    font-weight: 600 !important;
}

.search-submit {
    font-size: 16px !important;
    border: none !important;
    cursor: pointer;
    color: var(--color-primary) !important;
    background: transparent !important;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#site-navigation {
    margin-left: 25px !important;
}

.effect-seven #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after {
    bottom: -60% !important;
    font-family: "IBMPlexSans-Regular" !important;
}

.home .page-header,.error-page-main .page-header {
    display: none !important;
}

.current-menu-item a span,
.current_page_item a span {
    color: var(--theme-red) !important;
    font-weight: 900 !important;
}

.sub-menu .menu-item a span {
    color: var(--color-gray-2) !important;
    font-weight: 400 !important;
}
.sub-menu .menu-item:hover a span {
    color: var(--color-primary) !important;
    font-weight: 900 !important;
}

.menu-item:hover a span {
    color: var(--color-primary);
    font-weight: 900 !important;
}

#site-header-inner {
    display: flex !important;
    align-items: center !important;
}

#mfs-input,
#mobile-search {
    display: none !important;
}

/* Mobile menu CSS :: START */

#mobile-menu-search {
    display: none !important;
}
#mobile-dropdown ul li a .dropdown-toggle:focus {
    outline: none !important;
}
#mobile-dropdown ul li a .dropdown-toggle:before {
    content: "\f107" !important;
    font-family: "FontAwesome" !important;
    color: var(--color-primary) !important;
    font-size: 15px;
}

#site-header-inner .mobile-menu:focus {
    outline: none !important;
}

/* Header CSS :: END */

/* Footer CSS :: START */
.site-footer .footer-widgets-inner.container {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 100px;
}

.site-footer li a:focus {
    outline: none !important;
    border: none !important;
}

.custom-newsletter {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 420px;
    padding: 4px;
    background: var(--color-white);
    border: 1px solid #23b6ee;
    border-radius: 999px;
    overflow: hidden;
    box-sizing: border-box;
}

.custom-newsletter .newsletter-input {
    flex: 1;
    padding: 14px 20px;
    font-size: 15px;
    border: none;
    outline: none;
    color: var(--color-gray-2);
    background-color: transparent;
}

.custom-newsletter .newsletter-btn {
    width: 40px;
    height: 40px;
    background-color: var(--color-primary);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-newsletter .newsletter-btn i {
    color: var(--color-white);
    font-size: 14px;
}

.custom-newsletter .newsletter-btn:hover {
    background-color: var(--color-primary);
}

.newsletter-wrapper {
    margin-bottom: 0 !important;
    height: fit-content !important;
}

.newsletter-wrapper p {
    margin-bottom: 0 !important;
}

.newsletter-wrapper input.email-input {
    position: relative !important;
    height: 45px !important;
    border-radius: 25px !important;
    border: 1px solid #23b6ee !important;
    padding-left: 15px !important;
}

.contact-icon a {
    font-weight: 600 !important;
}

.newsletter-wrapper button[type="submit"] {
    height: 38px !important;
    width: 38px !important;
    background: var(--color-primary) !important;
    position: absolute !important;
    border-radius: 50px !important;
    top: 0px !important;
    right: 0px !important;
    display: flex !important;
    margin: 4px !important;
    align-items: center !important;
    justify-content: center !important;
}

.newsletter-wrapper input::placeholder {
    font-size: 1.6rem !important;
}

.pvr-main-footer ul {
    list-style-type: none !important;
    margin: 0 !important;
}

.pvr-main-footer svg {
    font-size: 18px !important;
}

.pvr-main-footer ul li::before {
    font-family: "FontAwesome";
    font-weight: 600;
    font-size: 1.2rem;
    content: "\f101";
    margin-right: 8px;
    color: var(--color-primary);
}

.pvr-main-footer .elementor-icon {
    background: var(--color-primary) !important;
}

.pvr-main-footer .elementor-icon-box-title a {
    color: var(--color-primary) !important;
}
.pvr-main-footer .elementor-icon-box-wrapper {
    display: flex !important;
}
.pvr-main-footer .elementor-icon-box-icon {
    height: 35px !important;
    margin-right: 15px;
}

.pvr-main-footer .elementor-icon svg {
    color: var(--color-white) !important;
    fill: var(--color-white) !important;
}

.pvr-main-footer h5,.pvr-main-footer h3,
.pvr-resources-title {
    color: var(--color-primary) !important;
    font-size: 2rem !important;
    font-family: "IBMPlexSans-Medium" !important;
}

.download-btn a {
    padding: 2px 12px !important;
}
.download-btn .elementir-button {
    background: var(--color-light-gray) !important;
    padding: 15px !important;
    border-radius: 20px !important;
    border: 1px solid var(--color-primary) !important;
}
.download-btn .elementor-button-text {
    white-space: nowrap !important;
}
.sub-title-app-download-section p {
    color: var(--color-white) !important;
}

.download-link
{
    cursor: pointer;
}
/* Footer CSS :: END */

/* Product page CSS :: START */

.product-main-title-section .resources-title-section {
    align-items: center;
}
.product-main-title-section {
    background: var(--color-light-gray);
    padding: 15px 20px;
    border-radius: 20px;
}

.ellips-text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Sidebar */
.product-sidebar ul {
    list-style: none;
    padding-left: 0;
}
.product-sidebar ul li {
    margin: 5px 0;
}
.product-sidebar ul ul {
    padding-left: 15px;
}

/* Single Product View */
.product-single {
    display: flex;
    gap: 20px;
}
.product-single img {
    max-width: 300px;
}
.product-single .price {
    color: green;
    font-weight: bold;
}

.custom-navbar-ul li {
    display: inline-block;
}

.site-breadcrumbs {
    white-space: normal !important;
    width: 40% !important;
    height: auto !important;
}

.single-careers .page-header {
    position: relative;
}
/* .single-careers .page-header::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(130deg, #ffffffce, #051a5e79) !important;
    height: 100%;
    width: 100%;
} */

.pvr-featured-product-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pvr-featured-product-card {
    display: flex;
    background: #f9f9f9;
    border-radius: 12px;
    overflow: hidden;
    align-items: center;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    max-width: 640px;
    margin: auto;
}

.pvr-featured-product-image img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    background: #fff;
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.pvr-featured-product-details {
    flex-grow: 1;
    margin-left: 16px;
}

.pvr-featured-product-title {
    font-size: 16px;
    font-weight: bold;
    color: #2e4b77;
    margin: 0;
}

.pvr-featured-product-model {
    font-size: 14px;
    font-weight: 600;
    margin: 6px 0 4px;
}

.pvr-featured-product-spec {
    font-size: 13px;
    color: #666;
}

.pvr-featured-product-arrow {
    font-size: 22px;
    color: #f0c000;
    padding-left: 12px;
    font-weight: bold;
}

.pvr-featured-product-spec ul {
    padding-left: 16px;
    margin: 0;
}

.pvr-featured-product-spec li {
    font-size: 13px;
    color: #555;
    margin-bottom: 4px;
}

.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    gap: 10px;
}

.tabs li {
    display: inline-block;
}

.tab-link {
    display: inline-block;
    padding: 8px 14px;
    background: #eee;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
}

.tab-link:hover {
    background: #ddd;
}

.tab-link.active {
    background: var(--theme-red);
    color: white;
    font-weight: bold;
}

.image-dots {
    margin-top: 10px;
}

.img-dot {
    cursor: pointer;
    font-size: 24px;
    padding: 5px;
    display: inline-block;
    color: var(--color-gray-1);
}

.img-dot.active {
    color: var(--color-black);
    font-weight: bold;
}

.img-dot .reopen-icon {
    display: none;
    font-size: 14px;
    margin-left: 5px;
    color: var(--color-primary);
    cursor: pointer;
}

.three-d-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.three-d-popup-inner {
    background: #fff;
    padding: 20px;
    max-width: 700px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.three-d-popup-inner iframe {
    width: 100%;
    height: 400px;
    border: none;
}

.three-d-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--color-red);
    color: var(--color-white);
    border: none;
    padding: 6px 12px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
}

.products-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 80px;
    position: relative;
}

.left-sidebar {
    flex: 0 0 25%;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    background: var(--color-white);
    border-radius: 30px !important;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s ease-in-out;
}

.sidebar-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.filter-scroll-area {
    overflow-y: auto;
    max-height: calc(80vh - 90px);
    padding: 10px 5px 40px 0 !important;
}

input[type="checkbox"] {
    border-radius: 3px !important;
    border: 1px solid var(--color-gray-2) !important;
    width: 20px;
    min-width: 20px;
    height: 20px;
    overflow: hidden !important;
}

input[type="checkbox"]:checked:before {
    content: "";
    /* margin-top: 2px; */
    color: var(--color-white) !important;
    font-weight: bolder !important;
    margin: 0 !important;
    font-size: 12px !important;
    background: var(--color-primary) !important;
}
input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
    float: unset !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    vertical-align: unset !important;
    align-items: center !important;
    width: 16px !important;
    height: 16px !important;
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
}

.filter-title-main {
    display: flex;
    align-items: start;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid var(--border-gray);
}
.filter-title {
    line-height: 1.8rem !important;
    text-align: left;
    font-size: 1.8rem !important;
    font-family: "TitilliumWeb-Bold" !important;
    color: var(--color-primary) !important;
    margin-bottom: 0 !important;
}

.title-border {
    width: 5px;
    height: 20px;
    background: var(--theme-red);
    display: inline-block;
    margin-right: 10px;
}

/* Filter group styling */
.filter-group {
    margin-bottom: 20px;
}

.group-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.filter-checkbox {
    display: block;
    margin-bottom: 5px;
}

/* Buttons wrapper fixed at the bottom of sidebar */
.filter-buttons-wrapper {
    padding: 15px 20px;
    background: var(--color-white);
    border-radius: 0 0 30px 30px !important;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.05);
    width: 100%;
    position: absolute !important;
    right: 0;
    bottom: 0;
    left: 0;
}

.filter-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.filter-buttons button {
    padding: 0px 18px;
    border: none;
    background: var(--color-primary);
    color: var(--color-white);
    cursor: pointer;
    border-radius: 7px;
    font-size: 1.4rem;
}

.filter-buttons button.btn-clear {
    background: var(--color-white);
    border: 1px solid var(--color-primary);
    border-radius: 7px;
    color: var(--color-primary);
}

.filter-buttons button:hover {
    opacity: 0.9;
}

.filter-error {
    color: var(--color-red);
    margin-bottom: 8px;
}

.right-content {
    flex: 1;
}

.subcategory-list-main-section ul {
    margin: 0 !important;
    list-style-type: none !important;
    display: flex;
    flex-wrap: wrap !important;
    gap: 15px;
}

.subcategory-list-main-section ul li a:focus {
    outline: none !important;
}
.subcategory-list-main-section ul li {
    background: var(--color-white);
    border: 1px solid var(--color-primary);
    padding: 12px 20px;
    border-radius: 12px;
    color: var(--color-primary) !important;
}

.subcategory-product-container,
#blog-entries {
    display: grid !important;
    /* grid-template-columns: repeat(auto-fit, minmax(max(25%, 250px), 1fr)) !important; */
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap !important;
    gap: 20px;
}

.subcategory-product-container .new-product-card,
.blog-entries .blog-entry.grid-entry {
    width: 100% !important;
}

.blog-entry.grid-entry,
.blog-entry-inner {
    width: 100% !important;
}

.product-code i {
    margin-right: 10px;
}

.right-side-content-section {
    padding: 30px 20px;
}

.product-box img {
    max-width: 100%;
    height: auto;
}

.specification-category {
    display: none;
}

/* Default - Desktop */
.search-dropdown .search-toggle {
    display: none;
}

.custom-search-form {
    display: flex;
    align-items: center;
}
/* Product page CSS :: END */

/* Banner slider Section CSS :: START */

.banner-slider {
    height: 650px !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: space-between;
    border-radius: 0 0 80px 80px;
    overflow: hidden;
    border: 1px solid var(--color-gray-3);
}
.banner-background
{
    position: relative;
    overflow: hidden;
    height: inherit !important;
    width: 100% !important;
}
.banner-background img
{
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
}
.banner-slider::after {
    content: "";
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(140deg, #fff, #ffffffb0, rgba(5, 26, 62, 0.6) 100%) !important;
    top: 0;
    border-radius: 0 0 80px 80px;
}
.banner-content {
    display: flex;
    align-items: center;
    z-index: 9999999999;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
}

.banner-slider .pvr-paragraph {
    margin-top: 20px !important;
}

.custom-slider .slick-track {
    width: 100% !important;
}

.inner-content-text {
    width: 70%;
}

.banner-content .grid {
    display: grid !important;
    grid-template-columns: 2fr 2fr !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.banner-content img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

/* slick button CSS :: START */
.slick-prev,
.slick-next {
    width: 55px !important;
    height: 55px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2 !important;
    transition: all 0.3s ease !important;
    bottom: 10% !important;
    top: unset !important;
}

.slick-prev:hover,
.slick-next:hover {
    background: none !important;
}

.slick-prev:hover::before,
.slick-next:hover::before {
    color: var(--color-primary) !important;
}

.slick-prev:before {
    content: "\f053" !important;
}
.slick-next:before {
    content: "\f054" !important;
}
.slick-prev:before,
.slick-next:before {
    font-family: "FontAwesome" !important;
    font-size: 3rem !important;
    font-weight: 900 !important;
    color: var(--theme-red) !important;
    opacity: 1 !important;
}

/* Position arrows */
.banner-slider-main .slick-arrow {
    transform: translate(0, 0) !important;
}
.banner-slider-main .slick-prev {
    left: 70px !important;
}

.banner-slider-main .slick-next {
    left: 140px !important;
}
/* slick button CSS :: END */

/* Banner slider Section CSS :: END */

/* Breadcrumb Section CSS :: START */

.background-image-page-header-overlay {
    background: linear-gradient(to bottom right, #fff 0%, #fff 50%, rgba(255, 255, 255, 0) 100%) !important;
}

.background-image-page-header {
    padding: 100px 0 !important;
    border-radius: 0 0 80px 80px !important;
    border-bottom: 1px solid var(--border-blue) !important;
    overflow: hidden !important;
}

.background-image-page-header .page-header-title {
    font-size: clamp(2.8rem, 4vw, 4.5rem) !important;
    font-family: "IBMPlexSans-Bold" !important;
    color: var(--color-white) !important;
}

.background-image-page-header .site-breadcrumbs,
.background-image-page-header .page-header-inner {
    text-align: start !important;
}

.page-subheading {
    width: 40% !important;
    order: 2 !important;
    color: var(--color-gray-1) !important;
}

.trail-end span {
    color: var(--theme-red) !important;
    font-family: "TitilliumWeb-Regular" !important;
    font-weight: 600 !important;
    font-size: 1.5rem !important;
}

/* Target the container that holds both elements */
.background-image-page-header .clr {
    display: flex;
    flex-direction: column;
}

/* Breadcrumb first */
.background-image-page-header nav[aria-label="Breadcrumbs"] {
    margin-top: 3px !important;
    order: 1;
}

.background-image-page-header nav[aria-label="Breadcrumbs"] .icon-home {
    color: var(--color-white) !important;
}

.background-image-page-header nav[aria-label="Breadcrumbs"] .breadcrumb-sep {
    font-size: clamp(1.4rem, 2vw, 1.8rem) !important;
    color: var(--color-white) !important;
}

.background-image-page-header nav[aria-label="Breadcrumbs"] a {
    font-size: clamp(1.4rem, 2vw, 1.8rem) !important;
}

.background-image-page-header nav[aria-label="Breadcrumbs"] a,
.background-image-page-header nav[aria-label="Breadcrumbs"] .breadcrumb-sep {
    font-size: clamp(1.4rem, 2vw, 1.5rem);
    font-weight: 800 !important;
    color: var(--color-white);
    font-family: "TitilliumWeb-SemiBold" !important;
}

/* Subtitle last */
.background-image-page-header .page-subheading {
    order: 2;
    margin-top: 3px !important;
    font-size: clamp(1.4rem, 2vw, 1.5rem) !important;
    font-weight: 500 !important;
    color: var(--color-white) !important;
    font-family: "TitilliumWeb-Regular" !important;
}

.trail-items a:focus {
    outline: none !important;
}
.trail-items a:hover {
    color: var(--color-gray-1) !important;
}

/* Breadcrumb Section CSS :: END */

/* About us Section CSS :: START */
.header-bedge p {
    color: var(--color-white) !important;
}

.pvr-theme-btn .elementor-button-text {
    font-weight: 900 !important;
    font-size: 1.5rem !important;
}

.pvr-theme-btn a {
    background: var(--color-white) !important;
    color: var(--color-primary) !important;
    border: 2px solid var(--color-primary) !important;
    border-radius: 50px !important;
    padding: 5px 5px 5px 15px !important;
}

.pvr-theme-btn a:hover {
    background: var(--theme-red) !important;
    border: 2px solid var(--theme-red) !important;
    color: var(--color-white) !important;
}

.pvr-theme-btn a:hover .elementor-button-icon {
    background: var(--color-white) !important;
    color: var(--theme-red) !important;
}

.pvr-theme-btn a:hover .elementor-button-icon {
    fill: var(--theme-red) !important;
}

.pvr-theme-btn .elementor-button-content-wrapper {
    gap: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.pvr-theme-btn .elementor-button-icon {
    font-size: 12px !important;
    border: none !important;
    cursor: pointer;
    color: var(--color-white) !important;
    background: var(--color-primary) !important;
    padding: 8px 8px !important;
    margin-left: 15px !important;
    width: 28px;
    height: 28px;
    border-radius: 25px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.about-img {
    position: relative;
}
.about-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    background: var(--color-light-gray);
    border-radius: 25px;
    top: -40px;
    right: 60px;
    z-index: -1;
    animation: floatBlock 3s ease-in-out infinite;
}

.about-img::before {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    background: url("./assets/images/about-one-shape-2.png");
    /* border-radius: 25px; */
    opacity: 0.2;
    bottom: 20px;
    left: 120px;
    z-index: -1;
    animation: floatBlock 3s ease-in-out infinite;
}

@keyframes floatBlock {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateX(-15px) scale(1.05);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.about-us-links p {
    font-size: 1.5rem;
    font-family: "TitilliumWeb-SemiBold" !important;
    color: var(--color-primary);
}
.about-us-links .list-number {
    padding: 3px 10px !important;
    margin-right: 10px;
    font-size: 1.5rem;
    font-family: "TitilliumWeb-SemiBold" !important;
    color: var(--color-primary);
    background: var(--color-light-gray) !important;
    border-radius: 50px;
    border: 1px solid var(--color-primary);
}

.about-us-main-section {
    position: relative;
    overflow: hidden;
}

.about-us-main-section::after {
    position: absolute;
    content: "";
    background: url(./assets/images/services-one-shape-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    width: 280px;
    height: 280px;
    bottom: 0;
    left: -100px;
    z-index: -1;
}
/* About us Section CSS :: END */

/* Product Section CSS :: START */
.product-container {
    gap: 20px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 20px !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

.new-product-card {
    background: var(--color-light-gray);
    border-radius: 30px;
    padding: 20px;
    border: 1px solid var(--border-gray) !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.6s ease !important;
    position: relative;
    overflow: auto;
    /* transition: 1s !important;  */
}

.product-card-img {
    width: 100% !important;
    height: 220px !important;
}
.product-card-img img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
}
.new-product-card .product-title {
    padding-bottom: 10px !important;
    line-height: 2.5rem !important;
}
.new-product-card .product-title,
.pvr-product-cards li,
.pvr-product-list-cards .card-title h4,
.pvr-product-list-sub-title li,
.feature-card .product-title,
.what-we-solve-card .product-title h4 {
    font-size: 1.6rem !important;
    margin: 0 !important;
    color: var(--color-primary) !important;
    font-family: "TitilliumWeb-Regular" !important;
}
.new-product-card p {
    color: var(--color-primary) !important;
    font-weight: 600 !important;
    font-family: "TitilliumWeb-Regular" !important;
    margin-bottom: 0 !important;
}
.product-icon-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.new-product-card i {
    font-size: 13px !important;
}

.new-product-card ul {
    list-style-type: none !important;
    margin: 0 !important;
}
.job-fa-icon,
.product-icon-btn {
    width: 40px;
    height: 40px;
    background: var(--color-white);
    border: 1px solid var(--color-primary);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.job-fa-icon:hover i,
.product-icon-btn:hover i {
    color: var(--color-white) !important;
}
.job-fa-icon:hover,
.product-icon-btn:hover {
    background: var(--color-primary) !important;
}

.new-product-card ul li {
    font-weight: 400 !important;
    color: var(--color-gray-1) !important;
}
.pvr-product-cards li,
.pvr-product-list-sub-title li {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
}
.product-list-card ul li::before {
    font-family: "FontAwesome";
    font-weight: 600;
    font-size: 1.2rem;
    content: "\f068";
    margin-right: 8px;
    color: var(--color-gray-1);
}

.product-list-card {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    border-radius: 30px;
    opacity: 0;
    background: var(--color-white);
    transition: all 0.6s ease !important;
}
.new-product-card:hover .product-list-card {
    opacity: 1 !important;
}
.pvr-product-cards {
    position: relative !important;
    overflow-x: hidden !important;
}
.new-product-card .product-list-card-inner {
    overflow-y: auto !important;
}
.pvr-product-list-cards {
    opacity: 0 !important;
    position: absolute !important;
    transition: 0.5s !important;
    height: 100% !important;
}
.pvr-product-cards:hover .pvr-product-list-cards {
    opacity: 1 !important;
}
.job-fa-icon i,
.product-icon-btn i {
    font-size: 20px !important;
    color: var(--color-primary) !important;
}
.job-fa-icon,
.product-icon-btn {
    padding: 8px !important;
}
* {
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) var(--border-gray);
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 15px;
}

*::-webkit-scrollbar-track {
    background: var(--border-gray);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--border-gray);
    border-radius: 10px;
    border: 1px solid var(--color-white);
}

/* Product Section CSS :: END */

/* Blog Section CSS :: START */
.guide-card {
    border: 1px solid var(--border-blue);
    border-radius: 30px !important;
    padding: 20px;
    height: 100% !important;
    display: grid;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
}
.guide-card img,.blog-entry-inner img {
    transition: transform 0.3s ease;
}
.job-position-section .guide-card-body
{
/* background: red; */
  min-height: 180px;
  max-height: 150px;
}
.blog-title-content-manual
{
/* background: red; */
  min-height: 160px;
  max-height: 200px;
  margin-bottom: 30px !important;
}
.job-card-footer
{
  height: fit-content;
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.guide-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--border-gray);
}
.guide-card:hover img,.blog-entry-inner:hover img{
    transform: scale(1.1);
}
.guide-card:hover .guide-card-image {
    border: 1px solid var(--border-gray);
    box-shadow: none !important;
}
.left-content-blogs {
    width: 40%;
}
.right-content-blogs {
    width: 60%;
}
.next-guide-card {
    border: 1px solid var(--border-blue);
    border-radius: 30px !important;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
}
.guide-card h3 {
    margin-top: 20px !important;
}
.guide-card-image {
    border-radius: 20px;
    overflow: hidden;
}
.guide-card-footer {
    text-align: end !important;
    border-top: 1px solid var(--border-gray) !important;
    padding: 20px 0 0 0;
}
.blog-section-code {
    display: flex;
    align-items: start !important;
    gap: 20px;
}

.next-guide-card .guide-card-image,
.custom-blog-card .guide-card-image {
    width: 40%;
    height: 150px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.left-content-blogs .guide-card-image {
    height: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.left-content-blogs .guide-card-image img,
.next-guide-card .guide-card-image img,
.custom-blog-card .guide-card-image img {
    width: 100%;
    display: block;
    aspect-ratio: auto !important;
    height: auto;
    object-fit: contain !important;
}
.right-content-blog {
    width: 60%;
}
/* Blog Section CSS :: END */

/* Blog Page CSS :: START */
.blog-entry.grid-entry .blog-entry-inner {
    background: var(--color-white) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: 100% !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    padding: 20px !important;
}
.blog-entry-inner a
{
    overflow: hidden !important;
}
.blog-entry.grid-entry .thumbnail {
    margin: 0 !important;
}
.blog-entry-inner a {
    border-radius: 20px !important;
}
.blog-entry-inner a:focus {
    outline: none !important;
}
.blog-entry-inner img {
    height: 100% !important;
    width: 100% !important;
    border-radius: 20px !important;
    object-fit: cover !important;
    aspect-ratio: 2560/1440;
}
.blog-entry.post .blog-entry-header .entry-title {
    line-height: 1vw !important;
}
.blog-entry.post .blog-entry-header .entry-title a {
    font-size: 1.7rem !important;
    font-family: "IBMPlexSans-Medium" !important;
    font-weight: 900 !important;
    color: var(--color-primary) !important;
}
.blog-entry.post ul.meta li {
    font-size: 1.4rem !important;
    font-family: "IBMPlexSans-Medium" !important;
    font-weight: 900 !important;
    color: var(--color-gray-2) !important;
}
.blog-entry.post ul.meta {
    padding: 20px 0 0 0 !important;
    border-top: 1px solid var(--border-gray) !important;
    justify-content: flex-end !important;
}
.blog-entry.post .thumbnail .overlay {
    border-radius: 20px !important;
}
.blog-entry-header {
    margin: 20px 0 !important;
}
.icon-clock {
    display: none !important;
}
.blog-entry-summary p {
    color: var(--color-gray-1) !important;
}
.blog-entry-summary {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-numbers.current,
.current-page {
    color: var(--color-white) !important;
    background: var(--color-primary) !important;
    font-weight: 600 !important;
}
.page-numbers i {
    color: var(--theme-red) !important;
    font-size: 2rem !important;
}
.page-numbers {
    color: var(--color-primary) !important;
    border-radius: 10px !important;
    font-size: 1.8rem !important;
    padding: 5px !important;
    font-family: "IBMPlexSans-Medium" !important;
}
/* Blog Page CSS :: END */

/* Blog Inner page CSS :: START */
.single-post.content-max-width .entry-header {
    text-align: start !important;
}
.single-post.content-max-width .entry-header {
    width: 90% !important;
    max-width: 90% !important;
    padding: 0 !important;
}
.single-post.content-max-width .entry-content p {
    margin: 1em auto !important;
}
.single-post.content-max-width .thumbnail,
.single-post.content-max-width .entry-content p,
.single-post.content-max-width .entry-content h3 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}
.single h2.entry-title {
    margin: 40px 0 0 0 !important;
}
.blog-article-title {
    border: 1px solid var(--theme-red) !important;
    padding: 8px 25px;
    border-radius: 30px;
    color: var(--theme-red) !important;
}
.single .entry-content h3 {
    font-size: 2rem !important;
    color: var(--color-primary) !important;
    font-family: "IBMPlexSans-Medium" !important;
    margin: 1em auto !important;
}
.blog-media-wrapper {
    width: 100%;
    height: 100%;
    background: linear-gradient(to Top, #e5f6fd 0%, #fff 100%);
    padding-bottom: 30px;
}
.single-post.content-max-width .thumbnail,
.single .thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-post.content-max-width .thumbnail img {
    border-radius: 40px !important;
    width: 60% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.single .entry-title {
    border: none !important;
    margin: 0 !important;
    font-size: 3rem !important;
    color: var(--color-primary) !important;
    font-family: "IBMPlexSans-Medium" !important;
}
.blog-share-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.icon-section i {
    font-size: 20px;
}
.icon-section {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.single .thumbnail {
    width: 60% !important;
}
.full-width-careers .content-area,
.full-width-events .content-area {
    border: none !important;
}
.custom-blog-main-row {
    margin-top: 50px !important;
}
.custom-blog-row {
    gap: 20px;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 20px !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}
.custom-job-row .job-card-footer {
    right: 0 !important;
}
.custom-job-row {
    gap: 20px;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 20px !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}
.blog-title-main {
    border: none !important;
}
.custom-blog-card .guide-card-image {
    width: 100% !important;
}

.blog-list
{
    margin: 0 !important;
}

.single-post.content-max-width .entry-content ol li,.single-post.content-max-width .entry-content ul li,.career-content-list li,#copyright,.list-content li,.product-details-list li
{
    font-family: "TitilliumWeb-Regular" !important;
    font-size: clamp(1.4rem, 2vw, 1.5rem) !important;
    font-weight: 400 !important;
}
.single-post.content-max-width .entry-content ol
{
    max-width: 100% !important;
}
/* Blog Inner page CSS :: END */

/* Event Inner page CSS :: START */

.single-events .blog-media-wrapper img {
    width: 100%;
    height: 100%;
}
.single-events .blog-media-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}
.single .thumbnail img {
    border-radius: 40px !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.event-gallery-slider .event-slide {
    padding: 10px !important;
    width: 100% !important;
}
.event-gallery-slider .event-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 15px;
}
.event-gallery-slider .event-card {
    border-bottom: 2px solid var(--theme-red) !important;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1) !important;
    background: var(--color-white) !important;
    padding: 10px !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 20px;
    margin: 0 auto;
}

.event-gallery-slider .event-title {
    text-align: center;
    margin: 20px 0;
}
.event-gallery-slider .event-title h4 {
    color: var(--color-primary) !important;
}

/* Event Inner page CSS :: END */

/* App Download CSS :: START */
.pvr-app-download-section {
    position: relative !important;
}
.pvr-app-img {
    position: absolute !important;
    right: 0 !important;
}
.pvr-app-mobile-screen {
    height: 650px !important;
}
.pvr-app-img img {
    width: 100% !important;
    height: 100% !important;
    animation: bounce 1.5s infinite !important;
}
/* .three-gradient-bg
{
    border: 1px solid var(--border-gray);
    background: linear-gradient(
    90deg,
    rgba(14, 74, 178, 0.15) 0%,   
    rgba(167, 0, 0, 0.15) 50%,    
    rgba(35, 182, 238, 0.15) 100% );
} */
@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
/* App Download CSS :: END */

/* Products CSS :: START */

.news-event-section .slick-track {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
}
.news-event-section .slick-slide {
    margin-right: 10px !important;
}

.news-event-section .card {
    background-color: var(--color-white);
    border-radius: 10px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden;
    padding: 15px !important;
    border-bottom: 2px solid var(--theme-red) !important;
    width: 100% !important;
    height: auto !important;
}

.news-event-section .card img {
    justify-content: center;
    display: flex;
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
    border-radius: 10px !important;
}

.news-event-section .card-content {
    padding: 15px;
}

.news-event-section .card-content h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.news-event-section .card-content p {
    font-size: 14px;
    color: #666;
}

/* Products CSS :: END */

/* newsletter CSS :: START */
.cta-section-main .call-contact-icon .elementor-icon,
.contact-us-page-form .call-contact-icon .elementor-icon,
.why-choose-us-section-list .call-contact-icon .elementor-icon {
    background: var(--theme-red) !important;
}
.pvr-contact-us-btn {
    background: var(--color-white) !important;
    color: var(--color-primary) !important;
    border: 2px solid var(--color-primary) !important;
    border-radius: 50px !important;
    width: auto !important;
    text-transform: capitalize !important;
    font-size: 1.4rem !important;
    padding: 12px 25px !important;
}
.pvr-contact-us-btn:hover {
    background: var(--theme-red) !important;
    border: 2px solid var(--theme-red) !important;
    color: var(--color-white) !important;
}
.pvr-contact-us-form-input input,
.pvr-contact-us-form-input textarea {
    padding: 10px !important;
    border: 1px solid var(--border-gray) !important;
    border-radius: 10px !important;
    color: var(--color-primary) !important;
    font-size: 1.5rem !important;
}
.pvr-contact-us-form-input input:focus,
.pvr-contact-us-form-input textarea:focus {
    outline: 1px solid var(--color-gray-2) !important;
    background: var(--color-white) !important;
    font-weight: 600 !important;
}
.pvr-contact-us-form-input textarea {
    min-height: 100px !important;
}
/* newsletter CSS :: END */

/* Resources CSS :: START */

.pvr-resources-main-section {
    margin-top: 80px !important;
}

/* Container for category links */
.resource-categories {
    display: flex;
    flex-direction: column;
    padding: 0 20px 20px 0;
    gap: 12px;
    max-width: 300px;
    border-right: 1px solid var(--border-gray);
}

.resources-title-section {
    display: flex;
    justify-content: space-between;
}

.resources-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    margin-top: 20px;
}

.resources-card-footer a {
    color: var(--color-primary) !important;
    font-weight: 600 !important;
    font-size: 1.8rem !important;
    font-family: "TitilliumWeb-Regular" !important;
}

.resource-pvr-card-title {
    color: var(--color-primary) !important;
    font-family: "TitilliumWeb-Regular" !important;
    font-weight: 600 !important;
    font-size: 1.8rem !important;
}

.resources-download-icon {
    background: var(--theme-red);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resources-download-icon i {
    color: var(--color-white) !important;
    font-size: 15px;
}

.resources-card-footer h3 {
    margin-bottom: 0 !important;
    text-align: start !important;
}

.resources-title-section .custom-search-form {
    border: 1px solid var(--color-gray-3) !important;
}

.pvr-resources-title {
    margin-bottom: 0px !important;
}

/* Category button style */
.resource-categories a {
    display: block;
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid var(--border-gray);
    background-color: var(--color-light-gray);
    color: var(--color-primary);
    font-weight: 600 !important;
    font-family: "TitilliumWeb-Regular" !important;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

/* Hover effect */
.resource-categories a:hover {
    background-color: var(--color-light-gray);
}

/* Active category */
.resource-categories a.active:hover {
    color: var(--color-white) !important;
}
.resource-categories a.active {
    border: 1px solid var(--theme-red);
    background-color: var(--theme-red);
    color: var(--color-white);
}

/* Search box style */
.resources-main-section .resource-list form,
.resources-main-section form[method="GET"] {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

.resources-main-section form[method="GET"] input[type="text"] {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 20px;
    flex: 1;
}

.resources-main-section form[method="GET"] button {
    background-color: #d62828;
    color: #fff;
    padding: 8px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
}

.resources-main-section form[method="GET"] button:hover {
    background-color: #b81f1f;
}

/* Resource items grid */
.resources-main-section .resource-list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid var(--border-gray);
    padding-top: 40px;
}

.resources-main-section .resource-item {
    background: var(--color-white);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.resources-img-section {
    border: 1px solid var(--border-gray);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.resources-img-section img {
    width: 100%;
    height: 200px !important;
    object-fit: contain;
}

.resources-main-section .resource-image {
    margin-bottom: 10px;
}

.resources-main-section .resource-thumb {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.resources-main-section .video-card {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 20px !important;
}

.resources-main-section .video-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    margin: 0 !important;
}
.resources-main-section .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    font-size: 18px;
    background-color: var(--color-white);
    border-radius: 50px;
    color: var(--theme-red);
    border: none;
    cursor: pointer;
}

.resources-main-section .resources-pagination{
    display: flex;
    justify-content: end;
    margin: 10px 0;
}
.resources-main-section .page-numbers{
    width: 50px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px !important;
    border: 1px solid var(--border-gray);
}
.resources-main-section .page-numbers:focus
{
    border: var(--color-primary) !important;
}
.resources-main-section .page-numbers.current{
    width: 50px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px !important;
}

.resources-view-more p
{
    margin: 0;
    color: var(--color-primary) !important;
} 
.resources-view-more .view-more-btn
{
    display: flex;
    align-items: center;
}
.resources-view-more:hover .arrow-icon-btn
{
    background: var(--color-white) !important;
}
.resources-view-more:hover .arrow-icon-btn i
{
    color: var(--theme-red) !important;
}
.resources-view-more:hover p
{
    color: var(--color-white) !important;
}
.resources-view-more 
{
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: 40px;
    width: fit-content;
    margin: 20px 0;
}

/* Modal Styling */

/* product slider img modal  */
#sliderSyncingNav {
    position: relative;
    margin-bottom: 15px;
}
#imageModal.custom-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#imageModal.custom-modal.modal-active {
    display: flex;
}
#imageModal .modal-content {
    position: relative;
    display: block !important;
    height: calc(100% - 40%);
    width: 60% !important;
}
#imageModal #modalImage {
    width: 100%;
    height: auto;
    max-height: 90vh;
    border-radius: 6px;
    display: block;
}
.imageModal-img
{
    width: 70%;
    height: 100%;
    margin: 0 auto !important;
    display: flex;
    align-items: center;
    justify-content: center !important;
}
/* product slider img modal  */

.resources-main-section .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99 !important;
}
.resources-main-section .modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 30px;
    position: relative;
    height: calc(100% - 20%) !important;
    width: 80% !important;
}
.close {
    font-size: 30px !important;
    color: var(--color-primary);
    justify-content: center;
    align-items: center;
    display: flex;
    width: 50px;
    height: 50px;
    float: inline-end;
    cursor: pointer;
}

.modal-header .filter-title-main {
    border: none !important;
}
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    top: 0;
    z-index: 9;
}
.resources-main-section .modal-content iframe {
    border-radius: 30px;
}
.resources-main-section .modal-deactive {
    display: none;
}
.modal-d-none {
    display: none;
}

.resources-main-section .modal-active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.resources-custom-search-form {
    border: 1px solid var(--border-gray) !important;
    border-radius: 50px !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center !important;
    background: var(--color-white) !important;
}

.grid-section {
    display: grid !important;
    grid-template-columns: 20% 80% !important;
    gap: 20px !important;
}

.inner-grid-section {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px !important;
}

/* Left Column */
.left-col {
    padding: 0 20px 20px 0;
}

/* Right Column (3 inner cols) */
.right-col {
    display: grid !important;
    grid-template-columns: repeat(1fr, 1fr) !important;
    gap: 15px;
}

.inner-box {
    text-align: center;
}

/* ==== Responsive ==== */
@media (max-width: 1180px) {
    .grid-section {
        display: grid !important;
        grid-template-columns: 30% 70% !important;
        gap: 20px !important;
    }

    .right-col {
        display: block !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .inner-grid-section {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .resource-categories {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .resource-categories {
        max-width: 100%;
        width: 100%;
        border: none;
    }
    .event-cards {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 992px) {
    .resource-categories {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .grid-section {
        display: grid !important;
        grid-template-columns: 100% !important;
        gap: 20px !important;
    }
    .inner-grid-section {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .event-cards {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 700px) {
    .right-col,
    .inner-grid-section {
        grid-template-columns: 1fr !important;
    }
}

/* Resources CSS :: END */

.manuals-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.manual-card {
    background: white;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.manual-card img {
    max-width: 100%;
    border-radius: 10px;
}

.manual-title {
    font-weight: bold;
    margin-top: 10px;
}

.manual-download {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.download-icon {
    background: var(--color-red);
    color: white;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
}

/* contact us Page CSS :: START */

.pvr-contactus-form .form-cols {
    display: flex;
    gap: 15px;
}

.pvr-contactus-form .form-cols.full-width-col {
    flex-direction: column;
}

.pvr-contactus-form .form-cols .col {
    flex: 1;
}

.pvr-contactus-form .form-cols input[type="text"],
.pvr-contactus-form .form-cols input[type="email"],
.pvr-contactus-form .form-cols input[type="tel"],
.pvr-contactus-form select,
.pvr-contactus-form .form-cols textarea {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    outline: none;
    background-color: #fff;
    box-sizing: border-box;
    font-family: inherit;
}

.pvr-contactus-form select {
    height: 50px !important;
}

.pvr-contactus-form .form-cols textarea {
    min-height: 120px;
    resize: vertical;
}

/* Placeholder color */
.pvr-contactus-form .form-cols input::placeholder,
.pvr-contactus-form .form-cols textarea::placeholder {
    color: var(--color-gray-2);
}

/* Required field asterisk */
.pvr-contactus-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 14px;
    color: var(--color-red);
}

/* ==== RESPONSIVE ==== */
@media (max-width: 768px) {
    .form-cols {
        flex-direction: column;
    }
}

/* contact us Page CSS :: END */

/* About us Page CSS :: START */
.pvr-about-us-main-section-img {
    position: relative !important;
}
.pvr-about-us-main-section-img::after {
    position: absolute !important;
    content: "";
    width: 180px;
    height: 180px;
    background: var(--color-light-gray) !important;
    border-radius: 20px !important;
    bottom: 0;
    right: 0;
    z-index: -1;
    animation: floatBlock 3s ease-in-out infinite;
}
.career-section-img::after {
    position: absolute !important;
    content: "";
    width: 150px;
    height: 150px;
    background: var(--color-light-gray) !important;
    border-radius: 20px !important;
    top: -20px;
    left: 0;
    z-index: -1;
    animation: floatBlock 3s ease-in-out infinite;
}

/* Expert Section CSS :: START */
.pvr-card-expert h4,
.aboutus-mission-cards h4,
.accordion-collapse h4,
.career-content h4,
.aboutus-mission-inner-cards h3 {
    font-size: 1.8rem !important;
    color: var(--color-primary) !important;
    font-family: "IBMPlexSans-Regular" !important;
}
.pvr-card-expert p,
.aboutus-mission-cards p {
    font-size: 1.5rem !important;
    color: var(--color-gray-2) !important;
    font-family: "TitilliumWeb-Regular" !important;
    margin-top: 20px !important;
}

.expert-card-main img {
    animation: bob 1.8s ease-in-out infinite;
}
@keyframes bob {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}

.why-choose-us-section-main .pvr-card-expert .elementor-image-box-img {
    width: unset !important;
}
/* Expert Section CSS :: END */

/* Counter Section CSS :: START */
.counter-section .elementor-counter-number {
    font-size: 3.8rem !important;
    font-family: "IBMPlexSans-Regular" !important;
}
.counter-section h4 {
    font-size: 1.4rem !important;
    font-family: "TitilliumWeb-Regular" !important;
}
.counter-section .elementor-icon-wrapper {
    display: flex !important;
}
.counter-numbers .elementor-counter-number-suffix
{
    font-family: unset !important;
    font-size: 40px !important;
}
/* Counter Section CSS :: END */

/* Why choose us CSS :: START */
.pvr-card-expert-first:hover,
.aboutus-mission-cards:hover {
    border: 1px solid var(--color-primary) !important;
}
.why-choose-us-section-main .pvr-card-expert img {
    padding: 5px !important;
    object-fit: contain !important;
}
.why-choose-us-section-main .pvr-card-expert:hover img,
.aboutus-mission-inner-cards:hover img,.what-we-solve-card:hover img {
    animation: shake 0.5s;
}
@keyframes shake {
    0% {
        transform: translate(0, 0);
    }
    20% {
        transform: translate(-3px, 0);
    }
    40% {
        transform: translate(3px, 0);
    }
    60% {
        transform: translate(-3px, 0);
    }
    80% {
        transform: translate(3px, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

.why-we-cards img {
    width: 60px !important;
    background: var(--color-white) !important;
    border-radius: 50px !important;
}
.why-choose-us-section-main .pvr-card-expert h4,
.why-choose-us-section-main .pvr-card-expert p {
    color: var(--color-white) !important;
}
.why-choose-us-section-list .call-contact-icon .elementor-icon {
    padding: 15px !important;
    width: 50px !important;
    height: 50px !important;
    font-size: 20px !important;
}
.cta-section-main .call-contact-icon .elementor-icon {
    padding: 5px !important;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-choose-us-section-list .call-contact-icon .elementor-icon svg {
    animation: pop 1s infinite;
}
@keyframes pop {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
.why-choose-us-section-list h4 a {
    color: var(--color-gray-1) !important;
    font-size: 1.6rem !important;
}

/* Why choose us CSS :: END */

/* Mission And Vision CSS :: START */
.aboutus-mission-cards {
    border: 1px solid var(--border-gray) !important;
    border-radius: 20px !important;
}

.aboutus-mission-cards p {
    line-height: 2rem !important;
    margin-top: 15px !important;
}

.aboutus-mission-cards .elementor-image-box-img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 100% !important;
    background: var(--color-light-gray) !important;
    padding: 10px !important;
}

.design-and-development-card h4 {
    font-size: 1.8rem !important;
    font-family: "IBMPlexSans-Regular" !important;
}
/* Mission And Vision CSS :: END */

/* Quality CSS :: START */
.accordion-collapse h4 {
    line-height: 2.1rem !important;
}
.accordion-collapse .elementor-element {
    border-radius: 0 0 15px 15px !important;
}
.accordion-collapse .e-n-accordion-item-title {
    border-radius: 15px !important;
}
.accordion-collapse summary[aria-expanded="true"] {
    border-radius: 15px 15px 0 0 !important;
}
/* Quality CSS :: END */

/* Certificate CSS :: START */
.certificate-slick-slider .slick-arrow
{
    top: 65% !important;
}
.certificate-slick-slider .slick-prev,
.event-slick-slider .slick-prev {
    left: 110% !important;
    z-index: 1 !important;
}
.certificate-slick-slider .slick-next,
.event-slick-slider .slick-next {
    z-index: 1 !important;
    left: 115% !important;
}

/* Base dots styling */
.slick-dots {
    position: static;
    display: flex !important;
    justify-content: center;
    gap: 10px !important;
    bottom: -60px !important;
    margin: 16px !important;
}
.slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
}
.slick-dots li button:before {
    content: "" !important;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 999px;
    background: var(--color-gray-2);
    opacity: 1 !important;
}

/* Hover / focus */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    background: var(--theme-red);
}
.slick-dots li button:focus-visible {
    outline: 2px solid var(--theme-red);
    outline-offset: 3px;
    border-radius: 25px;
}

/* Active */
.slick-dots li.slick-active button:before {
    background: var(--color-primary);
}

/* Optional ring style (empty circle) */
.dots--ring .slick-dots li button:before {
    background: transparent;
    box-shadow: inset 0 0 0 2px var(--color-light-gray);
}
.dots--ring .slick-dots li button:hover:before,
.dots--ring .slick-dots li button:focus:before {
    box-shadow: inset 0 0 0 2px var(--theme-red);
}
.dots--ring .slick-dots li.slick-active button:before {
    box-shadow: inset 0 0 0 6px var(--color-primary);
}
/* Certificate CSS :: END */

/* About us Page CSS :: END */

/* Event Page CSS :: START */

.event-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
    gap: 20px;
}
.event-cards .card {
    height: auto !important;
}
.event-cards img {
    width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    object-fit: cover !important;
    border: 1px solid var(--border-gray);
}

.event-slick-slider .slick-slide {
    margin-right: 10px !important;
}
.event-slick-slider ul li::before {
    font-family: "FontAwesome";
    font-weight: 600;
    font-size: 1.2rem;
    content: "";
    margin-right: 8px;
    color: var(--color-light-gray) !important;
    background: var(--color-light-gray) !important;
}
.event-slick-slider .slick-dots li.slick-active button:before {
    color: var(--color-primary) !important;
    background: var(--color-primary) !important;
}

.event-slick-slider .slick-dots li button:before {
    opacity: 1 !important;
    background: var(--color-gray-3) !important;
}
/* Event Page CSS :: END */

/* Product Details CSS :: START */
.product-detail {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    flex-wrap: wrap !important;
    gap: 20px;
}
.image-viewer {
    border: 1px solid var(--color-light-gray);
    border-radius: 30px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1) !important;
    width: 95% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
}
.image-viewer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.image-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
/* .image-dots
{
  width: 95% !important;
} */
.img-dot .slick-track {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

.image-dots .slick-track {
    justify-content: start;
    align-items: center;
    display: flex !important;
    width: 100% !important;
}
.img-dot {
    border: 1px solid var(--border-gray);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px !important;
    height: 100px !important;
}

.img-dot {
    border: 1px solid var(--border-gray);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px !important;
    height: 100px !important;
}

.image-viewer img,
.img-dot img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}

.product-main-code p {
    margin: 0 !important;
    color: var(--color-white);
    font-weight: 600 !important;
}
.product-main-code {
    background: var(--color-primary) !important;
    width: fit-content !important;
    border-radius: 50px;
    padding: 5px 20px;
    margin: 10px 0;
}

.product-details-section .list-title,.blog-sub-title {
    color: var(--theme-red) !important;
    font-family: "TitilliumWeb-Bold" !important;
}
.blog-sub-title
{
    font-size: 20px !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.product-details-table-section {
    background: var(--color-light-gray) !important;
    padding: 10px 20px;
    margin-top: 30px;
    border-radius: 30px;
}

.table-section {
    max-height: 600px;
    overflow-y: auto;
}

.product-details-list {
    margin-top: 15px 0 15px 15px !important;
}

.product-detail-btn i {
    margin-right: 6px;
}
.product-detail-btn a {
    color: var(--color-primary);
    font-weight: 600 !important;
    font-size: 1.4rem !important;
    font-family: "TitilliumWeb-Bold" !important;
}
.product-detail-btn {
    border: 1px solid var(--color-primary);
    width: fit-content;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 8px;
    color: var(--color-primary);
    cursor: pointer;
    font-weight: 600 !important;
    font-size: 1.4rem !important;
    font-family: "TitilliumWeb-Bold" !important;
}

.btn-section {
    gap: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.btn-section {
    margin-top: 20px;
}

.spec-table {
    width: 100%;
    max-width: 800px;
    margin: auto;
    border-collapse: collapse;
    border-radius: 30px;
}

.spec-table tr {
    border-bottom: 1px solid var(--border-gray);
}

.spec-table td {
    padding: 12px 16px;
    font-size: 15px;
}

.spec-table tr:first-child {
    border-bottom: 0 !important;
}
.spec-table td:first-child {
    font-weight: 600;
    width: 40%;
}

/* Responsive design */
@media (max-width: 600px) {
    .spec-table,
    .spec-table tr,
    .spec-table td {
        width: 100%;
    }

    .spec-table td {
        padding: 10px;
    }

    .spec-table tr {
        margin-bottom: 10px;
        border-bottom: 2px solid var(--border-gray);
    }
}

/* Product Details CSS :: END */

.sidebar-toggle {
    display: none;
    position: absolute;
    top: 12px;
    margin-bottom: 20px !important;
    left: -51px;
    z-index: auto;
    background: var(--color-primary);
    color: var(--color-white);
    border: 0;
    padding: 10px 14px;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
}

/* Overlay for drawer */
.sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: block;
}
.sidebar-overlay[hidden] {
    display: none;
}

/* product slider */
.slick-loading .slick-list {
    background: #fff none !important;
}

/* product slider */

.product-details-list ul {
    margin: 0 !important;
}

.product-details-slider {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.product-details-slider img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

#sliderSyncingNav .product-slide-img {
    height: 400px;
}
#sliderSyncingNav .product-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}

/* Thumbnails */
#sliderSyncingThumb .thumbnail {
    padding: 5px;
}
#sliderSyncingThumb .thumbnail img {
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.thumb-slider {
    width: 95% !important;
    padding: 20px 0 !important;
}

/* Custom arrows */
.product-details-slider .slick-prev,
.product-details-slider .slick-next {
    background: transparent;
    border: none;
    font-size: 24px;
    color: var(--theme-red);
    cursor: pointer;
    position: absolute;
    top: 45%;
    transform: translateY(-62%);
    z-index: 10;
}

.product-details-slider .slick-prev {
    left: 0px;
    justify-content: start !important;
}
.product-details-slider .slick-next {
    right: 0px;
    justify-content: end !important;
}
.product-details-slider .slick-prev:hover,
.product-details-slider .slick-next:hover {
    color: var(--color-primary) !important;
}

.modal {
    display: flex;
    position: fixed;
    z-index: 999999 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #fff;
    padding: 20px;
    position: relative;
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    max-height: 80% !important;
    width: 80% !important;
    height: calc(100% - 20%);
    max-width: 80% !important;
    border-radius: 40px;
    overflow: auto;
}

.modal-inner img {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.modal-inner {
    width: 100% !important;
    height: 100% !important;
}

.sketchfab-embed-wrapper img {
    object-fit: contain !important;
}

.sketchfab-embed-wrapper,
.sketchfab-embed-wrapper iframe {
    border-radius: 30px;
    width: 100% !important;
    height: 90% !important;
}

.modal-d-none {
    display: none;
}

.modal-content .img-modal {
    height: calc(100% - 20%) !important;
}
.modal-content img {
    max-width: 100%;
    height: 100% !important;
    object-fit: contain !important;
    margin: 0 auto !important;
}

.close {
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    z-index: 2;
}
.full-width-careers .content-area,
.full-width-events .content-area {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.slide-content {
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.slide-content.active {
    opacity: 1;
    transform: translateY(0);
}

/* All slides default state */
.event-gallery-slider {
    margin: 100px 0 0 0 !important;
}
.event-gallery-slider .slick-current {
    z-index: 22 !important;
    position: inherit !important;
}
.event-gallery-slider .slick-arrow {
    top: 50% !important;
}
.event-gallery-slider .slick-slide {
    transform: scale(0.9);
    transition: all 0.6s ease;
}

/* Active center slide animation */
.event-gallery-slider .slick-center {
    transform: scale(1.1);
}

.full-width-events .blog-media-wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-color: #f5f5f5;
    padding: 40px 0;
    box-sizing: border-box;
}

.full-width-events .blog-media-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

/* search page CSS :: START */

.search-products-layout {
    display: block !important;
}
.product-main-title-section .search-text-result {
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    color: var(--color-primary) !important;
}
.product-main-title-section .pvr-card-title {
    font-size: 1.6rem !important;
    font-weight: 600 !important;
}
.custom-pagination {
    margin: 50px 0;
    justify-content: end;
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    gap: 10px;
}
.custom-pagination .current-page {
    background: var(--color-primary);
    gap: 10px !important;
    border: 1px solid var(--color-primary);
    height: 40px;
    width: 40px;
    display: inline-flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}
.custom-pagination .page-numbers,
.custom-pagination .next {
    display: inline-flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    gap: 10px !important;
    background: var(--color-white);
    border: 1px solid var(--border-gray);
}

/* search page CSS :: END */



/* product listing CSS :: START */
.product-category-section {
    display: flex;
    flex: 1;
    align-items: center;
    border: 1px solid var(--border-gray);
    padding: 40px;
    border-radius: 25px;
    margin-bottom: 50px;
    gap: 20px;
}
.product-category-section ul {
    list-style: none !important;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
}

.product-category-names a {
    color: var(--color-primary) !important;
    font-size: 1.6rem !important;
    border: 1px solid var(--border-gray);
    border-radius: 10px;
    padding: 10px 25px;
    background: var(--color-light-gray);
    min-width: 130px;
    text-align: center;
    justify-content: center;
    display: inline-flex;
}

.product-category-names a:focus {
    background: var(--color-primary) !important;
    color: var(--color-white) !important;
}
/* product listing CSS :: END */

/* IOT Page CSS :: START */

.iot-banner-video {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    border-radius: 40px;
}

.iot-banner-content {
    text-align: center !important;
    width: 60% !important;
}

.iot-btn {
    width: fit-content !important;
    margin: 0 auto;
}

.inner-page-head-sec p
{
    color: var(--color-white) !important;
}

.what-we-solve-card
{
    border: 1px solid var(--border-gray);
}
.what-we-solve-card:hover
{
    border: 1px solid var(--border-blue);
}
.iot-parallax-main-section
{
    z-index: 999999 !important;
}

/* Video background (iframe) */
.video-background iframe {
    width: 120%;
    height: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.iot-banner-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

/* Overlay */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #071a3d94, #ffffff98);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    color: #fff;
}

.iot-banner-main-section {
    background: linear-gradient(to top, #e8f7fe, #fff, #e8f7fe);
    border-bottom: 1px solid var(--border-blue) !important;
}

.iot-banner-video iframe {
    width: 100% !important;
    height: 100% !important;
}

.what-we-solve-section {
    z-index: 1 !important;
}

.iot-banner-section {
    height: 80vh !important;
}
.iot-video {
    height: 100% !important;
}

.dashboard-section {
    width: 100%;
    border-radius: 40px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.slide-pr-one
{
    background: #E7F5FA;
    border: 1px solid var(--border-blue);
}
.slide-pr-two
{
    background: #fcf0f1;
    border: 1px solid #EFD1D3;
}
.slide-pr-three
{
    background: #eff3fc;
    border: 1px solid #DEE5F4;
}
.slide-pr-four
{
    background: #effcec;
    border: 1px solid #c7eebd;
}

.left-side, .right-side {
    width: 50%;
}

.right-side
{
    padding: 40px;
}

.img-section {
    width: 100% !important;
    margin: 0 auto;
}

.storm-wrapper .pvr-small-paragraph
{
    font-size: 1.8rem !important;
}

.device-box {
    background: #f1f5f9;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.device-box img {
    max-width: 200px;
    border-radius: 10px;
}

.alert-box {
    background: #fff4f4;
    border: 1px solid #ff5c5c;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert-box span {
    color: #ff3b3b;
    font-size: 18px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
}

.info-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.info-card::before {
    content: "📡";
    margin-right: 8px;
}
/* 
.right-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

.dashboard-section::after {
    position: absolute;
    content: "";
    background: url(assets/images/bg-shape-pr.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    top: 0;
    right: 0;
    opacity: 0.3;
    z-index: 1;
}
.dashboard-section::before {
    position: absolute;
    content: "";
    background: url(assets/images/bg-shape-pr-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 200px;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    z-index: 1;
}

.pr-slides {
    height: 100vh !important;
}

.pr-slides .container {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}
.pr-slides .slide {
    height: 100vh !important;
}

.pr-slides .slick-track,
.pr-slides .slick-list {
    height: auto !important;
}

.pr-slides .slick-dotted.slick-slider {
    margin: 0 !important;
}

.pr-slides .slick-dots li {
    margin: 5px !important;
}
.pr-slides .slides {
    width: 100%;
    height: 100vh;
}
.pr-slides .slides .slide {
    color: #419be0;
    background: white;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

.pr-slides .slick-dots {
    position: absolute;
    bottom: 40% !important;
    left: 0 !important;
    text-align: left;
    display: block !important;
}
.pr-slides .slick-dots li {
    display: block;
}

.parallax-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    will-change: transform;
    padding: 20px;
    box-sizing: border-box;
}

.iot-page .page-header {
    display: none !important;
}

.pr-slides .slick-slide {
    transition: transform 0.8s ease, opacity 0.8s ease;
    opacity: 0.5;
    transform: scale(0.8);
}

.pr-slides .slick-current {
    opacity: 1 !important;
    transform: scale(1) !important;
    z-index: 2 !important;
}

.pr-slides .slick-slide:not(.slick-current) {
    z-index: 1 !important;
}

.pr-slides .slider-wrapper {
    position: relative !important;
}
.slider-wrapper
{
    overflow: hidden !important;
}

.prallex-slider-main-sticky-section {
    position: sticky !important;
    top: 0 !important;
    height: 100% !important;
}

.feature-slider .slick-slide {
    margin: 0 10px !important;
}
.feature-slider {
    margin: 50px auto;
}

.feature-card {
    background: var(--color-light-gray);
    border-radius: 25px;
    padding: 25px;
    min-height: 240px;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card h4 {
    margin-bottom: 20px !important;
}

/* Map section IOT page */
.blink-label {
    font-size: 12px;
    color: yellow;
    font-weight: bold;
    text-shadow: 0 0 5px black;
    animation: blink 1s infinite;
    margin-top: 2px;
}
@keyframes blink {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.globe-container {
    width: 100% !important;
    height: 100vh !important;
    margin: 0 auto;
}

/*  Map section IOT page*/

/* careers inner page :: Start */
.pvr-careers-page-form-section {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    border: 1px solid var(--border-blue);
    border-radius: 40px;
    padding: 40px;
}
.form-left-side {
    width: 65% !important;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    background: var(--color-white);
    border-radius: 30px;
}
.career-form-right-side {
    width: 35% !important;
}
.career-form-right-side img {
    border-radius: 30px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* careers inner page :: END */

.wpcf7-spinner {
    z-index: 9999999999 !important;
}

/* parellex section new CSS :: START */
    .parellex-main-wrapper .pr-stack-main-slider {
      overflow: hidden !important;
    }
    .parellex-main-wrapper
    {
        height: 100vh !important;
    }
    .parellex-main-wrapper .wrapper {
        height: auto;
        min-height: 500px;
        width: 100% !important;
        display: flex;
        align-items: center;
        overflow: hidden;
        justify-content: center;
    }

    .parellex-main-wrapper .item {
      height: 100%;
      display: flex;
      position: absolute;
      inset: 0;
      overflow: hidden;
    }

    .parellex-main-wrapper .item_media {
      object-fit: cover;
      width: 50%;
      height: 100%;
    }

    .parellex-main-wrapper .padding-global {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }

    .parellex-main-wrapper .padding-vertical {
      padding: 2rem;
    }

    @media (max-width: 575.98px) {
      .parellex-main-wrapper .item {
        flex-direction: column;
      }
      .parellex-main-wrapper .item_content,
      .parellex-main-wrapper .item_media {
        height: 50vh;
        width: 100%;
        padding: 1rem;
      }
      .parellex-main-wrapper .item_number {
        font-size: 0.8rem;
        top: 1.5rem;
      }
    }
    
    /* map related css add */
    .map-pr-section {
        position: relative;
        transition: all 0.3s ease;
    }

    .sticky-content {
    position: -webkit-sticky; 
    position: sticky;
    top: 0;
    z-index: 10;
    }

    .map-pr-section.end .sticky-content {
    position: relative;
    }
    .sticky-map-section {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: white;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }

/* parellex section new CSS :: END */


    .iot-med-perallex {
        z-index: 999999;
    }

    .storm-wrapper .storm-section {
      overflow: hidden;
    }

    .storm-wrapper .storm-inner {
      height: 100vh !important;
    }

    .storm-wrapper .storm-list {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      height: 100%;
      position: relative;
      padding: 0.2rem;
    }

    .storm-wrapper .storm-item {
      width: 100% !important;
      height: 100%;
      display: flex;
      position: absolute;
      inset: 0;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      overflow: hidden;
    }

    .storm-wrapper .storm-number {
      font-size: 1.5rem;
      height: 3rem;
      width: 3rem;
      margin-bottom: 0.5rem;
      border-radius: 50%;
      background-color: #000;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 400;
      position: absolute;
      top: 6rem;
      left: 3rem;
    }

    .storm-wrapper .storm-content {
      flex-flow: column;
      justify-content: center;
      align-items: flex-start;
      display: flex;
      position: relative;
      width: 50%;
    }

    .storm-wrapper .storm-media {
      object-fit: cover;
      width: 50%;
      height: 100%;
    }

    .storm-wrapper .storm-padding-global {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }

    .storm-wrapper .storm-padding-vertical {
      padding: 2rem;
    }

    @media (max-width: 992px) {
  .storm-wrapper .storm-inner {
    height: auto !important; 
  }

  .storm-wrapper .storm-list {
    display: block !important; 
    padding: 0;
  }

  .storm-wrapper .storm-item {
    position: relative !important; 
    width: 100% !important;
    height: auto !important;
    box-shadow: none;
    margin-bottom: 2rem;
    inset: auto !important;
    transform: none !important; 
    display: grid;
  }

  .left-side, .right-side {
    width: 100%;
    position: relative;
    z-index: 2;
}

  .storm-wrapper .storm-content,
  .storm-wrapper .storm-media {
    width: 100% !important;
    height: auto !important;
  }

  .storm-wrapper .storm-media img {
    object-fit: contain; 
    height: auto;
  }

  .storm-wrapper .storm-number {
    font-size: 0.8rem;
    top: 1.5rem;
    left: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
    @media (max-width: 768px) {
  .storm-wrapper .storm-inner {
    height: auto !important; 
  }

  .storm-wrapper .storm-list {
    display: block !important; 
    padding: 0;
  }

  .storm-wrapper .storm-item {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    box-shadow: none;
    margin-bottom: 2rem;
    inset: auto !important;
    transform: none !important; 
    display: block;
  }

  .storm-wrapper .storm-content,
  .storm-wrapper .storm-media {
    width: 100% !important;
    height: auto !important;
  }

  .storm-wrapper .storm-media img {
    object-fit: contain; 
    height: auto;
  }

  .storm-wrapper .storm-number {
    font-size: 0.8rem;
    top: 1.5rem;
    left: 1rem;
    height: 2rem;
    width: 2rem;
  }
}

/* top to scroll ::START */
#top-button {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 999999999;
}
#top-button.show {
  opacity: 1;
  visibility: visible;
}
.stb-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color-primary);
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(231, 229, 229, 0.1);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
}

.stb-button .svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: var(--color-white);
}

.stb-button:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.3s;
  background-color: var(--theme-red);
  align-items: center;
}

.stb-button:hover .svgIcon {
  transition-duration: 0.3s;
  transform: translateY(-200%);
}

.stb-button::before {
  position: absolute;
  bottom: -20px;
  content: "Back to Top";
  color: var(--color-white);
  font-size: 0px;
}

.stb-button:hover::before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;
  transition-duration: 0.3s;
}

/* top to scroll ::END */
 


/* Breadcrumb_Image_css::Start */

.about-us-main .page-header.background-image-page-header,.blog-main .page-header.background-image-page-header,.careers-main .page-header.background-image-page-header,.contact-us-main .page-header.background-image-page-header,.events-main .page-header.background-image-page-header,.product-listing-main-page .page-header.background-image-page-header,.resources-main .page-header.background-image-page-header,.search-main .page-header.background-image-page-header
{
    height: auto !important;
    background-size: contain !important;
    background-position: top !important;
    aspect-ratio: 2560 / 800 !important;
}

@media (max-width: 767px)
{
    .about-us-main .page-header.background-image-page-header,.blog-main .page-header.background-image-page-header,.careers-main .page-header.background-image-page-header,.contact-us-main .page-header.background-image-page-header,.events-main .page-header.background-image-page-header,.product-listing-main-page .page-header.background-image-page-header,.resources-main .page-header.background-image-page-header,.search-main .page-header.background-image-page-header
    {
     background-size: cover !important;
    background-position: right !important;
    aspect-ratio: unset !important;
   }
}

/* Breadcrumb_Image_css::End */
.hidden-section {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}


.blog-main #main #content-wrap,.careers-template-default #main #content-wrap
{
    padding-bottom: 0 !important;
}
.careers-template-default .content-area
{
    margin-bottom: 0 !important;
}
.iot-banner-video-main-section video.elementor-video {
    width: 100% !important;
    height:100vh !important;
    object-fit: cover !important;
}


/* Our_solutions_css::Start */
.our_solutions_card h3 
{
    margin-bottom: 0px !important;
    color:#051a5e !important;
}
.our_solutions_card
{
    display: block;
}

.solution-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    margin: 60px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.device-box-inner img {
    max-width: 100%;
    filter: drop-shadow(0px 8px 10px rgba(0, 255, 255, 0.336));
      box-shadow: 
        0 0 60px #B5DEEF, 
        0 0 100px #B5DEEF;
}
.crosshair {
    position: absolute;
    background: rgba(0, 155, 205, 0.25);
    z-index: 0;
}

.crosshair.horizontal {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
}

.crosshair.vertical {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
}
.rings {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: pulse-rings 4s infinite linear;
    border: 2px solid #31C1AB;
}

@keyframes pulse-rings {
    0% {
        width: 20px; height: 20px;
        opacity: 0.7;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        width: 500px; height: 500px;
        opacity: 0;
    }
}

.rings::before, 
.rings::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid #B5DEEF;
    animation: pulse-rings 4s infinite linear;
}

.rings::before { animation-delay: 1s; }
.rings::after  { animation-delay: 2s; }

.tilted-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    height: 250px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -2;
}

.tilted-rings::before,
.tilted-rings::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #B5DEEF;
    border-radius: 50%;
    transform-origin: center;
    animation: tilt-spin 14s linear infinite;
    opacity: 0.45;
}

/* second elliptical ring rotated */
.tilted-rings::after {
    transform: scaleX(1.25) rotate(55deg);
    animation-duration: 20s;
}

@keyframes tilt-spin {
    0% {
        transform: scaleY(1.2) rotate(0deg);
        opacity: 0.45;
    }
    50% {
        opacity: 0.25;
    }
    100% {
        transform: scaleY(1.2) rotate(360deg);
        opacity: 0.45;
    }
}

.our_solutions_card {
    background: #fff;
    border-radius: 12px;
    padding: 24px !important;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius:15px !important;
    min-height: 250px !important;;
    max-height: 250px !important;;
}

/* Card Hover (Lift + Shadow) */
.our_solutions_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px #B5DEEF;
}

/* Title Styling */
.our_solutions_card h3 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    transition: color 0.3s ease;
}

/* Title Hover Underline Effect */
.our_solutions_card h3::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    background: #31C1AB;  /* Adjust color to match your palette */
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
}

/* Hover underline grows */
.our_solutions_card:hover h3::after {
    width: 100%;
}
/* Our_solutions_css::End */
.map-html-section {
min-height: 100% !important;
}