/*================= TeamWebwork ===============*/
/*Global CSS Starts*/
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h5,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0;
    padding: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
video,
audio,
mark {
    display: block;
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    scroll-behavior: smooth;
}

img,
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000;
}

/* Flexible Embedded Videos */
a {
    text-decoration: none !important;
    outline: none;
    color: #000 !important;
}

a:hover {
    text-decoration: none;
    color: #000 !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:active,
a:focus {
    color: #000 !important;
    outline: 0;
    border: 0;
    text-decoration: none;
}

input {
    border: 1px solid #B1B2B4 !important;
    height: 64px !important;
    background: #fff !important;
    margin: 0 0 15px 0 !important;
    padding: 0 30px !important;
    font-size: 16px !important;
    outline: none;
    border-radius: 10px !important;
    transition: all 0.2s ease-in-out;
}

input:hover {
    border: 1px solid #707070;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

input::placeholder {
    color: #595E6D !important;
}

select {
    border: 1px solid #B1B2B4 !important;
    height: 64px !important;
    background: #fff !important;
    margin: 0 0 15px 0 !important;
    padding: 0 30px !important;
    font-size: 16px !important;
    outline: none;
    border-radius: 10px !important;
    transition: all 0.2s ease-in-out;
}

select:hover {
    border: 1px solid #707070;
}

select:focus {
    outline: none !important;
    box-shadow: none !important;
}

select::placeholder {
    color: #595E6D !important;
}

textarea {
    border: 1px solid #B1B2B4 !important;
    margin: 0 0 15px 0 !important;
    padding: 10px 30px !important;
    font-size: 16px !important;
    outline: none;
    height: 176px !important;
    border-radius: 10px !important;
    transition: all 0.2s ease-in-out;
    resize: none !important;
}

textarea:hover {
    border: 1px solid #707070;
}

textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

textarea::placeholder {
    color: #595E6D !important;
}

label {
    width: 100%;
    text-align: left;
    font-weight: 600;
}

input[type=file] {
    width: 100%;
    max-width: 100%;
    color: #000;
    background: transparent !important;
    border: none !important;
    margin-top: 7px !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

input[type=file]::file-selector-button {
    border: none;
    background: #7DB4EB;
    padding: 10px 20px;
    color: #000;
    cursor: pointer;
    transition: background .2s ease-in-out;
    border-radius: 0 !important;
}

input[type=file]::file-selector-button:hover {
    background: #7DB4EB;
}

input,
textarea,
select {
    border: 0;
    margin: 0;
    outline: none;
    color: #595E6D !important;
    transition: all 0.2s ease-in-out;
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    transition: all 0.2s ease-in-out;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    color: #595E6D !important;
}

input:focus::placeholder {
    color: transparent !important;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
    opacity: 0;
    color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

/* Firefox 18- */
textarea:focus::-moz-placeholder {
    color: transparent;
}

/* Firefox 19+ */
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 25px;
    margin-bottom: 0px !important;
    color: #22262A;
    font-family: "Poppins", serif;
}

/* list */
ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Tables */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    font-size: 0;
    line-height: 0;
    clear: both;
    height: 0;
}

/*Global CSS Ends*/

body {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px !important;
    color: #000000 !important;
    font-family: "Poppins", serif !important;
}

.container {
    max-width: 1170px !important;
}

/*======================== banner starts ========================*/
.banner-area {
    background: #C5F1F6;
    background: linear-gradient(90deg, rgba(197, 241, 246, 1) 0%, rgba(135, 232, 248, 1) 100%);
    padding-top: 20px;
    padding-bottom: 80px;
    margin-top: 0 !important;
}

/*banner top part*/
.toppart {
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.top-social {
    padding: 0;
    margin: 0;
}

.top-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.top-social ul li {
    margin: 0 5px;
}

/*banner description*/
.banner-desc-bx {
    padding-top: 60px;
    text-align: center;
}

.banner-desc-bx h1 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    padding-bottom: 15px;
    color: #000000;
    text-transform: uppercase;
}

.banner-desc-bx h1 span {
    font-weight: bold;
}

.banner-desc-bx h2 {
    font-size: 33px;
    line-height: 35px;
    color: #000000;
    padding-bottom: 15px;
}


.banner-desc-bx h3 {
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    padding-bottom: 15px;
}

.banner-desc-bx h3 span {
    border-radius: 6px;
    background: #000000;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.banner-desc-bx p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding-left: 10%;
    padding-right: 10%;
}

.banner-subtxt {
    font-size: 33px;
    line-height: 35px;
    color: #000000;
    padding-bottom: 15px;
}

.banner-smtxt {
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    padding-bottom: 15px;
}

.banner-smtxt span {
    border-radius: 6px;
    background: #000000;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

/*banner audit box*/
.audit-box {
    position: relative;
}

.audit-section {
    background: #000;
    border-radius: 18px;
    padding: 50px 30px;
    color: #fff;
    position: relative;
    border: 4px dashed #fff;
}

.audit-section h2 {
    font-size: 38px;
    line-height: 40px;
    color: #fff;
    font-weight: 800;
    margin: 0;
}

.audit-section p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}

.badge-wrap {
    position: absolute;
    width: 900px;
    top: -15px;
    right: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    gap: 0;
    background: url(../images/ribbon.webp) no-repeat 0 0 !important;
}

.badge-green {
    color: #fff;
    padding: 10px 18px;
    font-weight: 600;
}

.badge-blue {
    color: #fff;
    padding: 10px 18px;
    font-weight: 600;
}

.audit-list ul {
    margin: 0;
    padding: 0;
}

.audit-list ul li {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    list-style: none;
    position: relative;
    padding: 0 0 5px 30px;
}

.audit-list ul li:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    background: url(../images/ticktick.svg) no-repeat;
    width: 18px;
    height: 18px;
}



/*======================== banner ends ========================*/


/*======================== main area starts ========================*/
.main-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}

