/* ==============================
   NAVBAR BASE
================================ */
.nav-custom {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}


/* top first section */




/* ==============================
   NAV LINKS (DESKTOP)
================================ */
.navbar-nav .nav-link {
    position: relative;
    font-weight: 500;
    color: #000 !important;
    padding: 8px 0;
    transition: color 0.3s ease;
}

/* underline hover animation */
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #dc3545;
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #dc3545 !important;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

/* ==============================
   CTA BUTTON
================================ */
.nav-cta-btn {
    background: linear-gradient(135deg, #dc3545, #ff5c6c);
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 500;
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.3);
    transition: all 0.3s ease;
}

.nav-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(220, 53, 69, 0.4);
}

/* ==============================
   TOGGLER
================================ */


/* ==============================
   OFFCANVAS BASE
================================ */
.offcanvas {
    width: 100% !important;
    border: none;
}

/* ==============================
   OFFCANVAS HEADER
================================ */
.offcanvas-header {
    min-height: 80px;
    padding: 20px;
    background: linear-gradient(135deg, #dc3545, #ff5c6c);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.logo-nv {
    height: 38px;
    background-color: #fff;
    object-fit: contain;
}

.offcanvas-header .btn-close {
    opacity: 1;
}

/* ==============================
   OFFCANVAS BODY
================================ */
.offcanvas-body {
    background: #ffffff;
    padding: 30px 24px;
}

/* mobile nav links */
.offcanvas .nav-link {
    font-size: 18px;
    font-weight: 500;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    color: #000 !important;
    transition: color 0.3s ease;
}

.offcanvas .nav-link:hover {
    color: #dc3545 !important;
}

/* ==============================
   DROPDOWN FIXES
================================ */
.dropdown-item {
    white-space: unset !important;
    font-size: 14px;
}



/* ------- landing page ------- */
.dcc-mad-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(13, 13, 13, 0.797);
}

.dcc-mad-hero::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(../image-2/ban-background.avif);
    background-size: cover;
    z-index: -3;
    background-position: bottom;
    /* background-attachment: fixed; */
}

.img-ban-dcc {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.img-ban-hyd {
    width: 100%;
    height: 400px;
    object-fit: contain;
    object-position: bottom;
}

.about-us1 {
    width: 100%;
    height: 350px !important;
    object-fit: cover;
}


/* ---- serv ---  */

.blob-wrapper {
    position: relative;
    width: 100%;
    height: 240px;
}

/* Blob Shape */
.blob-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #eee;
    border-radius: 58% 42% 40% 60% / 55% 45% 55% 45%;
}

/* Image inside blob */
.blob-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Floating Circle */
.floating-circle {
    position: absolute;
    top: 20px;
    right: -20px;
    width: 70px;
    height: 70px;
    background-color: var(--c1);
    border-radius: 50%;
}


/* Floating Circle */
.floating-circle1 {
    position: absolute;
    bottom: 20px;
    left: -10px;
    width: 70px;
    height: 70px;
    background-color: var(--c1);
    border-radius: 50%;
}

.floating-circle2 {
    position: absolute;
    bottom: 20px;
    right: -10px;
    width: 70px;
    height: 70px;
    background-color: var(--c1);
    border-radius: 50%;
}

/* .ser-crd{
    width: 100%;
    position: relative;
    min-height: 180px;
    background-color: #fff;
    box-shadow: 0 70px 70px rgba(0,0,0,.2);
    transition: all .5s;
    border-top: 3px solid var(--c2);
  } */
.ser-crd {
    width: 100%;
    position: relative;
    /* min-height: 165px; */
    background-color: #fff;
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.08);
    transition: all .5s;
    border-top: 3px solid var(--c1);
}

.ser-crd:hover {
    box-shadow: unset;
    transition: all .5s;
}

.ser-p {
    text-align: center;
}

.ser-img-bx {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c1);
    box-shadow: rgb(38, 57, 77) 0px 5px 30px -12px;
    position: absolute;
    top: -10%;
    left: -3%;
}

.ser-crd:hover .ser-img-bx {
    box-shadow: unset;
    transition: all .5s;
}

.ser-img {
    width: 80%;
}

.ser-h5 {
    width: 80%;
}

/* ----------------- our splecial -------------  */

.type-bx {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.type-round {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
    border-radius: 50%;
    position: relative;
    border: 2px solid var(--c2);
}

.type-round::before {
    content: '';
    width: 100px;
    height: 100px;
    border: 2px dashed var(--c1);
    position: absolute;
    border-radius: 50%;
    animation-name: spin;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.type-img {
    width: 95%;
    height: 95%;
    object-fit: cover !important;

    border-radius: 50%;
}

.spl-type {
    /* border: 2px dashed #fff; */
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 420px;
}

.spl-type .type-round::before {
    border: 2px dashed var(--c1);
}

.spin {
    animation-name: spin;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.other-hero-sr1 {
    min-height: 50vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    /* background-image: url(../images/blg-bg.jpg); */
}

.other-hero-sr1::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(../image-2/120157.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
    background-attachment: fixed;
}


/* --- why choose  us --- */

.why-choose-section {
    background-color: #ffffff;
}

.why-img-wrap {
    overflow: hidden;
}

.why-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: var(--c1);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.why-title {
    font-size: 36px;
    font-weight: 700;
    color: #1c1f25;
    line-height: 1.3;
}

.why-title span {
    color: var(--c1);
}

.why-text {
    font-size: 15px;
    color: #333;
    line-height: 1.7;
}

.why-points {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.why-point {
    display: flex;
    gap: 14px;
    align-items: center;
}

.why-point i {
    font-size: 22px;
    color: var(--c1);
    margin-top: 3px;
}

.why-point h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #555;
}

.why-point p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.why-rnd-sp {
    width: 60%;
    position: absolute;
    z-index: -1;
    animation: spinSlow 20s linear infinite;
}

@keyframes spinSlow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ------- landing page ------- */
.hyd-land-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(13, 13, 13, 0.7);
}

.hyd-land-hero::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(../images/79226.jpg);
    background-size: cover;
    z-index: -3;
    background-position: bottom;
    /* background-attachment: fixed; */
}

.hyd-webdesign-section {
    background: #f9fafc;
}

.hyd-webdesign-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: 0.35s;
    border: 1px solid #e1e1e1;
}

.hyd-webdesign-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.hyd-webdesign-icon {
    font-size: 34px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    border-radius: 50%;
    background: var(--c4);
    border-left: 2px dashed var(--c1);
    border-right: 2px dashed var(--c1);
    color: #fff;
}

.hyd-why-iqtechway {
    background: #ffffff;
}

.hyd-why-title {
    font-size: 36px;
    font-weight: 700;
}

.hyd-why-list {
    list-style: none;
    padding: 0;
}

.hyd-why-list li {
    font-size: 18px;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
}

.hyd-why-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: var(--c1);
    font-weight: bold;
}

.hyd-why-desc {
    font-size: 18px;
    color: #555;
}

.hyd-why-highlight {
    background: var(--c1);
    color: #fff;
    padding: 40px;
    border-radius: 14px;
}

.hyd-why-highlight h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.hyd-why-btn {
    display: inline-block;
    margin-top: 15px;
    background: #fff;
    color: var(--c1);
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.hyd-why-btn:hover {
    background: #f1f1f1;
}

.hyd-process-section {
    background: #f9fafc;
}

.hyd-process-title {
    font-size: 38px;
    font-weight: 700;
}

.hyd-process-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #c5c5c5;
    position: relative;
    transition: 0.35s;
}

