:root {
    --c1: #d8374a;
    --c2: #f0c543;
    --c3: #5b5b5b;
    --c4: #e4f2f2;
    --c5: #ffff;
    --bg: #f8d4d4
}

.c1 {
    color: var(--c1) !important
}

.c2 {
    color: var(--c2) !important
}

.c3 {
    color: var(--c3) !important
}

.c4 {
    color: var(--c4) !important
}

.bg {
    background-color: var(--bg)
}

.w {
    color: #fff !important
}

.b {
    color: #000 !important
}

a {
    text-decoration: none !important
}

.ls {
    letter-spacing: 1px
}

.lh {
    line-height: 2rem !important
}

p {
    color: #282828;
    line-height: 1.5rem
}

@font-face {
    font-family: jost-regular;
    src: url(../Jost-Regular.woff2);
    font-display: swap
}

@font-face {
    font-family: Assistant-Regular;
    src: url(../Assistant-Regular.woff2);
    font-display: swap
}

.hf {
    font-family: jost-regular !important
}

.df {
    font-family: Dancing !important
}

html {
    width: 100vw !important;
    overflow-x: hidden !important
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: jost-regular !important;
    overflow-x: hidden !important;
    width: 100vw;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth !important
}

h1,
h2,
h3,
h4,
h5 {
    font-family: jost-regular !important
}

* {
    box-sizing: border-box
}

.first-text {
    display: flex;
    align-items: center
}

.first-text .ftp {
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px
}

.bg-sli {
    position: relative;
    overflow: hidden
}

.bg-sli::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #dc3545 !important;
    clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
    z-index: 0
}

.bg-sli a {
    position: relative;
    z-index: 1
}

.first-bx-img {
    width: 28px
}

.top-nv-soc-img {
    width: 20px
}

.get-help {
    background-color: var(--c1) !important;
    border-radius: 0 !important;
    color: #ffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center
}

.cus-img {
    width: 20%
}

.cus-text {
    text-align: start
}

.first-top {
    background-color: var(--c1)
}

.first-text {
    display: flex;
    align-items: center
}

.first-text .ftp {
    font-size: 13px;
    color: #fff;
    letter-spacing: .8px
}

.first-bx-img {
    width: 25px
}

.top-nv-soc-img {
    width: 19px;
    filter: brightness(0) invert(1)
}

.white-icon {
    filter: brightness(0) invert(1)
}

.goog-logo-link,
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget span {
    display: none !important
}

.goog-te-gadget {
    color: transparent !important
}

.goog-te-combo {
    margin: 0 auto;
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px
}

#google_translate_element_1 {
    text-align: center
}

.nav-custom {
    background: #fff !important;
    transition: .4s;
    position: relative;
    z-index: 1050
}

.nav-custom.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .15) !important
}

.logo {
    width: 160px;
    height: 100%;
    object-fit: contain
}

.menu {
    width: 38px
}

.nav-link {
    font-weight: 600;
    letter-spacing: .6px;
    font-size: 14px;
    color: #000;
    padding: 8px 5px !important;
    position: relative;
    display: inline-block
}

.navbar .nav-link {
    color: #000 !important
}

.nav-link.active,
.nav-link:hover {
    color: var(--c1) !important
}

.nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    background: var(--c1);
    transition: .3s ease
}

.nav-link.active::before,
.nav-link:hover::before {
    width: 100%
}

.nav-img-ic {
    width: 18px;
    margin-right: 5px
}

.navbar-toggler:focus {
    outline: 0;
    box-shadow: none !important
}

.simple-dropdown {
    min-width: 200px;
    padding: 10px 0
}

.simple-dropdown li a {
    padding: 8px 15px;
    display: block;
    font-size: 14px;
    color: #000;
    white-space: nowrap
}

.simple-dropdown li a:hover {
    background: #f7f7f7;
    color: var(--c1)
}

.mega-dropdown {
    position: static !important;
    overflow: hidden
}

.mega-menu {
    overflow: hidden !important
}

.mega-dropdown .dropdown-menu {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    left: 50% !important;
    transform: translateX(-50%);
    padding: 25px;
    border-radius: 0 0 10px 10px;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    background: #fff;
    background-size: cover;
    background-position: left center
}

.mega-menu .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 35px
}

.mega-menu .col-md-3 {
    width: 25%
}

.mega-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--c1)
}

.mega-menu a {
    display: block;
    padding: 6px 0;
    font-size: 14px;
    color: #000
}

.mega-menu i {
    color: var(--c1);
    margin-right: 2px
}

.mega-menu a:hover {
    color: var(--c1)
}

@media (min-width:992px) {
    .mega-dropdown:hover>.dropdown-menu {
        display: block !important
    }

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

.navbar-nav .dropdown-toggle::after {
    display: none !important
}

.mega-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #b42e3f;
    letter-spacing: .5px;
    text-transform: uppercase
}

.mega-menu a {
    display: block;
    padding: 8px 0;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    position: relative;
    transition: .25s ease
}

.mega-menu a i {
    margin-right: 10px;
    font-size: 16px;
    width: 20px;
    text-align: center;
    color: #b42e3f;
    transition: .25s
}

.mega-menu a:hover {
    color: #b42e3f;
    transform: translateX(5px)
}

.mega-menu a:hover i {
    color: #ff6479;
    transform: scale(1.2);
    text-shadow: 0 0 8px rgba(180, 46, 63, .5)
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.offcanvas {
    border-right: 2px solid var(--c1)
}

.logo-nv {
    width: 150px
}

.mobile-menu {
    padding-left: 0 !important;
    margin-top: 1rem
}

.mob-li {
    width: 100%
}

.mobile-link {
    width: 100%;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    color: #131313;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(0, 0, 0, .05);
    backdrop-filter: blur(8px);
    transform: translateX(-40px);
    opacity: 0
}

.mobile-link.animate-in {
    animation: slideInItem .5s ease forwards
}

.mob-active {
    border-bottom: 2px solid var(--c1)
}

.mobile-sublink {
    padding: 6px 0;
    display: block;
    font-size: 15px
}

.mob-s-nav {
    justify-content: center !important
}

.mob-s-nav .ab-lgo-bx {
    width: 43px;
    height: 43px;
    background: var(--c1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounceIn 1s ease infinite alternate
}

.mob-s-nav .ab-lgo-bx img {
    width: 55%
}

.mobile-sub-heading {
    color: var(--c1)
}

.mob-menu .mobile-sublink {
    color: #000 !important
}

@keyframes bounceIn {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-5px)
    }
}

@keyframes slideInItem {
    from {
        transform: translateX(-50px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.cal-nv-btn {
    background-color: var(--c1) !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    width: 170px;
    font-size: 13px !important;
    transition: .5s
}

.btn-round-bx {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--c1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -10%
}

.call-nv {
    width: 20px
}

.cal-nv-btn:hover {
    box-shadow: rgba(0, 0, 0, .4) 0 2px 4px, rgba(0, 0, 0, .3) 0 7px 13px -3px, rgba(0, 0, 0, .2) 0 -3px 0 inset
}

body::-webkit-scrollbar {
    width: 5px
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px
}

body::-webkit-scrollbar-thumb {
    background: var(--c1);
    border-radius: 10px
}

.nav-img-ic {
    width: 23px
}

.btn-c1 {
    background-color: var(--c1) !important;
    color: #fff !important;
    border: 2px solid var(--c1) !important;
    transition: all .5s;
    font-weight: 700 !important;
    border-radius: unset !important
}

.btn-c1:hover {
    background-color: unset !important;
    color: var(--c1) !important;
    border: 2px solid var(--c1) !important;
    transition: all .5s
}

.fix-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 5%;
    right: 1%;
    z-index: 60
}

.fix-img {
    width: 30px;
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.in-fix-box {
    display: flex;
    align-items: center;
    background-color: #40c351;
    border-radius: 12px
}

.in-fix-p {
    color: #fff
}

.call-fix-side {
    border-radius: 50%;
    border: 3px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.call-img-fix {
    width: 40px;
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg)
    }

    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg)
    }

    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg)
    }

    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.cal-nv-btn {
    background-color: var(--c1) !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    position: relative;
    width: 170px;
    font-size: 13px !important;
    transition: all .5s
}

.btn-round-bx {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    box-shadow: rgba(0, 0, 0, .4) 0 2px 4px, rgba(0, 0, 0, .3) 0 7px 13px -3px, rgba(0, 0, 0, .2) 0 -3px 0 inset;
    left: -10%
}

.call-nv {
    width: 20px
}

.cal-nv-btn:hover {
    box-shadow: rgba(0, 0, 0, .4) 0 2px 4px, rgba(0, 0, 0, .3) 0 7px 13px -3px, rgba(0, 0, 0, .2) 0 -3px 0 inset;
    transition: all .5s
}

.enq-btn {
    background-color: var(--c1) !important;
    color: #fff !important;
    transition: all .5s
}

.enq-icn {
    transition: all .5s
}

.enq-btn:hover .enq-icn {
    transform: rotateY(360deg);
    transition: all 1s
}

.top-bar {
    background-color: #ffff
}

.round-call {
    background-color: var(--c1);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.round-call img {
    width: 50%
}

.call-p1 {
    font-size: 12px
}

.call-p2 {
    font-size: 14px
}

.plan-holiday-btn {
    background-color: var(--c1) !important;
    color: #fff !important;
    font-size: 14px !important
}

.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08)
}

.blog-img {
    width: 100%;
    height: 220px;
    object-fit: cover
}

.blog-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.blog-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.blog-text {
    font-size: 14px;
    line-height: 1.6;
    flex-grow: 1
}

.blog-btn {
    margin-top: 15px;
    align-self: flex-start;
    padding: 8px 18px;
    background: #d8374a;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px
}

.blog-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.blog-text {
    flex-grow: 1
}

@media (max-width:576px) {
    .blog-img {
        height: 180px
    }

    .blog-title {
        font-size: 16px
    }

    .blog-text {
        font-size: 13px
    }
}

.button-container {
    display: flex;
    gap: 20px
}

.action-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline: 0;
    border-radius: 8px;
    background-color: #efededf6 !important
}

.action-button .count-badge {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: var(--c1);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 50%
}

.nav-wc-icon {
    width: 24px
}

.abt-btn-land {
    background-color: #fff !important;
    color: #000 !important;
    border-left: 6px solid var(--c1) !important;
    border-radius: 0 !important;
    letter-spacing: 1px !important;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 160px;
    transition: all .5s
}

.abt-btn-land:hover {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    transition: all .5s
}

.hero {
    position: relative;
    overflow: hidden;
    background-color: var(--bg)
}

.hero::after {
    content: "";
    border-left: 100vw solid transparent;
    border-bottom: 4em solid #fff;
    position: absolute;
    bottom: 0;
    left: 0
}

.js {
    text-align: justify !important
}

.btn-ph-num {
    display: flex !important
}

.cc-calto-action-ripple {
    background: var(--c1);
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    -webkit-animation: cc-calto-action-ripple .6s linear infinite;
    animation: cc-calto-action-ripple .6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.cc-calto-action-ripple i {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-size: 2.2rem
}

.cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(216, 55, 74, .2), 0 0 0 0 rgba(216, 55, 74, .2), 0 0 0 5px rgba(216, 55, 74, .2), 0 0 0 10px rgba(216, 55, 74, .2);
        box-shadow: 0 4px 10px rgba(216, 55, 74, .2), 0 0 0 0 rgba(216, 55, 74, .2), 0 0 0 5px rgba(216, 55, 74, .2), 0 0 0 10px rgba(216, 55, 74, .2)
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(216, 55, 74, .2), 0 0 0 5px rgba(216, 55, 74, .2), 0 0 0 10px rgba(216, 55, 74, .2), 0 0 0 20px rgba(216, 55, 74, 0);
        box-shadow: 0 4px 10px rgba(216, 55, 74, .2), 0 0 0 5px rgba(216, 55, 74, .2), 0 0 0 10px rgba(216, 55, 74, .2), 0 0 0 20px rgba(216, 55, 74, 0)
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(216, 55, 74, .2), 0 0 0 0 rgba(216, 55, 74, .2), 0 0 0 5px rgba(216, 55, 74, .2), 0 0 0 10px rgba(216, 55, 74, .2);
        box-shadow: 0 4px 10px rgba(216, 55, 74, .2), 0 0 0 0 rgba(216, 55, 74, .2), 0 0 0 5px rgba(216, 55, 74, .2), 0 0 0 10px rgba(216, 55, 74, .2)
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(216, 55, 74, .2), 0 0 0 5px rgba(216, 55, 74, .2), 0 0 0 10px rgba(216, 55, 74, .2), 0 0 0 20px rgba(216, 55, 74, 0);
        box-shadow: 0 4px 10px rgba(216, 55, 74, .2), 0 0 0 5px rgba(216, 55, 74, .2), 0 0 0 10px rgba(216, 55, 74, .2), 0 0 0 20px rgba(216, 55, 74, 0)
    }
}

