
/* footer start */
body{
  margin: 0;
}
/*chat css starts*/
   .chatbotImage {
        position: fixed;
        bottom: 226px;
        right: 50px;
        width: 60px;
        height: 60px;


        border: none;


        cursor: pointer;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .catbotImg:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(59, 130, 246, 0.6);
    }

    /* Chat Window Styles */
    .chat-window {
        position: fixed;
        bottom: 100px;
        right: 30px;
        width: 360px;
        height: 500px;
        background-color: white;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        display: none;
        flex-direction: column;
        z-index: 1001;
        transition: transform 0.3s ease, opacity 0.3s ease;
        transform: translateY(20px);
        opacity: 0;
    }

    .chat-window.active {
        display: flex;
        transform: translateY(0);
        opacity: 1;
    }

    .chat-header {
        background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
        height: 60px;
        display: flex;
        align-items: center;
        padding: 0 20px;
        color: white;
        font-weight: bold;
    }

    .chat-avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
        margin-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .chat-avatar .bot-eye {
        width: 8px;
        height: 8px;
    }

    .chat-avatar .bot-eye.left {
        left: 12px;
        top: 14px;
    }

    .chat-avatar .bot-eye.right {
        right: 12px;
        top: 14px;
    }

    .chat-avatar .bot-pupil {
        width: 4px;
        height: 4px;
        top: 2px;
        left: 2px;
    }

    .chat-avatar .bot-mouth {
        width: 14px;
        height: 7px;
        border-bottom: 2px solid white;
        bottom: 12px;
        left: 13px;
    }

    .chat-title {
        font-size: 18px;
    }

    .chat-body {
        flex: 1;
        padding: 20px;
        overflow-y: auto;
        background-color: #f9fafc;
    }

    .message {
        margin-bottom: 15px;
        max-width: 80%;
        padding: 12px 16px;
        border-radius: 18px;
        font-size: 14px;
        line-height: 1.4;
    }

    .bot-message {
        background-color: #f0f4f9;
        color: #333;
        border-top-left-radius: 4px;
        align-self: flex-start;
    }

    .welcome-message {
        background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
        color: white;
        border-top-left-radius: 4px;
        margin-bottom: 20px;
        box-shadow: 0 2px 10px rgba(59, 130, 246, 0.2);
    }

    .chat-input-container {
        padding: 15px;
        border-top: 1px solid #eaeaea;
        display: flex;
        background-color: white;
    }

    .chat-input {
        flex: 1;
        border: none;
        background-color: #f5f7fa;
        border-radius: 20px;
        padding: 12px 15px;
        font-size: 14px;
        outline: none;
        transition: background-color 0.3s ease;
    }

    .chat-input:focus {
        background-color: #eef2f7;
    }

    .send-button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
        color: white;
        border: none;
        margin-left: 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.2s ease;
    }

    .send-button:hover {
        transform: scale(1.05);
    }

    .send-icon {
        width: 18px;
        height: 18px;
        position: relative;
    }

    .send-icon::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 12px;
        border-color: transparent transparent transparent white;
        transform: translateX(2px);
    }

    .chat-close {
        margin-left: auto;
        width: 24px;
        height: 24px;
        position: relative;
        cursor: pointer;
        opacity: 0.8;
        transition: opacity 0.2s ease;
    }

    .chat-close:hover {
        opacity: 1;
    }

    .chat-close::before,
    .chat-close::after {
        content: '';
        position: absolute;
        width: 2px;
        height: 18px;
        background-color: white;
        top: 3px;
        left: 11px;
    }

    .chat-close::before {
        transform: rotate(45deg);
    }

    .chat-close::after {
        transform: rotate(-45deg);
    }

    /* Responsive adjustments */
    @media (max-width: 480px) {
        .chat-window {
            width: calc(100% - 30px);
            right: 15px;
            bottom: 80px;
        }
       
    }
