/*================= klein-legal ===============*/
/*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: #cee7f4;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

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

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

a:hover {
    text-decoration: none;
    color: #99FAFF !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: #0DECF8 !important;
    outline: 0;
    border: 0;
    text-decoration: none;
}

input {
    border: none;
    background: #fff;
    width: 100%;
    height: 50px;
    margin: 0 0 5px 0;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 5px;
    outline: none;
    transition: all 0.2s ease-in-out;
}

input:hover {
    background: #b1b1ae5c;
}

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

input::placeholder {
    color: #000000 !important;
}


input,
textarea,
select {
    border: 0;
    margin: 0;
    outline: none;
    color: #000000 !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: #000000 !important;
}

input:focus::placeholder,
textarea:focus::placeholder,
select: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: 18px;
    font-weight: 400;
    line-height: 23px;
    padding-bottom: 20px;
    margin-bottom: 0px !important;
    color: #000;
    font-family: "Montserrat", sans-serif !important;
}

/* 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: 18px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    color: #000 !important;
    font-family: "Montserrat", sans-serif !important;
}


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

/*================================= Top Part*/
.top-area {
    background-color: #0366D6;
    padding: 8px 15px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}


.top-area a {
    color: #fff !important;
}

.top-area span {
    color: #0decf8;
    font-weight: 700;
}

.top-area span a {
    color: #0decf8;
    font-weight: 700;
}

/*================================= Banner Part*/

.banner-area {
    background: #1268CA !important;
    background: linear-gradient(180deg, #1048A5 0%, rgba(16, 14, 100, 1) 100%) !important;
}

.banner-overall {
    background: url(../images/bann-bg.webp) no-repeat 0 0;
    padding-top: 70px;
    padding-bottom: 690px;
    background-position: top;
    background-size: contain;
}

.banner-flex {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.banner-area h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    line-height: 58px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    padding-bottom: 25px;
    margin: 0;
}

.banner-area h1 span {
    color: #0DECF8;
    font-size: 60px;
    font-weight: 900;
    line-height: 58px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

.banner-area .sub-text {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    padding-bottom: 20px;
}

.banner-area .sub-text span {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #0DECF8;
}

.banner-area p {
    color: #fff;
}

.dss-form {
    background: #11B6E2;
    background: linear-gradient(200deg, rgba(17, 182, 226, 1) 0%, rgba(0, 113, 216, 1) 100%);
    border-radius: 5px;
    position: relative;
    padding: 80px 30px 40px 30px;
    box-shadow: 0 3px 30px rgb(0 0 0 / 47%);
}

.dss-logo {
    position: absolute;
    top: 5px;
    right: 5px;
}

.dss-form h2 {
    font-size: 37px;
    line-height: 40px;
    font-weight: 900;
    letter-spacing: -1.6px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    padding: 0 0 10px;
    margin: 0;
}

.dss-form p {
    color: #fff;
    font-weight: bold;
}

.dss-invite-form {
    margin-bottom: 20px;
}

.what-get {
    background: #015FAC;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
}

.what-get h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
}

.what-get ul {
    margin: 0;
    padding: 0;
}

.what-get ul li {
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    position: relative;
    padding-left: 22px;
}

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

.what-get ul li a {
    color: #0DECF8;
    font-style: italic;
}

.nospam {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}



/*================================= breadcrumb Part*/
.inner-banner {
    padding-top: 40px;
    padding-bottom: 30px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    gap: 5px;
}

.breadcrumb ul li {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    gap: 5px;
}

.breadcrumb ul li a {
    color: #fff !important;
}

.breadcrumb ul li:after {
    content: '';
    position: relative;
    top: 7px;
    background: url(https://andrewplimmer.com/dss/wp-content/uploads/2025/12/breadcrumb-icon.svg) no-repeat;
    width: 10px !important;
    height: 16px;
    margin: 0 3px;
}

.breadcrumb ul li:last-child:after {
    background: none;
}

/*================================= Video Part*/

.video-area {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: -690px !important;
}

.video-area p {
    font-size: 31px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.video-area span {
    border-radius: 4px;
    background: #74B243;
    padding-left: 5px;
    padding-right: 5px;
}

.video-sec {
    margin: 0;
    padding: 0;
}

.video-sec iframe {
    width: 100%;
    height: 658px;
}


.video-area .why-built-page {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 70px;
}

.video-area .why-built-page h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 58px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0;
    color: #000;
    text-align: left;
}

.video-area .why-built-page h2 span {
    font-size: 60px;
    font-weight: 900;
    line-height: 58px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    color: #000;
    text-align: left;
}

.video-area .why-built-page p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    padding-bottom: 19px;
}

.video-area .why-built-img img {
    width: 100%;
    border-radius: 5px;
}

.video-area .simpleterms-get {
    background: #E2F2FB;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
}

.video-area .simpleterms-get h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: #000;
}