.head-proc {
    font-size: 18px
}

.port-btn {
    position: relative;
    transition: all .5s;
    color: var(--c1) !important
}

.port-btn i {
    padding-left: 1rem
}

.port-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--c1);
    transition: all .5s
}

.port-btn:hover::after {
    height: 100%;
    z-index: -1;
    transition: all .5s
}

.port-btn:hover {
    color: #fff !important
}

.stick-top {
    height: 100%;
    position: sticky;
    overflow: hidden;
    top: 20%;
    transition: top .5s ease-out 0s;
    vertical-align: baseline;
    scroll-behavior: smooth;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important
}

.creat-main {
    position: relative
}

.creat-main::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(../images/team-bg.jpg);
    background-size: cover;
    background-color: #f6f6f6f6;
    opacity: .3;
    z-index: -1
}

.strok-tx {
    -webkit-text-stroke: 1px var(--c1)
}

.brand-cre {
    background-color: #fff;
    width: 100%;
    height: 100%
}

.tec-stak-box {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-color: #f8f9fe;
    border: 1px solid #d9def9
}

.tec-stak-img {
    width: 25px
}

.app-last-img {
    width: 30px
}

.bg-bg {
    background-color: var(--bg)
}

.faq-btn {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 8px !important
}

.faq-pills .active {
    background-color: var(--c1) !important
}

.nav-pills .nav-item {
    border-bottom: unset !important
}

.faq .accordion-item {
    margin-bottom: 1rem !important
}

.faq .accordion-button {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .16) 0 10px 36px 0, rgba(0, 0, 0, .06) 0 0 0 1px
}

.accordion-button:focus {
    box-shadow: unset !important
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: var(--c1) !important
}

.accordion-button::after {
    content: "+" !important;
    font-size: 22px;
    font-weight: 700;
    color: var(--c1);
    background-image: unset !important;
    font-display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .5s;
    line-height: inherit
}

.accordion-button:not(.collapsed)::after {
    content: "—" !important;
    font-size: 18px;
    color: #fff;
    background-image: unset !important;
    font-display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit
}

.faq-acc button {
    display: flex !important;
    align-items: center
}

.faq-acc .accordion-collapse {
    overflow-y: scroll !important;
    height: unset !important
}

.hero2 {
    position: relative;
    display: flex;
    align-items: center
}

.hero2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0%;
    z-index: -3;
    background-image: url(../images/welcome.jpeg);
    background-position: bottom center;
    background-attachment: fixed;
    background-size: cover
}

.hero2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0%;
    z-index: -2;
    background-color: rgba(249, 51, 74, .533);
    background-image: linear-gradient(127deg, rgba(249, 51, 74, .533) 0, rgba(136, 6, 21, .734) 91%);
    background-size: cover
}

.curv-img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    z-index: -1
}

.w {
    color: #fff !important
}

p {
    font-size: 16px
}

.btn-c1 {
    background-color: var(--c1)
}

.tp-input {
    border: 1px solid #ccc !important
}

.form-control::placeholder {
    color: var(--c1) !important
}

.star-tx {
    width: 29px
}

.swing-arrow-img {
    width: 50%
}

.in-over-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    z-index: -1
}

.w-45 {
    width: 45%
}

.man-speker-img {
    width: 100%;
    border-radius: 20px
}

.laptop-img {
    width: 100%;
    border-radius: 20px
}

.point-girl {
    width: 100%;
    border-radius: 20px
}

.p-w {
    width: 70%
}

.perfrm-bx {
    width: 100%;
    min-height: 60px;
    max-height: 100%;
    display: flex;
    align-items: center;
    position: relative
}

.per-rnd {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 2px solid var(--c1);
    background-color: var(--c1)
}

.per-rnd * {
    font-size: 13px
}

.perfrm-bx::before {
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    z-index: -1;
    border-radius: 10px
}

.per-main {
    position: relative
}

.per-main::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-color: var(--bg);
    z-index: -2
}

.beni-img-box {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.beni-box {
    display: flex;
    flex-direction: column;
    align-items: center
}

.beni-img-box::before {
    content: "";
    width: 80%;
    height: 80%;
    border: 1px solid var(--c1);
    position: absolute;
    z-index: 1;
    transform: rotate(135deg);
    border-radius: 6px
}

.beni-img {
    width: 80%;
    height: 80%;
    object-fit: cover;
    border-radius: 6px;
    z-index: 2
}

.beni-tx {
    font-size: 18px
}

.bg-wb-p {
    position: relative
}

.bg-wb-p::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-color: #0c0c0cb7;
    z-index: -2
}

.bg-wb-p::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(../images/service-three-bg.jpg);
    z-index: -3
}

.web-process-bx {
    width: 100%;
    background-color: #fff;
    background-image: url(../images/shapes.png);
    background-size: cover;
    height: 100%
}

.pack-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    background-color: var(--c1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #fff
}

.package-slider {
    position: relative
}

.slide-nav-bx {
    display: flex;
    width: 104%;
    justify-content: space-between;
    position: absolute;
    top: 30%;
    left: -2%
}

.web-d-service {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(255, 255, 255, .95);
    box-shadow: rgba(0, 0, 0, .16) 0 1px 4px
}

.web-d-service::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/service-three-bg.jpg);
    background-position: center center;
    object-fit: cover;
    z-index: -1;
    opacity: .6
}

.web-d-ser-img {
    width: 60px !important
}

.web-d-s-text {
    font-size: 18px
}

.price-card {
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    position: relative;
    border-radius: 8px
}

.price-p {
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding-right: 2%
}

.btn-c1 {
    background-color: var(--c1) !important;
    color: #fff !important;
    border-radius: 8px;
    transition: all .5s
}

.btn-c1:hover {
    box-shadow: #26394d 0 20px 30px -10px;
    transition: all .5s
}

.price-card-bg {
    background-image: url(../images/bg-ceramic.png);
    background-size: cover;
    background-position: center;
    border-radius: 8px
}

.price-card-bg .c3 {
    color: #fff !important
}

.best-choise {
    width: 30%;
    position: absolute;
    top: -1%;
    right: 2%
}

.cp2 {
    background-color: #1a1a1a
}

.cp3 {
    background-color: #0f0f0f
}

.cp4 {
    background-color: #0a0a0a
}

.cp5 {
    background-color: #000;
    position: relative
}

.choose-price:hover {
    background-color: var(--c1)
}

.pay-main {
    position: relative;
    background-image: url(../images/boxy-bg.png)
}

.nav-pills .nav-link {
    border: 1px solid var(--c1) !important;
    color: #000 !important
}

.nav-pills .active {
    background-color: var(--c1) !important;
    color: #fff !important
}

.dot-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    z-index: -1
}

.round-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    z-index: -1
}

.last-one-img {
    width: 100%;
    height: 255px;
    object-fit: cover
}

.r-img img {
    width: 80%
}

.main-new {
    position: relative;
    overflow-x: hidden
}

.left-side-round {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1
}

.po {
    position: relative;
    overflow-x: hidden
}

.right-side-round {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1
}

.hero-2 {
    background-image: url(../images/bg-clrs.webp);
    background-size: cover
}

.peoples-img {
    width: 180px
}

.vi-sec-tx {
    position: absolute;
    top: 0;
    left: 0
}

.num-bx {
    text-align: center;
    height: 100%;
    width: 100%
}

.num {
    font-size: 58px
}

.nun-bg {
    background-color: var(--bg)
}

.home-ser-crd {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.ser-rn-p {
    background-color: var(--c1);
    border: 1px solid var(--c1)
}

.ser-rn-p-tx {
    font-size: 13px;
    color: #fff
}

.bg-3clr {
    position: relative
}

.bg-3clr::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    z-index: -2;
    background-image: linear-gradient(180deg, #f0faff 52%, #fff 100%)
}

.color-3-set {
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover
}

.home-indus .beni-tx {
    font-size: 16px
}

.tec-icon {
    width: 35px;
    height: unset !important
}

.tec-icon2 {
    height: 20px
}

.other-hero {
    min-height: 40vh;
    display: flex;
    align-items: center;
    position: relative;
    background-image: url(../images/blg-bg.jpg)
}

.other-hero::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(../images/blg-bg.jpg);
    background-size: cover;
    z-index: -1;
    opacity: .3;
    background-position: bottom;
    background-attachment: fixed
}

.blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    transition: .3s ease
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .15)
}

.blog-img {
    width: 100%;
    height: 220px;
    object-fit: cover
}

.blog-content {
    padding: 15px 18px
}

.blog-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000
}

.blog-text {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    color: #444;
    margin-bottom: 12px
}

.blog-btn {
    color: var(--c5);
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    transition: .3s
}

.blog-btn:hover {
    color: #000
}

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

.hero2 {
    min-height: 80vh;
    position: relative;
    display: flex;
    align-items: center
}

.hero2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0%;
    z-index: -3;
    background-image: url(../images/welcome.jpeg);
    background-position: bottom center;
    background-attachment: fixed;
    background-size: cover
}

.hero2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0%;
    z-index: -2;
    background-color: rgba(249, 51, 74, .533);
    background-image: linear-gradient(127deg, rgba(249, 51, 74, .533) 0, rgba(136, 6, 21, .734) 91%);
    background-size: cover
}

.curv-img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    z-index: -1
}

.w {
    color: #fff !important
}

p {
    font-size: 16px
}

.faq-card {
    border-bottom: 1px solid #929292;
    padding: 10px 15px;
    margin-bottom: 12px;
    list-style: none;
    position: relative;
    cursor: pointer;
    font-size: 18px
}

.faq-open-icon {
    font-size: 20px;
    position: absolute;
    top: 18px;
    right: 24px;
    font-weight: 700
}

details[open] .faq-open-icon {
    top: 18px;
    right: 24px
}

summary {
    width: 90%
}

details>summary {
    list-style: none
}

details>summary::-webkit-details-marker {
    display: none
}

details[open] summary {
    color: var(--c1);
    font-weight: 500
}

details[open] .faq-card-spoiler {
    display: inline-block;
    padding-top: 8px;
    font-size: 16px
}

.faq-aftertext {
    text-align: center;
    color: #8b8b9a
}

.show-more {
    cursor: pointer
}

.ty-compact-list {
    width: 100%
}

.btn-faq {
    background-color: var(--c1) !important;
    color: #fff !important;
    border-radius: 10px !important
}

.modern-footer {
    background: #0a0a0a;
    color: #ccc
}

.footer-logo {
    width: 190px;
    height: 100%;
    filter: brightness(1.1)
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px
}

.footer-social a {
    display: inline-flex;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 10px;
    background: linear-gradient(135deg, #b42e3f, #ff6b81);
    color: #fff;
    font-size: 20px;
    transition: .3s ease
}

.footer-social a:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 6px 15px rgba(255, 89, 0, .4)
}

.footer-links {
    padding: 0;
    list-style: none
}

.footer-links li {
    margin-bottom: 7px
}

.footer-links a {
    color: #bfbfbf;
    text-decoration: none;
    font-size: 15px;
    transition: .3s ease
}

.footer-links a:hover {
    color: var(--c1);
    margin-left: 4px
}

.footer-links .cat {
    color: var(--c1);
    font-weight: 700;
    margin-top: 10px
}

.contact-card {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 15px;
    background: rgba(255, 255, 255, .05);
    border-radius: 12px;
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, .07);
    backdrop-filter: blur(6px);
    transition: .3s
}

.contact-card i {
    font-size: 26px;
    background: linear-gradient(135deg, #b42e3f, #ff6b81) !important;
    -webkit-background-clip: text !important;
    color: transparent !important
}

.contact-card:hover {
    transform: translateY(-4px);
    border-color: #ff4d4d
}

.cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #b42e3f, #ff6b81);
    padding: 12px 20px;
    border-radius: 30px;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    transition: .3s
}

.cta-btn:hover {
    transform: scale(1.05);
    color: var(--c1) !important
}