/*chat end*/
.active{
    text-decoration: none;
}
.icon {
    height: 50px;
    align-self: center;
    padding: 10px;
  }
  
  .info_section {
    background-color: #094574;
    color: #ffffff;
    padding: 45px 0 15px 0;
  }
  
  .elt65656{
      width: 95px;
  
    z-index: 1000;
    position: fixed;
    bottom: 134px;
    right: 37px;
  }
  .imgelt5656{
      width:100%;
  }
  .info_section h4 {
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .info_section .info_col {
    margin: 25px;
    width:300px;
  }
  
  .info_section .info_contact .contact_link_box {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .info_section .info_contact .contact_link_box a {
    margin: 5px 0;
    color: #ffffff;
  }
  
  .info_section .info_contact .contact_link_box a i {
    margin-right: 5px;
  }
  
  .info_section .info_contact .contact_link_box a:hover {
    color: #0a97b0;
  }
  
  .info_section .info_social {
   
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .row {
    display: flex;
  
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .info_section .info_social a {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    border-radius: 100%;
    margin-right: 10px;
    font-size: 24px;
  }
  
  .info_section .info_social a:hover {
    color: #0a97b0;
  }
  
  .info_section .info_links {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .info_section .info_links a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    color: #ffffff;
  }
  
  .info_section .info_links a:hover {
    color: #0a97b0;
  }
  
  .info_section form input {
    border: none;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    width: 100%;
    height: 45px;
    color: #ffffff;
    outline: none;
  }
  
  .info_section form input::-webkit-input-placeholder {
    color: #ffffff;
  }
  
  .info_section form input:-ms-input-placeholder {
    color: #ffffff;
  }
  
  .info_section form input::-ms-input-placeholder {
    color: #ffffff;
  }
  
  .info_section form input::placeholder {
    color: #ffffff;
  }
  
  .info_section form button {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 55px;
    background-color: #0a97b0;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    margin-top: 15px;
  }
  
  .info_section form button:hover {
    background-color: #065968;
  }
  footer {
    background-color: #094574;
  }
  #icons {
    display: flex;
  }
  
  .icon-contaner {
    width: 500px;
    padding: 10px;
  }
  .icon-heading,
  .icon-containt {
    color: white;
  }
  
  /* Define styles for the copyright section */
  #copyright {
    display: flex;
    justify-content: space-between; /* Distribute content horizontally */
    align-items: center; /* Align content vertically */
    background-color: #fff;
    padding: 1rem; /* Add some padding for aesthetics */
  }
  
  /* Target both .copyright and .gateway elements for consistent styling */
  .copyright,
  .gateway {
    font-size: 0.8rem; /* Adjust font size for readability */
    color: #333; /* Use a darker color for better contrast */
  }
  
  /* Style the gateway image container */
  .gateway-img {
    width: auto; /* Allow image to adjust to its natural width */
    height: auto; /* Allow image to adjust to its natural height */
    margin-left: 1rem; /* Adjust margin based on content */
  }
  
  .gateway-img img {
    display: block; /* Ensure image fills available space */
    max-width: 100%; /* Prevent image from overflowing container */
  }
   .info_section {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  
  .container {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  
  .row {
    margin: 0;
    padding: 0;
  }
  .footer-nav-part{
      height:60px;
      color:white;
      background-color:white;
      font-size:0;
  }
  
  
  
   /* Floating Accessibility Button */
    .accessibility-btn {
        z-index:1000;
        position: fixed;
        bottom: 60px;
        right: 50px;
        width: 60px;
        height: 60px;
        background-color: #007BFF;
        color: white;
        border: none;
        border-radius: 50%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-options {
        position: fixed;
        bottom: 120px;
        right: 50px;
        display: none;
        flex-direction: column;
        gap: 10px;
    }

    .menu-option {
        background-color: #007BFF;
        color: white;
        border: none;
        border-radius: 20px;
        padding: 10px 20px;
        cursor: pointer;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    .menu-option:hover {
        background-color: #0056b3;
    }

    /* Reading Mode */
    .reading-mode-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(245, 245, 220);
        pointer-events: none;
        z-index: 1000;
        display: none;
    }

    /* Feedback Dialog */
    .feedback-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        padding: 20px;
        width: 300px;
        display: none;
    }

    .feedback-dialog textarea {
        width: 90%;
        height: 100px;
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        resize: none;
    }

    .feedback-dialog button {
        background-color: #007BFF;
        color: white;
        border: none;
        border-radius: 5px;
        padding: 10px;
        width: 100%;
        cursor: pointer;
    }

    .feedback-dialog button:hover {
        background-color: #0056b3;
    }

    .feedback-message {
        margin-top: 10px;
        color: green;
        font-size: 14px;
        display: none;
    }

    /* Dark Mode */
    .dark-mode {
        background-color: #333;
        color: #fff;
    }
  
  #element749{
       background-color: red;
    width: 14%;
    float: inline-end;   
  }
  
  
  /*//footer nav for mobile*/

.Tab04 {
    z-index:10000;
    width: 96%;
    position: fixed;
    bottom: 5px; /* Fixes it at the bottom */
    left: 50%; /* Centers it horizontally */
    transform: translateX(-50%); /* Ensures centering */
    height: 44px;
    padding: 2px;
    background: #f0f0f0;; /* Background color */
    border-radius: 4px;
    display: none;
    justify-content: flex-start;
    align-items: center;
    place-content: space-between;
      
    

}
a{
        text-decoration: none;
}
.Frame1, .Frame2, .Frame3, .Frame4 {
    padding: 12px 5px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}



.Home, .Profile, .Settings, .Overview {
    color: #4B5563;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    word-wrap: break-word;
}


/* Icon styles */
.IconsHome, .IconsPerson, .IconsSettings, .IconsGrid {
    position: relative;
}

/* SVG colors */
.IconsSettings svg path,
.IconsPerson svg path,
.IconsHome svg path {
    fill: #4B5563;
}
.dd6ee2{
    height: 50px;
    background-color: blue;
}

  @media only screen and (max-width: 480px) {
        .custom-calculator {
      width: 50%;
    }
    .btn375 {
     
      padding: 5px;
    }
    .button537 {
      padding: 5px;
    }
    #display {
     height: 40px; 
     width: 85%;
    }
    
.accessibility-btn {
right: 25px;
}

       .icons{
        display:none;
    }
  .info_section {
    padding: 20px 0;
  }
  .info_section .info_col {
    margin: 15px;
    width: 100%;
    margin-left: 30px;
  }
  .info_section .info_contact .contact_link_box {
   
  } 
  .info_section .info_social {
    margin-top: 10px;
   
  }
 
  .info_section form input {
    height: 30px;
  }
  .info_section form button {
    padding: 5px 20px;
  }
 
  .icon-contaner {
    width: 100%;
    padding: 0;
  }
  #icons{
   display:none;   
  }
.row{
      display:flex;
  }
  .container{
      
  }
  footer{
      width:100%;
     
  }
  header{
      width:100%;
  }
        .Tab04{
    display: inline-flex;
}
.elt65656 {
    right: 11px;}
    
     .chatbotImage {

    right: 30px;}

}


@media only screen and (min-width: 481px) and (max-width: 768px) {
     .chatbotImage {

    right: 30px;}
      .Tab04{
    display: inline-flex;
}

.elt65656 {
    right: 11px;
}
      .custom-calculator {
      width: 50%;
    }
    .btn375 {
     
      padding: 5px;
    }
    .button537 {
      padding: 5px;
    }
    #display {
     height: 40px; 
     width: 85%;
    }
    
.accessibility-btn {
right: 25px;
}

    .icons{
        display:none;
    }

  
  .info_section {
    padding: 20px 0;
  }
  .info_section .info_col {
    margin: 15px;
    width: 50%;
    margin-left: 30px;
  }
  .info_section .info_contact .contact_link_box {
   
  } 
  .info_section .info_social {
    margin-top: 10px;
   
  }
 
  .info_section form input {
    height: 30px;
  }
  .info_section form button {
    padding: 5px 20px;
  }
 
  .icon-contaner {
    width: 100%;
    padding: 0;
  }
  #icons{
   display:none;   
  }
