*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;   
 }
 body{
      height: 100vh;
      width: 100vw;
     overflow-x: hidden;
    
 }
 body::-webkit-scrollbar{
     display: none;
 }
 .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); */
}

.background-section {
  background-image: url('../IMG/roll.jpg'); /* Replace with your image */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  position: relative;
}

.background-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for better text contrast */
}

.content {
  font-family: "Barlow", sans-serif;
  z-index: 1;
}

.wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.wave svg {
  display: block;
  width: 100%;
  height: auto;
}
.empt{
  height: 150px;
  width: 100%;
}

.cb{
  height: 650px;
  width: 100%;
  padding: 20px;
  /* background-color: saddlebrown; */
}
.subcb{
  height: 100%;
  width: 100%;
  /* background-color: #ffd82a; */
  display: flex;
  align-items: center;
  justify-content:center;
}
.subcb1{
  height: 90%;
  width: 45%;
  margin-right: 5px;
  background-color:white;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 100px; */
  /* border-radius: 20px; */
  /* border-right:1px solid rgb(105, 166, 7); */
}
.subcb1 img{
  height: 98%;
  width: 98%;
  object-fit: contain;
}           
.subcb2{
  border-left:5px solid rgba(2, 35, 89, 0.897);
  height: 90%;
  width: 45%;
  /* background-color: seagreen; */
  padding: 20px;
}
.subcb22{
  height: 65%;
  width: 100%;
}
.subcb22 h1{
  /* color: #092F57; */
  color: rgb(34, 47, 56);
  /* color: #212121; */
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: 'Rubik';
}
.subcb22 p{
  color: #525252;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-align:justify;
  /* margin: 0; */
  font-family: 'Rubik';
}
.subcb222{
  height: 35%;
  width: 100%;
  /* background-color: red; */
  display: flex;
  flex-direction:column;
  justify-content: space-between;
}
.subcb222 h2{
  font-size: 20px;
  text-transform: capitalize;
  color: rgb(34, 47, 56);
  /* color: #092F57; */
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.subcb222 span{
  font-size: 18px;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  /* line-height: 30px; */
  color: #2e2e2ebf;
}
.subcb222 a{
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Rubik';
  color: white;
  height: 35px;
  width: 150px;
  border-radius: 5px;
  padding-top: 7.5px;
  
  text-align: center;
  background-color: rgba(2, 35, 89, 0.897);
  /* font-family: 'Source Sans Pro', sans-serif; */
}
.subcb222 i{
  margin-right: 5px;
}
.subcb222 a:hover{
  color: #bbbbbb;
  background-color: rgb(61, 97, 4);
}

.subima{
  height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #e91e63; */
}
.subima1{
  height: 100%;
  width: 87%;
  /* background-color: red; */
  display: flex;
  align-items: center;
  justify-content:space-between;
}
.downi{
  height: 100%;
  width: 24%;
  /* background-color: aquamarine; */
  overflow: hidden;
}
.downi img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .4s ease-in-out;
}
.downi:hover img{
 transform: scale(1.2);
}
.downi:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  
}













.summa{
  height: 20px;
  width: 100%;
  background-color:rgb(225, 224, 224);
  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;
}


@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: 32px;
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;
}



/* 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;
}

/* 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;
  }
}






@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;
   }
   
  .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 */
    z-index: 9999;
  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); */
}


.background-section {
  background-image: url('../IMG/roll.jpg'); /* Replace with your image */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 600px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  position: relative;
}

.background-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for better text contrast */
}

.content {
  position:relative;
  font-family: "Barlow", sans-serif;
  z-index: 0;
}

.wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.wave svg {
  display: block;
  width: 100%;
  height: auto;
}
.empt{
  height: 100px;
  width: 100%;
}

.cb{
  overflow: hidden;
  height: auto;
  width: 100%;
  padding: 20px;
  /* background-color: saddlebrown; */
}
.subcb{
  height: 100%;
  width: 100%;
  /* background-color: #ffd82a; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center;
}
.subcb1{
  height: 100%;
  width: 100%;
  margin-right: 5px;
  background-color:white;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 100px; */
  /* border-radius: 20px; */
  /* border-right:1px solid rgb(105, 166, 7); */
}
.subcb1 img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}           
.subcb2{
  border-left:5px solid rgba(2, 35, 89, 0.897);
  height: 100%;
  width: 100%;
  /* background-color: seagreen; */
  padding: 20px;
}
.subcb22{
  height: 65%;
  width: 100%;
}
.subcb22 h1{
  /* color: #092F57; */
  color: rgb(34, 47, 56);
  /* color: #212121; */
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: 'Rubik';
}
.subcb22 p{
  color: #525252;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  text-align:justify;
  /* margin: 0; */
  font-family: 'Rubik';
}
.subcb222{
  height: 100%;
  width: 100%;
  /* background-color: red; */
  display: flex;
  flex-direction:column;
  justify-content: space-between;
}
.subcb222 h2{
  font-size: 18px;
  margin-top: 10px;
  text-transform: capitalize;
  color: rgb(34, 47, 56);
  /* color: #092F57; */
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.subcb222 span{
  font-size: 18px;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  /* line-height: 30px; */
  color: #2e2e2ebf;
}
.subcb222 a{
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Rubik';
  color: white;
  height: 35px;
  width: 150px;
  border-radius: 5px;
  padding-top: 7.5px;
  margin-top: 18px;
  text-align: center;
  background-color: rgba(2, 35, 89, 0.897);
  /* font-family: 'Source Sans Pro', sans-serif; */
}
.subcb222 i{
  margin-right: 5px;
}
.subcb222 a:hover{
  color: #bbbbbb;
  background-color: rgb(61, 97, 4);
}

.subima{
  height: 170px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #e91e63; */
}
.subima1{
  height: 100%;
  width: 100%;
  /* background-color: red; */
  display: flex;
  align-items: center;
  justify-content:space-between;
}
.downi{
  height: 100%;
  width: 24%;
  /* background-color: aquamarine; */
  overflow: hidden;
}
.downi img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .4s ease-in-out;
}
.downi:hover img{
 transform: scale(1.2);
}
.downi:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  
}





















































.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:white;
    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%;
  }






}
