a,
body,
center,
div,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
img,
nav,
p,
s,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

header,
nav,
section {
    display: block
}

* {
    box-sizing: border-box
}

body,
html {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0
}

p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    color: #000
}

img {
    width: 100%;
    overflow: hidden
}

body,
html {
    background: #fff;
    font-family: Poppins, sans-serif
}

::selection {
    background: #fe664e;
    color: #fff !important
}

::-moz-selection {
    background: #fe664e;
    color: #fff !important
}

@media (max-width: 991px) {

    body,
    html {
        overflow-x: hidden
    }
}

.border-first-button a {
    display: inline-block !important;
    padding: 10px 20px !important;
    color: #fe664e !important;
    border: 1px solid #fe664e !important;
    border-radius: 23px;
    font-weight: 500 !important;
    letter-spacing: .3px !important;
    transition: all .5s
}

.border-first-button a:hover {
    background-color: #fe664e;
    color: #fff !important
}

.header-area {
    background-color: #fff;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .03);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    height: 100px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.header-area .main-nav {
    min-height: 80px;
    background: 0 0
}

.header-area .main-nav .logo {
    float: left;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.header-area .main-nav .logo {
    line-height: 100px;
    float: left;
    width: 152px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 30px;
    margin-right: 0;
    background-color: transparent;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    z-index: 999
}

.header-area.header-sticky {
    min-height: 80px
}

.header-area .nav {
    margin-top: 30px
}

@media (max-width: 1200px) {
    .header-area .main-nav:before {
        display: none
    }
}

@media (max-width: 767px) {
    .header-area .main-nav .logo {
        color: #1e1e1e
    }

    .header-area {
        background-color: #fff;
        padding: 0 15px;
        height: 100px;
        box-shadow: none;
        text-align: center;
        box-shadow: 0 5px 8px rgba(0, 0, 0, .03)
    }

    .header-area .container {
        padding: 0
    }

    .header-area .logo {
        margin-left: 30px
    }

    .header-area .main-nav {
        overflow: hidden
    }

    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0
    }

    .header-area.header-sticky .nav {
        margin-top: 100px
    }
}

@media (min-width: 767px) {
    .header-area .main-nav .nav {
        display: flex !important
    }
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px)
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px)
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px)
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px)
    }
}

.main-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0 120px 0;
    position: relative;
    overflow: hidden
}

.main-banner:after {
    content: '';
    /* background-image: url("https://qa-testing-bucket1.s3.ap-south-1.amazonaws.com/Henric_images/slider-left-dec.jpg"); */
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 60px;
    width: 262px;
    height: 625px;
    z-index: 1
}

.main-banner:before {
    content: '';
    background-image: url("https://nextprod-io-uploads.s3.ap-south-1.amazonaws.com/images-dev/slider-right-dec.jpg");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 60px;
    width: 1159px;
    height: 797px;
    z-index: -1
}

.main-banner .left-content {
    margin-right: 15px
}

.main-banner .left-content h6 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    color: #fe664e;
    margin-bottom: 15px;
    text-transform: uppercase
}

.main-banner .left-content h2 {
    z-index: 2;
    position: relative;
    font-weight: 700;
    font-size: 50px;
    color: #2a2a2a;
    margin-bottom: 20px
}

.main-banner .left-content p {
    margin-bottom: 30px;
    margin-right: 45px
}

.main-banner .right-image {
    text-align: right;
    position: relative;
    z-index: 20
}

.main-banner .right-image img {
    max-width: 593px
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg)
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg)
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg)
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg)
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg)
    }
}

.show-up {
    position: relative;
    z-index: 200
}

@media (max-width: 1200px) {
    .header-area .main-nav .logo h4 {
        font-size: 24px
    }

    .header-area .main-nav .logo h4 img {
        max-width: 25px;
        margin-left: 0
    }
}

@media (max-width: 992px) {
    .header-area .main-nav .logo h4 {
        font-size: 20px
    }

    .main-banner .left-content {
        margin-right: 0
    }

    .main-banner {
        text-align: center;
        padding: 0 0 30px 0
    }

    .main-banner:before {
        display: none
    }

    .main-banner .right-image {
        margin: 90px auto 0 auto;
        text-align: center
    }
}

@media (max-width: 767px) {
    .header-area .main-nav .logo h4 {
        font-size: 30px
    }

    .header-area .main-nav .logo h4 img {
        max-width: 30px;
        margin-left: 5px
    }

}

/* Extra style for log messages at the bottom: */
#log-messages {
    margin: 20px;
    padding: 10px;
    border: 1px dashed #ccc;
    height: 600px;
    overflow-y: auto;
    font-family: monospace;
    font-size: 10px;
    background: #f9f9f9;

}

/* Device Information Container Styles */
#device_information_container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-width: 600px;
    width: 90%;
    text-align: center;
    z-index: 999999 !important;
    display: none;
}

#device_information_container.visible {
    display: block !important;
}

.device_information_text {
    color: #333;
    line-height: 1.6;
}

.device_information_text p {
    margin-bottom: 20px;
    font-size: 16px;
}

.device_information_text a {
    color: #fe664e;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.device_information_text a:hover {
    color: #e55a43;
}

#device_information_url {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0;
    word-break: break-all;
    font-family: monospace;
    border: 1px solid #ddd;
}

.device_information_code {
    display: inline-block;
    background: #fe664e;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    margin: 20px 0;
    letter-spacing: 2px;
    box-shadow: 0 2px 10px rgba(254, 102, 78, 0.2);
}

/* Add overlay when device info container is visible */
#device_information_container:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
