:root {
    /* --c1:#184077;  */
    --c1: #d8374a;
    --c2: #f0c543;
    --c3: #5b5b5b;
    --c4: #e4f2f2;
    --c5: #ffff;
    --bg: #f8d4d4;
}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.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);
}
/* .c5{
  color: var(--c5) !important;
} */
.w {
    color: #fff !important;
}
.b {
    color: black !important;
}
a {
    text-decoration: none !important;
}
.ls {
    letter-spacing: 1px;
}
.lh {
    line-height: 2rem !important;
}
p {
    color: #282828;
    line-height: 1.5rem;
    /* font-size: 15px; */
}

@font-face {
    font-family: "jost-regular";
    src: url(../Jost-Regular.ttf);
}
@font-face {
    font-family: "Assistant-Regular";
    src: url(../Assistant-Regular.ttf);
}

.hf {
    font-family: "jost-regular" !important;
    /* letter-spacing: 1px; */
}
.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;
    /* border: 1px solid black; */
}

/* top first section */

/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
    display: flex;
    align-items: center;
}
.first-text .ftp {
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
}

.bg-sli {
    position: relative;
    overflow: hidden;
}

/* diagonal left cut */
.bg-sli::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #dc3545 !important;
    clip-path: polygon(40px 0, /* top-left slant */ 100% 0, 100% 100%, 0 100%);
    z-index: 0;
}

/* keep icons above bg */
.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;
}

/* top first section */

.first-top {
    background-color: var(--c1);
    /* position: relative; */
}
/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
    display: flex;
    align-items: center;
}
.first-text .ftp {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.8px;
}
.first-bx-img {
    width: 25px;
}
.top-nv-soc-img {
    width: 19px;
    filter: brightness(0) invert(1);
}

.white-icon {
    filter: brightness(0) invert(1);
}
/* Hide the "Powered by Google Translate" text and logo */
.goog-logo-link,
.goog-te-gadget span,
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

/* Hide the dropdown icon */
.goog-te-combo {
    margin: 0 auto;
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}
/* Center the translate element */
#google_translate_element_1 {
    text-align: center;
}
/* .skiptranslate iframe{
  display: none !important;
} */
/* ----------------- NAVBAR --------------------------*/

/* ============================================
             DESKTOP NAVBAR STYLES
=============================================== */
.nav-custom {
    background: #fff !important;
    transition: 0.4s;
    position: relative;
    z-index: 1050;
}

.nav-custom.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15) !important;
}

.logo {
    width: 160px;
    height: 100%;
    object-fit: contain;
}

.menu {
    width: 38px;
}

/* NAV LINKS */
.nav-link {
    font-weight: 600;
    letter-spacing: 0.6px;
    font-size: 14px;
    color: #000;
    padding: 8px 5px !important;
    position: relative;
    display: inline-block;
}

.navbar .nav-link {
    color: #000 !important;
}

.nav-link:hover,
.nav-link.active {
    color: var(--c1) !important;
}

/* FIX UNDERLINE MOVING RIGHT */
.nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    background: var(--c1);
    transition: 0.3s ease;
}

.nav-link:hover::before,
.nav-link.active::before {
    width: 100%;
}

/* ICON IN NAV */
.nav-img-ic {
    width: 18px;
    margin-right: 5px;
}

/* Toggler Fix */
.navbar-toggler:focus {
    outline: 0;
    box-shadow: none !important;
}

/* ============================================
            SIMPLE DROPDOWN (ABOUT US)
=============================================== */
.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 MENU (DESKTOP)
=============================================== */

.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, 0.1);
    background: #fff;
    /* background-image: url(../images/grd-nv-bg.webp); */
    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);
}

/* DESKTOP SHOW ON HOVER */
@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;
}

/* Section titles */
.mega-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #b42e3f;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Menu links */
.mega-menu a {
    display: block;
    padding: 8px 0;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    position: relative;
    transition: 0.25s ease;
}

/* Icons */
.mega-menu a i {
    margin-right: 10px;
    font-size: 16px;
    width: 20px;
    text-align: center;
    color: #b42e3f;
    transition: 0.25s;
}

/* Hover effect */
.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, 0.5);
}

/* Soft underline animation */
/* .mega-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #b42e3f, #ff6b81);
    transition: 0.3s ease;
}

.mega-menu a:hover::after {
    width: 100%;
} */

/* Fade in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ============================================
                MOBILE MENU SPECIAL
=============================================== */
.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 STYLE */
.mobile-link {
    width: 100%;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    /* font-weight: 600; */
    font-size: 17px;
    color: #131313;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);

    backdrop-filter: blur(8px);
    transform: translateX(-40px);
    opacity: 0;
}

.mobile-link.animate-in {
    animation: slideInItem 0.5s ease forwards;
}
.mob-active {
    border-bottom: 2px solid var(--c1);
}
/* MOBILE SUBMENU */
.mobile-sublink {
    padding: 6px 0;
    display: block;
    font-size: 15px;
}

/* SOCIAL ICONS */
.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;
}

/* Animations */
@keyframes bounceIn {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-5px);
    }
}

@keyframes slideInItem {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* CALL BUTTON */
.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: 0.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, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
/* ---- nav end */

/* scrol bar */
/* width */
body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(255, 255, 255);
    border-radius: 10px;
}

/* Handle */
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 0.5s;
    font-weight: bold !important;
    border-radius: unset !important;
}

.btn-c1:hover {
    background-color: unset !important;
    color: var(--c1) !important;
    border: 2px solid var(--c1) !important;
    transition: all 0.5s;
}

/* call and whats app */

/* call and whats app */
.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 {
    /* width: 40px;
  height: 40px;*/
    border-radius: 50%;
    /* background-color: #222; */
    border: 3px solid #fff;
    /* position: fixed;
  left: 1%;
  bottom: 5%;
  z-index: 60; */
    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 0.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, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    left: -10%;
}
.call-nv {
    width: 20px;
}
.cal-nv-btn:hover {
    box-shadow:
        rgba(0, 0, 0, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    transition: all 0.5s;
}

.enq-btn {
    background-color: var(--c1) !important;
    color: #fff !important;
    transition: all 0.5s;
}
.enq-icn {
    transition: all 0.5s;
}
.enq-btn:hover .enq-icn {
    transform: rotateY(360deg);
    transition: all 1s;
}

/* ------------ */

/* ===========  top  bar =========== */
.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 */

.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, 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; /* pushes button to bottom */
}

/* MOBILE FIX */
@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: none;
    border-radius: 8px;
    background-color: #efededf6 !important;
}

.action-button .count-badge {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: var(--c1);
    color: white;
    font-size: 12px;
    font-weight: bold;
    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 0.5s;
}
.abt-btn-land:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s;
}