.footer-line {
    border-color: rgba(255, 255, 255, .1);
    margin: 40px 0 20px
}

.footer-copy {
    color: #777;
    font-size: 14px
}

.foot-lst a {
    color: #fff
}

.bor-end {
    border-right: 1px solid #fff
}

.ser-provid-bx {
    width: 100%
}

.spb-imgs {
    position: relative;
    width: 100%
}

.spb-imgs::after {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #da364962;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0
}

.spb-in-img {
    width: 40%
}

.spb-txt {
    font-size: 15px
}

.process-main {
    position: relative
}

.process-main::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-color: var(--bg);
    z-index: -2
}

.process-crd {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all .5s
}

.process-crd::before {
    content: "";
    background-color: rgba(255, 255, 255, .786);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
    transition: all .5s;
    border-top: 3px solid #fff
}

.process-crd:hover::before {
    background-color: #fff;
    border-top: 3px solid var(--c1);
    transition: all .5s
}

.process-icom {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    z-index: 2
}

.proscess-img {
    width: 60%
}

.content-proc {
    width: 100%;
    z-index: 5
}

.head-proc {
    font-size: 18px
}

.Case study-card {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    transition: transform .3s ease-in-out
}

.screenshot-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative
}

.screenshot {
    width: 100%;
    height: auto;
    transition: transform 2s ease-in-out
}

.Case study-card:hover .screenshot {
    filter: grayscale(0%)
}

.web-d-bx {
    width: 100%;
    height: 100%;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    position: relative;
    background-color: #ffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .5s
}

.web-d-bx::after {
    content: "";
    width: 5px;
    height: 60%;
    position: absolute;
    left: 0;
    background-color: var(--c1);
    transition: all .5s
}

.web-d-bx:hover::after {
    height: 100%;
    transition: all .5s
}

.web-d-tx {
    width: 70%
}

.web-img {
    width: 60px
}

.mob-h {
    font-size: 17px
}

.hero-right {
    flex: 1;
    display: flex;
    gap: 20px;
    height: 500px;
    width: 100%;
    overflow: hidden;
    position: relative
}

.scroll-column {
    width: 48% !important;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.scroll-column img {
    width: 100%;
    height: 140px !important;
    object-fit: cover;
    border-radius: 10px
}

.scroll-up {
    animation: scrollUp 18s linear infinite
}

.scroll-down {
    animation: scrollDown 18s linear infinite
}

@keyframes scrollUp {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-50%)
    }
}

@keyframes scrollDown {
    0% {
        transform: translateY(-50%)
    }

    100% {
        transform: translateY(0)
    }
}

.logo-brand {
    width: 100%;
    height: 150px;
    object-fit: contain;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    background-color: #f6f6f6
}

.hero-right::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: 5
}

.video-hero {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1
}

.hero-content {
    text-align: center;
    color: #fff;
    z-index: 2;
    max-width: 700px;
    padding: 20px
}

.hero-content h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px
}

.hero-content p {
    font-size: 20px;
    margin-bottom: 30px
}

.hero-btn {
    display: inline-block;
    padding: 14px 32px;
    background: #fff;
    color: #000;
    font-size: 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s
}

.hero-btn:hover {
    background: #ddd
}

.hr-con {
    background-color: #000000ed
}

.appr-bx {
    border-right: 1px solid #444;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.appr-img {
    width: 60px
}

.wb-s-bgp {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top: 2px solid var(--c1)
}

.wb-sbg-img {
    width: 70px
}

.red-li {
    list-style: none;
    padding-left: 0
}

.red-li li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px
}

.red-li li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: red;
    font-size: 52px;
    line-height: 30px
}

.ts-rnd {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 2px dotted var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s
}

.wb-s-bgp2 {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top: 2px solid var(--c1)
}

.tsu-img {
    width: 70%;
    transition: .3s ease;
    transition: all .5s
}

.wb-s-bgp2:hover .tsu-img {
    filter: brightness(0) invert(1)
}

.wb-s-bgp2:hover .ts-rnd {
    background-color: var(--c1)
}

.deliver-box {
    background: #fff;
    transition: .3s ease;
    border: 1px solid #eee
}

.deliver-box:hover {
    transform: translateY(-5px);
    border-color: #c7454e;
    box-shadow: 0 8px 20px rgba(199, 69, 78, .25)
}

.icon-wrap {
    width: 45px;
    height: 45px;
    background: #c7454e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 20px
}

.process-card {
    background: #fff;
    border-radius: 16px;
    border: 2px solid transparent;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .06);
    transition: .3s ease
}

.process-card:hover {
    transform: translateY(-5px)
}

.red-process {
    background: #ffecec;
    border-color: #ff4d4d
}

.green-process {
    background: #e9ffe9;
    border-color: #44c767
}

.blue-process {
    background: #eef1ff;
    border-color: #3f51b5
}

.yellow-process {
    background: #fff8e6;
    border-color: #ffb300
}

.purple-process {
    background: #f9e7ff;
    border-color: #c345ff
}

.industry-box {
    padding: 12px 30px;
    border-radius: 40px;
    border: 2px solid var(--c1);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 16px;
    background: var(--bg);
    backdrop-filter: blur(6px);
    transition: .3s ease
}

.industry-box:hover {
    border-color: #c7454e;
    box-shadow: 0 0 15px rgba(199, 69, 78, .7);
    transform: translateY(-6px)
}

.industry-box .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid rgba(199, 69, 78, .55)
}

.choose-icon i {
    color: var(--c1)
}

.choose-section {
    background: #fff
}

.choose-card {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    border: 1.8px solid rgba(199, 69, 78, .3);
    box-shadow: 0 5px 20px rgba(199, 69, 78, .08);
    transition: .3s ease;
    height: 100%
}

.choose-card:hover {
    border-color: #c7454e;
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(199, 69, 78, .25)
}

.choose-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

.choose-card p {
    margin-bottom: 0;
    color: #444
}

.choose-icon {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: rgba(199, 69, 78, .15);
    border: 1px solid rgba(199, 69, 78, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #c7454e;
    font-size: 20px
}

.bg-c4 {
    background-color: #f6f6f6 !important
}

.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: #888 !important
}

.carousel-indicators .active {
    background-color: #dc143c !important
}

.new-faq-section .new-accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 15px rgba(199, 69, 78, .12)
}

.new-accordion-btn {
    background: #fff;
    font-weight: 600;
    padding: 16px;
    border-left: 5px solid #c7454e;
    border-radius: 0 !important;
    transition: .3s
}

.new-accordion-btn:not(.collapsed) {
    color: #c7454e;
    background: rgba(199, 69, 78, .09);
    box-shadow: inset 0 0 0 1px #c7454e
}

.new-accordion-btn::after {
    filter: grayscale(1)
}

.new-accordion .accordion-body {
    padding: 18px 16px;
    color: #444;
    border-left: 5px solid #c7454e
}

.other-hero-sr {
    min-height: 50vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(0, 0, 0, .651)
}

.other-hero-sr::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(../images/cloud-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: bottom;
    background-attachment: fixed
}

.other-hero-los {
    min-height: 50vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(0, 0, 0, .8)
}

.other-hero-los::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(../images/seo-engine.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
    background-attachment: fixed
}

.why-choose-section {
    position: relative
}

.why-choose-section::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--bg);
    position: absolute;
    inset: 0%;
    z-index: -2
}

.choose-title {
    text-align: center;
    font-size: 34px;
    margin-bottom: 50px;
    font-weight: 700
}

.choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 35px
}

.choose-cardap {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    position: relative
}

.choose-cardap::after {
    content: "";
    width: 30%;
    height: 30%;
    background-color: var(--c1);
    position: absolute;
    bottom: -10%;
    right: -5%;
    z-index: -1;
    border-radius: 12px
}

.choose-cardap h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700
}

.choose-cardap p {
    color: #555;
    line-height: 1.6;
    margin: 0
}

.corner-block {
    position: absolute;
    width: 80px;
    height: 20px;
    bottom: 0;
    right: 0;
    border-radius: 8px 0 0 0;
    opacity: .9;
    z-index: -1
}

.industries-section {
    background: #f6f9fc
}

.industries-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px
}

.industries-subtext {
    text-align: center;
    font-size: 17px;
    color: #555;
    margin-bottom: 40px
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 25px
}

.industry-card {
    background: #fff;
    padding: 25px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    transition: .3s ease
}

.industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12)
}

.industry-card i {
    font-size: 35px;
    color: var(--c1);
    margin-bottom: 15px
}

.industry-card p {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin: 0
}

.industries-footer {
    text-align: center;
    margin-top: 40px;
    font-size: 17px;
    color: #444;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.app-in-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px
}

.app-in-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px
}

.app-in-card {
    background: #fff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
    transition: .3s
}

.app-in-card:hover,
.app-in-highlight {
    background: #fff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
    border-left: 5px solid var(--c1)
}

.app-in-card i {
    font-size: 45px;
    color: var(--c1);
    margin-bottom: 20px
}

.app-in-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px
}

.app-in-card p {
    color: #555;
    font-size: 16px;
    line-height: 1.6
}

.app-in-essential-section {
    background: var(--bg)
}

.app-in-title {
    font-size: 34px;
    font-weight: 700
}

.app-in-essential-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    transition: transform .35s ease, box-shadow .35s ease, border .35s ease;
    border: 1px solid transparent
}

.app-in-essential-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
    border: 1px solid var(--c1)
}

.app-in-essential-card i {
    font-size: 40px;
    color: var(--c1);
    margin-bottom: 15px
}

.app-in-essential-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px
}

.app-in-essential-card p {
    color: #555;
    line-height: 1.6;
    margin: 0
}

.con-mark-hero {
    min-height: 50vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(0, 0, 0, .651)
}

.con-mark-hero::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(../images/con-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: bottom;
    background-attachment: fixed
}

.cm-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .07);
    height: 100%;
    transition: .3s ease
}

.cm-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12)
}

.cm-icon {
    width: 65px;
    height: 65px;
    background: var(--bg);
    color: var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 28px;
    margin-bottom: 15px
}

.cm-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.cm-text {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.6
}

.cm-banner-section {
    position: relative;
    background: url("../images/con-hero.jpg") center/cover no-repeat;
    padding: 80px 0;
    color: #fff;
    overflow: hidden
}

.cm-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    backdrop-filter: blur(2px)
}

.cm-banner-section .container {
    position: relative;
    z-index: 2
}

.cm-banner-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3
}

.cm-call-text {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px
}

.cm-call-number {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    text-decoration: none
}

.cm-call-number i {
    margin-right: 6px;
    color: var(--c1)
}

.cm-quote-btn {
    display: inline-block;
    background: var(--c1);
    padding: 12px 26px;
    font-size: 16px;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
    margin-left: 15px
}

.cm-quote-btn:hover {
    background: #e26a2f
}

.ecom-dev-section {
    background: #f8f9fc
}

.ecom-dev-title {
    font-weight: 700;
    font-size: 32px
}

.ecom-dev-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
    transition: .3s ease;
    height: 100%;
    border-top: 2px solid var(--c1)
}

.ecom-dev-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .12)
}

.ecom-dev-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.ecom-dev-text {
    font-size: 15px;
    line-height: 1.6;
    color: #555
}

.iqt-industries-section {
    background: var(--bg)
}

.iqt-ind-title {
    font-size: 32px;
    color: #111
}

.iqt-grid-wrapper {
    padding: 0 20px
}

.iqt-grid-tile {
    border: 1px solid #f4b6b6;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    cursor: pointer;
    padding: 1.5rem
}

.iqt-tile-inner {
    text-align: center
}

.iqt-icon {
    font-size: 30px;
    color: var(--c1);
    margin-bottom: 10px
}

.iqt-tile-label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #111;
    letter-spacing: .5px
}

@media (max-width:576px) {
    .iqt-grid-tile {
        height: 130px
    }

    .iqt-icon {
        font-size: 26px
    }
}

.mini-center {
    border: 2px solid var(--c1)
}

.iqt-cta-section {
    background: #f9fcff;
    padding-top: 70px;
    padding-bottom: 80px
}

.iqt-cta-title {
    font-size: 32px;
    color: #0d1b2a
}

.iqt-cta-desc {
    max-width: 860px;
    font-size: 17px;
    color: #444
}

.iqt-cta-link {
    color: var(--c1);
    font-weight: 600;
    text-decoration: none
}

.contact-card {
    text-decoration: none
}

.contact-card-inner {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    text-align: center;
    transition: .3s ease;
    height: 100%;
    border: 1px solid #e8e8e8;
    width: 100%
}

