@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-thin-rounded/css/uicons-thin-rounded.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-thin-straight/css/uicons-thin-straight.css');
@import url(https://cdn-uicons.flaticon.com/2.1.0/uicons-regular-rounded/css/uicons-regular-rounded.css);
@import url(https://cdn-uicons.flaticon.com/2.1.0/uicons-brands/css/uicons-brands.css);
@import url(https://cdn-uicons.flaticon.com/2.1.0/uicons-thin-rounded/css/uicons-thin-rounded.css);
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-solid-straight/css/uicons-solid-straight.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-solid-rounded/css/uicons-solid-rounded.css');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "TT Interfaces", sans-serif !important
}

:root {
    --primary-color: #007AFF;
    --assets-color: #FFCC00;
    --default-text-color: #3D3D3D;
    --header-text-color: #0F172B;
    --tag-text-color: var(--primary-color);
    --para-text-color: #636D77;
    --light: #fff;
    --dark: #000;
    --dark-section-bg: #F8FAFC;
    --light-gray: #959595;
    --header-bottom-color: #ebebeb;
    --transition: all 0.3s linear
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 !important;
    padding: 0 !important
}

.fi {
    display: flex !important
}

a {
    color: var(--default-text-color) !important;
    text-decoration: none !important
}

input::placeholder,
textarea::placeholder {
    color: var(--light-gray) !important
}

.form-control {
    font-size: 15px !important;
    font-weight: 400 !important;
    padding: 12px !important;
    outline: 0 !important;
    box-shadow: none !important
}

.form-control:active,
.form-control:focus {
    border-color: var(--primary-color) !important
}

.btn {
    display: inline-flex;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 14px 26px !important;
    border: none !important;
    border-radius: 40px !important;
    white-space: nowrap !important
}

.primary-btn {
    margin: 10px !important;
    padding: 15px 30px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    transition: .5s !important;
    background-size: 200% auto !important;
    color: #fff !important;
    border-radius: 50px !important;
    display: flex !important;
    align-items: center !important;
    border: 0 !important;
    font-weight: 600 !important;
    box-shadow: 0 0 14px -7px #ffdd57 !important;
    background-image: linear-gradient(45deg, #0d6efd 0, #ffcc00 51%, #B9E45F 100%) !important;
    cursor: pointer !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    touch-action: manipulation !important
}

.primary-btn:hover {
    background-position: right center !important;
    background-image: linear-gradient(45deg, #0d6efd 0, #ffcc00 51%, #51AEAC 100%) !important;
    color: #fff !important;
    text-decoration: none !important
}

.primary-btn:active {
    transform: scale(.95) !important
}

section {
    padding: 80px 0 40px !important
}

.dropdown-toggle::after {
    color: var(--primary-color) !important
}

.menu-item.dropdown:hover .dropdown-menu {
    display: block
}

.dropdown-menu li {
    line-height: 25px !important
}

.dropdown-item {
    color: var(--header-text-color) !important;
    font-size: 14px !important
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #fff !important
}

header {
    background-color: var(--light) !important;
    z-index: 100;
    border-bottom: 1px solid var(--header-bottom-color)
}

header .logo {
    max-height: 20px
}

header .menu-item {
    font-size: 15px;
    line-height: 20px;
    color: var(--default-text-color);
    transition: all .3s linear
}

header .menu-item a:hover {
    color: var(--primary-color) !important
}

header .menu-item .active {
    color: var(--primary-color) !important;
    font-weight: 600
}

header .login {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    cursor: pointer
}

header .contact-btn {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: var(--light) !important;
    background-color: var(--primary-color) !important;
    margin-inline-start: 24px !important
}

header {
    transition: top .6s ease
}

header.scroll-down {
    top: -85px !important
}

header.scroll-up {
    top: 0 !important
}

header .mega-menu {
    background-color: transparent;
    border: none;
}

header .mega-menu .container {
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    background-color: var(--light);
}

.my-modal .card,
header .mega-menu .card {
    padding: 25px;
    border: none !important;
    border-radius: 18px !important;
    transition: all .3s ease;
}

header .mega-menu .title {
    font-size: 20px;
    font-weight: 600;
    color: var(--default-text-color);
}

header .mega-menu .description {
    max-width: 550px;
    margin-top: 11px !important;
    font-size: 14px;
    color: var(--para-text-color);
}

header .mega-menu .card {
    transition: all .3s ease;
}

.my-modal .card img {
    height: 40px;
    object-position: left;
}

header .mega-menu .card img {
    height: 50px;
    object-position: left;
}

.my-modal .card .title,
header .mega-menu .card .title {
    margin-top: 12px !important;
    font-size: 16px;
    font-weight: bold;
    color: var(--default-text-color);
    transition: all .3s ease;
}

.my-modal .card .description,
header .mega-menu .card .description {
    margin-top: 10px !important;
    font-size: 12px;
    color: var(--para-text-color);
    transition: all .3s ease;
}

header .mega-menu .card:hover .title {
    color: var(--light);
    transition: all .3s ease;
}

header .mega-menu .card:hover .description {
    color: var(--light-gray);
    transition: all .3s ease;
}

header .mega-menu .card:hover {
    background-color: #000;
    transition: all .3s ease;
}

.mobile-header {
    padding: 24px 0;
    border-bottom: 1px solid var(--header-bottom-color)
}

.mobile-header .logo {
    line-height: 20px;
    max-height: 16px
}

.mobile-header .nav-btn {
    font-size: 22px !important;
    color: var(--dark);
    background-color: transparent;
    border: none
}

.hero-section {
    height: calc(94vh - 80px) !important;
    max-height: 525px !important;
    margin: 0 35px !important;
    margin-block-start: 90px !important;
    border-radius: 30px;
    /* background-image: url(../images/hero-bg.webp); */
    background-image: url(../images/digitalnextsolutionspvtltd.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.hero-section .row {
    height: calc(94vh - 80px);
    max-height: 525px !important;
    display: flex;
    align-items: center;
    vertical-align: middle
}

.hero-section .hero-bg {
    right: 0 !important;
    position: absolute
}

.hero-section .hero-bg img {
    height: 100%;
    width: 100%;
    max-height: 460px !important
}

.hero-section .hero-title {
    color: var(--light);
    font-size: 48px;
    font-weight: 700
}

.hero-section .hero-para {
    color: var(--light);
    font-size: 16px;
    font-weight: 400
}

.slick-list.draggable {
    padding-top: 20px
}

.service-slider .card {
    background-color: rgba(255, 255, 255, .2);
    border-radius: 20px;
    border: 1px solid var(--light);
    margin-inline-end: 20px;
    transition: all .4s linear;
    cursor: pointer
}

.service-slider .card:hover {
    transform: translateY(-20px);
    transition: all .4s linear
}

.service-slider .card-body {
    padding: 6px;
    position: relative !important
}

.service-slider .card-body .icon {
    background-color: var(--light);
    border-radius: 16px
}

.service-slider .card-body .icon.active {
    color: var(--light) !important;
    background-color: var(--primary-color)
}

.service-slider .card-body .icon.active i {
    color: var(--light) !important
}

.service-slider .card-body .title {
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    color: var(--light);
    padding-inline-start: 10px
}

.service-slider .card-body .title.active {
    color: var(--primary-color)
}

.service-slider .card-body .icon i {
    color: var(--primary-color);
    font-size: 26px
}

.slick-next,
.slick-prev {
    display: none !important
}

.next,
.prev {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    border: 1px solid var(--light) !important;
    color: var(--light) !important;
    background-color: transparent !important;
    margin-inline-end: 10px !important;
    cursor: pointer !important
}

.next:hover,
.prev:hover {
    color: var(--primary-color) !important;
    background-color: var(--light) !important
}

.company-logo {
    width: 100%;
    height: 100%;
    max-height: 60px;
    object-fit: contain
}

.section-tag {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500 !important;
    margin-block-end: 6px !important;
    text-transform: capitalize;
    color: var(--tag-text-color)
}

.section-title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    margin-block-end: 16px !important;
    text-transform: capitalize;
    color: var(--header-text-color)
}

.section-para {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--para-text-color)
}

.slider {
    background: #fff;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 960px
}

.slider::after,
.slider::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg)
}

.slider::before {
    left: 0;
    top: 0
}

.slider .slide-track {
    animation: scroll 100s linear infinite;
    display: flex;
    width: calc(250px * 42)
}

.slider .slide {
    height: 100px;
    width: 250px
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(calc(-250px * 42))
    }
}

.services-section {
    padding: 80px 0
}

.services-section .services .card {
    padding: 40px 0;
    border: none;
    border-radius: 30px;
    background-color: var(--light);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: all .4s linear;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
}

.services-section .services .card:hover {
    transform: translateY(-10px);
    transition: all .4s linear
}

.services-section .services .card .bg {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    opacity: .3;
    top: 0;
    left: 0;
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    transition: all .3s linear
}

.services-section .services .card i {
    font-size: 56px;
    color: var(--primary-color);
    margin-block-end: 20px !important
}

.services-section .services .card h6 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-block-end: 20px !important;
    color: var(--header-text-color)
}

