.banner-agile {
    background-image: url('../images/Scai_banner_ggif');
    background-repeat: no-repeat;
    background-size: cover;
}

.middle-w3ls-nav {
    background-color: #8080801f !important;
}

.left-img-agikes {
    border-radius: 0% 100% 0% 100% / 60% 38% 62% 40%;
    /* background-color: #309bdb; */
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(10px);
    }
}

.img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    background: #c3cacd59;
}

li.nav-item a {
    letter-spacing: 1px;
    font-size: 20px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    text-decoration: none;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    /* margin-left: 100px; */
    position: relative;
    top: 0;
    left: 460px;
}

a.nav-link {
    margin: 20px;
}

.nav-item a {
    color: #309bdb;
    margin-left: 0px;
}

.nav-item .bttn {
    background-color: #309bdb;
    color: white;
    position: relative;
    /* top: 12px; */
    left: 120 !important;
}

.nav-item .bttn:hover {
    cursor: pointer !important;

}

.nav-item .conatct {
    position: relative;
    left: 30px;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #309bdb;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.left-img-agikes {
    position: relative;
}

.left-img-agikes .ani1 {
    position: absolute;
    top: 50px;
    right: 450px;
}

.left-img-agikes .ani2 {
    position: absolute;
    top: 100px;
    right: 570px;
}

.left-img-agikes .ani3 {
    position: absolute;
    top: 200px;
    right: 450px;
}

img.ani1 {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    animation-delay: 1s;
}

img.ani2 {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    animation-delay: .5s;
}

img.ani3 {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    animation-delay: 1.5s;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* nav  */
.navbar {
    padding: 0.5rem 1rem;
}

.navbar-brand img {
    max-width: 150px;
}

.nav-item .nav-link {
    font-size: 0.9rem;
    margin-right: 10px;
    text-align: center;
}

.nav-link .fa {
    margin-right: 5px;
}

.bttn {
    padding: 5px 10px;
}

/* @media (max-width: 576px) {
    .navbar-brand img {
        max-width: 120px;
    }

    .nav-item .nav-link {
        font-size: 0.8rem;
    }

    .bttn {
        font-size: 0.8rem;
    }
} */
/* Hide other nav items except for logo and SCAI Demo button on small screens */
@media (max-width: 576px) {
    .navbar-nav .nav-item {
        display: none;
    }

    .navbar-nav .nav-item.mt-4 {
        display: block;
    }

    .navbar-brand {
        flex-grow: 1;
        text-align: center;
    }

    .navbar-toggler {
        display: none;
    }
}


/* nav  */
.Scai_preview {
    box-shadow: 1px 1px 13px 0px #3299de;
}

.item {
    position: relative;
    display: inline-block;
    width: 350px;
    overflow: hidden;
}

.descr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0) rotate(90deg);
    background-color: rgb(55 153 214 / 27%);
    color: #000000;
    text-align: center;
    padding-top: 20px;
    transition: opacity .3s ease, transform .3s ease, rotate .3s ease;
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
}

.item:hover .descr {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

img {
    display: block;
    max-width: 100%;
    object-fit: cover;

}

.whatsapp_icon a img {
    position: absolute;
    bottom: 20px;
    left: 20px;
    position: fixed;
    z-index: 1;
    Width: 50px;
}

/* Silk  */
.slick-slide {
    padding: 0 15px;
    /* Adjust horizontal space between cards */
}

.slick-center .slick-slide {
    margin-left: 10px;
    /* Optional: add a small margin on the left of the centered item */
    margin-right: 10px;
    /* Optional: add a small margin on the right of the centered item */
}

.slick-slide img {
    border-radius: 8px;
    /* Optional: Add rounded corners to your images */
}

/* Silk // */
/* inquery Form */
.inquiry-form-container {
    position: fixed;
    top: 30%;
    right: -10px;
    width: 40px;
    height: 160px;
    background-color: #4693b9;
    display: flex;
    align-items: center;
    transition: width 0.3s ease, height 0.3s ease;
    overflow: hidden;
    z-index: 1000;
    cursor: pointer;
    /* border: 2px dashed white; */
    border-radius: 7px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

@media only screen and (max-width:480) {
    .inquiry-form-container {
        position: fixed;
        top: 20%;
        left: -15px;
        background-color: red;
    }
}

.inquiry-form-container.hovered {
    width: 300px;
    /* Width of the form when hovered */
    height: 400px;
    /* Full height when hovered */
    border-top-left-radius: 43px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 43px;
    border-bottom-left-radius: 0px;
}

.inquiry-form-trigger {
    transform: rotate(-90deg);
    white-space: nowrap;
    position: absolute;
    top: 42%;
    left: -49px;
    font-size: 17px;
    color: white;
}

.inquiry-form {
    padding: 50px;
    width: 100%;
}

.inquiry-form h3 {
    margin-top: 30px;
    color: white;
}

.inquiry-form input,
.inquiry-form textarea {
    width: 100%;
    margin-bottom: 5px;
    padding: 8px;
    border: 0;
    border-radius: 5px;
}

.inquiry-form button {
    padding: 10px;
    background-color: #0dcaf0;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 30px;
}

/* inquery Form // */
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: inset #4591b7 1px 0px 11px 2px;
}

/* New Css Hover */

/* New Css Hover // */






.privacy-policy-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

header h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

header p {
    font-size: 0.9rem;
    color: #555;
}

section {
    margin-top: 20px;
}

section h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #0056b3;
}

section p {
    margin-bottom: 10px;
}

ul {
    margin: 10px 0;
    padding-left: 20px;
}

ul li {
    margin-bottom: 8px;
}

a {
    color: #0056b3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* chat with scai */
.chat-toggle-button {
    position: fixed;
    bottom: 60px;
    right: 25px;
    padding: 3px 3px;
    background-color: #438db2;
    color: white;
    border: none;
    /* border-radius: 50px; */
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.chat-container {
    position: fixed;
    bottom: 60px;
    right: -350px;
    /* Start hidden */
    width: 320px;
    height: 450px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: #f0f0f0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    overflow: hidden;
    transition: right 0.3s ease-in-out;
}

.chat-container.open {
    right: 20px;
    /* Slide in */
}

.chat-container.closed {
    right: -350px;
    /* Slide out */
}

.chat-header {
    background-color: #438db2;
    color: white;
    padding: 12px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.chat-box {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.message {
    max-width: 75%;
    padding: 10px;
    border-radius: 10px;
    margin: 5px 0;
    font-size: 14px;
    word-wrap: break-word;
}

.user {
    align-self: flex-end;
    background-color: #69b8dfc0;
}

.bot {
    align-self: flex-start;
    background-color: #ffffff;
    border: 1px solid #ddd;
}

/* .chat-options {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px;
    background-color: white;
    border-top: 1px solid #ddd;
}

.chat-options button {
    flex: 1;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #075e54;
    color: white;
    cursor: pointer;
} */

.chat-options {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    /* Space between buttons */
    justify-content: center;
    padding: 10px;
}

.chat-option-btn {
    background-color: #438db2;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: auto;
    min-width: 120px;
    text-align: center;
}

.chat-option-btn:hover {
    background-color: #0056b3;
}