.video-area .simpleterms-get ul {
    margin: 0;
    padding: 0;
}

.video-area .simpleterms-get ul li {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    position: relative;
    padding-left: 22px;
}

.video-area .simpleterms-get ul li:before {
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    background: url(../images/right.svg) no-repeat;
    width: 16px;
    height: 16px;
}

.video-area .simpleterms-get ul li a {
    color: #0DECF8;
    font-style: italic;
}


/*================================= what send Part*/
.what-send-sec {
    background: #E2F2FB;
    border-radius: 10px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.what-send-sec h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 58px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    padding-bottom: 0;
    margin: 0;
    color: #000;
    text-align: center;
}

.what-send-sec p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
}

.cards {
    padding-top: 40px;
    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 2fr 2fr;
}

.cards .holder {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    max-width: 100%;
}

.cards .holder h3 {
    font-size: 25px;
    line-height: 31px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.cards .holder h3 span {
    font-size: 25px;
    line-height: 31px;
    font-weight: bold;
    color: #FF0000;
}

.cards .holder p {
    text-align: left !important;
}

.cards .holder p:last-child {
    padding-bottom: 0;
}

.cards .holder .number {
    background: #0366D6;
    border-radius: 10px;
    color: #fff;
    font-size: 25px;
    line-height: 31px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -20px;
    padding: 10px;
}

.whatsendimg {
    width: 100%;
    border-radius: 5px;
}

.cards .holder ul {
    margin: 0;
    padding: 0;
}

.cards .holder ul li {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    position: relative;
    padding-left: 22px;
}

.cards .holder ul li:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: '';
    background: url(../images/right.svg) no-repeat;
    width: 16px;
    height: 16px;
}

.cards .holder ul li a {
    color: #0DECF8;
    font-style: italic;
}


/*================================= who this is for Part*/

.who-this-is {
    padding-top: 70px;
    padding-bottom: 70px;
}

.whofor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 70px;
}

.whofor:last-child {
    margin-bottom: 0;
}

.whofor .whofor-desc h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 58px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    padding-bottom: 0;
    margin: 0;
    color: #000;
    text-align: left;
}

.whofor .whofor-desc .sub-text {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #000;
    padding-bottom: 10px;

}

.whofor .whofor-desc ul {
    margin: 0;
    padding: 0 0 10px 0;
}

.whofor .whofor-desc ul li {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    position: relative;
    padding-left: 22px;
}

.whofor .whofor-desc ul li:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: '';
    background: url(../images/right.svg) no-repeat;
    width: 16px;
    height: 16px;
}

.whofor .whofor-desc ul li a {
    color: #0DECF8;
    font-style: italic;
}




.whofor .crossfield ul {
    margin: 0;
    padding: 0 0 10px 0;
}

.whofor .crossfield ul li {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    position: relative;
    padding-left: 22px;
}

.whofor .crossfield ul li:before {
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    background: url(../images/cross.svg) no-repeat;
    width: 16px;
    height: 15px;
}

.whofor .crossfield ul li a {
    color: #0DECF8;
    font-style: italic;
}


.whofor-img img {
    border-radius: 5px;
}

/*================================= work together Part*/
.work-together-sec {
    background: url(../images/dss-together.svg) no-repeat right 0 #E2F2FB;
    border-radius: 10px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.work-together-sec h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 58px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0;
    color: #000;

}

.work-together-sec h2 span {
    border-radius: 4px;
    background: #74B243;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 58px;
    color: #fff;
    display: inline-flex;
}

.work-together-sec p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}