.contact-card-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12)
}

.contact-icon-box {
    width: 65px;
    height: 65px;
    background: var(--c1);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    margin: 0 auto 15px
}

.contact-title {
    font-size: 20px;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 8px
}

.contact-text {
    font-size: 16px;
    font-weight: 500;
    color: #333
}

@media (max-width:576px) {
    .iqt-cta-title {
        font-size: 26px
    }

    .contact-card-inner {
        padding: 22px
    }

    .contact-icon-box {
        width: 55px;
        height: 55px;
        font-size: 22px
    }
}

.iq-offer-section {
    background: #fdf2f3
}

.iq-offer-box {
    background: #fff;
    padding: 25px;
    height: 100%;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(199, 69, 78, .1);
    transition: .3s;
    position: relative;
    border: 1px solid rgba(199, 69, 78, .12)
}

.iq-offer-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(199, 69, 78, .25)
}

.iq-number {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #c7454e, #e85d67);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    left: 20px;
    box-shadow: 0 4px 12px rgba(199, 69, 78, .4)
}

.iq-offer-box h4 {
    margin-top: 25px;
    font-weight: 700;
    color: #2d2d2d
}

.iq-offer-box p {
    font-size: 15px;
    color: #555;
    margin-bottom: 6px
}

@media (max-width:767px) {
    .iq-offer-box {
        text-align: center
    }

    .iq-number {
        left: 50%;
        transform: translateX(-50%)
    }

    .iq-offer-box h4 {
        margin-top: 40px
    }
}

.ads-strategy-section {
    background: #f8f9fc
}

.ads-box {
    background: #fff;
    padding: 35px 20px;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: .3s ease;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05)
}

.ads-box:hover {
    border-color: var(--c1);
    box-shadow: 0 6px 20px rgba(199, 69, 78, .15);
    transform: translateY(-5px)
}

.ads-box i {
    color: var(--c1)
}

.ads-box h5 {
    color: #222;
    font-weight: 600
}

.ads-box p {
    color: #555;
    font-size: 15px
}

.google-steps {
    background: #f8f4f4
}

.highlight {
    color: var(--c1)
}

.timeline-container {
    position: relative
}

.timeline-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background: var(--c1);
    transform: translateX(-50%)
}

.timeline-item {
    width: 50%;
    padding: 20px;
    position: relative
}

.timeline-item.left {
    text-align: right;
    padding-right: 40px
}

.timeline-item.right {
    left: 50%;
    padding-left: 40px
}

.step-card {
    background: #fff;
    padding: 22px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
    border-left: 4px solid transparent;
    transition: .3s
}

.step-card:hover {
    border-left-color: var(--c1)
}

.timeline-badge {
    width: 40px;
    height: 40px;
    background: var(--c1);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: calc(50% - 20px);
    margin: 10px 0;
    font-weight: 700
}

.cloud-item {
    position: relative;
    padding-left: 30px
}

.cloud-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: var(--c1);
    border-radius: 50%
}

.cloud-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.cloud-item p {
    font-size: 15px;
    line-height: 1.7
}

@media (max-width:768px) {
    .timeline-container {
        padding-left: 0
    }

    .timeline-container::before {
        left: 20px
    }

    .timeline-item {
        width: 100%;
        padding-left: 10%;
        text-align: left !important
    }

    .timeline-item.left,
    .timeline-item.right {
        left: 0;
        padding-right: 0
    }

    .timeline-badge {
        left: 0;
        margin-left: 0;
        transform: translateX(0)
    }
}

.step-approach {
    background: rgba(199, 69, 78, .06)
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px
}

.step {
    display: flex;
    align-items: center;
    gap: 16px
}

.step-badge {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--c1);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(199, 69, 78, .2)
}

.step-content {
    background: #fff;
    width: 100%;
    padding: 18px 18px 18px 55px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 6px 20px rgba(18, 18, 18, .06);
    display: flex;
    flex-direction: column
}

.step-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: var(--c1)
}

.step-content h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #222
}

@media (max-width:576px) {
    .step {
        flex-direction: column;
        align-items: flex-start
    }

    .step-badge {
        margin-bottom: 8px
    }

    .step-content {
        padding-left: 50px
    }
}

.iq-form-section {
    background: rgba(199, 69, 78, .06)
}

.iq-form {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08)
}

.iq-form .form-control {
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #ddd
}

.iq-form .form-control:focus {
    border-color: var(--c1);
    box-shadow: 0 0 5px rgba(199, 69, 78, .3)
}

.submit-btn {
    background: var(--c1);
    color: #fff;
    font-weight: 600;
    padding: 12px;
    border-radius: 8px
}

.submit-btn:hover {
    background: #a83740
}

.tech-stack-section {
    background: linear-gradient(135deg, #f8fafc, #eef2f7)
}

.tech-stack-section h2 {
    font-size: 34px;
    font-weight: 700;
    color: #1e293b
}

.tech-card {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transition: all .3s ease;
    text-align: center;
    border-top: 2px solid var(--c1)
}

.tech-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .1)
}

.tech-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #0f172a
}

.tech-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    margin: 0
}

.star-img {
    width: 20px;
    object-fit: contain
}

.cloud-process-heading {
    font-size: 34px;
    font-weight: 700;
    color: #1e293b
}

.cloud-process-box {
    background: #fff;
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transition: all .3s ease
}

.cloud-process-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .1)
}

.cloud-process-step {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    background: #1e40af;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%);
    font-size: 16px
}

.cloud-step-pink {
    background: var(--c1)
}

.cloud-process-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #0f172a
}

.cloud-process-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    margin: 0
}

.cloud-cta-section {
    background: #fff
}

.cloud-cta-box {
    position: relative;
    border-radius: 20px;
    background: linear-gradient(120deg, #f15a5a 0, #f5a623 25%, #e43f6f 45%, #5bc0de 65%, #1e3a8a 100%);
    color: #111;
    overflow: hidden
}

.cloud-cta-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .85);
    border-radius: 20px;
    z-index: 0
}

.cloud-cta-box * {
    position: relative;
    z-index: 1
}

.cloud-cta-social {
    font-size: 14px;
    font-weight: 600;
    color: #333
}

.cloud-cta-social span {
    margin-right: 10px
}

.cloud-cta-social a {
    margin: 0 6px;
    color: #e11d48;
    font-size: 16px;
    transition: .3s
}

.cloud-cta-social a:hover {
    color: #1e3a8a
}

.cloud-cta-heading {
    font-weight: 800;
    margin: 20px 0;
    color: #111827
}

.cloud-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    transition: .3s
}

.cloud-cta-btn:hover {
    transform: translateY(-3px);
    background: var(--c1);
    color: #fff
}

.cloud-industries-section {
    background: #f8fafc
}

.cloud-industries-heading {
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px
}

.cloud-industries-subtext {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    color: #475569;
    line-height: 1.7
}

.cloud-industry-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 260px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08)
}

.cloud-industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease
}

.cloud-industry-card:hover img {
    transform: scale(1.05)
}

.cloud-industry-tag {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #fff;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .15)
}

.promo-video-section {
    background: #f8fafc
}

.promo-video-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transition: all .3s ease
}

.promo-video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .1)
}

.promo-icon {
    font-size: 36px;
    color: var(--c1);
    margin-bottom: 15px;
    display: inline-block
}

.promo-video-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.promo-video-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 0;
    text-align: justify
}

.video-pricing-section {
    background: #fff
}

.pricing-subtext {
    max-width: 900px;
    margin: auto;
    color: #555;
    font-size: 15px;
    line-height: 1.7
}

.pricing-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 18px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
    height: 100%;
    text-align: center
}

.plan-name {
    font-size: 18px;
    color: #888;
    margin-bottom: 5px
}

.price {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px
}

.includes-title {
    font-weight: 600;
    margin-bottom: 15px
}

.pricing-table {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left
}

.pricing-table td {
    border: 1px solid #eee;
    padding: 10px
}

.pricing-btn {
    display: inline-block;
    padding: 12px 28px;
    border: 2px solid var(--c1);
    color: var(--c1);
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: .3s ease
}

.pricing-btn:hover {
    background: var(--c1);
    color: #fff
}

.pro-v-why-section {
    background: #fde7e7
}

.pro-v-title {
    font-weight: 700;
    margin-bottom: 15px;
    color: #1f1f1f
}

.pro-v-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #555
}

.pro-v-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

.pro-v-icon-circle {
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08)
}

.pro-v-icon-circle img {
    width: 48px;
    height: 48px;
    object-fit: contain
}

.pro-v-icon-box p {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin: 0
}

.pro-v-process-title {
    font-weight: 700
}

.pro-v-process-wrapper {
    max-width: 700px;
    margin: auto
}

.pro-v-process-step {
    text-align: center
}

.pro-v-step-title {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.pro-v-step-box {
    background: #fff;
    color: #333;
    padding: 16px 22px;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

.pro-v-arrow {
    text-align: center;
    font-size: 26px;
    margin: 12px 0;
    color: var(--c1)
}

.pro-v-industries-section {
    background: #fff
}

.pro-v-industries-title {
    font-weight: 700;
    color: #1f1f1f
}

.pro-v-industry-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 120px;
    cursor: pointer
}

.pro-v-industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease
}

.pro-v-industry-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45)
}

.pro-v-industry-card span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 600;
    z-index: 2;
    text-align: center;
    font-size: 15px
}

.pro-v-industry-card:hover img {
    transform: scale(1.08)
}

.meta-why-title {
    font-weight: 700;
    margin-bottom: 10px
}

.meta-why-sub {
    color: #555;
    font-size: 16px
}

.meta-why-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    height: 100%;
    text-align: center
}

.meta-why-icon {
    width: 60px;
    height: 60px;
    background: var(--bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px
}

.meta-why-icon i {
    font-size: 26px;
    color: var(--c1)
}

.meta-why-card p {
    font-size: 15px;
    color: #333;
    margin: 0;
    line-height: 1.6
}

.meta-services-section {
    background: #fff
}

.meta-service-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px 25px;
    height: 100%;
    text-align: center;
    border: 1px solid #f1d6d8;
    transition: all .35s ease
}

.meta-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(199, 69, 78, .25);
    border-color: var(--c1)
}

.meta-service-icon {
    width: 70px;
    height: 70px;
    background: rgba(199, 69, 78, .12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px
}

.meta-service-icon i {
    font-size: 32px;
    color: var(--c1)
}

.meta-service-card h5 {
    font-weight: 600;
    margin-bottom: 10px
}

.meta-service-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.6
}

.meta-service-card a {
    color: var(--c1);
    text-decoration: none;
    font-weight: 500
}

.meta-service-card a:hover {
    text-decoration: underline
}

.meta-types-section,
.meta-types-section .container,
.meta-types-section .row {
    overflow: visible !important
}

.meta-types-left-sticky {
    max-height: calc(90vh - 100px) !important;
    position: sticky !important;
    overflow: hidden !important;
    top: 20% !important;
    transition: top .5s ease-out 0s !important;
    vertical-align: baseline !important;
    scroll-behavior: smooth !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important
}

.meta-types-left-sticky h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3
}

.meta-types-right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.meta-type-card {
    background: #fff;
    padding: 26px 28px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .06)
}

@media (max-width:991px) {
    .meta-types-left-sticky {
        position: relative;
        top: 0;
        margin-bottom: 30px
    }
}

.meta-benefits-section {
    background: #f9fafb
}

.meta-benefit-card {
    background: #fff;
    padding: 24px 20px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
    transition: transform .3s ease
}

.meta-benefit-card:hover {
    transform: translateY(-5px)
}

.meta-benefit-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--c1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700
}

.meta-benefit-card p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #333
}

.sd-why-trust-section {
    background: #fff
}

.sd-trust-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px 25px;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    transition: all .3s ease
}

.sd-trust-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, .12)
}

.sd-icon-box {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center
}

.sd-icon-box i {
    font-size: 28px;
    color: var(--c1)
}

.sd-trust-card h5 {
    font-weight: 600;
    margin-bottom: 12px
}

.sd-trust-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6
}

.sd-services-section {
    background: #f9fbff
}

.sd-service-card {
    background: #fff;
    padding: 28px 24px;
    border-radius: 16px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: all .3s ease
}

.sd-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .12)
}

.sd-service-card i {
    font-size: 34px;
    color: var(--c1);
    margin-bottom: 15px;
    display: inline-block
}