.hyd-process-card h4 {
    font-weight: 500;
}

.hyd-process-card:hover {
    transform: translatex(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.hyd-process-number {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: var(--c4);
    border-top: 2px dashed var(--c1);
    border-bottom: 2px dashed var(--c1);
    color: var(--c1);
    font-weight: bold;
    margin-bottom: 15px;
}

.hyd-process-card:hover .hyd-process-number {
    border-left: 2px dashed var(--c1);
    border-right: 2px dashed var(--c1);
    border-top: none;
    border-bottom: none;
}

/* ------- landing page ------- */
.land-mad-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(13, 13, 13, 0.797);
}

.land-mad-hero::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(../images/18707.jpg);
    background-size: cover;
    z-index: -3;
    background-position: bottom;
    /* background-attachment: fixed; */
}

.img-ban-land {
    width: 100%;
    height: 400px;
    object-fit: contain;
}


.line-c1 {
    width: 30%;
    height: 2px;
    background-color: var(--c1);
}

.expertise-box {
    background: #f8f9fa;
    padding: 15px 18px;

    border: 1px solid var(--c1);
    font-weight: 500;
    transition: .3s;
    font-size: 17px !important;
}

.expertise-i {
    color: var(--c1);
}

.expertise-box:hover {
    background: var(--c1);
    color: #fff;
    transform: scale(1.06);
}

.expertise-box:hover .expertise-i {
    color: #fff;
}

.count-div {
    position: relative;
    background-color: white;
}

.count-div::after {
    content: '';
    /* background-image: url(../images/agency-1.jpg); */
    background-attachment: fixed;
    background-position: right;
    background-size: cover;
    position: absolute;
    inset: 0%;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.count-head {
    font-size: 50px;
    color: black !important;
    font-weight: bold;
}

.count-bx {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 180px;
}

.cnt-nm {
    display: inline-block;


    font-size: 38px;
    line-height: 1em;
    text-align: center;
    /* font-weight: 800; */
    text-transform: uppercase;
}

.why-iqtechway {
    background: #f9fafb;
}

.why-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 16px 18px;
    border-radius: 8px;
    border: 1px solid #9a9999;
    font-weight: 500;
    transition: .3s;
}

.why-box i {
    color: var(--c1);
    font-size: 20px;
}

.why-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--c1);
}

.process-section {
    background: #000;
    color: #fff;
}

.process-title {
    font-size: 40px;
    letter-spacing: 1px;
}

.process-timeline {
    position: relative;
    max-width: 900px;
    margin: auto;
}

.process-timeline::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 2px;
    height: 100%;
    background: var(--c1);
}

.process-item {
    display: flex;
    margin-bottom: 50px;
    position: relative;
}

.process-number {
    width: 60px;
    height: 60px;
    background: #fff;
    color: var(--c3);
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    transition: 0.4s;
}

.process-content {
    margin-left: 25px;
    padding: 20px;
    border: 1px solid var(--c1);
    border-radius: 1rem;
    background: #fff;
    transition: 0.4s;
}

.process-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--c1) !important;
}

.process-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.process-item:hover .process-number {
    background: #fff;
    transform: scale(1.1);
}

.process-item:hover .process-content {
    border: 1px dashed var(--c1);
    transform: translateX(10px);
}

.img-ban-tort {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Mobile */

@media(max-width:768px) {

    .process-timeline::before {
        left: 25px;
    }

    .process-item {
        flex-direction: column;
    }

    .process-content {
        margin-left: 0;
        margin-top: 15px;
    }

}

.web-asset-section {
    background: #000;
    color: #fff;
}

.web-asset-section h2 {
    font-size: 38px;
    letter-spacing: 1px;
}

.asset-card {
    background: #111;
    border: 1px solid #333;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
    transition: 0.4s;
}

.asset-card:hover {
    border-color: var(--c1);
    transform: translateY(-8px);
}

.asset-icon {
    font-size: 30px;
    margin-bottom: 15px;
}

.asset-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.asset-card p {
    font-size: 15px;
    color: #ccc;
    line-height: 1.6;
}

.asset-highlight {
    border-top: 1px solid #333;
    padding-top: 25px;
    max-width: 700px;
    margin: auto;
}

.asset-highlight p {
    font-size: 18px;
    color: #ddd;
    line-height: 1.7;
}

.seo-choose-section {
    background: #000;
    color: #fff;
}

.seo-choose-section h2 {
    font-size: 38px;
    letter-spacing: 0.5px;
}

.seo-text {
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 16px;
}

.seo-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    background: var(--c1);
    border: 1px solid var(--c1);
    padding: 18px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: 0.4s;
}

.seo-feature:hover {
    border-color: #fff;
    transform: translateX(8px);
}

.check {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.seo-feature p {
    margin: 0;
    font-size: 16px;
    color: #ddd;
}

/* mobile */
@media(max-width:768px) {

    .seo-choose-section h2 {
        font-size: 28px;
    }

}


.seo-intro {
    color: #555;
    max-width: 700px;
    margin: auto;
}

.seo-tabs .nav-link {
    background: #fff;
    border: 1px solid #333;
    margin-bottom: 10px;
    color: #ddd;
    text-align: left;
}

.seo-tabs .nav-link::before {
    background: transparent;
}

.seo-tabs .nav-link.active {
    background: #fff;
    color: var(--c1);
}

.tab-pane h4 {
    margin-bottom: 10px;
}

.seo-list {
    padding-left: 18px;
}

 

.industry-card {
    border: 1px solid var(--c1);
    padding: 20px;
    border-radius: 8px;
    transition: 0.4s;
}

.industry-card:hover {
    border-color: #fff;
    transform: translateY(-5px);
}

.seo-process-section {
    background: #000;
    color: #fff;
}

.seo-process-section h2 {
    font-size: 36px;
    letter-spacing: 1px;
}

.process-card1 {
    background: #111;
    border: 1px solid #333;
    padding: 30px 20px;
    border-radius: 10px;
    height: 100%;
    transition: 0.4s;
}

.process-card1:hover {
    border-color: var(--c1);
    transform: translateY(-6px);
}

.process-number1 {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    color: var(--c1);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 18px;
}

.process-card1 p {
    color: #ccc;
    font-size: 15px;
    margin: 0;
    line-height: 1.6;
}

.seo-difference-section {
    background: #000;
    color: #fff;
}

.seo-difference-section h2 {
    font-size: 36px;
    letter-spacing: 1px;
}

.diff-card {
    background: #f6f6f6;
    border: 1px solid var(--c1);
    border-radius: 10px;
    padding: 30px 25px;
    height: 100%;
    transition: 0.4s;
}

.diff-card:hover {
    background-color: var(--c1);
    border-color: var(--c1);
    transform: translateY(-8px);
}

.diff-icon {
    font-size: 32px;
    margin-bottom: 15px;
}

.diff-card h5 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
    color: var(--c1);
}

.diff-card:hover h5 {
    color: #fff;
}

.diff-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.diff-card:hover p {
    color: #ddd;
}



/* Careers Hero Section */
.careers-hero {
    background: linear-gradient(rgba(44, 62, 80, 0.692), rgba(44, 62, 80, 0.61)),
        url('../images/careers-banner.jpg') center/cover no-repeat;
    color: white;
    padding: 120px 0 80px;
    text-align: center;
}

.careers-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--c5);
}

.careers-hero p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 30px;
    opacity: 0.9;
    line-height: 1.6;
}