.hero {
    position: relative;
    overflow: hidden;
    background-color: var(--bg);
}
.hero::after {
    content: "";
    /* width: 100%;
  height: 30%; */
    border-left: 100vw solid transparent;
    border-bottom: 4em solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    /* z-index: -1; */
}
.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: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.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: 0.3s ease;
    transition: 0.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, 0.2),
            0 0 0 0 rgba(216, 55, 74, 0.2),
            0 0 0 5px rgba(216, 55, 74, 0.2),
            0 0 0 10px rgba(216, 55, 74, 0.2);
        box-shadow:
            0 4px 10px rgba(216, 55, 74, 0.2),
            0 0 0 0 rgba(216, 55, 74, 0.2),
            0 0 0 5px rgba(216, 55, 74, 0.2),
            0 0 0 10px rgba(216, 55, 74, 0.2);
    }
    100% {
        -webkit-box-shadow:
            0 4px 10px rgba(216, 55, 74, 0.2),
            0 0 0 5px rgba(216, 55, 74, 0.2),
            0 0 0 10px rgba(216, 55, 74, 0.2),
            0 0 0 20px rgba(216, 55, 74, 0);
        box-shadow:
            0 4px 10px rgba(216, 55, 74, 0.2),
            0 0 0 5px rgba(216, 55, 74, 0.2),
            0 0 0 10px rgba(216, 55, 74, 0.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, 0.2),
            0 0 0 0 rgba(216, 55, 74, 0.2),
            0 0 0 5px rgba(216, 55, 74, 0.2),
            0 0 0 10px rgba(216, 55, 74, 0.2);
        box-shadow:
            0 4px 10px rgba(216, 55, 74, 0.2),
            0 0 0 0 rgba(216, 55, 74, 0.2),
            0 0 0 5px rgba(216, 55, 74, 0.2),
            0 0 0 10px rgba(216, 55, 74, 0.2);
    }
    100% {
        -webkit-box-shadow:
            0 4px 10px rgba(216, 55, 74, 0.2),
            0 0 0 5px rgba(216, 55, 74, 0.2),
            0 0 0 10px rgba(216, 55, 74, 0.2),
            0 0 0 20px rgba(216, 55, 74, 0);
        box-shadow:
            0 4px 10px rgba(216, 55, 74, 0.2),
            0 0 0 5px rgba(216, 55, 74, 0.2),
            0 0 0 10px rgba(216, 55, 74, 0.2),
            0 0 0 20px rgba(216, 55, 74, 0);
    }
}

.head-proc {
    font-size: 18px;
}

/* ----------- our clint section ------------- */
.port-btn {
    position: relative;
    transition: all 0.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 0.5s;
}
.port-btn:hover::after {
    height: 100%;
    z-index: -1;
    transition: all 0.5s;
}
.port-btn:hover {
    color: #fff !important;
}

/* ----------- digital marketing ---------- */
.stick-top {
    /* max-height: calc(50vh - 100px); */
    height: 100%;
    /* overflow: auto; */
    position: sticky;
    overflow: hidden;
    top: 20%;
    transition: top 0.5s ease-out 0s;
    vertical-align: baseline;
    scroll-behavior: smooth;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

/* --------- Video Creation --------- */
.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: 0.3;
    z-index: -1;
}
.strok-tx {
    -webkit-text-stroke: 1px var(--c1);
}
/* -------------- brand creation ---------------- */
.brand-cre {
    background-color: #fff;
    width: 100%;
    height: 100%;
}

/* tec-stak-box */
.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 ====== */
.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(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
    box-shadow:
        rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
        rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    /* height: 0px; */
}

.accordion-button:focus {
    box-shadow: unset !important;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: var(--c1) !important;
    /* box-shadow: unset !important; */
}

.accordion-button::after {
    content: "+" !important;
    font-size: 22px;
    font-weight: bold;
    color: var(--c1);
    background-image: unset !important;
    /* background-color: #fff; */
    font-display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.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;
}

/* body *{
  border: 1px solid black !important;
} */

.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, 0.533);
    background-image: linear-gradient(
        127deg,
        rgba(249, 51, 74, 0.533) 0%,
        rgba(136, 6, 21, 0.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;
}

/* --------- Benefits of web designing --------- */
.swing-arrow-img {
    width: 50%;
}
.in-over-arrow {
    display: flex;
    /* flex-direction: column; */
    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;
    /* height: 50%; */
}

.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, 0.24) 0px 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: #0c0c0cc4; */
    background-color: var(--bg);
    z-index: -2;
}
/* .per-main::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/service-three-bg.jpg);
  z-index: -3;
} */

/* --------------- */
.beni-img-box {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* background-color: #000; */
}
.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;
}

/* ---------- process ----------- */
.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%;
}

/* ------------------- */

/* =============== slider card with botom content ================ */

.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, 0.95);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 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: 0.6;
}
.web-d-ser-img {
    width: 60px !important;
}
.web-d-s-text {
    font-size: 18px;
}

/* === price details === */

.price-card {
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 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;
    /* width: 100%; */
    transition: all 0.5s;
}

.btn-c1:hover {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    transition: all 0.5s;
}

.price-card-bg {
    /* background-color: #000 !important; */
    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);
}

/* --------- Technologies we work with ----------- */
.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;
}

/* ------------ certificate ------------ */
.r-img img {
    width: 80%;
}
.main-new {
    position: relative;
    overflow-x: hidden;
}
.left-side-round {
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    /* width: 10%; */
    z-index: -1;
}
.po {
    position: relative;
    overflow-x: hidden;
}
.right-side-round {
    position: absolute;
    right: 0%;
    top: 0%;
    height: 100%;
    z-index: -1;
    /* width: 10%; */
}

/* ----------- new hero section ----------- */
.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%;
}

/* ----------------- number section ------------ */
.num-bx {
    text-align: center;
    height: 100%;
    width: 100%;
}
.num {
    font-size: 58px;
}
.nun-bg {
    background-color: var(--bg);
}

