/* RESET */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul,
ol {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ul,
ol {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

html,
body {
    font-family: "raleway", sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: auto;
    width: 100%;
}

html.menu-open {
    height: 100%;
    overflow: hidden;
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
    display: none;
    height: 0;
    width: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.clearfix {
    clear: both;
    display: block;
    height: 0;
    position: relative;
    width: 100%;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
    width: 1px;
}

/* INPUT CSS */

input[type="tel"]::-webkit-outer-spin-button,
input[type="tel"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="tel"] {
    -moz-appearance: textfield;
}

/* BANNER SECTION */
.banner-section {
    background-color: #FFF6D5;
    padding: 2.5rem 0 3.75rem;
    position: relative;
}
.webapp-banner-section, .mobileapp-banner-section{
    background-color: #ffe4d4;
    padding: 2.5rem 0 3.75rem;
    position: relative;
}
.webapp-banner-section .banner-heading, .mobileapp-banner-section .banner-heading{
    color: #ffffff;
    line-height: 1.1em;
    margin-bottom: 0.5rem;
    font-size: 3.5rem;
}
.webapp-banner-section .banner-description, .mobileapp-banner-section .banner-description{
    color: #f2f2f2;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4em;
}

.custom-container {
    max-width: 1604px;
    width: 100% !important;
}

.custom-row {
    margin: 0 auto;
    width: 100%;
}

.banner-row {
    display: flex;
    justify-content: center;
}

.banner-heading-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    gap: 0.8rem;
    position: relative;
    z-index: 1;
    max-width: 37rem;
}

.banner-form-wrap {
    background: #fff;
    padding: 2rem;
    border-radius: 1.25rem;
    position: relative;
    z-index: 1;
}

.banner-sub-heading {
    color: #000000;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.banner-heading {
    color: #474747;
    font-size: 3.5rem;
    font-weight: 700;
}

.banner-description {
    color: #000000;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: normal;
}

.contact-form-heading {
    color: #474747;
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
    padding: 0 0 1.3rem 0;
}

.form-group-row {
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
    width: 100%;
}

.form-group-wrap {
    width: 48%;
}

.form-label {
    font-size: 1.05rem;
    font-weight: 500;
    line-height: normal;
    color: #000000;
}

.box-height {
    height: 48px;
}

.submit-btn-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0.85rem 0 0 0;
}

.submit-btn {
    background-color: #FF5E00;
    color: #ffffff;
    padding: 0.5rem 2.4rem;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.submit-btn:focus, .submit-btn:focus-visible, .submit-btn:active, .btn:active:focus{
    border: none;
    color: #ffffff;
    outline: none;
}

.submit-btn:hover {
    color: #fff;
    font-size: 1.2rem;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.form-control {
    box-shadow: none !important;
    border-color: #c3c3c3 !important;
}

.arrow-icon-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    right: 0;
}

.icon-wrap {
    background-color: #ffffff;
    border-radius: 100%;
    font-size: 1.4rem;
    width: 3rem;
    border: none;
    height: 3rem;
}
.icon-wrap i{
    z-index: 1;
    display: block;
    position: relative;
    color: #474747;
}

.arrow-description{
    font-size: 0.9rem;
    font-weight: 600;
    color: #474747;
    position: relative;
    text-align: center;
    padding: 1.8rem 0 0 0;
}

.dotted-img-left {
    position: absolute;
    left: 5rem;
    top: 12%;
    z-index: 0;
}

.dotted-img-right {
    position: absolute;
    right: 2.5rem;
    bottom: 6%;
    z-index: 0;
}

select optgroup option {
    padding: 2rem; 
  }

/* PRODUCT SECTION */
.product-section {
    padding: 3rem 0 7.5rem;
}

.product-inner-wrap{
    padding: 0 0.75rem;
}

.product-section-heading {
    position: relative;
    color: #474747;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.product-section-heading::after {
    position: absolute;
    content: '';
    height: 3px;
    bottom: -8px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 4.5rem;
    background: #FF5E00;
}

.product-section-description {
    color: #5B5B5B;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5em;
    width: 100%;
    max-width: 55rem;
    margin: 0 auto;
    padding: 1rem 0 3.5rem;
}

.product-card-wrap {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    border-radius: 8px;
}

.product-card {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 33%;
}

.product-card-content-wrap {
    padding: 1.2rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    justify-content: space-between;
}

.card-btn {
    padding: 0.5rem 1rem;
    background-color: #76DAFF;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
}

.card-heading {
    color: #474747;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1em;
}

.card-description {
    color: #5B5B5B;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5em;
}

.card-img {
    border-radius: 8px 8px 0 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

.card-img-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 14.25rem;
}

/* ALL PAGES CSS OPEN */
.w-100 {
    width: 100%;
}

.pt-4{
    padding-top: 1.75rem;
}

.d-flex{
    display: flex;
}

.align-items-center{
    align-items: center;
}

.section-border{
border-bottom: 2px solid #D9D9D9;
}

.content-section {
    padding: 3rem 0.75rem;
}

.page-inner-wrap {
    padding: 0 0.75rem 3rem 0.75rem;
}

.page-section-heading {
    position: relative;
    color: #474747;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    max-width: 55rem;
    margin: 0 auto;
}

.page-section-heading::after {
    position: absolute;
    content: '';
    height: 3px;
    bottom: -8px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 4.5rem;
    background: #FF5E00;
}
.page-sub-heading{
    color: #474747;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.6em;
}
.page-section-description{
    color: #474747;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6em;
    padding: 0 0 1rem 0;
}
.page-bullet-listing{
    padding-bottom: 1rem;
    list-style-type: disc;
    list-style-position: inside;
}
#content {
    display: none; /* Hide the content by default */
}
.phone-number-font{
    font-family: Arial, Helvetica, sans-serif;
}
/* ALL PAGES CSS CLOSE */

/* MEDIA QUERY */
@media screen and (max-width: 1600px) {
    .banner-section {
        height: 100%;
    }

    .banner-heading {
        font-size: 2.8rem;
        max-width: 30rem;
    }

    .submit-btn {
        padding: 0.5rem 2rem;
        font-size: 1.1rem;
    }

    .card-btn {
        font-size: 1.1rem;
    }

    .dotted-img-right {
        right: 0.5rem;
        bottom: 7rem;
    }

    .dotted-img-left {
        left: 0.3rem;
        top: 11rem;
    }

    .product-card-wrap {
        gap: 2.5rem;
    }
}

@media screen and (max-width: 1200px) {
    .banner-heading {
        font-size: 2.4rem;
        max-width: 26rem;
    }

    .banner-form-wrap {
        padding: 1.5rem;
    }

    .contact-form-heading {
        font-size: 1.8rem;
    }

    .form-group-row {
        gap: 1.6rem;
    }

    .product-section-heading {
        font-size: 2.2rem;
    }

    .banner-sub-heading {
        font-size: 1.2rem;
    }

    .product-card-wrap {
        gap: 1.5rem;
    }

    .product-card-content-wrap {
        padding: 1.2rem 1rem 1.5rem;
    }
    .form-label {
        font-size: 0.8rem;
    }
    .webapp-banner-section .banner-heading, .mobileapp-banner-section .banner-heading{
        font-size: 2.6rem;
    }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    .custom-heading-col {
        width: 40%;
    }

    .custom-contact-col {
        width: 60%;
    }
}

@media screen and (max-width: 1024px) {
    .banner-form-wrap {
        padding: 1.1rem;
    }

    .form-group-row {
        gap: 1rem;
    }

}

@media screen and (max-width: 991px) {
    .banner-row {
        display: block;
    }

    .banner-heading-wrap {
        align-items: center;
        gap: 0.2rem;
        padding: 0 0 1.6rem;
        max-width: unset;
    }

    .banner-heading {
        font-size: 1.8rem;
        max-width: 100%;
        text-align: center;
        padding-bottom: 0.8rem;
    }
    .banner-description{
        font-size: 1rem;
        text-align: center;
    }

    .dotted-img-right {
        right: 0.3rem;
        bottom: 3.8rem;
        width: 12rem;
    }

    .dotted-img-left {
        width: 12rem;
        top: 11.8rem;
    }

    .contact-form-heading {
        font-size: 1.6rem;
        padding: 0 0 1rem 0;
    }
    .content-section .row.d-flex.align-items-center {
        flex-wrap: wrap;
    }

    .page-section-heading{
        font-size: 1.8rem;
    }

    .page-section-description {
        font-size: 0.8rem;
    }

    .product-section-heading {
        font-size: 1.8rem;
    }

    .product-card {
        max-width: 80%;
        margin: 0 auto;
    }

    .product-card-wrap {
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) {
    .banner-form-wrap {
        width: 100%;
    }

    .product-card {
        max-width: 100%;
    }

    .dotted-img-left {
        top: 12.6rem;
    }

    .dotted-img-right {
        bottom: 3.5rem;
    }

    .banner-sub-heading {
        font-size: 1rem;
    }

    .form-group-row {
        flex-direction: column;
        gap: 0;
    }

    .form-group-wrap {
        width: 100%;
    }
}