* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "TikTok Sans", sans-serif;
}

body {
    overflow-x: hidden;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0px;
    background: #0d518900;
    z-index: 1111;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.nav .nav-row {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.nav .search-icon1 {
    margin-left: 12px;
}

.nav,
.nav .nav-links {
    display: flex;
    align-items: center;
    margin-bottom: 0px;

}

.nav-links {
    padding: 0px;
}

.nav {
    justify-content: space-between;
    background: white;
}

a {
    color: #fff;
    text-decoration: none;
}

.nav .logo {
    font-size: 22px;
    font-weight: 500;
}

.logo img {
    width: auto;
    height: 43px;
    /* transform: scale(1.2); */
}

.nav .nav-links {
    column-gap: 20px;
    list-style: none;
}

.nav .nav-links a {
    transition: all 0.2s linear;
}

.nav.openSearch .nav-links a {
    opacity: 0;
    pointer-events: none;
}

.nav .search-icon {
    color: black;
    font-size: 20px;
    cursor: pointer;
}

.nav .search-box {
    position: absolute;
    right: 250px;
    height: 45px;
    max-width: 555px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s linear;
}

.nav.openSearch .search-box {
    opacity: 1;
    pointer-events: auto;
}

.search-box .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    left: 15px;
    color: #4a98f7;
    transform: translateY(-50%);
}

.search-box input {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 6px;
    background-color: #fff;
    padding: 0 15px 0 45px;
}

.nav .navOpenBtn,
.nav .navCloseBtn {
    display: none;
}

/* responsive */


@media screen and (max-width: 950px) {
    .nav {
        padding: 15px 50px;
    }

    .nav .search-box {
        right: 100px;
        max-width: 400px;
    }
}



.nav a {
    color: black;
}

.nav-links li {
    position: relative;
}

.mega-menu {
    padding-left: 0px;
    background: white;
    width: max-content;
    padding: 20px;
    /* border: 1px solid grey; */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* display: none; */
    /* visibility: hidden; */
    width: 600px;
    padding: 0px;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mega-menu-main {
    position: absolute;
    top: 40px;
    opacity: 0;
    transition: 0.5s all;
    z-index: -11;
    height: 0px;
    overflow: hidden;
}

.mega-menu li {
    list-style: none;
}

.getstrated {
    background: linear-gradient(90deg, #650308 0%, #b0050d 100%);
    color: white !important;
    padding: 7px 17px;
    font-size: 15px;
    border-radius: 110px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.requestdemo {
    background: #ffffff;
    color: #650308 !important;
    padding: 7px 17px;
    border: 1px solid #650308;
    font-size: 15px;
    border-radius: 110px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ul-nav {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    gap: 10px;
    padding: 0px;

    li {
        list-style: none;
    }
}

.menu-open {
    display: none;
}

.news-section {
    position: relative;
}

#news .container {
    position: relative;
    z-index: 1;
}

body {
    overflow-x: hidden;
}

.an-b {
    background-color: #ffffff;
    width: 115%;
    height: 100%;
    position: absolute;
    transform: rotate(358deg);
    top: 664px;
    left: -151px;
    z-index: 1;
    border-top: 4px solid #b0050d;
}

.an-b1 {
    background-color: #ffffff;
    width: 147%;
    height: 100px;
    position: absolute;
    transform: rotate(358deg);
    top: 0px;
    left: -151px;
    z-index: 1;
    border-top: 4px solid #b0050d;
}

.hweo-inner {
    padding-top: 150px !important;

    .hero-content p {
        margin-top: 15px;
        padding: 0px 10px;
        color: #ffffff;
    }
}

.nav-links li a i {
    transition: 0.5s all;
    display: none !important;
}

.mega-menu-inner li a:hover i {
    margin-right: 5px;
}

.mega-menu-inner li a:hover {
    color: #650308;
    background-color: grey;
    background-color: #f2f2f2;
}

.nav .nav-links a:hover {
    color: #650308;
}

@media (min-width: 992px) and (max-width: 4000px) {
    .nav-links li:hover .mega-menu-main {
        opacity: 1;
        top: 31px;
        z-index: 1;
        height: auto;
        overflow: visible;
    }

    .nav-links>li:hover>a i {
        /* font-size: 100px; */
        display: inline-block;
        transform: rotate(180deg);
    }
}

.mega-menu-inner li h6 {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #007a71;
    padding-bottom: 8px;
    color: #007a71;
    margin-bottom: 15px;

}

.nav-links>li {
    padding: 5px 0px;
}

.mega-menu-inner li a {
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    color: #343434;
    padding: 8px 16px;
    margin: 0px;
    border-bottom: 1px solid #ebebeb;
}

.mega-menu1 {
    width: max-content !important;
}

.hero-section {
    padding: 150px 0px;
    position: relative;
    padding-top: 200px;
}

.playsinline {
    -webkit-object-fit: cover;
}

.hero-section video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    object-fit: cover;
}

.hero-section .container {
    position: relative;
    z-index: 11;
}

.hero-section::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    /* background-color: #0000004a; */
    background: linear-gradient(90deg, #0000005c 0%, #00000099 100%);
}

.hero-content {
    width: 86%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    /* margin: auto; */


    h1 {
        color: white;
        font-size: 74px;
        text-align: start;
        line-height: 80px;
        max-width: 750px;
    }

    p {
        color: white;
        font-size: 20px;
        text-align: start;
        width: 55%;
        margin-top: 25px;
        margin-bottom: 30px;
    }
}

.hero-btn {
    background-color: white;
    color: #650308;
    border: none;
    padding: 1rem 2.2rem;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 70px;
    font-weight: bold;
    position: relative;
    width: fit-content;

    i {
        font-size: 50px;
        position: absolute;
        top: 4px;
        right: 4px;
        line-height: 0px;
    }
}

.hero-btn:hover {
    color: #650308;
}

.consistent-section {
    padding: 60px 0px;
}

.box-consistent {
    padding: 30px;
    background: #f2f2f2;
}

.box-consistent p {
    color: grey;
}

.consistent-heading {}

.values-section {
    padding: 80px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 1;

}

.immg-absoute {
    position: absolute;
    bottom: 0px;
    width: 100%;
    opacity: 0.5;
    filter: grayscale(100%);
    z-index: -9;
}

.values-section::before {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #650308, #d4af37);
}

.section-title {
    text-align: center;
    /* margin-bottom: 60px; */
    position: relative;
}

.section-title h2 {
    /* font-weight: 700; */
    color: #3a3a3a;
    margin-bottom: 15px;
    font-size: 55px;

    span {
        color: #650308;
    }
}

.section-title p {
    color: #666;
    /* max-width: 600px; */
    margin: 0 auto;
    font-size: 1.1rem;
}

.value-box {
    background: white;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0px 30px 30px -30px rgba(0, 0, 0, 0.5);
    /* transition: all 0.3s ease; */
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s all;
    border: 1px solid grey;
    background-size: cover;
    background-position-x: -500px !important;
    background-repeat: no-repeat;
    height: 347px;
}


.col-lg-4.col-md-6.mb-4:nth-of-type(1) .value-box {
    background:
        linear-gradient(rgba(101, 3, 8, 0.7),
            rgba(101, 3, 8, 0.7)),
        url('../img/Consistency-icon.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.col-lg-4.col-md-6.mb-4:nth-of-type(2) .value-box {
    background:
        linear-gradient(rgba(101, 3, 8, 0.7),
            rgba(101, 3, 8, 0.7)),
        url('http://itgs.techsaga.live/website/images/home-1/business-image-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.col-lg-4.col-md-6.mb-4:nth-of-type(3) .value-box {
    background:
        linear-gradient(rgba(101, 3, 8, 0.7),
            rgba(101, 3, 8, 0.7)),
        url('http://itgs.techsaga.live/website/images/home-1/business-image-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.col-lg-4.col-md-6.mb-4:nth-of-type(1) .value-box:hover {
    background:
        linear-gradient(rgba(101, 3, 8, 0.7),
            rgba(101, 3, 8, 0.7)),
        url('../img/Consistency-icon.jpg');

    background-size: cover;
    background-position-x: 0px;
    background-repeat: no-repeat;

    h3 {
        margin-top: -40px;
    }

    h3,
    p {
        color: white;
    }

    .value-icon {
        opacity: 0;
    }
}

.col-lg-4.col-md-6.mb-4:nth-of-type(2) .value-box:hover {
    background:
        linear-gradient(rgba(101, 3, 8, 0.7),
            rgba(101, 3, 8, 0.7)),
        url('http://itgs.techsaga.live/website/images/home-1/business-image-1.jpg');

    background-size: cover;
    background-repeat: no-repeat;

    h3 {
        margin-top: -40px;
    }

    h3,
    p {
        color: white;
    }

    .value-icon {
        opacity: 0;
    }
}

.value-box.active {
    /* background:
        linear-gradient(rgba(101, 3, 8, 0.7),
            rgba(101, 3, 8, 0.7)),
        url('https://itgs.techsaga.live/website/images/home-1/business-image-2.jpg'); */

    /* background-size: cover; */
    background-position-x: 0px !important;
    /* background-repeat: no-repeat; */
    /* transform: translateY(-10px); */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    background-size: 120% 100% !important;

    h3 {
        margin-top: -40px;
    }

    h3,
    p {
        color: white;
    }

    .value-icon {
        opacity: 0;
    }
}


.col-lg-4.col-md-6.mb-4:nth-of-type(3) .value-box:hover {
    background:
        linear-gradient(rgba(101, 3, 8, 0.7),
            rgba(101, 3, 8, 0.7)),
        url('http://itgs.techsaga.live/website/images/home-1/business-image-2.jpg');

    background-size: cover;
    background-position-y: 0px;
    background-repeat: no-repeat;

    h3 {
        margin-top: -40px;
    }

    h3,
    p {
        color: white;
    }

    .value-icon {
        opacity: 0;
    }
}


.value-box::before {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.value-box:hover {
    /* transform: translateY(-10px); */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.value-box:hover::before {
    transform: scaleX(1);
}

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(90deg, #650308 0%, #b0050d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: white;
    font-size: 32px;
    transition: all 0.3s ease;
    padding: 15px;

    img {
        width: 100%;
    }
}

.value-box:hover .value-icon {
    transform: scale(1.1);
    background: linear-gradient(90deg, #b0050d 0%, #650308 100%);
}

.value-box h3 {
    font-weight: 700;
    color: #650308;
    margin-bottom: 20px;
    font-size: 1.5rem;
    transition: 0.5s all;
}

.value-box p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0px;
}

/* Responsive adjustments */

.mainservices {
    /* padding: 60px 0px; */
}

.mainservices-box {
    background: #f0f0f0;
    padding: 60px 0px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 100px;
}

.mainservices {
    background: #f0f0f0;
    position: relative;
    z-index: 1;

    .container-fluid {
        .col-md-6 {
            padding: 0px;
        }
    }
}

.mainservices-box h2 {
    color: #3a3a3a;
    margin-bottom: 15px;
    font-size: 55px;
    line-height: normal;

    span {
        color: #650308;
        padding-left: 10px;
    }
}

.mainservices-box p {
    color: #666;
    font-size: 16px;
}

.mainservices-col {
    display: flex;
    align-items: center;
}

.hero-btn1 {
    background-color: white;
    color: #ffffff;
    border: none;
    padding: 1rem 2.2rem;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 70px;
    font-weight: bold;
    position: relative;
    width: fit-content;
    background: linear-gradient(90deg, #650308 0%, #b0050d 100%);
    margin-top: 30px;
    transition: 0.5s all;

    i {
        font-size: 50px;
        position: absolute;
        top: 4px;
        right: 4px;
        line-height: 0px;
    }
}

.hero-btn1:hover {
    background: linear-gradient(90deg, #b0050d 0%, #650308 100%);
    color: white;
    transition: 0.5s all;
}

.who-image img {
    height: 91vh;
    width: 100%;
    object-fit: cover;
}

.who-image {
    position: sticky;
    top: 70px;
    height: fit-content;
}

.mainservices-box-inner1 {
    height: 100vh;
}

.section-counter {
    padding: 80px 0px;
    position: relative;

    .container {
        position: relative;
    }
}

.counter-row {
    display: flex;
}

.counter-div {
    width: 32%;
    padding: 20px;
    border: 1px solid rgb(245, 245, 245);
    text-align: center;

    h4 {
        font-size: 55px;
        /* font-weight: bold; */
    }

    p {
        font-size: 20px;
        color: grey;
    }
}

.counter-div:nth-child(odd) {
    background-color: #f0f0f0;

    h4 {
        color: #650308;
    }
}

.counter-div:nth-child(even) {
    /* background: #0453d10f; */
    background-color: white;

    h4 {
        color: #3a3a3a;
    }
}

.services-section {
    .container-fluid {
        padding: 0px;

        .row {
            /* width: 100%; */
        }
    }

}

.services-heading {
    padding: 80px 30px;
    background-color: #f2f1f1;
    position: sticky;
    top: 100px;
    padding-left: 70px;



    h2 {
        color: #3a3a3a;
        margin-bottom: 15px;
        font-size: 55px;

        span {
            color: #650308;
        }
    }
}

.services-boxmain {
    display: flex;
    flex-wrap: wrap;
}

.services-box {
    width: 50%;
    padding-bottom: 100px;
    position: relative;
    border-right: 1px solid #dfdfdf;
    padding: 30px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 95px;
    padding-top: 50px;
}

.services-col1 {
    padding: 0px;
    background-color: #f2f1f1;
}

.services-col2 {
    padding: 0px;
}

.services-box img {
    /* height: 250px; */
    width: 87px;
    object-fit: cover;
}

.services-b-c {
    padding: 20px 0px;
    padding-bottom: 0px;
}

.hero-btn2 {
    background-color: white;
    color: #ffffff;
    border: none;
    padding: 13px 23px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 70px;
    font-weight: bold;
    position: relative;
    width: fit-content;
    background: linear-gradient(90deg, #650308 0%, #b0050d 100%);
    /* margin-top: 30px; */
    transition: 0.5s all;
    position: absolute;
    bottom: 35px;
    left: 20px;












    i {
        font-size: 36px;
        position: absolute;
        top: 7px;
        right: 7px;
        line-height: 0px;
    }
}

.hero-btn2:hover {
    background: linear-gradient(90deg, #b0050d 0%, #650308 100%);
    color: white;
    transition: 0.5s all;
}

.services-b-c p {
    margin-bottom: 0px;
    color: grey;
}

.services-b-c h3 {
    color: #3a3a3a;
    font-size: 28px;
    margin-bottom: 13px;
}

.client-logo-section {
    padding: 80px 0px;
    border-top: 1px solid #dfdfdf;
}

.Affiliations-heading {
    h2 {
        text-align: center;
        color: #3a3a3a;
        margin-bottom: 15px;
        font-size: 55px;

        span {
            color: #650308;
        }
    }

    p {
        color: #666;
        margin: 0 auto;
        font-size: 1.1rem;
        text-align: center;
    }
}

/* Marquee Section */
.marquee-section {
    position: relative;
    /* padding: 40px 0; */
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 40px 0px;
}

.marquee-track {
    display: flex;
    position: relative;
    left: 0;
}

.marquee-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    height: 120px;
    width: 180px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
    margin-right: 40px;
}

.marquee-item:hover {
    transform: translateY(-5px);
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(101, 3, 8, 0.1);
    border-color: #650308;
}

.marquee-item img {
    max-height: 70px;
    max-width: 140px;
    transition: all 0.3s ease;
    filter: grayscale(0.3);
}

.marquee-item:hover img {
    filter: grayscale(0);
    transform: scale(1.05);
}

/* Section Divider */
.section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #650308, transparent);
    margin: 30px 0;
    opacity: 0.2;
}

.section-padding {
    padding: 80px 0;
    position: relative;
}

.auto-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Background */

.case-studies-section {
    background: #f0f0f0;
    position: relative;
    overflow: hidden;

    /* Header Section */
    .section-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 60px;
    }

    .header-content {
        flex: 1;
        max-width: 700px;
        text-align: start;
    }

    .sub-title {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #650308;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 15px;
        position: relative;
        padding-left: 25px;
    }

    .sub-title::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 2px;
        background: #650308;
    }

    .section-title {
        /* line-height: 1.2;
        text-align: start;
        color: #3a3a3a;
        margin-bottom: 15px;
        font-size: 55px; */
    }

    .section-title span {
        color: #650308;
        position: relative;
    }

    .section-title span::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 8px;
        background: rgba(101, 3, 8, 0.15);
        z-index: -1;
    }

    /* Navigation Controls */
    .nav-controls {
        display: flex;
        gap: 15px;
    }

    .nav-btn {
        width: 50px;
        height: 50px;
        border: 2px solid #e0e0e0;
        border-radius: 50%;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 18px;
        color: #650308;
    }

    .nav-btn:hover {
        background: #650308;
        color: white;
        border-color: #650308;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(101, 3, 8, 0.3);
    }

    /* Owl Carousel Customization */
    .case-studies-carousel {
        position: relative;
        margin-bottom: 50px;
    }

    .owl-carousel .owl-stage-outer {
        padding: 20px 0;
        margin: -20px 0;
    }

    .owl-carousel .owl-item {
        padding: 0 15px;
    }

    .owl-carousel .owl-nav {
        position: absolute;
        top: -100px;
        right: 0;
        display: flex;
        gap: 15px;
    }

    .owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        border: 2px solid #e0e0e0 !important;
        border-radius: 50%;
        background: white !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        font-size: 18px;
        color: #650308 !important;
    }

    .owl-carousel .owl-nav button:hover {
        background: #650308 !important;
        color: white !important;
        border-color: #650308 !important;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(101, 3, 8, 0.3);
    }

    /* .owl-carousel .owl-dots {
        text-align: center;
        margin-top: 40px;
    }

    .owl-carousel .owl-dot {
        width: 12px;
        height: 12px;
        background: #e0e0e0 !important;
        border-radius: 50%;
        margin: 0 5px;
        transition: all 0.3s ease;
    } */

    /* .owl-carousel .owl-dot.active {
        background: #650308 !important;
        transform: scale(1.2);
    } */

    /* Case Study Card */
    .case-study-card {
        background: white;
        border-radius: 20px;
        overflow: hidden;
        /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
        transition: all 0.4s ease;
        position: relative;
        height: 470px;
        display: flex;
        flex-direction: column;
    }

    .case-study-card:hover {
        transform: translateY(-10px);
        /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
    }

    .card-image {
        position: relative;
        height: 250px;
        overflow: hidden;
        flex-shrink: 0;
    }

    .card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .case-study-card:hover .card-image img {
        transform: scale(1.1);
    }

    .card-number {
        position: absolute;
        top: 20px;
        left: 20px;
        background: #650308;
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 16px;
        z-index: 2;
    }

    .card-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, transparent 0%, rgba(101, 3, 8, 0.8) 100%);
        opacity: 0;
        transition: opacity 0.4s ease;
        display: flex;
        align-items: flex-end;
        padding: 25px;
    }

    .case-study-card:hover .card-overlay {
        opacity: 1;
    }

    .overlay-content h4 {
        color: white;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .overlay-content p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
    }

    .card-content {
        padding: 25px;
        position: relative;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
    }

    .card-content a {
        color: #650308;
    }

    .card-arrow {
        position: absolute;
        top: -25px;
        right: 25px;
        width: 50px;
        height: 50px;
        background: #650308;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 18px;
        transition: all 0.3s ease;
    }

    .case-study-card:hover .card-arrow {
        transform: rotate(45deg);
        background: #1a1a1a;
    }

    .card-content h3 {
        font-size: 1.4rem;
        font-weight: 700;
        margin-bottom: 10px;
        color: #1a1a1a;
        line-height: 1.3;
    }

    .card-content h3 a {
        color: inherit;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .card-content h3 a:hover {
        color: #650308;
    }

    .card-content .category {
        color: #616161;
        /* font-weight: 600; */
        font-size: 14px;
        /* letter-spacing: 0.5px; */
        margin-top: 0px;
    }

    /* View All Button */
    .view-all-container {
        text-align: center;
        margin-top: 40px;
    }

    .view-all-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: linear-gradient(90deg, #650308 0%, #b0050d 100%);
        color: white;
        padding: 15px 30px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        box-shadow: 0 5px 15px rgba(101, 3, 8, 0.3);
    }

    .view-all-btn:hover {
        background: linear-gradient(90deg, #b0050d 0%, #650308 100%);
        transform: translateY(-3px);
        color: white;
        /* box-shadow: 0 8px 20px rgba(101, 3, 8, 0.4); */
    }

}




/* Section Background */
.why-choose-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    position: relative;

    .sub-title {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #650308;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 15px;
        position: relative;
        padding-left: 25px;
    }

    .sub-title::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 2px;
        background: #650308;
    }

    /* Main Layout */
    .why-choose-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: center;
    }

    /* Left Content Section */
    .content-section {
        position: relative;
        z-index: 2;
    }

    .section-badge {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        background: rgba(101, 3, 8, 0.1);
        color: #650308;
        padding: 8px 20px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }

    .badge-dot {
        width: 8px;
        height: 8px;
        background: #650308;
        border-radius: 50%;
    }

    /* .section-title {
        line-height: 1.2;
        text-align: start;
        color: #3a3a3a;
        margin-bottom: 15px;
        font-size: 55px;
        width: 50%;
        margin-bottom: 50px;
    } */

    .section-title span {
        color: #650308;
        position: relative;
    }

    .section-title span::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 8px;
        background: rgba(101, 3, 8, 0.15);
        z-index: -1;
    }

    /* Feature Cards */
    .feature-cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        margin-bottom: 50px;
    }

    .feature-card {
        background: white;
        padding: 30px;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        border: 1px solid #f0f0f0;
    }

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
        border-color: #650308;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #650308, #8a0b1a);
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        color: white;
        font-size: 24px;
    }

    .feature-card h3 {
        font-size: 1.3rem;
        font-weight: 700;
        margin-bottom: 10px;
        color: #1a1a1a;
    }

    .feature-card p {
        color: #666;
        font-size: 14px;
        line-height: 1.5;
    }

    /* Stats Section */
    .stats-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .stat-item {
        text-align: center;
    }

    .stat-number {
        font-size: 2.5rem;
        font-weight: 700;
        color: #650308;
        margin-bottom: 5px;
    }

    .stat-label {
        color: #666;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    /* Right Interactive Section */
    .interactive-section {
        position: relative;
    }

    .main-image {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    }

    .main-image img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .main-image:hover img {
        transform: scale(1.05);
    }

    .image-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, rgba(101, 3, 8, 0.9), rgba(138, 11, 26, 0.7));
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        height: 100%;
    }

    .main-image:hover .image-overlay {
        opacity: 1;
    }

    .play-button {
        width: 80px;
        height: 80px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #650308;
        font-size: 24px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .play-button:hover {
        transform: scale(1.1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    /* Floating Elements */
    .floating-card {
        position: absolute;
        background: white;
        padding: 25px;
        border-radius: 15px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        border: 1px solid #f0f0f0;
        z-index: 3;
    }

    .floating-card-1 {
        top: -30px;
        right: -30px;
        width: 280px;
    }

    .floating-card-2 {
        bottom: -30px;
        left: -30px;
        width: 250px;
    }

    .floating-card h4 {
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 10px;
        color: #1a1a1a;
    }

    .floating-card p {
        color: #666;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .floating-card .icon {
        width: 40px;
        height: 40px;
        background: rgba(101, 3, 8, 0.1);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #650308;
        margin-bottom: 15px;
    }

    /* CTA Button */
    .cta-button {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        background: #650308;
        color: white;
        padding: 16px 32px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        box-shadow: 0 5px 15px rgba(101, 3, 8, 0.3);
        margin-top: 30px;
    }

    .cta-button:hover {
        background: #1a1a1a;
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(101, 3, 8, 0.4);
    }
}

.why-choose-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(101, 3, 8, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.why-choose-section::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(101, 3, 8, 0.03) 0%, transparent 70%);
    border-radius: 50%;
}

/* contact us  */
.contact-section {
    padding: 80px 0;
    position: relative;
    background: url('http://itgs.techsaga.live/website/images/home-1/testimonial/testimonial-bg.png');
    overflow: hidden;








    .contact-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    /* Left Content Section */
    .contact-content {
        padding: 50px;
        background: white;
        border-radius: 25px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        position: relative;
    }

    .section-badge {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        background: rgba(101, 3, 8, 0.1);
        color: #650308;
        padding: 8px 20px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }

    .badge-dot {
        width: 8px;
        height: 8px;
        background: #650308;
        border-radius: 50%;
    }



    .section-title span {
        color: #650308;
        position: relative;
    }

    .section-title span::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 8px;
        background: rgba(101, 3, 8, 0.15);
        z-index: -1;
    }

    /* Form Styles */
    .contact-form {
        margin-top: 30px;
    }

    .form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }

    .form-group {
        margin-bottom: 25px;
    }

    .form-group.full-width {
        grid-column: 1 / -1;
    }

    .form-input {
        width: 100%;
        padding: 16px 20px;
        border: 2px solid #e0e0e0;
        border-radius: 12px;
        font-size: 16px;
        transition: all 0.3s ease;
        background: #fafafa;
    }

    .form-input:focus {
        outline: none;
        border-color: #650308;
        background: white;
        box-shadow: 0 5px 15px rgba(101, 3, 8, 0.1);
    }

    .form-input::placeholder {
        color: #999;
    }

    textarea.form-input {
        min-height: 120px;
        resize: vertical;
        font-family: inherit;
    }

    .submit-btn {
        background: linear-gradient(135deg, #650308, #8a0b1a);
        color: white;
        border: none;
        padding: 18px 40px;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        box-shadow: 0 5px 15px rgba(101, 3, 8, 0.3);
    }

    .submit-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(101, 3, 8, 0.4);
        background: linear-gradient(135deg, #8a0b1a, #650308);
    }

    /* Right Image Section */
    .image-section {
        position: relative;
        height: 100%;
        border-radius: 25px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    }

    .main-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .image-section:hover .main-image {
        transform: scale(1.05);
    }

    .image-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, rgba(101, 3, 8, 0.85), rgba(138, 11, 26, 0.7));
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 40px;
        color: white;
    }

    .contact-info-overlay {
        position: relative;
        z-index: 2;
    }

    .contact-info-overlay h3 {
        font-size: 40px;
        /* font-weight: 700; */
        margin-bottom: 25px;
        color: white;
        /* padding-right: 152px; */
    }

    .contact-details {
        list-style: none;
        margin-bottom: 30px;
    }

    .contact-details li {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
        padding: 12px 0;
    }

    .contact-details .icon {
        width: 45px;
        height: 45px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        flex-shrink: 0;
    }

    .contact-details .content {
        flex: 1;
    }

    .contact-details .content strong {
        display: block;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .contact-details .content a {
        color: white;
        text-decoration: none;
        transition: opacity 0.3s ease;
    }

    .contact-details .content a:hover {
        opacity: 0.8;
    }

    .social-links {
        display: flex;
        gap: 15px;
        margin-top: 25px;
    }

    .social-link {
        width: 45px;
        height: 45px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 18px;
    }

    .social-link:hover {
        background: white;
        color: #650308;
        transform: translateY(-3px);
    }

    /* Floating Elements */
    .floating-element {
        /* position: absolute; */
        background: white;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        z-index: 3;
        width: 300px;
        min-width: 147px;
    }

    .floating-1 {
        top: 40px;
        right: 40px;
        width: 200px;
        text-align: center;
    }

    .floating-2 {
        bottom: 40px;
        left: 40px;
        width: 180px;
        text-align: center;
    }

    .floating-element .icon {
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, #650308, #8a0b1a);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        margin: 0 auto 10px;
        font-size: 20px;
    }

    .floating-element h4 {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 5px;
        color: #650308;
    }

    .floating-element p {
        font-size: 12px;
        color: #666;
    }
}

