.top-header {
  background-color: #114A91;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  padding: 11px 26px;
  size: 22px;
  font-size: 19px;
  color: white;
}
.top-header a{
  color: white;
}
.highlight{
  font-weight: bold;
  color: #374D9E;
}
.highlight:hover{
  text-decoration: none;
  color: #374D9E;
}

.navbar {
  padding: 1px 58px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  animation: slideDown 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}

.navbar-nav .nav-link {
  color: #00306E !important;
  font-weight: 600;
  text-align: left;
  padding: 0.5rem 1rem;
}

.navbar-nav .nav-link:hover {
  color: #00306E !important;
}

.navbar-brand img {
  max-height: 70px;
}
.btn {
  position: relative;
  top: -85px;
  width: 48%;
  left: 29%;
  font-weight: 700;
  background-color: white;
  color: #1D3B95;
  border: 0;
  font-size: 22px;
  border-radius: 12px;
}
.btn:hover{
    background-color: #FDB813;
}

.login-btn {
  border-left: 1px solid #ccc;
  padding-left: 1rem;
  margin-left: 1rem;
}

.login-btn i {
  margin-right: 5px;
}

.login-btn .nav-link {
  color: #00306E !important;
  font-weight: 500;
}

.slider-img {
  height: 500px;
  width: 100%;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  cursor: pointer;
}

.active {
  background-color: #717171;
}