/* --- home page service --- */
.home-ser-crd {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.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%, #ffffff 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 -------=- */
.other-hero {
    min-height: 40vh;
    display: flex;
    align-items: center;
    position: relative;
    /* background-color: rgba(0, 0, 0, 0.126); */
    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: 0.3;
    background-position: bottom;
    background-attachment: fixed;
}

/* --------- */
.blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 25px rgba(0, 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;
}

/* ---- 3 Line Clamp (your required code) ---- */
.blog-text {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* show max 3 lines */
    -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: 0.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, 0.533);
    background-image: linear-gradient(
        127deg,
        rgba(249, 51, 74, 0.533) 0%,
        rgba(136, 6, 21, 0.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 container ------// */

.faq-card {
    border-bottom: 1px solid #929292;
    /* border-radius: 6px; */
    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;
    /* color: ; */
    font-size: 16px;
}

.faq-aftertext {
    text-align: center;
    color: #8b8b9a;
}

.show-more {
    /* display: none; */
    cursor: pointer;
}

.ty-compact-list {
    /* padding: 5px 5px 5px 0px; */
    /* float: left; */
    width: 100%;
}

.btn-faq {
    background-color: var(--c1) !important;
    color: #fff !important;
    /* min-width: 170px; */
    /* width: 100%; */
    border-radius: 10px !important;
}

/* ----------- */
/* Footer Base */
.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: #ffffff;
    margin-bottom: 15px;
}

/* Social Icons */
.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: 0.3s ease;
}

.footer-social a:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 6px 15px rgba(255, 89, 0, 0.4);
}

/* Footer Links */
.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: 0.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 Cards */
.contact-card {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(6px);
    transition: 0.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;
}

/* Quote Button */
.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: 0.3s;
}

.cta-btn:hover {
    transform: scale(1.05);
    color: var(--c1) !important;
}

/* Footer Bottom */
.footer-line {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 40px 0 20px;
}

.footer-copy {
    color: #777;
    font-size: 14px;
}

.foot-lst a {
    color: #fff;
}
.bor-end {
    border-right: 1px solid #fff;
}

/* ---- landing page --- */
/* ----------- services provider ---------------- */
.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 section --------------- */
.process-main {
    position: relative;
    /* background-image: url(../images/service-bg.png);
      background-size: cover; */
}
.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 0.5s;
}
.process-crd::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.786);
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 80%;
    z-index: -1;
    transition: all 0.5s;
    border-top: 3px solid #fff;
}
.process-crd:hover::before {
    background-color: #fff;
    border-top: 3px solid var(--c1);
    transition: all 0.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, 0.2) 0px 7px 29px 0px;
    z-index: 2;
}
.proscess-img {
    width: 60%;
}
.content-proc {
    width: 100%;
    z-index: 5;
}
/* .head-proc{
      color: var(--c1);
    } */

.head-proc {
    font-size: 18px;
}

/* --- */
.Case study-card {
    overflow: hidden;
    border: 1px solid #ccc;
    /* Optional: Add border for better visibility */
    border-radius: 10px;
    /* Optional: Add border radius for rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Optional: Add shadow for depth */
    transition: transform 0.3s ease-in-out;
    /* Optional: Add transition for smooth effect */
}

.screenshot-container {
    width: 100%;
    height: 500px;
    /* Adjust height as needed */
    overflow: hidden;
    position: relative;
}

.screenshot {
    width: 100%;
    height: auto;
    transition: transform 2s ease-in-out;
    /* Adjust the transition duration for the scroll effect */
    /* filter: grayscale(100%); */
}

.Case study-card:hover .screenshot {
    filter: grayscale(0%);
}

/* web */
.web-d-bx {
    width: 100%;
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    background-color: #ffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}
.web-d-bx::after {
    content: "";
    width: 5px;
    height: 60%;
    position: absolute;
    left: 0%;
    background-color: var(--c1);
    transition: all 0.5s;
}
.web-d-bx:hover::after {
    height: 100%;
    transition: all 0.5s;
}
.web-d-tx {
    width: 70%;
    /* font-size: 16px; */
}
.web-img {
    width: 60px;
}
.mob-h {
    font-size: 17px;
}

/* ---- hero scrool up and down --- */
.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;
}

/* Infinite Scroll Up */
.scroll-up {
    animation: scrollUp 18s linear infinite;
}

/* Infinite Scroll Down */
.scroll-down {
    animation: scrollDown 18s linear infinite;
}

/* Keyframes */
@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, 0.2) 0px 7px 29px 0px;
    background-color: #f6f6f6;
}

/* Bottom Fade */
.hero-right::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0)
    );
    pointer-events: none;
    z-index: 5;
}

/* ---- web development page ----- */
/* HERO VIDEO SECTION */
.video-hero {
    position: relative;
    width: 100%;
    min-height: 80vh; /* Full screen */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Video Styling */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* Content over video */
.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: #ffffff;
    color: #000;
    font-size: 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.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; /* Bullet dot color */
    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;
    /* background-color: var(--c1); */
    transition: all 0.5s;
}

.wb-s-bgp2 {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top: 2px solid var(--c1);
}

.tsu-img {
    width: 70%;
    transition: 0.3s ease;
    transition: all 0.5s;
}

.wb-s-bgp2:hover .tsu-img {
    filter: brightness(0) invert(1);
    /* transition: all .5s; */
}
.wb-s-bgp2:hover .ts-rnd {
    background-color: var(--c1);
    /* transition: all .5s; */
}

.deliver-box {
    background: #ffffff;
    transition: 0.3s ease;
    border: 1px solid #eee;
}

.deliver-box:hover {
    transform: translateY(-5px);
    border-color: #c7454e;
    box-shadow: 0 8px 20px rgba(199, 69, 78, 0.25);
}

.icon-wrap {
    width: 45px;
    height: 45px;
    background: #c7454e; /* Main brand color */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 20px;
}

/* -------- */

.process-card {
    background: #fff;
    border-radius: 16px;
    /* padding: px;
    margin-bottom: 25px; */
    border: 2px solid transparent;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.06);
    transition: 0.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;
}

/* ----------- */

/* Pill Style */
.industry-box {
    /* color: #fff; */
    padding: 12px 30px;
    border-radius: 40px;
    border: 2px solid var(--c1); /* brand tone */
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 16px;
    background: var(--bg); /* subtle brand tint */
    backdrop-filter: blur(6px);
    transition: 0.3s ease;
}

/* Hover effect in brand color */
.industry-box:hover {
    border-color: #c7454e;
    box-shadow: 0 0 15px rgba(199, 69, 78, 0.7);
    transform: translateY(-6px);
}

/* Icon button */
.industry-box .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--c1); /* brand tint */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
    border: 1px solid rgba(199, 69, 78, 0.55);
}

/* ---- */
.choose-icon i {
    /* font-size: 40px; */
    color: var(--c1);
}

.choose-section {
    background: #fff;
}

.choose-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 14px;
    border: 1.8px solid rgba(199, 69, 78, 0.3);
    box-shadow: 0px 5px 20px rgba(199, 69, 78, 0.08);
    transition: 0.3s ease;
    height: 100%;
}