.contact-section::before {
    /* content: ''; */
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(101, 3, 8, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.contact-section::after {
    /* content: ''; */
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(101, 3, 8, 0.03) 0%, transparent 70%);
    border-radius: 50%;
}

.floating-main {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}


.testimonial-section {
    background: #f0f0f0;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    position: relative;



    .section-title span {
        color: #650308;
    }

    /* Header Section */
    .section-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .section-badge {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        background: rgba(101, 3, 8, 0.1);
        color: #650308;
        padding: 8px 20px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }

    .badge-dot {
        width: 8px;
        height: 8px;
        background: #650308;
        border-radius: 50%;
    }



    .section-subtitle {
        font-size: 1.2rem;
        color: grey;
        max-width: 600px;
        margin: 0 auto;
    }

    /* Owl Carousel Customization */
    .testimonial-carousel {
        position: relative;
        /* margin: 0 auto; */
        /* max-width: 1200px; */
    }

    .owl-carousel .owl-stage-outer {
        padding: 30px 0;
        margin: -30px 0;
    }

    .owl-carousel .owl-item {
        padding: 0 15px;
    }

    .owl-carousel .owl-nav {
        position: absolute;
        top: -100px;
        right: 0;
        display: flex;
        gap: 15px;
    }

    .owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        border: 2px solid #e0e0e0 !important;
        border-radius: 50%;
        background: white !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        font-size: 18px;
        color: #650308 !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    .owl-carousel .owl-nav button:hover {
        background: #650308 !important;
        color: white !important;
        border-color: #650308 !important;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(101, 3, 8, 0.3);
    }

    .owl-dots {
        margin-top: 25px;
    }

    /* .owl-carousel .owl-dots {
        text-align: center;
        margin-top: 40px;
    }

    .owl-carousel .owl-dot {
        width: 12px;
        height: 12px;
        background: #e0e0e0 !important;
        border-radius: 50%;
        margin: 0 5px;
        transition: all 0.3s ease;
    } */

    /* .owl-carousel .owl-dot.active {
        background: #650308 !important;
        transform: scale(1.2);
    } */

    /* Testimonial Card */
    .testimonial-card {
        background: white;
        border-radius: 20px;
        padding: 40px;
        /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); */
        border: 1px solid #f0f0f0;
        transition: all 0.3s ease;
        position: relative;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .testimonial-card:hover {
        transform: translateY(-10px);
        /* box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15); */
        border-color: #650308;
    }

    .quote-icon {
        position: absolute;
        top: 7px;
        right: 30px;
        width: 60px;
        height: 60px;
        background: rgba(101, 3, 8, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #650308;
        font-size: 24px;
    }

    .testimonial-content {
        flex-grow: 1;
        margin-bottom: 0px;
    }

    .testimonial-text {
        font-size: 16px;
        line-height: 1.7;
        color: #555;
        margin-bottom: 20px;
        font-style: italic;
        height: 200px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        /* ✅ iPhone smooth scroll fix */
        scrollbar-width: thin;
        padding-right: 8px;
        margin-top: 35px;
    }

    .rating-stars {
        display: flex;
        gap: 5px;
        margin-bottom: 0px;
    }

    .star {
        color: #ffc107;
        font-size: 16px;
    }

    .star.empty {
        color: #e0e0e0;
    }

    .client-info {
        display: flex;
        align-items: center;
        gap: 15px;
        border-top: 1px solid #f0f0f0;
        padding-top: 15px;
        margin-top: 0px;
    }

    .client-avatar {
        min-width: 60px;
        min-height: 60px;
        border-radius: 50%;
        overflow: hidden;
        border: 3px solid #f0f0f0;
        transition: all 0.3s ease;
        max-width: 50px;
        display: none;
    }

    .testimonial-card:hover .client-avatar {
        border-color: #650308;
    }

    .client-avatar img {
        width: 100%;
        /* height: 114%; */
        object-fit: cover;
        min-width: 60px;
        min-height: 54px;
    }

    .client-details h4 {
        font-size: 13px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 5px;
    }

    .client-details p {
        color: #650308;
        font-size: 13px;
        font-weight: 600;
        margin: 0px;
    }

    .client-company {
        color: #666;
        font-size: 13px;
        font-weight: 500;
    }

    /* Industry Badge */
    .industry-badge {
        display: inline-block;
        background: rgba(101, 3, 8, 0.1);
        color: #650308;
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        margin-top: 5px;
        display: none;
    }

}

/* 


/* width */
::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.sub-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #650308;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.sub-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 2px;
    background: #650308;
}



