.phone-link {
  color: black;
  text-decoration: none;
}

.phone-link:hover {
  color: #ffcc00; /* Optional: Change color on hover */
}

.email-link {
  color: black;
  text-decoration: none;
}

.email-link:hover {
  color: #ffcc00; /* Optional: Change color on hover */
}

.navmenu {
  display: flex;
  align-items: center;
}

.navmenu ul {
  display: flex;
  gap: 10px; /* Ensures spacing between menu items */
}

.searchform {
  margin-left: 2px; /* Adds 2px gap between Inquiry and Search */
}


.header-divider {
  width: 100%;
  height: 2px;  /* Thickness */
  background-color: #ddd; /* Line color */
  margin-top: 5px;
}


.navmenu {
  margin-right: 2px; /* Moves the nav 2px to the right */
}


a.online-button {
  font-weight: 600; /* Makes text bolder */
  font-size: 16px; /* Increases font size */
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 20px; /* Adds space inside the button */
  border-radius: 5px;
  background: var(--primary-color); /* Set a background color */
 
  text-transform: uppercase; /* Makes text capitalized */
}

a.online-button:hover {
  background: var(--hover-color); /* Changes background on hover */
}



.ftco-intro {
  position: relative; /* Make sure the overlay is positioned inside the intro */
  height: 400px; /* Adjust height as needed */
  background-size: cover; /* Ensures the background image covers the entire area */
  background-position: center; /* Centers the background image */

  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

.ftco-intro .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #1683fb; /* Blue overlay */
  opacity: 0.8; /* Transparency of the overlay */
  z-index: 1; /* Ensures the overlay is on top of the background image but below the content */
}

.ftco-intro .container {
  position: relative;
  z-index: 2; /* Ensures the text content is on top of the overlay */
}

.ftco-intro h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
}

.ftco-intro p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.btn.asked-questions-btn-primary { 
  background: #ecb20e; /* Yellow background color */
  border: 1px solid #ecb20e; /* Border matching background color */
  color: #000000; /* Black text color */
  font-size: 16px; /* Adjust font size */
  font-weight: 600; /* Bold text */
  padding: 12px 24px; /* Add padding for a larger button */
  border-radius: 12px; /* Rounded button corners */
  text-transform: uppercase; /* Capitalize the text */
  letter-spacing: 1px; /* Slight spacing between letters */
  display: inline-block; /* Inline button style */
  text-align: center; /* Center text */
  transition: all 0.3s ease; /* Smooth transition for hover effect */
  cursor: pointer; /* Pointer on hover */
  outline: none; /* Removes outline on focus */
}

.btn.asked-questions-btn-primary:hover {
  background: #dba306; /* Darken the background on hover */
  border-color: #dba306; /* Change the border color on hover */
  color: #ffffff; /* White text color on hover */
  transform: scale(1.05); /* Slightly scale up on hover */
}

.btn.asked-questions-btn-primary:focus {
  outline: none; /* Removes outline when button is focused */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* Add a shadow effect on focus */
}


/* General styling for the search form */
.searchform {
  display: flex;
  align-items: center;
}

/* Style the input field */
.searchform .form-control {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-left: 10px;
}

/* Style the search button */
.searchform .search {
  width: 40px; /* Adjust button width */
  height: 40px;
  background-color: #3fbbc0; /* Blue background */
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; /* Keep position of the icon */
}

/* Hide the search icon visually but keep it in the DOM */
.searchform .search span {
  opacity: 0; /* Make the icon invisible */
  pointer-events: none; /* Disable interaction with the icon */
}

/* Add hover effect to button */
.searchform .search:hover {
  background-color: #3fbbc0;
}

/* Style the search icon */
.fas.fa-search {
  color: white; 
  width: 25px; 
  /* height: 25px;  */
  /* font-size: 25px;  */
}