.work-together-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.work-together-desc {
    margin: 0;
    padding: 0;
    width: 100%;
}

.work-together-desc .sub-text {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #000;
    padding-bottom: 10px;

}

.work-together-desc ul {
    margin: 0;
    padding: 0 0 10px 0;
}

.work-together-desc ul li {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    position: relative;
    padding-left: 22px;
}

.work-together-desc ul li:before {
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    background: url(../images/right.svg) no-repeat;
    width: 16px;
    height: 16px;
}

.work-together-desc ul li a {
    color: #0DECF8;
    font-style: italic;
}

.work-together-img {
    width: 100%;
}

.work-together-img img {
    width: 100%;
    border-radius: 5px;
}

/*================================= dss invite*/
.dss-invite {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

.dss-invite h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 58px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0;
    color: #000;

}



.button-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}

.rt-arrow-btn1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    text-wrap: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important;
    background: #FF9900;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.rt-arrow-btn1 a {
    color: #fff !important;
}

.rt-arrow-btn1:hover {
    background: #e48b06;
    color: #fff !important;
}

/*================================= xtra*/
.normal-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

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


/*================================= Footer*/

footer {
    text-align: center;
    background-color: #19284A;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #fff;
}

footer p {
    color: #A8B1C6;
    font-size: 15px;
    line-height: 24px;
}

.footer-logo {
    margin: 0 auto 30px auto;
    padding: 0 text-align: center;
}

.bottom-footer {
    border-top: 1px solid #384768;
    padding-top: 30px;
    margin-top: 30px;
}

.bottom-footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0 0 10px 0;
}

.bottom-footer ul li {
    color: #A8B1C6;
    font-size: 16px;
}

.bottom-footer ul li a {
    color: #A8B1C6 !important;
}

.bottom-footer ul li a:hover {
    color: #fff !important;
}

.copyright {
    font-size: 12px;
    line-height: 22px;
    padding: 0;
}

/*----------------- DSS2 page -----------------*/
.dss2banner-overall {
    background: url(../images/bann-bg.webp) no-repeat 0 0;
    padding-top: 70px;
    padding-bottom: 70px;
    background-position: top;
    background-size: contain;
}

.dss2-area h1 {
    color: #fff;
    font-size: 58px;
    font-weight: 900;
    line-height: 58px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0;
}

.dss2-area h1 span {
    color: #0DECF8;
    font-size: 58px;
    font-weight: 900;
    line-height: 58px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

.dss2-area .sub-text {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    padding-bottom: 20px;
}

.dss2-area .sub-text span {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #0DECF8;
}

.dss2-area .sub-text {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    padding-bottom: 40px !important;
}

.dss2-area .sub-text span {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #0DECF8;
}

.dss2-area p {
    color: #fff;
}

.dss2video-area {
    padding-top: 0;
    padding-bottom: 0;
}

.dss2video-area p {
    font-size: 31px;
    line-height: 45px;
    text-align: left;
    font-weight: bold;
    color: #fff;
}

.dss2video-area span {
    border-radius: 4px;
    background: #74B243;
    padding-left: 5px;
    padding-right: 5px;
}

.dss2video-sec {
    margin: 0;
    padding: 0;
}

.dss2video-sec iframe {
    width: 100%;
    height: 430px;
}


.dss2video-area .why-built-page {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 70px;
    padding-bottom: 70px;
}

.dss2video-area .why-built-page h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 58px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0;
    color: #000;
    text-align: left;
}

.dss2video-area .why-built-page h2 span {
    font-size: 60px;
    font-weight: 900;
    line-height: 58px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    color: #000;
    text-align: left;
}

.dss2video-area .why-built-page p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    padding-bottom: 19px;
}

.dss2video-area .why-built-img img {
    width: 100%;
    border-radius: 5px;
}

.dss2video-area .simpleterms-get {
    background: #E2F2FB;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
}

.dss2video-area .simpleterms-get h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: #000;
}

.dss2video-area .simpleterms-get ul {
    margin: 0;
    padding: 0;
}

.dss2video-area .simpleterms-get ul li {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    position: relative;
    padding-left: 22px;
}

.dss2video-area .simpleterms-get ul li:before {
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    background: url(../images/right.svg) no-repeat;
    width: 16px;
    height: 16px;
}

