  #pop31Text {
   display: none;
}

@media (max-width: 768px) {
   #pop31Text {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap; 
      padding: 10px;
   }
   #pop31Text a {
      flex: 1;
      background-color: #25D366;
      color: white;
      padding: 10px 15px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 13px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      white-space: nowrap;
      transition: 0.3s ease;
   }

   #pop31Text a.call-btn {
      background-color: #4D33DD;
   }

   #pop31Text a:hover {
      transform: translateY(-2px);
   }
}
.desktop-sticky-btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #7731bb;
  color: white;
  padding: 14px 28px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  z-index: 1000;
}

.desktop-sticky-btn:hover {
  background-color: #4D33DD;
  color: white;
  transform: translateX(-50%) scale(1.05); 
}

@media (max-width: 767px) {
  .desktop-sticky-btn {
    display: none;
  }
}
   .fixedd {
      position: fixed;
      bottom: 200px;
      /* right: -55px; */
      z-index: 9999;
      transform: rotate(270deg);
   }

   .fixedd a {
      background: linear-gradient(45deg, #E91E63, #6934c6);
      color: white;
      padding: 5px 23px;
      z-index: 999;
   }

   .fixed {
      position: fixed;
      bottom: 200px;
      /* right: -70px; */
      z-index: 9999;
      transform: rotate(270deg);
   }

   .fixed a {
      background: linear-gradient(45deg, #E91E63, #6934c6);
      color: white;
      padding: 5px 23px;
      z-index: 999;
   }

   .bighss {
      width: 162px;
      margin-bottom: 10px;
   }
    .footer-mobile-menu {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff;
      z-index: 999;
      display: none;
      padding: 8px 10px;
      box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
   }

   .footer-mobile-menu .btn-wrapper {
      display: flex;
      gap: 10px;
   }

   .footer-mobile-menu a {
      flex: 1;
      border-radius: 8px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-weight: 600;
      text-decoration: none;
      transition: 0.3s;
   }
   

   .footer-mobile-menu a img,
   .footer-mobile-menu a i {
      margin-right: 6px;
      width: 20px;
      height: 20px;
   }

   .call-btns {
      background-color: #ffe9e0;
      color: #ff641a;
      border: 1px solid #ff641a;
   }

   .whatsapp-btn {
      background-color: #25D366;
      color: #fff;
      border: 1px solid #25D366;
   }

   .footer-mobile-menu a:hover {
      transform: translateY(-2px);
      box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
   }

   @media (max-width: 768px) {
      .footer-mobile-menu {
         display: block;
      }
   }

.FeeStructureModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-dialog {
  max-width: 400px;
  width: 90%;
}

.modal-content {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  animation: fadeIn 0.3s ease;
}

.modal-header {
  background: #dc3545;
  color: #fff;
  padding: 15px;
  position: relative;
}

.modal-title {
  margin: 0;
  text-align: center;
  font-size: 18px;
}

.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.btn-close::after {
  content: "✕";
  font-size: 16px;
}

.modal-body {
  padding: 20px;
}

.form-control {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

.btn-primary {
  width: 100%;
  padding: 12px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.thank-you {
  display: none;
}

@keyframes fadeIn {
  from {transform: scale(0.9); opacity: 0;}
  to {transform: scale(1); opacity: 1;}
}
  @media (max-width: 767px) {
      .branchesLocation {
         display: none;
      }
   }
      .social-copyright a {
                   margin: 0 8px; 
                   color: white; 
                   font-size: 18px; 
                   transition: all 0.3s ease;
                   display: inline-block;
                }
                
                .social-copyright a:hover {
                   transform: translateY(-2px);
                   color: #ff9800; 
                }
                  @media (max-width: 768px) {
         .copyright-area-one-border.copyrightSection {
            padding-bottom: 3.75rem;
         }
      }