.slider-area:before {
    content: '';
    background-image: url("../img/images/home_banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

header img {
    width: 100%;
    max-width: 180px;
    /* height: 45px; */
}

.header-area .main-header .main-menu ul li a {
    color: #102039;
    font-weight: 600;
    padding: 18px 27px;
    display: block;
    font-size: 16px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: capitalize;
    position: relative;
    font-family: "Muli", sans-serif
}

.header-area .main-header .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1
}

div#header {
    background: #ffffff;
}

.position-relative,
.gradient-right {
    position: relative !important;
    background: linear-gradient(to right, rgba(208, 232, 251, 0), rgb(43 166 221 / 33%)) !important;
    padding: 90px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gradient-left {
    background: linear-gradient(to left, rgba(208, 232, 251, 0), rgb(43 166 221 / 33%)) !important;
    padding: 90px 0px;
    position: relative;
}

/* .gradient-left:before{
    content: "";
    background-image: url("../img/images/background_image.png");
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;} */

.section-tittle h2:not(.card-title):before,
.termcondition-page h1:before,
.privacyPolicy-page h1:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #3d94ce;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.main_Features .card-list.swiper-wrapper {
    margin: 30px 0px 30px 0px;
}

.main_Features .swiper-pagination {
    top: auto;
    bottom: -20px;
}

.main_Features .card-link div {
    width: 75px;
    height: 75PX;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
    background: #ca448f;
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
}

.section-tittle span,
.main_Features .card-link h2 {
    font-size: 18px;
    font-weight: 700;
    color: #3d94ce;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}

.main_Features.gradient-left,
body.service-page .service_section {
    padding: 90px 0px 120PX 0PX;
}

.main_Features .card-link h2 {
    font-size: 20px;
    text-align: center;
}

.main_ChooseUs span {
    color: #ffffff;
    background: #ca448f;
    padding: 10px 20px 10px 60px;
}

.main_ChooseUs span:before {
    content: '';
    /* clip-path: circle(89% at 89% 12%); */
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.main_ChooseUs .ChooseUs_wrapper div span::after {
    content: "";
    background-image: url(../img/images/Comprehensive_Database.png);
    width: 32px;
    height: 32px;
    position: absolute;
    left: 11px;
    background-size: cover;
    background-repeat: no-repeat;
}

.main_ChooseUs .ChooseUs_wrapper div:nth-child(2) span::after {
    background-image: url(../img/images/Secure_Data_Management.png);
}

.main_ChooseUs .ChooseUs_wrapper.two div:nth-child(1) span::after {
    background-image: url(../img/images/Regulatory_Compliance.png);

}

.main_ChooseUs .ChooseUs_wrapper.two div:nth-child(2) span::after {
    background-image: url(../img/images/Automation-SafePhV.png);
}

.sub_section_gapping {
    padding-top: 70px;
}

footer p {
    color: #ffffff;
}

footer.pt-7.border-top {
    background: #373434;
}

.find-us_section {
    display: flex;
    flex-direction: column;
}

.chooseus-image img {
    max-width: 80%;
    width: 100%;
}

.service_wrapping img {
    max-width: 600px;
    height: 400px;
    width: 100%;
    z-index: 11;
    position: relative;
}

.ChooseUs_wrapper div p:last-child {
    padding-left: 60px;
}

.service_wrapping .dept_thumb:before {
    content: "";
    position: absolute;
    max-width: 600px;
    height: 400px;
    background: #ca448f;
    display: flex;
    right: auto;
    left: 13px;
    bottom: -15px;
    z-index: 00000;
    width: 100%;
}

.dep-btn:hover {
    background: #cb478e;
    color: #ffff;
}

.dept_info span {
    padding-bottom: 5px;
    color: #10285d;
}

.card-wrapper {
    max-width: 1199px;
    margin: 0 auto;
    padding: 20px 10px;
    overflow: hidden;
}

.card-list .card-item .card-link {
    user-select: none;
    display: block;
    background: #fff;
    padding: 18px;
    border-radius: 0px;
    text-decoration: none;
    border: 0px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    transition: 0.2s ease;
    text-align: center;
    padding: 35px 10px;
    height: 160px;
    border-radius: 10px;
    cursor: auto;
}

.card-list .card-item .card-link:active {
    cursor: grabbing;
}

.card-list .card-item .card-link:hover {
    border-color: #5372f0;
}

.card-list .card-link .card-image {
    width: 100%;
    max-width: 40px;
    filter: brightness(40.5);
}

.card-list .card-item {
    list-style: none;
}

.card-list .card-link .badge {
    color: #5372f0;
    padding: 8px 16px;
    font-size: 0.95rem;
    font-weight: 500;
    margin: 16px 0 18px;
    background: #DDE4FF;
    width: fit-content;
    border-radius: 50px;
}

.card-list .card-link .badge.designer {
    color: #b22485;
    background: #f7dff5;
}

.card-list .card-link .badge.marketer {
    color: #b25a4b;
    background: #ffe3d2;
}

.card-list .card-link .badge.gamer {
    color: #205c20;
    background: #d6f8d6;
}

.card-list .card-link .badge.editor {
    color: #856404;
    background: #fff3cd;
}

.card-list .card-link .card-button {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 30px 0 5px;
    background: none;
    cursor: pointer;
    border: 2px solid #5372f0;
    transform: rotate(-45deg);
    transition: 0.4s ease;
}

.card-list .card-link:hover .card-button {
    color: #fff;
    background-color: #5372f0;
}

.card-wrapper .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    opacity: 0.5;
    background: #3d94ce;
}

.card-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
}