.contact-btn {
    border-radius: 33px !important;
    display: block;
    margin: auto;
}

.contact-list {
    padding-left: 0px;
}

.user-links li a {
    transition: 0.5s all;
}

.user-links li a:hover {
    padding-left: 4px;
    color: #dddddd !important;
}

.design-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.6rem;
    /* font-weight: 700; */
    color: #3a3a3a;
    margin-bottom: 24px;
    font-size: 55px;









    span {
        color: #650308;
    }
}

.stats-design-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.stats-design-2.visible {
    opacity: 1;
    transform: translateY(0);
}

.stat-card-icon {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid transparent;
    transition: transform 0.3s ease, border-color 0.3s ease;
    will-change: transform;
    box-shadow: 0px 30px 30px -30px rgba(0, 0, 0, 0.5);
    border: 1px solid #ebebeb;
}

.stat-card-icon:hover {
    border-color: #650308;
    /* transform: scale(1.05); */
}

.stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #650308, #8a0b1a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 26px;
}

.stat-number-2 {
    /* font-size: 2.5rem; */
    /* font-weight: 700; */
    /* color: #1a1a1a; */
    /* margin-bottom: 5px; */
}

.stat-label-2 {
    color: grey;
    font-size: 16px;
    /* font-weight: 600; */
    /* letter-spacing: 1px; */
    text-transform: capitalize;
}