/* Why Work With Us Section */
.why-work-section {
    padding: 80px 0;
    background: var(--c4);
}

.why-work-card {
    background: var(--c5);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    height: 100%;
    transition: all 0.3s ease;
    border-top: 4px solid var(--c1);
}

.why-work-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.why-work-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--c1) 0%, #ff6b81 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: var(--c5);
    font-size: 2rem;
}

/* Job Positions Section */
.job-positions-section {
    padding: 80px 0;
}

.job-openings-table {
    background: var(--c5);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    margin-bottom: 50px;
}

.job-table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.job-table thead th {
    background-color: var(--c1);
    color: white;
    border: none;
    padding: 15px;
    font-weight: 600;
    font-size: 1.1rem;
}

.job-table thead th:first-child {
    border-radius: 10px 0 0 0;
}

.job-table thead th:last-child {
    border-radius: 0 10px 0 0;
}

.job-table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.job-table tbody tr:hover {
    background-color: rgba(216, 55, 74, 0.05);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.job-table td {
    padding: 20px 15px;
    vertical-align: middle;
    border: none;
}

.job-profile {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #2c3e50;
}

.job-profile i {
    color: var(--c1);
    font-size: 1.2rem;
    width: 30px;
}

.experience-badge {
    background: linear-gradient(135deg, var(--c1) 0%, #ff6b81 100%);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-block;
    min-width: 100px;
    text-align: center;
}

/* Button Styles */
.btn-view-details {
    background: transparent;
    color: var(--c1);
    border: 2px solid var(--c1) !important;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-view-details:hover {
    background: var(--c1);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(216, 55, 74, 0.2);
}

.btn-apply-now {
    background: linear-gradient(135deg, var(--c1) 0%, #ff6b81 100%) !important;
    color: white !important;
    border: none;
    padding: 8px 25px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-apply-now:hover {
    background: linear-gradient(135deg, #c0392b 0%, var(--c1) 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(216, 55, 74, 0.3);
}

/* Modal Styles */
.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.modal-header {
    background: linear-gradient(135deg, var(--c1) 0%, #c0392b 100%);
    color: white;
    border-radius: 15px 15px 0 0;
    padding: 20px 30px;
    border-bottom: none;
}

.modal-title {
    font-weight: 700;
    font-size: 1.3rem;
}

.modal-title i {
    margin-right: 10px;
}

.modal-body {
    padding: 30px;
}

.job-detail-content {
    padding: 10px;
}

.job-details-list {
    list-style-type: none;
    padding-left: 0;
}

.job-details-list li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: #555;
    margin-bottom: 5px;
    line-height: 1.5;
}

.job-details-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--c1);
    font-weight: bold;
    font-size: 1.1rem;
}

.experience-requirement {
    padding: 15px;
    background: rgba(216, 55, 74, 0.1);
    border-radius: 10px;
    border-left: 4px solid var(--c1);
    margin-bottom: 25px;
}

/* Apply Form Styles */
.apply-form-container {
    max-width: 800px;
    margin: 0 auto;
}

.apply-form-container .form-control {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.apply-form-container .form-control:focus {
    border-color: var(--c1);
    box-shadow: 0 0 0 0.2rem rgba(216, 55, 74, 0.25);
}

.apply-form-container .form-label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    font-size: 0.95rem;
}


.section-heading {
    color: #2c3e50;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.section-subheading {
    /* color: var(--c3) !important; */
    /* font-size: 1.1rem; */
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

/* Contact Section - FIXED TEXT COLOR */
.contact-section {
    background: linear-gradient(135deg, var(--c1) 0%, #c0392b 100%);
    color: var(--c5);
    padding: 80px 0;
    text-align: center;
}

.contact-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: white !important;
}

.contact-section p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: white !important;
    line-height: 1.6;
}

.contact-section a {
    color: white !important;
}

.btn-apply {
    background: var(--c2) !important;
    color: #2c3e50 !important;
    border: none;
    padding: 12px 35px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-apply:hover {
    background: #e6b422;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(240, 197, 67, 0.3);
}

/* FRESHER SECTION STYLES - FIXED */
.join-our-team-section {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 197, 67, 0.05));
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.join-our-team-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--c1), var(--c2), var(--c1));
    z-index: 1;
}

.join-team-pills {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(216, 55, 74, 0.1);
}

.join-team-pills::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--c1), var(--c2));
}

.join-team-pills .nav-pills {
    margin-bottom: 30px !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.join-team-pills .nav-pills .nav-link {
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 50px;
    color: #666;
    background: rgba(216, 55, 74, 0.1);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    min-width: 150px;
    text-align: center;
    margin: 0;
}

.join-team-pills .nav-pills .nav-link.active {
    background: linear-gradient(135deg, var(--c1) 0%, #ff6b81 100%);
    color: white;
    border-color: var(--c1);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(216, 55, 74, 0.3);
}

.join-team-pills .nav-pills .nav-link:hover:not(.active) {
    background: rgba(216, 55, 74, 0.15);
    color: var(--c1);
    border-color: rgba(216, 55, 74, 0.3);
}

.join-team-pills hr.c1 {
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--c1), transparent);
    border: none;
    margin: 20px 0 40px;
    opacity: 0.3;
}

/* Fixed Join Our Team content alignment */
.join-fresher h5 {
    color: var(--c1);
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(216, 55, 74, 0.2);
    text-align: center;
}

.join-team-fresherList {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
}

.join-team-fresherList li {
    background: rgba(216, 55, 74, 0.05);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    border-left: 4px solid var(--c1);
    min-height: 70px;
}

.join-team-fresherList li span {
    font-weight: 600;
    color: #2c3e50;
    min-width: 180px;
    font-size: 0.95rem;
}

.join-team-fresherList li em {
    color: var(--c1);
    margin: 0 10px;
    font-weight: bold;
    font-style: normal;
    font-size: 1.2rem;
}

.join-team-fresherList li p {
    margin: 0;
    color: #555;
    font-weight: 500;
    font-size: 0.95rem;
    flex: 1;
}

/* Fixed alignment in qualification section */
.join-fresher-qualify {
    background: rgba(240, 197, 67, 0.1);
    border-radius: 15px;
    padding: 25px;
    margin: 30px 0;
    border: 1px solid rgba(240, 197, 67, 0.3);
    text-align: center;
}

.join-fresher-qualify>li:first-child {
    font-weight: 700;
    color: var(--c1);
    margin-bottom: 15px;
    font-size: 1.2rem;
    display: block;
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.join-fresher-qualify ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.join-fresher-qualify li {
    display: inline-block;
    background: white;
    padding: 8px 20px;
    border-radius: 20px;
    color: #2c3e50;
    font-weight: 500;
    border: 1px solid rgba(216, 55, 74, 0.2);
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.join-fresher-qualify li:hover {
    background: var(--c1);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(216, 55, 74, 0.2);
}

.join-fresher-terms {
    background: rgba(232, 232, 232, 0.3);
    border-radius: 15px;
    padding: 25px;
    margin: 30px 0;
    border-left: 4px solid var(--c1);
}

.join-fresher-terms h5 {
    color: var(--c1);
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.3rem;
    text-align: left;
}

.join-fresher-terms ul {
    padding-left: 0;
    margin-bottom: 0;
}

.join-fresher-terms li {
    color: #444;
    margin-bottom: 12px;
    /* padding-left: 25px; */
    position: relative;
    line-height: 1.6;
    /* font-size: 0.95rem; */
    text-align: left;
}

.join-fresher-terms li:last-child {
    margin-bottom: 0;
}

/* Experience Tab Styles */
.tab-pane .row {
    margin-top: 20px;
}

.experience-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    border: 1px solid rgba(216, 55, 74, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.experience-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, var(--c1), var(--c2));
}

.experience-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: rgba(216, 55, 74, 0.3);
}