/********************* solu section *********************/
.solu-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 80px;
}

.solu-box h2 {
    font-size: 37px;
    line-height: 39px;
    font-weight: 800;
    padding-bottom: 15px;
    margin: 0;
    text-transform: uppercase;
}

.solu-box .sub-txt {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    padding-bottom: 10px;
}

.solu-box p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.solu-box .solu-desc {
    margin: 0;
    padding: 0;
}

.solu-box .solu-desc ul {
    margin: 0;
    padding: 0 0 20px 0;
}

.solu-box .solu-desc ul p {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding-bottom: 5px;
}

.solu-box .solu-desc ul li {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    list-style: none;
    position: relative;
    padding: 0 0 0 30px;
}

.solu-box .solu-desc ul li:before {
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    background: url(../images/ticktick.svg) no-repeat;
    width: 18px;
    height: 18px;
}


.solu-box .img-bx {
    position: relative;
}

.solu-box .img-bx img {
    width: 100%;
}

/******************** auditors section ********************/
.auditors-behind {
    padding-top: 0;
    padding-bottom: 120px;
}

.auditors-behind h2 {
    font-size: 37px;
    line-height: 39px;
    font-weight: 800;
    padding-bottom: 15px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.auditors-behind .sub-txt {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
}

.auditor-panel {
    display: grid;
    grid-template-columns: 2fr 2fr;
    position: relative;
    gap: 10px;
}

.sws-audit {
    position: relative;
    background: #C5F1F6;
    background: linear-gradient(90deg, rgba(197, 241, 246, 1) 0%, rgba(135, 232, 248, 1) 100%);
    border-radius: 80px;
    padding: 60px 40px;
}

.sws-audit h3 {
    font-size: 34px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.sws-audit p {
    padding-top: 20px;
    padding-bottom: 0;
    margin: 0;
    padding-right: 25%;
}

.sws-tag {
    background: #fff;
    border-radius: 60px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 385px;
    height: 118px;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sws-tag img {
    height: 105px;
    object-fit: contain;
}

.tww-audit {
    position: relative;
    border-radius: 80px;
}

.tww-audit img {
    border-radius: 80px;
    width: 100%;
    object-fit: cover;
}

.tww-tag {
    background: #fff;
    border-radius: 60px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 385px;
    height: 118px;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tww-tag img {
    height: 67px;
    object-fit: contain;
}

/********************* aduit for section *********************/

.aduit-for-sec {
    background: #C5F1F6;
    background: linear-gradient(90deg, rgba(197, 241, 246, 1) 0%, rgba(135, 232, 248, 1) 100%);
    border-radius: 18px;
}

.for-you {
    background: url(../images/whothisbg.webp) no-repeat right bottom;
    padding: 80px 60px;
}

.aduit-for-sec h2 {
    font-size: 37px;
    line-height: 39px;
    font-weight: 800;
    padding-bottom: 15px;
    margin: 0;
    text-transform: uppercase;
}

.aduit-for-sec p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}


.auditcard {
    border-radius: 18px;
    background-color: #ffffffd6;
    padding: 40px 30px 30px 30px;
    margin-bottom: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
}

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

.auditcard ul li {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    list-style: none;
    position: relative;
    padding: 0 0 0 30px;
}

.auditcard ul li:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    background: url(../images/ticktick.svg) no-repeat;
    width: 18px;
    height: 18px;
}

.auditcard-title {
    position: absolute;
    top: -10px;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 5px 14px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 14px;
}


.auditcard-btm-text {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin: 15px 0 0 0;
    padding: 0 20px;
    letter-spacing: 0.5px;
}

.auditcard-btm-text p {
    padding-bottom: 15px;
    margin: 0;
}

/********************* after audit option section *********************/
.audit-option-div {
    padding-top: 80px;
    padding-bottom: 80px;
}

.audit-option-div h2 {
    font-size: 37px;
    line-height: 39px;
    font-weight: 800;
    padding-bottom: 15px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.audit-option-div p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
}

.audit-optionpane {
    padding-top: 30px;
}

.auditoptionbox {
    border: 1px solid #000000;
    border-radius: 18px;
    background: #fff;
    margin-bottom: 20px;
}

.auditoptionbox p {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: none;
}

.auditoptionbox {
    font-size: 16px;
    line-height: 20px;
    color: #40A6FF;
    text-transform: uppercase;
    padding: 30px;
}

.auditoptionbox-head {
    font-size: 22px;
    color: #000;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.auditoptionbox-tile {
    font-size: 16px;
    line-height: 20px;
    color: #40A6FF;
    text-transform: uppercase;
}

.auditoptionbox-tile p span {
    font-size: 16px;
    line-height: 20px;
    color: #40A6FF;
    text-transform: uppercase;
}

.auditoptionbox-tile p strong {
    font-size: 22px;
    color: #000;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 15px;
    display: block;
    text-transform: capitalize;
}


.auditoptionlist ul {
    margin: 0;
    padding: 10px 0;
}

.auditoptionlist ul p {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: none;
}

.auditoptionlist ul li {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    list-style: none;
    position: relative;
    padding: 0 0 5px 30px;
    color: #000;
    text-transform: none;
}

.auditoptionlist ul li:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    background: url(../images/ticktick.svg) no-repeat;
    width: 18px;
    height: 18px;
}

/********************* audit report section *********************/

.audit-report-sec {
    background: #EEF9FF;
    border: 4px dashed #226FE3;
    border-radius: 18px;
    padding: 40px 15px 15px 15px;
}

.audit-report-sec h2 {
    font-size: 37px;
    line-height: 39px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 15px;
    text-align: center;
    text-transform: capitalize;
}

.audit-report-sec h2 span {
    font-weight: 800;
}

.audit-report-sec p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
}

