*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;   
   }
   body{
        height: 100vh;
        width: 100vw;
       overflow-x: hidden;
      
   }
   body::-webkit-scrollbar{
       display: none;
   }
   .topbanner{
    margin-top: 100px;
    height: 731px;
    width: 100%;
    
}
.topbanner img{
        height: 100%;
        width: 100%;
        object-fit: cover;
}
   .mobilenav{
    display: none;
   }
   .navbar{
    z-index: 99999;
        height: 100px;
        width: 100%;
        background-color:white;
        position: fixed;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
   }
   .n1{
    /* margin-top: 100%; */
    
    height: 100%;
    width: 20%;
    /* background-color: darkblue; */
    overflow: hidden;
   }
   .n1 img{
    padding: 0px;
    height: 100%;
    width: 100%;
    object-fit:contain;
   }
   .n2{
    height: 100%;
    width: 30%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content:space-between;
   }
   .n2 a{
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #3c3c3c;
   }
   .n2 a:hover{
    color: #3c87c8;
   }
   .n3{
    height: 100%;
    width: 20%;
    /* background-color: rgb(18, 8, 7); */
    display: flex;
    align-items: center;
    justify-content: right;
}
.n3 a{
    color: white;
    font-size: 15px;
    font-family: "Barlow", sans-serif;
    padding: 13px;
    border-radius: 3px;
    text-decoration: none;
    background-color: #022358;
    /* background-color:rgb(23, 121, 232); */
}