.services-section .services .card span {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    padding: 6px 16px;
    border-radius: 20px;
    color: var(--default-text-color);
    background-color: #efefef
}

.services-section .services .card:hover {
    background-color: var(--primary-color)
}

.services-section .services .card:hover i {
    color: var(--light)
}

.services-section .services .card:hover h6 {
    color: var(--light)
}

.services-section .services .card:hover span {
    color: var(--header-text-color);
    background-color: var(--assets-color)
}

.services-section .services .card:hover .bg {
    display: block
}

.about-section {
    background-color: var(--dark-section-bg)
}

.about-section .card {
    padding: 24px 6px;
    margin-inline-end: 20px !important;
    border-radius: 35px;
    border: none
}

.about-section .next,
.about-section .prev {
    color: var(--primary-color) !important;
    background-color: var(--light) !important;
    border: 1px solid var(--primary-color) !important;
    transition: all.3s ease
}

.about-section .next:hover,
.about-section .prev:hover {
    color: var(--light) !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    transition: all.3s ease
}

.about-section .company-logo {
    min-width: 100px !important;
    min-height: 100px !important;
    max-width: 100px !important;
    max-height: 100px !important;
    border-radius: 50%;
    object-fit: cover !important
}

.about-section .review {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    color: var(--default-text-color)
}

.about-section .client-info {
    margin-block-start: 16px !important
}

.about-section .client-info .profile {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--light)
}

.about-section .client-info img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.about-section .client-info .name {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: var(--default-text-color)
}

.about-section .client-info .job-title {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: var(--default-text-color)
}

.about-section .ratings img {
    height: 16px
}

.contact-section {
    background-color: var(--dark-section-bg)
}

.contact-section .contact-form {
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    border-radius: 35px;
    background-color: var(--light)
}

.contact-section .submit-form p {
    color: var(--default-text-color);
    font-size: 14px;
    line-height: 20px
}