.slider {
  display: none;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 35%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* slider  */

/* Welcome Section  */

.main-section {
    padding: 50px 10px;
}

.heading1 {
    text-align: center;
    color: #00306E;
}

.heading2 {
    text-align: center;
    color: #00306E;
    font-size: 35px;
}

.heading3 {
    color: #00306E;
    font-size: 21px;
    font-weight: 700;
}

.line {
    border: 2px solid #00306E;
    width: 20%;
    text-align: center;
    margin: auto;
    margin-top: 20px;

}

.wel-section {
    display: flex;
    flex-wrap: wrap;
}

.main-content {
    padding: 40px 10px 10px 10px;
    padding-bottom: 11px;
    /* text-align: center; */

}


.form-container {
    background-color: #2e3e96;
    padding: 30px 25px;
    border-radius: 12px;
    max-width: 400px;
    width: 100%;
    color: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    animation: slideUp 1s ease;
}

.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.form-group {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.form-group input,
.form-group select,
textarea,
.form-container input[type="text"],
.form-container input[type="email"] {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.form-container input:focus,
.form-container select:focus,
textarea:focus {
    transform: scale(1.03);
    box-shadow: 0 0 8px #00bfff;
}

textarea {
    width: 100%;
    resize: none;
    height: 60px;
}

.recaptcha {
    background: white;
    margin-top: 15px;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
}

.submit-btn {
    background: #1a73e8;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-size: 16px;
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
    transition: background 0.4s ease;
}

.branch-btn {
    background: #1a73e8;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-size: 16px;
    width: 40%;
    margin-top: 15px;
    cursor: pointer;
    transition: background 0.4s ease;
}

.submit-btn:hover {
    background: #0b5ed7;
}

@keyframes slideUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Welcome Section  */

/* Franchise Opportunity */

.sub-para {
    text-align: center;
    padding-top: 15px;
    font-size: 20px;
    font-weight: 500;
}

.venture-card {
    border: 2px solid black;
    border-radius: 15px;
    padding: 20px;
    color: black;
    text-align: center;
    margin-bottom: 30px;
}

.venture-card h3 {
    color: #00306e;
    font-size: 20px;
    font-weight: 600;
}

.venture-card li {
    text-align: left !important;
}

.venture-icon {
    width: 130px;
    height: 130px;
    margin-bottom: 15px;
    margin-top: -95px;
    border: 2px solid black;
    border-radius: 59%;
}

/* Franchise Opportunity */

.franchise-support{
  display: none;
}


.left-supports {
    /* border: 1px solid black; */
    text-align: center;
    margin-top: 65px;
    position: relative;
    left: 48px;
    color: #00306E;
}

.left-supports li {
    text-align: left;
}
.left-supports h3{
    font-size: 15px;
}

.right-supports {
    /* border: 1px solid black; */
    text-align: center;
    margin-top: 65px;
    color: #00306E;
    /* position: relative;
    left: 48px; */
}

.right-supports li {
    text-align: left;
}
.right-supports h3{
    font-size: 15px;
}

/* requirement table  */


.franchise-table {
  width: 90%;
  margin: 40px auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.table-heading {
  text-align: center;
  font-size: 32px;
  color: #002060;
  font-weight: bold;
  margin-bottom: 20px;
}

table {
  width: 82%;
  border-collapse: collapse;
  border: 2px solid #0074d9;
  margin: auto;
}

table th,
table td {
  border: 1px solid #0074d9;
  padding: 12px 16px;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
}

table th {
  background-color: #e6f0ff;
  font-weight: bold;
  color: #002060;
}

/* requirement table  */

/* Faq */

.faq-section {
  margin: 30px auto;
  font-family: 'Segoe UI', sans-serif;
}

.faq-section h2 {
  text-align: center;
  color: #2e3d8b;
  margin-bottom: 20px;
}

.faq-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  background-color: #f9f9ff;
  color: #2e3d8b;
  border: none;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-question::after {
  content: '-';
}

.faq-answer {
  display: none;
  padding: 0 20px 15px;
  font-size: 15px;
  color: #444;
  background-color: #fff;
}

.faq-item.open .faq-answer {
  display: block;
}


/* Faq */

/* footer  */

.footer {
  background-color: #374D9E;
}

.footer-section p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  padding-top: 25px;
}

.footer-section h5 {
  color: white;
}

.footer-section ul {
  list-style: none;
}

.footer-section li {
  color: white;
  padding: 7px;
  font-size: 15px;
  font-weight: 500;
}



.form-container {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 23px;
  border-radius: 10px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  animation: fadeIn 1.2s ease;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* width: 300px; */
}

input,
textarea {
  padding: 12px;
  font-size: 15px;
  border: 1px solid #000;
  border-radius: 6px;
  transition: all 0.3s ease;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: #fff;
  background-color: #e8f0fe;
  transform: scale(1.02);
}

textarea {
  resize: none;
  min-height: 80px;
}

button {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid black;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

button:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}




.quick-search h4 {
  color: white;
}

.quick-search p {
  color: white;
  max-width: 93%;
  border-bottom: 1px solid white;
  padding-bottom: 15px;
}

.quick-search a {
  color: white;
  font-size: 16px;
}

.copyright h5 {
  color: white;
  text-align: center;
  padding-top: 26px;
  font-size: 17px;
  font-weight: 400;
}
.mobile-footer {
  position: fixed;
  bottom: 0; /* Stick to bottom */
  left: 0;
  width: 100%;
  display: flex;
  background-color: #374D9E;
  text-align: center;
  z-index: 1000;
  height: auto;
}

.fran-btnbg {
  background-color: #F5C48E;
  width: 50%;
}

.fran-btn {
  background-color: #F5C48E;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  color: white;
}

.adm-btnbg {
  background-color: #7192BD;
  width: 50%;
}

.adm-btn {
  background-color: #7192BD;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  color: white;
}

/* footer  */

/* footer  */


/* Container Animation */
.feature-card img {
  transition: transform 0.5s ease, filter 0.3s ease;
}

/* Bounce or rotate on hover */
.feature-card:hover img {
  transform: scale(1.1);
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}

.feature-card:hover {
  background-color: #EC8A33;
  transform: translateY(-10px) scale(1.05);
  transition: 0.5s;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}


.feature-card img {
  animation: floatImage 3s ease-in-out infinite;
}

@keyframes floatImage {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}