﻿body {
    font-family: "Ford Antenna", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: small;
}

.testvalue {
    color: black;
    border: 0;
    background: transparent;
    height: 65px;
    width: 100%;
    padding-left: 15px;
    padding: 15px;
    outline: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.body-content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


body {
    background-color: #EAEAEA;
    /*  background-image: url('/bg1.jpg');*/
    background-size: 100% 100%;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


body {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.backgroundC {
    /* background-color: rgba( 0, 0,  0, 1);*/
}

.header .navbar-main {
    font-family: "Ford Antenna", sans-serif;
    padding: 25px 0;
    font-weight: 600;
    font-size: 1.1em;
}

h1,
h2,
h3,
h4 {
    font-family: "Ford Antenna", sans-serif;
}

.intro-section-top h2 {
    text-transform: uppercase;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.6em;
}

h3 {
    font-size: 2.em;
}

.tiblock {
    align-items: center;
    display: flex;
    height: 17px;
}

.ticontainer .tidot {
    background-color: #90949c;
}

.tidot {
    -webkit-animation: mercuryTypingAnimation 1.5s infinite ease-in-out;
    border-radius: 2px;
    display: inline-block;
    height: 8px;
    margin-right: 8px;
    width: 8px;
}

@-webkit-keyframes mercuryTypingAnimation {
    0% {
        -webkit-transform: translateY(0px)
    }

    28% {
        -webkit-transform: translateY(-5px)
    }

    44% {
        -webkit-transform: translateY(0px)
    }
}

.tidot:nth-child(1) {
    -webkit-animation-delay: 200ms;
}

.tidot:nth-child(2) {
    -webkit-animation-delay: 300ms;
}

.tidot:nth-child(3) {
    -webkit-animation-delay: 400ms;
}


.profa {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 21fr;
    column-gap: 5px;
    font-size: 14px;
}

.usera {
    display: grid;
    align-items: center;
    grid-template-columns: 21fr 0fr;
    column-gap: 5px;
    font-size: 14px;
}

.text {
    color: white;
}

.left {
    position: relative;
    background: rgb(252, 255, 250);
    text-align: left;
    min-width: 5%;
    max-width: 100%;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    color: rgb(0, 0, 0);
}



.right {
    position: relative;
    background: rgb(252, 255, 250);
    text-align: right;
    min-width: 5%;
    max-width: 100%;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    float: right;
    right: 10px;
    color: rgb(0, 0, 0);
}

.scrollable {
    height: 400px;
    scroll-behavior: smooth;
    overflow-y: scroll;
    margin-right: auto;
    margin-left: auto;
    -ms-overflow-style: none;
    /* IE and Edge */

    scrollbar-width: none;
    /* Firefox */

    border-radius: 45px;
    padding: 35px;
}

    .scrollable::-webkit-scrollbar {
        display: none;
    }

#scrollabledivcontent {
}

.scrollable h1 {
    font-size: 20px;
}

.scrollable h2 {
    font-size: 25px;
}

.page1 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.scrollable h3 {
    font-size: 20px;
}

.btnsuggest {
    margin-bottom: 0px;
    font-weight: bold;
    width: 15%;
    height: auto;
    background-color: white;
    border-radius: 10px;
    flex-direction: column;
    height: 100%;
}

.btnsuggest1 {
    margin-bottom: 10px;
    font-weight: bold;
    width: 20%;
    height: auto;
    background-color: #fffdfb;
    border-radius: 10px;
    flex-direction: column;
    height: 100%;
    color: #12013e;
}

#inputmessage {
    width: 100%;
    display: flex;
}

#messageManage1 {
    background-color: #D0D0D0;
    margin: 10px;
    border-radius: 44px;
    width: 100%;
    display: inline-flex;
}

#messageManage {
    background-color: rgba(0, 8, 91, 0.1);
    margin: 20px;
    border-radius: 44px;
    width: 100%;
    display: inline-flex;
}

#testvalue {
    color: black;
    border: 0;
    background: transparent;
    height: 65px;
    width: 100%;
    padding-left: 15px;
    padding: 15px;
    outline: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}



.pinkText {
    color: rgb(203, 29, 58);
}

#chatbotinf {
    color: rgb(48, 39, 39);
}

.navbar-main li.nav-item {
    padding: 10px 20px;
}

.navbar-main a.nav-link {
    color: #1a4470;
    font-weight: 600;
    font-size: 1.1em;
    position: relative;
    margin: 0;
    padding: 0 !important;
    !i;
    !;
}

    .navbar-main a.nav-link:hover:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #225993;
        position: absolute;
        left: 0;
        bottom: -3px;
    }

.navbar-main .nav-link.active,
.navbar-main .nav-link.show {
    color: #ffffff;
}

.header .container {
    position: relative;
    padding: 0;
}