footer {
    background-color: var(--dark-section-bg)
}

footer .mail {
    text-transform: lowercase;
    color: var(--primary-color) !important;
    text-decoration: underline
}

footer .footer-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary-color)
}

footer .footer-list {
    margin-block-start: 16px !important
}

footer .footer-list-item {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-block-end: 10px !important;
    color: var(--light-gray) !important
}

footer .footer-list-item a {
    color: var(--light-gray) !important
}

footer .footer-list-item:hover a {
    color: var(--default-text-color) !important
}

footer .footer-info a,
footer .footer-info p {
    font-size: 14px;
    line-height: 20px;
    margin-block-end: 20px !important;
    color: var(--light-gray) !important
}

footer .footer-title.contact-num a {
    font-size: 22px;
    font-weight: 500;
    color: var(--primary-color) !important
}

footer .copyright {
    padding: 10px 0
}

footer .copyright p {
    font-size: 14px;
    font-weight: 400;
    color: var(--light-gray)
}

.social-icons i {
    font-size: 20px;
    color: var(--primary-color)
}

.header img {
    max-height: 40px !important;
    object-fit: contain !important
}

.banner-section {
    background: #183266;
    margin-top: 80px;
    padding: 70px 0
}

.banner-section .section-tag {
    font-size: 15px;
    line-height: 20px;
    color: var(--tag-text-color);
    font-weight: 500
}

.banner-section .section-title {
    font-size: 32px;
    line-height: 36px;
    color: var(--header-text-color);
    font-weight: 600
}

.banner-section .section-para {
    font-size: 14px;
    line-height: 22px;
    color: var(--para-text-color);
    font-weight: 400
}

.banner-section .card.active {
    background-color: var(--primary-color) !important
}

.banner-section .right-wrapper .icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.banner-section .right-wrapper .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative
}

.banner-section .technology .card .icon {
    background-color: #f9f9f9
}

.banner-section .image-container {
    position: relative;
    height: 180px;
    overflow: hidden
}

.banner-section .animated-image {
    max-width: 80px !important;
    position: absolute;
    bottom: 0;
    right: 150px;
    z-index: 10;
    animation: moveUpDown 2s linear infinite alternate
}

@keyframes moveUpDown {
    0% {
        bottom: 0
    }

    100% {
        bottom: 10%
    }
}

.banner-section .branding-icon {
    width: 180px;
    height: 180px;
    top: 0;
    right: 30px;
    position: absolute;
    border-radius: 30px;
    padding: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.banner-section .branding-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative
}

.project-section .project .card {
    min-height: 260px !important;
    display: flex;
    align-items: center;
    border: none !important;
    border-radius: 20px;
    background-color: #f9f9f9
}

.project-section .project .card:hover .overlay {
    opacity: 1;
    transition: all .4s ease-in-out
}

.project-section .project .overlay {
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    transition: all .3s ease-in-out;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .4s ease-in-out;
    background-color: rgba(0, 122, 255, .8)
}

.project-section .project .overlay p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400 !important;
    color: var(--light)
}

.project-section .project .overlay button {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    margin-block-start: 10px !important;
    color: var(--primary-color);
    background-color: var(--light)
}

.project-section .load-btn {
    width: fit-content;
    font-size: 14px;
    padding: 12px 30px;
    color: var(--primary-color);
    display: inline-block;
    white-space: nowrap;
    border-radius: 30px;
    border: 1px solid var(--primary-color);
    background-color: var(--light);
    transition: all .3s linear
}

.project-section .load-btn.active,
.project-section .load-btn:hover {
    color: var(--light);
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color)
}

.project-section .get-free-btn {
    width: fit-content;
    font-size: 14px;
    padding: 12px 30px;
    color: var(--dark);
    display: inline-block;
    white-space: nowrap;
    border-radius: 30px;
    border: 1px solid var(--assets-color);
    background-color: var(--assets-color);
    transition: all .3s linear
}

.project-section .get-free-btn.active,
.project-section .get-free-btn:hover {
    color: var(--light);
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color)
}

.our-ringtone .voice-btn {
    width: fit-content;
    font-size: 14px;
    padding: 12px 30px;
    color: var(--primary-color);
    display: inline-block;
    white-space: nowrap;
    border-radius: 30px;
    border: 1px solid var(--primary-color);
    background-color: var(--light);
    transition: all .3s linear
}

.our-ringtone .voice-btn.active,
.our-ringtone .voice-btn:hover {
    color: var(--light);
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color)
}

.our-ringtone .card {
    background-color: #f9f9f9;
    border: none;
    border-radius: 30px;
    margin-block-end: 24px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: all .3s linear
}

.our-ringtone .card .card-body {
    background-color: var(--light) !important
}

.our-ringtone .card .card-body .bg {
    min-height: 150px
}

.our-ringtone .card .icon {
    border-radius: 30px;
    min-height: 150px;
    opacity: 0
}

.our-ringtone .card:hover .icon {
    opacity: 1
}

.our-ringtone .card .free-quote {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    padding: 10px 30px;
    border-radius: 30px;
    opacity: 0;
    color: var(--dark);
    background-color: var(--light);
    transition: all .3s linear
}

.our-ringtone .card:hover .free-quote {
    opacity: 1
}

.our-ringtone .card .details h6 {
    font-size: 16px;
    font-weight: 500
}

.our-ringtone .card .details span {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    margin-block-start: 100px;
    padding: 8px 20px;
    border-radius: 30px;
    background-color: #efefef
}

.our-ringtone .card #seekbar,
.our-ringtone .card #volume {
    height: 6px;
    width: 100px
}

