@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
    background: #0E0B2D;
    color: #4D4D4D;
    font-family: "neuzeit-grotesk", sans-serif;
    font-size: 23px;
    line-height: 1.5;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
}

    a:hover {
        color: #90BED2;
    }

.card-body {
    color: #4D4D4D;
}

.top-40{top:40%;}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 45px;
    line-height: 1;
    font-weight: 700;
}

h3 {
    font-size: 39px;
}

h4 {
    font-size: 27px;
    font-weight: 700;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-32 {
    font-size: 32px;
}
.fs-70 {
    font-size: 70px;
}

.link-info {
    color: #90BED2 !important;
}

    .link-info:hover {
        color: #3BD2E9 !important;
    }

.bg-info {
    background-color: #deeced !important;
}

.bg-info1 {
    background-color: #F2F1F4 !important;
}

.bg-dark1 {
    background-color: #4D4D4D !important;
}

.bg-careers {
    background-color: #09071C !important;
}

.bg-primary {
    background-color: #0E0B2D !important;
}

.bg-light {
    background-color: #e4e4e4 !important;
}

.bg-light1 {
    background-color: #DCF2F5 !important;
}

.bg-light2 {
    background-color: #EEEFF5 !important;
}

.bg-light3 {
    background-color: #EDEDED !important;
}

.bg-color2 {
    background-color: #f4f8f8;
}
.bg-color3 {
    background-color: #f2f2f2;
}
.bg-colorCat {
    background-color: #2C9EBA;
}


.text-head {
    color: #0E0B2D !important;
}

.text-head-secondary {
    color: #3BD2E9 !important;
}

.text-body1 {
    color: #4D4D4D !important;
}

.text-info {
    color: #B2B2B2 !important;
}

.text-info1 {
    color: #516390;
}

.text-primary {
    color: #2C9EBA !important;
}

.text-secondary {
    color: #253C74 !important;
}

.text-secondary1 {
    color: #706f6f !important;
}

.text-lightconsent {
    color: #808284;
}

.text-lightemail {
    color: #808080;
}

    .text-lightemail:hover {
        color: #4D4D4D;
    }

.text-semi-light {
    color: #7C8AAC !important;
}

.text-values {
    color: #1D1D1B;
}

.lh-11 {
    line-height: 1.1em;
}

.lh-12 {
    line-height: 1.2em;
}

.border-light1 {
    color: #3BD2E9 !important;
}

.border-light2 {
    color: #0E0B2D !important;
}

.Insightsearch-icon {
    color: #7C8AAC;
    font-size: 2.0rem; /* Increase size */
    transform: rotate(90deg); /* Rotate icon */
}

input.no-border:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.no-border::placeholder {
    font-weight: 400;
}

.btn-lg {
    font-size: 20px;
}

.btn-primary {
    color: #3BD2E9;
    background-color: #0E0B2D;
    border-color: #0E0B2D;
}

.btn-secondary {
    color: #0E0B2D;
    background-color: #253C74;
    border-color: #253C74;
}

.btn-light {
    background-color: #DBE6E9 !important;
    color: #003366; /* Optional: dark text for contrast */
    border: none;
}

    .btn-light:hover,
    .btn-light:focus,
    .btn-light:active {
        background-color: #ffffff !important;
        color: #003366;
        box-shadow: none;
        outline: auto;
    }

.btn-light1 {
    color: #0E0B2D;
    background-color: #DCF2F5;
}

    .btn-light1:hover {
        color: #fff;
        background-color: #000;
        border-color: #0E0B2D;
    }

.btn-light2 {
    background-color: #90BED2 !important;
    color: #ffffff; /* Optional: dark text for contrast */
    border: none;
}

    .btn-light2:hover,
    .btn-light2:focus,
    .btn-light2:active {
        background-color: #0E0B2D !important;
        color: #003366;
        box-shadow: none;
        outline: auto;
    }

.l-light {
    color: #90BED2;
}

    .l-light:hover {
        color: #fff;
    }

#by-category .iconSize {
    width: 40px;
    height: 40px;
}
/* Base button style */
.btn-primary1 {
    color: #0E0B2D;
    background-color: #3BD2E9;
    border-color: #3BD2E9;
}
    /* Hover state */
    .btn-primary1:hover {
        color: #fff;
        background-color: #0E0B2D;
        border-color: #0E0B2D;
    }

.btn-secondary1 {
    color: #0E0B2D;
    background-color: #516390;
    border-color: #516390;
}
    /* Hover state */
    .btn-secondary1:hover {
        color: #fff;
        background-color: #0E0B2D;
        border-color: #0E0B2D;
    }

