*{
    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/contact.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;
    border: none;
  }
  .contact-container {
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    background-color: #fff;
}

.contact-box {
    text-align: center;
    height: 100%;
    width: 20%;
    border-right:1px solid rgba(128, 128, 128, 0.141) ;
}

.contact-box .iconw {
    background-color: #f4c24b;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

.contact-box .iconw img {
    width: 24px;
    height: 24px;
    object-fit:contain;
}

.contact-box h3 {
    color: #003f87;
    font-size: 25px;
    margin-bottom: 10px;
}

.contact-box p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }
    
    .contact-box {
        width: 100%;
        margin-bottom: 30px;
    }
}

.map{
  margin-top: 100px;
  height: 700px;
  width: 100%;
}

.map iframe{
  height: 100%;
  width: 100%;
}



.continent {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  padding: 50px;
  height: 600px;
  width: 100%;
  
  background-color: white;
  border-radius: 15px;
}

/* Left Section */
.contact-info {
  background-color:white;
  padding: 20px;
  width: 40%;
  border-radius: 15px;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
}



.contact-info img {
  width: 100%;
  margin-top: 20px;
  border-radius: 10px;
}

/* Right Section */
.contact-form {
  height: 100%;
  width: 55%;
  padding: 20px;
  display: flex;
  flex-direction:column;
  align-items: left;
  justify-content: centers;
}

.contact-form h2 {
  color:#241442;
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-form p {
  font-family: 'Poppins', sans-serif;
  color: #4f536c;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 18px;
}

.input-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.input-box {
  width: 48%;
}

.input-box label {
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight:600;
  color:rgba(0, 0, 0, 0.877);

}

.input-box input,
.input-box textarea {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
}

textarea {
  font-family: 'Poppins', sans-serif; 
  height: 100px;
  
  /* resize: none; */
}

.submit-btn {
  background-color: #6C42F5;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #5734c5;
}

/* Responsive Design */
@media (max-width: 768px) {
  .continent {
      flex-direction: column;
      padding: 20px;
  }
  
  .contact-info, .contact-form {
      width: 100%;
  }

  .input-group {
      flex-direction: column;
  }

  .input-box {
      width: 100%;
  }
}


































.summa{
    margin-top: 50px;
    height: 20px;
    width: 100%;
    background-color:#e8e8e8;
    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: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;
  }
  
  /* 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: 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;
}

/* Media query for smaller devices */
@media (max-width: 768px) {
  .whatsapp-float {
      width: 50px;
      height: 50px;
      font-size: 25px;
  }
  .whatsapp-float i {
      margin-top: 12px;
  }
}




















@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;
   }
   /* 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;
  }
  
  .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); */
}
.background-section {
  background-image: url('../IMG/in.jpg'); /* Replace with your image */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 600px;
  width: 100%;
  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: 0;
}

.wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.wave svg {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}



.contact-container {
  height: auto;
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  background-color: #fff;
}

.contact-box {
  text-align: center;
  height: 100%;
  width: 20%;
  border-right:0px solid rgba(128, 128, 128, 0.141) ;
}

.contact-box .iconw {
  background-color: #f4c24b;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.contact-box .iconw img {
  width: 24px;
  height: 24px;
  object-fit:contain;
}

.contact-box h3 {
  color: #003f87;
  font-size: 25px;
  margin-bottom: 10px;
}

.contact-box p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .contact-container {
      flex-direction: column;
  }
  
  .contact-box {
      width: 100%;
      margin-bottom: 30px;
  }
}

.map{
  padding: 20px;
margin-top: 50px;
height: 600px;
width: 100%;
}

.map iframe{
height: 100%;
width: 100%;
}



.continent {
margin-top: 50px;
display: flex;
justify-content: space-between;
padding: 20px;
height: auto;
width: 100%;

background-color: white;
border-radius: 15px;
}

/* Left Section */
.contact-info {
background-color:white;
padding: 20px;
width: 100%;
border-radius: 15px;
color: white;
box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
/* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
/* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
}

.contact-item {
display: flex;
align-items: center;
margin-bottom: 20px;
/* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
}



.contact-info img {
width: 100%;
margin-top: 20px;
border-radius: 10px;
}

/* Right Section */
.contact-form {
margin-top: 50px;
height: 100%;
width: 100%;
padding: 0px;
display: flex;
flex-direction:column;
align-items: left;
justify-content: center;
}

.contact-form h2 {
color:#241442;
font-family: 'Poppins', sans-serif;
font-size: 32px;
font-weight: 400;
margin-bottom: 10px;
}

.contact-form p {
font-family: 'Poppins', sans-serif;
color: #4f536c;
margin-bottom: 20px;
line-height: 1.6;
font-size: 18px;
}

.input-group {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}

.input-box {
width: 48%;
}

.input-box label {
font-family: 'Poppins', sans-serif;
display: block;
font-size: 16px;
margin-bottom: 5px;
font-weight:600;
color:rgba(0, 0, 0, 0.877);

}

.input-box input,
.input-box textarea {
font-family: 'Poppins', sans-serif;
width: 100%;
padding: 10px;
font-size: 16px;
border: 1px solid #ddd;
border-radius: 5px;
margin-bottom: 10px;
}

textarea {
font-family: 'Poppins', sans-serif; 
height: 100px;

/* resize: none; */
}

.submit-btn {
background-color: #6C42F5;
color: white;
padding: 15px 30px;
border: none;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
}

.submit-btn:hover {
background-color: #5734c5;
}

/* Responsive Design */
@media (max-width: 768px) {
.continent {
    flex-direction: column;
    padding: 20px;
}

.contact-info, .contact-form {
    width: 100%;
}

.input-group {
    flex-direction: column;
}

.input-box {
    width: 100%;
}
}






















































.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%;
  }






}