.div2{
    height: 730px;
    width: 100%;
    padding: 20px;
    background-color:white;
   }
   .subdiv2{
    height: 100%;
    width: 100%;
    /* background-color:saddlebrown; */
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .subdiv22{
    height: 90%;
    width: 50%;
    /* background-color: aliceblue; */
   }
   .subdiv23{
    height: 80%;
    width: 40%;
    /* background-color:white; */
  }
  .subdiv23 img{
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .headdy{
    height: 20%;
    width: 100%;
    background-color: white;
    /* background-color:pink; */
    display: flex;
    align-items:center;
    justify-content: left;
  }
  .headdy p{
    height: 3%;
    width: 10%;
    background: linear-gradient(45deg, rgb(23, 74, 90), rgb(2, 112, 99));;
    margin-right: 5px;
  }
  .headdy h1{
    color: #022358;
    /* color:#424242; */
    font-size: 50px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .connty{
    height: 60%;
    width: 100%;
    /* background-color: aqua; */
    display: flex;
    align-items: left;
    flex-direction: column;
    justify-content: left;
  }
  .connty h1{
    font-size: 40px;
    font-weight: 300;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .connty p{
    padding-top: 20px;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 32px;
    text-align: justify;
    font-family: "Lato", sans-serif;
  }
  .connty a{
    color: blue;
    text-decoration: none;
    padding-top: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  
  }
  
.hometwo{
    height: 730px;
    width: 100%;
    background-color:white;
    padding: 20px;
}
.subhometwo{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-evenly;
    /* background-color: rosybrown; */
}
.sht1{
    height: 100%;
    width: 35%;
    /* background-color: #3c3c3c; */
    /* place-items: center; */
}
.sht1 img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.sht2{
    height: 100%;
    width: 55%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* background-color: rebeccapurple; */
}
.sht2 h1{
    font-family: "Overpass", sans-serif;
    font-size: 32px;
    text-transform: capitalize;
    text-align: left;
    font-weight: 100;
    line-height: 50px;
}
.sht2 p{
    font-family: "Barlow", sans-serif;
    font-size:17px;
    text-align: left;
    text-transform: capitalize;
    line-height: 35px;
    margin-top: 30px;
    color:#3c3c3c;
}
.topic{
    height: 220px;
    width: 100%;
    padding: 20px;
}
.subtopic{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.subtopic h1{
    /* font-family: "Ubuntu", sans-serif; */
    font-family: "Overpass", sans-serif;
    font-size: 32px;
    font-weight: 250;
    line-height: 50px;
    text-transform: capitalize;
    /* color:#3c3c3c; */
    color: #022358;
    /* color: rgb(17, 66, 140); */
}
.subtopic p{
    font-size: 17px;
    /* font-family: "Overpass", sans-serif; */
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 10px;
    letter-spacing: 2px;
    /* color:#e41646; */
    color: #3c3c3c;
}
.container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
   height: 330px;
   width: 100%;
}

.card {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(23, 74, 150), rgb(2, 112, 99));
    color: white;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.iconi {
    font-size: 50px;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
}

.card:hover .iconi {
    transform: rotate(360deg);
}

.container h3 {
    font-family: "Overpass", sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
}

.container p {
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    margin-bottom: 35px;
}

.btn {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-family: "Overpass", sans-serif;
    transition: background-color 0.3s ease-in-out;
}

.btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Importing Font Awesome icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

.empto{
    height: 50px;
    width: 100%;
}
.empt{
    height: 100px;
    width: 100%;
}
.boxi{
    height: 600px;
    width: 100%;
    background-image: url(../IMG/maxresdefault.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.subbox{
    height: 100%;
    width: 100%;
    background-color: #000000da;
    display: flex;
    align-items: center;
    justify-content: center;
}
.conbox{
    height: 70%;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.conbox h1{
    font-family: "Overpass", sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
    text-transform: capitalize;
    text-align: center;
    color: #e41646;
    /* color: rgb(149, 16, 16); */
}
.conbox p{
    margin-top: 30px;
    text-align:center;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.514);
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    font-family: "Barlow", sans-serif;
}
.ti{
    height: 280px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Overpass", sans-serif;
}
.header {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header h2 {
    color: #022358;
    margin-top: 20px;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.header .rating {
    margin-bottom: 10px;
}

.stars {
    color: #ffb400;
    font-size: 1rem;
}

.score {
    font-size: 0.9rem;
    color: #777;
}

.leave-review-btn {
    background-color: #4185f4;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.9rem;
    margin-top: 20px;
}
.leave-review-btn:hover{
    background-color: #0c58d3;
}
.tesi{
    height: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #022358;
    /* background-color: rgb(7, 51, 126) ; */
    /* background-color: #333; */
}
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
figure.snip1157 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  padding: 0px;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
figure.snip1157 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snip1157 img {
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: 40px 0 0 10px;
}
figure.snip1157 blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color:white;
  padding: 58px 50px 100px 50px;
  height: 150px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
  color: black;
}
figure.snip1157 blockquote:before {
  top: 25px;
  left: 20px;
}
figure.snip1157 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 12px;
}
figure.snip1157 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fafafa;
  margin: 0;
  position: absolute;
}
figure.snip1157 .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 120px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
figure.snip1157 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.snip1157 .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}
.contactt{
    height: 400px;
    width: 100%;
    background-image: url(../IMG/bopp-inside-product-01.jpeg);
    background-position:center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    /* padding-top: 100px; */
        /* background-color: #454cd1; */
  }
  .subcontactt{
    height: 100%;
    width: 100%;
    /* background-color: #000000da; */
    background-color:rgba(17, 17, 17, 0.901);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .subcconn{
    height: 100%;
    width: 100%;    
    /* background-color: #454cd1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .subcconn h1{
    /* font-family:Arial, sans-serif; */
    font-size: 38px;
    color:rgb(222, 218, 218);
    font-family: "Poppins", sans-serif;
  }
  .subcconn p{
    /* font-size: 38px; */
    font-size: 15px;
    color: rgb(207, 205, 205);
    font-family: "Poppins", sans-serif;
  }
  .subcconn a{
    font-family: "Poppins", sans-serif;
    color: white;
    height: 35px;
    width: 180px;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    padding-top: 8px;
    border-radius: 5px;
    background-color: #2f73e1;
  }
  .subcconn a:hover{
    background-color: #114dad;
    color: rgba(255, 255, 255, 0.734);
  }
  .sta{
    height: 250px;
    width: 100%;
    background-color: #022358;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .stats-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    padding: 20px;
}

.stat-item {
    text-align: center;
    flex-basis: 24%;
    font-family: "Poppins", sans-serif;
    border-right: 1px solid rgb(206, 206, 206);
}

.iconn img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.stat-item h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
}

.stat-item p{
    color: white;
    font-size: 16px;
}

.summa{
    height: 20px;
    width: 100%;
    background-color:white;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left:10px;
  
  }
  .summa p{
    height: 50%;
    width: 0.6%;
   border-radius: 100%;
   background-color: rgb(240, 59, 59);
  }
  #np1{
    height: 50%;
    width: 0.6%;
    border-radius: 100%;
    background-color: rgb(236, 190, 52);
    /* padding-left: 5px; */
    margin-left: 3px;
  }
  #np2{
    height: 50%;
    width: 0.6%;
    border-radius: 100%;
    background-color: rgb(10, 141, 28);
    margin-left: 3px;
  }
  /* footer code */
  .footer{
    height: 550px;
    width: 100%;
    background-color: rgb(3, 21, 50);
    /* background-color: #000a30; */
    /* background-color:rebeccapurple; */
    padding: 20px;
  }
  .subfooter{
    height: 100%;
    width: 100%;
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .fdiv{
    height: 80%;
    width:100%;
    /* background-color: rgb(114, 55, 55); */
    display: flex;
    align-items: center;
    justify-content: space-around   ;
  }
  .seconddiv{
    height:50px;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    /* padding-left: 10px; */
    background-color:#e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
  }
  .minicon{
    height: 100%;
    width: 22%;
    /* background-color: darkgoldenrod; */
  }
  .imgg{
    height: 30%;
    width: 100%;
    background-color:rgb(255, 255, 255);
      overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: left;
    border-radius: 10px;
  }
  .imgg img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: contain;
    opacity: 0.8;
  }
  .imgg img:hover{
    opacity: 1;
    /* transform: scale(0.4); */
  }
  .cons{
    height: 40%;
    width: 100%;
    /* background-color: bisque; */
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-around;
    position: relative;
  }
  .cons p{
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: #97a0b8;
    /* margin-top: 20px; */
    /* line-height:25px; */
    text-transform:capitalize;
    text-align: justify;
  }
  
  .footer-social-icon{
    height: 40%;
    margin-top: 20px;
    width: 100%;
    /* padding-top: 30px; */
    /* background-color: red; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: center; */
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
   }
   .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
   }
   .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 0%;
   }
   .facebook-bg{
    background: #4270d4;
   }
   .instagram-bg{
    background: #e11574;
   }
   .google-bg{
    background: #fb381e;
   }
   .whatsapp-bg{
     background: rgb(36, 185, 36);
   }
  .con2{
    height: 30%;
    width: 100%;
    /* background-color:honeydew; */
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .con2 img{
    object-fit: contain;
    height: 100%;
    width: 100%;
    
    /* margin-right: 400px; */
  }
  .con2 h2{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1.2px;

    color:white;

  }
  .con3{
    height: 60%;
    width: 100%;
    /* background-color: white; */
    display: flex;
    flex-direction: column;
  }
  .con3 a{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #97a0b8;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    text-decoration: none;
  }
  .con3 a:hover{
    color: white;
    letter-spacing: 2px;
  }
  .con3 i{
    font-size: 14px;
    color:darkorange;
    padding: 10px;
  }
  #con3{
    height: 60%;
    width: 100%;
    /* background-color: white; */
    display: flex;
    flex-direction: column;
  }
  #con3 a{
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color: rgb(46, 95, 255);
    letter-spacing: 1.5px;
    text-transform: capitalize;
    /* text-decoration: none; */
  }
  #con3 a:hover{
    color: rgb(255, 140, 0);
    letter-spacing: 2px;
  }
  #con3 i{
    font-size: 14px;
    color: orange;
    padding: 10px;
  }
  .subcon2{
    height: 60%;
    width: 100%;
    /* background-color: blueviolet; */
    /* line-height: 20px; */
  }
  .subcon3{
    height:80%;
    width: 100%;
    /* background-color: greenyellow; */
    padding-left: 10px;
    /* line-height: 60px; */
  }
  .cons h2{
    padding-top: 20px;
    /* margin-top: 20px; */
    /* line-height: 40px; */
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #97a0b8;
    letter-spacing: 1.5px;
    line-height: 18px;
    text-transform: capitalize;
    /* color: rgb(69, 56, 56); */
  }
  .subcon3 h2{
  padding-top: 20px;
    /* margin-top: 20px; */
    /* line-height: 40px; */
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #97a0b8;
    letter-spacing: 1.5px;
    text-transform: capitalize;
  }
  .subcon4{
    height: 20%;
    width: 100%;
    /* background-color: aqua; */
  }
  .subcon4 i{
    font-size: 19px;
    color: orange;
    padding: 10px;
  }
  .copy{
    height: 100%;
    width: 30%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .copy h2{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color:black;
  }
  .copy span a{
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color:rgb(26, 26, 165)
  }
  .copy1{
    height: 100%;
    width: 30%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .copy1 h2{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color:black;    
  }
  .copy2{
    height: 100%;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* background-color: saddlebrown; */
  }
  .copy2 a{
    font-size: 13px;
    font-family: "Manrope", sans-serif;
    color:rgb(23, 7, 143);   
    text-decoration: none;
    letter-spacing: 1.5px;
    padding-right: 10px;
  }

  /* chatbot */

  /* styles.css */

/* Global Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f5f5;
   
  }
  
  /* Assistant Button */
  #assistantBtn {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #0084ff;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    z-index: 1000;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  
  #assistantBtn:hover {
    background-color: #005bb5;
    transform: scale(1.05);
  }
  
  /* Chatbox Container */
  .chatbox {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: fixed;
    bottom: 0px; /* Adjusted to appear above the Assistant button */
    right: 30px;
    width: 400px;
    max-width: 90%;
    height: 500px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: translateY(100%); /* Hidden by default */
    transition: transform 0.5s ease;
    z-index: 999;
  }
  
  /* Chatbox Visible State */
  .chatbox.active {
    transform: translateY(0);
    bottom: 100px;
  }
  
  /* Chatbox Header */
  .chatbox-header {
    background-color: #0084ff;
    color: #ffffff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .chatbox-header h4 {
    margin: 0;
    font-size: 18px;
  }
  
  #closeBtn {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  
  #closeBtn:hover {
    color: #cccccc;
  }
  
  /* Chat Logs */
  .chatlogs {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 20px;
    flex: 1;
    overflow-y: auto;
    background: #f9f9f9;
  }
  
  /* Individual Chat Message */
  .chat {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  
  /* User Chat Alignment */
  .chat.user {
    flex-direction: row-reverse;
  }
  
  /* Icon Container */
  .icon {
    flex-shrink: 0;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Font Awesome Icon Styling */
  .icon i {
    font-size: 24px;
    color: #ffffff;
    background-color: #0084ff;
    padding: 10px;
    border-radius: 50%;
  }
  
  .chat.bot .icon i {
    background-color: #e5e5ea;
    color: #000000;
  }
  
  /* Message Bubble */
  .message {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 10px 15px;
    border-radius: 15px;
    max-width: 70%;
    position: relative;
    margin: 0 10px;
    word-wrap: break-word;
    background: #0084ff;
    color: #ffffff;
    font-size: 16px;
    transition: background 0.3s ease, color 0.3s ease;
  }
  
  .chat.bot .message {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #e5e5ea;
    color: #000000;
  }
  
  /* Chat Form */
  .chat-form {
    display: flex;
    padding: 15px;
    background: #ffffff;
    border-top: 1px solid #ccc;
  }
  
  /* Chat Input Field */
  .chat-form input {
    flex: 1;
    padding: 10px 15px;
    border: 2px solid #0084ff;
    border-radius: 25px;
    outline: none;
    font-size: 16px;
    transition: border-color 0.3s ease;
  }
  
  .chat-form input:focus {
    border-color: #005bb5;
  }
  
  /* Send Button */
  .chat-form button {
    padding: 10px 20px;
    border: none;
    background: #0084ff;
    color: #ffffff;
    border-radius: 25px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease, transform 0.2s ease;
  }
  
  .chat-form button:hover {
    background: #005bb5;
  }
  
  .chat-form button:active {
    transform: scale(0.95);
  }
  
  /* Scrollbar Styling */
  .chatlogs::-webkit-scrollbar {
    width: 6px;
  }
  
  .chatlogs::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  .chatlogs::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
  }
  
  .chatlogs::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  /* Typing Indicator Styles */
  .typing {
    display: flex;
    align-items: center;
  }
  
  .typing span {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background: #555;
    border-radius: 50%;
    animation: typing 1s infinite;
  }
  
  .typing span:nth-child(2) {
    animation-delay: 0.2s;
  }
  
  .typing span:nth-child(3) {
    animation-delay: 0.4s;
  }
  .icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  
  @keyframes typing {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
  }
  
  /* Responsive Design */
  @media (max-width: 500px) {
    .chatbox {
      width: 90%;
      bottom: 80px; /* Adjusted for smaller screens */
    }
  
    .chatlogs {
      height: 300px;
    }
  
    #assistantBtn {
      width: 50px;
      height: 50px;
      font-size: 20px;
    }
  }
  /* Styling for the WhatsApp icon */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 30px;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.3s ease;
}