.sd-service-card h5 {
    font-weight: 600;
    margin-bottom: 10px
}

.sd-service-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6
}

.sd-service-card a {
    color: var(--c1);
    text-decoration: none;
    font-weight: 500
}

.sd-info-card {
    background: var(--bg);
    border-radius: 14px;
    padding: 25px 15px;
    height: 100%;
    transition: all .3s ease
}

.sd-info-card i {
    font-size: 30px;
    color: var(--c1);
    margin-bottom: 12px
}

.sd-info-card h6 {
    font-weight: 600;
    margin: 0
}

.sd-info-card:hover {
    background: var(--c1);
    color: #fff
}

.sd-info-card:hover i {
    color: #fff
}

.sd-deliverable-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: all .3s ease
}

.sd-deliverable-card i {
    font-size: 26px;
    color: var(--c1)
}

.sd-deliverable-card span {
    font-weight: 500
}

.sd-deliverable-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12)
}

.sd-process-section {
    background: #fff
}

.sd-process-step {
    display: flex;
    gap: 16px;
    margin-bottom: 28px
}

.sd-step-icon {
    min-width: 34px;
    height: 34px;
    border-radius: 6px;
    background: var(--c1);
    display: flex;
    align-items: center;
    justify-content: center
}

.sd-step-icon i {
    color: #fff;
    font-size: 16px
}

.sd-step-content h5 {
    font-weight: 600;
    margin-bottom: 6px
}

.sd-step-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0
}

.sd-step-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--c1);
    display: block;
    margin-bottom: 4px
}

.sd-process-image {
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .15);
    max-width: 90%
}

.sd-industry-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 200px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    transition: all .4s ease
}

.sd-industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

.sd-industry-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .65), rgba(0, 0, 0, .15))
}

.sd-industry-card span {
    position: absolute;
    bottom: 16px;
    left: 16px;
    color: #fff;
    font-weight: 600;
    z-index: 2
}

.sd-industry-card:hover img {
    transform: scale(1.08)
}

.sd-industry-card:hover {
    transform: translateY(-6px)
}

.sd-why-choose-section {
    background: #f8faff
}

.sd-choose-card {
    background: #fff;
    border-radius: 16px;
    padding: 26px 22px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: all .3s ease
}

.sd-choose-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .12)
}

.sd-choose-card i {
    font-size: 32px;
    color: var(--c1);
    margin-bottom: 14px
}

.sd-choose-card h6 {
    font-weight: 600;
    margin-bottom: 6px
}

.sd-choose-card p {
    font-size: 14px;
    color: #555;
    margin: 0
}

.sd-choose-card a {
    color: var(--c1);
    text-decoration: none
}

.sd-testimonial-section {
    background: #f9fbff
}

.sd-testimonial-carousel .owl-stage-outer {
    padding-bottom: 2rem !important
}

.sd-testimonial-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 28px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    height: 100%
}

.sd-testimonial-card i {
    font-size: 32px;
    color: var(--c1);
    margin-bottom: 15px
}

.sd-testimonial-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 18px
}

.sd-testimonial-card h6 {
    font-weight: 600;
    color: #222;
    margin: 0
}

.sd-testimonial-carousel .owl-dots .owl-dot span {
    background: #d0d9f5
}

.sd-testimonial-carousel .owl-dots .owl-dot.active span {
    background: var(--c1)
}

.brand-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(0, 0, 0, .529)
}

.brand-hero::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(../images/branding.jpg);
    background-size: cover;
    z-index: -3;
    background-position: center;
    background-attachment: fixed
}

.brd-strategy-section {
    background: #fff
}

.brd-sub-text {
    max-width: 720px;
    margin: 0 auto;
    color: #555;
    font-size: 15px
}

.brd-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
    transition: all .4s ease
}

.brd-card img {
    width: 100%;
    height: 230px;
    object-fit: cover
}

.brd-card-body {
    padding: 28px 26px 32px;
    text-align: center
}

.brd-card-body h3 {
    font-weight: 600;
    margin-bottom: 12px
}

.brd-card-body p {
    font-size: 14.5px;
    color: #555;
    line-height: 1.7;
    margin: 0
}

.brd-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, .18)
}

.isd-industries-section {
    background: #fdecec
}

.isd-sub-text {
    color: #555;
    font-size: 15px
}

.isd-pill-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px
}

.isd-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 40px;
    border: 2px solid #e63946;
    background: #fff;
    font-weight: 500;
    color: #111;
    transition: all .3s ease;
    cursor: default
}

.isd-pill i {
    font-size: 18px;
    color: #e63946
}

.isd-pill:hover {
    background: #e63946;
    color: #fff
}

.isd-pill:hover i {
    color: #fff
}

.it-consulting-section {
    background: #f9fafc
}

.it-subtitle {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--c1)
}

.it-desc {
    font-size: 1rem;
    line-height: 1.7;
    color: #555
}

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

.it-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 1rem;
    color: #333
}

.it-list i {
    color: var(--c1);
    margin-right: 10px;
    font-size: 1.1rem
}

.it-image-card {
    background: #fff;
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    overflow: hidden
}

.it-image-card img {
    border-radius: 12px;
    width: 100%;
    transition: transform .4s ease
}

.it-image-card:hover img {
    transform: scale(1.05)
}

.it-consulting-section {
    background: #f8fafc
}

.it-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    transition: .3s ease
}

.it-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .08)
}

.icon-box {
    width: 58px;
    height: 58px;
    background: var(--c1);
    color: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px
}

.it-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px
}

.it-card p {
    font-size: 15px;
    color: #444;
    margin-bottom: 6px
}

.it-why-card {
    background: #fff;
    border-radius: 18px;
    padding: 32px 28px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
    transition: all .3s ease
}

.it-why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .1)
}

.it-why-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: var(--c1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px
}

.it-why-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px
}

.it-why-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0
}

.it-process-section {
    background: #f8fafc
}

.it-process-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 40px 32px 32px;
    height: 100%;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    transition: all .3s ease
}

.it-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .09)
}

.it-process-number {
    position: absolute;
    top: -22px;
    left: 30px;
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: var(--c1);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center
}

.it-process-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px
}

.it-process-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0
}

.melb-hero {
    min-height: 50vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(0, 0, 0, .529)
}

.melb-hero::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(../images/seocompanyinmelborne.jpg);
    background-size: cover;
    z-index: -3;
    background-position: center center;
    background-attachment: fixed
}

.iqtech-form-box {
    background: #fff;
    padding: 35px 30px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08)
}

.iqtech-form-box .form-control {
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 15px
}

.iqtech-form-box .form-control:focus {
    box-shadow: none;
    border-color: var(--c1)
}

.smel-benefits-section {
    background: var(--bg)
}

.smel-benefit-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px;
    height: 100%;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    transition: all .35s ease;
    position: relative;
    overflow: hidden
}

.smel-benefit-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--c1), #a4373e);
    opacity: 0;
    transition: .35s ease
}

.smel-benefit-card:hover::before {
    opacity: 1
}

.smel-benefit-card:hover p {
    color: #fff
}

.smel-benefit-card:hover .smel-benefit-icon {
    background: #fff;
    color: var(--c1)
}

.smel-benefit-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: var(--c1);
    color: #fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    position: relative;
    z-index: 2
}

.smel-benefit-card p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0;
    position: relative;
    z-index: 2
}

.smel-help-section {
    background: #fff
}

.smel-help-subtitle {
    color: var(--c1);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.smel-help-title {
    font-size: 32px;
    font-weight: 700
}

.smel-help-card {
    padding: 25px 15px;
    transition: .3s ease
}

.smel-help-card img {
    width: 64px;
    height: 64px;
    margin-bottom: 15px
}

.smel-help-card h6 {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    line-height: 1.4
}

.smel-help-card:hover {
    transform: translateY(-6px)
}

.smel-seo-services-section {
    background: #fff
}

.smel-seo-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 30px
}

.smel-seo-icon {
    min-width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--c1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.smel-seo-item h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px
}

.smel-seo-item p {
    font-size: 14.5px;
    color: #555;
    margin: 0;
    line-height: 1.6
}

.smel-seo-center-img {
    width: 100%;
    height: 100%
}

@media (max-width:991px) {
    .smel-seo-item {
        text-align: left
    }

    .smel-seo-center-img {
        width: 260px
    }
}

.smel-seo-process-section {
    background: #f9fafb
}

.smel-process-subtitle {
    color: var(--c1);
    font-weight: 600;
    margin-top: 8px
}

.smel-process-card {
    position: relative;
    background: #fff;
    padding: 40px 30px 30px;
    border-radius: 18px;
    height: 100%;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .06);
    transition: all .35s ease
}

.smel-process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, .1)
}

.smel-process-step {
    position: absolute;
    top: -18px;
    left: 28px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--c1);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.smel-process-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.smel-process-card p {
    font-size: 15px;
    color: #555;
    margin: 0;
    line-height: 1.6
}

.smel-roi-section {
    background: #fff
}

.smel-roi-intro {
    max-width: 900px;
    margin: 0 auto;
    color: #555;
    font-size: 15.5px;
    line-height: 1.7
}

.smel-roi-card {
    background: #fff;
    border-radius: 14px;
    padding: 45px 30px 30px;
    position: relative;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transition: .35s ease
}

.smel-roi-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .1)
}

.smel-roi-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--c1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: absolute;
    top: -28px;
    left: 30px;
    box-shadow: 0 6px 18px rgba(199, 69, 78, .4)
}

.smel-roi-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.smel-roi-card p {
    font-size: 15px;
    color: #555;
    margin: 0;
    line-height: 1.6
}

.smel-seo-audit-section {
    background: #f9f9f9
}

.smel-audit-box {
    background: #fff;
    border-left: 4px solid var(--c1);
    border-radius: 6px
}

.smel-seo-form {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.smel-seo-form .form-control,
.smel-seo-form .form-select {
    height: 48px
}

.smel-btn-c1 {
    background: var(--c1);
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    transition: .3s
}

.smel-btn-c1:hover {
    background: #b4882f;
    color: #fff
}

.seo-p-section {
    background: #f8f9fc
}

.seo-p-card {
    background: #fff;
    padding: 28px;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    transition: all .3s ease
}

.seo-p-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .1)
}

.seo-p-icon {
    font-size: 26px;
    color: var(--c1);
    margin-bottom: 15px;
    display: inline-block
}

.seo-p-card h5 {
    font-weight: 700;
    margin-bottom: 10px
}

.seo-p-card p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0
}

.seo-p-service-card {
    background: #fff;
    padding: 32px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    transition: all .3s ease
}

.seo-p-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1)
}

.seo-p-service-icon {
    font-size: 32px;
    color: var(--c1);
    margin-bottom: 18px
}

.seo-p-service-card h3 {
    font-weight: 700;
    margin-bottom: 10px
}

.seo-p-service-card p {
    font-size: 15px;
    line-height: 1.7
}

.seo-p-service-card ul {
    padding-left: 18px;
    margin-top: 12px
}

.seo-p-service-card ul li {
    margin-bottom: 6px;
    font-size: 14.5px
}

.seo-p-note {
    margin-top: 12px;
    font-weight: 600;
    color: #555
}

.seo-p-highlight-card {
    border-left: 6px solid var(--c1)
}

.seo-p-process-section {
    background: linear-gradient(180deg, #0b0f14, #0f1620);
    color: #fff;
    padding: 80px 0
}

.seo-p-process-left h2 {
    font-weight: 800
}

.seo-p-line {
    width: 70px;
    height: 4px;
    background: var(--c1);
    border-radius: 10px;
    margin-top: 10px
}

.seo-p-process-left p {
    color: #d1d5db;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 18px
}

.seo-p-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 30px;
    background: var(--c1);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all .3s ease
}

.seo-p-btn:hover {
    background: #fff;
    color: var(--c1)
}

.seo-p-process-right {
    max-height: 520px;
    overflow-y: auto;
    padding-right: 16px;
    border-left: 2px solid rgba(255, 255, 255, .08)
}

.seo-p-process-right::-webkit-scrollbar {
    width: 6px
}

.seo-p-process-right::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .08);
    border-radius: 10px
}

.seo-p-process-right::-webkit-scrollbar-thumb {
    background: var(--c1);
    border-radius: 10px
}

.seo-p-process-right {
    scrollbar-width: thin;
    scrollbar-color: var(--c1) rgba(255, 255, 255, 0.08)
}

.seo-p-step {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 18px;
    backdrop-filter: blur(10px)
}