.statttt {
    font-size: 40px;
}

.news-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    padding-bottom: 115px;
}

.news-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(101, 3, 8, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.news-section::after {
    /* content: ''; */
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(101, 3, 8, 0.03) 0%, transparent 70%);
    border-radius: 50%;
}

.auto-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(101, 3, 8, 0.1);
    color: #650308;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #650308;
    border-radius: 50%;
}



.section-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* Blog Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

/* Blog Card */
.blog-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.blog-image {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.1);
}

.blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(101, 3, 8, 0.8) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: flex-end;
    padding: 25px;
}

.blog-card:hover .blog-overlay {
    opacity: 1;
}

.read-time {
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.date-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #650308;
    color: white;
    padding: 12px 15px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(101, 3, 8, 0.3);
}

.date-day {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.date-month {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2px;
}

.blog-content {
    padding: 30px;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.meta-item i {
    color: #650308;
    font-size: 14px;
}

.blog-title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.blog-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-title a:hover {
    color: #650308;
}

.blog-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 15px;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #650308;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.read-more:hover {
    gap: 12px;
    color: #1a1a1a;
}

.read-more i {
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: translateX(3px);
}

/* Category Badge */
.category-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    color: #650308;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
}

/* CTA Section */
.cta-section {
    text-align: center;
    margin-top: 60px;
    padding: 50px;
    background: linear-gradient(135deg, #650308, #8a0b1a);
    border-radius: 25px;
    color: white;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-section-dif {
    text-align: start;
    width: 67%;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.cta-title {
    font-size: 48px;
    /* font-weight: 700; */
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.cta-subtitle {
    font-size: 15px;
    margin-bottom: 30px;
    opacity: 0.9;
    position: relative;
    width: 83%;
    z-index: 2;
    /* margin: auto; */
    margin-bottom: 0px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: #650308;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* View All Button */
.view-all-container {
    text-align: center;
    margin-top: 40px;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #650308 0%, #b0050d 100%);
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(101, 3, 8, 0.3);
}

.view-all-btn:hover {
    background: linear-gradient(90deg, #b0050d 0%, #650308 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(101, 3, 8, 0.4);
    color: white;
}

.row--codre {
    margin-top: 40px;
}

.services-heading {
    .hero-btn2 {
        position: absolute;
        bottom: 15px;
        left: 68px;
    }
}

.extra--d {
    display: none;
}

.image--f img {
    height: 100%;
    object-fit: cover;
}

.ss-footer {
    position: relative;

    .rts-footer-area {
        padding: 80px 0px;
    }

    .single-nav-area-footer {

        p.parent {
            color: #262626;
            font-size: 14px;
            opacity: .7;
            margin-bottom: 15px;
            font-family: var(--font-medium);

        }
    }

    ul {
        margin: 0;
        padding: 0;
        list-style: none;

        li {
            margin: 17px 0;

            a {
                color: #262626;
                font-weight: 500;
                max-width: max-content;
                position: relative;
                font-family: var(--font-medium);
                display: flex;
                align-items: baseline;
                gap: 10px;



                &::after {
                    position: absolute;
                    left: 0;
                    bottom: -5px;
                    width: 100%;
                    background: #D1D1D1;
                    height: 1px;
                    content: '';
                    transition: .3s;
                }

                &::before {
                    position: absolute;
                    right: 0;
                    bottom: -5px;
                    width: 0%;
                    background: var(--color-primary);
                    height: 1px;
                    content: '';
                    transition: .3s;
                    z-index: 1;
                }

                &:hover {
                    color: var(--color-primary);

                    &::before {
                        width: 100%;
                        left: 0;
                        right: 0;
                    }
                }
            }
        }
    }


    .rts-footer-area {
        .logo {
            display: block;
            margin-bottom: 20px;
        }

        .logo-area {
            max-width: 322px;

            @media #{$mdsm-layout} {
                max-width: 100%;
                margin-bottom: 30px;
            }

            p.disc {
                font-size: 16px;

                @media #{$small-mobile} {
                    font-size: 14px;
                }
            }
        }
    }

    .rts-copyright-area-one {
        .copyright-wrapper {
            border-top: 1px solid #D1D1D1;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 27px 0;
            padding-bottom: 70px;

            @media #{$large-mobile} {
                flex-direction: column;
                gap: 20px;
            }

            p {
                margin: 0;
            }
        }

        ul {
            display: flex;
            align-items: center;
            gap: 24px;
            list-style: none;
            padding: 0;
            margin: 0;

            li {
                margin: 0;
                padding: 0;

                a {
                    transition: .3s;

                    i {
                        transition: .3s;
                        font-size: 24px;
                        color: black;
                    }

                    &:hover {
                        i {
                            transform: scale(1.2);
                        }
                    }
                }
            }
        }
    }

    .gradient-footer-wrapper {
        background: linear-gradient(180deg, #FFFFFF 0%, #F5F5FF 100%);
    }


    .bg_color-dark-5 {
        background: #0B0A33;
    }

    .title-center-footer-5 {
        text-align: center;

        .title {
            font-size: 64px;
            color: #fff;

            @media #{$large-mobile} {
                font-size: 44px;
            }
        }
    }

    .map-location-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 80px;
        margin-top: 100px;

        @media #{$smlg-device} {
            flex-wrap: wrap;
        }

        @media #{$large-mobile} {
            justify-content: center;
        }

        & * {
            color: #fff;
        }

        .location-single {
            text-align: center;
            position: relative;

            &:last-child {
                &::after {
                    display: none;
                }
            }

            &::after {
                top: 0;
                content: '';
                position: absolute;
                right: -80px;
                height: 100%;
                width: 1px;
                background: #FFFFFF;
                opacity: .25;

                @media #{$smlg-device} {
                    right: -40px;
                }

                @media #{$mdsm-layout} {
                    display: none;
                }


            }

            .title {
                font-size: 40px;

                @media #{$large-mobile} {
                    font-size: 28px;
                }
            }

            a {
                display: block;
                transition: .3s;
                font-size: 20px;
                color: #D1D1D1;
                margin: 2px 0;

                &:hover {
                    color: var(--color-primary);
                }
            }
        }
    }


    .footer-copyright-area-small {
        padding: 40px 0;
        background: var(--color-primary);

        & * {
            color: #fff;
        }

        .small-footer-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;



            p {
                margin: 0;
                font-size: 16px;
            }

            .nav-social-area {
                ul {
                    gap: 24px;
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    display: flex;
                    align-items: center;
                }
            }
        }
    }

    .footer-iso img {
        max-height: 75px;
    }
}

/* .aa-footer{
    display: flex;
    align-items: baseline;
    gap: 7px!important;
} */


.value-box {
    background-size: 120% 100% !important;
}

.value-box:hover {
    background-position-x: 0px !important;
    background-size: 120% 100% !important;
}



/* ---------------company about css=------------- */
.page-title-section {
    position: relative;
    padding: 160px 0 100px;
    background: linear-gradient(135deg, rgba(101, 3, 8, 0.9) 0%, rgba(74, 1, 5, 0.95) 100%),
        url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2069&q=80') center/cover no-repeat;
    overflow: hidden;
    padding-bottom: 60px;

    .background-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.9;
        z-index: 1;
    }

    .background-pattern {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image:
            radial-gradient(circle at 20% 80%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
            radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
            radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
        z-index: 2;
    }

    .floating-elements {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
    }

    .floating-element {
        position: absolute;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        animation: float 6s ease-in-out infinite;
    }

    .floating-1 {
        width: 80px;
        height: 80px;
        top: 20%;
        left: 10%;
        animation-delay: 0s;
    }

    .floating-2 {
        width: 120px;
        height: 120px;
        top: 60%;
        right: 15%;
        animation-delay: 2s;
    }

    .floating-3 {
        width: 60px;
        height: 60px;
        bottom: 30%;
        left: 20%;
        animation-delay: 4s;
    }


    .title-content {
        text-align: start;
        position: relative;
    }

    .breadcrumb-nav {
        display: flex;
        justify-content: start;
        align-items: center;
        margin-bottom: 10px;
        animation: fadeInUp 0.8s ease-out;
    }

    .breadcrumb-list {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 50px;
        padding: 12px 25px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .breadcrumb-item {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.8);
    }

    .breadcrumb-item+.breadcrumb-item::before {
        color: #b7b7b7;
    }


    .breadcrumb-item a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        transition: all 0.3s ease;
        position: relative;
    }

    .breadcrumb-item a:hover {}

    .breadcrumb-item a:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 1px;
        transition: width 0.3s ease;
    }

    .breadcrumb-item a:hover:after {
        width: 100%;
    }

    .breadcrumb-item.active {
        font-weight: 600;
    }

    .page-title {
        font-size: 55px;
        font-weight: 800;
        margin-bottom: 20px;
        line-height: 1.1;
        position: relative;
        display: inline-block;
        color: white;
    }

    .page-title:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 4px;
        border-radius: 2px;
    }


    .scroll-indicator {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        animation: bounce 2s infinite;
        z-index: 4;
    }

    .scroll-indicator a {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
        font-size: 14px;
        transition: all 0.3s ease;
    }

    .scroll-indicator a:hover {}

    .scroll-indicator i {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .stats-container {
        border-radius: 20px;
        padding: 40px;
        margin-top: -60px;
        position: relative;
        z-index: 5;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
        animation: fadeInUp 0.8s ease-out 0.6s both;
    }

    .stats-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    .stat-item {
        text-align: center;
        padding: 20px;
    }

    .stat-number {
        font-size: 3rem;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 10px;
    }

    .stat-label {
        font-size: 1rem;
        font-weight: 500;
    }
}


.about-section {
    padding: 80px 0px;
}

.newabout-section {
    padding: 0;
    border-radius: 0px 10px 10px 0px !important;
}

