/* ========================= navbar start ========================= */
.menu-bg-wrap {
    background-color: var(--white);
    padding: 20px 30px;
    position: relative;
    float: left;
    width: 100%;
    border-radius: 7px;
    -webkit-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.1);
}

.viprol-logo {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.site-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
}

.site-nav h1,
.site-nav .h1 {
    margin: 0;
    padding: 0;
    font-size: 24px;
}

.site-nav .site-navigation .site-menu {
    margin-bottom: 0;
}

.site-nav .site-navigation .site-menu>li {
    display: inline-block;
}

.site-nav .site-navigation .site-menu>li>a {
    font-size: 14px;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none !important;
    color: var(--secondary-color);
}

.site-nav .site-navigation .site-menu>li>a:hover {
    color: var(--primary-dark);
}

.site-nav .site-navigation .site-menu>li.cta-button a {
    padding: 6px 20px;
    border: 2px solid var(--primary-color);
    color: #000;
    border-radius: 30px;
    font-weight: 400;
}

.site-nav .site-navigation .site-menu>li.cta-button a:hover,
.site-nav .site-navigation .site-menu>li.cta-button a:active {
    color: var(--bs-body-bg);
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.site-nav .site-navigation .site-menu>li.active>a {
    color: var(--primary-color);
}

.site-nav .site-navigation .site-menu .has-children {
    position: relative;
}

.site-nav .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px;
}

.site-nav .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 14px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.site-nav .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    z-index: 999;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    display: none;
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    display: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: var(--white);
    border-width: 10px;
    margin-left: -10px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown a {
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: var(--black);
}

.site-nav .site-navigation .site-menu .has-children .dropdown .active a {
    color: var(--primary-color) !important;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 220px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 5px 20px;
    display: block;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    color: var(--primary-color);
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown li a:hover,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>ul li a:hover {
    color: var(--primary-color);
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
    color: var(--primary-color);
}

.site-nav .site-navigation .site-menu .has-children:hover>a,
.site-nav .site-navigation .site-menu .has-children:focus>a,
.site-nav .site-navigation .site-menu .has-children:active>a {
    color: var(--primary-color);
}

.site-nav .site-navigation .site-menu .has-children:hover,
.site-nav .site-navigation .site-menu .has-children:focus,
.site-nav .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-nav .site-navigation .site-menu .has-children:hover>.dropdown,
.site-nav .site-navigation .site-menu .has-children:focus>.dropdown,
.site-nav .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

/* -------- navbar burger start -------- */
.burger {
    width: 28px;
    height: 32px;
    cursor: pointer;
    position: relative;
}

.burger:before,
.burger span,
.burger:after {
    width: 100%;
    height: 2px;
    display: block;
    border-radius: 2px;
    position: absolute;
    opacity: 1;
    content: "";
    background: var(--black);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
}

/* Default positions */
.burger:before {
    top: 4px;
}

.burger span {
    top: 15px;
}

.burger:after {
    top: 26px;
}

.burger.dark:before,
.burger.dark span,
.burger.dark:after {
    background: var(--black);
    box-shadow: 0 0 0 1px var(--black);
}

.burger.dark:hover:before,
.burger.dark:hover:after,
.burger.dark:hover span {
    background: var(--black);
    box-shadow: 0 0 0 1px var(--black);
}

.burger.active span {
    opacity: 0;
}

.burger.active:before,
.burger.active:after {
    top: 40%;
}

.burger.active:before {
    transform: rotate(45deg);
}

.burger.active:after {
    transform: rotate(-45deg);
}

.burger:focus {
    outline: none;
}

/* -------- navbar burger end -------- */
/* -------- site mobile menu start -------- */
.site-mobile-menu-close {
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
    z-index: 99;
    cursor: pointer;
    top: -20px;
}

.site-mobile-menu-close>span {
    cursor: pointer;
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
}

.site-mobile-menu-close>span:before,
.site-mobile-menu-close>span:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background: #000;
}

.site-mobile-menu-close>span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.site-mobile-menu-close>span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
}

.offcanvas-menu .site-mobile-menu {
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

/* -------- site mobile menu end -------- */

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 5px 20px;
    display: block;
    position: relative;
    color: var(--black);
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: var(--primary-color);
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
    color: var(--primary-color);
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 14px;
    z-index: 20;
    font-family: "icomoon";
    content: "\e313";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 14px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 14px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 14px;
    padding-left: 60px;
}

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
    color: var(--black);
}