.site-logo {
    margin-left: 15px;
    border-radius: 3px;
    max-width: 220px;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    margin-top: 10px;
    left: 0;
}

.intro-section {
    display: block;
    padding-bottom: 5px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.nav-social a {
    font-size: 25px;
    padding: 10px;
    color: #1a4470;
    background-color: #ffffff;
}

    .nav-social a:hover {
        color: #225993;
    }

.intro-section-top {
    padding-top: 10px;
    padding-bottom: 20px;
}

.introbox {
    color: black;
    display: flex;
}

.introboxleft {
    padding: 0 5px;
    max-width: 180px;
}

.introboxright {
    width: auto;
    color: #1a4470;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    padding: 5px;
    margin-top: 7%;
    margin-bottom: 3%;
}


img,
svg {
    height: auto;
    width: 100%;
}

.intro-avatar {
    border-radius: 50%;
    max-width: 120px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

.intro-section-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #000000;
    border-radius: 50px;
    opacity: 100%;
}

    .intro-section-bottom h2 {
        display: inline;
        line-height: 1;
        margin-bottom: 0;
        font-size: 26px;
    }

    .intro-section-bottom span {
        padding: 0 30px;
        font-size: 12px;
    }

.container-box {
    max-width: 950px;
}

.featurebox button,
.featurebox button:hover {
    width: 100%;
    background-color: white;
    border: 1px solid #ffffff;
    color: #151b25; /* BHBW navy blue */
    font-weight: 600;
    font-size: 14px;
    padding: 20px;
    border-radius: 20px;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    text-align: center;
    height: auto;
}

    .featurebox button:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }

.slick-slide {
    padding: 5px;
}

.featurebox {
    font-size: 16px;
    font-style: bold;
}

.chatboxcontent {
    background: #EAEAEA;
    border-radius: 45px;
    box-shadow: 5px 10px 20px #00000045;
}

.scrollable hr {
    border: 0;
}

.btnsubmit {
    border-radius: 45px;
    width: 120px;
    background-color: #1a74d1; /* bold blue */
    color: #ffffff;
    font-weight: bold;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

    .btnsubmit:hover {
        background-color: #125ca3;
        transform: scale(1.02);
        cursor: pointer;
    }

    .btnsubmit:hover {
        border-radius: 45px;
        width: 120px;
        background-color: #151b25;
        color: rgb(255, 255, 255);
    }

.chatinput-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}

button.clearchatbtn {
    margin-right: auto;
    margin-left: auto;
    background-color: #e5b43c; /* warm yellow-gold */
    color: #151b25; /* dark text */
    border-radius: 50px;
    padding: 15px 25px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: bold;
    font-size: 15px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: 0.2s ease;
}

    button.clearchatbtn:hover {
        filter: brightness(1.1);
        transform: scale(1.02);
        cursor: pointer;
    }

button.clearchatbtn1 {
    background-color: red;
    color: white;
    border-radius: 50px;
    padding: 15px 25px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: normal;
    font-size: 20px;
}

#testvalue1 {
    color: black;
    border: 0;
    background: transparent;
    height: 65px;
    width: 100%;
    padding-left: 15px;
    padding: 15px;
    outline: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.btnsubmit1 {
    border-radius: 45px;
    width: 120px;
    background-color: #12013e;
    color: white;
}

.footer-bottom-text h3 {
    font-family: "Papyrus", Fantasy;
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 18px;
}

.header {
    background-color: #ffffff; /* white */
    min-height: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* subtle shadow for separation */
}


.footer-bottom-text {
    background: #121212;
    padding: 20px 0;
}

.profa .image,
/*User Image*/
.usera .image {
    margin-right: 0;
    top: 0;
    align-content: start;
    align-self: flex-start;
}

    .profa .image img,
    .usera .image img {
        width: 40px;
        border-radius: 50%;
    }