.card-wrapper .swiper-slider-button {
    color: #3d94ce;
    margin-top: -30px;
}

.card-wrapper {
    width: 100%;
    overflow: hidden;
}

.card-item {
    width: auto;
    text-align: center;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* footer css start*/

.find-us_section p {
    margin: 0px;
    line-height: 20px;
}

.row.gx-xl-5 {
    padding-top: 40px;
}

.mb-3.linkedin-section {
    padding-bottom: 10px;
}

.me-md-4 {
    margin-right: 1rem !important;
}

.ms-md-4 {
    margin-left: 1rem !important;
}

.term_section span {
    color: #ffff;
    font-size: 13px;
    line-height: 30px;
}

.footer_menu .dep-btn {
    padding: 15px 23px 15px 23px;
}

.footer_menu li a {
    color: #ffff;
    font-weight: 600;
    padding: 7px 0px;
    font-size: 16px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: capitalize;
    position: relative;
    font-family: "Muli", sans-serif;
    display: inline-block;
}

footer a:hover {
    color: #3e94cb;
}

.col-md-4.footer_menu {
    padding-left: 59px;
}

.footer_menu h2 {
    color: #3e94cb;
    padding-bottom: 5px;
    font-size: 23px;
    font-weight: 700;
}

.find-us_section div {
    position: relative;
    padding-left: 55px;
}

.find-us_section .mb-4 i {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background: #3e94cb;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    font-size: 17px;
}

.footer_menu img {
    max-width: 175px;
    width: 100%;
}

/* service page css */
.service-page .slider-area:before {
    background-image: url(../img/images/service_image_banner.png);
    background-position: top;
}

ul.listing {
    display: flex;
    flex-wrap: wrap;
}

ul.listing li {
    font-family: "Muli", sans-serif;
    color: #10285d;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: normal;
    max-width: 50%;
    width: 100%;
    position: relative;
}

.banner-title {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 14px;
    color: #10285d;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
    max-width: 885px;
}

x .page-breadcrumb span {
    font-size: 18px;
    line-height: 20px;
}

.page-breadcrumb span.page_title:hover a {
    color: #ca498b !important;
}

.service_listing {
    padding: 55px 0px 35px;
}

/* contac us page css */
.contact-page .slider-area:before {
    background-image: url(../img/images/contact-banner.png);
}

.contactUsFormContainer {
    background: #3d94ce;
    border-radius: 15px;
}

span.fw-bolder.fs-5 {
    font-size: 21px;
    line-height: 30px;
    color: #10285d;
    font-weight: 600;
    padding-left: 10px;
}

.main_ChooseUs .dept_thumb {
    text-align: center;
}

.sub_text {
    font-size: 27px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #0974c5f0;
}

.form .sub_text {
    color: #ffffff;
}

.contact-page .form .contactUsFormContainer {
    padding: 28px 15px;
}

.contact-page .position-relative,
.service-page .position-relative,
.aboutBanner .blog-hero,
.blog-banner, .calculator-page .slider-area{
    display: flex;
    align-items: center;
    padding: 144px 0px;
}

.slider-height.d-flex.align-items-center.slick-slide.slick-current.slick-active,
.slick-track {
    width: 100% !important;
}

.card-wrapper .swiper-slider-button:hover {
    color: #cb478e;
}

.login>div {
    background-image: url("img/images/login-bg.jpg");
}

.page-breadcrumb {
    text-align: start;
    padding-left: 5px;
}

#navigation li.active a,
#navigation li.active a,
#footer .term_section p.active a {
    color: #cb478e;
    font-weight: bold;
}

/* Ensure the Swiper container is responsive */
.swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* Style the Swiper wrapper */
.card-wrapper {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

/* Style individual slides */
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: auto;
    /* Allow flexibility for responsiveness */
}

/* Adjust slide images for responsiveness */
.card-image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* Pagination styles */
.swiper-pagination {
    bottom: 10px;
    text-align: center;
}

/* Navigation button styles */
.swiper-button-prev,
.swiper-button-next {
    color: #000;
    /* Adjust color as needed */
    z-index: 10;
}

/* Mobile-specific adjustments */
@media (max-width: 480px) {
    .swiper-slide {
        flex: 0 0 100%;
        /* Ensure one slide per view */
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
        /* Hide navigation buttons on small screens if needed */
    }
}



/* General Header Styles */
.header-area {
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 10px 0px;
}

.logo img {
    max-width: 150px;
}

/* Desktop Navigation */
.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.main-menu ul li {
    position: relative;
}

.main-menu ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.main-menu ul li a:hover {
    color: #007bff;
}

