/* footer */
body {
    margin: 0;
    font-family: "Figtree", sans-serif;
    background-color: #f0f0f0;
  }
  
  .footer-section-container {
    background-color: #201673;
  }

  footer {
    color: white;
    padding: 40px 150px;
    max-width: 1600px;
    margin: auto;
    /* border: 5px solid red; */
  }
  
  .footer-top {
    position: relative;
  }
  
  .footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    /* border: 2px solid red; */
    padding-bottom: 40px;
  }
  
  .footer-column {
    /* flex: 1; */
    /* margin: 10px; */
    margin-bottom: 20px;
    /* border: 2px solid red; */
  }
  
  .footer-column-1 img {
    margin-bottom: 20px;
    /* border: 2px solid red; */
  }

  .footer-column-1 h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    /* border: 2px solid red; */
  }

  .footer-column .address {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 0.9em;
    /* border: 2px solid red; */
    /* margin-top: 10px; */
  }
  
  .footer-column .mail {
    /* border: 2px solid red; */
    margin-top: 10px;
  }
  .footer-column .mail a {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 0.9em;
    color: white;
    text-decoration: none;
    /* border: 2px solid red; */
  }
  
  .footer-column .number {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9em;
    color: white;
    margin-bottom: 25px;
    /* border: 2px solid red; */
    margin-top: 10px;
  }
  
  .footer-column h3 {
    margin-top: 0;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
  }
  
  .footer-column ul {
    list-style-type: none;
    padding: 0;
  }
  
  .footer-column ul li {
    margin: 8px 0;
  }
  
  .footer-column ul li a {
    text-decoration: none;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    color: #fce8e8da;
  }
  
  .footer-column ul li a:hover {
    text-decoration: underline;
  }
  
  .footer-logo {
    max-width: 200px;
    margin-bottom: 10px;
  }
  
  .social-icons-footer {
    /* border: 2px solid red; */
    display: flex;
  }
  .social-icons-footer img {
    width: 42px;
    margin-right: 10px;
  }
  
  .footer-bottom {
    margin-top: 20px;
    text-align: center;
    position: relative;
    /* border: 2px solid; */
  }
  
  .footer-bottom-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 68%;
    /* border: 2px solid; */
  }
  
  .footer-bottom-left p {
    margin: 0;
    font-size: 14px;
  }
  
  .cognexis-logo {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 15px !important;
    /* border: 2px solid red; */
    width: auto;
    display: flex;
    align-items: center !important;
    gap: 0px;
  }
  .footer-bottom-left img {
    height: 35px;
    vertical-align: middle;
    margin-left: 5px;
    /* border: 3px solid red; */
  }
  
  .download-app {
    display: flex;
    align-items: center;
  }
  .download-app img {
    width: 120px;
    margin: 10px;
  }
  
  hr {
    border: 0.25px solid #707070;
    margin: 15px 0;
  }
  
  .footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .footer-bottom-content p {
    margin: 0;
    font-size: 14px;
  }
  
  .footer-bottom-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  
  .startup-india-logo {
    width: 200px;
  }
  
  .govt-cert {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .govt-cert img {
    height: 50px;
    margin-left: 10px;
  }
  
  .govt-cert p {
    margin: 0;
    font-size: 8px;
    line-height: 1.5;
    font-family: "Times New Roman", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  
  .cert-logo {
    width: 100px;
    cursor: pointer;
  }
  
  /* Modal styles */
  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    /* border: 3px solid red; */
  }
  
  .modal-content {
    margin: 5% auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  .modal-content img {
    width: 100%;
    height: auto;
  }
  
  .modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .modal-close:hover,
  .modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Footer */
  @media (max-width: 1250px) {
    .footer-bottom-content {
      justify-content: center;
      gap: 20px;
    }
  }
  @media (max-width: 1199px) {
    footer {
      padding: 40px 50px;
    }
  
    .footer-bottom-left {
      width: 100%;
      position: static;
      justify-content: space-evenly;
      margin-top: 0px;
      margin-bottom: 20px;
    }

    .cognexis-logo {
      /* border: 3px solid red; */
      align-items: center !important;
      justify-content: center;
      gap: 0px;
    }
  
    .footer-bottom-left .download-app {
      justify-content: center;
      align-items: center;
      gap: 10px;
    }
  
    .footer-bottom-left .download-app img {
      width: 100px;
    }
  
    .footer-bottom-left p {
      text-align: center;
      margin-bottom: 10px;
    }
    .footer-bottom-content {
      justify-content: center;
      gap: 20px;
    }
  
    .modal-content {
      margin: 10% auto;
    }
  }
  
  @media (max-width: 576px) {
    footer {
      padding: 20px 20px;
    }
  
    .footer-container {
      flex-direction: column;
      align-items: center;
    }
  
    .footer-column {
      width: 100%;
      text-align: center;
    }
  
    .footer-bottom-content {
      flex-direction: column;
      text-align: center;
    }
  
    .footer-bottom-right {
      /* flex-direction: column; */
      gap: 10px;
    }
  
    .govt-cert img,
    .cert-logo {
      /* width: 80px; */
      height: auto;
    }
  
    .startup-india-logo {
      width: 120px;
    }
  
    .modal-content {
      margin: 25% auto;
    }

    .social-icons-footer {
        /* border: 2px solid red; */
        width: max-content;
        margin: auto;
    }
    .footer-column-1 div {
        /* border: 2px solid red; */
        margin-left: auto;
        margin-right: auto;
        width: max-content;
    }
  }
  @media (max-width: 576px) {
    .footer-bottom-right {
      /* flex-direction: column; */
      gap: 10px;
    }
    .govt-cert img {
      width: 30px;
      height: auto;
    }
  }