.experience-card h5 {
    color: var(--c1);
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.experience-card p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.experience-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.experience-benefits li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: #555;
    line-height: 1.5;
}

.experience-benefits li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--c1);
    font-weight: bold;
}

/* Achieve Apply Button */
.achieve-apply-button {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(216, 55, 74, 0.1);
}

.btn1 {
    position: relative;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    color: white !important;
    background: linear-gradient(135deg, var(--c1) 0%, #ff6b81 100%);
    border: none;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(216, 55, 74, 0.3);
    min-width: 200px;
}

.btn1:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(216, 55, 74, 0.4);
}

.btn1 .btn-1,
.btn1 .btn-3 {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: ripple 1.5s linear infinite;
}

.btn1 .btn-1 {
    width: 20px;
    height: 20px;
}

.btn1 .btn-3 {
    width: 30px;
    height: 30px;
    animation-delay: 0.5s;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(5);
        opacity: 0;
    }
}

/* Animation for modal opening */
@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal.show .modal-dialog {
    animation: modalFadeIn 0.3s ease-out;
}

/* Fade-in animation for table rows */
@keyframes fadeInRow {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeInRow 0.5s ease-out forwards;
    opacity: 0;
}


/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
    .join-team-fresherList {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Medium devices (tablets, 992px to 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
    .join-team-fresherList {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Small devices (tablets, 768px to 991px) */
@media (max-width: 991px) and (min-width: 768px) {
    .join-team-fresherList {
        grid-template-columns: repeat(2, 1fr);
    }

    .join-team-pills {
        padding: 30px 25px;
    }
}

/* Mobile devices (768px and down) */
@media (max-width: 768px) {
    .careers-hero h1 {
        font-size: 2.2rem;
    }

    .careers-hero {
        padding: 100px 0 60px;
    }

    .section-heading {
        font-size: 2rem;
    }

    /* Job Openings Table Fix */
    .job-openings-table {
        padding: 15px;
        overflow-x: auto;
    }

    .job-table {
        font-size: 0.9rem;
        min-width: 600px;
    }

    .job-table td {
        padding: 15px 10px;
    }

    .job-profile {
        flex-direction: column;
        align-items: flex-start;
    }

    .job-profile i {
        margin-bottom: 5px;
    }

    .btn-view-details,
    .btn-apply-now {
        padding: 6px 12px;
        font-size: 0.85rem;
        margin-bottom: 5px;
        display: block;
        width: 100%;
        margin-left: 0 !important;

    }

    .btn-apply-now {
        margin-top: 5px;
    }

    .modal-dialog {
        margin: 10px;
    }

    .modal-header {
        padding: 15px 20px;
    }

    .modal-body {
        padding: 20px;
    }

    /* Fresher Section Responsive Fix */
    .join-our-team-section {
        padding: 50px 0;
    }

    .join-team-pills {
        padding: 25px 20px;
    }

    .join-team-pills .nav-pills .nav-link {
        padding: 10px 20px;
        min-width: 120px;
        font-size: 1rem;
        margin-bottom: 10px;
        width: 100%;
        max-width: 200px;
    }

    .join-team-fresherList {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .join-team-fresherList li {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
        padding: 12px;
    }

    .join-team-fresherList li span {
        min-width: auto;
        margin-bottom: 5px;
        font-size: 0.9rem;
        width: 100%;
    }

    .join-team-fresherList li em {
        display: none;
    }

    .join-team-fresherList li p {
        font-size: 0.9rem;
        width: 100%;
        text-align: left;
    }

    .join-fresher-qualify {
        padding: 20px 15px;
    }

    .join-fresher-qualify ul {
        justify-content: flex-start;
    }

    .join-fresher-qualify li {
        padding: 6px 15px;
        font-size: 0.9rem;
        width: 100%;
        text-align: center;
        margin: 3px 0;
    }

    .join-fresher-terms {
        padding: 20px 15px;
    }

    .join-fresher-terms li {
        font-size: 0.9rem;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .experience-card {
        margin-bottom: 20px;
    }

    .experience-badge {
        min-width: 80px;
        font-size: 0.8rem;
        padding: 6px 10px;
    }

    .why-work-card {
        padding: 25px 20px;
        margin-bottom: 20px;
    }

    .why-work-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

/* Extra small devices (phones, 576px and down) */
@media (max-width: 576px) {
    .careers-hero h1 {
        font-size: 1.8rem;
    }

    .careers-hero p {
        font-size: 1rem;
    }

    .section-heading {
        font-size: 1.8rem;
    }

    .section-subheading {
        font-size: 1rem;
        padding: 0 10px;
    }

    .job-table {
        min-width: 500px;
    }

    .join-team-pills .nav-pills {
        flex-direction: column;
        align-items: center;
    }

    .join-team-pills .nav-pills .nav-link {
        width: 100%;
        max-width: 250px;
    }

    .btn1 {
        padding: 12px 30px;
        font-size: 1rem;
        min-width: 180px;
    }

    .contact-section h2 {
        font-size: 1.8rem;
    }

    .btn-apply,
    .contact-btn {
        padding: 10px 25px;
        font-size: 1rem;
        display: block;
        width: 100%;
        margin: 10px 0;
    }
}

/* Very small devices (phones, 400px and down) */
@media (max-width: 400px) {
    .careers-hero h1 {
        font-size: 1.6rem;
    }

    .section-heading {
        font-size: 1.6rem;
    }

    .join-fresher h5 {
        font-size: 1.3rem;
    }

    .join-fresher-terms h5 {
        font-size: 1.2rem;
    }

    .join-team-fresherList li span {
        font-size: 0.85rem;
    }

    .join-team-fresherList li p {
        font-size: 0.85rem;
    }

    .job-profile span {
        font-size: 0.9rem;
    }
}


.careers-hero {
    padding-top: 140px;
}



/* Logo Scroll Container */
.logo-scroll-container {
    text-align: center;
    padding: 2rem 0;
    margin: 0 auto;
    width: 100%;
}

.logo-scroll-container h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    line-height: 1.3;
    padding: 0 15px;
}

/* Services Grid Alignment */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
    padding: 0 15px;
}

.service-category {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    height: 100%;
}

.service-category:hover {
    transform: translateY(-5px);
}

.service-category h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #d8374a;
    display: inline-block;
}

/* Text Alignment Fixes */
.js {
    text-align: justify;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.8;
}

.c1 {
    color: #d8374a !important;
}


/* Contact Cards Alignment */
.contact-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-card i {
    font-size: 1.2rem;
    margin-top: 0.3rem;
    color: #007bff;
}

/* Responsive Design */
@media (max-width: 768px) {

    .logo-scroll-container h2 {
        font-size: 1.8rem;
        padding: 0;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0;
    }

    .service-category {
        padding: 1.5rem;
    }

    .modern-footer .row.gy-5 {
        gap: 2rem;
    }

    .foot-lst {
        flex-direction: column;
        gap: 0.5rem;
    }

    .foot-lst a.bor-end {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0.5rem 0 !important;
    }
}


/* CTA Button */
.cta-btn {
    display: block;
    text-align: center;
    background: #d8374a;
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #d8374a;
}

.cta-btn:hover {
    background: transparent;
    color: #d8374a;
}

/* Header Typography */
h2.fw-bold.mb-4 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

h5.fw-bold.mb-4 {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

/* Client Logos Grid */
.client-logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
    margin: 2rem auto;
    padding: 0 15px;
    max-width: 1200px;
}

.client-logo {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.client-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Additional CMS-specific styles */
.cms-hero {
    background: linear-gradient(135deg, #2c3e50 0%, #d8374a 100%);
    color: white;
    padding: 100px 0 60px;
    position: relative;
    overflow: hidden;
}

.cms-hero h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.cms-hero .lead {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cms-stat-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 25px 15px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cms-stat-box h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

/* Modern Icon Styles */
.modern-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: linear-gradient(135deg, #d8374a 0%, #ff6b81 100%);
    color: white;
    font-size: 2rem;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px rgba(216, 55, 74, 0.2);
    transition: all 0.3s ease;
}

.cms-feature-card:hover .modern-icon {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px rgba(216, 55, 74, 0.3);
}

.cms-feature-card {
    background: white;
    border-radius: 15px;
    padding: 35px 30px;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.cms-feature-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.cms-service-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 35px 30px;
    margin-bottom: 30px;
    border-left: 5px solid #d8374a;
    transition: all 0.3s ease;
}

.cms-service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: white;
}

.cms-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: linear-gradient(135deg, #2c3e50 0%, #4a6078 100%);
    color: white;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.cms-process-step {
    position: relative;
    padding: 35px 25px;
    background: white;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.cms-process-step:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.cms-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 1;
    background: linear-gradient(135deg, #d8374a 0%, #ff6b81 100%);
    color: white;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 25px;
    box-shadow: 0 8px 15px rgba(216, 55, 74, 0.3);
}

.cms-testimonial {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    border-top: 5px solid #2c3e50;
    height: 100%;
    transition: all 0.3s ease;
}

.cms-testimonial:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.cms-testimonial-author {
    font-weight: 600;
    color: #2c3e50;
    margin-top: 15px;
}

.cms-contact-form {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.cms-faq-item {
    border: 1px solid #eaeaea;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cms-faq-item:hover {
    border-color: #d8374a;
}

.cms-faq-question {
    background: #f8f9fa;
    padding: 22px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.cms-faq-question:hover {
    background: rgba(216, 55, 74, 0.05);
}

.cms-faq-answer {
    padding: 0 22px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.cms-faq-item.active .cms-faq-answer {
    padding: 22px;
    max-height: 500px;
}

/* FAQ Icon Colors - UPDATED */
.cms-faq-question .fa-chevron-circle-right {
    color: #FFD700;
    /* Yellow color */
    margin-right: 10px;
    font-size: 1.1rem;
}

.pxl-icon-accordion--plus {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    color: #d8374a;
    /* Red color */
}

.pxl-icon-accordion--plus::before,
.pxl-icon-accordion--plus::after {
    content: '';
    position: absolute;
    background-color: #d8374a;
    /* Red color */
    transition: transform 0.3s ease;
}

.pxl-icon-accordion--plus::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
}

.pxl-icon-accordion--plus::after {
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
}

.cms-faq-item.active .pxl-icon-accordion--plus::after {
    transform: translateX(-50%) rotate(90deg);
}

/* ✅ UPDATED CTA SECTION WITH BACKGROUND IMAGE */
.cms-cta {
    padding: 80px 40px;
    text-align: center;
    color: #fff;
    background:
        linear-gradient(rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.85)),
        url("cms-image/cms-cta-bg.jpg") center/cover no-repeat fixed;
    border-radius: 20px;
}

.cms-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

/* Icon styling inside CTA */
.cms-cta .modern-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    margin: 0 auto 25px;
}

.cms-cta .modern-icon i {
    font-size: 34px;
    color: #fff;
}

/* Button hover */
.cms-cta .btn {
    transition: all 0.3s ease;
}

.cms-cta .btn:hover {
    transform: translateY(-3px);
}

/* Banner Image Section */
.banner-section {
    padding: 80px 0;
    background: linear-gradient(rgba(44, 62, 80, 0.9), rgba(44, 62, 80, 0.9)), url('images/cms-banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    text-align: center;
}

.banner-section h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.banner-section .lead {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 30px;
    opacity: 0.9;
}

/* Trusted Clients Section — REMOVED GRAYSCALE */
.trusted-clients-section {
    background: #f8f9fa;
    padding: 80px 0;
    overflow: hidden;
}

.trusted-heading {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
}

.trusted-subheading {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.clients-logo-container {
    position: relative;
    overflow: hidden;
    padding: 25px 0;
}

.clients-logo-track {
    display: flex;
    animation: scroll 30s linear infinite;
    gap: 60px;
    padding: 0 20px;
}

.client-logo-item {
    flex: 0 0 auto;
    width: 200px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
}

.client-logo-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* ✅ REMOVED grayscale & opacity — LOGOS NOW FULL COLOR */
.client-logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.4s ease;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-200px * 6 - 60px * 6));
    }
}

/* Pause animation on hover */
.clients-logo-container:hover .clients-logo-track {
    animation-play-state: paused;
}

/* Benefits Section */
.benefits-section {
    padding: 80px 0;
}

.benefit-item {
    text-align: center;
    padding: 40px 25px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.benefit-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.benefit-item h4 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Contact Banner */
.contact-banner {
    background: linear-gradient(135deg, #c63b4b 0%, #891c1c 100%);
    color: white;
    padding: 70px 0;
    text-align: center;
}

.contact-banner h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.contact-banner p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Blog Carousel Styles */
.blog-carousel-container {
    position: relative;
    padding: 20px 0;
}

.blog-carousel .blog-card {
    margin: 10px;
    transition: transform 0.3s ease;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
}

.blog-carousel .blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.blog-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid #d8374a;
}

.blog-content {
    padding: 25px;
}

.blog-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-text {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-btn {
    display: inline-block;
    background: linear-gradient(135deg, #d8374a 0%, #ff6b81 100%);
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.blog-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(216, 55, 74, 0.3);
    color: white;
}

.owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
}

.owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d8374a 0%, #ff6b81 100%) !important;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.owl-nav button:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(216, 55, 74, 0.3);
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd !important;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.owl-dot.active {
    background: #d8374a !important;
    transform: scale(1.2);
}

/* Your existing color classes */
.c1 {
    color: #d8374a;
}

.w {
    color: white;
}

.js {
    color: #555;
}

.bg-light-c1 {
    background-color: #f8f9fa;
}

.hf {
    color: #2c3e50;
}

.btn-c1 {
    background-color: #d8374a;
    color: white;
    border: none;
}

.btn-c1:hover {
    background-color: #c0392b;
    color: white;
}

.btn-outline-c1 {
    border-color: #d8374a;
    color: #d8374a;
}

.btn-outline-c1:hover {
    background-color: #d8374a;
    color: white;
}

/* ✅ UPDATED: IQTECHWAY HIGHLIGHT COLOR TO #ed1943 */
.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;
}

@media (max-width: 768px) {
    .cms-hero h1 {
        font-size: 2.2rem;
    }

    .cms-hero {
        padding: 80px 0 40px;
    }

    .cms-stat-box {
        margin-bottom: 20px;
    }

    .trusted-heading {
        font-size: 1.8rem;
    }

    .banner-section h2 {
        font-size: 2.2rem;
    }

    .banner-section {
        padding: 60px 0;
    }

    .contact-banner h3 {
        font-size: 1.8rem;
    }

    .client-logo-item {
        width: 160px;
        height: 80px;
    }

    .modern-icon {
        width: 60px;
        height: 60px;
        font-size: 1.7rem;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-160px * 6 - 60px * 6));
        }
    }

    /* ✅ Fix CTA background on mobile */
    .cms-cta {
        padding: 60px 20px;
        background-attachment: scroll;
    }

    .owl-nav {
        margin-top: 20px;
    }

    .owl-nav button {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }
}



.cms-hero {
    background: linear-gradient(135deg, #2c3e50 0%, #d8374a 100%);
    color: white;
    padding: 100px 0 60px;
    position: relative;
    overflow: hidden;
}

.cms-hero h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.cms-hero .lead {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cms-stat-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 25px 15px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cms-stat-box h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

/* Modern Icon Styles */
.modern-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: linear-gradient(135deg, #d8374a 0%, #ff6b81 100%);
    color: white;
    font-size: 2rem;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px rgba(216, 55, 74, 0.2);
    transition: all 0.3s ease;
}

.cms-feature-card:hover .modern-icon {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px rgba(216, 55, 74, 0.3);
}

.cms-feature-card {
    background: white;
    border-radius: 15px;
    padding: 35px 30px;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.cms-feature-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.cms-service-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 35px 30px;
    margin-bottom: 30px;
    border-left: 5px solid #d8374a;
    transition: all 0.3s ease;
}

.cms-service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: white;
}

.cms-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: linear-gradient(135deg, #2c3e50 0%, #4a6078 100%);
    color: white;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.cms-process-step {
    position: relative;
    padding: 35px 25px;
    background: white;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.cms-process-step:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.cms-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 1;
    background: linear-gradient(135deg, #d8374a 0%, #ff6b81 100%);
    color: white;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 25px;
    box-shadow: 0 8px 15px rgba(216, 55, 74, 0.3);
}

.cms-testimonial {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    border-top: 5px solid #2c3e50;
    height: 100%;
    transition: all 0.3s ease;
}

.cms-testimonial:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.cms-testimonial-author {
    font-weight: 600;
    color: #2c3e50;
    margin-top: 15px;
}

.cms-contact-form {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.cms-faq-item {
    border: 1px solid #eaeaea;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cms-faq-item:hover {
    border-color: #d8374a;
}

.cms-faq-question {
    background: #f8f9fa;
    padding: 22px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.cms-faq-question:hover {
    background: rgba(216, 55, 74, 0.05);
}

.cms-faq-answer {
    padding: 0 22px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.cms-faq-item.active .cms-faq-answer {
    padding: 22px;
    max-height: 500px;
}

/* FAQ Icon Colors - UPDATED */
.cms-faq-question .fa-chevron-circle-right {
    color: #FFD700;
    /* Yellow color */
    margin-right: 10px;
    font-size: 1.1rem;
}

.pxl-icon-accordion--plus {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    color: #d8374a;
    /* Red color */
}

.pxl-icon-accordion--plus::before,
.pxl-icon-accordion--plus::after {
    content: '';
    position: absolute;
    background-color: #d8374a;
    /* Red color */
    transition: transform 0.3s ease;
}

.pxl-icon-accordion--plus::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
}

.pxl-icon-accordion--plus::after {
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
}

.cms-faq-item.active .pxl-icon-accordion--plus::after {
    transform: translateX(-50%) rotate(90deg);
}

/* ✅ UPDATED CTA SECTION WITH BACKGROUND IMAGE */
.cms-cta {
    padding: 80px 40px;
    text-align: center;
    color: #fff;
    background:
        linear-gradient(rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.85)),
        url("cms-image/cms-cta-bg.jpg") center/cover no-repeat fixed;
    border-radius: 20px;
}

.cms-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

/* Icon styling inside CTA */
.cms-cta .modern-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    margin: 0 auto 25px;
}

.cms-cta .modern-icon i {
    font-size: 34px;
    color: #fff;
}

/* Button hover */
.cms-cta .btn {
    transition: all 0.3s ease;
}

.cms-cta .btn:hover {
    transform: translateY(-3px);
}

/* Banner Image Section */
.banner-section {
    padding: 80px 0;
    background: linear-gradient(rgba(44, 62, 80, 0.9), rgba(44, 62, 80, 0.9)), url('images/cms-banner.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    text-align: center;
}

.banner-section h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.banner-section .lead {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 30px;
    opacity: 0.9;
}

/* Trusted Clients Section — REMOVED GRAYSCALE */
.trusted-clients-section {
    background: #f8f9fa;
    padding: 80px 0;
    overflow: hidden;
}

.trusted-heading {
    margin-bottom: 15px;
    font-weight: 700;
}

.clients-logo-container {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}

.clients-logo-track {
    display: flex;
    animation: scroll 30s linear infinite;
    gap: 30px;
    padding: 0 20px;
}

.client-logo-item {
    flex: 0 0 auto;
    width: 200px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
}

.client-logo-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* ✅ REMOVED grayscale & opacity — LOGOS NOW FULL COLOR */
.client-logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.4s ease;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-200px * 6 - 60px * 6));
    }
}

/* Pause animation on hover */
.clients-logo-container:hover .clients-logo-track {
    animation-play-state: paused;
}

/* Benefits Section */
.benefits-section {
    padding: 20px 0;
}

.benefit-item {
    text-align: center;
    padding: 10px 25px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.benefit-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.benefit-item h4 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Contact Banner */
.contact-banner {
    background: linear-gradient(135deg, #c63b4b 0%, #891c1c 100%);
    color: white;
    padding: 70px 0;
    text-align: center;
}

.contact-banner h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.contact-banner p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Blog Carousel Styles */
.blog-carousel-container {
    position: relative;
    padding: 20px 0;
}

.blog-carousel .blog-card {
    margin: 10px;
    transition: transform 0.3s ease;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
}

.blog-carousel .blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.blog-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid #d8374a;
}

.blog-content {
    padding: 25px;
}

.blog-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-text {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-btn {
    display: inline-block;
    background: linear-gradient(135deg, #d8374a 0%, #ff6b81 100%);
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.blog-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(216, 55, 74, 0.3);
    color: white;
}

.owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
}

.owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d8374a 0%, #ff6b81 100%) !important;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.owl-nav button:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(216, 55, 74, 0.3);
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd !important;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.owl-dot.active {
    background: #d8374a !important;
    transform: scale(1.2);
}

/* Your existing color classes */
.c1 {
    color: #d8374a;
}

.w {
    color: white;
}

.js {
    color: #555;
}

.bg-light-c1 {
    background-color: #f8f9fa;
}

.hf {
    color: #2c3e50;
}

.btn-c1 {
    background-color: #d8374a;
    color: white;
    border: none;
}

.btn-c1:hover {
    background-color: #c0392b;
    color: white;
}

.btn-outline-c1 {
    border-color: #d8374a;
    color: #d8374a;
}

.btn-outline-c1:hover {
    background-color: #d8374a;
    color: white;
}

/* ✅ UPDATED: IQTECHWAY HIGHLIGHT COLOR TO #ed1943 */
.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;
}

/* ------------------------------------------------- new --------------------------  */

.land-tort-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(13, 13, 13, 0.797);
}

.land-tort-hero::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(../images/2150408649.jpg);
    background-size: cover;
    z-index: -3;
    background-position: bottom;
    /* background-attachment: fixed; */
}

.img-ban-lon {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.lon-dig-main:hover .lon-dig-img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.lon-dig {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.lon-dig-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.london-factors {
    background: #f8f9fb;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.section-title span {
    border-bottom: 3px solid var(--c1) !important;
}

.section-intro {
    color: #666;
    font-size: 16px;
}


/* cards */

.factor-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: 0.3s;
}

.factor-card:hover {
    transform: translateY(-6px);
}

.factor-card .icon {
    font-size: 28px;
    margin-bottom: 15px;
    color: var(--c1);
}

.factor-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.factor-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}


/* bottom text */

.market-summary {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #eee;
}

.market-summary p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}


.dm-services {
    background: #f7f8fb;
}

.service-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-title span {
    border-bottom: 3px solid var(--c1);
}

.service-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* card */

.service-card {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.service-subtitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--c1);
}

