﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
h1,h2,h3,h4,p {
    margin-bottom: 0;
}
.Font-Weight500 {
    font-weight: 500 !important;
}
.Font-Weight600 {
    font-weight: 600 !important;
}
.coa-header {
    border-bottom: 1px solid var(--Colors-Border-border-disabled_subtle, #EAECF0);
}
.coa-header .navbar-expand-lg {
    padding-top: 20px;
    padding-bottom: 20px;
}

.coa-header .nav-logo {
    margin-right: 36px;
    padding: 0px;
}

.coa-header .navbar-nav {
    gap: 32px;
}

.navbar-nav .nav-item {
    position: relative;
}
.navbar-nav .nav-item .nav-link {
    color: #475467;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    cursor: pointer;
}

.navbar-toggler {
    font-size: 16px;
    padding: 4px;
}

.coa-header .navbar-collapse {
    justify-content: center;
}
.coa-header .dropdown-toggle {
    display: flex;
    align-items: center;
}
.coa-header .dropdown-toggle::after {
    background-image: url(../images/chevron-down.svg);
    width: 21px;
    height: 20px;
    background-repeat: no-repeat;
    border: none;
}
.coa-header .dropdown-toggle.show::after {
    transform:rotate(180deg);
}

.navbar-collapse .dropdown-menu {
    border-radius: 6px;
    border: 1px solid #EAECF0;
    background: #FFF;
    padding: 8px 10px;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    left: auto;
    right: 0;
}

.navbar-collapse .dropdown-menu .dropdown-item {
    color: #475467;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    list-style: none;
    padding: 9px 10px;
}

.navbar-collapse .dropdown-menu li:last-child .dropdown-item {
    margin-bottom: 0px;
}

.navbar-collapse .dropdown-menu .dropdown-item:active {
    background-color: #fff;
}

/*Footer section*/
.footer {
    padding: 32px 0px;
}
.copyright-text {
    color: #667085;
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.footer .navbar-expand-md {
    gap: 60px;
    align-items: baseline;
}
.FooterNavlink {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.footer .navbar-nav {
    gap: 30px;
}
.footer .navbar-expand-md {
    justify-content: space-between;
}
/*body section*/
.COA-customContainer {
    width: 93%;
    margin-right: 0;
}
.BorderButtons {
    display: flex;
    border-radius: var(--radius-full, 9999px);
    border: 1px solid #E9D7FE;
    background: #F9F5FF;
    padding: 4px 10px 4px 4px;
    align-items: center;
    gap: 12px;
    width: fit-content;
}
.ButtonText {
    color: #6941C6;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
.align-center {
    align-self: center;
}
.Border-whiteback {
    border-radius: var(--radius-full, 9999px);
    border: 1px solid #E9D7FE;
    background: #FFFFFF;
    padding: 2px 10px;
}
.FirstHeading {
    color: #101828;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px; /* 120% */
    letter-spacing: -1.2px;
}
.SecondHeading {
    color: #101828;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 125% */
    letter-spacing: -0.96px;
}
.ThirdHeading {
    color: #101828;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
}
.paraText {
    color: #475467;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
.float-right {
    float: right;
}

.Products-section {
    padding: 96px 0px;
}
.width52 {
    width: 52%;
}
/*Product tabs start*/
.Products-tabs {
    border: none;
    border-left: 4px solid #F2F4F7;
    border-radius: 0;
}
.Products-tabs .nav-item {
    position: relative;
    padding-bottom: 20px;
}
.Products-tabs .nav-link {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 0px 8px 24px;
    border: none;
}
.Products-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: -4px;
    height: 100%;
    width: 4px;
    background-color: #7F56D9;
}
.tabHeading {
    color: #101828;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
}
.tabText {
    color: #475467;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
/*Product tabs close*/
.blue-color {
    color: #6941C6 !important;
}
.PaddingRight {
    padding-right: 20px;
}
.PaddingLeft {
    padding-left: 20px;
}
.paddTopBtm64 {
    padding: 64px 0px;
}
.QnsBox {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}
.QnsBox img {
    width: 124px;
}
.QnsBox-text {
    color: #475467;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}
.blueback-btn {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: flex;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    border: 1px solid #7F56D9;
    background: #7F56D9;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    text-decoration: none;
    cursor: pointer;
}
.teritory-color {
    color: #42307D;
}
.Textdecoration {
    text-decoration: none;
}
.light-gray-background {
    background-color: #F9FAFB;
}
.Border-radius16 {
    border-radius: 16px;
}
.padding72 {
    padding: 72px 0px;
}
.COA-companyInfo {
    padding-top: 64px;
    gap: 64px;
}
.InfoWidth50 {
    width: 50%;
}
.Contact-flexbox {
    display: flex;
    gap: 24px;
    padding-top: 72px;
}
.Contact-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    padding: 24px;
}
.contact-child-box {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1 0 0;
    justify-content: space-between;
}
.width25 {
    width: 25%;
}
.font-size14 {
    font-size: 14px;
    font-style: normal;
    line-height: 20px; /* 142.857% */
}
.DisplayinBlock {
    display: inline-block;
    padding-top: 12px;
}
.boxwidth50 {
    width: 50%;
}
.Widthcontent {
    width: fit-content;
}
.Width48 {
    width: 48%;
}
.CoaJobs-flexbox {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.job-listbox {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    border: 1px solid #EAECF0;
    background: #FFF;
    padding: 24px;
    gap: 32px;
    width: 60%;
}
.ApplyBtn {
    border-radius: 8px;
    border: 1px solid #D6BBFB;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 8px 12px;
}
.Design-border {
    border-radius: 6px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    padding: 2px 8px;
    align-items: center;
}
.Design-border img {
    width: 8px;
    height: 8px;
}
.Home-gridbox {
    padding-top: 96px;
}
.ITC-iconsbox {
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 32px;
    flex-wrap: wrap;
}
.Itcpaddleft-43 {
    padding-left: 43px;
}
.Itcpaddright-43 {
    padding-right: 43px;
}
.gridbox-image {
    width: 100%;
}
.product-btm-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.FourthHeading {
    color: #101828;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 126.667% */
}
.padding64 {
    padding: 64px 0px;
}
.ats-icons {
    padding: 30px 0px;
}
.ats-icons .ceipal-icon {
    margin-top: 19px;
}
.other-list {
    padding-left: 27px;
}
.other-list li {
    list-style: none;
}
.other-list li:before {
    content: " ";
    background-image: url(../images/bxs-chevron-right-circle-black.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: 4px;
    margin-left: -28px;
    background-size: contain;
}
.carriers_main {
    padding-top: 44px;
}
.carriers_main img {
    display: table;
    margin: 0 auto;
}
.Width100 {
    width: 100%;
}
.padding-left24 {
    padding-left: 24px;
}
/*form css*/
.CoaformModal .modal-header {
    border-bottom: none;
}
.Coa-form {
    padding: 0px 25px 25px;
}
.trail-grp {
    padding-bottom: 25px;
    position: relative;
}
.label-name {
    background-color: #ffffff;
    padding: 0px 2px;
    font-size: 13px;
    color: rgba(0, 0, 0);
    font-weight: 400;
    line-height: 18px;
    font-style: normal;
    font-family: 'Inter';
}
.trail-grp input {
    display: block;
    width: 100%;
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #BCCBDC;
    border-radius: 4px;
    font-family: 'Inter';
    height: 37px;
}
.trail-grp input:focus {
    box-shadow: none;
}
.trail-grp input::placeholder {
    color: #475467;
}
.custom-file {
    position: relative;
}
.custom-file-input {
    opacity: 0;
    z-index: 2;
    position: relative;
}
.file-uploader {
    font-size: 14px;
    font-weight: 400;
    height: 37px;
    width: 100%;
    padding: 9px 12px;
    line-height: 17px;
    color: #516583;
    background-color: #fff;
    border: 1px solid #BCCBDC;
    border-radius: 4px;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    font-family: 'Inter';
}
.file-uploader.selected {
    color: #18181B;
}
.custom-file .custom-file-label:after {
    content: "";
    background-image: url(../images/Attach-file-icon.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    position: absolute;
    right: 12px;
    top: 11px;
}
.Red-star {
    color: #EB5757;
}
.validation-error {
    font-size: 12px !important;
    color: red !important;
    font-weight: 500;
    font-family: 'Inter';
    margin-top: 2px;
    display: none;
    font-feature-settings: 'liga' off;
    position: absolute;
}
.Form-thanks-text {
    font-size: 38px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}
.Custom-width60 {
    width: 65%;
    margin: 0 auto;
}
.PrivacyPolicybox p {
    color: #475467;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    padding-top: 16px;
}
.QnsBox .blueback-btn {
    width: fit-content;
}
.Customsub-Heading {
    font-size: 16px;
}
.modal-backdrop.show, .modal-backdrop.fade {
    opacity: 0.5 !important;
}

.FormClose:focus {
    box-shadow: none !important;
}
.ImpText {
    color: #fb1818;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.WelcomeHdng {
    color: #101828;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.72px;
}
.Font30 {
    color: #101828;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.96px;
}
.welcomeTxt-font {
    color: #475467;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-top: 10px;
}
.width70 {
    width: 70%;
}
.width47 {
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 8px 42px -18px #EAECF0;
}
.BoldHeading {
    font-weight: 600;
}
.width60 {
    width: 60%;
}