.dss2video-area .simpleterms-get ul li a {
    color: #0DECF8;
    font-style: italic;
}

.dss2-center-area {
    padding-top: 40px;
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.dss2-center-area p:last-child {
    padding-bottom: 0;
}

.dss2-center-area h2{    font-size: 60px;
    font-weight: 900;
    line-height: 58px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0;
    color: #fff;
    text-align: center;}

/*----------------- Thank you page -----------------*/
.content-area-div {
    padding-top: 70px;
    padding-bottom: 70px;
}

.content-area-div p {
    margin: 0;
    padding-bottom: 15px !important;
}


.content-area-div ul {
    margin: 0;
    padding: 0 0 20px 0;
}

.content-area-div ul li {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    position: relative;
    padding-left: 22px;
}

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

.content-area-div ul li a {
    color: #0DECF8;
    font-style: italic;
}


/*----------------- Brevo form -----------------*/
.dss-form #sib-container input:-ms-input-placeholder {
    text-align: left;
    font-family: Helvetica, sans-serif;
    color: #c0ccda;
}

.dss-form #sib-container input::placeholder {
    text-align: left;
    font-family: Helvetica, sans-serif;
    color: #c0ccda;
}

.dss-form .sib-form {
    padding: 0;
    margin: 0 0 10px 0;
}

.dss-form #sib-container {
    background: none !important;
    border: none !important;
    max-width: 100% !important;
    padding: 0;
}

.dss-form #sib-container a {
    text-decoration: underline;
    color: #2BB2FC;
}

.dss-form .sib-form-block {
    margin: 0;
    padding: 0;
    background: none;
}


.dss-form .sib-form .input {
    border: none !important;
    background: #fff;
    width: 100%;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 15px !important;
    font-size: 14px !important;
    font-style: italic;
    text-transform: capitalize;
    border-radius: 5px !important;
    outline: none;
    transition: all 0.2s ease-in-out;
}

.dss-form .sib-form .input:hover {
    background: #f3f3f3;
    border: none !important;
    border-radius: 5px !important;
}

.dss-form .sib-form .input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 5px !important;
}

.dss-form .sib-form .input::placeholder {
    color: #000000 !important;
}

.dss-form .sib-form-block__button {
    width: 100%;
    margin-top: 3px;
    height: 40px !important;
    background: #FF9900 !important;
    border-radius: 5px !important;
    text-align: center !important;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

/*--------------------------------- Responsive section ---------------------------------*/
@media (max-width: 767px) {
    h1 {
        font-size: 40px !important;
        line-height: 42px !important;
    }

    h1 span {
        font-size: 40px !important;
        line-height: 42px !important;
    }

    h2 {
        font-size: 35px !important;
        line-height: 37px !important;
    }

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

    .cards {
        grid-template-columns: 1fr;
    }

    .whofor,
    .normal-flex,
    .bottom-footer ul {
        flex-direction: column;
        gap: 0;
    }

    .whofor {
        margin-bottom: 40px;
    }

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

    .video-sec iframe {
        width: 100%;
        height: 240px;
    }


    .dss2video-sec iframe {
        width: 100%;
        height: 200px;
    }


    .banner-overall,
    .dss2banner-overall,
    .what-send-sec,
    .who-this-is,
    .work-together-sec,
    .dss-invite,
    .content-area-div,
    footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .work-together-sec {
        background: #E2F2FB;
        background-image: none;
    }

    .video-area {
        margin-top: 0 !important;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .video-area p {
        font-size: 25px;
        line-height: 30px;
        color: #000000;
    }

    .dss2video-area .why-built-page {
        padding-top: 40px;
    }

    .dss2video-area {
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 40px;
    }

    .dss2video-area p {
        font-size: 25px;
        line-height: 30px;
    }

    .dss-form {
        padding: 80px 20px 20px 20px;
    }

    .work-together-img img {
        height: 335px;
        object-fit: cover;
        object-position: top;
    }

    .cards .holder h3 {
        font-size: 22px;
        line-height: 25px;
    }

    .whofor .whofor-desc .sub-text {
        font-size: 22px;
        line-height: 25px;
    }

    .video-area .why-built-page {
        padding-top: 40px;
    }



}