.seo-p-step-icon {
    font-size: 22px;
    color: var(--c1);
    margin-bottom: 6px;
    display: inline-block
}

.seo-p-step h4 {
    font-weight: 700;
    margin-bottom: 6px
}

.seo-p-step p {
    font-size: 14.5px;
    color: #d1d5db;
    margin-bottom: 0
}

.seo-p-effective-section {
    background: #f8f9fc
}

.seo-p-effective-card {
    background: #fff;
    padding: 30px 22px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transition: all .3s ease
}

.seo-p-effective-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .1)
}

.seo-p-effective-icon {
    font-size: 28px;
    color: var(--c1);
    margin-bottom: 14px
}

.seo-p-effective-card p {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0
}

.seo-p-highlight {
    border-top: 4px solid var(--c1)
}

.logo-process-section {
    background: #f9fafc
}

.logo-process-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: all .35s ease
}

.logo-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .15)
}

.lgprocess-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: var(--c1);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px
}

.logo-process-card h5 {
    margin-top: 15px
}

.logo-process-card p {
    font-size: 15px;
    color: #666;
    margin-top: 10px
}

.process-bottom-text {
    max-width: 700px;
    margin: auto;
    color: #555;
    font-size: 16px
}

.logo-cta-section {
    position: relative;
    min-height: 320px;
    background: url("../images/logodesign.jpg") center/cover no-repeat;
    color: #fff
}

.logo-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .55))
}

.logo-cta-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

.logo-cta-text {
    font-size: 17px;
    max-width: 820px;
    margin: auto;
    color: #eaeaea
}

.logo-cta-text a {
    color: var(--c1);
    font-weight: 600;
    text-decoration: underline
}

.logo-cta-btn {
    background: var(--c1);
    color: #fff;
    padding: 12px 34px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    transition: all .3s ease
}

.logo-cta-btn:hover {
    background: #fff;
    color: var(--c1);
    transform: translateY(-3px)
}

.local-client-section {
    overflow: hidden
}

.local-client-title {
    color: #222;
    position: relative
}

.local-client-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: var(--c1);
    margin: 10px auto 0;
    border-radius: 2px
}

.local-client-slider {
    position: relative;
    overflow: hidden
}

.local-client-track {
    display: flex;
    width: max-content;
    animation: local-scroll 50s linear infinite
}

.local-client-logo {
    flex: 0 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.local-client-logo img {
    height: 70px;
    width: auto;
    object-fit: contain;
    transition: all .3s ease
}

.local-client-logo img:hover {
    filter: grayscale(0%);
    transform: scale(1.05)
}

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

    100% {
        transform: translateX(-50%)
    }
}

@media (max-width:768px) {
    .local-client-logo img {
        height: 50px
    }

    .local-client-logo {
        padding: 0 20px
    }
}

@media (max-width:576px) {
    .local-client-logo img {
        height: 40px
    }
}

.logo-testimonial-section {
    background: #f6f8fc
}

.logo-testimonial-box {
    max-width: 750px;
    background: rgba(255, 255, 255, .3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 30px 35px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .4);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15)
}

.logo-testimonial-box p {
    font-size: 16px;
    color: #333;
    margin-bottom: 12px
}

.logo-testimonial-box span {
    font-weight: 600;
    color: var(--c1)
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(1)
}

.localseo-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(0, 0, 0, .529)
}

.localseo-hero::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(../images/localseo-banner.jpg);
    background-size: cover;
    z-index: -3;
    background-position: center;
    background-attachment: fixed
}

.local-seo-benefits-section {
    background: #f9fafc
}

.local-seo-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    transition: all .35s ease
}

.local-seo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .15)
}

.local-seo-icon {
    width: 60px;
    height: 60px;
    background: var(--c1);
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px
}

.local-seo-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.local-seo-card p {
    font-size: 15px;
    color: #555;
    margin-bottom: 0
}

.lse-feature-wrapper {
    max-width: 900px;
    margin: auto;
    position: relative
}

.lse-feature-item {
    display: flex;
    gap: 25px;
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    margin-bottom: 24px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    transition: all .35s ease
}

.lse-feature-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .15)
}

.lse-feature-icon {
    min-width: 56px;
    height: 56px;
    background: var(--c1);
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px
}

.lse-feature-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

.lse-feature-content p {
    font-size: 15.5px;
    color: #555;
    margin-bottom: 0
}

.cor-v-services-section {
    background: #f9fafc
}

.cor-v-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    transition: all .35s ease
}

.cor-v-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .15)
}

.cor-v-card img {
    width: 100%;
    height: 220px;
    object-fit: cover
}

.cor-v-card-body {
    padding: 24px
}

.cor-v-card-body h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.cor-v-card-body p {
    font-size: 15.5px;
    color: #555;
    margin-bottom: 0
}

.cor-v-benefits-section {
    background: #f9fafc
}

.cor-v-benefit-card {
    background: #fff;
    padding: 35px 28px;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    transition: all .35s ease
}

.cor-v-benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, .15)
}

.cor-v-benefit-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    background: var(--c1);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px
}

.cor-v-benefit-card h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px
}

.cor-v-benefit-card p {
    font-size: 15.5px;
    color: #555;
    margin-bottom: 0
}

.ab-pg-milestone-box {
    padding: 40px 20px;
    border-radius: 10px;
    transition: transform .3s ease, box-shadow .3s ease
}

.ab-pg-milestone-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .15)
}

.ab-pg-milestone-icon {
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block
}

.ab-pg-milestone-box h3 {
    font-size: 36px;
    margin-bottom: 10px
}

.ab-pg-milestone-box p {
    font-size: 15px;
    margin: 0
}

.ab-pg-mv-section {
    background: #f9f9fc
}

.ab-pg-image-wrapper {
    position: relative;
    width: 100%;
    min-height: 320px
}

.ab-pg-img-main {
    width: 80%;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15)
}

.ab-pg-img-overlay {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 55%;
    border-radius: 16px;
    border: 6px solid #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .2)
}

.ab-pg-content-box h2 {
    font-weight: 700;
    margin-bottom: 15px
}

.ab-pg-content-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #555
}

.ab-pg-value-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    transition: all .4s ease;
    position: relative;
    overflow: hidden
}

.ab-pg-value-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #6f42c1, #0d6efd);
    opacity: 0;
    transition: opacity .4s ease;
    z-index: 0
}

.ab-pg-value-card:hover::before {
    opacity: 1
}

.ab-pg-value-card:hover {
    transform: translateY(-10px)
}

.ab-pg-icon-box {
    width: 70px;
    height: 70px;
    background: #f1f1f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
    transition: background .4s ease, transform .4s ease
}

.ab-pg-icon-box i {
    font-size: 30px;
    color: var(--c1);
    transition: color .4s ease
}

.ab-pg-value-card h5,
.ab-pg-value-card p {
    position: relative;
    z-index: 1;
    transition: color .4s ease
}

.ab-pg-value-card p {
    font-size: 15px;
    margin-bottom: 0;
    color: #555
}

.ab-pg-value-card:hover h5,
.ab-pg-value-card:hover p {
    color: #fff
}

.ab-pg-value-card:hover .ab-pg-icon-box {
    background: #fff;
    transform: scale(1.1)
}

.ab-pg-value-card:hover .ab-pg-icon-box i {
    color: var(--c1)
}

.ab-pg-whatwedo {
    background: #f9f9fc
}

.ab-pg-subtext {
    max-width: 700px;
    margin: 0 auto;
    color: #555
}

.ab-pg-service-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
    transition: transform .4s ease, box-shadow .4s ease
}

.ab-pg-service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover
}

.ab-pg-card-body {
    padding: 15px
}

.ab-pg-card-body h5 {
    font-weight: 700;
    margin-bottom: 10px
}

.ab-pg-card-body p {
    color: #555;
    line-height: 1.6
}

.ab-pg-card-body a {
    color: #0d6efd;
    word-break: break-all
}

.ab-pg-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .15)
}

.ab-pg-why-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    transition: all .35s ease
}

.ab-pg-why-card i {
    color: var(--c1)
}

.ab-pg-why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, .15)
}

.ab-pg-why-card p {
    font-size: 15px;
    color: #555
}

.ab-pg-work-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
    transition: all .35s ease;
    position: relative
}

.ab-pg-work-card i {
    color: var(--c1)
}

.ab-pg-work-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .15)
}

.ab-pg-step-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--c1);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.emk-service-card {
    border: 1.5px solid #1e3a8a;
    border-radius: 10px;
    background-color: #fff
}

.emk-service-card h3 {
    color: var(--c1);
    font-weight: 600;
    margin-bottom: 12px
}

.emk-service-card p {
    margin-bottom: 0;
    color: #1f2937
}

.emk-step-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #fff;
    border: 4px solid var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
    color: var(--c1);
    position: relative;
    box-shadow: #ccdbe8 3px 3px 6px 0 inset, rgba(255, 255, 255, .5) -3px -3px 6px 1px inset
}

.emk-step-circle::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 3px dashed var(--c1)
}

.emk-why-choose-section {
    background: linear-gradient(135deg, #0f172a, #4c1d95, #7c2d12);
    position: relative;
    overflow: hidden
}

.emk-why-list span {
    color: #fff;
    font-size: 16px
}

.emk-icon {
    font-size: 22px;
    color: #38bdf8;
    margin-top: 2px
}

.emk-visual-box {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle at top, #9333ea, #020617);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 60px rgba(147, 51, 234, .5)
}

.emk-envelope-icon {
    font-size: 100px;
    color: #fff;
    text-shadow: 0 0 20px rgba(255, 255, 255, .6)
}

.emk-process-section {
    background-color: #f8fafc
}

.emk-process-card {
    background-color: #fff;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    transition: all .3s ease
}

.emk-process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .08)
}

.emk-step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--c1);
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.emk-process-card p {
    margin-bottom: 0;
    font-size: 16px;
    color: #1f2937
}

.emk-process-note {
    font-size: 17px;
    color: #374151;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.emk-benefits-section {
    background-color: #f8fafc
}

.emk-benefit-card {
    background-color: #fff;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    transition: all .3s ease
}

.emk-benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .08)
}

.emk-benefit-icon {
    font-size: 36px;
    color: var(--c1)
}

.emk-benefit-card p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #1f2937
}

.emk-next-section {
    background-color: #f8fafc
}

.emk-next-card {
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    transition: all .3s ease
}

.emk-next-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, .08)
}

.emk-next-icon {
    font-size: 42px;
    display: inline-block
}

.emk-next-card h6 {
    font-size: 16px
}

.emk-next-card p {
    font-size: 14.5px;
    color: #374151
}

.pro-vp-services {
    background: #fff
}

.pro-vp-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    position: relative;
    transition: all .35s ease;
    overflow: hidden
}

.pro-vp-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--c1);
    transform: translateX(-100%);
    transition: all .35s ease;
    z-index: 0
}

.pro-vp-card * {
    position: relative;
    z-index: 1
}

.pro-vp-card-active::before,
.pro-vp-card:hover::before {
    transform: translateX(0)
}

.pro-vp-card-active,
.pro-vp-card:hover {
    transform: translateY(-6px)
}

.pro-vp-icon {
    width: 52px;
    height: 52px;
    border-radius: 6px;
    background: rgba(226, 135, 44, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c1);
    font-size: 22px;
    transition: all .3s ease
}

.pro-vp-card-active .pro-vp-icon,
.pro-vp-card:hover .pro-vp-icon {
    background: #fff;
    color: var(--c1)
}

.pro-vp-card h5 {
    font-weight: 600
}

.pro-vp-card .pro-vp-a {
    color: var(--c1) !important
}

.pro-vp-card:hover .pro-vp-a {
    color: #fff !important
}

.pro-vp-card-active .pro-vp-a,
.pro-vp-card-active p,
.pro-vp-card:hover .pro-vp-a .pro-vp-card-active h5,
.pro-vp-card:hover h5,
.pro-vp-card:hover p {
    color: #fff !important
}

.pro-vp-arrow {
    display: inline-block;
    margin-top: 25px;
    font-size: 22px;
    color: var(--c1);
    transition: all .3s ease
}

.pro-vp-card-active .pro-vp-arrow,
.pro-vp-card:hover .pro-vp-arrow {
    color: #fff;
    transform: translateX(6px)
}

.pro-vp-process {
    background: #f8fafc
}

.pro-vp-process-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
    position: relative;
    transition: all .35s ease;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0
}

.pro-vp-process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08)
}