/* Hover effect */
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
}

/* Icon positioning inside the circle */
.whatsapp-float i {
  margin-top: 16px;
}

/* Media query for smaller devices */
@media (max-width: 768px) {
  .whatsapp-float {
      width: 60px;
      height: 60px;
      font-size: 25px;
      right: 30px;
  }
  .whatsapp-float i {
      margin-top: 18px;
  }
}







@media screen and (max-width:600px) {



  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;   
   }
   body{
        height: 100vh;
        width: 100vw;
       overflow-x: hidden;
      
   }
   body::-webkit-scrollbar{
       display: none;
   }
   .topbanner{
    display: none;
  }
  .topbanner img{
        display: none;
  }
  .mobilenav{
  height: 75px;
  width: 100%;
  background-color:white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobilenavlogo{
  height: 100%;
  width: 20%;
  padding-left: 10px;
  /* background-color: #1248c5; */
}
.mobilenavlogo img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/* hamburger menu */


#menuToggle
{
/* display: block; */
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
top: 0px;
left: -10px;
height:40px;
width: 50px;
z-index: 1;

-webkit-user-select: none;
user-select: none;
border: 1px solid black;
border-radius: 5px;
/* background-color: #000000; */
/* background: radial-gradient(circle at 10% 20%, rgb(7, 121, 222) 0%, rgb(20, 72, 140) 90%); */
/* background-color: #1248c5; */
/* background-color: #00000092; */
/* background-color:#f1f2f5; */
/* background-color:rgba(41, 41, 234, 0.696); */
}

#menuToggle a
{
text-decoration: none;
color: #e6dddd;

transition: color 0.3s ease;
}

#menuToggle a:hover
{
color: black;
}


#menuToggle input
{
display: block;
width: 40px;
height: 32px;
position: absolute;
top: 3px;
left: 5px;

cursor: pointer;

opacity: 0; /* hide this */
z-index: 2; /* and place it over the hamburger */

-webkit-touch-callout: none;
}

/*
* Just a quick hamburger
*/
#menuToggle span
{
display: block;
width: 33px;
height: 3px;
margin: 3px;

/* margin-bottom: 5px; */
position: relative;
  background-color: rgba(26, 25, 25, 0.788);
/* color: #1248c5; */
/* background-color: #1248c5; */
/* background: #ede9e9; */
border-radius: 1px;

z-index: 1;

transform-origin: 4px 0px;

transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            opacity 0.55s ease;
}

#menuToggle span:first-child
{
transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
transform-origin: 0% 100%;
}

/* 
* Transform all the slices of hamburger
* into a crossmark.
*/
#menuToggle input:checked ~ span
{
/* padding-left: 10px; */
opacity: 1;
transform: rotate(45deg) translate(7px, -3px);
background: rgba(26, 25, 25, 0.788);
/* background-color: #1248c5; */
}

/*
* But let's hide the middle one.
*/
#menuToggle input:checked ~ span:nth-last-child(3)
{
opacity: 0;
transform: rotate(0deg) scale(0.2, 0.2);
}

/*
* Ohyeah and the last one should go the other direction
*/
#menuToggle input:checked ~ span:nth-last-child(2)
{
transform: rotate(-45deg) translate(5px, 8px);
}

/*
* Make this absolute positioned
* at the top left of the screen
*/
#menu
{
  overflow: hidden;
position: absolute;
width:100vw;
/* margin: -100px 0 0 -50px; */
top:55px;
left: -470px;
padding: 100px;
border: none;
/* padding-left: 55px; */
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
/* font-family: "Manrope", sans-serif; */
/* padding-top: 125px; */
height: 95vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
/* justify-content: left; */
/* background: #dc3e3e; */
background-color: rgb(2, 35, 89);
/* background: radial-gradient(circle at 10% 20%, rgb(7, 121, 222) 0%, rgb(20, 72, 140) 90%); */
/* background: rgb(76, 57, 218); */
/* background: linear-gradient(90deg, rgba(187,21,21,1) 0%, rgba(240,113,120,1) 48%, rgba(208,10,10,1) 100%, rgba(118,156,0,1) 100%); */
list-style-type: none;
-webkit-font-smoothing: antialiased;
/* to stop flickering of text in safari */

transform-origin: 0% 0%;
transform: translate(-100%, 0);

transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
text-align: center;
/* padding: 10px; */
font-size: 20px;
margin: 20px;
/* border:0.1px solid rgba(255, 255, 255, 0.375); */
width: 100vw; 
height:100px;
border: none;
/* background-color: #dc3e3f; */
border-radius: 10px;



/* background: rgb(187,21,21); */
/* background: linear-gradient(90deg, rgba(187,21,21,1) 0%, rgba(240,113,120,1) 48%, rgba(208,10,10,1) 100%, rgba(118,156,0,1) 100%); */
}

/*
* And let's slide it in from the left
*/
#menuToggle input:checked ~ ul
{
transform: none;
}

   .navbar{
    display: none;
    z-index: 99999;
        height: 100px;
        width: 100%;
        background-color:white;
        position: fixed;
        top: 0;
        /* display: flex; */
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
   }
   .n1{
    /* margin-top: 100%; */
    
    height: 100%;
    width: 20%;
    /* background-color: darkblue; */
    overflow: hidden;
   }
   .n1 img{
    padding: 0px;
    height: 100%;
    width: 100%;
    object-fit:contain;
   }
   .n2{
    height: 100%;
    width: 30%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content:space-between;
   }
   .n2 a{
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #3c3c3c;
   }
   .n2 a:hover{
    color: #3c87c8;
   }
   .n3{
    height: 100%;
    width: 20%;
    /* background-color: rgb(18, 8, 7); */
    display: flex;
    align-items: center;
    justify-content: right;
}
.n3 a{
    color: white;
    font-size: 15px;
    font-family: "Barlow", sans-serif;
    padding: 13px;
    border-radius: 3px;
    text-decoration: none;
    background-color: #022358;
    /* background-color:rgb(23, 121, 232); */
}

.div2{
    height: auto;
    width: 100%;
    padding: 20px;
    background-color:white;
   }
   .subdiv2{
    height: 100%;
    width: 100%;
    /* background-color:saddlebrown; */
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
    align-items: center;
    justify-content: center;
   }
   .subdiv22{
    height: 100%;
    width: 100%;
    /* background-color: aliceblue; */
   }
   .subdiv23{
    height: 100%;
    width: 100%;
    /* background-color:white; */
  }
  .subdiv23 img{
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .headdy{
    height: 20%;
    width: 100%;
    background-color: white;
    /* background-color:pink; */
    display: flex;
    align-items:center;
    justify-content: left;
  }
  .headdy p{
    height:3px;
    width: 10%;
    background: linear-gradient(45deg, rgb(23, 74, 90), rgb(2, 112, 99));;
    margin-right: 0px;
  }
  .headdy h1{
    color: #022358;
    /* color:#424242; */
    font-size: 30px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .connty{
    height: 60%;
    width: 100%;
    /* background-color: aqua; */
    display: flex;
    align-items: left;
    flex-direction: column;
    justify-content: left;
  }
  .connty h1{
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .connty p{
    padding-top: 20px;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 32px;
    text-align: justify;
    font-size: 16px;
    font-family: "Lato", sans-serif;
  }
  .connty a{
    color: blue;
    text-decoration: none;
    padding-top: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  
  }
  
.hometwo{
    height: 730px;
    width: 100%;
    background-color:white;
    padding: 20px;
}
.subhometwo{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-evenly;
    /* background-color: rosybrown; */
}
.sht1{
    height: 100%;
    width: 35%;
    /* background-color: #3c3c3c; */
    /* place-items: center; */
}
.sht1 img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.sht2{
    height: 100%;
    width: 55%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* background-color: rebeccapurple; */
}
.sht2 h1{
    font-family: "Overpass", sans-serif;
    font-size: 32px;
    text-transform: capitalize;
    text-align: left;
    font-weight: 100;
    line-height: 50px;
}
.sht2 p{
    font-family: "Barlow", sans-serif;
    font-size:17px;
    text-align: left;
    text-transform: capitalize;
    line-height: 35px;
    margin-top: 30px;
    color:#3c3c3c;
}
.topic{
  overflow: hidden;
    height: 220px;
    width: 100%;
    padding: 20px;
}
.subtopic{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.subtopic h1{
    /* font-family: "Ubuntu", sans-serif; */
    font-family: "Overpass", sans-serif;
    font-size: 32px;
    font-weight: 250;
    line-height: 50px;
    text-transform: capitalize;
    /* color:#3c3c3c; */
    color: #022358;
    /* color: rgb(17, 66, 140); */
}
.subtopic p{
    font-size: 17px;
    text-align: center;
    /* font-family: "Overpass", sans-serif; */
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 10px;
    letter-spacing: 2px;
    /* color:#e41646; */
    color: #3c3c3c;
}
.container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
   height: auto;
   width: 100%;
   padding-bottom: 80px;
}

.card {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(23, 74, 150), rgb(2, 112, 99));
    color: white;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.iconi {
    font-size: 50px;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
}

.card:hover .iconi {
    transform: rotate(360deg);
}

.container h3 {
    font-family: "Overpass", sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
}

.container p {
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    margin-bottom: 35px;
}

.btn {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-family: "Overpass", sans-serif;
    transition: background-color 0.3s ease-in-out;
}

.btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Importing Font Awesome icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

.empto{
  
    height: 0px;
    width: 100%;
}
.empt{
    height: 0px;
    width: 100%;
}
.boxi{
  overflow: hidden;
    height: auto;
    width: 100%;
    background-image: url(../IMG/maxresdefault.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.subbox{
    height: 100%;
    width: 100%;
    background-color: #000000da;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.conbox{
  padding: 20px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.conbox h1{
    font-family: "Overpass", sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
    text-transform: capitalize;
    text-align: center;
    color: #e41646;
    /* color: rgb(149, 16, 16); */
}
.conbox p{
    margin-top: 30px;
    text-align:center;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.514);
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Barlow", sans-serif;
}
.ti{
  padding-top: 50px;
  padding-bottom: 50px;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Overpass", sans-serif;
}
.header {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header h2 {
    color: #022358;
    margin-top: 20px;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.header .rating {
    margin-bottom: 10px;
}

.stars {
    color: #ffb400;
    font-size: 1rem;
}

.score {
    font-size: 0.9rem;
    color: #777;
}

.leave-review-btn {
    background-color: #4185f4;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.9rem;
    margin-top: 20px;
}
.leave-review-btn:hover{
    background-color: #0c58d3;
}
.tesi{
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #022358;
    /* background-color: rgb(7, 51, 126) ; */
    /* background-color: #333; */
}
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
figure.snip1157 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  padding: 0px;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
figure.snip1157 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snip1157 img {
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: 40px 0 0 10px;
}
figure.snip1157 blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color:white;
  padding: 58px 50px 100px 50px;
  height: 150px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
  color: black;
}
figure.snip1157 blockquote:before {
  top: 25px;
  left: 20px;
}
figure.snip1157 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 12px;
}
figure.snip1157 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fafafa;
  margin: 0;
  position: absolute;
}
figure.snip1157 .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 120px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
figure.snip1157 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.snip1157 .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}
.contactt{
  margin-top: 100px;
    height:400px;
    width: 100%;
    background-image: url(../img/bopp-inside-product-01.jpeg);
    background-position:center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    /* padding-top: 100px; */
        /* background-color: #454cd1; */
  }
  .subcontactt{
    height: 100%;
    width: 100%;
    padding: 20px;
    /* background-color: #000000da; */
    background-color:rgba(17, 17, 17, 0.901);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .subcconn{
    height: 100%;
    width: 100%;    
    /* background-color: #454cd1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .subcconn h1{
    /* font-family:Arial, sans-serif; */
    font-size: 26px;
    text-align: center;
    color:rgb(222, 218, 218);
    font-family: "Poppins", sans-serif;
  }
  .subcconn p{
    /* font-size: 38px; */
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    color: rgb(207, 205, 205);
    font-family: "Poppins", sans-serif;
  }
  .subcconn a{
    font-family: "Poppins", sans-serif;
    color: white;
    height: 35px;
    width: 180px;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    padding-top: 8px;
    border-radius: 5px;
    background-color: #2f73e1;
  }
  .subcconn a:hover{
    background-color: #114dad;
    color: rgba(255, 255, 255, 0.734);
  }
  .sta{
    height:auto;
    width: 100%;
    background-color: #022358;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .stats-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content:center;
    max-width: 1200px;
    width: 100%;
    padding: 20px;
    margin-bottom: 50px;
}

.stat-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    font-family: "Poppins", sans-serif;
    border-right: 0px solid rgb(206, 206, 206);
}

.iconn img {
    width: 60px;
    height: 60px;
    margin-bottom: 0px;
}

.stat-item h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0px;
    color: white;
}

.stat-item p{
    color: white;
    font-size: 16px;
}

.summa{
    height: 20px;
    width: 100%;
    background-color:white;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left:10px;
  
  }
  .summa p{
    height: 50%;
    width: 0.6%;
   border-radius: 100%;
   background-color: rgb(240, 59, 59);
  }
  #np1{
    height: 50%;
    width: 0.6%;
    border-radius: 100%;
    background-color: rgb(236, 190, 52);
    /* padding-left: 5px; */
    margin-left: 3px;
  }
  #np2{
    height: 50%;
    width: 0.6%;
    border-radius: 100%;
    background-color: rgb(10, 141, 28);
    margin-left: 3px;
  }
  .summa{
    height: 15px;
    width: 100%;
    background-color:white;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left:10px;
  
  }
  .summa p{
    height: 50%;
    width: 1.7%;
   border-radius: 100%;
   background-color: rgb(240, 59, 59);
  }
  #np1{
    height: 50%;
    width: 1.7%;
    border-radius: 100%;
    background-color: rgb(236, 190, 52);
    /* padding-left: 5px; */
    margin-left: 3px;
  }
  #np2{
    height: 50%;
    width: 1.7%;
    border-radius: 100%;
    background-color: rgb(10, 141, 28);
    margin-left: 3px;
  }
  /* footer code */
  .footer{
    overflow: hidden  ;
    height: auto;
    width: 100%;
    background-color: rgb(3, 21, 50);
    /* background-color:rebeccapurple; */
    padding: 20px;
  }
  .subfooter{
    height: 100%;
    width: 100%;
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .fdiv{
    height: 80%;
    width:100%;
    /* background-color: rgb(114, 55, 55); */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around   ;
  }
  .seconddiv{
    height:50px;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    /* padding-left: 10px; */
    background-color:#e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
  }
  .minicon{
    height: 100%;
    width: 100%;
    margin-bottom:30px;
    /* background-color: darkgoldenrod; */
  }
  .imgg{
    height: 30%;
    width: 100%;
    background-color:rgb(255, 255, 255);
      overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: left;
    border-radius: 10px;
  }
  .imgg img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: contain;
    opacity: 0.8;
  }
  .imgg img:hover{
    opacity: 1;
    /* transform: scale(0.4); */
  }
  .cons{
    height: 100%;
    width: 100%;
    /* background-color: bisque; */
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-around;
    position: relative;
  }
  .cons p{
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: #97a0b8;
    /* margin-top: 20px; */
    /* line-height:25px; */
    text-transform:capitalize;
    text-align: left;
  }
  
  .footer-social-icon{
    height: 40%;
    width: 100%;
    /* padding-top: 30px; */
    /* background-color: red; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: center; */
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
   }
   .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
   }
   .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 0%;
   }
   .facebook-bg{
    background: #4270d4;
   }
   .instagram-bg{
    background: #e11574;
   }
   .google-bg{
    background: #fb381e;
   }
   .whatsapp-bg{
     background: rgb(36, 185, 36);
   }
  .con2{
    height: 30%;
    width: 100%;
    /* background-color:honeydew; */
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .con2 h2{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1.2px;
    color:white;
    margin-bottom: 20px;
  }
  .con3{
    height: 60%;
    width: 100%;
    /* background-color: white; */
    display: flex;
    flex-direction: column;
  }
  .con3 a{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #97a0b8;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    text-decoration: none;
  }
  .con3 a:hover{
    color: white;
    letter-spacing: 2px;
  }
  .con3 i{
    font-size: 14px;
    color:darkorange;
    padding: 10px;
  }
  #con3{
    height: 60%;
    width: 100%;
    /* background-color: white; */
    display: flex;
    flex-direction: column;
  }
  #con3 a{
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color: rgb(46, 95, 255);
    letter-spacing: 1.5px;
    text-transform: capitalize;
    /* text-decoration: none; */
  }
  #con3 a:hover{
    color: rgb(255, 140, 0);
    letter-spacing: 2px;
  }
  #con3 i{
    font-size: 14px;
    color: orange;
    padding: 10px;
  }
  .subcon2{
    height: 60%;
    width: 100%;
    /* background-color: blueviolet; */
    /* line-height: 20px; */
  }
  .subcon3{
    height:80%;
    width: 100%;
    /* background-color: greenyellow; */
    padding-left: 10px;
    /* line-height: 60px; */
  }
  .subcon3 h2{
    padding-top: 20px;
    /* margin-top: 20px; */
    /* line-height: 40px; */
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #97a0b8;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    /* color: rgb(69, 56, 56); */
  }
  .subcon4{
    height: 20%;
    width: 100%;
    /* background-color: aqua; */
  }
  .subcon4 i{
    font-size: 19px;
    color: orange;
    padding: 10px;
  }
  .copy{
    height: 100%;
    width: 100%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .copy h2{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color:black;
  }
  .copy span a{
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color:rgb(26, 26, 165)
  }
  .copy1{
    display: none;
    height: 100%;
    width: 0%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .copy1 h2{
    display: none;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color:black;    
  }
  .copy2{
    height: 100%;
    width: 0%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* background-color: saddlebrown; */
  }
  .copy2 a{
    display: none;
    font-size: 13px;
    font-family: "Manrope", sans-serif;
    color:rgb(23, 7, 143);   
    text-decoration: none;
    letter-spacing: 1.5px;
    padding-right: 10px;
  }
  
  /* chatbot */

  /* styles.css */

/* Global Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
  }
  
  /* Assistant Button */
  #assistantBtn {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #0084ff;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    z-index: 1000;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  
  #assistantBtn:hover {
    background-color: #005bb5;
    transform: scale(1.05);
  }
  
  /* Chatbox Container */
  .chatbox {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: fixed;
    bottom: 0px; /* Adjusted to appear above the Assistant button */
    right: 30px;
    width: 400px;
    max-width: 90%;
    height: 500px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: translateY(100%); /* Hidden by default */
    transition: transform 0.5s ease;
    z-index: 999;
  }
  
  /* Chatbox Visible State */
  .chatbox.active {
    transform: translateY(0);
    bottom: 100px;
    left: 20px;
  }
  
  /* Chatbox Header */
  .chatbox-header {
    background-color: #0084ff;
    color: #ffffff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .chatbox-header h4 {
    margin: 0;
    font-size: 18px;
  }
  
  #closeBtn {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  
  #closeBtn:hover {
    color: #cccccc;
  }
  
  /* Chat Logs */
  .chatlogs {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 20px;
    flex: 1;
    overflow-y: auto;
    background: #f9f9f9;
  }
  
  /* Individual Chat Message */
  .chat {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  
  /* User Chat Alignment */
  .chat.user {
    flex-direction: row-reverse;
  }
  
  /* Icon Container */
  .icon {
    flex-shrink: 0;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Font Awesome Icon Styling */
  .icon i {
    font-size: 24px;
    color: #ffffff;
    background-color: #0084ff;
    padding: 10px;
    border-radius: 50%;
  }
  
  .chat.bot .icon i {
    background-color: #e5e5ea;
    color: #000000;
  }
  
  /* Message Bubble */
  .message {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 10px 15px;
    border-radius: 15px;
    max-width: 70%;
    position: relative;
    margin: 0 10px;
    word-wrap: break-word;
    background: #0084ff;
    color: #ffffff;
    font-size: 16px;
    transition: background 0.3s ease, color 0.3s ease;
  }
  
  .chat.bot .message {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #e5e5ea;
    color: #000000;
  }
  
  /* Chat Form */
  .chat-form {
    display: flex;
    padding: 15px;
    background: #ffffff;
    border-top: 1px solid #ccc;
  }
  
  /* Chat Input Field */
  .chat-form input {
    flex: 1;
    padding: 10px 15px;
    border: 2px solid #0084ff;
    border-radius: 25px;
    outline: none;
    font-size: 16px;
    transition: border-color 0.3s ease;
  }
  
  .chat-form input:focus {
    border-color: #005bb5;
  }
  
  /* Send Button */
  .chat-form button {
    padding: 10px 20px;
    border: none;
    background: #0084ff;
    color: #ffffff;
    border-radius: 25px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease, transform 0.2s ease;
  }
  
  .chat-form button:hover {
    background: #005bb5;
  }
  
  .chat-form button:active {
    transform: scale(0.95);
  }
  
  /* Scrollbar Styling */
  .chatlogs::-webkit-scrollbar {
    width: 6px;
  }
  
  .chatlogs::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  .chatlogs::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
  }
  
  .chatlogs::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  /* Typing Indicator Styles */
  .typing {
    display: flex;
    align-items: center;
  }
  
  .typing span {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background: #555;
    border-radius: 50%;
    animation: typing 1s infinite;
  }
  
  .typing span:nth-child(2) {
    animation-delay: 0.2s;
  }
  
  .typing span:nth-child(3) {
    animation-delay: 0.4s;
  }
  .icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }






}