.audit-form {
    border-radius: 28px;
    background: #000000;
    padding: 60px 50px;
}

.audit-formarea {
    width: 100%;
}

.audit-formarea h3 {
    font-size: 37px;
    line-height: 39px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 15px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
}

.audit-formarea p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #fff;
    text-align: left;
}

.audit-formarea .wpcf7-not-valid-tip {
    font-size: 14px;
}

.audit-formarea .wpcf7-response-output {
    font-size: 14px;
    color: #fff;
}

.audit-formbx {
    display: flex;
    align-content: center;
    justify-content: space-between;
    gap: 50px;
}

.audit-leftpane {
    width: 50%;
}

.audit-leftpane h3 {
    font-size: 37px;
    line-height: 39px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 15px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
}

.audit-leftpane p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    padding-bottom: 15px;
    color: #fff;
    text-align: left;
}

.audit-leftpane input,
.audit-leftpane select,
.audit-leftpane textarea {
    width: 100%;
    padding: 0 15px !important;
    margin-bottom: 10px !important;
}


.audit-leftpane select {
    appearance: none;
    /* Disable the default arrow */
    -webkit-appearance: none;
    /* For WebKit-based browsers */
    -moz-appearance: none;
    /* For Firefox */
    width: 100%;
    padding: 10px 35px 10px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff !important;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 20px !important;
    cursor: pointer;
}