.our-ringtone .card .play-btn i {
    font-size: 40px;
    color: var(--primary-color)
}

.our-ringtone .card .audio-controls i,
.our-ringtone .card .audio-controls span {
    font-size: 14px;
    color: var(--primary-color)
}

.about-section .logo {
    width: 100%;
    height: 100%;
    max-width: 160px;
    max-height: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 40px;
    background-color: var(--light);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.our-mission-section .row {
    background-color: var(--primary-color);
    border-radius: 40px
}

.our-mission-section h6 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: var(--light)
}

.our-mission-section p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffffd6
}

.our-mission-section .right {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px
}

.get-started-section .row {
    padding: 60px 0;
    border-radius: 16px;
    background-color: var(--primary-color)
}

.get-started-section .section-title {
    line-height: 30px
}

.get-started-section .section-para,
.get-started-section .section-title {
    color: var(--light)
}

.get-started-section .contact-btn,
.get-started-section .contact-btn:active,
.get-started-section .contact-btn:focus {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400 !important;
    color: var(--primary-color);
    background-color: var(--light);
    border: 1px solid var(--light) !important;
    transition: all .3s ease-in-out
}

.get-started-section .quote-btn,
.get-started-section .quote-btn:active,
.get-started-section .quote-btn:focus {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400 !important;
    color: var(--dark);
    background-color: var(--assets-color);
    border: 1px solid var(--assets-color) !important;
    transition: all .3s ease-in-out
}

.get-started-section .contact-btn:hover,
.get-started-section .quote-btn:hover {
    color: var(--light) !important;
    background-color: transparent !important;
    border: 1px solid var(--light) !important;
    transition: all .3s ease-in-out
}

.our-team-section .team-slider .slide {
    background-color: transparent
}

.our-team-section .team-slider .slide .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none !important;
    transition: all .3s ease-in
}

.our-team-section .team-slider .slide .card .profile {
    width: 100%;
    height: 100%;
    max-width: 200px !important;
    height: 200px !important;
    position: relative;
    padding: 6px;
    border-radius: 100%;
    border: 2px solid var(--primary-color)
}

.our-team-section .team-slider .slide .card .profile .image {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.our-team-section .team-slider .slide .card .profile .logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 16px;
    background-color: var(--light);
    bottom: 0;
    right: 0;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.our-team-section .team-slider .slide .card .profile .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative
}

.our-team-section .team-slider .slide .card .profile .logo img {
    transition: transform .4s ease-in
}

.our-team-section .team-slider .slide .card:hover .profile .logo img {
    transform: scale(.9)
}

.our-team-section .team-slider .slide .card .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 20px
}

.our-team-section .team-slider .slide .card .details .name {
    color: var(--primary-color);
    font-size: 15px;
    line-height: 22px;
    font-weight: 500
}

.our-team-section .team-slider .slide .card .details .position {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    margin-block-start: 8px !important;
    padding: 6px 16px !important;
    border-radius: 20px;
    color: var(--default-text-color);
    background-color: #efefef;
    transition: all .3s ease-in
}

.our-team-section .next,
.our-team-section .prev {
    color: var(--primary-color) !important;
    background-color: var(--light) !important;
    border: 1px solid var(--primary-color) !important;
    transition: all.3s ease
}

.our-team-section .next:hover,
.our-team-section .prev:hover {
    color: var(--light) !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    transition: all .3s ease-in
}

.our-team-section .team-slider .slide .card:hover .profile {
    border: 2px solid rgba(0, 123, 255, .5);
    transition: all .3s ease-in
}

.our-team-section .team-slider .slide .card:hover .details .position {
    background-color: var(--assets-color);
    transition: all .3s ease-in
}

.contact-section {
    background-color: var(--light)
}

.contact-section .card {
    border: none !important
}

.contact-section .card .card-body i {
    font-size: 36px;
    color: var(--primary-color)
}

.contact-section .card .card-body h6 {
    font-size: 16px;
    margin-block-end: 10px !important;
    color: var(--header-text-color)
}

.contact-section .card .card-body a,
.contact-section .card .card-body p {
    font-size: 14px;
    line-height: 20px;
    color: var(--para-text-color) !important
}

.cctv-hero {
    position: relative;
}

.cctv-hero .hero-image-container {
    border-radius: 24px;
    max-height: 400px;
}

.cctv-hero .hero-image-container img {
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.cctv-hero .hero-image-container:hover img {
    transform: scale(1.05) !important;
    transition: all 0.4s ease-in-out;
}

.cctv-hero .section-title {
    position: relative;
    font-weight: 500;
    color: var(--light);
}

.cctv-hero .contact-btn {
    width: fit-content;
    font-size: 14px;
    padding: 12px 30px;
    color: var(--primary-color);
    display: inline-block;
    white-space: nowrap;
    border-radius: 30px;
    border: none;
    background-color: var(--light);
    transition: all .3s linear
}

.cctv-hero .contact-btn.active,
.cctv-hero .contact-btn:hover {
    color: var(--light);
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color)
}

.cctv-hero .get-free-visit-btn {
    width: fit-content;
    font-size: 14px;
    padding: 12px 34px;
    color: var(--dark);
    display: inline-block;
    white-space: nowrap;
    border-radius: 30px;
    border: 1px solid var(--assets-color);
    background-color: var(--assets-color);
    transition: all .3s linear
}

.cctv-hero .get-free-visit-btn.active,
.cctv-hero .get-free-visit-btn:hover {
    color: var(--light);
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color)
}

