/* ---------------------------- Theme Common Heading Start --------------------------- */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* @font-face {
    font-family: "Larsseit Bold";
    font-display: swap;
    src: url('../fonts/larsseit-bold.otf') format('opentype');
}

@font-face {
    font-family: "trebuchet ms";
    font-display: swap;
    src: url('../fonts/entypo-fontello.woff2') format('woff2');
} */

html {
    --primary-color:#ea580c;
    --secondary-color:#1d4ed8;
  --tertiory-color:#c2410c;
    --text-color: #4b5563;
    --dark-color: #000;
    --white-color: #fff;
    --light-color: #fff;
}

body {
    /* font-family: "open sans", sans-serif; */
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: .5px;
    color: var(--text-color);
    overflow-x: hidden;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    --text-opacity: 1;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-touch-action: auto;
    touch-action: auto;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "trebuchet ms", sans-serif; */
    font-weight: 700;
    padding: 0;
    margin: 0;
    letter-spacing: 0px;
}

a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: var(--primary-color);
    text-decoration: none;
    outline: none;
    border: none;
}

a:hover,
a:active,
a:focus {
    color: var(--primary-color);
    text-decoration: none;
    outline: none;
    border: none;
}

p {
    margin-bottom: 0px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

.list-style-none {
    padding: 0;
    list-style-type: none;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.ares-container-mid {
    position: relative;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}


/* ---------------------------- Theme Common Heading End --------------------------- */


/* ---------------------------- Theme Button Start --------------------------- */

.themeBtn a {
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    width: 100%;
    padding: 1.2rem 2rem;
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
    border-radius: 10px !important;
    text-transform: capitalize;
    text-align: center;
    z-index: 1;
    min-width: 200px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

@media (max-width: 767px) {
    .themeBtn a {
        font-size: 14px !important;
        letter-spacing: 0px;
    }
}

.themeBtn a:hover,
.themeBtn a:active,
.themeBtn a:focus {
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.themeBtn.primary-btn a {
    color: var(--white-color) !important;
    border: 0px solid var(--primary-color) !important;
    background-color: var(--primary-color) !important;
}

.themeBtn.secondary-btn a {
    color: var(--white-color) !important;
    border: 0px solid var(--primary-color) !important;
    background: var(--primary-color) !important;
}

.themeBtn.btn-white a {
    color: var(--secondary-color) !important;
    border: 0px solid var(--white-color) !important;
    background-color: var(--white-color) !important;
}

.themeBtn.btn-empty a {
    color: var(--primary-color) !important;
    border: 0px solid var(--primary-color) !important;
    background-color: var(--light-color) !important;
}

.themeBtn.primary-btn a:hover,
.themeBtn.primary-btn a:focus,
.themeBtn.primary-btn a:active {
    border: 0px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    transition: all 0.3s ease;
  transform: scale(1.05, 1.05);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.themeBtn.secondary-btn a:hover,
.themeBtn.secondary-btn a:focus,
.themeBtn.secondary-btn a:active {
    border: 0px solid var(--tertiory-color) !important;
    background-color: var(--tertiory-color) !important;
    color: var(--white-color) !important;
    transition: all 0.3s ease;
  transform: scale(1.05, 1.05);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.themeBtn.btn-white a:hover,
.themeBtn.btn-white a:focus,
.themeBtn.btn-white a:active {
    border: 0px solid var(--white-color) !important;
    color: var(--secondary-color) !important;
    transition: all 0.3s ease;
  transform: scale(1.05, 1.05);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.themeBtn.btn-empty a:hover,
.themeBtn.btn-empty a:focus,
.themeBtn.btn-empty a:active {
    color: var(--primary-color) !important;
    background-color: var(--light-color) !important;
    transition: all 0.3s ease;
  transform: scale(1.05, 1.05);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}


/* ---------------------------- Theme Button End --------------------------- */


/* ---------------------------- Theme Heading Start --------------------------- */

.main-heading {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.main-heading .sub-heading-box {
    background: #fff7ed;
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    margin-bottom: 0.5rem !important;
    display: inline-block;
}

.main-heading .sub-heading-box p {
    line-height: 1.6;
    font-weight: 700;
    font-size: 16px !important;
    color: #92360C !important;
}

@media (max-width: 767px) {
    .main-heading .sub-heading-box p {
        font-size: 14px !important;
    }
}

.main-heading .sub-heading-box p i {
    margin-right: 10px;
}

.main-heading h2 {
    color: var(--dark-color);
    font-size: 36px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.main-heading.heading-light h2 {
    color: var(--light-color);
}

@media (max-width: 767px) {
    .main-heading h2 {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-heading h2 {
        font-size: 28px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-heading h2 {
        font-size: 32px;
    }
}

@media (min-width: 1601px) {
    .main-heading h2 {
        font-size: 32px;
    }
}

@media (min-width: 1921px) {
    .main-heading h2 {
        font-size: 32px;
    }
}


.main-heading.heading-light p {
    color: var(--dark-color);
}



/* ---------------------------- Theme Heading End --------------------------- */


/* ---------------------------- Site Header Start --------------------------- */

.site-header {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
}
.single-post .site-header{
    background:linear-gradient(135deg, #1e3a8a, #1e40af, #1d4ed8);
}
.site-header.active{
    background:var(--white-color);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
    .site-header {
        padding: 8px 0px;
    }
}

@media (max-width: 991px) {
    .site-header .ares-container-mid {
        padding: 0;
    }
}

.site-header .navbar {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
}

@media (max-width: 991px) {
    .site-header .navbar {
        padding: 0 10px;
    }
}

.site-header .navbar .navbar-brand {
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.site-header .navbar .navbar-brand img {
    max-width: 200px;
    width: 100%;
}
.site-header .navbar .navbar-brand .logo-dark{
    display: none;
}
.site-header.active .navbar .navbar-brand .logo-white{
    display: none;
}
.site-header.active .navbar .navbar-brand .logo-dark{
    display: block;
}
.site-header .navbar .navbar-nav {
    align-items: center;
}

@media (max-width: 991px) {
    .site-header .navbar .navbar-nav {
        margin: 0;
        align-items: unset;
    }
}

.site-header .navbar .navbar-nav li {
    display: inline-block;
}

@media (max-width: 767px) {
    .site-header .navbar .navbar-nav li {
        display: block;
    }
}

.site-header .navbar .navbar-nav li a {
    text-transform: capitalize;
    padding: 15px;
    font-size: 16px;
    line-height: 48px;
    font-weight: 600;
    color: var(--white-color);
    display: block;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.site-header.active .navbar .navbar-nav li a {
    color: var(--dark-color);
}
@media (min-width: 992px) and (max-width: 1200px) {
    .site-header .navbar .navbar-nav li a {
        font-size: 13px;
        padding: 10px 13px;
    }
}

@media (max-width: 1025px) {
    .site-header .navbar .navbar-nav li a {
        padding: 15px 13px;
    }
}

.site-header .navbar .navbar-nav li a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    display: block;
    height: 2px;
    width: 10%;
    background-color: transparent;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site-header .navbar .navbar-nav li a:hover,
.site-header .navbar .navbar-nav li a:active,
.site-header .navbar .navbar-nav li a:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--primary-color);
    background: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site-header .navbar .navbar-nav li a:hover::before,
.site-header .navbar .navbar-nav li a:active::before,
.site-header .navbar .navbar-nav li a:focus::before {
    background-color: var(--primary-color);
    width: 90%;
}

.site-header .navbar .navbar-nav .current-menu-item a {
    color: var(--primary-color);
}

.site-header .navbar .navbar-nav .current-menu-item a:before {
    background-color: var(--primary-color);
    width: 90%;
}

.site-header .navbar .navbar-nav .current_page_item a {
    color: var(--primary-color);
}

.site-header .navbar .navbar-nav .current_page_item a:before {
    background-color: var(--primary-color);
    width: 90%;
}

@media (max-width: 991px) {
    .site-header .navbar .navbar-nav li a {
        color: var(--dark-color);
        font-size: 14px;
        line-height: 21px !important;
        border-top: 1px solid #eee;
    }

    .site-header .navbar .navbar-nav li a:hover,
    .site-header .navbar .navbar-nav li a:active,
    .site-header .navbar .navbar-nav li a:focus {
        outline: 0 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.site-header .navbar .navbar-toggler {
    background: transparent;
    border-radius: 0;
    outline: none;
    padding: .25rem;
}

.site-header .navbar .navbar-toggler .icon-bar {
    width: 22px;
    height: 2px;
    background-color: var(--primary-color);
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 4px 0;
}

.site-header .navbar .navbar-toggler .top-bar {
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
    -webkit-transform-origin: 90% 90%;
    transform-origin: 90% 90%;
}

.site-header .navbar .navbar-toggler .middle-bar {
    opacity: 0;
}

.site-header .navbar .navbar-toggler .bottom-bar {
    -webkit-transform: rotate(42deg);
    transform: rotate(42deg);
    -webkit-transform-origin: 90% 10%;
    transform-origin: 90% 10%;
}

.site-header .navbar .navbar-toggler.collapsed .top-bar {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.site-header .navbar .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.site-header .navbar .navbar-toggler.collapsed .bottom-bar {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translate3d(0, 0, 0) translateY(-35px);
        transform: translate3d(0, 0, 0) translateY(-35px);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) translateY(0px);
        transform: translate3d(0, 0, 0) translateY(0px);
    }
}

@keyframes smoothScroll {
    0% {
        -webkit-transform: translate3d(0, 0, 0) translateY(-35px);
        transform: translate3d(0, 0, 0) translateY(-35px);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) translateY(0px);
        transform: translate3d(0, 0, 0) translateY(0px);
    }
}

.site-header .navbar-collapse {
    position: relative;
}

@media (max-width: 991px) {
    .site-header .navbar-collapse {
        position: absolute;
        top: 42px;
        left: -100%;
        padding: 0;
        width: 100%;
        text-align: center;
        overflow-y: scroll;
        height: calc(100vh - 42px);
        display: block;
        z-index: 11;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        overflow-y: scroll;
    }

    .site-header .navbar-collapse.collapsing {
        height: calc(100vh - 42px);
        margin-right: 50%;
        display: block;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .site-header .navbar-collapse.show {
        left: 0;
        background: var(--white-color);
    }
}

.site-header .menu-main-menu-container {
    margin-left: auto;
}

.site-header .navbar .navbar-nav li button:hover svg path {
    stroke: var(--secondary-color);
}


/* ---------------------------- Site Header DropDown Start --------------------------- */

@media(min-width:992px) {
    #header .sub-menu {
        display: none
    }
}

#header .sub-menu.dropdown-menu {
    border: none;
    border-top: none;
    border-bottom: none;
    border-radius: 1rem;
    padding: 0;
    top: 78px;
    background-color: var(--white-color);
    min-width: 18rem;
    -webkit-box-shadow: none;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin-top: 0px;
    overflow: hidden;
}

#header .sub-menu li {
    cursor: pointer;
    display: block;
}

#header .navbar .navbar-nav li.dropdown:last-child .dropdown-menu {
    left: auto;
    right: 0;
}

#header .sub-menu li:last-child a,
#header .sub-menu li:last-child a:hover {
    border-bottom: 0px dotted transparent;
}

#header .sub-menu li a {
    background: transparent;
    color: #374151;
    border-bottom: 0px dotted var(--white-color);
    width: 100%;
    font-size: 0.875rem;
    line-height: 1;
    padding: 18px 1.5rem;
    border-radius: 0;
    display: inline-block;
    text-align: left;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.site-header .navbar .navbar-collapse .navbar-nav a.dropdown-toggle::after {
    border: none;
    position: relative;
    top: 1px;
    margin-left: 8px;
    height: 6px;
    width: 6px;
    border-right: 2px solid var(--white-color);
    border-bottom: 2px solid var(--white-color);
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.site-header.active .navbar .navbar-collapse .navbar-nav a.dropdown-toggle::after {
    border-right: 2px solid var(--dark-color);
    border-bottom: 2px solid var(--dark-color);
}
.site-header .navbar .navbar-collapse .navbar-nav li a:hover.dropdown-toggle::after {
    border-right: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

@media (max-width:991px) {
    .site-header .navbar .navbar-collapse .navbar-nav a.dropdown-toggle::after {
        border-right: 2px solid var(--secondary-color);
        border-bottom: 2px solid var(--secondary-color);
    }

    .site-header .navbar .navbar-collapse .navbar-nav li a:hover.dropdown-toggle::after {
        border-right: 2px solid var(--secondary-color);
        border-bottom: 2px solid var(--secondary-color);
    }
}

@media (max-width: 991px) {
    #header .sub-menu li a {
        text-align: center;
    }
}

#header .sub-menu li a::before {
    background: transparent;
    height: 0;
}

#header .sub-menu li:first-child a {
    font-weight: 600;
    color: var(--primary-color);
    border-bottom: 1px solid #f3f4f6;
    padding: 20px 1.5rem;
}

#header .sub-menu li:first-child:hover a {
    border-bottom: 1px solid #f3f4f6;
}

#header .sub-menu li a:hover {
    background: #fff7ed;
    color: var(--secondary-color);
    border-bottom: 0px dotted var(--white-color);
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

@media (min-width:990px) {
    #top_menu li.menu-item-has-children:hover ul.sub-menu.dropdown-menu {
        display: block;
    }
}

@media (min-width: 992px) {
    .site-header .navbar .navbar-collapse .navbar-nav li a:hover.dropdown-toggle::after {
        top: 4px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}

@media (max-width: 991px) {
    .site-header .navbar .navbar-nav .dropdown .dropdown-menu {
        width: 100%;
        text-align: center;
    }

    .site-header .navbar .navbar-collapse .navbar-nav li.show .dropdown-toggle::after {
        transform: rotate(228deg);
        top: 3px;
    }

    .site-header .navbar .navbar-collapse .navbar-nav li a:hover.dropdown-toggle::after {
        top: 1px;
    }
}

.site-header .header-top-btn a {
    border: 0px solid var(--secondary-color);
    background: var(--primary-color);
    border-radius: 10px;
    color: var(--light-color);
    line-height: 32px;
    padding: 16px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin-left: 15px;
}
.site-header .header-top-btn a:hover{
    background: var(--tertiory-color);
    transition: all 0.3s ease;
  transform: scale(1.05, 1.05);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
    .site-header .header-top-btn a {
        border-radius: 0;
        margin-left: 0;
        margin-top: 5px;
        display: block;
    }
}

/* ---------------------------- Site Header End --------------------------- */


/* ---------------------------- Site Footer Start --------------------------- */

.site-footer {
    position: relative;
    background: #111827;
    padding: 30px 0;
}

.site-footer .footer-logo {
    margin-bottom: 30px;
}

.site-footer .footer-logo a {
    display: block;
}

.site-footer .footer-logo img {
    max-width: 200px;
    width: 100%;
}

.site-footer .footer-text {
    max-width: 450px;
    width: 100%;
    margin-bottom: 30px;
}

.site-footer .footer-text p {
    color: #d1d5db;
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .site-footer .footer-menu {
        margin: 15px 0;
    }
}

.site-footer .footer-menu .footer-menu-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--light-color);
}

.site-footer .footer-menu ul {
    font-size: 0;
    padding: 0;
    margin: 0;
}

.site-footer .footer-menu ul li {
    display: block;
    margin-bottom: 0.75rem;
}

@media (max-width: 767px) {
    .site-footer .footer-menu ul li {
        display: block;
        padding: 3px 0;
    }
}

.site-footer .footer-menu ul li a {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    text-transform: capitalize;
    color: #d1d5db;
    display: inline-block;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}

.site-footer .footer-menu ul li a:hover {
    color: var(--primary-color);
    text-decoration: underline;
    transition: all 0.5s;
}

.site-footer .copyright-footer {
    border-top: 1px solid #374151;
    padding-top: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer .copyright-footer .copyright-widget p {
    color: #9ca3af;
    font-size: 0.875rem;
}

.site-footer .dealer-info-widget .contact-info-list li {
    display: inline-block;
    margin-right: 15px;
}

.site-footer .dealer-info-widget .contact-info-list li a {
    color: #d1d5db;
    font-size: 16px;
    line-height: 26px;
}

.site-footer .dealer-info-widget .contact-info-list li a img {
    margin-right: 5px;
}

.site-footer .dealer-info-widget .contact-info-list li:last-child {
    margin-right: 0px;
}

@media (max-width: 767px) {

    .site-footer .dealer-info-widget .contact-info-list li {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .site-footer .copyright-footer {
        display: block;
        margin-top: 10px;
    }

    .site-footer .footer-text {
        max-width: 100%;
    }

    .site-footer .footer-menu {
        margin-top: 30px;
    }

    .site-footer .copyright-widget {
        margin-top: 30px;
    }
}


/* ---------------------------- Site Footer End --------------------------- */


/* ---------------------------- Home Page Blogs Start --------------------------- */

.our-blog-section {
    padding-top: 50px !important;
    padding: 50px 0;
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
}

/* ---------------------------- Home Page Blogs End --------------------------- */


/* ------------------------------------- Theme Page Banner CSS Start ---------------------------------*/

.theme-page-banner {
    padding-top: 115px !important;
    padding: 75px 0;
    background-size: cover !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .theme-page-banner {
        padding-top: 60px !important;
        padding: 60px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .theme-page-banner {
        padding-top: 70px !important;
        padding: 70px 0;
    }
}

.theme-page-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block !important;
    background: linear-gradient(135deg, #1e3a8a, #1e40af, #1d4ed8);
    z-index: -1;
}

.theme-page-banner h1 {
    font-size: 32px;
    color: #fff;
    text-align: center;
}

@media (max-width: 767px) {
    .theme-page-banner h1 {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .theme-page-banner h1 {
        font-size: 28px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .theme-page-banner h1 {
        font-size: 30px;
    }
}

@media (min-width: 1601px) {
    .theme-page-banner h1 {
        font-size: 32px;
    }
}

@media (min-width: 1921px) {
    .theme-page-banner h1 {
        font-size: 32px;
    }
}


/* ------------------------------------- Theme Page Banner CSS End ---------------------------------*/


/* ------------------------------ Blog [Index and Single And Sidebar] Page CSS Start ------------------------------- */

.theme-blog-wrapper {
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.theme-blog-wrapper .theme-blog-img {
    background-color: #f9f9f9;
    height: 225px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.theme-blog-wrapper .theme-blog-img img {
    max-height: 100%;
    height: 100%;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.theme-blog-wrapper .theme-blog-img a {
    display: block;
}

.theme-blog-wrapper .theme-blog-content {
    padding: 20px 0 0;
    position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .theme-blog-wrapper .theme-blog-content {
        padding: 12px 0 0;
    }
}

.theme-blog-wrapper .theme-blog-meta {
    position: absolute;
    top: -25px;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 0 8px;
    border-bottom-left-radius: 10px;
}

.theme-blog-wrapper .theme-blog-meta span {
    color: var(--white-color);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 25px;
    word-wrap: anywhere;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.theme-blog-wrapper .theme-blog-content .theme-blog-title {
    line-height: 1;
    min-height: 45px;
}

.theme-blog-wrapper .theme-blog-content .theme-blog-title a {
    font-size: 18px;
    line-height: 1.25;
    display: block;
    color: var(--text-color);
    font-weight: 600;
}

@media (min-width: 1601px) {
    .theme-blog-wrapper .theme-blog-content .theme-blog-title a {
        font-size: 16px;
    }
}

@media (min-width: 1921px) {
    .theme-blog-wrapper .theme-blog-content .theme-blog-title a {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .theme-blog-wrapper .theme-blog-content .theme-blog-title a {
        font-size: 15px;
    }
}

.theme-blog-wrapper:hover .theme-blog-img img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05);
}

.theme-blog-wrapper:hover .theme-blog-content .theme-blog-title a {
    color: var(--secondary-color);
}


/*----------------------------- Theme Blog Wrapper Section End ----------------------------- */


/* ------------------------------ Blog [Index and Single And Sidebar] Page CSS Start ------------------------------- */

.main-blog h1,
.main-blog h2,
.main-blog h3,
.main-blog h4,
.main-blog h5,
.main-blog h6 {
    /* font-family: "Larsseit Bold"; */
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -.015em;
    margin-bottom: 15px;
    color: var(--dark-color);
}

.indexPage-blogSection {
    padding: 50px 0;
    position: relative;
}

.indexPage-blogSection .theme-blog-wrapper {
    margin-bottom: 30px;
    margin-top: 0;
}
.single-main-content {
	margin-top:75px;
}
.singlePage-blogContent {
    padding: 50px 0;
    position: relative;
}

.singlePage-leftSide h1 {
    color: var(--dark-color);
    margin: 3px 0 25px;
    font-size: 36px;
    font-weight: unset;
    line-height: 1.25;
    font-weight: 600;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .singlePage-leftSide h1 {
        font-size: 20px;
        line-height: 1.15;
        padding-bottom: 12px;
        margin-top: 10px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .singlePage-leftSide h1 {
        font-size: 22px;
        line-height: 1.15;
        padding-bottom: 12px;
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .singlePage-leftSide h1 {
        font-size: 24px;
        line-height: 1.15;
        padding-bottom: 12px;
        margin-top: 10px;
    }
}

@media (min-width: 1601px) {
    .singlePage-leftSide h1 {
        font-size: 28px;
    }
}

@media (min-width: 1921px) {
    .singlePage-leftSide h1 {
        font-size: 28px;
    }
}

.singlePage-postCategory p {
    display: inline-block;
    font-size: 16px;
    color: var(--text-color);
    line-height: 2;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .03em;
}

.singlePage-postMeta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0 25px;
}

@media (max-width: 991px) {
    .singlePage-postMeta {
        display: block;
        margin: 0 0 25px;
    }
}

.singlePage-postDate p {
    margin-bottom: 5px;
    text-align: center;
    padding: 5px 20px;
    display: inline-block;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 10px;
}

.singlePage-postDate ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .singlePage-postDate ul {
        display: block;
    }
}

.singlePage-postDate ul li {
    font-size: 15px;
    display: inline-block;
}

.singlePage-postDate ul li span {
    padding: 0 5px;
}

.singlePage-postDate ul li img {
    height: 36px;
    width: 36px;
    padding: 1px;
    margin-right: 5px;
    display: block;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-bottom: 0px !important;
}

@media (max-width: 991px) {
    .singlePage-postDate ul li img {
        display: none;
    }
}

.blogpage-socialMedia {
    position: relative;
}

.blogpage-socialMedia ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.blogpage-socialMedia ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.blogpage-socialMedia ul li a {
    display: block;
}

@media (max-width: 991px) {
    .blogpage-socialMedia {
        margin-top: 15px;
    }
}

.singlePage-blogImg img {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 10px;
}

.singlePage-blogText img {
    position: relative;
    max-width: 100%;
    width: 100%;
}

.singlePage-blogText ul,
.singlePage-blogText ol,
.singlePage-blogText dl {
    padding-left: 35px;
    margin-bottom: 35px;
}
.singlePage-blogText ul li,
.singlePage-blogText ol li,
.singlePage-blogText dl li {
    margin: 5px 0;
}

.singlePage-blogText p {
    margin-bottom: 25px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.singlePage-blogText h2 {
    font-size: 24px;
}

.singlePage-blogText h3 {
    font-size: 18px;
}

.singlePage-blogText h4 {
    font-size: 16px;
}

.singlePage-blogText h5 {
    font-size: 14px;
}

.singlePage-blogText h6 {
    font-size: 14px;
}

@media (max-width: 767px) {
    .singlePage-blogText h2 {
        font-size: 20px;
    }

    .singlePage-blogText h4 {
        font-size: 18px;
    }

    .singlePage-blogText h3 {
        font-size: 19px;
    }

    .singlePage-blogText h5 {
        font-size: 16px;
    }

    .singlePage-blogText h6 {
        font-size: 16px;
    }
}

.blogSidebar-fixed p.recent-post-title {
    background-color: var(--dark-color);
    color: var(--white-color);
    padding: 10px;
    margin-bottom: 25px;
    font-weight: 600;
}

.singlePage-relatesPost {
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    transition: .4s ease-in-out;
}

.singlePage-relatesPost:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.singlePage-relatesPost .relatesPost-media {
    display: block;
    width: 110px;
    max-width: 40%;
    margin-right: 18px;
    flex-shrink: 0;
    position: relative;
    align-self: flex-start;
    overflow: hidden;
}

.singlePage-relatesPost .relatesPost-media .relatesPost-mediaImage {
    display: block;
    padding-bottom: 70%;
}

.singlePage-relatesPost .relatesPost-media span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    opacity: 1;
    transition: .4s ease-in-out;
}

.singlePage-relatesPost .relatesPost-media .relatesPost-mediaImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}

.singlePage-relatesPost:hover .relatesPost-media .relatesPost-mediaImage img {
    opacity: 0.8;
    transition: .4s ease-in-out;
}

.singlePage-relatesPost .relatesPost-content {
    position: relative;
}
.singlePage-relatesPost .relatesPost-content .relatesPost-title{
    color: var(--dark-color);
}
.singlePage-relatesPost .relatesPost-content p.relatesPost-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
    color: var(--dark-color);
}

.singlePage-relatesPost:hover .relatesPost-content p.relatesPost-title {
    color: var(--primary-color);
}

.singlePage-relatesPost .relatesPost-content p.relatesPost-time {
    font-size: 12px;
    color: var(--dark-color);
}

.singlePage-blogContent .vc_tta-accordion .vc_tta-panel {
    margin-bottom: 25px;
}

.singlePage-blogContent .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4>a {
    color: var(--dark-color) !important;
    font-size: 15px;
    padding: 12px 20px;
}

.singlePage-blogContent .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
    background-color: var(--white-color) !important;
}

.blogSidebar-fixed {
    top: 25px !important;
    z-index: 5 !important;
}

.blogSidebar-fixed .blogSidebar-heading {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.blogSidebar-fixed .blogSidebar-heading::after {
    content: "";
    display: block;
    left: 0px;
    bottom: 0px;
    position: absolute;
    background-color: var(--primary-color);
    width: 60px;
    height: 2px;
}

.blogSidebar-blogTopTags ul li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}

.blogSidebar-blogTopTags ul li a {
    display: block;
    border: 1px solid #eee;
    padding: 3px 8px 5px;
    color: var(--secondary-color);
    text-transform: capitalize;
    border-radius: 4px;
    font-size: 13px;
}

.blogSidebar-blogTopTags ul li:hover a {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

@media (max-width: 767px) {
    .blogSidebar-categoriesBox {
        margin-top: 30px;
    }
}

.blogSidebar-categoriesBox ul {
    margin-top: 15px;
    list-style: none;
}

.blogSidebar-categoriesBox ul li {
    padding: 12px 12px 12px 14px;
    border-bottom: 1px solid #e7e6e6;
}

.blogSidebar-categoriesBox ul li:first-child {
    padding-top: 0;
}

.blogSidebar-categoriesBox ul li:last-child {
    border-bottom: 0px solid #e7e6e6
}

.blogSidebar-categoriesBox ul li a {
    display: block;
    color: var(--dark-color);
    text-transform: capitalize;
    padding-left: 5px;
    position: relative;
    z-index: 1;
}

.blogSidebar-categoriesBox ul li a::before {
    content: '>';
    position: absolute;
    left: -10px;
    top: -2px;
    z-index: -1;
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.blogSidebar-categoriesBox ul li:hover a {
    color: var(--primary-color);
}

.blogSidebar-categoriesBox ul li a span {
    float: right;
}

.singlePage-blogContent a.vc_general.vc_btn3 {
	font-size: 18px !important;
	font-weight: 600;
	letter-spacing: 0.5px;
	display: inline-block;
	width: 100%;
	/* padding: 1.2rem 3rem 1.2rem; */
	padding-top: 1.2rem !important;
	padding-bottom: 1.2rem !important;
	border-radius: 10px !important;
	text-transform: capitalize;
	text-align: center;
	z-index: 1;
	min-width: 200px;
	overflow: hidden;
	transition: all 0.3s ease;
	position: relative;
	color: var(--white-color) !important;
	border: 0px solid var(--secondary-color) !important;
	background: var(--secondary-color) !important;
	padding-right: 55px;
}
.singlePage-blogContent .blog-btn a.vc_general.vc_btn3 {
	padding-right: 55px;
}
.singlePage-blogContent .blog-btn .vc_btn3.vc_btn3-size-md .vc_btn3-icon{
    font-size: 25px;
}
.singlePage-blogContent .blog-btn a.vc_general.vc_btn3::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 3px;
	height: 100%;
	width: 23px;
	background: url(../images/btn-icon-or.webp);
	background-size: contain;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
}
.singlePage-blogContent .blog-btn a.vc_general.vc_btn3:hover {
    border: 0px solid var(--secondary-color) !important;
    background-color: var(--secondary-color) !important;
    color: var(--white-color) !important;
    transition: all 0.3s ease;
  transform: scale(1.05, 1.05);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.singlePage-blogContent .blogBtn-dark-grey a.vc_general.vc_btn3 {
    border: 1px solid var(--primary-color) !important;
    background: var(--primary-color) !important;
}

.singlePage-blogContent .blogBtn-dark-grey a.vc_general.vc_btn3:hover {
    border: 1px solid var(--secondary-color) !important;
    background-color: var(--secondary-color) !important;
}


/* ------------------------------ Blog [Index and Single And Sidebar] Page CSS End ------------------------------- */


/* ------------------------------ Theme Pagination CSS Start ------------------------------- */

.ares-pagination {
    text-align: right;
}

.ares-pagination .page-numbers {
    padding: 5px 10px;
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: #fff !important;
    border-radius: 5px
}

.ares-pagination .page-numbers.current {
    background: 0 0 !important;
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.ares-pagination .page-numbers:hover {
    background: 0 0 !important;
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
}


/* ------------------------------ Theme Pagination CSS End ------------------------------- */


/* ------------------------------- Site Privacy Policy CSS Start ----------------*/

.site-privacy-pages {
    padding: 50px 0;
    padding-top: 50px !important;
    position: relative;
}

.site-privacy-pages p {
    font-size: 15px;
}

.site-privacy-pages h2 {
    font-size: 24px;
    color: var(--dark-color);
}

.site-privacy-pages h3 {
    font-size: 24px;
    color: var(--dark-color);
}

.site-privacy-pages h4 {
    font-size: 20px;
    color: var(--dark-color);
}

.site-privacy-pages ul {
    padding-left: 25px;
    margin-bottom: 20px;
    list-style: square;
    color: var(--dark-color);
}

.site-privacy-pages ul li {
    font-size: 15px;
    list-style: square;
    padding-bottom: 3px;
}

.site-privacy-pages a {
    color: var(--primary-color);
    font-size: 15px;
}


/* ------------------------------- Site Privacy Policy CSS End ----------------*/


/*-------------- Page Not Found Section Start  ---------------*/

.page-not-found-section {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.page-not-found-section .page-not-found-content {
    max-width: 575px;
    width: 100%;
}

.page-not-found-section h1 {
    font-size: 42px;
    font-weight: 600;
    color: var(--dark-color);
}

.page-not-found-section ul {
    margin: 0;
    font-size: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.page-not-found-section ul li {
    font-size: 0px;
    flex-grow: 1;
    padding-right: 10px;
    min-width: 150px;
    width: 100%;
}

.page-not-found-section p {
    color: var(--dark-color);
    font-size: 20px;
    margin: 15px 0 30px;
    transition: .3s ease-in-out;
}

.page-not-found-section p a {
    color: var(--secondary-color);
    transition: .3s ease-in-out;
}

.page-not-found-section p:hover a {
    color: var(--dark-color);
    text-decoration: underline;
    transition: .3s ease-in-out;
}

.page-not-found-section .page-not-found-image {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .page-not-found-section {
        padding: 40px 0;
    }

    .page-not-found-section h1 {
        font-size: 24px;
    }

    .page-not-found-section p {
        font-size: 16px;
    }

    .page-not-found-section .page-not-found-content {
        max-width: 100%;
        width: 100%;
    }

    .page-not-found-section .page-not-found-image {
        margin-top: 40px;
    }

    .page-not-found-section ul {
        display: block;
    }

    .page-not-found-section ul li {
        padding-right: 0;
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-not-found-section h1 {
        font-size: 28px;
    }

    .page-not-found-section p {
        font-size: 17px;
    }

    .page-not-found-section ul {
        display: block;
    }

    .page-not-found-section ul li {
        padding-right: 0;
        padding-bottom: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-not-found-section h1 {
        font-size: 32px;
    }

    .page-not-found-section p {
        font-size: 18px;
    }
}


/*-------------- Page Not Found Section End  ---------------*/


/*--------------------- Contact Page css Start ----------------------------*/
.page-breadcrumb {
    background-color: #f8f9fa;
    padding: 0.5rem 0;
    position: relative;
}

.page-breadcrumb ul.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.page-breadcrumb ul.breadcrumb li span {
    text-transform: capitalize;
}

.free-audit-cta {
    position: relative;
    background: var(--light-color);
    padding: 5rem 0;
    padding-top: 5rem !important;
}

.free-audit-cta .main-heading {
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
    max-width: 800px;
  margin-left: 0 !important;
}
.audit-offer-section .audit-offer-wrapper h3 {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--dark-color);
	margin-bottom: 0.75rem;
}
.free-audit-cta .main-heading h2 {
    margin-bottom: 0.5rem;
}

.free-audit-cta .main-heading p {
    font-size: 1rem;
    margin-bottom: 2rem !important;
    color: var(--dark-color);
}
.margin-bottom .wpb_wrapper p {
    margin-bottom: 10px!important;
}
.dual-cta {
    background-size: cover!important;
    background-position: center center!important;
    background-attachment: fixed;
    position: relative;
}
.dual-cta:before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, #1e3a8a, #1e40af, #1d4ed8);
    display: block!important;
    opacity: .8;
}
.dual-cta.main-heading h2{
    font-size: 27px!important;
}
@media (max-width:767px){
    .dual-cta.main-heading h2{
        font-size: 24px!important;
    }
}
.dual-cta .main-heading p,.dual-cta .main-heading ul li{
    color: var(--light-color);
}
.digital-marketing-section {
    position: relative;
    background: var(--light-color);
    padding: 5rem 0;
    padding-top: 5rem !important;
}

.digital-marketing-section .main-heading {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
}

.digital-marketing-section .main-heading h2 {
    margin-bottom: 0.5rem;
}

.digital-marketing-section .main-heading p {
    font-size: 1rem;
    color: #6b7280;
}

.digital-marketing-wrapper>.vc_column-inner {
    background: var(--light-color);
    border-radius: 1.5rem;
    padding: 2rem !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f4f6;
    opacity: 1;
    margin-top: 2rem;
    transition: all 0.3s ease;
}

.digital-marketing-wrapper>.vc_column-inner:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.digital-marketing-wrapper .digital-marketing-icon {
    border-radius: 1rem;
    width: 70px;
    transition: transform 0.3s ease;
    height: 70px;
    line-height: 58px;
    display: block;
    padding-top: 15px;
}

.digital-marketing-wrapper .digital-marketing-icon img {
    max-width: 40px;
    width: 100%;
    margin: 0 auto !important;
}

.digital-marketing-wrapper:hover .digital-marketing-icon {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.digital-marketing-wrapper .digital-marketing-icon.icon1 {
    background: #f63b55;
}

.digital-marketing-wrapper .digital-marketing-icon.icon2 {
    background: #10b981;
}

.digital-marketing-wrapper .digital-marketing-icon.icon3 {
    background: #ef4444;
}

.digital-marketing-wrapper .digital-marketing-icon.icon4 {
    background:#f59e0b;
}

.digital-marketing-wrapper .digital-marketing-icon.icon5 {
    background:#6366f1;
}

.digital-marketing-wrapper .digital-marketing-icon.icon6 {
    background: #0d9494;
}

.digital-marketing-wrapper .digital-marketing-icon.icon7 {
    background:#ea0c21c2;
}

.digital-marketing-wrapper .digital-marketing-icon.icon8 {
    background: #85ea0c;
}

.digital-marketing-wrapper h3 {
    font-size: 1.25rem;
    color: var(--dark-color);
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

@media (max-width: 991px) {
    .digital-marketing-wrapper>.vc_column-inner {
        padding: 1.25rem !important;
    }

    .digital-marketing-wrapper h3 {
        font-size: 1.15rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .digital-marketing-wrapper>.vc_column-inner {
        padding: 1.25rem !important;
    }

    .digital-marketing-wrapper h3 {
        font-size: 1.15rem;
    }
}

.digital-marketing-wrapper:hover h3 {
    color: var(--secondary-color);
    transition: color 0.3s ease;
}

.digital-marketing-wrapper p {
    color: #6b7280;
    margin-bottom: 1.5rem !important;
    line-height: 1.6;
}

.digital-marketing-wrapper ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.digital-marketing-wrapper ul li {
    padding-left: 25px;
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
    list-style: none;
}

.digital-marketing-wrapper ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url('https://www.dealersales.co/wp-content/uploads/2025/06/arrow-icon.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.digital-marketing-wrapper .digital-marketing-link a {
    background-color: transparent !important;
    border: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    color: var(--secondary-color) !important;
    position: relative;
    z-index: 1;
    font-size: 16px !important;
    line-height: 1.6 !important;
    font-weight: 600;
}
.digital-marketing-wrapper .digital-marketing-link a .vc_btn3-icon{
    font-size: 13px;
    line-height: 18px;
}
.digital-marketing-wrapper:hover a {
    transform: translateX(0.25rem);
}

.home-banner-section {
	position: relative;
	background: linear-gradient(135deg, #1e3a8a, #1e40af, #1d4ed8);
	padding: 200px 0 100px;
	padding-top: 170px !important;
}

.home-banner-section .home-banner-inner {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .home-banner-section .home-banner-inner {
        display: block;
    }
}

.home-banner-section .banner-badge {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    display: inline-block;
}

.home-banner-section .banner-badge p {
    color: var(--light-color);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.6;
    padding-left: 27px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.home-banner-section .banner-badge p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url('https://www.dealersales.co/wp-content/uploads/2025/06/home-banner-icon.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.home-banner-section h1 {
    font-weight: 700;
    line-height: 1.1;
    color: var(--light-color);
    font-size: 48px;
}

.home-banner-section .themeBtn {
    margin-right: 15px;
}

.home-banner-section .themeBtn:last-child {
    margin-right: 0;
}

.home-banner-section .themeBtn a {
    min-width: 240px;
}

.home-banner-section .themeBtn.btn-empty a:hover,
.home-banner-section .themeBtn.btn-empty a:active,
.home-banner-section .themeBtn.btn-empty a:focus {
    background-color: var(--light-color) !important;
}

.home-banner-section h1 span.heading-span {
    color: #fb923c;
}

.home-banner-section .banner-content p {
    font-size: 16px;
    color: #d1d5db;
    line-height: 1.6;
}

.home-banner-section .banner-image {
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.home-banner-section .home-banner-section-block>.vc_column-inner {
    padding: 2rem;
    border: 1px solid #fff3;
    background-color: #ffffff1a;
    position: relative;
    border-radius: 1rem;
}

.home-banner-section .home-banner-wrapper>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    padding: 1rem;
    background-color: #ffffff1a;
    border-radius: .5rem;
    display: flex;
    align-items: center;
}

.home-banner-section .home-banner-wrapper .banner-wrapper-img {
    padding: .75rem;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: .5rem;
}

.home-banner-section .home-banner-wrapper .banner-wrapper-img img {
    max-width: 25px;
    width: 100%;
    margin: 0 auto;
}

.home-banner-section .home-banner-wrapper .banner-wrapper-img.img1 {
    background-color: #22c55e;
}

.home-banner-section .home-banner-wrapper .banner-wrapper-img.img2 {
    background-color: #3b82f6;
}

.home-banner-section .home-banner-wrapper .banner-wrapper-img.img3 {
    background-color: #f97316;
}

.home-banner-section .home-banner-wrapper h2 {
    color: var(--light-color);
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    padding-bottom: 8px;
}

.home-banner-section .home-banner-wrapper p {
    color: var(--light-color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.home-banner-section .banner-image-icon {
    position: relative;
    z-index: 1;
}

.home-banner-section .image-icon {
    position: absolute;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.home-banner-section .image-icon img {
    height: 32px;
    width: 32px;
}

.home-banner-section .image-icon.icon1 {
    top: 0;
    right: -200px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    animation: pulse 2s infinite;
}

.home-banner-section .image-icon.icon2 {
    bottom: 0;
    left: -200px;
    background: linear-gradient(135deg, #10b981, #059669);
    animation: bounce 2s infinite;
    z-index: -1;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-25%);
    }
}

.home-banner-card>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -2rem;
    left: -2rem;
    background: var(--light-color);
    color: var(--primary-color);
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.home-banner-card .banner-graph-icon {
    background: linear-gradient(135deg, #ea580c, #dc2626);
    padding: 0.75rem;
    border-radius: 0.75rem;
    flex-shrink: 0;
    margin-right: 15px;
}

.home-banner-card .banner-graph-icon img {
    width: 32px;
    height: 32px;
}

.home-banner-card .banner-card-content .card-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--secondary-color);
}

.home-banner-card .banner-card-content .card-text {
    font-size: 0.75rem;
    color: #6b7280;
}

.home-banner-section .home-banner-features {
    text-align: center;
}

.home-banner-section .home-banner-features .feature-icon {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    border-radius: 0.75rem;
    width: 70px;
    margin: 0 auto 0.75rem;
    height: 70px;
    padding-top: 15px;
    text-align: center;
}

.home-banner-section .home-banner-features .feature-icon img {
    width: 40px;
    height: 40px;
}

.home-banner-section .home-banner-features .home-banner-features-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--light-color);
    margin-bottom: 0.25rem;
}

.home-banner-section .home-banner-features .home-banner-features-content {
    font-size: 0.75rem;
    color: #9ca3af;
}

/* faq section starts  */

.faq-section{
    padding: 5rem 0;
    padding-top: 5rem !important;
}
.faq-section .vc_toggle.vc_toggle_simple.vc_toggle_color_default.vc_toggle_size_md {
	padding: 20px 0;
	background: var(--light-color);
}
.faq-section .vc_toggle_title > h3 {
	width: 100%;
	display: block;
    font-weight: 600;
    font-size: 20px;
}
@media (max-width: 767px) {
    .home-banner-section {
        padding-top:100px!important;
    }

    .home-banner-section .home-banner-inner {
        display: block;
    }

    .home-banner-section h1 {
        font-size: 28px;
        line-height: 1.25;
    }

    .home-banner-section .banner-content p {
        font-size: 14px;
    }

    .home-banner-section .themeBtn {
        margin-right: 0;
        width: 100%;
    }

    .home-banner-section .themeBtn a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .home-banner-features.vc_col-sm-3 {
        width: 50%;
    }

    .home-banner-section .banner-image {
        margin-top: 50px;
    }

    .home-banner-section .image-icon.icon1 {
        top: 35px;
    }

    .home-banner-section .image-icon.icon2 {
        top: -100px;
    }

    .home-banner-card>.vc_column_container>.vc_column-inner>.wpb_wrapper {
        bottom: -50px;
        left: 10px;
    }

    .home-banner-section .home-banner-section-block>.vc_column-inner {
        padding: 1rem;
    }

    .home-banner-section .home-banner-wrapper>.vc_column_container>.vc_column-inner>.wpb_wrapper {
        padding: 0.5rem;
    }

    .home-banner-section .home-banner-wrapper p {
        font-size: 13px;
        letter-spacing: 0;
    }

    .home-banner-section .home-banner-wrapper h2 {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .home-banner-section .home-banner-section-block>.vc_column-inner {
        margin-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-banner-section .home-banner-inner {
        display: block;
    }

    .home-banner-section .vc_col-sm-7,
    .home-banner-section .vc_col-sm-5 {
        width: 100%;
    }

    .home-banner-section .banner-image {
        margin-top: 50px;
    }

    .home-banner-section h1 {
        font-size: 32px;
    }

    .home-banner-section .banner-content p {
        font-size: 15px;
    }

    .home-banner-section .home-banner-section-block>.vc_column-inner {
        margin-top: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .home-banner-section h1 {
        font-size: 40px;
    }

    .home-banner-section .banner-content p {
        font-size: 15px;
    }
}

.offer-section {
    position: relative;
    background: var(--light-color);
    padding: 5rem 0;
    padding-top: 5rem !important;
}

.offer-section .main-heading {
    text-align: center;
}

.offer-section .main-heading h2 {
    margin-bottom: 0.5rem;
}

.offer-section .main-heading p {
    font-size: 1rem;
    color: #6b7280;
}

.offer-keyword-wrapper>.vc_column-inner {
    position: relative;
    background: linear-gradient(to right, #f0f4ff, #fff7ed);
    border: 1px solid #e0e9ff;
    padding: 1rem;
    border-radius: 0.5rem;
}

.offer-keyword-wrapper p {
    position: relative;
    z-index: 1;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 16px !important;
    line-height: 1.6;
    padding-left: 25px;
    text-align: left;
}

.offer-keyword-wrapper p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url('https://www.dealersales.co/wp-content/uploads/2025/06/search-icon.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.seo-keyword-section {
    position: relative;
    background-color: #f9f9f9;
    padding: 5rem 0;
    padding-top: 5rem !important;
}

.seo-keyword-section .main-heading {
    text-align: center;
}

.seo-keyword-section .main-heading h2 {
    margin-bottom: 0.5rem;
}

.seo-keyword-section .main-heading p {
    font-size: 1rem;
    color: #6b7280;
}

.seo-keyword-section ul {
    column-count: 3;
}

@media (max-width: 767px) {
    .seo-keyword-section ul {
        column-count: 1;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .seo-keyword-section ul {
        column-count: 2;
    }
}

.seo-keyword-section ul li {
    list-style: none;
    color: #374151;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    padding-top: 15px;
}

.seo-keyword-section ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 20px;
	width: 16px;
	height: 16px;
	background-color: var(--secondary-color);
	background-image: url('https://www.dealersales.co/wp-content/uploads/2025/06/list-arrow.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	border-radius: 50%;
}

.dealer-review-section {
    position: relative;
    background: #f9f9f9;
    padding: 5rem 0;
    padding-top: 5rem !important;
}

.dealer-review-section .main-heading {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
}

.dealer-review-section .main-heading h2 {
    margin-bottom: 0.5rem;
}

.dealer-review-section .main-heading p {
    font-size: 1rem;
    color: #6b7280;
}

.review-card {
    background: linear-gradient(135deg, #f9fafb, white);
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #f3f4f6;
    margin-top: 30px;
}

.review-card .review-rating {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.review-card .review-content {
    color: #374151;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-style: italic;
    font-size: 1.125rem;
}

.review-card .review-author {
    display: flex;
    align-items: center;
}

.review-card .review-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
}

.review-card .review-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-card .author-name {
    font-weight: 600;
    color: var(--primary-color);
}

.review-card .author-position {
    color: #6b7280;
    font-size: 0.875rem;
}

.review-card .author-company {
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 0.875rem;
}

@media (max-width: 767px) {
    .review-card {
        padding: 1.25rem;
    }

    .review-card .review-content {
        font-size: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .review-card {
        padding: 1.25rem;
    }

    .review-card .review-content {
        font-size: 1rem;
    }
}

.other-pageBanner-section {
    position: relative;
    padding: 5rem 0;
    padding-top: 140px !important;
    background: linear-gradient(135deg, #1e3a8a, #1e40af, #1d4ed8);
    overflow: hidden;
    color: var(--light-color);
}

.other-pageBanner-section h1 {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.other-pageBanner-section p {
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .other-pageBanner-section {
        padding: 3rem 0;
        padding-top: 80px!important;
    }

    .other-pageBanner-section h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .other-pageBanner-section p {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .other-pageBanner-section h1 {
        font-size: 32px;
    }

    .other-pageBanner-section p {
        font-size: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .other-pageBanner-section h1 {
        font-size: 40px;
    }

    .other-pageBanner-section p {
        font-size: 16px;
    }
}

.contact-page-info-section {
    background-color: #f9fafb;
    padding-top: 4rem !important;
    padding: 4rem 0;
    position: relative;
}

.contact-page-info-wrapper>.vc_column-inner {
    background: var(--light-color);
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.contact-page-info-wrapper h2 {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
}

.contact-page-info-wrapper p {
    color: #6b7280;
    font-size: 0.875rem;
}

.contact-page-info-wrapper .contact-page-title p {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.contact-page-info-wrapper .contact-info-img {
    background: var(--secondary-color);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    margin-bottom: 1rem !important;
}

.contact-page-info-wrapper .contact-info-img img {
    max-width: 30px;
    width: 100%;
    padding-top: 15px;
}

.contact-form-section {
    position: relative;
    background: var(--light-color);
    padding: 5rem 0;
    padding-top: 5rem !important;
}

.contact-form-section .main-heading {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
}

.contact-form-section .main-heading h2 {
    margin-bottom: 0.5rem;
}

.contact-form-section .main-heading p {
    font-size: 1rem;
    color: #6b7280;
}

.theme-contact-form {
    max-width: 767px;
    width: 100%;
    margin: 0 auto !important;
    margin-top: 30px !important;
}

.theme-contact-form p {
    text-align: left;
}

.theme-contact-form p label {
    text-align: left;
    display: block;
    font-weight: 700;
}

.theme-contact-form .form-group {
    margin-bottom: 1.5rem;
}

.theme-contact-form .form-group .form-control {
    height: 45px;
}

.theme-contact-form .form-group textarea.form-control {
    min-height: 125px;
}

.theme-contact-form button {
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    padding: 1rem 2rem;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    border-radius: 0px !important;
    color: var(--white-color) !important;
    border: 1px solid var(--secondary-color) !important;
    background-color: var(--secondary-color) !important;
    text-transform: capitalize;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease;
    position: relative;
}

@media (max-width: 767px) {
    .theme-contact-form button {
        font-size: 14px !important;
        letter-spacing: 0px;
    }
}

.theme-contact-form button:hover,
.theme-contact-form button:active,
.theme-contact-form button:focus {
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    background-color: var(--light-color) !important;
    transition: all 0.3s ease;
}

.audit-issues-section {
    position: relative;
    background: var(--light-color);
    padding: 5rem 0;
    padding-top: 5rem !important;
}

.audit-issues-section .main-heading {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
}

.audit-issues-section .main-heading h2 {
    margin-bottom: 0.5rem;
}

.audit-issues-section .main-heading p {
    font-size: 1rem;
    color: #6b7280;
}

.audit-issues-section .audit-issues-wrapper>.vc_column-inner>.wpb_wrapper {
    background: #fef2f2;
    border: 1px solid #fecaca;
    padding: 1.5rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
}

.audit-issues-section .audit-issues-wrapper .audit-issues-img {
    flex-shrink: 0;
    max-width: 60px;
    margin-right: 5px;
    width: 100%;
}

.audit-issues-section .audit-issues-wrapper .audit-issues-img img {
    max-width: 50px;
}

.audit-issues-section .audit-issues-wrapper h3 {
    font-weight: 600;
    color: var(--dark-color);
    font-size: 16px;
    line-height: 22px;
    position: relative;
    z-index: 1;
}

.audit-offer-section {
    position: relative;
    background: #f9f9f9;
    padding: 5rem 0;
    padding-top: 5rem !important;
}

.audit-offer-section .main-heading {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
}

.audit-offer-section .main-heading h2 {
    margin-bottom: 0.5rem;
}

.audit-offer-section .main-heading p {
    font-size: 1rem;
    color: #6b7280;
}

.audit-offer-section .audit-offer-wrapper>.vc_column-inner {
    background: var(--light-color);
    padding: 1.5rem;
    border-radius: 0.75rem;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.audit-offer-section .audit-offer-wrapper h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 0.75rem;
}

.audit-offer-section .audit-offer-wrapper p {
    color: #6b7280;
    line-height: 1.6;
    font-size: 16px;
}

.audit-offer-section .audit-offer-wrapper .audit-offer-img {
    background: var(--secondary-color);
    border-radius: 10px;
    height: 80px;
    width: 80px;
    text-align: center;
    padding-top: 15px;
    margin: 0 auto !important;
    margin-bottom: 25px !important;
}

.audit-offer-section .audit-offer-wrapper .audit-offer-img img {
    max-width: 45px;
    width: 100%;
    margin: 0 auto;
}

.service-seo-banner-section {
    position: relative;
    background: linear-gradient(135deg, #1e3a8a, #1e40af, #1d4ed8);
    padding: 5rem 0;
    padding-top:130px!important;
}

.service-seo-banner-section .service-seo-banner-inner {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .service-seo-banner-section .service-seo-banner-inner {
        display: block;
    }
}

.service-seo-banner-section h1 {
    font-weight: 700;
    line-height: 1.1;
    color: var(--light-color);
    font-size: 40px;
}

.service-seo-banner-section .themeBtn {
    margin-right: 15px;
}

.service-seo-banner-section .themeBtn:last-child {
    margin-right: 0;
}

.service-seo-banner-section .themeBtn a {
    min-width: 240px;
}

.service-seo-banner-section .themeBtn.btn-empty a:hover,
.service-seo-banner-section .themeBtn.btn-empty a:active,
.service-seo-banner-section .themeBtn.btn-empty a:focus {
    background-color: var(--light-color) !important;
}

.service-seo-banner-section h1 span.heading-span {
    background: linear-gradient(to right, #fb923c, #ea580c);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.service-seo-banner-section .banner-content p {
    font-size: 16px;
    color: #d1d5db;
    line-height: 1.6;
}

.service-seo-banner-section .banner-image {
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    z-index: 2;
}

@media (max-width: 767px) {
    .service-seo-banner-section {
        padding-bottom: 100px;
    }

    .service-seo-banner-section .service-seo-banner-inner {
        display: block;
    }

    .service-seo-banner-section h1 {
        font-size: 28px;
    }

    .service-seo-banner-section .banner-content p {
        font-size: 14px;
    }

    .service-seo-banner-section .themeBtn a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .service-seo-banner-section .banner-image {
        margin-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .service-seo-banner-section .service-seo-banner-inner {
        display: block;
    }

    .service-seo-banner-section .vc_col-sm-7,
    .service-seo-banner-section .vc_col-sm-5 {
        width: 100%;
    }

    .service-seo-banner-section .banner-image {
        margin-top: 50px;
    }

    .service-seo-banner-section h1 {
        font-size: 32px;
    }

    .service-seo-banner-section .banner-content p {
        font-size: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .service-seo-banner-section h1 {
        font-size: 36px;
    }

    .service-seo-banner-section .banner-content p {
        font-size: 16px;
    }
}

.service-banner-badge>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    display: flex;
    align-items: center;
}

.service-banner-badge .service-banner-icon {
    background: linear-gradient(135deg, #ea580c, #dc2626);
    padding: 0.75rem;
    border-radius: 0.75rem;
    flex-shrink: 0;
    margin-right: 15px;
}

.service-banner-badge .service-banner-icon img {
    width: 32px;
    height: 32px;
}

.service-banner-badge .service-banner-badge-content p {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 1.125rem;
}

.our-mission-section {
    position: relative;
    background: #f9f9f9;
    padding: 5rem 0;
    padding-top: 5rem !important;
}

.our-mission-section.home-page {
    margin-top: 3rem;
}

@media (max-width: 767px) {
    .our-mission-section.home-page {
        margin-top: 0rem;
    }
}

.our-mission-section .main-heading {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
}

.our-mission-section .main-heading h2 {
    margin-bottom: 0.5rem;
}

.our-mission-section .main-heading p {
    font-size: 1rem;
    color: #6b7280;
}

.our-mission-section .our-mission-wrapper>.vc_column-inner {
    background: var(--light-color);
    padding: 1.75rem;
    border-radius: 0.75rem;
    text-align: left;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.our-mission-section .our-mission-wrapper h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 0.75rem;
    position: relative;
}

.our-mission-section .our-mission-wrapper p {
    color: #6b7280;
    line-height: 1.6;
    font-size: 16px;
}

.our-mission-section .our-mission-wrapper ul {
    padding-left: 15px;
}

.our-mission-section .our-mission-wrapper ul li {
    padding-bottom: 8px;
    font-size: 15px;
    line-height: 1.35;
}

.our-mission-section .our-mission-wrapper .our-mission-img {
    background: var(--secondary-color);
    border-radius: 10px;
    height: 90px;
    width: 90px;
    text-align: center;
    padding-top: 15px;
}

.our-mission-section .our-mission-wrapper .our-mission-img img {
    max-width: 60px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 991px) {

    .our-mission-section .our-mission-wrapper>.vc_column-inner {
        padding: 1.25rem;
    }
}

.why-choose-section {
    position: relative;
    background: #f9f9f9;
    padding: 5rem 0;
    padding-top: 5rem !important;
}

.why-choose-section .why-choose-section-inner {
    display: flex;
    align-items: center;
}

.why-choose-section .main-heading h2 {
    margin-bottom: 0.5rem;
    line-height: 1.25;
}

.why-choose-section .main-heading p {
    font-size: 1rem;
    color: #6b7280;
}

.why-choose-section ul {
    padding-left: 17px;
}

.why-choose-section ul li {
    font-size: 1rem;
    padding-top: 10px;
}

.why-choose-section .why-choose-section-img {
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    z-index: 2;
}

@media (max-width: 767px) {
    .why-choose-section .why-choose-section-inner {
        display: block;
    }

    .why-choose-section .why-choose-section-img {
        margin-top: 50px;
    }
}

.who-help-section {
    position: relative;
    background: var(--light-color);
    padding: 5rem 0;
    padding-top: 5rem !important;
}

.who-help-section .who-help-section-inner {
    display: flex;
    align-items: center;
}

.who-help-section .main-heading h2 {
    margin-bottom: 20px;
    line-height: 1.25;
}

.who-help-section .main-heading p {
    font-size: 1rem;
    color: #6b7280;
}

.who-help-section ul {
    padding-left: 17px;
}

.who-help-section ul li {
    font-size: 1rem;
    padding-top: 10px;
}

.who-help-section .who-help-section-img {
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    z-index: 2;
}

/* why we grid  */
.whyWe_grid {
	padding-left: 30px;
	margin-bottom: 30px;
	position: relative;
}
.whyWe_grid h3{
    font-size: 20px;
    color: var(--dark-color);
    margin-bottom: 10px;
    position: relative;
}
@media (max-width:767px){
    .whyWe_grid h3{
        font-size: 18px;
    }
}
.whyWe_grid h3::before {
	content: '';
	position: absolute;
	left: -28px;
	top: 4px;
	width: 19px;
	height: 19px;
	background-image: url('https://www.dealersales.co/wp-content/uploads/2025/06/arrow-icon.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .who-help-section .who-help-section-inner {
        display: block;
    }

    .who-help-section .who-help-section-img {
        margin-bottom: 50px !important;
    }
}

.auditRequestPopup .modal-title {
    font-weight: 600;
}

.auditRequestPopup .close {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 15px;
    font-weight: 500;
    color: var(--secondary-color);
    opacity: 1;
}

.auditRequestPopup .theme-contact-form {
    margin-top: 0px !important;
}

.auditRequestPopup .theme-contact-form .form-group .form-control {
    height: 40px;
}

.home-bio-section {
    position: relative;
    background: var(--light-color);
    padding: 5rem 0;
    padding-top: 5rem !important;
}

@media (max-width:767px){
    .home-bio-section {
        padding-top: 0!important;
    }
    .vc_section.home-bio-section::before{
        opacity: 0;
    }
}
.home-bio-section .main-heading.heading-light {
	padding: 30px;
	border-radius: 20px;
}

.home-bio-section .main-heading.heading-light h2 {
    margin-bottom: 0.5rem;
}

.home-bio-section .main-heading.heading-light p {
    color: var(--light-color);
    font-size: 1rem;
}

.home-bio-section .themeBtn.btn-white {
    position: absolute;
    z-index: 1;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
}

.home-bio-section .themeBtn.btn-white a {
    min-width: 200px;
}


.home-bio-section .home-bio-section-image {
    overflow: hidden;
}
.vc_section.home-bio-section::before {
	content: '';
	top: 0;
	position: absolute;
	right: 0;
	background: var(--secondary-color);
	height: 100%;
	width: 20%;
	opacity: .1;
	border-radius: 150px 0 0 150px;
}
@media (max-width: 767px) {
    .home-bio-section .themeBtn.btn-white {
        position: relative;
        bottom: unset;
        margin-top: 20px;
    }

    .home-bio-section .home-bio-section-image {
        position: relative;
        left: unset;
        overflow: hidden;
        top: unset;
        margin-top: 50px !important;
    }
}