.audit-formarea input[type="submit"] {
    font-size: 15px !important;
    line-height: 62px;
    font-weight: 600;
    text-transform: uppercase;
    height: 62px !important;
    padding: 0 25px !important;
    border-radius: 10px !important;
    border: none !important;
    text-wrap: nowrap;
    filter: drop-shadow(0 3px 3px #000) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important;
    background: linear-gradient(90deg, #ff2335 0%, #f66d39 100%) !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


.audit-rightpane {
    width: 50%;
}

.audit-rightpane .formflex-bx span {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
}

.audit-rightpane .formflex-bx span label {
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    color: #AEAEAE;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
}

.audit-rightpane .formflex-bx input {
    height: auto !important;
    margin: 0 !important;
    width: 20px;
}




/********************* FAQ section *********************/
.faq {
    padding-top: 80px;
    padding-bottom: 0;
}

.faq h2 {
    font-size: 37px;
    line-height: 39px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 15px;
    color: #000;
    text-align: center;
    text-transform: capitalize;
}

.faq p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #000;
    text-align: center;
}

.faq .accordion-button {
    padding: 15px 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
}

.faq .accordion-item {
    border-bottom: 1px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
}

.faq .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.faq .accordion-button:not(.collapsed) {
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    box-shadow: none;
}

.faq .accordion-header {
    padding: 0;
}

.faq .accordion-body {
    padding: 10px 0;
}

.faq .accordion .accordion-button::after {
    background: url(../images/Plus.svg) no-repeat 0 0;
    transition: all 0.5s;
    width: 14px;
    height: 14px;
}

.faq .accordion .accordion-button:not(.collapsed)::after {
    background: url(../images/minus.svg) no-repeat 0 0;
    width: 14px;
    height: 14px;
}


/*======================== main area end ========================*/

/*======================== footer area starts ========================*/
footer {
    background: #000;
    padding-top: 80px;
    padding-bottom: 20px;
}

.bottom-foot {
    padding-bottom: 50px;
}

.bottom-foot h2 {
    font-size: 37px;
    line-height: 39px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 15px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}

.bottom-foot h2 span {
    font-weight: 800;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 28px;
    border-top: 1px solid #707070;
}

.copyright a {
    color: #fff !important;
}

.copyright a:hover {
    text-decoration: underline !important;
}

.copyright img {
    float: right;
}

.copyright .btm-socialarea {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.copyright .btm-socialarea ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.copyright .btm-socialarea ul li {
    list-style-type: none !important;
}

.copyright .webdesifbing {
    font-size: 14px;
    line-height: 28px;
}

/*======================== footer area end ========================*/

/*======================== genenal btn starts ========================*/

.gen-btn-area {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.audit-btn {
    font-size: 15px;
    line-height: 62px;
    font-weight: 600;
    text-transform: uppercase;
    height: 62px;
    padding: 0 25px;
    border-radius: 10px;
    border: none;
    text-wrap: nowrap;
    filter: drop-shadow(0 3px 3px #000);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important;
    background: linear-gradient(90deg, #ff2335 0%, #f66d39 100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.audit-btn a {
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.audit-btn::after {
    content: "";
    background: url(../images/btn-arrow-white.webp) no-repeat 0 0 !important;
    margin: 0 0 0 15px;
    width: 30px;
    height: 15px;
    display: inline-flex;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.audit-btn::after::after:hover {
    background: linear-gradient(90deg, #f66d39 0%, #ff2335 100%) !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.audit-btn:hover {
    background: linear-gradient(90deg, #f66d39 0%, #ff2335 100%) !important;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25);
}


/*banner audit button*/
.auditban-btn {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding:10px 25px;
    border-radius: 10px;
    border: none;
    text-wrap: nowrap;
    display: inline-block;
    filter: drop-shadow(0 3px 3px #000);
    cursor: pointer;
    color: #fff !important;
    background: linear-gradient(90deg, #ff2335 0%, #f66d39 100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.auditban-btn a {
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.auditban-btn:hover {
    background: linear-gradient(90deg, #f66d39 0%, #ff2335 100%) !important;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25);
}

.auditban-btn span {
    display: block;
    font-size: 12px;
    text-align: center;
}

.sm-text {
    font-size: 12px;
    text-align: center;
}

/*======================== genenal btn ends ========================*/

/*======================== exta area  ========================*/

.flip-box {
    flex-direction: row-reverse;
}

.common-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}