.cctv-offer-section .card {
    padding: 40px 0;
    border: none;
    border-radius: 30px;
    background-color: var(--light);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    transition: all .4s linear !important;
}

.cctv-offer-section .card:hover {
    color: var(--light);
    background-color: var(--primary-color);
    transform: translateY(-10px);
    transition: all .4s linear;
}

.cctv-offer-section .card i {
    font-size: 56px;
    color: var(--primary-color);
    transition: all .4s linear !important;
}

.cctv-offer-section .card:hover i {
    color: var(--light);
    transition: all .4s linear;
}

.cctv-offer-section .card h6 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-block-start: 20px !important;
    color: var(--header-text-color);
    transition: all .4s linear;
}

.cctv-offer-section .card:hover h6 {
    color: var(--light);
    transition: all .4s linear;
}

.cctv-trust-section .cctv-services .card {
    border-radius: 18px;
    border: 2px solid #efefef;
}

.cctv-trust-section .cctv-services .card .icon {
    border-radius: 16px;
    background-color: var(--primary-color);
}

.cctv-trust-section .cctv-services .card .icon i {
    color: var(--light) !important;
}

.cctv-images-section {
    padding-top: 0 !important;
}

.cctv-images-section .cctv-images .slick-slide {
    margin-right: 10px;
}

.cctv-images-section .slick-track {
    display: flex !important;
    gap: 0;
}

.cctv-images-section .cctv-images .slick-slide:last-child {
    margin-right: 0;
}

.cctv-images-section .cctv-images .img-slide {
    width: 100%;
    height: 300px;
    position: relative;
}

.cctv-images-section .cctv-images .img-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cctv-images-section .cctv-images .overlay {
    width: 100%;
    height: 100%;
    padding: 20px;
    transition: all .3s ease-in-out;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .4s ease-in-out;
    background-color: rgba(0, 122, 255, .8);
}

.cctv-images-section .cctv-images .overlay:hover {
    opacity: 1;
    transition: all .4s ease-in-out;
}

.cctv-images-section .cctv-images .overlay button {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    margin-block-start: 10px !important;
    color: var(--primary-color);
    background-color: var(--light)
}

.cctv-brands-section img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

/* EV Charging Section */

.ev-hero {
    position: relative;
}

.ev-hero .hero-image-container {
    border-radius: 24px;
    max-height: 400px;
}

.ev-hero .hero-image-container img {
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.ev-hero .hero-image-container:hover img {
    transform: scale(1.05) !important;
    transition: all 0.4s ease-in-out;
}

.ev-hero .section-title {
    margin-top: 6% !important;
    position: relative;
    font-weight: 500;
    color: var(--light);
}

.ev-hero .contact-btn {
    width: fit-content;
    font-size: 14px;
    padding: 12px 30px;
    color: var(--primary-color);
    display: inline-block;
    white-space: nowrap;
    border-radius: 30px;
    border: none;
    background-color: var(--light);
    transition: all .3s linear
}

.ev-hero .contact-btn.active,
.ev-hero .contact-btn:hover {
    color: var(--light);
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color)
}

.ev-hero .get-free-visit-btn {
    width: fit-content;
    font-size: 14px;
    padding: 12px 34px;
    color: var(--dark);
    display: inline-block;
    white-space: nowrap;
    border-radius: 30px;
    border: 1px solid var(--assets-color);
    background-color: var(--assets-color);
    transition: all .3s linear
}

.ev-hero .get-free-visit-btn.active,
.ev-hero .get-free-visit-btn:hover {
    color: var(--light);
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color)
}

.ev-charging-section .card {
    padding: 40px 0;
    border: none;
    border-radius: 30px;
    background-color: var(--light);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    transition: all .4s linear !important;
}

.ev-charging-section .card:hover {
    color: var(--light);
    background-color: var(--primary-color);
    transform: translateY(-10px);
    transition: all .4s linear;
}

.ev-charging-section .card i {
    font-size: 56px;
    color: var(--primary-color);
    transition: all .4s linear !important;
}

.ev-charging-section .card:hover i {
    color: var(--light);
    transition: all .4s linear;
}

.ev-charging-section .card h6 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-block-start: 20px !important;
    color: var(--header-text-color);
    transition: all .4s linear;
}

.ev-charging-section .card:hover h6 {
    color: var(--light);
    transition: all .4s linear;
}

.ev-trust-section .ev-services .card {
    border-radius: 18px;
    border: 2px solid #efefef;
}

.ev-trust-section .ev-services .card .icon {
    border-radius: 16px;
    background-color: var(--primary-color);
}

.ev-trust-section .ev-services .card .icon i {
    color: var(--light) !important;
}

.ev-images-section {
    padding-top: 0 !important;
}

.ev-images-section .ev-images .slick-slide {
    margin-right: 10px;
}

.ev-images-section .slick-track {
    display: flex !important;
    gap: 0;
}

.ev-images-section .ev-images .slick-slide:last-child {
    margin-right: 0;
}

.ev-images-section .ev-images .img-slide {
    width: 100%;
    height: 300px;
    position: relative;
}

.ev-images-section .ev-images .img-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ev-images-section .ev-images .overlay {
    width: 100%;
    height: 100%;
    padding: 20px;
    transition: all .3s ease-in-out;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .4s ease-in-out;
    background-color: rgba(0, 122, 255, .8);
}

.ev-images-section .ev-images .overlay:hover {
    opacity: 1;
    transition: all .4s ease-in-out;
}

.ev-images-section .ev-images .overlay button {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    margin-block-start: 10px !important;
    color: var(--primary-color);
    background-color: var(--light)
}