.pro-vp-step {
    font-size: 32px;
    font-weight: 700;
    color: var(--c1);
    margin-bottom: 15px;
    position: relative
}

.pro-vp-step::after {
    content: "";
    width: 40px;
    height: 3px;
    background: var(--c1);
    display: block;
    margin-top: 6px
}

.pro-vp-process-card h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #111827
}

.pro-vp-industries {
    background: #fff
}

.pro-vp-industry-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
    text-align: center;
    transition: all .3s ease
}

.pro-vp-industry-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .08)
}

.pro-vp-industry-icon {
    width: 56px;
    height: 56px;
    margin-inline: auto;
    border-radius: 50%;
    background: rgba(226, 135, 44, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c1);
    font-size: 24px
}

.pro-vp-industry-card h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #111827
}

.ln-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    background: #0a66c2;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all .3s ease;
    box-shadow: 0 8px 20px rgba(10, 102, 194, .25)
}

.ln-btn i {
    font-size: 18px
}

.ln-btn:hover {
    background: #084b8a;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(10, 102, 194, .35)
}

.team-crd {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden
}

.team-member-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all .5s ease
}

.team-crd:hover .team-member-img {
    transform: scale(1.1);
    transition: all .5s ease
}

.team-text {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    display: flex;
    align-items: flex-end
}

.team-tx-in {
    background: rgba(12, 12, 12, .46);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    box-shadow: rgba(50, 50, 93, .25) 0 50px 100px -20px, rgba(0, 0, 0, .3) 0 30px 60px -30px;
    border: 1px solid rgba(255, 255, 255, .54);
    color: #fff;
    position: relative
}

.team-tx-in h5 {
    color: var(--c1) !important
}

.linked-team {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffff;
    position: absolute;
    top: -10%;
    right: -2%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all .5s ease
}

.team-crd:hover .linked-team {
    transform: rotate(25deg);
    transition: all .5s ease
}

.tm-p1 {
    font-size: 15px
}

.tm-p2 {
    font-size: 15px
}

.con-other-hero {
    position: relative;
    background-color: rgba(0, 0, 0, .7);
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.con-other-hero::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(../images/contactus.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1
}

.contact-left h2 {
    font-size: 32px
}

.contact-social a {
    width: 42px;
    height: 42px;
    background: var(--c1);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: .3s
}

.contact-social a:hover {
    transform: translateY(-4px);
    background: var(--c1)
}

.contact-form-box {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08)
}

.contact-form-box .form-control,
.contact-form-box .form-select {
    border-radius: 10px;
    padding: 12px
}

.btn-send {
    background: var(--c1) !important;
    color: #fff !important;
    padding: 14px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    transition: .3s
}

.btn-send:hover {
    background: var(--c1) !important
}

.con-pg-why-section {
    background: #f9f9fb
}

.con-pg-c1 {
    color: var(--c1)
}

.con-pg-why-card {
    background: #fff;
    padding: 30px 24px;
    border-radius: 18px;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    transition: .3s ease
}

.con-pg-why-card:hover {
    transform: translateY(-6px)
}

.con-pg-why-icon {
    width: 58px;
    height: 58px;
    background: rgba(239, 145, 145, .15);
    color: var(--c1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 16px
}

.con-pg-why-card h5 {
    font-weight: 700;
    margin-bottom: 10px
}

.con-pg-why-card p {
    margin-bottom: 0;
    opacity: .85
}

.crp-id-card {
    transition: transform .35s ease, box-shadow .35s ease
}

.crp-id-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12)
}

.crp-id-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: linear-gradient(135deg, #c7454e, #e56b73);
    display: flex;
    align-items: center;
    justify-content: center
}

.crp-id-icon i {
    font-size: 28px;
    color: #fff
}

.crp-id-process-card {
    background: #fff;
    position: relative;
    border-radius: 12px;
    border-bottom: 2px solid var(--c1);
    transition: transform .35s ease, box-shadow .35s ease
}

.crp-id-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12)
}

.crp-id-process-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -60px auto 0;
    box-shadow: 0 10px 25px rgba(199, 69, 78, .35)
}

.crp-id-process-icon i {
    font-size: 30px;
    color: #fff
}

.crp-id-process-dark {
    background: #f5f5f5
}

.crp-id-step-card {
    background: var(--bg);
    color: var(--c1);
    position: relative;
    transition: transform .35s ease, box-shadow .35s ease
}

.crp-id-step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .25)
}

.crp-id-step-number {
    font-size: 64px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--c1);
    line-height: 1;
    display: inline-block
}

.video-card {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .15)
}

.video-thumb {
    position: relative;
    cursor: pointer
}

.video-thumb img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 16px
}

.play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    transition: .3s
}

.video-thumb:hover .play-btn {
    background: rgba(0, 0, 0, .6);
    transform: scale(1.05)
}

.video-card video {
    width: 100%;
    height: 500px;
    display: none;
    border-radius: 16px
}

.mot-g-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 18px;
    text-align: center;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
    transition: .35s ease
}

.mot-g-card:hover {
    transform: translateY(-8px)
}

.mot-g-icon {
    width: 70px;
    height: 70px;
    background: #ffeaea;
    color: var(--c1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto;
    transform: rotate(-6deg);
    position: relative
}

.mot-g-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
    border: 1px solid #000;
    margin-left: 8px;
    margin-top: -8px;
    border-radius: 16px
}

.mot-g-card h5 {
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 12px
}

.mot-g-card p {
    color: #555;
    line-height: 1.7
}

.mot-g-active {
    background: var(--c1);
    color: #fff
}

.mot-g-active p {
    color: #ffeaea
}

.mot-g-active .mot-g-icon {
    background: #fff;
    color: var(--c1)
}

.mot-g-process-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 900px;
    margin: auto
}

.mot-g-step {
    display: flex;
    align-items: center;
    gap: 30px;
    background: rgba(255, 255, 255, .75);
    backdrop-filter: blur(12px);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .08);
    position: relative;
    transition: .4s ease
}

.mot-g-step:hover {
    transform: translateY(-6px)
}

.mot-g-step-num {
    min-width: 90px;
    height: 90px;
    border-radius: 18px;
    background: linear-gradient(135deg, #e53935, #ff6b6b);
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    box-shadow: 0 10px 25px rgba(229, 57, 53, .4)
}

.mot-g-step-content h5 {
    font-weight: 700;
    margin-bottom: 8px
}

.mot-g-step-content p {
    margin-bottom: 0;
    color: #555;
    line-height: 1.7
}

.iq-choose-section {
    background: linear-gradient(135deg, #062635, #031b26);
    border-radius: 0
}

.iq-choose-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.iq-choose-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
    font-size: 16px
}

.iq-choose-list li:last-child {
    border-bottom: none
}

.iq-choose-list i {
    font-size: 20px;
    color: var(--c1)
}

.iq-choose-image {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .35)
}

.iq-choose-image img {
    border-radius: 14px;
    max-width: 100%
}

@media (max-width:768px) {
    .iq-choose-section {
        text-align: center
    }

    .iq-choose-list li {
        justify-content: center
    }
}

.mot-benefit-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: all .35s ease;
    cursor: default
}

.mot-benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .15)
}

.mot-benefit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #e53935, #ff6b6b);
    color: #fff;
    font-size: 28px;
    border-radius: 59% 41% 70% 30%/30% 30% 70% 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    transition: transform .35s ease
}

.mot-benefit-card:hover .mot-benefit-icon {
    transform: rotate(10deg) scale(1.1)
}

.mot-benefit-card p {
    font-weight: 500;
    color: #333
}

.pri-pg-section {
    background: #f8f9fc
}

.pri-pg-badge {
    background: #eef2ff;
    color: var(--c1);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px
}

.pri-pg-title {
    font-weight: 700;
    font-size: 34px
}

.pri-pg-subtitle {
    color: #6b7280;
    max-width: 650px;
    margin: auto
}

.pri-pg-toggle {
    font-size: 14px
}

.pri-pg-switch {
    width: 46px;
    height: 24px;
    background: var(--c1);
    border-radius: 50px;
    position: relative
}

.pri-pg-switch::after {
    content: "";
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 24px
}

.pri-pg-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    text-align: left
}

.pri-pg-featured {
    border: 2px solid var(--c1);
    transform: scale(1.05)
}

.pri-pg-desc {
    color: #6b7280;
    font-size: 14px
}

.pri-pg-price {
    font-size: 32px;
    margin: 20px 0
}

.pri-pg-price span {
    font-size: 15px;
    color: #6b7280
}

.pri-pg-btn-primary {
    background: var(--c1) !important;
    color: #fff !important;
    font-weight: 600;
    transition: all .5s
}

.p-glow-active {
    box-shadow: 0 0 8px rgba(216, 55, 74, .5), 0 0 16px rgba(216, 55, 74, .4) !important
}

.pri-pg-btn-outline {
    border: 1px solid var(--c1) !important;
    color: var(--c1) !important;
    font-weight: 600;
    transition: all .5s
}

.pri-pg-btn {
    transition: all .5s
}

.pri-pg-btn:hover {
    background: var(--c1) !important;
    box-shadow: 0 0 10px rgba(216, 55, 74, .6), 0 0 20px rgba(216, 55, 74, .5), 0 0 35px rgba(216, 55, 74, .4) !important;
    transform: translateY(-2px);
    color: #fff !important;
    transition: all .5s
}

.pri-pg-list {
    list-style: none;
    padding: 0;
    margin-top: 20px
}

.pri-pg-list li {
    margin-bottom: 10px;
    color: #374151
}

:root {
    --pric-pg-con-c1: var(--c1)
}

.pric-pg-con-section {
    background: #fff4f5
}

.pric-pg-con-icon {
    width: 48px;
    height: 48px;
    background: rgba(199, 69, 78, .15);
    color: var(--pric-pg-con-c1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px
}

.pric-pg-con-link {
    color: #333;
    text-decoration: none
}

.pric-pg-con-link:hover {
    color: var(--pric-pg-con-c1)
}

.pric-pg-con-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08)
}

.pric-pg-con-primary {
    color: var(--pric-pg-con-c1)
}

.pric-pg-con-form .form-control {
    border-radius: 8px;
    padding: 12px
}

.pric-pg-con-form .form-control:focus {
    border-color: var(--pric-pg-con-c1);
    box-shadow: 0 0 0 .15rem rgba(199, 69, 78, .25)
}

.pric-pg-con-btn {
    background: var(--pric-pg-con-c1) !important;
    color: #fff !important;
    border-radius: 30px;
    border: none;
    width: 150px
}

.pric-pg-con-btn:hover {
    background: var(--c1) !important;
    color: #fff !important
}

.ad-flim-hero {
    min-height: 40vh;
    display: flex;
    align-items: center;
    position: relative;
    background-image: url(../images/blg-bg.jpg)
}

.ad-flim-hero::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(../images/blg-bg.jpg);
    background-size: cover;
    z-index: -1;
    opacity: .3;
    background-position: bottom;
    background-attachment: fixed
}

.iqtechway-highlight {
    color: #ed1943 !important;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease
}

.iqtechway-highlight:hover {
    color: #c01436 !important;
    text-decoration: underline
}

.adfilm-card {
    transition: transform .4s ease, box-shadow .4s ease;
    border-radius: 16px
}

.adfilm-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12)
}

.adfilm-card i {
    transition: transform .4s ease
}

.adfilm-card:hover i {
    transform: scale(1.15)
}

.iq-adfilm-section {
    min-height: 50vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(../images/ad-flims.png);
    background-attachment: fixed
}

.iq-adfilm-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
    z-index: 1
}

.iq-adfilm-section .container {
    z-index: 2
}

.ad-flim-indu-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all .45s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.ad-flim-indu-card:hover {
    transform: translateY(-14px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .18)
}