.choose-card:hover {
    border-color: #c7454e;
    transform: translateY(-6px);
    box-shadow: 0px 8px 25px rgba(199, 69, 78, 0.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, 0.15);
    border: 1px solid rgba(199, 69, 78, 0.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; /* Change this to the color you want */
}

.carousel-indicators .active {
    background-color: #dc143c !important; /* Change this to the color you want for the active indicator */
}

.new-faq-section .new-accordion-item {
    border: none;
    margin-bottom: 20px !important;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 15px rgba(199, 69, 78, 0.12);
}

.new-accordion-btn {
    background: #fff;
    /* font-weight: 600; */
    padding: 16px;
    border-left: 5px solid #c7454e;
    border-radius: 0 !important;
    transition: 0.3s;
}

.new-accordion-btn:not(.collapsed) {
    color: #c7454e;
    background: rgba(199, 69, 78, 0.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, 0.651);
    /* background-image: url(../images/blg-bg.jpg); */
}

.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, 0.8);
    /* background-image: url(../images/blg-bg.jpg); */
}

.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: white;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    /* overflow: hidden; */
    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: 0.9;
    z-index: -1;
}

/* --- */
/* Section Background */
.industries-section {
    background: #f6f9fc;
}

/* Title */
.industries-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Subtitle */
.industries-subtext {
    text-align: center;
    font-size: 17px;
    color: #555;
    margin-bottom: 40px;
}

/* Industry Grid */
.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 25px;
}

/* Cards */
.industry-card {
    background: white;
    padding: 25px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

/* Hover Effect */
.industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Icons */
.industry-card i {
    font-size: 35px;
    color: var(--c1);
    margin-bottom: 15px;
}

/* Text */
.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;
}

/* Section */

/* Container */

/* Title */
.app-in-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

/* Grid */
.app-in-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

/* Cards */
.app-in-card {
    background: white;
    padding: 35px 25px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

/* Hover / Highlight */
.app-in-card:hover,
.app-in-highlight {
    background: white;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border-left: 5px solid var(--c1);
}

/* Icon Styling */
.app-in-card i {
    font-size: 45px;
    color: var(--c1);
    margin-bottom: 20px;
}

/* Headings */
.app-in-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

/* Paragraphs */
.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: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border 0.35s ease;
    border: 1px solid transparent;
}

.app-in-essential-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    border: 1px solid var(--c1);
}

/* Icons */
.app-in-essential-card i {
    font-size: 40px;
    color: var(--c1);
    margin-bottom: 15px;
}

/* Headings */
.app-in-essential-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

/* Paragraph */
.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, 0.651);
    /* background-image: url(../images/blg-bg.jpg); */
}

.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 {
    /* padding: 25px; */
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
    height: 100%;
    transition: 0.3s ease;
}

.cm-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 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, 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: #ffffff;
    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: 0.3s;
    margin-left: 15px;
}

.cm-quote-btn:hover {
    background: #e26a2f;
}

/* --------- ecommerce page ----- */
.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, 0.08);
    transition: 0.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, 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 {
    /* background: #f8f9fa; */
    border: 1px solid #f4b6b6;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
    padding: 1.5rem;
}

/* .iqt-grid-tile:hover {
    background: #e9f8ff;
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  } */

.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: 0.5px;
}

@media (max-width: 576px) {
    .iqt-grid-tile {
        height: 130px;
    }
    .iqt-icon {
        font-size: 26px;
    }
}

.mini-center {
    border: 2px solid var(--c1);
}

/* Section Styling */
.iqt-cta-section {
    background: #f9fcff;
    padding-top: 70px;
    padding-bottom: 80px;
}

/* Title */
.iqt-cta-title {
    font-size: 32px;
    color: #0d1b2a;
}

/* Description */
.iqt-cta-desc {
    max-width: 860px;
    font-size: 17px;
    color: #444;
}

/* CTA Link */
.iqt-cta-link {
    color: var(--c1);
    font-weight: 600;
    text-decoration: none;
}

/* Card Wrapper */
.contact-card {
    text-decoration: none;
}

/* Card Design */
.contact-card-inner {
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: 0.3s ease;
    height: 100%;
    border: 1px solid #e8e8e8;
    width: 100%;
}

/* Card Hover */
.contact-card-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Icon Box */
.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;
}

/* Title */
.contact-title {
    font-size: 20px;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 8px;
}

/* Text */
.contact-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

/* Responsive */
@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;
    }
}

/* --- google ad page ----- */
.iq-offer-section {
    background: #fdf2f3; /* light tint based on primary color */
}

.iq-offer-box {
    background: #fff;
    padding: 25px;
    height: 100%;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(199, 69, 78, 0.1);
    transition: 0.3s;
    position: relative;
    border: 1px solid rgba(199, 69, 78, 0.12);
}

.iq-offer-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(199, 69, 78, 0.25);
}

/* Highlighted Number Circle */
.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, 0.4);
}

.iq-offer-box h4 {
    margin-top: 20px;
}

.iq-offer-box p {
    font-size: 15px;
    color: #555;
    margin-bottom: 6px;
}

/* Mobile */
@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: 0.3s ease;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.ads-box:hover {
    border-color: var(--c1);
    box-shadow: 0 6px 20px rgba(199, 69, 78, 0.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; /* soft tint of primary color */
}

/* --- */
.highlight {
    color: var(--c1);
}

/* TIMELINE CONTAINER */
.timeline-container {
    position: relative;
    /* padding-left: 50%; */
}

.timeline-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background: var(--c1);
    transform: translateX(-50%);
}

/* TIMELINE ITEM */
.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;
}

/* CARD */
.step-card {
    background: #ffffff;
    padding: 22px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-left: 4px solid transparent;
    transition: 0.3s;
}

.step-card:hover {
    border-left-color: var(--c1);
}

/* BADGES */
.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;
}

/* RESPONSIVE MOBILE VERSION */
@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, 0.06);
}

/* GRID */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
}

/* STEP CARD */
.step {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* BADGE */
.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, 0.2);
}

/* CONTENT CARD */
.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, 0.06);
    display: flex;
    flex-direction: column;
}

/* ICON INSIDE STEP CARD */
.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;
}

/* MOBILE STACK */
@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, 0.06);
}

.iq-form {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 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, 0.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: #ffffff;
    padding: 30px;
    border-radius: 14px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.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, 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: #ffffff;
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.cloud-process-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
}

.cloud-process-step {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    background: #1e40af;
    color: #ffffff;
    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: #ffffff;
}

.cloud-cta-box {
    position: relative;
    /* padding: 70px 20px; */
    border-radius: 20px;
    background: linear-gradient(
        120deg,
        #f15a5a 0%,
        #f5a623 25%,
        #e43f6f 45%,
        #5bc0de 65%,
        #1e3a8a 100%
    );
    color: #111;
    overflow: hidden;
}