.rounded-top-xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}
.wpcf7-form-control.wpcf7-select {
  appearance: none; /* removes native dropdown arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.375rem 0.75rem; /* match .form-control */
  line-height: 1.5;
  border-radius: 0.375rem;
}
.wpcf7-form-control-wrap {
  display: block; /* ensures full width */
  margin-bottom: 0; /* consistent spacing */
}
.wpcf7-form-control.wpcf7-acceptance {
  margin-right: 0.5rem;
}


#newsletter .wpcf7-form-control-wrap {width:100%;}
#newsletter .form-control{font-size:0.8em;}
#newsletter .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 0.75rem;
  color: #dc3545; /* Bootstrap danger red */
  margin-top: 0.25rem;
}
.wpcf7-list-item {
  margin:3px;
  width:75%;
}
.wpcf7-list-item-label{color:#7F8183;}
.wpcf7 p {
  margin: 0 !important;
  display: contents; /* makes <p> act invisible, children flow directly */
}
#SCF .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	color: #fff!important;
}
#SCF .wpcf7-not-valid-tip{color:#f1f1f1!important;font-size:0.7em!important;}
#SCF .wpcf7 form.sent .wpcf7-response-output{color: #fff!important;}
/********** Header ********************************************************************/
header .top-txt {
    font-size: 16px;
    letter-spacing: 1px;
}

.carousel-indicators {
    justify-content: start;
    margin: 0 0 30px;
}

    .carousel-indicators [data-bs-target] {
        background-color: #90BED2 !important;
        border-radius: 100%;
        width: 18px;
        height: 18px;
        opacity: 1;
        margin-right: 15px;
    }

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

.bnr-obj {
    object-fit: contain;
    height: 650px;
    object-position: right;
    background-color: #1B192E;
}

.bnr-objFrameworks {
    object-fit: cover;
    height: 650px;
    object-position: right;
    background-color: #1B192E;
}

.bnr-objInsights {
    object-fit: cover;
    height: 650px;
    object-position: right;
    background-color: #1B192E;
}


a[data-type] {
    color: #fff;
}


/********** Content **************************************************************************************************/
.features {
    font-size: 20px;
}

.carousel-caption {
    bottom: auto;
}

.object-fit {
    height: 750px;
    object-fit: cover;
}

.contracts .ico img {
    height: 70px;
}

.list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #808080;
}

    .list li .numb {
        background-color: #253C74;
        color: #fff;
        height: 50px;
        width: 50px;
        font-size: 30px;
        line-height: 50px;
        text-align: center;
        border-radius: 50%;
    }

.numberColor {
    color: #253C74 !important;
}

#news .card, #news .card .card-img {
    border-radius: 15px 15px 0 0;
}

.AboutBoxHead {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding: 10px 10px;
}

.AboutBoxDesc {
    color: #706f6f;
    max-width: 401px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.AccountBox {
    width: 75%;
    padding: 35px;
    background-color: #DCF2F5;
    border-radius: 20px;
}

.framework h3 {
    font-size: 22px;
}

    .framework h3:after {
        position: relative;
        width: 85px;
        height: 1px;
        margin: 5px auto;
        display: block;
        z-index: 2;
        background: #656565;
        content: "";
    }

.framework .row p {
    font-size: 15px;
    line-height: 19px;
    color: #DCF2F5;
}

.framework .bg-crl {
    background: url(../images/round-arr.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 255px;
    height: 255px;
}

    .framework .bg-crl .mar {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

.framework .btn {
    font-size: 25px;
}

.govframeworks li {
    list-style-type: none;
    background: url(../images/tick.png) 0px 7px no-repeat;
    padding-left: 35px;
    margin-left: -35px;
}

.KeyBenefits li {
    list-style-type: none;
    background: url(../images/tick.png) 0px 7px no-repeat;
    padding-left: 35px;
    margin-left: -35px;
}

label {
    font-size: 14px;
    color: #0E0B2D;
}

.form-control {
    border: 1px solid #A9A9A9;
    height: 50px;
}

textarea.form-control {
    height: 150px;
    border-radius: 0px;
}

/* Universal placeholder styling */
input::placeholder,
textarea::placeholder,
select::placeholder {
    color: #7C8AAC !important;
    opacity: 1;
}

/* Vendor-specific fallbacks for full browser coverage */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7C8AAC !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #7C8AAC !important;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #7C8AAC !important;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #7C8AAC !important;
}

/* Reduce width to match visual proportions */
.custom-select-width {
    max-width: 75%;
}

    /* Placeholder-like option color */
    .custom-select-width option:first-child {
        color: #7C8AAC;
    }

/* Select box text and arrow color */
.custom-select-width {
    color: #fff;
    background-color: #B5B5B5;
    border-color: #ccc;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1em;
    padding-right: 2.5rem;
}

/* Reduce width to match visual proportions */
.custom-select-width1 {
    max-width: 85%;
}

    /* Placeholder-like option color */
    .custom-select-width1 option:first-child {
        color: #7C8AAC;
    }


/* Select box text and arrow color */
.custom-select-width1 {
    color: #fff;
    background-color: #B5B5B5;
    border-color: #ccc;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1em;
    padding-right: 2.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #516390;
    content: var(--bs-breadcrumb-divider, ">");
}

#newsletter input::placeholder {
    font-weight: 700; /* Bold */
    color: #6c757d; /* Optional: match Bootstrap's muted tone */
}

.form-check-input {
    border: 1px solid #B4B4B4;
}

.form-check-label {
    line-height: 1.2;
}

footer .ftr-txt, footer h6 {
    font-size: 22px;
    color: #B2B2B2;
}

footer h4 {
    color: #3BD2E9;
}

/****************************Media Tags********************************************/
@media (min-width: 768px) {

    #buy-sell {
        background: linear-gradient(to right, #dcf2f5 0%,#dcf2f5 51%,#dcf2f5 51%,#f4f8f8 51%,#f4f8f8 100%);
    }

    .btn-desktop-width {
        max-width: 245px; /* adjust to taste */
    }

    .search-desktop-width {
        max-width: 400px; /* adjust to taste */
    }

}

@media (min-width: 1600px) {

    .bnr-obj {
        height: 650px;
    }

    .bnr-objFrameworks {
        height: 650px;
    }

    .bnr-objInsights {
        height: 650px;
    }

    #buyer {
        background: url(../images/bg-img1.jpg) no-repeat 0px 0px;
        background-size: cover;
    }

    #why-gov {
        background: url(../images/why-gov.jpg) no-repeat 0px 0px;
        background-size: contain;
        background-position: right;
    }

    #fsp {
        background: url(../images/fsp.svg) no-repeat 0px 0px;
        background-size: cover;
        background-position: right;
		padding:0px 0px;
    }

    #careers {
        background: url(../images/careers-bg.png) no-repeat 0px 0px;
        background-size: cover;
        background-position: right;
		font-size:20px;
    }

    #ukmap {
        background: url(../images/uk-map.jpg) no-repeat center right;
        background-size: contain;
    }

    #supplier {
        background: url(../images/bg-img2.jpg) no-repeat -170px 0px;
        background-size: cover;
    }

    #freelancer {
        background: url(../images/bg-img3.jpg) no-repeat 0px 0px;
        background-size: cover;
    }
}