.hero-wrap {
  width: 100%;
  height: 100%;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative; }
  @media (max-width: 991.98px) {
    .hero-wrap {
      background-position: top center !important; } }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .3;
    background: #000000; }
  .hero-wrap.hero-wrap-2 {
    height: 300px; }
    .hero-wrap.hero-wrap-2 .slider-text {
      height: 300px; }
      .hero-wrap.hero-wrap-2 .slider-text .bread {
        font-weight: 900;
        color: #fff; }
      .hero-wrap.hero-wrap-2 .slider-text .breadcrumbs {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1px; }
        .hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span {
          color: #fff;
          border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
          .hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span a {
            color: #fff; }


            .about-author .desc h3 {
              font-size: 24px; }
            
              .ftco-section {
                padding: 0 0;  /* Set padding top and bottom to 0 */
                position: relative;
            }
          
            
            
            .ftco-no-pt {
              padding-top: 0; }
            
            .ftco-no-pb {
              padding-bottom: 0; }
            
            .ftco-bg-dark {
              background: #3c312e; }







.breadcrumbs a {
  color: #ffffff; /* White text for better visibility */
  font-weight: bold; /* Make text bolder */
  text-decoration: none; /* Remove underline */
}

.breadcrumbs a:hover {
  color: #f8d210; /* Change color on hover (gold/yellow) */
}

.breadcrumbs i {
  color: var(--nav-hover-color); /* Change icon color */
  font-size: 1 rem; /* Make icons slightly larger */
}

.breadcrumbs {
  /* background: rgba(0, 0, 0, 0.5);  */
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
}



/* General Table Styling */
.table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  background-color: #fff;
}

/* Table Header Styling */
.table thead {
  background-color: #343a40; /* Dark Gray */
  color: #ffffff; /* White Text */
}

.table thead th {
  padding: 12px;
  text-align: center;
  font-weight: bold;
}

/* Highlight SR NO., PARTICULARS, CHARGES headers */
.table thead th:first-child,
.table thead th:nth-child(2),
.table thead th:nth-child(3) {
  background-color: #3dbabf; /* Red */
  color: white;
}

/* Table Body Styling */
.table tbody tr {
  border-bottom: 1px solid #ddd;
}

.table tbody tr:nth-child(even) {
  background-color: #f8f9fa; /* Light Gray */
}

.table tbody td {
  padding: 12px;
  text-align: center;
}

/* Rowspan Column Alignment */
.table tbody td[rowspan] {
  vertical-align: middle;
  font-weight: bold;
}

/* Highlight "Tatkal Money Remittance for Non-Home Transactions (Deposit to Core by cash)" Row */
.table tbody tr td:first-child {
  font-weight: bold;
  /* background-color: #d7d4e2; */
  color: black;
}

/* Make "Tatkal Money Remittance for Non-Home Transactions (Deposit to Core by cash)" stand out */
.table tbody tr td:first-child:contains("Tatkal Money Remittance for Non-Home Transactions (Deposit to Core by cash)"),
.table tbody tr td:first-child:contains("Tatkal Money Remittance for Non-Home Transactions (Deposit to Core by transfer)") {
  background-color: #007bff; /* Blue */
  color: white;
  font-weight: bold;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .table thead {
      display: none;
  }
  
  .table tbody td {
      display: block;
      width: 100%;
      text-align: left;
      padding: 8px;
  }

  .table tbody tr {
      margin-bottom: 10px;
      display: block;
      border: 1px solid #ddd;
  }

  .table tbody td::before {
      content: attr(data-label);
      font-weight: bold;
      display: block;
      text-transform: uppercase;
      margin-bottom: 5px;
  }
}


/* ///// */




/* Style for the table */
.table {
  border-collapse: collapse; /* Ensures borders are merged between cells */
  width: 100%; /* Make sure the table spans full width */
}

/* Style for table cells */
.table th, .table td {
  border: 1px solid #ddd; /* Light grey border for all cells */
  padding: 8px; /* Adds padding for better readability */
  text-align: left; /* Aligns text to the left */
}

/* Style for table headers */
.table th {
  background-color: #f8f8f8; /* Light background for the headers */
  font-weight: bold; /* Makes header text bold */
}

/* Optional: Add alternating row colors for better readability */
.table tr:nth-child(even) {
  background-color: #f2f2f2;
}


a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

/* .about-item  {
  background-color: var(--surface-color);
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  height: 100%;
} */

.about-item {
  background-color: var(--surface-color);
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  height: 100%;
}

/* Hover effect */
.about-item:hover {
  background-color: var(--hover-color); /* Replace this with the color you want */
  /* Optionally, you can add other effects like changing the border or text color */
  border: 1px solid var(--hover-border-color); /* Example: Change border color */
  color: var(--hover-text-color); /* Optional: Change text color */
}


/* addon  */
.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px; 
}


/* ========================= */
/* Desktop & Mobile Navigation Fix */
/* ========================= */

/* Mobile Nav Toggle */
.mobile-nav-toggle {
  color: var(--nav-color);
  font-size: 28px;
  line-height: 0;
  margin-right: 10px;
  cursor: pointer;
  transition: color 0.3s, transform 0.3s ease-in-out;
  display: block;
  z-index: 10000; /* Ensure it stays above other elements */
  position: relative;
}

/* When menu is active, change icon */
.mobile-nav-active .mobile-nav-toggle {
  color: #fff;
  font-size: 32px;
  position: absolute;
  top: 15px;
  right: 15px;
  margin-right: 0;
  z-index: 9999;
  transform: rotate(180deg); /* Optional animation */
}

@media (max-width: 1199px) {
  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  /* Ensure dropdowns work */
  .navmenu .dropdown ul {
    display: none;
    position: absolute;
    left: 0;
    width: 200px;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown:hover ul,
  .navmenu .dropdown ul.active {
    display: block;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu > ul {
    display: block;
  }
}

/* ========================= */
/* Desktop Menu (Hide on Mobile) */
/* ========================= */
@media (max-width: 991px) {
  .navmenu ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }

  .navmenu ul.active {
    display: block;
  }

  .navmenu .mobile-nav-toggle {
    display: block;
    font-size: 24px;
    cursor: pointer;
  }
}


/* ========================= */
/* Search Bar Fix (Desktop & Mobile) */
/* ========================= */
.searchform {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px; /* Adjust as needed */
  max-width: 100%;
}

/* Input Field & Button Styling */
.searchform input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  width: 100%;
}

.searchform button {
  background: #008cba;
  border: none;
  padding: 8px 12px;
  border-radius: 0 5px 5px 0;
  color: white;
  cursor: pointer;
}

/* Full Width Search Bar on Mobile */
@media (max-width: 768px) {
  .searchform {
    width: 100%;
    max-width: 100%;
  }

  .searchform input {
    font-size: 14px;
  }

  .searchform button {
    padding: 6px 10px;
  }
}

/* Fix topbar width on mobile */
.topbar {
  width: 100%;
  background-color: var(--topbar-background, #ffffff); /* Ensure it has a background */
  padding: 5px 0;
  overflow: hidden; /* Prevent extra width */
}

.topbar .container {
  max-width: 100%;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  
}

/* Ensure content does not overflow */
.topbar .contact-info {
  text-align: center;
  flex-wrap: wrap;
}

/* Adjust spacing on small screens */
@media (max-width: 768px) {
  .topbar .d-none.d-md-flex {
    display: none !important; /* Hide schedule info on small screens */
  }

  .topbar .contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .topbar .contact-info a {
    display: block;
    margin: 5px 0;
  }
}


@keyframes fadeBorder {
  0% { border-color: rgb(168, 165, 164); }
  50% { border-color: rgba(255, 126, 95, 0.3); }
  100% { border-color: rgb(168, 165, 164); }
}

.fading-border {
  border: 4px solid rgb(168, 165, 164);;
  padding: 20px;
  border-radius: 10px;
  animation: fadeBorder 2s infinite alternate;
}



.p-md-5 {
  padding: 1rem !important;
}


.ftco-section {
  padding: 50px 0;
}

/* Service Box Styling */





.ftco-section {
  padding-top: 0;
  padding-bottom: 0;
}

/* ========== FIRST SECTION: IMAGE LEFT, CONTENT RIGHT ========== */

.about-box-left-box {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 400px; /* Set a fixed height */
  overflow: hidden; /* Prevent overflow */
}

.services-box-left-box {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 400px; /* Set a fixed height */
  overflow: hidden; /* Prevent overflow */
}
/* Fade effect for left-box */
.services-box-left-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease-in-out;
}

.services-box-left-box:hover::before {
  left: 0;
}



.services-box-left-box img:hover {
  transform: scale(1.05);
}

/* Text content */
.services-box-left-box .text {
  flex-grow: 1;
  padding: 20px;
}

/* Centered Heading */
.services-box-left-box h3 {
  font-size: 22px;
  font-weight: bold;
}

/* Learn More Button */
.services-box-left-box .learn-more {
  display: inline-block;
  margin-top: 10px;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

.services-box-left-box .learn-more:hover {
  color: #0056b3;
}

/* Responsive Adjustments for left-box */
@media (max-width: 768px) {
  .services-box-left-box {
    flex-direction: column;
    text-align: center;
    height: auto;
  }

  .services-box-left-box img {
    width: 80%;
  }
}


.service-box {
  background: white;
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 750px;
  overflow: hidden; 
}





/* First Section: Image Left */
.row.align-items-center {
  display: flex;
  align-items: center;
}

/* Second Section: Image on Top */
.service-box.text-center {
  flex-direction: column;
  text-align: center;
}

/* Fade effect */
.service-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease-in-out;
}

.service-box:hover::before {
  left: 0;
}

/* Heading Centered */
.service-box h2, .service-box h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

/* Image Styling */
.service-box img {
  width: 100%;
  border-radius: 8px;
}

/* Learn More Button */
.learn-more {
  display: inline-block;
  margin-top: 10px;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

.learn-more:hover {
  color: #0056b3;
}

/* Responsive Fixes */
@media (max-width: 768px) {
  .service-box {
    flex-direction: column;
    text-align: center;
  }

  .service-box img {
    width: 80%;
    margin-bottom: 15px;
  }
}


.service-box-apply-online {
  background: white;
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 1000px;
  overflow: hidden; 
}

/* Form Styling */
.service-box-apply-online form {
  width: 100%;
  max-width: 100%; /* Ensures it doesn't exceed the container */
  padding: 20px;
}

.service-box-apply-online .form-group {
  margin-bottom: 15px;
}

.service-box-apply-online .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
}

.service-box-apply-online textarea.form-control {
  resize: none;
}

.service-box-apply-online .btn-primary {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .service-box-apply-online form {
    padding: 10px;
  }

  .service-box-apply-online .btn-primary {
    font-size: 16px;
  }
}


/* FAQ Right Box */
.faq-box-right {
  background: white;
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 2350px;
  overflow: hidden;
}

/* FAQ Left Boxes */
.faq-box-left {
  background: white;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: auto;
  overflow: hidden;
}

/* Images inside FAQ Boxes */
.faq-box-left img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

/* Hover effect */
.faq-box-left:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .faq-box-right {
    height: auto;
    padding: 15px;
  }

  .faq-box-left {
    height: auto;
    padding: 15px;
  }

  .faq-box-left img {
    max-height: 150px;
  }
}

svg {
  width: 16px;  /* Adjust as needed */
  height: 16px;
}

.icon svg {
  width: 16px;  /* Adjust to preferred size */
  height: 16px;
  display: inline-block; /* Keeps it aligned properly */
}

/* #home {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
} */

.shape-bottom {
  height: 50px; /* Adjust as needed */
}

/* #home {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
 */

.youtube-thumbnail {
  width: 100%;   /* Makes the image fill the parent container */
  max-width: 100%;  /* Prevents overflow */
  height: auto;   /* Maintains aspect ratio */
  display: block; /* Removes extra spacing */
  cursor: pointer; /* Show pointer cursor on hover */
  border-radius: 10px; /* Optional: Adds rounded corners */
}



.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li {
  display: flex;
  align-items: center;
}

.icon svg {
  width: 16px;
  height: 16px;
  color: green;
  display: inline-block;
  vertical-align: middle;
}


.numberlist {
  list-style-type: none; /* Removes bullets */
  padding: 0; /* Removes default padding */
}

.numberlist li {
  display: flex;
  align-items: center;
  margin-bottom: 8px; /* Optional: Adds spacing between list items */
}

.numberlist li span {
  font-weight: bold;
  margin-right: 5px;
  background-color: #007bff; /* Optional: Adds background to numbers */
  color: white;
  padding: 5px 10px;
  border-radius: 50%;
  display: inline-block;
  min-width: 30px;
  text-align: center;
}


#header, .navmenu {
  margin: 0 !important;
  padding: 0 !important;
}

section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.contact-us ul {
  list-style: none; /* Removes bullets */
  padding-left: 0;  /* Removes default left padding */
}

.contact-us ul li {
  margin-bottom: 10px; /* Adjust spacing between list items if needed */
}


.contect-box-left {
  background: white;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.4s ease-in-out;
  height: 100%;
  
  overflow: hidden;
}

/* Ensure row is full height */
.row {
  display: flex;
  align-items: stretch;
}

/* Ensure Map Takes Full Height */
.location__wrapper-map {
  width: 100%;
  height: 100%;
}

.location__wrapper-map iframe {
  width: 100%;
  height: 400px; /* Adjust if needed */
  border: 0;
}

.location__wrapper-adv {
  width: 100%;
  padding: 20px;
  text-align: left;
}

@media (max-width: 768px) {
  .col-md-9, .col-md-3 {
    width: 100% !important;
  }

  .location__wrapper-map iframe {
    height: 300px; /* Smaller height for mobile */
  }
}


.policy-ul {
  list-style: none; /* Removes default bullets */
  padding: 0; /* Removes left indentation */
  margin: 0; /* Adjusts spacing if necessary */
}




#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}