.strategy-title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* list */

.strategy-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.strategy-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #444;
}

.strategy-list li:before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--c1);
    font-weight: bold;
}

.service-footer {
    border-top: 1px solid #eee;
    padding-top: 15px;
    color: #555;
}

.ppc-section {
    background: #f8f9fa;
}

.ppc-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ppc-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.ppc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ppc-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #444;
}

.ppc-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: var(--c1);
}

.ppc-result {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid #eee;
}


.social-new {
    background: #fafafa;
}

.social-heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.social-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* strategy grid */


.strategy-item {
    background: #fff;
    padding: 18px;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-size: 17px;
    text-align: center;
}

.social-result {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.web-dev {
    background: #f7f8fb;
}

.dev-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.dev-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* cards */

.dev-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    height: 100%;
}

.dev-card:hover {
    transform: translateY(-6px);
}

.dev-card i {
    font-size: 30px;
    margin-bottom: 12px;
    display: block;
    background-color: var(--c1);
    color: #fff;
    border-radius: 10px;
}

.dev-card p {
    font-size: 15px;
    color: #444;
    margin: 0;
}

/* result */

.dev-result {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.content-marketing {
    background: #f7f8fb;
}

.cm-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.content-marketing p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.cm-sub {
    margin-top: 20px;
    font-weight: 600;
}

/* strategy list */

.cm-list {
    border-left: 3px solid var(--c1);
    padding-left: 20px;
}

.cm-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 16px;
}