.ev-brands-section img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

/* Call Center Section */

.call-center-hero {
    position: relative;
}

.call-center-hero .hero-image-container {
    border-radius: 24px;
    max-height: 400px;
}

.call-center-hero .hero-image-container img {
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.call-center-hero .hero-image-container:hover img {
    transform: scale(1.05) !important;
    transition: all 0.4s ease-in-out;
}

.call-center-hero .section-title {
    margin-top: 6% !important;
    position: relative;
    font-weight: 500;
    color: var(--light);
}

.call-center-hero .contact-btn {
    width: fit-content;
    font-size: 14px;
    padding: 12px 30px;
    color: var(--primary-color);
    display: inline-block;
    white-space: nowrap;
    border-radius: 30px;
    border: none;
    background-color: var(--light);
    transition: all .3s linear
}

.call-center-hero .contact-btn.active,
.call-center-hero .contact-btn:hover {
    color: var(--light);
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color)
}

.call-center-hero .get-free-visit-btn {
    width: fit-content;
    font-size: 14px;
    padding: 12px 34px;
    color: var(--dark);
    display: inline-block;
    white-space: nowrap;
    border-radius: 30px;
    border: 1px solid var(--assets-color);
    background-color: var(--assets-color);
    transition: all .3s linear
}

.call-center-hero .get-free-visit-btn.active,
.call-center-hero .get-free-visit-btn:hover {
    color: var(--light);
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color)
}


.call-center-service-section .card {
    padding: 40px 0;
    border: none;
    border-radius: 30px;
    background-color: var(--light);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    transition: all .4s linear !important;
}

.call-center-service-section .card:hover {
    color: var(--light);
    background-color: var(--primary-color);
    transform: translateY(-10px);
    transition: all .4s linear;
}

.call-center-service-section .card i {
    font-size: 56px;
    color: var(--primary-color);
    transition: all .4s linear !important;
}

.call-center-service-section .card:hover i {
    color: var(--light);
    transition: all .4s linear;
}

.call-center-service-section .card h6 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-block-start: 20px !important;
    color: var(--header-text-color);
    transition: all .4s linear;
}

.call-center-service-section .card:hover h6 {
    color: var(--light);
    transition: all .4s linear;
}

.call-center-features-section .ev-services .card {
    border-radius: 18px;
    border: 2px solid #efefef;
}

.call-center-features-section .ev-services .card .icon {
    border-radius: 16px;
    background-color: var(--primary-color);
}

.call-center-features-section .ev-services .card .icon i {
    color: var(--light) !important;
}

/* POS */

.pos-hero {
    position: relative;
}

.pos-hero .hero-image-container {
    border-radius: 24px;
    max-height: 400px;
}

.pos-hero .hero-image-container img {
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.pos-hero .hero-image-container:hover img {
    transform: scale(1.05) !important;
    transition: all 0.4s ease-in-out;
}

.pos-hero .section-title {
    margin-top: 6% !important;
    position: relative;
    font-weight: 500;
    color: var(--light);
}

.pos-hero .contact-btn {
    width: fit-content;
    font-size: 14px;
    padding: 12px 30px;
    color: var(--primary-color);
    display: inline-block;
    white-space: nowrap;
    border-radius: 30px;
    border: none;
    background-color: var(--light);
    transition: all .3s linear
}

.pos-hero .contact-btn.active,
.pos-hero .contact-btn:hover {
    color: var(--light);
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color)
}

.pos-hero .get-free-visit-btn {
    width: fit-content;
    font-size: 14px;
    padding: 12px 34px;
    color: var(--dark);
    display: inline-block;
    white-space: nowrap;
    border-radius: 30px;
    border: 1px solid var(--assets-color);
    background-color: var(--assets-color);
    transition: all .3s linear
}

.pos-hero .get-free-visit-btn.active,
.pos-hero .get-free-visit-btn:hover {
    color: var(--light);
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color)
}

.pos-hero .hero-image-container img {
    height: 100px;
}

.why-choose-pos-section img {
    max-height: 320px;
    object-fit: contain;
}

.why-choose-pos-section ul {
    padding-left: 0 !important;
    list-style: none;
}

.why-choose-pos-section ul li {
    margin-bottom: 4px;
    align-items: baseline;
    display: flex;
    gap: 3px;
}

.why-choose-pos-section ul li svg {
    display: inline;
    justify-content: center;
    align-items: center;
    scale: calc(1.1);
}

.why-choose-pos-section ul li .title {
    color: var(--primary-color);
}

.pos-solutions-section .card {
    padding: 40px 0;
    border: none;
    border-radius: 30px;
    background-color: var(--light);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    transition: all .4s linear !important;
}

.pos-solutions-section .card:hover {
    color: var(--light);
    background-color: #183266;
    transform: translateY(-10px);
    transition: all .4s linear;
}

.pos-solutions-section .card svg path {
    font-size: 56px;
    fill: var(--primary-color) !important;
    transition: all .4s linear !important;
}

.pos-solutions-section .card:hover svg path {
    fill: var(--light) !important;
    transition: all .4s linear;
}

.pos-solutions-section .card h6 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-block-start: 20px !important;
    color: var(--header-text-color);
    transition: all .4s linear;
}

.pos-solutions-section .card:hover h6 {
    color: var(--light);
    transition: all .4s linear;
}

.pos-plans-section table thead .package-name {
    font-size: 25px;
    line-height: 26px;
}

.pos-plans-section table thead th:not(:first-child),
.pos-plans-section table tbody tr td:not(:first-child) {
    text-align: center;
}