.ad-flim-indu-icon {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ad-flim-indu-icon i {
    font-size: 34px;
    color: #fff
}

.ad-flim-indu-body h5 {
    transition: color .3s ease
}

.ad-flim-indu-card:hover h5 {
    color: var(--c1)
}

.bg-health {
    background: linear-gradient(135deg, #ff416c, #ff4b2b)
}

.bg-estate {
    background: linear-gradient(135deg, #1e3c72, #2a5298)
}

.bg-ecom {
    background: linear-gradient(135deg, #11998e, #38ef7d)
}

.bg-travel {
    background: linear-gradient(135deg, #2193b0, #6dd5ed)
}

.bg-food {
    background: linear-gradient(135deg, #f7971e, #ffd200)
}

.bg-edu {
    background: linear-gradient(135deg, #8e2de2, #4a00e0)
}

.whole-team {
    width: 100%;
    height: 500px;
    object-fit: contain
}

.contact-section1 {
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(0, 0, 0, .651)
}

.contact-section1::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(../images/video-pro.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: bottom;
    background-attachment: fixed
}

.careers-hero {
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(0, 0, 0, .3)
}

.careers-hero::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(../career-image/career.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: bottom;
    background-attachment: fixed
}

.services-horizontal-wrapper {
    overflow-x: auto;
    padding: 1rem 0;
    margin-bottom: 2rem;
    width: 100%
}

.services-scroll-container {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0 1rem;
    min-width: min-content
}

.service-tab-item {
    flex: 0 0 auto;
    width: 180px;
    padding: 1.5rem 1rem;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    border: 2px solid transparent;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    margin: 0
}

.service-tab-item:hover {
    transform: translateY(-5px);
    border-color: #d8374a
}

.service-tab-item.active {
    background: #d8374a;
    border-color: #d8374a;
    color: #fff
}

.service-tab-item.active .service-icon {
    color: #fff
}

.service-tab-item.active .service-title {
    color: #fff
}

.service-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #d8374a
}

.service-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: #333
}

.service-details-container {
    position: relative;
    min-height: 400px;
    width: 100%;
    margin: 0 auto
}

.service-details {
    display: none;
    animation: fadeIn .5s ease;
    width: 100%;
    margin-bottom: 26px
}

.service-details.active {
    display: block
}

.service-features {
    margin-top: 1.5rem;
    width: 100%
}

.feature-item {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: .75rem;
    width: 100%
}

.feature-item i {
    font-size: 1.2rem
}

.service-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
    width: 100%;
    margin: 0
}

.service-image img {
    transition: transform .5s ease;
    width: 100%;
    height: auto
}

.service-image:hover img {
    transform: scale(1.03)
}

.case-studies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
    width: 100%
}

.case-study-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    transition: all .3s ease;
    height: 100%;
    width: 100%;
    margin: 0
}

.case-study-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .15)
}

.case-study-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    width: 100%
}

.case-study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.case-study-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #d8374a;
    color: #fff;
    padding: .25rem .75rem;
    border-radius: 20px;
    font-size: .75rem;
    font-weight: 600
}

.case-study-content {
    padding: 1.5rem;
    width: 100%
}

.case-study-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .75rem;
    color: #333
}

.case-study-excerpt {
    color: #666;
    margin-bottom: 1.25rem;
    line-height: 1.6
}

.case-study-stats {
    display: flex;
    justify-content: space-between;
    margin: 1.5rem 0;
    padding: 1rem 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 100%
}

.stat-item {
    text-align: center;
    flex: 1
}

.stat-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #d8374a;
    line-height: 1.2
}

.stat-label {
    display: block;
    font-size: .75rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: .25rem
}

.case-study-link {
    display: inline-block;
    color: #d8374a;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease
}

.case-study-link:hover {
    color: #d8374a;
    transform: translateX(5px)
}

.cms-cta {
    background: linear-gradient(135deg, #d8374a 0, #b02a37 100%);
    padding: 4rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto
}

.cms-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,0 L100,100 Z" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: cover;
    z-index: -1 !important
}

.modern-icon {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 1.5rem
}

.cms-cta h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.cms-cta .lead {
    font-size: 1.25rem;
    max-width: 600px;
    margin: 0 auto 2rem
}

.iqtechway-highlight {
    background: #ece6e6;
    padding: .15rem .5rem;
    border-radius: 4px;
    font-weight: 700
}

.btn-light {
    background: #fff;
    color: #d8374a;
    border: none;
    font-weight: 600;
    padding: .75rem 2rem;
    border-radius: 50px;
    transition: all .3s ease
}

.btn-light:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width:992px) {
    .services-scroll-container {
        justify-content: flex-start;
        padding-bottom: 1rem
    }

    .service-tab-item {
        width: 160px
    }

    .case-studies-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem
    }

    .cms-cta {
        padding: 3rem 1.5rem
    }

    .cms-cta h2 {
        font-size: 2rem
    }
}

@media (max-width:768px) {
    .service-tab-item {
        width: 140px;
        padding: 1rem .75rem
    }

    .service-icon {
        font-size: 1.5rem
    }

    .service-title {
        font-size: .9rem
    }

    .service-details .row {
        flex-direction: column-reverse
    }

    .service-image {
        margin-bottom: 1.5rem
    }

    .case-study-stats {
        flex-direction: column;
        gap: 1rem
    }

    .stat-item {
        flex: none
    }
}

@media (max-width:576px) {
    .services-scroll-container {
        gap: 1rem
    }

    .service-tab-item {
        width: 120px;
        padding: .75rem .5rem
    }

    .cms-cta {
        padding: 2rem 1rem
    }

    .cms-cta h2 {
        font-size: 1.5rem
    }

    .cms-cta .lead {
        font-size: 1rem
    }

    .btn-light {
        padding: .5rem 1.5rem;
        font-size: .9rem
    }
}

.services-horizontal-wrapper::-webkit-scrollbar {
    height: 6px
}

.services-horizontal-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px
}

.services-horizontal-wrapper::-webkit-scrollbar-thumb {
    background: #d8374a;
    border-radius: 10px
}

@media screen and (max-width:1400px) {
    .full-img-div {
        width: 100%;
        height: 208px
    }

    .nav-link {
        font-size: 13px !important
    }

    .home-indus .beni-img {
        width: 64%;
        height: 64%;
        object-fit: cover;
        border-radius: 6px;
        z-index: 2
    }

    .home-indus .beni-img-box::before {
        content: "";
        width: 64%;
        height: 64%
    }

    .home-indus .beni-tx {
        font-size: 16px;
        text-align: center;
        display: flex
    }
}

.bg-light-c1 {
    background-color: #f2d4d685
}

.who-title {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px
}

.who-sub {
    text-align: center;
    color: #555;
    margin-bottom: 40px;
    font-size: 18px
}

.who-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    max-width: 900px;
    margin: auto
}

.who-box {
    padding: 14px 18px;
    font-size: 18px;
    display: flex;
    align-items: center;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #eee;
    transition: .3s ease
}

.who-box:hover {
    background: #f1f1f1;
    transform: translateY(-3px)
}

.dot {
    width: 10px;
    height: 10px;
    background: var(--c1);
    border-radius: 50%;
    margin-right: 12px
}

@media screen and (max-width:1025px) {
    .ab-h {
        font-size: 32px
    }

    .top-nav-one {
        display: none
    }

    .menu {
        width: 42px
    }

    .nav-menus {
        display: flex;
        align-items: unset !important;
        justify-content: unset
    }

    .offcanvas {
        width: 100% !important
    }

    .dropdown-item {
        white-space: unset !important;
        font-size: 12px
    }

    .menu {
        width: 52px
    }

    .offcanvas-header {
        background-color: var(--c2)
    }
}

@media (max-width:768px) {
    .logo-cta-title {
        font-size: 26px
    }

    .logo-cta-text {
        font-size: 15px
    }

    .emk-visual-box {
        width: 240px;
        height: 240px
    }

    .emk-envelope-icon {
        font-size: 70px
    }

    .mot-g-step {
        flex-direction: column;
        text-align: center
    }

    .mot-g-step-num {
        margin-bottom: 10px
    }
}

@media screen and (min-width:960px) and (max-width:1030px) {
    .logo {
        height: 50px;
        width: unset
    }

    .nav-link {
        font-size: 11px !important
    }

    .enq-btn {
        font-size: 10px !important
    }

    .navbar {
        padding-top: unset !important;
        padding-bottom: unset !important
    }
}

@media (max-width:768px) {
    .pro-v-icon-circle {
        width: 90px;
        height: 90px
    }

    .pro-v-icon-circle img {
        width: 40px;
        height: 40px
    }
}

@media screen and (max-width:920px) {
    .sm-js {
        text-align: justify !important
    }

    .top-nav-one {
        display: none
    }

    .menu {
        width: 42px
    }

    .nav-menus {
        display: flex;
        align-items: unset !important;
        justify-content: unset
    }

    .nav-link {
        font-size: 15px !important;
        font-weight: 400 !important
    }

    .dropdown-item {
        white-space: unset !important;
        font-size: 16px
    }

    .dropdown-menu {
        border: unset !important;
        box-shadow: unset !important
    }

    @-webkit-keyframes slideIn {
        0% {
            -webkit-transform: transform;
            -webkit-opacity: 0
        }

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

        0% {
            -webkit-transform: translateY(0);
            -webkit-opacity: 0
        }
    }

    .menu {
        width: 52px
    }

    .offcanvas-header {
        background-color: #000
    }

    .nav-active {
        background-color: unset !important;
        font-weight: 700 !important;
        border-bottom: unset !important;
        border-left: unset !important
    }

    .navbar .nav-item {
        border-bottom: 1px solid var(--c1);
        min-height: 56px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .dropdown:hover .dropdown-menu {
        margin-top: .3rem !important
    }

    .home-nav .nav-link {
        color: unset !important
    }

    .first-top {
        display: none
    }

    .size-bx-bed {
        border: 1px solid #a7a6a6;
        padding: .5rem
    }

    .size-bx-bed p {
        font-size: 13px
    }

    .size-bx-bed .small {
        font-size: 11px !important
    }

    .cat-pg-bx {
        width: 100%;
        border: 1px solid #929090
    }

    .stick-top {
        position: unset
    }

    .hero2::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 60%;
        inset: unset;
        top: 0;
        left: 0;
        z-index: -3;
        background-image: url(../images/welcome.jpeg);
        background-position: bottom center;
        background-attachment: fixed;
        background-size: cover
    }

    .hero2::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 60%;
        inset: unset;
        top: 0;
        left: 0;
        z-index: -2;
        background-color: rgba(249, 51, 74, .533);
        background-image: linear-gradient(127deg, rgba(249, 51, 74, .533) 0, rgba(136, 6, 21, .734) 91%);
        background-size: cover
    }

    .curv-img {
        width: 150%;
        height: 60%;
        position: absolute;
        inset: unset;
        top: 0;
        left: 0;
        z-index: -1
    }

    .spb-txt {
        font-size: 13px
    }

    .dot-line {
        display: none
    }

    .hero-right::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 20%;
        background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
        pointer-events: none;
        z-index: 5
    }

    .appr-bx {
        border-right: 1px solid #444;
        border-bottom: 1px solid #444
    }

    .seo-p-process-right {
        max-height: unset;
        overflow: visible;
        border-left: none;
        margin-top: 40px
    }

    .lse-feature-item {
        flex-direction: column
    }

    .lse-feature-icon {
        width: 56px
    }

    .ab-pg-image-wrapper {
        min-height: auto;
        text-align: center
    }

    .ab-pg-img-main {
        width: 100%
    }

    .ab-pg-img-overlay {
        position: relative;
        width: 80%;
        margin-top: 15px;
        bottom: 0;
        right: 0
    }

    .ab-pg-content-box {
        text-align: center
    }

    .emk-mun-rev {
        flex-direction: column-reverse
    }

    .mobile-sublink {
        color: #444 !important
    }

    .beni-img-box {
        width: 140px;
        height: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative
    }
}

@media (max-width:576px) {
    .pro-v-step-box {
        font-size: 13px;
        padding: 14px 16px
    }
}

@media screen and (max-width:660px) {
    .menu {
        width: 32px
    }

    .logo {
        width: 115px;
        height: unset
    }

    .sm-js {
        text-align: justify !important
    }

    .hero {
        min-height: 40vh;
        position: relative
    }

    .lr-img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        object-fit: cover
    }

    .box-minimal {
        width: 100%;
        padding: 37px 24px;
        border: 2px solid #ebebeb;
        transition: .3s ease-out all;
        min-height: 200px;
        text-align: justify !important
    }

    .box-info-tri {
        display: none
    }

    .box-info-right {
        background-color: var(--c1);
        width: 100%;
        position: relative;
        text-align: justify !important
    }

    .mob-h {
        font-size: 15px
    }

    .stick-top {
        position: unset
    }

    .slide-nav-bx {
        display: flex;
        width: 112%;
        justify-content: space-between;
        position: absolute;
        top: 30%;
        left: -6%
    }

    .num-h {
        font-size: 12px
    }

    .appr-bx {
        border-right: unset;
        border-bottom: 1px solid #444
    }
}