.cm-item i {
    font-size: 22px;
    color: var(--c1);
}

/* bottom */

.cm-result {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.agency-unique {
    background: #f7f8fb;
}

.unique-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.agency-unique p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* cards */

.unique-card {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    height: 100%;
}

.unique-card:hover {
    transform: translateY(-6px);
}

.unique-card i {
    font-size: 28px;
    margin-bottom: 15px;
    display: block;
    color: var(--c1);
}

.unique-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.unique-card p {
    font-size: 15px;
    color: #555;
}

.marketing-process {
    background: #f7f8fb;
}

.process-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.marketing-process p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* timeline */

.process-timeline {
    position: relative;
    padding-left: 40px;
}

.process-timeline:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    width: 3px;
    height: 100%;
    background: var(--c1);
}

/* steps */

.process-step {
    position: relative;
    margin-bottom: 35px;
}

.step-number {
    position: absolute;
    left: -40px;
    top: 0;
    width: 28px;
    height: 28px;
    background: var(--c1);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}

.process-step h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.land-seo-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(13, 13, 13, 0.9);
}

.land-seo-hero::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(../images/seo-engine.jpg);
    background-size: cover;
    z-index: -3;
    background-position: center;
    /* background-attachment: fixed; */
}

.img-seo-1 {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

/* Left Content */
.seo-title {
    font-size: 2.4rem;
    font-weight: 800;
}

.seo-title span {
    color: var(--c1);
}

.seo-text {
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Right Box */
.seo-box {
    background: var(--c1);
    color: #fff;
    padding: 30px;
    border-radius: 18px;
    height: 100%;
}

/* List */
.seo-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #ddd;
}

/* Icon */
.seo-icon {
    color: #fff;
    font-weight: bold;
}

/* Hover subtle */
.seo-box:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

/* Responsive */
@media (max-width: 768px) {
    .seo-box {
        margin-top: 30px;
    }
}


/* Title */
.dubai-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111;
}