/* soft overlay for light center */
.cloud-cta-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.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: 0.3s;
}

.cloud-cta-social a:hover {
    color: #1e3a8a;
}

.cloud-cta-heading {
    /* font-size: 36px; */
    font-weight: 800;
    margin: 20px 0;
    color: #111827;
}

.cloud-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.cloud-cta-btn:hover {
    transform: translateY(-3px);
    background: var(--c1);
    color: #ffffff;
}

/* --------- */
.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, 0.08);
}

.cloud-industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.cloud-industry-card:hover img {
    transform: scale(1.05);
}

.cloud-industry-tag {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #ffffff;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* ---- promotion video page ---- */
.promo-video-section {
    background: #f8fafc;
}

.promo-video-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.promo-video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(0, 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;
}

/* --priceing -- */
.video-pricing-section {
    background: #ffffff;
}

.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, 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: 0.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;
}

/* Icon Card */
.pro-v-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.pro-v-icon-circle {
    width: 110px;
    height: 110px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(0, 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;
}

/* Wrapper */
.pro-v-process-wrapper {
    max-width: 700px;
    margin: auto;
}

/* Step */
.pro-v-process-step {
    text-align: center;
}

/* Step Title */
.pro-v-step-title {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

/* White Box */
.pro-v-step-box {
    background: #ffffff;
    color: #333;
    padding: 16px 22px;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Arrow */
.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;
}

/* Card */
.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 0.4s ease;
}

/* Overlay */
.pro-v-industry-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 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;
}

/* Hover */
.pro-v-industry-card:hover img {
    transform: scale(1.08);
}

/* --- meta page ---- */

.meta-why-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.meta-why-sub {
    color: #555;
    font-size: 16px;
}

/* Card */
.meta-why-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    height: 100%;
    text-align: center;
}

/* Icon */
.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);
}

/* Text */
.meta-why-card p {
    font-size: 15px;
    color: #333;
    margin: 0;
    line-height: 1.6;
}

.meta-services-section {
    background: #fff;
}

/* Card */
.meta-service-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px 25px;
    height: 100%;
    text-align: center;
    border: 1px solid #f1d6d8;
    transition: all 0.35s ease;
}

/* Hover Effect */
.meta-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(199, 69, 78, 0.25);
    border-color: var(--c1);
}

/* Icon */
.meta-service-icon {
    width: 70px;
    height: 70px;
    background: rgba(199, 69, 78, 0.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);
}

/* Text */
.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;
}

/* ❌ DO NOT put overflow on parent */
.meta-types-section,
.meta-types-section .container,
.meta-types-section .row {
    overflow: visible !important;
}

/* ✅ Sticky works only when applied like this */
.meta-types-left-sticky {
    max-height: calc(90vh - 100px) !important;
    /* overflow: auto; */
    position: sticky !important;
    overflow: hidden !important;
    top: 20% !important;
    transition: top 0.5s ease-out 0s !important;
    vertical-align: baseline !important;
    scroll-behavior: smooth !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

/* heading style */
.meta-types-left-sticky h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
}

/* right cards */
.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, 0.06);
}

/* MOBILE FIX */
@media (max-width: 991px) {
    .meta-types-left-sticky {
        position: relative; /* disable sticky on mobile */
        top: 0;
        margin-bottom: 30px;
    }
}

.meta-benefits-section {
    background: #f9fafb;
}

.meta-benefit-card {
    background: #ffffff;
    padding: 24px 20px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
}

.meta-benefit-card:hover {
    transform: translateY(-5px);
}

.meta-benefit-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--c1);
    color: #ffffff;
    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;
}

/* --- software development page --- */
.sd-why-trust-section {
    background: #ffffff;
}

.sd-trust-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px 25px;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.sd-trust-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0, 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: #ffffff;
    padding: 28px 24px;
    border-radius: 16px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.sd-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 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;
}

/* /---------- */

/* TECH STACK CARDS */
.sd-info-card {
    background: var(--bg);
    border-radius: 14px;
    padding: 25px 15px;
    height: 100%;
    transition: all 0.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;
}

/* DELIVERABLE CARDS */
.sd-deliverable-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.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, 0.12);
}

/* ----- */
.sd-process-section {
    background: #ffffff;
}

.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, 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, 0.15);
    transition: all 0.4s ease;
}

.sd-industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sd-industry-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.65),
        rgba(0, 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: #ffffff;
    border-radius: 16px;
    padding: 26px 22px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.sd-choose-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 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-choose-highlight {
    border: 2px solid #0d6efd;
    background: #f0f6ff;
} */

/* -------- */
.sd-testimonial-section {
    background: #f9fbff;
}
.sd-testimonial-carousel .owl-stage-outer {
    /* overflow-y: visible !important; */
    padding-bottom: 2rem !important;
}
.sd-testimonial-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 28px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 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;
}

/* Owl dots */
.sd-testimonial-carousel .owl-dots .owl-dot span {
    background: #d0d9f5;
}

.sd-testimonial-carousel .owl-dots .owl-dot.active span {
    background: var(--c1);
}

/* ----- branding page----- */
.brand-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(0, 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: #ffffff;
}

.brd-sub-text {
    max-width: 720px;
    margin: 0 auto;
    color: #555;
    font-size: 15px;
}

.brd-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    transition: all 0.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, 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 0.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 cunsulting page --- */
.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, 0.08);
    overflow: hidden;
}

.it-image-card img {
    border-radius: 12px;
    width: 100%;
    transition: transform 0.4s ease;
}

.it-image-card:hover img {
    transform: scale(1.05);
}

.it-consulting-section {
    background: #f8fafc;
}

.it-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
}

.it-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 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: #ffffff;
    border-radius: 18px;
    padding: 32px 28px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.it-why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 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: #ffffff;
    border-radius: 20px;
    padding: 40px 32px 32px;
    height: 100%;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.it-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.09);
}

.it-process-number {
    position: absolute;
    top: -22px;
    left: 30px;
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: var(--c1);
    color: #ffffff;
    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: #555555;
    line-height: 1.6;
    margin: 0;
}
/* ------------ seo company in melborne page -- -------- */
.melb-hero {
    min-height: 50vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(0, 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: #ffffff;
    padding: 35px 30px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 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: #ffffff;
    border-radius: 18px;
    padding: 35px 25px;
    height: 100%;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    transition: all 0.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: 0.35s ease;
}

.smel-benefit-card:hover::before {
    opacity: 1;
}

.smel-benefit-card:hover p {
    color: #ffffff;
}

.smel-benefit-card:hover .smel-benefit-icon {
    background: #ffffff;
    color: var(--c1);
}

.smel-benefit-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: var(--c1);
    color: #ffffff;
    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: #333333;
    margin: 0;
    position: relative;
    z-index: 2;
}