.row{
      display:flex;
  }
  .container{
      
  }
  footer{
      width:100%;
     
  }
  header{
      width:100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
     .icons{
        display:none;
    }

  
  .info_section {
    padding: 20px 0;
  }
  .info_section .info_col {
    margin: 15px;
    width: 40%;
    margin-left: 30px;
  }
  .info_section .info_contact .contact_link_box {
   
  } 
  .info_section .info_social {
    margin-top: 10px;
   
  }
 
  .info_section form input {
    height: 30px;
  }
  .info_section form button {
    padding: 5px 20px;
  }
 
  .icon-contaner {
    width: 100%;
    padding: 0;
  }
 
.row{
      display:flex;
  }
  .container{
      
  }
  footer{
      width:100%;
     
  }
  header{
      width:100%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px){

  
  .info_section {
    padding: 20px 0;
  }
  .info_section .info_col {
    margin: 15px;
    width: 28%;
    margin-left: 30px;
  }
  .info_section .info_contact .contact_link_box {
   
  } 
  .info_section .info_social {
    margin-top: 10px;
    
  }
 
 
  .info_section form input {
    height: 30px;
  }
  .info_section form button {
    padding: 5px 20px;
  }
 
  .icon-contaner {
    width: 100%;
    padding: 0;
  }

.row{
      display:flex;
  }
  .container{
      
  }
  footer{
      width:100%;
     
  }
  header{
      width:100%;
  }
}

@media (min-width: 1441px) and (max-width: 1920px) {
  
  .info_section {
    padding: 20px 0;
  }
  .info_section .info_col {
    margin: 15px;
    width: 21%;
    margin-left: 30px;
  }
  .info_section .info_contact .contact_link_box {
   
  } 
  .info_section .info_social {
    margin-top: 10px;
   
  }
 
 
  .info_section form input {
    height: 30px;
  }
  .info_section form button {
    padding: 5px 20px;
  }
 
  .icon-contaner {
    width: 100%;
    padding: 0;
  }

.row{
      display:flex;
  }
  .container{
      
  }
  footer{
      width:100%;
     
  }
  header{
      width:100%;
  }
}