.newabout-section img {
    border-radius: 0px 10px 10px 0px !important;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.newcomapny-hero {
    background-color: transparent !important;
}

.newcomapny-hero span {
    font-size: 14px;
    font-weight: 400;
    color: #8e8e8e;
}


.comapny-hero-image img {
    height: 100%;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.comapny-hero h2 {
    font-size: 55px;
    color: #3a3a3a;

    span {
        color: #650308;
        font-size: 55px;
    }
}

.comapny-hero>p {
    color: #666;
}

.new-comapnybox {
    margin-top: 52px;
}

.new-comapnybox ul {
    padding-left: 20px !important;
    display: flex;
    gap: 72px;
}

/* .new-comapnybox  ul li{
    padding: 20px;
} */

.point-company ul {
    padding-left: 0px;
}

.point-company ul li {
    list-style: none;
    display: flex;
    gap: 10px;
    /* align-items: baseline; */
    margin-bottom: 20px;
}

.point-company ul li p {
    color: #666;
}

.li-point-company h4 {
    font-size: 20px;
    margin-bottom: 5px;
}



.hero-btn3 {
    background-color: white;
    color: #ffffff;
    border: none;
    padding: 13px 23px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 70px;
    font-weight: bold;
    position: relative;
    width: fit-content;
    background: linear-gradient(90deg, #650308 0%, #b0050d 100%);
    transition: 0.5s all;


    i {
        font-size: 36px;
        position: absolute;
        top: 7px;
        right: 7px;
        line-height: 0px;
    }
}

.hero-btn3:hover {
    background: linear-gradient(90deg, #b0050d 0%, #650308 100%);
    color: white;
    transition: 0.5s all;
}

.phonerespon-contactbtn {
    display: none;
}

.icon-point-c {
    margin-bottom: 16px !important;
    width: 50px;
    height: 50px;
    background: rgba(101, 3, 8, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: 20px; */
    color: #650308;
    font-size: 18px;
    max-width: 50px;
    min-width: 50px;


    i {
        color: #650308;
    }
}

.comapny-hero {
    padding: 20px 38px 20px 20px;
    background: #f2f1f1;
    border-radius: 20px;
}



.section-timeline {
    background: #f2f1f1;
    padding: 80px 0px;

    .timeline {
        position: relative;
        margin: 0px auto;
        /* padding: 40px 0; */
        width: 1000px;
        box-sizing: border-box;
    }

    .timeline:before {
        content: '';
        position: absolute;
        left: 50%;
        width: 2px;
        height: 100%;
        background: #c5c5c5;
    }

    .timeline ul {
        padding: 0;
        margin: 0;
    }

    .timeline ul li {
        list-style: none;
        position: relative;
        width: 50%;
        padding: 20px 40px;
        box-sizing: border-box;
    }

    .timeline ul li:nth-child(odd) {
        float: left;
        text-align: right;
        clear: both;
    }

    .timeline ul li:nth-child(even) {
        float: right;
        text-align: left;
        clear: both;
    }

    .content {
        padding-bottom: 20px;
    }

    .timeline ul li:nth-child(odd):before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        top: 24px;
        right: -6px;
        background: #650308;
        border-radius: 50%;
        /* box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2); */
    }

    .timeline ul li:nth-child(even):before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        top: 24px;
        left: -4px;
        background: #650308;
        border-radius: 50%;
        /* box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2); */
    }

    .timeline ul li h3 {
        padding: 0;
        margin: 0;
        color: #650308;
        font-weight: 600;
    }

    .timeline ul li p {
        margin: 10px 0 0;
        padding: 0;
        color: #666;
    }

    .timeline ul li .time h4 {
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    .timeline ul li:nth-child(odd) .time {
        position: absolute;
        top: 12px;
        right: -131px;
        margin: 0;
        padding: 8px 33px;
        background: #b0050d;
        color: #fff;
        border-radius: 18px;
        /* box-shadow: 0 0 0 3px #ffb5b9; */
    }

    .timeline ul li:nth-child(even) .time {
        position: absolute;
        top: 12px;
        left: -131px;
        margin: 0;
        padding: 8px 33px;
        background: #b0050d;
        color: #fff;
        border-radius: 18px;
        /* box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3); */
    }
}

.section-timeline-h {
    text-align: center;
    margin-bottom: 50px;

    h2 {
        color: #3a3a3a;
        margin-bottom: 0px;
        font-size: 55px;

        span {
            color: #650308;
        }
    }

    p {
        color: #666;
        max-width: 600px;
        margin: 0 auto;
        font-size: 1.1rem;
    }
}




/***

====================================================================
    Marquee Section
====================================================================

***/
.marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0;
}

.marquee.slide-right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.marquee.slide-right .text {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.marquee.slide-right .stroke-text {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.marquee .marquee-group {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0;
    min-width: 100%;
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite;
}

@media (max-width: 1899.98px) {
    .marquee .marquee-group {
        gap: 0px;
    }
}

.marquee .text {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 15px;
    position: relative;
    color: var(--headings-color);
    -webkit-text-stroke: 1px var(--headings-color);
}

.marquee .stroke-text {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 30px;
    position: relative;
    color: transparent;
    -webkit-text-stroke: 1px #B4B4B4;
}

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

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

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

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.marquee-section-2 {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 45px 0;
}

[data-tm-layout=dark] .marquee-section-2 {
    border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.marquee-group {
    padding: 40px 0px;
}

.marquee-group .text {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    height: 120px;
    width: 180px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.marquee-group .text img {
    width: 100% !important;
    object-fit: contain;
}

.marquee-group .text:hover {
    transform: translateY(-5px);
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(101, 3, 8, 0.1);
    border-color: #650308;
}

.section-bg {
    background: none !important;
    background-color: #f2f1f1 !important;
}


.career-position-relative {
    padding: 80px 0;
    position: relative;
    overflow: hidden;

    .career-decoration {
        position: absolute;
        border-radius: 50%;
        background: rgba(101, 3, 8, 0.05);
        animation: float 6s ease-in-out infinite;
    }

    .career-decoration-1 {
        width: 200px;
        height: 200px;
        top: 10%;
        right: 5%;
        animation-delay: 0s;
    }

    .career-decoration-2 {
        width: 150px;
        height: 150px;
        bottom: 15%;
        left: 3%;
        animation-delay: 2s;
    }

    @keyframes float {

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

        50% {
            transform: translateY(-20px) rotate(5deg);
        }
    }

    .career-hero-text h1 {
        line-height: 1.2;

        color: #3a3a3a;
        margin-bottom: 15px;
        font-size: 55px;

        span {
            color: #650308;
        }
    }

    .career-impact {
        font-size: 18px;
        font-weight: 600;
        color: #650308;
        margin-bottom: 25px;
        padding: 8px 20px;
        background: rgba(101, 3, 8, 0.1);
        border-radius: 30px;
        display: inline-block;
        /* border-left: 4px solid #d4af37; */
    }

    .career-hero-text p {
        font-size: 1.1rem;
        color: #555;
        margin-bottom: 35px;
        line-height: 1.7;
        max-width: 500px;
    }

    .career-btn-primary {
        display: inline-flex;
        align-items: center;
        background: linear-gradient(135deg, #650308, #4a0105);
        color: white;
        padding: 16px 40px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.1rem;
        transition: all 0.3s ease;
        box-shadow: 0 10px 30px rgba(101, 3, 8, 0.3);
        position: relative;
        overflow: hidden;
    }

    .career-btn-primary:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s;
    }

    .career-btn-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 40px rgba(101, 3, 8, 0.4);
        color: white;
    }

    .career-btn-primary:hover:before {
        left: 100%;
    }

    .career-btn-primary i {
        margin-left: 10px;
        transition: transform 0.3s ease;
    }

    .career-btn-primary:hover i {
        transform: translateX(5px);
    }

    .career-masonry-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 200px);
        gap: 20px;
        padding: 20px;
    }

    .career-masonry-item {
        position: relative;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

    .career-masonry-item:nth-child(1) {
        grid-column: 1;
        grid-row: 1 / span 1;
    }

    .career-masonry-item:nth-child(2) {
        grid-column: 2;
        grid-row: 1 / span 1;
    }

    .career-masonry-item:nth-child(3) {
        grid-column: 1;
        grid-row: 2 / span 1;
    }

    .career-masonry-item:nth-child(4) {
        grid-column: 2;
        grid-row: 2 / span 2;
    }

    .career-masonry-item:nth-child(5) {
        grid-column: 1;
        grid-row: 3 / span 1;
    }

    .career-masonry-item:nth-child(6) {
        grid-column: 2;
        grid-row: 3 / span 1;
    }

    .career-masonry-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .career-masonry-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    }

    .career-masonry-item:hover img {
        transform: scale(1.1);
    }

    .career-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
        color: white;
        padding: 25px 20px 20px;
        transform: translateY(10px);
        opacity: 0;
        transition: all 0.3s ease;
    }

    .career-masonry-item:hover .career-overlay {
        transform: translateY(0);
        opacity: 1;
    }

    .career-overlay h5 {
        font-size: 1.1rem;
        font-weight: 600;
        margin: 0;
        color: white;
    }

    .career-features {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin: 30px 0;
    }

    .career-feature {
        display: flex;
        align-items: center;
        background: white;
        padding: 12px 20px;
        border-radius: 50px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        font-size: 0.9rem;
        font-weight: 500;
        color: #650308;
    }

    .career-feature i {
        margin-right: 8px;
        color: #d4af37;
    }
}

.ul-index {
    padding-left: 0px;

    li {
        list-style: none;
        color: #666;
        display: flex;
        gap: 5px;
        align-items: flex-start;
        line-height: 27px !important;
        font-size: 16px;
    }

    span {
        font-size: 16px;
    }
}


.accordion-button:not(.collapsed)::after {
    filter: grayscale(1) !important;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .career-hero-text h1 {
        font-size: 3rem;
    }

    .career-masonry-container {
        grid-template-rows: repeat(3, 180px);
    }
}



@media (max-width: 768px) {
    .career-hero-text h1 {
        font-size: 2.2rem;
    }

    .career-impact {
        font-size: 1.3rem;
    }

    .career-masonry-container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 200px);
        margin-top: 40px;
    }

    .career-masonry-item:nth-child(1),
    .career-masonry-item:nth-child(2),
    .career-masonry-item:nth-child(3),
    .career-masonry-item:nth-child(4),
    .career-masonry-item:nth-child(5),
    .career-masonry-item:nth-child(6) {
        grid-column: 1;
        grid-row: auto;
    }
}



.services-details {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;

    .section-bg1 {
        background-color: #f8f9fa;
    }

    .section-padding {
        padding: 80px 0;
    }

    .sec-title h2 {
        font-size: 3rem;
        font-weight: 700;
        color: #1a1a1a;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .project-details__top .text {
        font-size: 1.2rem;
        color: #555;
        line-height: 1.8;
        padding: 25px;
        background: white;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        border-left: 4px solid #650308;
        position: relative;
    }

    .project-details__top .text:before {
        content: '"';
        position: absolute;
        top: 15px;
        left: 25px;
        font-size: 4rem;
        color: #650308;
        opacity: 0.2;
        font-family: serif;
        line-height: 1;
    }

    .select--position1 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        margin: 20px 0px;
        padding: 30px;
        background: white;
        border-radius: 0px;
        /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
        margin-bottom: 0px;
        border-bottom: 2px solid #dfdfdf;
    }

    .select--position {
        position: relative;
    }

    /* .select--position:after {
            content: '\f078';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #650308;
            pointer-events: none;
        } */

    .form-select {
        padding: 15px 20px;
        border: 2px solid #e9ecef;
        border-radius: 10px;
        font-size: 1rem;
        font-weight: 500;
        color: #333;
        background-color: white;
        transition: border-color 0.3s ease;
        appearance: none;
        cursor: pointer;
    }

    .form-select:focus {
        border-color: #650308;
        box-shadow: 0 0 0 3px rgba(101, 3, 8, 0.1);
    }

    .position-avaible-col {
        margin-top: 0px;
    }

    .position-availble-main {
        display: grid;
        grid-template-columns: 2fr 1.5fr 1.5fr 1fr;
        gap: 20px;
        align-items: center;
        padding: 30px;
        margin-bottom: 0px;
        background: white;
        border-radius: 0px;
        /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
        /* border-left: 4px solid #650308; */
        border-bottom: 1px solid #dfdfdf;
    }

    .position-avaible h5 {
        font-size: 1.1rem;
        font-weight: 600;
        color: #1a1a1a;
        margin-bottom: 5px;
    }

    .position-avaible span {
        font-size: 0.9rem;
        color: #666;
    }

    .position-avaible span span {
        color: #650308;
        font-weight: 500;
    }

    .position-avaible p {
        font-size: 1rem;
        color: #555;
        margin: 0;
        font-weight: 500;
    }

    .position-avaible a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(90deg, #650308 0%, #b0050d 100%);
        color: white;
        padding: 12px 25px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.9rem;
        box-shadow: 0 5px 15px rgba(101, 3, 8, 0.3);
    }

    .job-badge {
        display: inline-flex;
        align-items: center;
        background: rgba(101, 3, 8, 0.1);
        color: #650308;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: 500;
        margin-left: 10px;
    }

    .job-badge i {
        margin-right: 5px;
        font-size: 0.7rem;
    }

    .no-jobs-message {
        text-align: center;
        padding: 60px 20px;
        background: white;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    .no-jobs-message i {
        font-size: 4rem;
        color: #e9ecef;
        margin-bottom: 20px;
    }

    .no-jobs-message h4 {
        color: #666;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .no-jobs-message p {
        color: #888;
        margin: 0;
    }

    /* Background Elements */
    .bg-element {
        position: absolute;
        border-radius: 50%;
        background: rgba(101, 3, 8, 0.03);
    }

    .bg-1 {
        width: 150px;
        height: 150px;
        top: 10%;
        right: 5%;
    }

    .bg-2 {
        width: 100px;
        height: 100px;
        bottom: 15%;
        left: 3%;
    }


}

.services-con {
    padding: 80px 0px;
    background: #f2f1f1;
    padding-left: 60px;
    padding-right: 40px;
}

.section-serices-details {}

.services-con-ul {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 15px;
}

.services-con-ul li i {
    color: #650308;
}

.services-con-ul li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    list-style: none;
    width: 48%;
    border-bottom: 1px solid #d6d6d6;
}