.smel-help-section {
    background: #ffffff;
}

.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: 0.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: #ffffff;
}

.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: #ffffff;
    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%;
}

/* MOBILE */
@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: #ffffff;
    padding: 40px 30px 30px;
    border-radius: 18px;
    height: 100%;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
}

.smel-process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.1);
}

.smel-process-step {
    position: absolute;
    top: -18px;
    left: 28px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--c1);
    color: #ffffff;
    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: #ffffff;
}

.smel-roi-intro {
    max-width: 900px;
    margin: 0 auto;
    color: #555;
    font-size: 15.5px;
    line-height: 1.7;
}

.smel-roi-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 45px 30px 30px;
    position: relative;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: 0.35s ease;
}

.smel-roi-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
}

.smel-roi-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--c1);
    color: #ffffff;
    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, 0.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: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 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: 0.3s;
}

.smel-btn-c1:hover {
    background: #b4882f;
    color: #fff;
}

/* ----- seo page ----- */
.seo-p-section {
    background: #f8f9fc;
}

.seo-p-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.seo-p-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 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;
}

/* --- services ---- */

.seo-p-service-card {
    background: #fff;
    padding: 32px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.seo-p-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 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);
}

/* ---- */
/* SECTION */
.seo-p-process-section {
    background: linear-gradient(180deg, #0b0f14, #0f1620);
    color: #fff;
    padding: 80px 0;
}

/* LEFT */
.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 0.3s ease;
}

.seo-p-btn:hover {
    background: #fff;
    color: var(--c1);
}

/* RIGHT SCROLL AREA */
.seo-p-process-right {
    max-height: 520px;
    overflow-y: auto;
    padding-right: 16px;
    border-left: 2px solid rgba(255, 255, 255, 0.08);
}

/* SCROLLBAR */
.seo-p-process-right::-webkit-scrollbar {
    width: 6px;
}

.seo-p-process-right::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.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);
}

/* STEPS */
.seo-p-step {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.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: #ffffff;
    padding: 30px 22px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.seo-p-effective-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 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 design page --- */
.logo-process-section {
    background: #f9fafc;
}

.logo-process-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
}

.logo-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 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: #ffffff;
}

.logo-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.55)
    );
}

.logo-cta-title {
    /* font-size: 36px; */
    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: #ffffff;
    padding: 12px 34px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.logo-cta-btn:hover {
    background: #ffffff;
    color: var(--c1);
    transform: translateY(-3px);
}

/* ====== LOCAL CLIENT SECTION STYLE ====== */
.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;
    /* filter: grayscale(100%); */
    transition: all 0.3s ease;
}

.local-client-logo img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* Animation */
@keyframes local-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive adjustments */
@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, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 30px 35px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 15px 40px rgba(0, 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-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

/* ------- local seo page ------- */
.localseo-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(0, 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: #ffffff;
    padding: 30px 25px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
}

.local-seo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 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, 0.08);
    transition: all 0.35s ease;
}

.lse-feature-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 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;
}

/* ----- corprate video ---- */
.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, 0.08);
    transition: all 0.35s ease;
}

.cor-v-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 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: #ffffff;
    padding: 35px 28px;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
}

.cor-v-benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 45px rgba(0, 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;
}

/* ---- company over view page ----- */
.ab-pg-milestone-box {
    padding: 40px 20px;
    border-radius: 10px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.ab-pg-milestone-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 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;
}

/* Image wrapper */
.ab-pg-image-wrapper {
    position: relative;
    width: 100%;
    min-height: 320px;
}

/* Main image */
.ab-pg-img-main {
    width: 80%;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Overlay image */
.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, 0.2);
}

/* Content */
.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, 0.08);
    transition: all 0.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 0.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 0.4s ease,
        transform 0.4s ease;
}

.ab-pg-icon-box i {
    font-size: 30px;
    color: var(--c1);
    transition: color 0.4s ease;
}

.ab-pg-value-card h5,
.ab-pg-value-card p {
    position: relative;
    z-index: 1;
    transition: color 0.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, 0.08);
    transition:
        transform 0.4s ease,
        box-shadow 0.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, 0.15);
}

.ab-pg-why-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.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, 0.15);
}

.ab-pg-why-card p {
    font-size: 15px;
    color: #555;
}

.ab-pg-work-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.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, 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;
}

/* --- email marketing ----- */
.emk-service-card {
    border: 1.5px solid #1e3a8a;
    border-radius: 10px;
    background-color: #ffffff;
}

.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: bold;
    color: var(--c1);
    position: relative;
    box-shadow:
        rgb(204, 219, 232) 3px 3px 6px 0px inset,
        rgba(255, 255, 255, 0.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: #ffffff;
    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, 0.5);
}

.emk-envelope-icon {
    font-size: 100px;
    color: #ffffff;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
}

.emk-process-section {
    background-color: #f8fafc;
}

.emk-process-card {
    background-color: #ffffff;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.emk-process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.emk-step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--c1);
    color: #ffffff;
    font-weight: bold;
    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: #ffffff;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.emk-benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 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: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.emk-next-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0, 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;
}
/* -------- product video production page ------ */
.pro-vp-services {
    background: #fff;
}

.pro-vp-card {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.35s ease;
    overflow: hidden;
}

.pro-vp-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--c1);
    transform: translateX(-100%);
    transition: all 0.35s ease;
    z-index: 0;
}

.pro-vp-card * {
    position: relative;
    z-index: 1;
}

.pro-vp-card:hover::before,
.pro-vp-card-active::before {
    transform: translateX(0);
}

.pro-vp-card:hover,
.pro-vp-card-active {
    transform: translateY(-6px);
}

.pro-vp-icon {
    width: 52px;
    height: 52px;
    border-radius: 6px;
    background: rgba(226, 135, 44, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c1);
    font-size: 22px;
    transition: all 0.3s ease;
}

.pro-vp-card:hover .pro-vp-icon,
.pro-vp-card-active .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:hover h5,
.pro-vp-card:hover p,
.pro-vp-card:hover .pro-vp-a .pro-vp-card-active h5,
.pro-vp-card-active p,
.pro-vp-card-active .pro-vp-a {
    color: #fff !important;
}

.pro-vp-arrow {
    display: inline-block;
    margin-top: 25px;
    font-size: 22px;
    color: var(--c1);
    transition: all 0.3s ease;
}

.pro-vp-card:hover .pro-vp-arrow,
.pro-vp-card-active .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 0.35s ease;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pro-vp-process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 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: #ffffff;
    border-radius: 8px;
    border: 1px solid #eee;
    text-align: center;
    transition: all 0.3s ease;
}