.pos-plans-section table thead tr:first-child th {
    padding-block: 18px;
    background-color: #183266 !important;
    color: white;
    vertical-align: middle !important;
}

.pos-plans-section table tr:nth-child(odd) td {
    background-color: #ebf5ff !important;
}

.pos-plans-section table tr th:first-child,
.pos-plans-section table tr td:first-child {
    border-radius: 10px 0 0 10px;
}

.pos-plans-section table tr th:last-child,
.pos-plans-section table tr td:last-child {
    border-radius: 0 10px 10px 0;
}

.pos-plans-section table tr td i {
    font-size: 21px;
    line-height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pos-plans-section table thead .old-price {
    position: relative;
    display: inline-block;
}

.pos-plans-section table thead .old-price::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-bottom: 2px solid red;
    transform: translateY(-50%);
}

.pos-plans-section table thead .new-price {
    font-size: 20px;
    line-height: 24px;
    color: #ebf5ff;
}

.pos-plans-section table tbody tr td i.fi-ss-check-circle {
    color: #01ab01;
}

.pos-plans-section table tbody tr td i.fi-sr-cross-circle {
    color: red;
}

.pos-support-section .ev-services .card {
    border-radius: 18px;
    border: 2px solid #efefef;
}

.pos-support-section .ev-services .card .icon {
    border-radius: 16px;
    background-color: var(--primary-color);
}

.pos-support-section .ev-services .card .icon i {
    color: var(--light) !important;
}


.accordion dt>a {
    text-align: start;
    font-weight: 500;
    padding: 16px;
    display: block;
    text-decoration: none;
    color: #fff;
    -webkit-transition: background-color .5s ease-in-out;
}

.accordion dd {
    background-color: var(--primary-color);
    color: var(--light);
    font-size: 14px;
    line-height: 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.accordion dd>p {
    padding: 1em 2em 1em 50px !important
}

.accordion {
    position: relative;
    background-color: transparent
}

.accordionTitle {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color: var(--dark);
    background-color: var(--light)
}

.accordionTitle:before {
    content: "+";
    font-size: 1.5em;
    line-height: .5em;
    margin-block-start: 4px;
    margin-inline-end: 20px;
    float: left;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.accordionTitle:hover {
    border-radius: 12px;
    color: var(--light) !important;
    background-color: var(--primary-color)
}

.accordionTitleActive {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color: var(--light) !important;
    background-color: var(--primary-color)
}

.accordionTitleActive:before {
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.accordionItem {
    height: auto;
    overflow: hidden
}

@media all {
    .accordionItem {
        max-height: 50em;
        -moz-transition: max-height 1s;
        -o-transition: max-height 1s;
        -webkit-transition: max-height 1s;
        transition: max-height 1s
    }
}

@media screen and (min-width:48em) {
    .accordionItem {
        max-height: 15em;
        -moz-transition: max-height .5s;
        -o-transition: max-height .5s;
        -webkit-transition: max-height .5s;
        transition: max-height .5s
    }
}

.accordionItemCollapsed {
    max-height: 0
}

.animateIn {
    -webkit-animation-name: accordionIn;
    -webkit-animation-duration: .65s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 0s;
    -moz-animation-name: normal;
    -moz-animation-duration: .65s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    animation-name: accordionIn;
    animation-duration: .65s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0s
}

.animateOut {
    -webkit-animation-name: accordionOut;
    -webkit-animation-duration: .75s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 0s;
    -moz-animation-name: accordionOut;
    -moz-animation-duration: .75s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    animation-name: accordionOut;
    animation-duration: .75s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0s
}

@-webkit-keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes accordionIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.8)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1)
    }
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(.8)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes accordionOut {
    0% {
        opacity: 1;
        -moz-transform: scale(1)
    }

    100% {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(.8)
    }
}

.banner-section {
    margin-top: 70px
}