@media (min-width: 1900px) {
	#fsp {padding:30px 0px;}
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    #buyer {
        background: url(../images/bg-img1.jpg) no-repeat center right;
        background-size: cover;
    }

    #careers {
        background: url(../images/careers-bg.png) no-repeat 0px 0px;
        background-size: cover;
        background-position: right;
		font-size:18px;
    }

    #why-gov {
        background: url(../images/why-gov.jpg) no-repeat bottom right;
        background-size: initial;
		font-size:20px;
    }

    #fsp {
        background: url(../images/fsp.svg) no-repeat 0% center;
        background-size: initial;
		padding:0px 0px;
    }

    #ukmap {
        background: url(../images/uk-map.jpg) no-repeat center right;
        background-size: contain;
    }

    #supplier {
        background: url(../images/bg-img2.jpg) no-repeat center right;
        background-size: cover;
    }

    #freelancer {
        background: url(../images/bg-img3.jpg) no-repeat center right;
        background-size: cover;
    }
	.framework .bg-crl {
    width: 220px;
    height: 220px;
	}
}

@media (max-width:1199.98px) {
    .bnr-obj {
        object-fit: cover;
        height: auto;
        height: 500px;
    }

    .bnr-objFrameworks {
        object-fit: cover;
        height: auto;
        height: 500px;
    }

    .bnr-objInsights {
        object-fit: cover;
        height: auto;
        height: 500px;
    }
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 200%;
    }

    h2 {
        font-size: 180%;
    }
	.responsive-heading {font-size: 42px;}
}

@media (max-width: 767.98px) {
    .bnr-obj {
        height: 600px;
    }

    .bnr-objFrameworks {
        height: 600px;
    }

    .bnr-objInsights {
        height: 600px;
    }

    #buy-sell .container {
        max-width: 100%;
        padding: 0px;
    }

    .bg-color1 {
        background-color: #dcf2f5;
    }

    .bg-color2 {
        background-color: #f4f8f8;
    }

    .framework .btn {
        font-size: 22px;
    }
	.responsive-heading {font-size: 50px;}
}

@media (max-width: 575.98px) {
    .framework .btn {
        font-size: 18px;
    }
	.responsive-heading {font-size: 40px;}
    .govframeworks li {
        margin-left: 0;
    }
}

@media (max-width: 490.98px) {
    .object-fit {
        height: 1000px;
    }
	.responsive-heading {font-size: 35px;}
    .carousel-indicators {
        display: none;
    }

    #supplier .object-fit {
        object-position: 15%;
    }

    footer ul {
        list-style-position: inside;
    }