.pro-vp-industry-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.pro-vp-industry-icon {
    width: 56px;
    height: 56px;
    margin-inline: auto;
    border-radius: 50%;
    background: rgba(226, 135, 44, 0.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 0.3s ease;
    box-shadow: 0 8px 20px rgba(10, 102, 194, 0.25);
}

.ln-btn i {
    font-size: 18px;
}

.ln-btn:hover {
    background: #084b8a;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(10, 102, 194, 0.35);
}

/* ----- our team page ---- */
.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 0.5s ease;
}
.team-crd:hover .team-member-img {
    transform: scale(1.1);
    transition: all 0.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, 0.46);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    box-shadow:
        rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border: 1px solid rgba(255, 255, 255, 0.54);
    color: #fff;
    position: relative;
    /* border: 1px solid #fff; */
}

.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%;
    /* border: 2px solid var(--c1); */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.5s ease;
}

.team-crd:hover .linked-team {
    transform: rotate(25deg);
    transition: all 0.5s ease;
}

.tm-p1 {
    font-size: 15px;
}
.tm-p2 {
    font-size: 15px;
}
/* Responsive */

/* ---contact us page --- */
.con-other-hero {
    position: relative;
    background-color: rgba(0, 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: 0.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, 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: 0.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, 0.08);
    transition: 0.3s ease;
}

.con-pg-why-card:hover {
    transform: translateY(-6px);
}

.con-pg-why-icon {
    width: 58px;
    height: 58px;
    background: rgba(239, 145, 145, 0.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: 0.85;
}

/* -- corprate identity */
.crp-id-card {
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.crp-id-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 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: #ffffff;
}

.crp-id-process-card {
    background: #ffffff;
    position: relative;
    border-radius: 12px;
    border-bottom: 2px solid var(--c1);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.crp-id-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 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, 0.35);
}

.crp-id-process-icon i {
    font-size: 30px;
    color: #ffffff;
}

.crp-id-process-dark {
    background: #f5f5f5;
}

.crp-id-step-card {
    background: var(--bg);
    color: var(--c1);
    position: relative;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.crp-id-step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 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, 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, 0.4);
    transition: 0.3s;
}

.video-thumb:hover .play-btn {
    background: rgba(0, 0, 0, 0.6);
    transform: scale(1.05);
}

.video-card video {
    width: 100%;
    height: 500px;
    display: none;
    border-radius: 16px;
}

/* --------- mption grapics page --------- */

.mot-g-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 18px;
    text-align: center;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    transition: 0.35s ease;
}

.mot-g-card:hover {
    transform: translateY(-8px);
}

/* Icon box */
.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;
    /* box-shadow: 0 8px 20px rgba(199, 69, 78, 0.25); */
    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;
}

/* Highlighted center card */
.mot-g-active {
    background: var(--c1);
    color: #ffffff;
}

.mot-g-active p {
    color: #ffeaea;
}

.mot-g-active .mot-g-icon {
    background: #ffffff;
    color: var(--c1);
}

/* Wrapper */
.mot-g-process-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 900px;
    margin: auto;
}

/* Step Row */
.mot-g-step {
    display: flex;
    align-items: center;
    gap: 30px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: 0.4s ease;
}

.mot-g-step:hover {
    transform: translateY(-6px);
}

/* Big Step Number */
.mot-g-step-num {
    min-width: 90px;
    height: 90px;
    border-radius: 18px;
    background: linear-gradient(135deg, #e53935, #ff6b6b);
    color: #ffffff;
    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, 0.4);
}

/* Content */
.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;
}

/* List Styling */
.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, 0.15);
    color: #ffffff;
    font-size: 16px;
}

.iq-choose-list li:last-child {
    border-bottom: none;
}

.iq-choose-list i {
    font-size: 20px;
    color: var(--c1);
}

/* Image Box */
.iq-choose-image {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.iq-choose-image img {
    border-radius: 14px;
    max-width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
    .iq-choose-section {
        text-align: center;
    }

    .iq-choose-list li {
        justify-content: center;
    }
}

.mot-benefit-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    cursor: default;
}

.mot-benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

/* Icon styling */
.mot-benefit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #e53935, #ff6b6b);
    color: #ffffff;
    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 0.35s ease;
}

.mot-benefit-card:hover .mot-benefit-icon {
    transform: rotate(10deg) scale(1.1);
}

/* Text */
.mot-benefit-card p {
    font-weight: 500;
    color: #333;
}

/* pricing page --- */
.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, 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 0.5s;
}
.p-glow-active {
    box-shadow:
        0 0 8px rgba(216, 55, 74, 0.5),
        0 0 16px rgba(216, 55, 74, 0.4) !important;
}
.pri-pg-btn-outline {
    border: 1px solid var(--c1) !important;
    color: var(--c1) !important;
    font-weight: 600;
    transition: all 0.5s;
}
.pri-pg-btn {
    transition: all 0.5s;
}
.pri-pg-btn:hover {
    background: var(--c1) !important;
    box-shadow:
        0 0 10px rgba(216, 55, 74, 0.6),
        0 0 20px rgba(216, 55, 74, 0.5),
        0 0 35px rgba(216, 55, 74, 0.4) !important;
    transform: translateY(-2px);
    color: #fff !important;
    transition: all 0.5s;
}

.pri-pg-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.pri-pg-list li {
    margin-bottom: 10px;
    color: #374151;
}

/* from in price page -- */
: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, 0.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, 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 0.15rem rgba(199, 69, 78, 0.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 page --------- */
.ad-flim-hero {
    min-height: 40vh;
    display: flex;
    align-items: center;
    position: relative;
    /* background-color: rgba(0, 0, 0, 0.126); */
    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: 0.3;
    background-position: bottom;
    background-attachment: fixed;
}
.iqtechway-highlight {
    color: #ed1943 !important;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.iqtechway-highlight:hover {
    color: #c01436 !important;
    text-decoration: underline;
}

.adfilm-card {
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
    border-radius: 16px;
}

.adfilm-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.adfilm-card i {
    transition: transform 0.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, 0.75), rgba(0, 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 0.45s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.ad-flim-indu-card:hover {
    transform: translateY(-14px);
    box-shadow: 0 30px 60px rgba(0, 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 0.3s ease;
}

.ad-flim-indu-card:hover h5 {
    color: var(--c1);
}

/* Icon background colors */
.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 {
    /* min-height: 50vh; */
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0.651);
    /* background-image: url(../images/blg-bg.jpg); */
}

.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 {
    /* min-height: 50vh; */
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    /* background-image: url(../images/blg-bg.jpg); */
}

.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;
}

/* Service Tabs Styles */
.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: white;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 4px 12px rgba(0, 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: white;
}

.service-tab-item.active .service-icon {
    color: white;
}

.service-tab-item.active .service-title {
    color: white;
}

.service-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #d8374a;
}

