*{
    margin: 0;
}

    .navbar {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 4px 0;
    position: relative;
  }
  
  .navbar ul {
    list-style: none;
    display: flex;
    justify-content: center;
  }
  
  .navbar ul li {
    margin: 0 20px;
  }
  
  .navbar ul li a {
    color: #333;
    text-decoration:none;
    font-family:Bodoni MT;
    font-weight: 600;
    font-size: 16px;
    padding: 10px;
    transition: color 0.3s, border-bottom 0.3s;
    position: relative;
  }
  
  .navbar ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #007bff;
    left: 0;
    bottom: 5px;
    transition: width 0.3s ease-in-out;
  }
  
  .navbar ul li a:hover::after {
    width: 100%;
  }
  
  .navbar ul li a:hover {
    color: #007bff;
  }
  /*above is navBar  */
.color{

    background-color:#4ba0d9;
    overflow: hidden;
}
.con{
    display: flex;
    width: fit-content;
    margin: 0 auto;
}
.header {
    display: flex;
    align-items: center; /* Centers the content vertically */
    padding: 10px;
  }
  
  .logo {
    display: flex;
    align-items: center;
  }
  
  .logo img {
    margin-right: 15px; /* Adds space between logo and text */
  }
  
  .text h1 {
    margin: 0;
  }
  
  .text h4 {
    margin: 0;
    font-weight: normal;
  }
  /*Above is logo and header */

.abox{
    text-align: justify;
    margin: 20px 20px ;
}
.box1 {
    border: 2px solid black;
    width:225px ;
    margin:0 0 40px 40px;
    padding: 5px ;
    background-color: #F1E7E5;
    float: left;
}
.box1 h4{
    padding: 2px;
}
.footer{
    background-color: rgb(86, 168, 222);
	clear: both;
	font-size: 15px;
    color:whitesmoke;
    text-size-adjust: 10px;
    margin-top: 50px;
}
.footer p{
    text-align: center;
}
.SERVICES1{
    background-color: rgb(171, 234, 236);
    padding: 100px;
    margin: 30px;
}
.SERVICES1 li{
    padding: 10px;
}
/* --------------------------------------------------------------- */
.slideshow-container {
    position: relative;
    max-width: 900px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
}

.slides {
    display: none;
}

.slideshow-container.slides {
    width: 100%;
    height: 200%;
}

.fade {
    animation: fade 1.5s ease-in-out;
}

@keyframes fade {
    from { opacity: 0.4; }
    to { opacity: 1; }
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0,0,0,0.5);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}


/* .slideshow-container {
    
    position:relative;
    overflow: hidden;
  }
  
  .slides {
    display: none;
    animation: moveImage 5s infinite alternate;
  }
  
  .slides:first-child {
    display: block;
    animation: moveImage 12s infinite alternate;
  }

  @keyframes moveImage {
    0% {
        transform: translateX(600px);
    }
    100% {
        transform: translateX(0px);
    }
} */
 /* ---------------*/
  /* Chatbot Icon */
.chatbot-icon {
    width: 70px;
    height: 70px;
    background-color: hsl(211, 100%, 50%);
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.chatbot-icon:hover {
    transform: scale(1.1);
}
.chatbot-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* Chatbot Frame */
.chatbot-frame {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 300px;
    height: 400px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 1000;
}

/* Menu Bar */
.menu-bar {
    display: flex;
    justify-content: space-around;
    background-color: #f1f1f1;
    padding: 10px;
}
.menu-bar button {
    padding: 8px;
    font-size: 12px;
    background-color: hsl(211, 100%, 50%);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.menu-bar button:hover {
    background-color: hsl(211, 100%, 45%);
}

/* Chatbot Icon */
.chatbot-icon {
    width: 70px;
    height: 70px;
    background-color: hsl(211, 100%, 50%);
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.chatbot-icon:hover {
    transform: scale(1.1);
}
.chatbot-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* Chatbot Frame */
#map {
    height: 200px;
    margin-top: 10px;
}
.chatbot-frame {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 300px;
    height: 400px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 1000;
}

/* Menu Bar */
.menu-bar {
    display: flex;
    justify-content: space-around;
    background-color: #f1f1f1;
    padding: 10px;
}
.menu-bar button {
    padding: 8px;
    font-size: 12px;
    background-color: hsl(211, 100%, 50%);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.menu-bar button:hover {
    background-color: hsl(211, 100%, 45%);
}

/* Chat Container */
.chat-container {
    padding: 10px;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    overflow-y: auto;
    height: 260px;
}

/* User Input */
.user-input {
    display: flex;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #ccc;
}
.user-input input[type="text"] {
    flex: 1;
    /* padding: 8px; */
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.user-input button {
    /* padding: 8px 12px; */
    background-color: hsl(211, 100%, 50%);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
}
.user-input button:hover {
    background-color: hsl(211, 100%, 45%);
}