.profa .left {
    padding: 1em;
    border-inline: 1.5em solid #0000;
    border-radius: calc(1em + 1.5em)/1em;
    mask: radial-gradient(100% 100% at 0em 1.5em, #0000 99%, #000 102%) 0% 0% /1.5em 1.5em no-repeat, linear-gradient(#000 0 0) padding-box;
    background: #D4D5E3;
    opacity: 100%;
    color: #000000;
    border-top-left-radius: 0 0;
    place-self: start;
}

.usera .right {
    padding: 1em;
    border-inline: 1.5em solid #0000;
    border-radius: calc(1em + 1.5em)/1em;
    mask: radial-gradient(100% 100% at 1.5em 1.5em, #0000 99%, #000 102%) 100% 0% /1.5em 1.5em no-repeat, linear-gradient(#000 0 0) padding-box;
    background: #fff;
    color: #000;
    border-top-right-radius: 0 0;
    place-self: start;
}

.clearsection {
    margin-top: 10px;
    padding-bottom: 50px;
}

.clearsection1 {
    margin: 30px;
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
}

.navbar-toggler {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #1a4470;
    color: #ffffff;
    z-index: 2;
    border: 1px solid #ccc;
    margin: 0;
    outline: none;
}



.slick-dots li.slick-active button:before {
    color: White !important;
}

.footer-mypanoramic {
    background-color: #151b25;
    padding: 40px 20px;
    text-align: center;
    border-top: 5px solid #00aeef; /* Optional accent color */
}

    .footer-mypanoramic .footer-logo {
        max-width: 120px;
        margin-bottom: 15px;
    }

    .footer-mypanoramic .footer-tagline {
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
        font-family: "Ford Antenna", sans-serif;
    }

    .footer-mypanoramic .footer-social-icons {
        margin: 10px 0 15px;
    }

        .footer-mypanoramic .footer-social-icons a {
            color: white;
            margin: 0 12px;
            font-size: 28px;
            transition: transform 0.3s ease;
        }

            .footer-mypanoramic .footer-social-icons a:hover {
                color: #00aeef;
                transform: scale(1.1);
            }

    .footer-mypanoramic .footer-copy {
        color: #aaa;
        font-size: 12px;
        margin-top: 10px;
    }

.footer-visit-btn {
    display: inline-block;
    background-color: #00aeef; /* MyPanoramic bright blue */
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .footer-visit-btn:hover {
        background-color: #007bbd;
        transform: scale(1.05);
    }

.featurebox1 {
    font-size: 14px;
}

    .featurebox1 button,
    .featurebox1 button:hover {
        width: 100%;
        border: 0;
        color: #12013e;
        font-weight: normal;
        padding: 20px 15px;
        line-height: 1.2;
        background: #ffffff;
        font-size: 15px;
        height: 80px;
        border: solid 2px #12013e;
    }

@media all and (max-width: 720px) {
    .intro-section-top {
        padding: 20px 0;
        padding-top: 10px;
    }

    .navbar-main .nav-link.active,
    .navbar-main .nav-link.show {
        color: #ffffff;
    }

    body {
        background-image: url('/bg1.jpg');
        background-color: white;
        background-size: 100% 100%;
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        image-rendering: optimizeSpeed;
    }

    .intro-avatar {
        border-radius: 50%;
        max-width: 120px;
        margin: 0 auto;
        display: block;
        margin-top: 10px;
        margin-bottom: -10px;
    }

    .navbar-main a.nav-link {
        color: #ffffff;
        font-weight: normal;
        font-size: 1.1em;
        position: relative;
        margin: 0;
        padding: 0 !important;
        !i;
        !;
    }

    .nav-social a {
        font-size: 25px;
        padding: 10px;
        color: #ffffff;
        background-color: #151b25;
    }

    .featurebox1 {
        font-size: 14px;
        max-width: 250px;
        margin-bottom: 0px;
    }

    .navbar-collapse {
        width: 100%;
        position: absolute;
        padding: 20px;
        padding-top: 52px;
        top: 0;
        right: 0;
        left: 0;
        background: #151b25;
        color: #000000;
        z-index: 1;
    }

    .site-logo {
        max-width: 120px;
        margin-top: 10px;
        left: 46%;
        transform: translate(-50%, 0);
    }

    .nav-social {
        flex-direction: row;
    }

    .page {
    }

    header {
        color: #151b25;
    }

    .introbox {
        display: block;
        text-align: center;
    }

    .introboxleft {
        margin: 0 auto;
    }

    .intro-section-bottom {
        display: block;
        text-align: center;
        margin: 0 30px;
        border-radius: 25px;
        margin-top: -5%;
        margin-bottom: -5%;
    }

    .responsive-feature {
        margin-bottom: 20px;
    }

    .intro-section-bottom h2 {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .intro-section-bottom h2,
    .intro-section-bottom span {
        display: block;
        text-align: center;
        line-height: 1;
        font-size: 16px;
    }

    .scrollable {
        padding: 14px;
    }

    .featurebox {
        max-width: 400px;
        margin-bottom: 20px;
        text-align: center;
        justify-content: center;
    }

        .featurebox .text {
            font-size: 30px;
        }

    textarea:-moz-placeholder,
    /* Firefox 18- */
    textarea::-moz-placeholder,
    /* Firefox 19+ */
    textarea:-ms-input-placeholder,
    /* IE 10+ */
    textarea::-webkit-input-placeholder,
    /* Webkit based */
    textarea::placeholder {
        /* Modern browsers */
        color: #000000;
    }
}

body {
}

button.DownloadPDFbtn {
    background-color: #12013e;
    color: white;
    border-radius: 50px;
    padding: 15px 25px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: normal;
    font-size: 20px;
}