.container-key-com {
    padding: 0px;
    background: #f2f1f1;
}

.col-key-com {
    padding: 0px;
    height: min-content;
    position: sticky;
    top: 68px;
}

.col-key-com img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.services-con h2 {
    font-size: 55px;
    color: #3a3a3a;

    span {
        color: #650308;
    }
}

.services-con h2 {
    margin-bottom: 10px;
}

.services-con>p {
    color: #666;
    margin-bottom: 35px;
}

.services-con h5 {
    font-size: 25px;
    color: #3a3a3a;
}

.services-con-ul-p h5 {
    font-size: 18px;
    font-weight: 400;
}

.section-title1 {
    margin-bottom: 40px !important;
}



.value-box1 {
    background: white;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0px 30px 30px -30px rgba(0, 0, 0, 0.5);
    /* transition: all 0.3s ease; */
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s all;
    border: 1px solid grey;
    background-size: cover;
    background-position-x: -500px !important;
    background-repeat: no-repeat;
    /* height: 347px; */
}


.value-icon1 {
    width: 80px;
    height: 80px;
    background: linear-gradient(90deg, #650308 0%, #b0050d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: white;
    font-size: 32px;
    transition: all 0.3s ease;
    padding: 15px;

    img {
        width: 100%;
        transition: 0.5s all;
        filter: invert(1);
    }
}

.value-box1:hover .value-icon1 img {
    transform: rotateY(360deg);
}

.services-con-ul-p p {
    color: #666;
    display: none;
}

.row--dteiled {
    display: none;
}

.Screening-section {
    padding: 80px 0px;
}

.Screening-section {}

.affiliation--colimg img {
    width: 60%;

    display: block;
    margin: auto;
    margin-top: 30px;
}

.row--dteiled {
    margin-top: 40px;
    row-gap: 20px;
}

.dteiled-heading h2 {
    color: #3a3a3a;
    margin-bottom: 15px;
    font-size: 55px;

    span {
        color: #650308;
    }
}

.process-step {
    background: #f2f1f1;
    padding: 20px;
    margin-bottom: 10px;
    height: 100%;
}

.process-step h6 {
    color: #650308;
}

.process-step h6 i {
    color: #650308;
}

.faq-section {
    padding: 80px 0px;
}

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

.accordion-button:not(.collapsed) {
    color: #650308;
    background-color: #f2f1f1;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.row-faq {
    margin-top: 50px;
}

.accordion-button {
    font-weight: bold;
}

.col-svg-faq img {
    width: 60%;
    display: block;
    margin: auto;
}

.accordion-item {
    background-color: #fff;
    border: none;
    box-shadow: 0px 0px 10px;
    margin-bottom: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px !important;
    overflow: hidden;
}

.accordion-button {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ser-card.ser-card1 {
    background-color: #3e3e3e;
}

.ser-card {
    padding: 40px;
    color: white;
    height: 100%;
}

.ser-card2 {
    background-color: #872214;
}

.fcra-ukba .container-fluid {
    padding: 0px;
}

.fcra-ukba .col-md-6 {
    padding: 0px;
}

.fcra-text {
    display: flex;
    gap: 20px;
    align-items: center;
}

.ser-card:hover img {
    transform: rotateY(360deg);
}

.ser-card img {
    transition: 0.5s all;
}

.ser-card {
    h5 {
        color: white;
        font-size: 42px;
    }
}

.ser-card {
    p {
        color: white;
        font-size: 17px;
    }
}

.ser-card img {
    margin-bottom: 30px;
    width: 55px;
}

.how-dows-sectipon {
    padding: 80px 0px;
}





.ezy__blogdetails1 {
    background-color: #ffffff;
    color: #000000;
    overflow: hidden;
    padding: 60px 0;
    position: relative;
}

@media (min-width: 768px) {
    .ezy__blogdetails1 {
        padding: 80px 0;
    }
}

/* Gray Block */
.gray .ezy__blogdetails1,
.ezy__blogdetails1.gray {
    background-color: #f6f6f6;
}

/* Dark Gray Block */
.dark-gray .ezy__blogdetails1,
.ezy__blogdetails1.dark-gray {
    color: #ffffff;
    background-color: #1e2735;
}

.dark-gray .ezy__blogdetails1-top {
    background-color: #0b1727;
}

/* Dark Block */
.dark .ezy__blogdetails1,
.ezy__blogdetails1.dark {
    color: #ffffff;
    background-color: #0b1727;
}

.dark .ezy__blogdetails1-top {
    background-color: #1e2735;
}

.ezy__blogdetails1-heading {
    font-weight: 500;
    font-size: 25px;
    color: #3a3a3a;
}

@media (min-width: 768px) {
    .ezy__blogdetails1-heading {
        font-size: 55px;
    }
}

.ezy__blogdetails1-social a {
    color: #000000;
    font-size: 22px;
}

/* sidebar top bar */
.ezy__blogdetails1-top {
    background-color: #650308;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    margin-top: 54px;
}

.ezy__blogdetails1-top h5 i {
    color: #ffc107;
}

/* HR Line */
.ezy__blogdetails1 hr {
    color: #0d6efd;
}

/* Content */
.ezy__blogdetails1-content,
.ezy__blogdetails1-content p {
    color: #000000;
    font-size: 17px;
    line-height: 25px;
    /* opacity: 0.8; */
    margin-top: 12px;
}

/* Popular blogs hover effect */
.ezy__blogdetails1-item {
    transition: transform 0.3s ease;
}

.ezy__blogdetails1-item:hover {
    transform: translateY(-5px);
}

.ezy__blogdetails1-item h6 {
    color: #000000;
    font-weight: 600;
    transition: color 0.3s ease;
}

.ezy__blogdetails1-item:hover h6 {
    color: #650308;
}

.author-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0px;
}

.section-title-pr {
    margin-bottom: 30px;
}

.section-address {
    padding: 60px 0px;
}

.div-d-con a {
    display: block;
    color: #666;
    display: flex;
    font-size: 15px;
    gap: 6px;
}

.div-address-e {
    display: flex;
    gap: 59px;
}

.col-addresss-ss {
    margin-bottom: 30px;
    border-top: 1px solid #dbdbdb;
    padding-top: 30px;
}

.section-support {
    padding: 80px 0px;

    p {
        color: #4b4b4b;
    }
}

.section-support h3 {
    color: #650308;
    margin-top: 30px;
    border-top: 1px solid #dddddd;
    padding-top: 30px;
    font-size: 26px;
}

.section-support h1 {
    font-size: 45px;
}



.privacy-container {
    .sticky-top-privancy {
        position: sticky;
        top: 100px;
    }

    .nav-privancy {
        padding-left: 0px;

        li {
            list-style: none;
        }
    }

    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;


    .privacy-header {
        border-bottom: 2px solid #872214;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }


    .privacy-title {
        color: #872214;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 32px;
    }

    .last-updated {
        color: #757575;
        font-style: italic;
        margin-bottom: 20px;
    }

    .section-title {
        color: #872214;
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 15px;
        padding-bottom: 8px;
        border-bottom: 1px solid #eaeaea;
    }

    .highlight-box {
        background-color: #f9f9f9;
        border-left: 4px solid #872214;
        padding: 15px;
        margin: 20px 0;
        border-radius: 0 4px 4px 0;
    }

    .contact-info {
        background-color: #f5f5f5;
        padding: 20px;
        border-radius: 5px;
        margin-top: 30px;
    }

    .contact-title {
        color: #872214;
        font-weight: 600;
        margin-top: 0px;
        border: 0px;
        padding-top: 0px;
    }

    a {
        color: #872214;
    }

    a:hover {
        color: #6a1a10;
        font-weight: 700;
        transition: 0.2s;
    }

    .list-item-title {
        font-weight: 600;
        color: #757575;
    }

    .gdpr-rights {
        background-color: #f1f1f1;
        padding: 20px;
        border-radius: 5px;
        margin: 25px 0;
    }

    .cookie-types {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin: 20px 0;
    }

    .cookie-card {
        flex: 1;
        min-width: 250px;
        background: white;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        padding: 15px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    .cookie-title {
        color: #872214;
        font-weight: 600;
        margin-bottom: 10px;
    }

    @media (max-width: 768px) {
        .cookie-types {
            flex-direction: column;
        }
    }


}

.legal-content p a {
    color: #650308;
}

.legal-content p a:hover {
    color: #650308;
}

.faq-section {
    position: relative;

    .container {
        position: relative;
        z-index: 1;
    }
}

.how-dows-sectipon {
    position: relative;
}

.section-support {
    position: relative;
}

.privacy-container {
    position: relative;
    z-index: 1;
}

.services-box {
    .getstrated {
        position: absolute;
        bottom: 35px;
        left: 20px;
        width: fit-content;
        transition: 0.5s all;
    }

    .getstrated:hover {
        background: linear-gradient(90deg, #b0050d 0%, #650308 100%);
    }

}

.services-owll {
    margin: 20px;

    .value-box1 h3 {
        font-size: 20px;
    }

    .value-icon1 i {
        font-size: 17px;
    }

    .value-icon1 {
        width: 55px;
        height: 55px;
        margin-bottom: 15px;
    }

    .value-box1 p {
        margin-bottom: 0px;
    }

    .owl-nav {
        position: absolute;
        top: -100px;
        right: 0;
        display: flex;
        gap: 15px;
    }

    .owl-prev,
    .owl-next {
        width: 50px;
        height: 50px;
        border: 2px solid #e0e0e0 !important;
        border-radius: 50% !important;
        background: white !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        font-size: 18px;
        color: #650308 !important;
    }

    .owl-dots {
        margin-top: 10px;
    }

    .owl-prev:hover,
    .owl-next:hover {
        background: #650308 !important;
        color: white !important;
        border-color: #650308 !important;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(101, 3, 8, 0.3);
    }
}

.fcra-ukba {
    padding-bottom: 50px;
}

.rts-footer-area .container {
    position: relative;
    z-index: 1;
}

#exampleModal {
    z-index: 1111;

    .modal-header {
        padding-bottom: 0px;
        border: none;
    }
}

.form-control:focus {
    box-shadow: none !important;
}

.submit--apply {
    background: linear-gradient(90deg, #650308 0%, #b0050d 100%);
    color: white;
    border: none;
    padding: 8px 43px;
    border-radius: 32px;
}

.an-b1 {
    display: none;
}

/* .timeline-shell{
    display: none!important;
} */

.section-does {
    padding: 80px 0px;
}

.does-product {
    h2 {
        color: #3a3a3a;
        margin-bottom: 15px;
        font-size: 55px;

        span {
            color: #650308;
        }
    }

    p {
        color: #666;
        /* max-width: 600px; */
        /* margin: 0 auto; */
        font-size: 1.1rem;
    }

}

.div-does-ul {
    padding: 20px;
    background: #f2f1f1;
    border-radius: 10px;

    ul {
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0px;

        li {
            list-style: none;
            width: 49%;
            margin-bottom: 16px;
            border-bottom: 1px solid #dedede;
            padding-bottom: 15px;
            font-weight: 500;
            font-size: 19px;


            span {
                display: block;
                width: 40px;
                height: 40px;
                background: #650308;
                /* display: flex; */
                /* justify-content: center; */
                /* align-items: center; */
                /* color: white; */
                /* border-radius: 100%; */
                /* margin-bottom: 10px; */
                width: 50px;
                height: 50px;
                background: rgba(101, 3, 8, 0.1);
                border-radius: 12px;
                display: flex;
                align-items: center;
                justify-content: center;
                /* margin-right: 20px; */
                color: #650308;
                font-size: 18px;
                max-width: 50px;
                min-width: 50px;
                margin-bottom: 10px;
            }
        }

    }
}

.img-does img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.section-vratify-c {
    padding: 80px 0px;
    background-color: #f2f1f1;
}

.section-does {
    position: relative;

    .container {
        position: relative;
        z-index: 1;
    }
}



@media screen and (max-width: 992px) {
    .div-address-e-box {
        width: 50%;
    }

    .div-address-e {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .image-section {
        min-height: 885px !important;
        margin-top: 30px;
    }

    .blog-content {
        padding: 20px;
    }

    .blog-image {
        height: 189px;
    }

    .img-does {
        order: 1;
    }

    .nav .navOpenBtn,
    .nav .navCloseBtn {
        display: block;
    }

    .nav {
        padding: 15px 20px;
    }

    .col-svg-faq img {
        display: none;
    }

    .nav .nav-links {
        position: fixed;
        top: 0;
        right: -300px;
        height: 100%;
        max-width: 300px;
        width: 100%;
        padding-top: 100px;
        row-gap: 30px;
        flex-direction: column;
        background-color: #ffffff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        transition: 0.5s all;
        z-index: 100;
    }

    .nav.openNav .nav-links {
        left: 0;
    }

    .nav .navOpenBtn {
        color: #fff;
        font-size: 20px;
        cursor: pointer;
    }

    .nav .navCloseBtn {
        position: absolute;
        top: 20px;
        right: 20px;
        color: black;
        font-size: 20px;
        cursor: pointer;
    }

    .nav .search-box {
        top: calc(100% + 10px);
        max-width: calc(100% - 20px);
        right: 50%;
        transform: translateX(50%);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .nav .container {
        max-width: 100%;
        width: 100%;
    }

    .menu-open {
        display: block;
    }

    .menu-open i {
        font-size: 30px;
        cursor: pointer;
    }

    ul.nav-links.activenav {
        right: 0px;
    }

    .mega-menu1 {
        width: 100% !important;
    }

    .mega-menu-main {
        position: inherit;
        z-index: 1;
        opacity: 1;
        top: inherit;
        height: auto;
        display: none;
    }

    .nav-links>li {
        width: 100%;
        padding: 0px;
    }

    .mega-menu-inner {
        width: 100%;
    }

    .nav .nav-links {
        gap: 0px;
    }

    .nav .nav-links a {
        padding: 15px 12px;
        display: block;
        width: 100%;
        border-bottom: 1px solid #ebebeb;
    }

    .nav-links li a i {
        display: block !important;
    }

    .nav .nav-links a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mega-menu-main.activeMenu {
        display: block;
    }

    .mega-menu {
        padding: 0px;
    }

    .hero-content h1 {
        font-size: 55px;
        line-height: normal;
    }

    .hero-content p {
        width: 100%;
    }


    .an-b {
        background-color: #ffffff;
        width: 100%;
        height: 100%;
        position: absolute;
        transform: rotate(358deg);
        top: 619px;
        left: -43px;
        z-index: 1;
        border-top: 4px solid #b0050d;
    }

    .section-title h2,
    .mainservices-box h2,
    .design-title,
    .services-heading h2,
    .Affiliations-heading h2,
    .comapny-hero h2,
    .section-timeline-h h2,
    .career-hero-text h1,
    .services-con h2,
    .left-section h1,
    .does-product h2 {
        font-size: 50px !important;
    }

    .mainservices-box {
        background: #f0f0f0;
        padding: 50px 0px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 50px;
    }

    .mainservices-box-inner1 {
        height: auto;
        margin-bottom: 100px;
    }

    .stats-design-2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .stat-card-icon {
        width: 47%;
    }

    .services-b-c h3 {
        font-size: 24px;
    }

    .services-box img {
        width: 50px;
    }

    .marquee-group .text img {
        height: 100% !important;
    }

    .marquee-group .text {
        height: 80px;
        width: 120px;
    }

    .case-studies-section {
        .owl-carousel .owl-nav {
            top: -64px;
        }

        .card-content {
            padding: 20px;
        }
    }

    #why-choose-us .row {
        flex-direction: column-reverse;
    }

    .why-choose-section {
        .interactive-section {
            position: relative;
            margin-bottom: 40px;
        }
    }

    .why-choose-section {
        .feature-cards {
            margin-bottom: 0px;
        }
    }

    .testimonial-section {
        .owl-carousel .owl-nav {
            top: -50px;
        }
    }

    .blog-card {
        width: 47%;
    }

    .blog-grid {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: center; */
    }

    .cta-section {
        flex-direction: column;
        justify-content: center;
    }

    .cta-section-dif {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .cta-title {
        font-size: 36px;
    }

    .cta-subtitle {
        width: 100%;
    }

    .section-timeline {
        .timeline {
            width: 100% !important;
        }
    }

    .timeline ul li {
        padding: 20px !important;
    }

    .comapny-hero-image img {
        height: auto;
    }

    .comapny-hero-image {
        height: auto !important;
    }

    .mega-menu-main.active {
        display: block;
    }

}

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

    .hero-section {
        padding: 100px 0px;
        position: relative;
        padding-top: 140px;
    }

    .comapny-hero-image .customresponsive-img {
        height: 540px !important;
    }

    .hero-content {
        width: 100%;
    }


    .an-b {
        top: 541px;
        left: -43px;
        display: none;
    }

    .comapny-hero h2 {
        span {
            color: #650308;
            font-size: 32px;
        }
    }

    .value-box {
        background-size: 96% 100% !important;
    }

    .mainservices-col {
        order: 2;
    }

    .who-image {
        position: inherit;
    }

    .who-image img {
        height: auto;
    }

    .services-heading {
        padding: 50px 40px;
    }

    .services-heading {
        .hero-btn2 {
            position: inherit;
            bottom: 0px;
            left: 0px;
        }
    }

    .main-image img {
        height: auto;
    }

    .section-title h2,
    .mainservices-box h2,
    .design-title,
    .services-heading h2,
    .Affiliations-heading h2,
    .comapny-hero h2,
    .section-timeline-h h2,
    .career-hero-text h1,
    .services-con h2,
    .left-section h1,
    .does-product h2 {
        font-size: 45px !important;
    }

    .blog-card {
        width: 100%;
    }

    .cta-section {
        padding: 35px;
    }

    .cta-title {
        font-size: 30px;
    }

    .cta-subtitle {
        width: 100%;
        font-size: 13px;
    }

    .cta-button {
        padding: 11px 28px;
        font-size: 13px;
    }

    .services-heading {
        position: relative;
        top: 0px;
    }

    .main-image img {
        height: auto !important;
    }

    .feature-card {
        padding: 25px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .timeline ul li p {
        font-size: 14px;
    }

    .timeline ul li h3 {
        font-size: 19px;
    }

    .comapny-hero-image img {
        height: auto !important;
    }

    .comapny-hero-image {
        height: auto !important;
    }

    .Affiliations-heading {
        p {
            font-size: 16px !important;
        }
    }

    .section-title p {
        font-size: 16px !important;
    }

    .section-timeline-h {
        p {
            font-size: 16px !important;
        }
    }

    .footer-iso img {
        margin-bottom: 30px;
    }

    .services-con-ul-p h5 {
        font-size: 16px;
    }

    .col-key-com img {
        height: auto;
    }

    .point .dot {
        left: -28px !important;
        top: 8px !important;
        position: absolute !important;
    }

    .center-line {
        height: 500px !important;
        border-left: 4px dotted #817e7e !important;
        border-bottom: 0px !important;
        left: 0px !important;
        top: 0px !important;
    }

    .timeline-card {
        left: 0px !important;
        transform: none !important;
        margin-left: 0px !important;
        text-align: start !important;
    }

    .center-line {
        height: 100% !important;
    }

    .icons-first {
        margin: inherit !important;
        margin-bottom: 20px !important;
    }

    .point:nth-child(odd) .timeline-card {
        display: flex;
        flex-direction: column;

        h3 {
            order: 2;
        }

        p {
            order: 3;
        }

        .icons-first {
            order: 1;
        }
    }

    .icons-second {
        margin: inherit !important;
        margin-bottom: 20px !important;
    }

    .timeline-card:hover,
    .drop-sidetimeline:hover {
        margin-bottom: 0px !important;
    }

    .point {
        padding-left: 20px !important;
    }

    .icons-first i,
    .icons-second i {
        font-size: 25px !important;
    }

    .icons-first {
        width: 70px !important;
        height: 70px !important;
        border: 8px solid #650308 !important;
    }

    .icons-second {
        width: 70px !important;
        height: 70px !important;
        border: 8px solid #3a3a3a !important;
    }

    .fcra-text {
        display: flex;
        gap: 20px;
        align-items: center;
        margin-bottom: 20px;
    }

    .ser-card {
        h5 {
            color: white;
            font-size: 32px;
            margin: 0px;
        }
    }

    .ser-card img {
        margin-bottom: 0px;
        width: 36px;
    }

    .ser-card {
        padding: 20px;

        p {
            color: white;
            font-size: 15px;
        }
    }

    .col-key-com {
        position: inherit;
    }

    .services-con {
        padding: 55px 25px;
    }

    .container-key-com {
        .row {
            width: 100%;
        }
    }

    .row-sercard {
        width: 100%;
    }

    .rts-section-gapTop .row {
        width: 100%;
    }

    .section-vratify-c {
        .steps {
            /* width: 45%; */
            margin-top: 50px;
        }
    }
}

@media screen and (max-width: 575px) {
    .breadcrumb-list {
        flex-wrap: wrap;
    }

    .new-comapnybox ul {
        padding-left: 20px !important;
        display: grid;
        gap: 14px;
    }

    .services-owll {
        margin-left: 0px;
        margin-right: 0px;
    }

    .services-owll {
        .owl-nav {
            top: -77px;
        }
    }

    .services-con-ul li {
        width: 100% !important;
    }

    .breadcrumb-list {
        padding: 7px 10px !important;
    }

    .breadcrumb-item {
        font-size: 11px !important;
    }

    .page-title-section {
        .page-title {
            font-size: 35px !important;
        }
    }

    .hero-content h1 {
        font-size: 45px;
        line-height: 50px;
    }

    .hero-content p {
        font-size: 18px;
    }

    .section-title h2,
    .mainservices-box h2,
    .design-title,
    .services-heading h2,
    .Affiliations-heading h2,
    .comapny-hero h2,
    .section-timeline-h h2,
    .career-hero-text h1,
    .services-con h2,
    .left-section h1,
    .does-product h2 {
        font-size: 32px !important;
    }

    .section-title p {
        font-size: 16px !important;
    }

    .value-box {
        background-size: 87% 100% !important;
    }

    .value-box {
        /* height: auto; */
    }

    .mainservices-box {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px;
    }

    .hero-btn1 {
        i {
            font-size: 35px;
            position: absolute;
            top: 5px;
            right: 4px;
            line-height: 0px;
        }
    }

    .hero-btn1 {
        padding: 10px 20px;
        padding-right: 54px;
    }

    .section-counter {
        padding: 55px 0px;
    }

    .values-section {
        padding: 55px 0px;
    }

    .section-counter {
        padding: 55px 0px;
    }

    .Screening-section {
        padding: 55px 0px;
    }

    .services-box {
        padding: 25px;
        padding-bottom: 88px;
        padding-top: 40px;
        width: 100%;
    }

    .services-box img {
        width: 40px;
    }

    .client-logo-section,
    .case-studies-section,
    .testimonial-section,
    .news-section {
        padding: 55px 0px;
    }

    .Affiliations-heading p {
        font-size: 16px;
    }

    .services-b-c h3 {
        font-size: 20px;
    }

    .services-b-c p {
        font-size: 15px;
    }

    .case-studies-section {
        .view-all-btn {
            padding: 12px 30px;
            font-size: 15px;
        }
    }

    .why-choose-section {
        .feature-icon {
            font-size: 17px;
            width: 45px;
            height: 45px;
        }
    }

    .why-choose-section {
        .feature-card h3 {
            font-size: 20px;
        }
    }

    .testimonial-section {
        .owl-carousel .owl-nav {
            top: -32px;
        }
    }

    .testimonial-section {
        .owl-carousel .owl-stage-outer {
            padding-top: 48px;
        }
    }

    .view-all-btn {
        padding: 12px 30px;
        font-size: 15px;
    }

    .hero-btn,
    .hero-btn3 {
        padding: 12px 20px;
        padding-right: 54px;
        font-size: 15px;
    }

    .hero-btn,
    .hero-btn3 {
        i {
            font-size: 38px;
            position: absolute;
            top: 5px;
            right: 4px;
            line-height: 0px;
        }
    }

    .requestdemo {
        display: none;
    }

    .stat-icon {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .stat-label-2 {
        font-size: 15px;
    }

    .statttt {
        font-size: 34px;
    }

    .hero-btn2 {

        padding: 12px 20px;
        padding-right: 51px;
    }

    .hero-btn2 {
        i {
            font-size: 37px;
            position: absolute;
            top: 6px;
            right: 5px;
            line-height: 0px;
        }
    }

    .image--f img {
        height: auto;
    }

    .stats-design-2 {
        justify-content: space-around;
        gap: 0px;
    }

    .feature-cards {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ss-footer {
        .footer-iso img {
            max-height: 57px;
            margin-bottom: 25px;
        }
    }

    .ss-footer {
        .rts-footer-area {
            padding: 55px 0px !important;
        }
    }

    .copyright-wrapper {
        padding-bottom: 27px !important;
    }


    /* ------------about us -------------- */
    .page-title-section {
        padding-top: 120px;
        padding-bottom: 38px;
    }

    .page-title-section {
        .page-title {
            font-size: 45px;

        }
    }

    .comapny-hero-image img {
        height: auto;
    }

    .about-section {
        padding: 14px 0px;
    }

    .comapny-hero-image .customresponsive-img {
        height: 400px !important;
    }

    .comapny-hero-image {
        height: auto !important;
    }

    .comapny-hero {
        margin-top: 30px;
    }

    .section-vratify-c {
        .icon-box {
            width: 60px !important;
            height: 60px !important;

            font-size: 22px !important;
            min-width: 60px !important;
        }
    }

    .section-vratify-c {
        .step h3 {
            font-size: 22px !important;
            /* font-weight: 700; */
        }
    }

    .steps .step:nth-child(odd) span,
    .steps .step:nth-child(even) span {

        width: 84px !important;
        height: 26px !important;
        font-size: 13px !important;
    }

    .section-vratify-c {
        .step p {
            font-size: 15px;
        }
    }

    .section-vratify-c {
        .steps {
            padding-left: 25px;
        }
    }

    .section-vratify-c {
        .left-section p {
            color: #555;
            line-height: 1.7;
            font-size: 17px;
            width: 100%;
            margin-bottom: 15px;
        }
    }

    .section-does {
        padding: 55px 0px;
    }

    .does-product p {
        font-size: 16px;
    }


    .div-does-ul {
        & ul {
            li {
                width: 100%;
                margin-bottom: 16px;
                border-bottom: 1px solid #dedede;
                padding-bottom: 15px;
                font-weight: 500;
                font-size: 16px;
            }
        }
    }

    .div-does-ul {
        margin-bottom: 20px;
    }

    .section-vratify-c {
        padding: 55px 0px;
        padding-bottom: 0px;
    }
}



@media (min-width: 320px) and (max-width: 574px) {
    .phonerespon-contactbtn {
        display: block;
    }
}

@media (min-width: 980px) and (max-width: 1780px) {
    .mainservices-box-inner1 {
        height: auto;
        margin-bottom: 100px;
    }
}

@media (min-width: 1700px) and (max-width: 2400px) {
    .mainservices-box-inner1 {
        height: 90vh;
    }

    .ul-index {
        padding-left: 0px;

        li {
            list-style: none;
            color: #666;
            display: flex;
            gap: 5px;
            align-items: flex-start;
            line-height: 27px !important;
            font-size: 17px;
        }
    }

    .mainservices-box p {
        color: #666;
        font-size: 19px;
    }

    .mainservices-box h2 {
        color: #3a3a3a;
        margin-bottom: 18px;
        font-size: 62px;
    }

    .who-we-are-content h5 {
        font-size: 24px;
    }
}


@media (max-width: 576px) {
    .career-hero-text h1 {
        font-size: 2rem;
    }

    .career-impact {
        font-size: 1.1rem;
    }

    .career-masonry-container {
        grid-template-rows: repeat(6, 150px);
    }

    .career-btn-primary {
        padding: 14px 30px;
        font-size: 1rem;
    }

    .comapny-hero {
        padding: 20px 20px 20px 20px;
        background: #f2f1f1;
        border-radius: 20px;
    }

    .floating-main {
        display: flex;
        justify-content: center;
        gap: 14px;
        margin-top: 40px;
    }

    .services-details {
        .position-availble-main {
            display: grid;
            grid-template-columns: auto;
            gap: 20px;
            align-items: center;
            padding: 30px;
            margin-bottom: 0px;
            background: white;
            border-radius: 0px;
            /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
            /* border-left: 4px solid #650308; */
            border-bottom: 1px solid #dfdfdf;
        }

        .newabout-section img {
            height: 380px !important;
            object-fit: cover;
        }

        .contact-section {
            .floating-element {
                /* position: absolute; */
                background: white;
                padding: 20px;
                border-radius: 15px;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
                z-index: 3;
                width: 300px;
                min-width: 147px;
            }
        }

        .contact-section {
            .image-overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(45deg, rgba(101, 3, 8, 0.85), rgba(138, 11, 26, 0.7));
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                padding: 24px;
                color: white;
            }
        }
    }


}

@media (max-width: 768px) {
    .values-section {
        padding: 50px 0;
    }

    .services-section {
        overflow: hidden;
    }

    .section-title h2 {
        font-size: 2rem;
    }

    .contact-section {
        .contact-content {
            padding: 20px;
            background: white;
            border-radius: 25px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
            position: relative;
        }

        .contact-details {
            list-style: none;
            margin-bottom: 30px;
            padding-left: 0;
        }

        .contact-info-overlay h3 {
            font-size: 30px;
            /* font-weight: 700; */
            margin-bottom: 25px;
            color: white;
            /* padding-right: 152px; */
        }
    }

    .value-box {
        margin-bottom: 30px;
    }

    .stats-design-2 {
        justify-content: space-around;
        gap: 20px;
    }

    .mainservices-box-inner1 {
        height: auto;
        margin-bottom: 56px;
    }

    .date-day {
        display: block;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
    }

    .date-month {
        display: block;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 2px;
    }
}

@media (max-width: 992px) {
    .career-position-relative {
        padding: 80px 0;
    }
    .banner-content-premium {
    padding: 0px 0px 0px 0px !important;
    
}

    .career-hero-text h1 {
        font-size: 2.5rem;
    }

    .career-masonry-container {
        grid-template-rows: repeat(3, 150px);
        gap: 15px;
        padding: 15px;
    }

    .comapny-hero {
        margin-top: 30px;
    }
}

.whatsapp-float {
    width: 55px;
    height: 55px;
    bottom: 70px !important;
    right: 15px;
    font-size: 28px;
}

/* Enforce consistent styling for admin-generated content */
.formatted-content {
    word-break: break-word;
}

.formatted-content p,
.formatted-content span,
.formatted-content li,
.formatted-content div,
.formatted-content a {
    font-family: "TikTok Sans", sans-serif !important;
    background-color: transparent !important;
    max-width: 100%;
}

/* Allow bold and italic but normalize fonts */
.formatted-content b,
.formatted-content strong {
    font-weight: 700 !important;
}

.formatted-content i,
.formatted-content em {
    font-style: italic !important;
}

/* Prevent large images from breaking layout */
.formatted-content img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 10px 0;
    border-radius: 8px;
    /* Optional aesthetics */
}