.sticky-wrapper .site-navbar .site-logo a {
    color: var(--black);
}

.sticky-wrapper .site-navbar .site-menu>li>a {
    color: rgba(0, 0, 0, 0.8) !important;
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover,
.sticky-wrapper .site-navbar .site-menu>li>a.active {
    color: var(--black) !important;
}

.sticky-wrapper.is-sticky .burger:before,
.sticky-wrapper.is-sticky .burger span,
.sticky-wrapper.is-sticky .burger:after {
    background: #000;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
    background: #000;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: var(--black) !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
    color: var(--black) !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active {
    color: var(--primary-color) !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li.active a {
    color: var(--primary-color) !important;
}

.sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* ========================= navbar end ========================= */

/* ========================= banner hero secrion start ========================= */
.hero {
    position: relative;
    background-size: cover;
    background-position: cnter center;
    background-repeat: no-repeat;
    background-color: #00204a;
}

.hero.overlay {
    position: relative;
}

.hero.overlay:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.hero,
.hero>.container>.row {
    height: 100vh;
    min-height: 600px;
}

.hero.page-inner,
.hero.page-inner>.container>.row {
    height: 70vh;
    min-height: 300px;
}

.hero>.container {
    position: relative;
    z-index: 2;
}

.hero .heading {
    color: #fff;
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    margin-bottom: 20px;
    font-weight: 600;
}

@media (max-width:768px) {
    .hero .heading {
        margin-bottom: 5px;
    }
}

.hero .lead {
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
}

.hero .narrow-w {
    max-width: 600px;
    margin: 0 auto;
}

.hero .form-search .form-control {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-radius: 30px;
}

.hero .form-search .form-control:hover,
.hero .form-search .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hero .form-search .form-control {
    margin-right: 10px;
}

.hero .form-search .btn {
    background-color: #005555;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
}

.hero .form-search .btn:hover,
.hero .form-search .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hero-slide {
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.hero-slide .img {
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hero-slide .img.overlay {
    position: relative;
}

.hero-slide .img.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: rgba(34, 34, 34, 0.4);
}

.btn.explore-btn {
    background: var(--primary-color);
    color: var(--white);
    border: 3px solid var(--primary-color) !important;
}

.btn.explore-btn:hover {
    border: 3px solid var(--white) !important;
}

.btn.get-quote-btn {
    color: var(--primary-color);
    background-color: var(--white);
    border: 3px solid var(--primary-color) !important;
}

.btn.get-quote-btn:hover {
    color: #fff;
    background-color: var(--primary-color);
    border: 3px solid var(--white) !important;
}

/* ========================= banner hero section end ========================= */
/* ========================= about legacy section start ========================= */
.about-legacy-section {
    background-color: #fdfaf6;
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--primary-color);
}

.timeline-box {
    background: #fff;
    border-left: 4px solid var(--primary-color);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.timeline-box h4 {
    color: var(--primary-color);
}

.timeline-box p {
    font-size: 15px;
    color: var(--secondary-color);
}

.about-legacy-section img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}

/* ========================= about legacy section end ========================= */
/* ========================= why viprol section start ========================= */
.why-viprol-section {
    padding: 112px 0 0px 0px;
}


.viprol-imgs-grid {
    display: grid;
    grid-template-columns: repeat(27, 1fr);
    position: relative;
}

.viprol-imgs-grid::before {
    content: "";
    position: absolute;
    width: 255px;
    height: 217px;
    background-image: url("../images/dots-green.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-40%, -40%);
    z-index: -1;
}

.viprol-grid {
    position: relative;
}

.viprol-grid img {
    border-radius: 20px;
    max-width: 100%;
}

.viprol-grid.grid-1 {
    grid-column: 1 / span 18;
    grid-row: 1 / span 27;
}

.viprol-grid.grid-2 {
    grid-column: 19 / span 9;
    grid-row: 1 / span 5;
    padding-left: 20px;
}

.viprol-grid.grid-3 {
    grid-column: 14 / span 16;
    grid-row: 6 / span 27;
    padding-top: 20px;
}



.viprol-imgs-box {
    height: 500px;
    position: relative;
}

.viprol-imgs-box::before {
    content: "";
    position: absolute;
    width: 255px;
    height: 217px;
    background-image: url("../images/dots-green.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-40%, -40%);
    z-index: -1;
}

.viprol-img {
    object-fit: cover;
    position: absolute;
}

.viprol-img.top-img {
    width: 280px;
    height: 280px;
    top: 0;
    left: 0;
    border-top-left-radius: 20%;
}

.viprol-img.rect-img {
    width: 180px;
    height: 150px;
    top: 0;
    right: 0;
    border-top-right-radius: 20%;
}

.viprol-img.bottom-img {
    width: 280px;
    height: 280px;
    bottom: 0;
    right: 0;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
    border-bottom-right-radius: 20%;
}


.image-wrapper::before {
    content: "";
    position: absolute;
    width: 255px;
    height: 217px;
    background-image: url("../images/dots-green.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-40%, -40%);
    z-index: -1;
}

.image-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    position: relative;
    width: 100%;
    max-width: 500px;
    /* adjust as needed */
    min-height: 350px;
    /* ensures enough height */
    margin: auto;
    gap: 10px;
    /* space between grid items */
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.img-top-left {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    border-top-left-radius: 20%;
    z-index: 3;
}

.img-top-right {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    border-top-right-radius: 20%;
    z-index: 2;
}

.img-bottom-right {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    border-bottom-right-radius: 20%;
    z-index: 1;
}

/* Floating icons cover the whole bottom-left space */
.floating-icons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 50%;
    pointer-events: none;
}

/* Each icon placed at different spots */
.float-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    object-fit: contain;
    animation: float 4s ease-in-out infinite;
}

.icon1 {
    bottom: 10px;
    left: 10px;
    animation-delay: 0s;
}

.icon2 {
    bottom: 180px;
    left: 180px;
    animation-delay: 1s;
}

.icon3 {
    bottom: 100px;
    left: 100px;
    animation-delay: 2s;
}

.icon4 {
    bottom: 180px;
    left: 10px;
    animation-delay: 3s;
}

.icon5 {
    bottom: 20px;
    left: 180px;
    animation-delay: 3s;
}


@media (max-width: 767.98px) {
    .icon1 {
        bottom: 10px;
        left: 10px;
        animation-delay: 0s;
    }

    .icon2 {
        bottom: 140px;
        left: 150px;
        animation-delay: 1s;
    }

    .icon3 {
        bottom: 90px;
        left: 90px;
        animation-delay: 2s;
    }

    .icon4 {
        bottom: 140px;
        left: 10px;
        animation-delay: 3s;
    }

    .icon5 {
        bottom: 10px;
        left: 150px;
        animation-delay: 3s;
    }

}

@media (min-width: 767.99px) and (max-width: 991.98px) {
   .icon1 {
    bottom: 10px;
    left: 10px;
    animation-delay: 0s;
}

.icon2 {
    bottom: 180px;
    left: 180px;
    animation-delay: 1s;
}

.icon3 {
    bottom: 100px;
    left: 100px;
    animation-delay: 2s;
}

.icon4 {
    bottom: 180px;
    left: 10px;
    animation-delay: 3s;
}

.icon5 {
    bottom: 20px;
    left: 180px;
    animation-delay: 3s;
}

}


@media (min-width: 991.99px) and (max-width: 1300.98px) {
    .icon1 {
        bottom: 10px;
        left: 10px;
        animation-delay: 0s;
    }

    .icon2 {
        bottom: 140px;
        left: 150px;
        animation-delay: 1s;
    }

    .icon3 {
        bottom: 90px;
        left: 90px;
        animation-delay: 2s;
    }

    .icon4 {
        bottom: 140px;
        left: 10px;
        animation-delay: 3s;
    }

    .icon5 {
        bottom: 10px;
        left: 150px;
        animation-delay: 3s;
    }


}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}


/* .viprol-feature {
  padding-left: 40px;
  position: relative;
}

.viprol-feature .icon {
  position: absolute;
  left: 0;
  top: 5px;
}

.viprol-feature h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
}
m
.viprol-feature p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.4;
} */

.feature {
    margin-bottom: 30px;
}

.feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.feature .icon:before {
    content: "";
    width: 33px;
    height: 33px;
    position: absolute;
    background: #ffae4342;
    border-radius: 50%;
    right: -8px;
    bottom: 0;
}

.feature .icon img {
    width: 30px;
    height: 30px;
    margin-right: 4px;
}

.feature h3 {
    font-size: 14px;
    color: #2f2f2f;
}

.feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a;
}

/* ========================= why viprol section end ========================= */
/* ========================= 2 category section start ========================= */
.section-heading {
    text-align: center;
    font-weight: 700;
    color: var(--primary-color);
}

.section-subtext {
    text-align: center;
    color: #555;
    margin-bottom: 40px;
}

.image-box {
    background-color: #fff;
    border-radius: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 330px;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.lubricant-box {
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 30px;
}

.lubricant-overlay-left,
.lubricant-overlay-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #1b1b1bb6;
    color: var(--white);
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.lubricant-overlay-left .lubricant-left-content {
    width: 80%;
}

.lubricant-overlay-right .lubricant-right-content {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    float: right;
}

.lubricant-box h4 {
    color: var(--primary-color);
}

.lubricant-overlay-right {
    align-items: end;
    text-align: right;
}

.view-more-btn {
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}

.view-more-btn:hover {
    background-color: #c11e24;
}

@media (max-width: 767.98px) {

    .lubricant-overlay-left,
    .lubricant-overlay-right {
        margin: 10px auto;
        text-align: center !important;
    }

    .lubricant-overlay-left .lubricant-left-content {
        width: 100%;
    }

    .lubricant-overlay-right .lubricant-right-content {
        width: 100%;
        align-items: center;
    }
}

/* ========================= 2 category section end ========================= */


.vehicle-section {
    background-color: var(--neutral-bg);
    text-align: center;
}

.vehicle-section .section-title {
    font-size: 40px;
    font-weight: 700;
    color: var(--text-color);
}

.vehicle-section .section-subline {
    font-size: 17.6px;
    color: #666;
    margin-bottom: 48px;
}

.category-card {
    border: 2px solid var(--secondary-color);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
}

.hover-box {
    background-color: #ffffff;
    padding: 22px 16px;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease;
}

.category-card:hover .hover-box {
    background-color: #f9e2c359;
    border: 1px solid var(--primary-color);
}

.icon-box {
    background-color: #f5f5f5;
    padding: 1rem;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 1rem;
    transition: background-color 0.3s ease;
}

.category-card:hover .icon-box {
    background-color: #ffffff;
}

.icon-box img {
    width: 60px;
    height: auto;
}

.category-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0c3b56;
    margin: 0;
}

@media (max-width: 576px) {
    .icon-box img {
        width: 48px;
    }
}




.card-custom {
    border: 2px solid #007bff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-custom img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.selected {
    border: 2px solid #ff0000;
    background-color: #ffebee;
}




.about-section {
    padding: 7rem 0;
}

.about-img-wrapper {
    position: relative;
}

.about-img-wrapper::before {
    position: absolute;
    content: "";
    width: 255px;
    height: 217px;
    background-image: url("../images/dots-yellow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-40%, -40%);
    z-index: -1;
}

.about-img-wrapper img {
    border-radius: 20px;
}

.about-content .section-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #1f3c78;
    /* Primary Blue from your theme */
}

.about-content p {
    font-size: 15px;
    line-height: 26px;
    color: #444;
    margin-bottom: 15px;
}


/* Outer background wrapper */
.download-wrapper {
    background: linear-gradient(180deg, #ffffff, #F5F5F5, #f9e3c7, #f7d8af, #fdcc8c, #fdb562);
    padding: 80px 20px;
}

/* White card style */
.download-section {
    background: var(--white);
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    max-width: 650px;
    width: 100%;
}

/* Title */
.download-section h2 {
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--secondary-dark);
    font-size: 1.8rem;
}

/* Subtitle text */
.download-section p {
    color: var(--secondary-color);
    margin-bottom: 2rem;
    font-size: 1.05rem;
}

/* Button (already in your common.css as .custom-btn) */
.download-section .btn {
    font-size: 1.1rem;
    padding: 12px 30px;
    border-radius: 50px;
}