.service-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: #333;
}

/* Service Details Styles */
.service-details-container {
    position: relative;
    min-height: 400px;
    width: 100%;
    margin: 0 auto;
}

.service-details {
    display: none;
    animation: fadeIn 0.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: 0.75rem;
    margin-bottom: 0.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, 0.1);
    width: 100%;
    margin: 0;
}

.service-image img {
    transition: transform 0.5s ease;
    width: 100%;
    height: auto;
}

.service-image:hover img {
    transform: scale(1.03);
}

/* Case Studies Styles */
.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: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
    margin: 0;
}

.case-study-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 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: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.case-study-content {
    padding: 1.5rem;
    width: 100%;
}

.case-study-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.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: 0.75rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0.25rem;
}

.case-study-link {
    display: inline-block;
    color: #d8374a;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.case-study-link:hover {
    color: #d8374a;
    transform: translateX(5px);
}

/* Call to Action Styles */
.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: white;
    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: rgb(236, 230, 230);
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    font-weight: 700;
}

.btn-light {
    background: white;
    color: #d8374a;
    border: none;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-light:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Styles */
@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 0.75rem;
    }

    .service-icon {
        font-size: 1.5rem;
    }

    .service-title {
        font-size: 0.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: 0.75rem 0.5rem;
    }

    .cms-cta {
        padding: 2rem 1rem;
    }

    .cms-cta h2 {
        font-size: 1.5rem;
    }

    .cms-cta .lead {
        font-size: 1rem;
    }

    .btn-light {
        padding: 0.5rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* Scrollbar Styling for Service Tabs */
.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;
}

.navbar {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2%;
    position: sticky;
    top: 0;
    z-index: 99;
}

.nav-background {
    position: fixed !important;
    top: 0;
    background-color: var(--white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 5;
}

.nav-background .social-links {
    background-color: var(--light-gray);
}

.nav-brand {
    max-width: 80px;
    min-width: 80px;
    height: 70px;
    position: relative;
}

.nav-brand img {
    width: 200% !important;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
}

.nav-opacity {
    opacity: 0 !important;
}

.png-red {
    opacity: 0;
}

.png-white {
    opacity: 1;
}

.nav-menus {
    width: 55%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-social-icons {
    width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-social-icons a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: var(--white);
    border-radius: 50%;
    -webkit-animation: slide 1s infinite ease-in-out;
}

.nav-social-icons a:hover {
    background-color: var(--color);
}

.nav-social-icons a:hover i {
    color: var(--white) !important;
    scale: 1.2;
}

.nav-social-icons a i {
    font-size: 20px;
    color: var(--color);
}

.nav-social-icons a:nth-child(1) i {
    font-size: 17px;
}

.nav-social-icons a:nth-child(4) i {
    font-size: 17px;
}

@keyframes slide {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.nav-buttons {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-buttons a {
    width: auto;
    font-size: 11px;
    padding: 3% 7%;
    border-radius: 20px;
    background-color: var(--color);
    color: var(--white);
    text-decoration: none;
    font-weight: 700;
}

.nav-buttons a:hover {
    color: var(--color);
    background-color: var(--white);
    letter-spacing: 0.5px;
}

.nav-buttons a:nth-child(2) {
    background-color: var(--white);
    color: var(--color);
    text-decoration: none;
    font-weight: 700;
}

.nav-buttons a:nth-child(2):hover {
    background-color: var(--color);
    color: var(--white);
}
/* --------------------------------------make it responsive------------------------ */

@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: 0.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;
    }
    /* navbar */
    .top-nav-one {
        display: none;
    }
    .menu {
        width: 42px;
    }
    /* .logo{
            width: 77px;
        } */
    .nav-menus {
        display: flex;
        align-items: unset !important;
        justify-content: unset;
    }
    /* .nav-link{
            color: #000 !important;
        } */
    .offcanvas {
        width: 100% !important;
    }
    .dropdown-item {
        white-space: unset !important;
        font-size: 12px;
    }

    .menu {
        width: 52px;
    }
    .offcanvas-header {
        background-color: var(--c2);
    }
}
@media screen and (max-width: 1200px) {
}
@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 (min-width: 920px) and (max-width: 1200px) {
}
@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;
    }
    /* navbar */
    .top-nav-one {
        display: none;
    }
    .menu {
        width: 42px;
    }
    /* .logo{
      width: 77px;
  } */
    .nav-menus {
        display: flex;
        align-items: unset !important;
        justify-content: unset;
    }
    .nav-link {
        /* color: var(--c3) !important; */
        font-size: 15px !important;
        font-weight: normal !important;
    }
    /* .newnav .nav-link{
    color: var(--c1) !important;
  } */

    /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
    .dropdown-item {
        white-space: unset !important;
        font-size: 16px;

        /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
    }
    .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: black;
    }

    .nav-active {
        background-color: unset !important;
        /* color: var(--c1) !important; */
        font-weight: bold !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;
        /* align-items: center; */
        justify-content: center;
    }
    .dropdown:hover .dropdown-menu {
        margin-top: 0.3rem !important;
    }
    .home-nav .nav-link {
        color: unset !important;
    }

    .first-top {
        display: none;
    }

    /* hero */

    /*  --------- bed size -------- */
    .size-bx-bed {
        border: 1px solid #a7a6a6;
        padding: 0.5rem;
    }
    .size-bx-bed p {
        font-size: 13px;
    }
    .size-bx-bed .small {
        font-size: 11px !important;
    }

    /* -- product page --- */
    .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, 0.533);
        background-image: linear-gradient(
            127deg,
            rgba(249, 51, 74, 0.533) 0%,
            rgba(136, 6, 21, 0.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;
    }
    /* Top Fade */
    .hero-right::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 20%;
        background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 1),
            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;
    }

    /* --email marketing */
    .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;
        /* background-color: #000; */
    }
}

@media screen and (max-width: 720px) {
}

/* Responsive */
@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;
    }

    /* her0 */
    .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: 0.3s ease-out all;
        min-height: 200px;
        text-align: justify !important;
    }

    .box-info-tri {
        display: none;
    }

    .box-info-right {
        background-color: var(--c1);
        /* height: 500px; */
        /* clip-path: polygon(7% 0, 100% 0%, 100% 100%, 7% 100%, 7% 35%, 0 35%, 7% 21%); */
        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;
    }
}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 380px) {
}

@media screen and (max-width: 320px) {
}

@media screen and (min-width: 321px) and (max-width: 425px) {
}