@keyframes animateToRight {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

@keyframes animateToLeft {
    from {
        left: 0;
        opacity: 1
    }

    to {
        left: -300px;
        opacity: 0
    }
}

.my-modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 5%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.modal--content {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    height: 100%;
    border: none;
    background-color: var(--light);
    max-width: 100%;
    overflow: auto;
}

.modal--show {
    animation-name: animateToRight;
    animation-duration: 1s
}

.modal--hide {
    animation-name: animateToLeft;
    animation-duration: 1s
}

.close {
    position: absolute;
    color: var(--primary-color);
    font-size: 36px;
    font-weight: 600;
    cursor: pointer;
    top: 0;
    right: 12px;
    min-height: min-content;
    padding: 0 2px;
    border-radius: 4px
}

.close:hover {
    color: var(--primary-color)
}

.nav-link {
    color: var(--dark) !important
}

.nav--item {
    cursor: pointer
}

.nav--item.active {
    font-weight: 700
}

.nav--item:hover {
    font-weight: 700
}

.nav--item a {
    cursor: pointer;
    color: var(--dark);
    text-decoration: none
}

.my-modal .login-btn {
    color: var(--primary-color) !important;
    background-color: var(--light) !important;
    border: 1px solid var(--primary-color) !important
}

.my-modal .login-btn:hover {
    color: var(--light) !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important
}

.my-modal .contact-btn {
    color: var(--light);
    background-color: #25d366 !important;
    border: 1px solid #25d366 !important
}

.my-modal .contact-btn:hover {
    color: #25d366 !important;
    background-color: var(--light) !important;
    border: 1px solid #25d366 !important
}

@media only screen and (max-width:768px) {
    .hero-section {
        height: calc(90vh - 80px) !important;
        margin: 0 10px !important;
        margin-block-start: 70px !important
    }

    .hero-section .row {
        padding: 0 15px;
        height: calc(90vh - 80px)
    }

    .hero-section .hero-bg {
        bottom: 0 !important
    }

    .hero-section .hero-bg img {
        height: 70% !important
    }

    .hero-section .hero-title {
        font-size: 28px
    }

    .hero-section .hero-para {
        font-size: 14px
    }

    .slick-list.draggable {
        padding-top: 20px
    }

    .hero-section .services .card {
        background-color: rgba(255, 255, 255, .2);
        border-radius: 20px;
        border: 1px solid var(--light);
        margin-inline-end: 20px;
        transition: all .4s linear;
        cursor: pointer
    }

    .hero-section .services .card:hover {
        transform: translateY(-20px);
        transition: all .4s linear
    }

    .hero-section .services .card-body {
        padding: 6px;
        position: relative !important
    }

    .hero-section .services .card-body .icon {
        background-color: var(--light);
        border-radius: 16px
    }

    .hero-section .services .card-body .title {
        font-size: 15px;
        font-weight: 400;
        color: var(--light);
        padding-inline-start: 10px
    }

    .hero-section .services .card-body .icon i {
        color: var(--primary-color);
        font-size: 26px
    }

    .slick-next,
    .slick-prev {
        display: none !important
    }

    .btn {
        display: inline-flex;
        font-size: 14px !important;
        font-weight: 600 !important;
        padding: 10px 20px !important;
        border: none !important;
        border-radius: 40px !important;
        white-space: nowrap !important
    }

    .primary-btn {
        margin: 0 !important
    }

    .primary-btn:hover {
        background-position: right center !important;
        color: #fff !important;
        text-decoration: none !important
    }

    .primary-btn:active {
        transform: scale(.95) !important
    }

    section {
        padding: 40px 0 !important
    }

    .section-tag {
        font-size: 14px;
        line-height: 16px
    }

    .section-title {
        font-size: 26px;
        line-height: 32px
    }

    .section-para {
        font-size: 14px;
        line-height: 20px
    }

    .about-section .review {
        font-size: 14px;
        line-height: 20px;
        margin-block-start: 16px !important;
        -webkit-line-clamp: 5
    }

    .about-section .company-logo {
        min-width: 100px !important;
        min-height: 100px !important;
        max-width: 100px !important;
        max-height: 100px !important
    }

    .about-section .logo {
        border-radius: 20px !important;
        max-width: 130px !important;
        max-height: 130px !important
    }

    .our-mission-section .right {
        min-width: 100% !important;
        min-height: 240px !important;
        border-top-right-radius: 0;
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 25px;
        position: relative !important
    }

    .our-mission-section .row {
        border-radius: 25px
    }

    .banner-section .image-container {
        position: relative;
        height: 140px;
        overflow: hidden
    }

    .banner-section .animated-image {
        max-width: 80px !important;
        position: absolute;
        bottom: 0;
        left: 105px;
        z-index: 10;
        animation: moveUpDown 2s linear infinite alternate
    }

    .banner-section .branding-icon {
        width: 130px;
        height: 130px;
        top: 0;
        left: 15px;
        position: absolute;
        border-radius: 20px;
        padding: 20px
    }

    .cctv-hero {
        padding-top: 20px !important;
    }

    .cctv-hero .section-title {
        font-size: 17px;
        line-height: 22px;
    }

    .cctv-hero .hero-image-container {
        border-radius: 18px;
    }

    .cctv-hero .hero-image-container img {
        height: 200px;
    }

    .cctv-brands-section img {
        height: 40px;
    }

    .ev-hero {
        padding-top: 20px !important;
    }

    .ev-hero .section-title {
        font-size: 17px;
        line-height: 22px;
    }

    .ev-hero .hero-image-container {
        border-radius: 18px;
    }

    .ev-hero .hero-image-container img {
        height: 200px;
    }

    .ev-brands-section img {
        height: 40px;
    }


    .call-center-hero {
        padding-top: 20px !important;
    }

    .call-center-hero .section-title {
        font-size: 17px;
        line-height: 22px;
    }

    .call-center-hero .hero-image-container {
        border-radius: 18px;
    }

    .call-center-hero .hero-image-container img {
        height: 200px;
    }

    .pos-hero {
        padding-top: 20px !important;
    }

    .pos-hero .section-title {
        font-size: 17px;
        line-height: 22px;
    }

    .pos-hero .hero-image-container {
        border-radius: 18px;
    }

    .pos-hero .hero-image-container img {
        height: 50px;
    }

    .why-choose-pos-section ul li svg {
        scale: calc(1.6);
    }

    .pos-plans-section table thead .package-name {
        font-size: 19px;
        line-height: 21px;
    }

    .pos-plans-section table thead .new-price {
        font-size: 18px;
        line-height: 20px;
    }

    .pos-plans-section table thead .old-price {
        font-size: 14px;
        line-height: 18px;
    }
}

@media only screen and (max-width:992px) {
    .banner-section .image-container {
        position: relative;
        height: 140px;
        overflow: hidden
    }

    .banner-section .animated-image {
        max-width: 80px !important;
        position: absolute;
        bottom: 0;
        left: 105px;
        z-index: 10;
        animation: moveUpDown 2s linear infinite alternate
    }

    .banner-section .branding-icon {
        width: 130px;
        height: 130px;
        top: 0;
        left: 15px;
        position: absolute;
        border-radius: 20px;
        padding: 20px
    }
}