/* INITIALIZE */
html {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Mulish", sans-serif;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 400;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: #231f20;
}

*,
*:before,
*:after {
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

details,
main,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 50px;
    margin: 0;
    font-weight: 200;
    color: #FFFFFF;
    position: relative;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: none;
}

input {
    line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input:focus,
textarea:focus {
    outline: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.visible-mobile {
    display: none;
}

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

/* INITIALIZE END */

.flex-1 {
    flex: 1
}

header {
    display: grid;
}

.banner-content,
.email,
.business-list,
.form,
.form input,
.form .option-callback,
.form .option-callback label,
footer,
.social-copyright {
    display: flex;
}

.container {
    margin: 0 auto;
    color: #FFFFFF;
}

section {
    min-height: 100dvh;
}

.home {
    background: url(../images/home-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.body-content {
    background: url(../images/section-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    display: grid;
    place-content: center;
}

.logo {
    max-height: 105px;
}

header {
    background: #5C08FF;
    background: linear-gradient(50deg, rgba(92, 8, 255, 1) 0%, rgba(97, 8, 253, 1) 33%, rgba(123, 9, 243, 1) 49%, rgba(231, 14, 200, 1) 65%);
    place-content: center;
    height: 190px;
}

.banner-content {
    text-align: center;
    flex-direction: column;
    height: calc(100dvh - 190px);
    justify-content: center;
}

.banner-content h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}

.banner-content h3 strong {
    font-weight: 800;
}

.banner-content h3.email {
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.banner-content h3.email img {
    max-height: 22px;
}

.body-content h2 {
    font-weight: 200;
    margin: 0;
    font-size: 37px;
    padding-top: 40px;
}

.business-list {
    gap: 100px;
    margin: 30px 0;
}

.business-list .single-item {
    position: relative;
}

.business-list .single-item:after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: 0;
    height: 72%;
    background-color: white;
    width: 1px;
}

.business-list .single-item:last-child:after {
    display: none;
}

.business-list .single-item img {
    height: 70px;
}

.business-list .single-item h6 {
    margin: 18px 0;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 3px;
}

.business-list .single-item h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    height: 50px;
}

.business-list .single-item p {
    margin: 15px 0 0 0;
    line-height: 23px;
}

.form {
    border: 1px solid #FFFFFF;
    padding: 20px 40px 30px;
    align-items: center;
    gap: 50px;
    width: 80%;
    margin: 0 auto;
}

.form input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    padding: 10px 0;
    color: #FFFFFF;
    width: 100%;
}

.form input::placeholder {
    color: #FFFFFF;
    opacity: 0.5;
}

.form input+input {
    margin-top: 20px;
}

.form .option-callback {
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.form .option-callback label {
    width: 100%;
    position: relative;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.form .option-callback label+label {
    margin-top: 20px;
}

.form .option-callback label input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
}

.form .option-callback label::before {
    content: "";
    border: 1px solid #FFFFFF;
    width: 23px;
    height: 23px;
}

.form .option-callback label:has(input:checked)::after {
    content: "\2714";
    position: absolute;
    top: -8px;
    left: 4px;
    font-size: 30px;
    line-height: 1;
}

.form .option-callback button {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    width: 260px;
    height: 40px;
    border-radius: 15px;
}

.form small {
    font-size: 11px;
    letter-spacing: 1px;
}

footer {
    gap: 20px;
    padding: 30px 0;
    line-height: 1;
    flex-direction: column;
}

footer img {
    height: 22px;
}

footer p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.whatsapp {
    position: fixed;
    bottom: 50px;
    right: 95px;
    z-index: 2;
    cursor: pointer;
    transform: scale(1.2);
}

.whatsapp img {
    width: 50px;
}

.mobile-banner {
    display: none;
}

.othercontent {
    color: black;
}

.invert {
    filter: invert(100%);
    /* For older browser compatibility (less necessary today, but good for extreme legacy) */
    -webkit-filter: invert(100%);
}

.social-copyright {
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.copyright+.copyright {
    margin-top: 10px;
}


/* Responsive */
@media screen and (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        width: 1220px;
    }
}

@media screen and (max-width: 1199px) {
    .container {
        width: 960px;
    }

    .business-list {
        gap: 50px;
    }

    .business-list .single-item:after {
        right: -25px;
        height: 74%;
    }

    .form {
        width: 90%;
    }

    .whatsapp {
        right: 30px;
    }
}

@media screen and (max-width: 990px) {
    .container {
        width: 720px;
    }

    .banner-content h3 br,
    .business-list .single-item:nth-child(2):after {
        display: none;
    }

    .business-list {
        flex-wrap: wrap;
    }

    .business-list .single-item {
        width: 45%;
    }

    .form {
        width: 100%;
    }

    .form>.right {
        flex: 1;
        text-align: center;
    }

    .form .option-callback {
        flex-direction: column;
    }

    .form .option-callback .left {
        display: flex;
        gap: 20px;
        align-items: center;
        white-space: nowrap;
        margin-bottom: 50px;
    }

    .form .option-callback label+label {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 40px;
    }

    .banner-content {
        height: 100%;
        margin-top: 50px;
    }

    .business-list .single-item {
        width: 100%;
        border-bottom: 1px solid #FFFFFF;
        padding-bottom: 30px;
        text-align: center;
    }

    .business-list .single-item:after,
    .hidemb {
        display: none;
    }

    .business-list .single-item h4 {
        height: auto;
    }

    .form {
        flex-direction: column;
        gap: 10px;
    }

    .form>div,
    .form .option-callback button,
    .copyright {
        width: 100%;
    }

    footer {
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    footer p {
        display: flex;
        flex-direction: column;
        gap: 20px;
        line-height: 1.5;
    }

    h1 {
        font-size: 35px;
    }

    .form .option-callback .right {
        width: 100%;
    }

    .mobile-banner {
        display: block;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .mobile-banner .item {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        transition: ease all 1s;
        z-index: 1;
    }

    .mobile-banner .item.image1 {
        background: url(../images/banner-single-01.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }

    .mobile-banner .item.image2 {
        background: url(../images/banner-single-02.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }

    .mobile-banner .item.image3 {
        background: url(../images/banner-single-03.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }

    .mobile-banner .item.current {
        opacity: 1;
    }

    header,
    .banner-content,
    .body-content {
        position: relative;
        z-index: 9;
    }

    .whatsapp {
        z-index: 10;
    }

    .social-copyright {
        justify-content: center;
        gap: 10px 20px;
    }

    .rights-reserved {
        width: 100%;
        display: block;
    }

    header {
        background: #5C08FF;
        background: linear-gradient(50deg, rgba(92, 8, 255, 1) 0%, rgba(97, 8, 253, 1) 5%, rgba(123, 9, 243, 1) 40%, rgba(231, 14, 200, 1) 100%);
    }
}