.dubai-title span {
    color: var(--c1);
}

/* Text */
.dubai-text {
    color: #333;
    line-height: 1.8;
    margin-bottom: 18px;
}

/* Highlight keywords */
.dubai-text strong {
    color: var(--c1);
    font-weight: 600;
}

/* Bullet style */
.dubai-point {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.dubai-point::before {
    content: "";
    width: 4px;
    border-radius: 2px;
    background: var(--c1);
}

/* CTA */
.dubai-cta {
    background: #fff;
    padding: 15px 20px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.dubai-btn {
    background: var(--c1);
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.dubai-btn:hover {
    background: #000;
    color: #fff;
}

/* Image */
.dubai-img {
    width: 100%;
    border-radius: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .dubai-img {
        margin-top: 30px;
    }
}

/* ============ responsive =======  */

@media (max-width: 768px) {
    .cms-hero h1 {
        font-size: 2.2rem;
    }

    .cms-hero {
        padding: 80px 0 40px;
    }

    .cms-stat-box {
        margin-bottom: 20px;
    }

    .banner-section h2 {
        font-size: 2.2rem;
    }

    .banner-section {
        padding: 60px 0;
    }

    .contact-banner h3 {
        font-size: 1.8rem;
    }

    .client-logo-item {
        width: 160px;
        height: 80px;
    }

    .modern-icon {
        width: 60px;
        height: 60px;
        font-size: 1.7rem;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-160px * 6 - 60px * 6));
        }
    }

    /* ✅ Fix CTA background on mobile */
    .cms-cta {
        padding: 60px 20px;
        background-attachment: scroll;
    }

    .owl-nav {
        margin-top: 20px;
    }

    .owl-nav button {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }

    /* -----------------------  new ---------------- */

    .img-ban-lon {
        width: 100%;
        height: 370px;
        object-fit: cover;
    }
}


/* Section Styling */
.problem-section {
    background: #000;
    color: #fff;
    padding: 80px 0;
}

/* Heading */
.problem-title {
    font-size: 2.5rem;
    font-weight: 800;
}

.problem-title span {
    color: var(--c1);
}

/* Subtitle */
.problem-sub {
    color: #555;
    max-width: 700px;
    margin: 0 auto 40px;
}

/* Cards */
.problem-card {
    background: #fff;
    border: 1px solid #222;
    border-radius: 15px;
    padding: 20px;
    transition: 0.3s;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.problem-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--c1);
    top: 0;
    left: 0;
    transform: scaleX(0);
    transition: 0.3s;
}

.problem-card:hover::before {
    transform: scaleX(1);
}

.problem-card:hover {
    transform: translateY(-8px);
    border-color: var(--c1);
}

/* Icon Circle */
.problem-icon {
    width: 50px;
    height: 50px;
    background: #f6f6f6;
    border: 1px dashed var(--c1);
    color: var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
    font-size: 20px;
}

/* CTA Box */
.problem-cta {
    background: var(--c1);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    margin-top: 40px;
}

.problem-cta h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.problem-btn {
    background: #fff;
    color: #000;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #fff;
}

.problem-btn:hover {
    background: var(--c1);
    color: #fff;
}



.solution-section {
    background: #fff;
    color: #000;
    padding: 80px 0;
}

/* Heading */
.solution-title {
    font-size: 2.5rem;
    font-weight: 800;
}

.solution-title span {
    color: var(--c1);
}

/* Subtitle */
.solution-sub {
    color: #555;
    max-width: 750px;
}