/* Mobile Menu */
.mobile_menu {
    font-size: 24px;
    cursor: pointer;
    color: #333;
    text-align: right;
}

.mobile-nav {
    display: none;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.mobile-nav ul li {
    text-align: center;
    padding: 10px 0;
}

.mobile-nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    display: block;
    transition: color 0.3s ease;
}

.mobile-nav ul li a:hover {
    color: #007bff;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .main-menu {
        display: none;
        /* Hide desktop menu */
    }

    .mobile_menu {
        display: block;
        /* Show hamburger menu */
    }
}




/* blog css */
.post-item {
    display: flex;
    align-items: start;
    gap: 20px;
    margin-bottom: 20px;
}

.post-item img {
    max-width: 125px;
}

.search-widget {
    padding: 20px;
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
    background-color: #ffffff;
}

.recent-posts-widget {
    padding: 20px;
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
    margin-top: 35px;
    background-color: #ffffff;
}

.aboutBanner {
    background-image: linear-gradient(to right, rgba(208, 232, 251, 0), rgb(43 166 221 / 33%)), url(../img/images/Blog-post_banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    position: relative;
    z-index: 2;
}

.blog1-hero, .blog2-hero  {
    background-image: linear-gradient(to right, rgba(208, 232, 251, 0), rgb(43 166 221 / 33%)), url(../img/images/Blog_banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    position: relative;
    z-index: 2;
}
.blog2-hero {
      background-image: linear-gradient(to right, rgba(208, 232, 251, 0), rgb(43 166 221 / 33%)), url(../img/images/Clinical-Trials-banner.png);
}
button.accordion-button {
    background: #ffffff;
    border: none;
    color: #10285d;
    font-size: 20px;
    padding: 25px 60px 15px 15px;
    position: relative;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #cb478e;
}

button.accordion-button.collapsed:before,
button.accordion-button:before {
    content: "+";
    width: 46px;
    height: 50px;
    background-color: #ca448f;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
}

button.accordion-button:before {
    content: "-";
}

.accordion-item {
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    background: #ffffff;
}

.accordion-collapse {
    padding: 0px 15px 20px;
}

button.accordion-button.collapsed {
    border-bottom: none;
}

.blog-details ul li {
    color: #10285d;
    list-style: auto;
    padding-bottom: 11px;
    line-height: 20px;
}

.blog-posts .card {
    border: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.post-item h4 {
    font-size: 16px;
    margin-bottom: 0px;
}

.blog-posts .card img {
    border-radius: 10px 10px 0px 0px;
}

.Blog-body {
    padding: 20px 20px;   
}

.blog-posts .swiper-button:after {
    font-size: 28px;
    color: #ffffff;
}
.blog-posts .swiper-button {
    width: 45px;
    height: 45px;
    background: #3e94cb;
    border-radius: 100%;
}
.blog-posts .swiper-pagination {
    position: unset;
    text-align: center;
    transition: unset;
    transform: unset;
}
.blog-posts .swiper{
    position: unset;
}

.Blog-details-body>.container {
    width: 100%;
    max-width: 100%;
}

.content .mt-5 {
    margin-top: 0px !important;
}

.blog-details ul {
    padding-left: 30px;
}

.blog-details h3 {
    padding-bottom: 13px;
    margin: 0px;
    font-size: 24px;
}

.post-img img {
    width: 100%;
}

#blog-details-container h2 {
    font-weight: 700;
    color: #3d94ce;
    font-size: 30px;
}
.blog-details ul li a, .subpoints a  {
    color: #212529;
    text-decoration: underline;
}
.blog-details ul li a:hover, .subpoints a:hover {
    color: #ca448f;
}
.Blog-subpoints{
    padding-left: 25px;
    margin-bottom: 20px;
}
.dep-btn {
    padding: 10px 25px 10px 25px;
}


/* Calculator page css */
.table-wrapper table, .table-container table, .saving-rate  {
    max-width: 900px;
    width: 100%;
    margin: 1rem auto 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      overflow-x: auto;
    padding: 0px;
}
        table {
            width: 100%;
            border-collapse: collapse;
        }
        th, td {
            padding: 1rem;
            text-align: left;
            border-bottom: 1px solid #e5e7eb;
        }
     th {
    background: #ca448f;
    color: white;
    font-weight: bold;
}
        tr:nth-child(even) {
            background: #f9fafb;
        }
        tr:hover {
            background: #e0f2fe;
            transition: background 0.3s ease;
        }
        .highlight {
            font-weight: bold;
            color: #3d94ce;
        }
.safephv-calculator .section-tittle h2, .Output-display .section-tittle h2{
    font-size: 25px;
}
.saving-rate {
    box-shadow: unset;
    background: unset;
}
.saving-rate .dept_info {
    padding: 0px;
}

.calculator-page .slider-area:before{
background-image: url("../img/images/calculator-banner.png");
}
td span, .saving-rate li span {
    color: #cb478e;
    font-weight: 700;
}
#searchInput {
    max-width: 300px;
    width: 100%;
}
button {
    background: unset;
}
.bi-search::before {
    color: #000000;
}