/* Timeline Layout */
.solution-item {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    position: relative;
}

.solution-number {
    min-width: 60px;
    height: 60px;
    background: #f6f6f6;
    border: 1px dashed var(--c1);
    color: #222;
    font-weight: 700;
    font-size: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Content Box */
.solution-content {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 15px;
    transition: 0.3s;
    border: 1px solid #ddd;
    min-height: 216px;
}

.solution-content:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Title */
.solution-content h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

/* Highlight */
.solution-content h4 span {
    color: #222;
}

/* CTA */
.solution-cta {
    margin-top: 50px;
    text-align: center;
}

.solution-btn {
    background: var(--c1);
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.solution-btn:hover {
    background: #000;
    color: #fff;
}


.workflow-section {
    background: #000;
    color: #fff;
    padding: 80px 0;
}

/* Heading */
.workflow-title {
    font-size: 2.2rem;
    font-weight: 800;
}

.workflow-title span {
    color: var(--c1);
}

/* Cards */
.workflow-card {
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 15px;
    padding: 20px;
    transition: 0.3s;
    height: 100%;
}

.workflow-card:hover {
    transform: translateY(-6px);
    border-color: var(--c1);
}

/* Number */
.workflow-step {
    width: 45px;
    height: 45px;
    background: #f6f6f6;
    border: 1px dashed var(--c1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 12px;
}

/* Title */
.workflow-card h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

/* Text */
.workflow-card p {
    font-size: 16px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}


.included-title span {
    color: var(--c1);
}

/* Subtitle */
.included-sub {
    color: #555;
    max-width: 750px;
    margin: 0 auto 50px;
}

/* Feature Box */
.included-box {
    display: flex;
    gap: 15px;
    background: #f8f9fa;
    padding: 18px 20px;
    border-radius: 12px;
    border: 1px solid #eee;
    transition: 0.3s;
    height: 100%;
    /* justify-content: center; */
    align-items: center;
}

.included-box:hover {
    transform: translateY(-5px);
    border-color: var(--c1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

/* Icon */
.included-icon {
    min-width: 40px;
    height: 40px;
    background: rgba(253, 13, 13, 0.1);
    color: var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
}

/* Text */


/* CTA */
.included-cta {
    margin-top: 50px;
    text-align: center;
}

.included-btn {
    background: var(--c1);
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.included-btn:hover {
    background: #000;
    color: #fff;
}

.local-section {
    background: #f8f9fa;
    padding: 90px 0;
    color: #000;
}

/* Heading */


.local-title span {
    color: var(--c1);
}

/* Subtitle */
.local-sub {
    color: #555;
    max-width: 800px;
    margin: 0 auto 50px;
}

/* Feature Box */
.local-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #eee;
    transition: 0.3s;
    height: 100%;
    display: flex;
    gap: 15px;
}

.local-card:hover {
    transform: translateY(-6px);
    border-color: var(--c1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* Icon */
.local-icon {
    min-width: 45px;
    height: 45px;
    background: rgba(253, 13, 13, 0.1);
    color: var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
}

/* Text */

.seo-section {
    background: #000;
    color: #fff;
}


.seo-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.seo-desc {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 30px;
    line-height: 1.7;
}

.seo-card {
    background: #111;
    border: 1px solid #222;
    border-radius: 10px;
    padding: 25px;
    transition: 0.3s;
}

.seo-card:hover {
    transform: translateY(-5px);
    border-color: #fff;
}

.seo-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-list li {
    padding: 10px 0;
    border-bottom: 1px solid #222;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.seo-list li:last-child {
    border-bottom: none;
}

.seo-list li::before {
    content: "✔";
    margin-right: 10px;
    color: var(--c1);
    font-weight: bold;
}

@media (max-width: 768px) {
    .seo-title {
        font-size: 24px;
    }
}




.iq-process-container {
    max-width: 1100px;
    margin: auto;
}

.iq-process-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.iq-process-sub {
    color: #ccc;
    margin-bottom: 40px;
    line-height: 1.7;
}

/* Timeline */
.iq-process-list {
    position: relative;
    padding-left: 30px;
}

.iq-process-list::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #333;
}

.iq-process-item {
    position: relative;
    margin-bottom: 30px;
}

.iq-process-item::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: var(--c1);
    border-radius: 50%;
}

.iq-process-card {
    background: #111;
    border: 1px solid #222;
    padding: 20px;
    border-radius: 10px;
    transition: 0.3s;
}

.iq-process-card:hover {
    border-color: #fff;
    transform: translateX(5px);
}

.iq-step-title {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--c1);
}

.iq-step-desc {
    color: #ccc;
    line-height: 1.6;
    font-size: 15px;
}

@media (max-width:768px) {
    .iq-process-title {
        font-size: 24px;
    }
}

  /* ============== work progress box ================== */
.work-process-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.round-process-bx{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--c1);
  background-size: 200% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.round-process-bx::after{
  content: '';
  width: 110%;
  height: 110%;
  border: 3px dashed var(--c1);
  border-radius: 50%;
  position: absolute;
  opacity: 0;
}
.process-img{
  width: 60%;
}
.bg-f6{
  background-color: #f6f6f6;
}
.work-process-box:hover .round-process-bx::after{
  opacity: 1;
  transition: .5s;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}

.process-arrow{
  width: 80px;
  position: absolute;
  top: 3%;
  right: -5%;
}
.process-arrow-2{
  width: 80px;
  position: absolute;
  top: 20%;
  right: -10%;
}
/* ---- case studies pages ----- */
.case-crd {
    width: 100%;
    height: 100%;
    border: 1px solid var(--c1);
}

.case-img-bx {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.case-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.case-ls {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.ch-cs-img {
    width: 40px;
}

/* -- contact form --- */

.con-full {
    position: relative;
    background-color: rgba(0, 0, 0, 0.85);
}

.con-full::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-image: url(/images/video-pro.jpg);
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.con-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.con-box img {
    width: 40px;
}

.con-right {
    background-color: #fff;
    box-shadow: -10px -10px 25px rgba(255, 255, 255, 0.08),
        10px 10px 25px rgba(0, 0, 0, 0.08);
}

.chat {
    width: 50px;
}

.area-text {
    background-color: #f6f6f6 !important;
}

.btn-primary {
    background-color: var(--c1) !important;
    color: #fff !important;
}

.con-input {
    width: 100% !important;
}

.form-control:focus {
    outline: unset !important;
    box-shadow: unset !important;
    background-color: #f6f6f6 !important;

}

.form-control {
    background-color: #f6f6f6 !important;
    padding: 20px;
    border: 1px solid #333 !important;
    border-radius: 0% !important;
}

/* ==============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
    body {
        padding-top: 70px;
    }

    .navbar-nav .nav-link::after {
        display: none;
    }

    .blob-wrapper {
        width: 100%;
        height: 140px;
    }

    .floating-circle {
        width: 50px;
        height: 50px;
        right: -10px;
    }

    .floating-circle1 {
        width: 50px;
        height: 50px;
    }

    .floating-circle2 {
        width: 50px;
        height: 50px;
        right: -10px;
    }

    .service-card {
        background: #fff;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    }

}

   /* Client Logos Grid */
        .client-logos-grid {
            display: grid !important;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
            gap: 1.5rem !important;
            margin: 2rem auto !important;
            padding: 0 15px !important; 
        }

        .client-logo {
            background: white;
            padding: 1.5rem;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 200px !important;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease;
        }

        .client-logo:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .client-logo img{
              max-width: 100%;
            height: auto;
        }